From e5f47ab14812fa2177291fbff335cb995341194d Mon Sep 17 00:00:00 2001 From: bherr2 Date: Wed, 29 Nov 2023 21:53:01 +0000 Subject: [PATCH] Production deploy -- 3beb55f60a2a1a3afc804d9ea6d47129913c44bc --- .../interfaces/DatabaseCacheOptions.html | 2 +- .../interfaces/DatabaseLoaderOptions.html | 2 +- docs/ccf-api/js/search/search_index.js | 4 +- docs/ccf-eui/js/search/search_index.js | 4 +- docs/ccf-eui/modules/CheckboxModule.html | 8 +- .../modules/CheckboxModule/dependencies.svg | 8 +- docs/ccf-eui/modules/CoreModule.html | 8 +- .../modules/CoreModule/dependencies.svg | 8 +- docs/ccf-eui/modules/DonorCardModule.html | 50 +++++------ .../modules/DonorCardModule/dependencies.svg | 50 +++++------ docs/ccf-eui/modules/DrawerModule.html | 8 +- .../modules/DrawerModule/dependencies.svg | 8 +- docs/ccf-eui/modules/DualSliderModule.html | 8 +- .../modules/DualSliderModule/dependencies.svg | 8 +- .../ccf-eui/modules/FiltersContentModule.html | 66 +++++++------- .../FiltersContentModule/dependencies.svg | 66 +++++++------- .../ccf-eui/modules/FiltersPopoverModule.html | 26 +++--- .../FiltersPopoverModule/dependencies.svg | 26 +++--- docs/ccf-eui/modules/HeaderModule.html | 8 +- .../modules/HeaderModule/dependencies.svg | 8 +- .../modules/OntologyExplorationModule.html | 8 +- .../dependencies.svg | 8 +- .../ccf-eui/modules/OntologySearchModule.html | 8 +- .../OntologySearchModule/dependencies.svg | 8 +- .../modules/OntologySelectionModule.html | 58 ++++++------ .../OntologySelectionModule/dependencies.svg | 58 ++++++------ .../ccf-eui/modules/ResultsBrowserModule.html | 26 +++--- .../ResultsBrowserModule/dependencies.svg | 26 +++--- .../SpatialSearchUiBehaviorModule.html | 8 +- .../dependencies.svg | 8 +- .../modules/SpatialSearchUiModule.html | 52 +++++------ .../SpatialSearchUiModule/dependencies.svg | 52 +++++------ .../ccf-eui/modules/SpinnerOverlayModule.html | 8 +- .../SpinnerOverlayModule/dependencies.svg | 8 +- .../modules/TermOccurrenceListModule.html | 8 +- .../TermOccurrenceListModule/dependencies.svg | 8 +- .../modules/ThumbnailCarouselModule.html | 8 +- .../ThumbnailCarouselModule/dependencies.svg | 8 +- docs/ccf-organ-info/js/search/search_index.js | 4 +- .../modules/LinkCardsModule.html | 8 +- .../modules/LinkCardsModule/dependencies.svg | 8 +- .../modules/SlideToggleModule.html | 8 +- .../SlideToggleModule/dependencies.svg | 8 +- docs/ccf-rui/js/search/search_index.js | 4 +- docs/ccf-rui/modules/DetailsLabelModule.html | 8 +- .../DetailsLabelModule/dependencies.svg | 8 +- docs/ccf-rui/modules/DrawerModule.html | 8 +- .../modules/DrawerModule/dependencies.svg | 8 +- .../modules/ExtractionSetDropdownModule.html | 8 +- .../dependencies.svg | 8 +- docs/ccf-rui/modules/HeaderModule.html | 8 +- .../modules/HeaderModule/dependencies.svg | 8 +- .../ccf-rui/modules/JsonFileReaderModule.html | 8 +- .../JsonFileReaderModule/dependencies.svg | 8 +- docs/ccf-rui/modules/LeftSidebarModule.html | 8 +- .../LeftSidebarModule/dependencies.svg | 8 +- .../modules/RegistrationContentModule.html | 8 +- .../dependencies.svg | 8 +- .../modules/RegistrationMetadataModule.html | 8 +- .../dependencies.svg | 8 +- .../modules/RegistrationModalModule.html | 8 +- .../RegistrationModalModule/dependencies.svg | 8 +- docs/ccf-rui/modules/ReviewButtonModule.html | 28 +++--- .../ReviewButtonModule/dependencies.svg | 28 +++--- docs/ccf-rui/modules/ReviewModalModule.html | 8 +- .../ReviewModalModule/dependencies.svg | 8 +- docs/ccf-rui/modules/RightSidebarModule.html | 88 +++++++++---------- .../RightSidebarModule/dependencies.svg | 88 +++++++++---------- docs/ccf-rui/modules/SlicesInputModule.html | 8 +- .../SlicesInputModule/dependencies.svg | 8 +- docs/ccf-rui/modules/StageNavModule.html | 40 ++++----- .../modules/StageNavModule/dependencies.svg | 40 ++++----- docs/ccf-rui/modules/TagListModule.html | 8 +- .../modules/TagListModule/dependencies.svg | 8 +- .../modules/VisibilityToggleModule.html | 8 +- .../VisibilityToggleModule/dependencies.svg | 8 +- 76 files changed, 652 insertions(+), 652 deletions(-) diff --git a/docs/ccf-api/interfaces/DatabaseCacheOptions.html b/docs/ccf-api/interfaces/DatabaseCacheOptions.html index b7cbe975c..9bc9d31d2 100644 --- a/docs/ccf-api/interfaces/DatabaseCacheOptions.html +++ b/docs/ccf-api/interfaces/DatabaseCacheOptions.html @@ -238,7 +238,7 @@

Properties

function createDatabase(token: string, options: CCFDatabaseOptions): Promise<CCFDatabaseInstance> { // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing - const xConsortiaTokens = (token || options.hubmapToken || '').split(/|/).filter(s => !!s); + const xConsortiaTokens = (token || options.hubmapToken || '').split('|').filter(s => !!s); let applyToken = (url: string) => url; diff --git a/docs/ccf-api/interfaces/DatabaseLoaderOptions.html b/docs/ccf-api/interfaces/DatabaseLoaderOptions.html index 1c567a441..a0e7e6a08 100644 --- a/docs/ccf-api/interfaces/DatabaseLoaderOptions.html +++ b/docs/ccf-api/interfaces/DatabaseLoaderOptions.html @@ -232,7 +232,7 @@

Properties

function createDatabase(token: string, options: CCFDatabaseOptions): Promise<CCFDatabaseInstance> { // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing - const xConsortiaTokens = (token || options.hubmapToken || '').split(/|/).filter(s => !!s); + const xConsortiaTokens = (token || options.hubmapToken || '').split('|').filter(s => !!s); let applyToken = (url: string) => url; diff --git a/docs/ccf-api/js/search/search_index.js b/docs/ccf-api/js/search/search_index.js index e31ea0ecb..637c336f9 100644 --- a/docs/ccf-api/js/search/search_index.js +++ b/docs/ccf-api/js/search/search_index.js @@ -1,4 +1,4 @@ var COMPODOC_SEARCH_INDEX = { - "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/interfaces/AppOptions.html",[0,0.205,1,1.861]],["body/interfaces/AppOptions.html",[0,0.246,1,3.09,2,0.951,3,0.707,4,0.951,5,0.6,6,0.6,7,2.656,8,2.817,9,2.289,10,0.6,11,0.894,12,1.203,13,3.875,14,4.592,15,0.502,16,0.054,17,1.502,18,3.308,19,1.905,20,3.361,21,3.361,22,1.885,23,3.361,24,3.361,25,4.186,26,2.656,27,3.308,28,3.308,29,2.817,30,4.186,31,3.308,32,4.186,33,3.308,34,1.203,35,1.041,36,3.308,37,0.823,38,4.186,39,3.308,40,1.093,41,2.226,42,3.308,43,3.308,44,1.435,45,1.041,46,3.308,47,3.308,48,3.09,49,3.308,50,3.308,51,3.308,52,3.308,53,3.308,54,3.308,55,3.308,56,3.308,57,4.186,58,3.308,59,1.649,60,3.308,61,3.308,62,3.308,63,2.656,64,3.308,65,3.308,66,3.308,67,3.308,68,3.308,69,3.308,70,3.308,71,0.041,72,0.041]],["title/classes/AutoPruneLRUCache.html",[73,0.914,74,0.914]],["body/classes/AutoPruneLRUCache.html",[0,0.184,3,0.531,4,0.714,5,0.451,6,0.851,8,2.328,10,0.451,11,0.739,12,1.347,15,0.653,16,0.055,17,0.714,34,0.994,37,0.861,40,1.589,45,0.99,59,2.146,71,0.034,72,0.034,73,0.821,74,1.143,75,1.431,76,2.699,77,1.549,78,1.196,79,1.078,80,2.679,81,2.679,82,3.196,83,2.778,84,3.46,85,2.778,86,3.46,87,1.672,88,2.778,89,2.48,90,2.607,91,3.46,92,2.897,93,2.897,94,3.46,95,2.778,96,2.778,97,2.484,98,1.993,99,2.483,100,3.457,101,2.256,102,2.778,103,2.256,104,2.778,105,2.897,106,2.897,107,3.457,108,1.63,109,1.775,110,3.196,111,1.994,112,2.293,113,2.778,114,2.484,115,0.618,116,1.868,117,1.868,118,1.422,119,1.868,120,1.495,121,1.431,122,1.238,123,1.238,124,1.501,125,1.078,126,1.724,127,2.48,128,2.293,129,1.994,130,1.672,131,1.994,132,2.778,133,2.328,134,2.336,135,1.994,136,1.994,137,1.994,138,2.778,139,1.994,140,2.778,141,1.238,142,1.672,143,1.672,144,1.994,145,1.994,146,3.457,147,3.196,148,1.994,149,2.778,150,1.994,151,1.672,152,1.994,153,1.994,154,1.994]],["title/interfaces/AutoPruneLRUCacheOptions.html",[0,0.205,89,1.593]],["body/interfaces/AutoPruneLRUCacheOptions.html",[0,0.208,2,0.805,3,0.598,4,0.805,5,0.508,6,0.508,8,1.884,10,0.508,11,0.802,12,1.397,15,0.687,16,0.055,17,0.805,34,1.079,35,0.934,37,0.934,40,1.495,45,1.054,59,2.256,71,0.037,72,0.037,73,0.925,74,0.925,76,1.613,77,0.925,78,0.934,79,1.215,80,2.527,81,1.884,82,2.248,88,2.248,89,2.44,95,2.248,96,2.248,99,2.353,100,3.015,101,2.112,103,2.112,104,2.248,105,2.527,106,2.527,107,3.015,108,1.422,109,1.911,110,2.248,112,2.162,113,2.248,115,0.697,116,1.964,117,1.964,118,1.495,119,1.964,120,1.56,121,1.613,122,1.396,123,1.396,124,2.049,125,1.964,126,2.353,127,2.607,128,2.44,129,2.248,130,1.884,131,2.248,132,3.015,133,2.527,134,2.422,135,2.248,136,2.248,137,2.248,138,3.015,139,2.248,140,3.015,141,1.396,142,1.884,143,1.884,144,2.248,145,2.248,146,3.634,147,3.401,148,2.248,149,3.015,150,2.248,151,1.884,152,2.248,153,2.248,154,2.248]],["title/classes/CCFDatabaseInstance.html",[73,0.914,155,1.379]],["body/classes/CCFDatabaseInstance.html",[3,0.655,4,0.881,5,0.556,6,0.904,10,0.556,11,0.852,12,0.881,15,0.738,16,0.054,17,1.348,34,1.273,35,1.102,37,0.991,40,1.012,44,1.729,45,0.762,71,0.039,72,0.039,73,1.012,75,1.765,87,2.062,90,2.8,92,2.062,93,2.062,98,1.765,99,1.527,103,1.527,126,2.424,155,2.208,156,3.354,157,2.001,158,2.062,159,4.131,160,4.863,161,3.556,162,3.556,163,3.065,164,4.985,165,3.904,166,3.986,167,4.43,168,1.776,169,3.986,170,2.295,171,3.065,172,1.33,173,3.065,174,3.065,175,2.46,176,3.065,177,3.065,178,3.065,179,2.682,180,3.065,181,2.062,182,3.065,183,2.208,184,3.065,185,1.986,186,3.065,187,3.065,188,3.065,189,3.065,190,3.065,191,3.065,192,3.065,193,2.062,194,3.065,195,3.065,196,1.527,197,3.065]],["title/interfaces/CacheOptions.html",[0,0.205,198,1.861]],["body/interfaces/CacheOptions.html",[0,0.229,2,0.888,3,0.66,4,0.888,5,0.561,6,0.561,10,0.561,11,0.856,12,1.352,15,0.675,16,0.055,17,1.151,19,2.561,22,1.17,34,1.151,35,0.997,37,1.243,45,1.17,48,2.696,59,1.54,71,0.039,72,0.039,74,1.324,77,1.021,78,0.769,79,1.34,99,1.54,101,1.54,108,1.517,109,1.892,112,1.779,115,0.997,116,1.738,117,1.738,118,1.61,119,1.738,120,1.324,121,1.779,122,1.54,123,1.54,124,2.115,125,2.115,127,1.779,128,1.779,130,2.079,133,2.079,168,1.17,181,2.079,193,2.079,198,2.992,199,2.48,200,1.997,201,1.779,202,3.089,203,4.007,204,2.48,205,3.089,206,3.089,207,3.089,208,2.307,209,1.779,210,2.307,211,2.079,212,4.007,213,2.307,214,4.007,215,3.089,216,3.089,217,4.007,218,2.48,219,3.089,220,3.089,221,4.007,222,2.48,223,3.089]],["title/interfaces/DatabaseCacheOptions.html",[0,0.205,224,1.593]],["body/interfaces/DatabaseCacheOptions.html",[0,0.258,2,0.719,3,0.534,4,0.719,5,0.454,6,0.454,9,1.732,10,0.454,11,0.743,12,1.241,15,0.606,16,0.055,17,1.304,22,0.947,34,1.241,35,1.074,37,1.241,40,1.148,41,1.682,44,2.192,45,1.199,71,0.034,72,0.034,74,1.148,77,0.826,78,0.622,101,1.246,108,1.316,109,1.779,115,1.074,116,1.085,117,1.085,118,1.32,119,1.085,120,0.826,124,1.969,125,1.969,126,1.246,134,1.246,141,1.732,155,1.246,157,1.513,168,1.316,170,2.301,172,1.085,179,1.682,183,1.991,185,1.246,196,1.732,200,1.732,201,1.44,208,2.002,209,1.44,210,2.301,213,2.829,224,2.301,225,1.44,226,1.44,227,2.688,228,2.339,229,2.007,230,1.508,231,1.682,232,2.339,233,3.242,234,2.007,235,2.79,236,2.007,237,2.79,238,2.79,239,2.007,240,2.007,241,2.007,242,2.007,243,3.466,244,1.682,245,2.79,246,2.007,247,2.007,248,2.007,249,2.007,250,2.007,251,2.007,252,2.007,253,2.79,254,2.007,255,2.79,256,2.79,257,2.007,258,2.79,259,2.007,260,2.79,261,2.007,262,2.79,263,2.007,264,2.79,265,2.007,266,2.007,267,2.007,268,2.007,269,0.947,270,2.007,271,1.682,272,1.246,273,1.44,274,1.682,275,2.007,276,2.007,277,2.007,278,2.007,279,1.44,280,2.007,281,2.007,282,2.007,283,2.007,284,2.007,285,1.682,286,2.007,287,2.007]],["title/interfaces/DatabaseLoaderOptions.html",[0,0.205,9,1.379]],["body/interfaces/DatabaseLoaderOptions.html",[0,0.259,2,0.72,3,0.536,4,0.72,5,0.455,6,0.455,9,1.994,10,0.455,11,0.744,12,1.001,15,0.607,16,0.055,17,1.305,22,0.949,34,1.242,35,1.075,37,1.242,40,1.15,41,1.687,44,2.193,45,1.199,71,0.034,72,0.034,74,1.15,77,0.828,78,0.624,101,1.249,108,1.319,109,1.319,115,1.199,116,1.088,117,1.088,118,1.322,119,1.088,120,0.828,124,1.511,125,1.511,126,1.249,134,1.249,141,1.735,155,1.249,157,1.78,168,1.319,170,2.616,172,1.088,179,1.687,183,1.994,185,1.249,196,1.735,200,1.735,201,1.444,208,2.005,209,1.444,210,2.304,213,2.831,224,2.489,225,1.444,226,1.444,227,2.692,228,2.343,229,2.013,230,1.511,231,1.687,232,2.343,233,3.244,234,2.013,235,2.795,236,2.013,237,2.795,238,2.795,239,2.013,240,2.013,241,2.013,242,2.013,243,3.47,244,1.687,245,2.795,246,2.013,247,2.013,248,2.013,249,2.013,250,2.013,251,2.013,252,2.013,253,2.795,254,2.013,255,2.795,256,2.795,257,2.013,258,2.795,259,2.013,260,2.795,261,2.013,262,2.795,263,2.013,264,2.795,265,2.013,266,2.013,267,2.013,268,2.013,269,0.949,270,2.013,271,1.687,272,1.249,273,1.444,274,1.687,275,2.013,276,2.013,277,2.013,278,2.013,279,1.444,280,2.013,281,2.013,282,2.013,283,2.013,284,2.013,285,1.687,286,2.013,287,2.013]],["title/interfaces/GtexTissue.html",[0,0.205,288,1.861]],["body/interfaces/GtexTissue.html",[0,0.181,2,0.699,3,0.519,4,1.131,5,0.618,6,0.441,10,0.618,11,0.728,15,0.681,16,0.055,17,1.374,22,0.92,34,1.131,35,0.979,37,1.308,40,1.3,44,1.851,45,0.979,71,0.038,72,0.033,74,1.126,77,0.803,78,0.605,103,1.211,108,0.92,109,1.877,115,0.979,124,1.055,125,1.055,141,1.211,157,0.92,168,1.29,170,1.962,172,1.055,183,1.211,185,1.698,196,1.961,200,1.698,201,1.4,204,3.159,208,1.962,209,1.4,210,1.4,211,1.635,213,1.4,230,1.479,231,1.635,233,1.635,244,1.635,269,0.92,273,2.586,279,1.4,288,3.022,289,1.635,290,1.635,291,4.265,292,4.265,293,4.265,294,2.293,295,2.431,296,1.951,297,4.265,298,2.431,299,1.951,300,2.431,301,1.951,302,1.4,303,3.408,304,1.951,305,1.635,306,2.431,307,2.431,308,2.431,309,2.431,310,1.951,311,2.431,312,3.935,313,3.408,314,3.408,315,3.408,316,3.408,317,4.265,318,2.293,319,1.951,320,1.951,321,1.951,322,1.951,323,1.951,324,1.635,325,1.951,326,2.736,327,1.635,328,2.431,329,2.431,330,2.431,331,2.431,332,2.431,333,1.951,334,2.431,335,2.431,336,2.431,337,2.431,338,1.951,339,2.736,340,2.431,341,2.431,342,2.431,343,2.431,344,3.408,345,2.431,346,2.431,347,3.159,348,3.408,349,1.951,350,1.951,351,2.431,352,2.431,353,2.648,354,3.408,355,2.431,356,2.431,357,2.431,358,2.431,359,2.431,360,2.431,361,2.431,362,2.431,363,2.431,364,2.431,365,2.431,366,2.431,367,1.951,368,2.431,369,2.431,370,2.431,371,2.431,372,2.431,373,1.635,374,1.951,375,2.431,376,3.935,377,2.736,378,2.431,379,2.431,380,2.431]],["title/classes/RequestCache.html",[73,0.914,230,1.2]],["body/classes/RequestCache.html",[3,0.585,4,0.787,5,0.497,6,0.85,10,0.497,12,1.29,15,0.711,16,0.055,17,0.787,34,0.787,35,0.682,37,0.921,45,0.921,59,2.407,71,0.036,72,0.036,73,0.905,75,1.578,78,0.682,79,1.189,80,3.019,81,3.25,83,2.971,87,2.49,90,2.584,92,3.019,93,3.019,102,3.364,103,1.366,105,3.461,106,1.844,111,2.2,112,2.699,115,1.166,116,1.947,117,1.947,118,1.482,119,1.947,120,1.631,121,1.578,122,1.366,123,1.366,127,2.781,128,2.413,142,2.82,143,2.82,161,2.971,183,2.563,185,2.407,193,2.82,196,1.366,218,2.2,222,2.2,227,3.154,230,1.606,327,1.844,349,2.2,350,2.2,377,3.877,381,3.154,382,3.701,383,3.701,384,2.74,385,4.19,386,2.74,387,2.74,388,3.701,389,5.088,390,2.74,391,3.701,392,3.701,393,2.74,394,2.74,395,2.74,396,2.74,397,2.74,398,2.74]],["title/changelog.html",[399,1.572,400,1.345,401,1.572]],["body/changelog.html",[0,0.248,2,0.247,3,0.674,5,0.156,11,0.183,12,0.247,13,0.689,15,0.13,16,0.037,19,2.018,40,0.493,63,0.689,71,0.036,72,0.015,85,1.898,90,0.494,98,0.494,109,0.325,115,0.214,118,1.043,120,0.493,122,0.428,151,1.004,157,1.014,159,0.689,168,1.427,172,2.13,181,0.578,269,0.749,271,0.578,272,1.816,273,2.657,274,0.578,279,1.818,299,2.534,301,1.589,302,2.339,304,1.198,305,1.977,310,0.689,327,1.004,333,1.898,338,1.198,347,3.261,353,1.004,367,1.198,400,1.14,401,1.004,402,1.589,403,3.435,404,1.589,405,2.15,406,2.813,407,1.198,408,2.365,409,2.678,410,2.365,411,5.359,412,2.678,413,1.492,414,0.858,415,4.044,416,1.492,417,2.365,418,3.83,419,2.365,420,2.365,421,3.343,422,2.15,423,1.492,424,0.689,425,0.858,426,0.858,427,3.343,428,3.112,429,3.877,430,4.062,431,1.492,432,0.858,433,4.614,434,1.802,435,2.358,436,2.365,437,1.977,438,1.198,439,2.938,440,2.683,441,0.689,442,1.492,443,0.858,444,2.678,445,2.365,446,0.858,447,1.492,448,2.365,449,1.492,450,1.979,451,0.858,452,1.492,453,0.858,454,3.975,455,0.858,456,1.492,457,0.689,458,0.858,459,1.198,460,1.198,461,1.492,462,3.343,463,0.858,464,0.858,465,0.858,466,1.492,467,1.979,468,3.767,469,0.858,470,0.859,471,0.689,472,0.858,473,0.858,474,3.503,475,1.492,476,2.678,477,1.979,478,0.858,479,1.198,480,1.492,481,1.492,482,0.858,483,0.858,484,4.214,485,0.858,486,1.492,487,2.697,488,1.979,489,1.492,490,1.979,491,1.979,492,1.591,493,1.979,494,0.858,495,1.492,496,1.492,497,0.858,498,3.156,499,2.938,500,1.492,501,0.858,502,0.858,503,4.214,504,2.813,505,1.898,506,0.858,507,1.492,508,0.858,509,0.858,510,1.492,511,2.15,512,0.858,513,1.492,514,0.858,515,0.858,516,0.858,517,1.492,518,3.325,519,0.858,520,2.938,521,0.858,522,0.858,523,0.858,524,1.979,525,0.858,526,0.858,527,1.198,528,0.858,529,2.938,530,1.492,531,2.678,532,0.858,533,1.492,534,1.492,535,0.858,536,0.858,537,0.858,538,1.492,539,2.938,540,1.898,541,0.858,542,3.156,543,0.858,544,0.858,545,1.492,546,0.858,547,2.365,548,1.492,549,1.979,550,0.858,551,0.858,552,1.979,553,0.858,554,1.492,555,0.858,556,1.492,557,0.858,558,0.858,559,0.858,560,4.062,561,0.858,562,0.689,563,0.858,564,1.492,565,0.578,566,0.858,567,1.492,568,2.365,569,0.858,570,1.492,571,1.979,572,0.858,573,0.858,574,1.492,575,0.858,576,0.858,577,2.938,578,1.692,579,2.15,580,1.589,581,0.858,582,2.15,583,0.858,584,1.979,585,2.683,586,3.975,587,0.858,588,0.858,589,1.492,590,1.589,591,0.858,592,0.858,593,0.858,594,2.678,595,0.858,596,0.858,597,0.858,598,0.858,599,1.979,600,0.858,601,1.492,602,1.198,603,0.858,604,2.249,605,0.858,606,0.858,607,0.858,608,0.858,609,0.858,610,2.15,611,0.858,612,1.492,613,0.858,614,0.858,615,1.979,616,1.492,617,0.858,618,0.858,619,1.492,620,1.492,621,0.858,622,1.979,623,0.858,624,0.858,625,0.689,626,0.858,627,1.589,628,0.689,629,1.492,630,1.492,631,0.858,632,0.858,633,1.492,634,1.492,635,1.492,636,1.492,637,0.858,638,0.858,639,0.858,640,0.858,641,1.979,642,0.858,643,1.492,644,0.858,645,0.858,646,1.198,647,2.938,648,1.492,649,0.858,650,0.689,651,0.858,652,0.858,653,2.678,654,2.365,655,0.858,656,1.979,657,1.492,658,2.938,659,1.492,660,1.492,661,2.365,662,0.858,663,0.858,664,0.858,665,0.858,666,0.858,667,0.858,668,0.858,669,1.492,670,1.492,671,0.858,672,1.492,673,0.858,674,0.689,675,1.492,676,0.858,677,1.492,678,0.858,679,0.858,680,0.858,681,0.858,682,0.858,683,0.858,684,1.492,685,0.858,686,0.858,687,0.689,688,0.858,689,0.858,690,0.858,691,0.858,692,1.492,693,0.858,694,0.858,695,0.858,696,0.858,697,0.858,698,1.492,699,0.858,700,2.938,701,0.858,702,0.858,703,1.979,704,1.979,705,0.689,706,1.492,707,0.858,708,0.689,709,0.689,710,0.858,711,1.492,712,0.858,713,0.858,714,0.858,715,0.858,716,1.492,717,1.492,718,0.858,719,0.858,720,1.492,721,1.492,722,0.858,723,1.492,724,2.365,725,1.979,726,0.858,727,0.858,728,0.858,729,0.858,730,0.689,731,0.689,732,0.858,733,1.492,734,0.858,735,0.858,736,0.858,737,0.858,738,1.492,739,2.365,740,0.858,741,0.858,742,0.858,743,0.858,744,2.938,745,1.979,746,0.858,747,0.858,748,1.979,749,1.492,750,1.492,751,1.492,752,2.365,753,0.858,754,2.365,755,0.858,756,0.858,757,1.492,758,0.858,759,0.858,760,0.858,761,0.858,762,0.858,763,2.365,764,0.858,765,1.979,766,2.365,767,0.858,768,1.979,769,2.678,770,1.492,771,1.492,772,1.492,773,1.492,774,1.979,775,2.365,776,2.678,777,1.492,778,1.979,779,0.858,780,0.858,781,3.156,782,1.979,783,0.858,784,2.365,785,2.365,786,3.503,787,0.858,788,0.858,789,0.858,790,0.858,791,0.858,792,0.858,793,1.492,794,0.858,795,1.492,796,0.858,797,0.858,798,0.858,799,0.858,800,1.492,801,0.858,802,1.979,803,0.858,804,0.858,805,1.492,806,1.589,807,1.492,808,0.858,809,0.858,810,0.858,811,1.492,812,0.858,813,0.858,814,0.858,815,0.858,816,0.858,817,0.858,818,0.858,819,1.492,820,0.858,821,0.858,822,2.365,823,2.938,824,1.492,825,1.979,826,1.492,827,2.365,828,0.858,829,0.858,830,0.858,831,0.858,832,1.979,833,0.858,834,0.858,835,0.858,836,1.492,837,1.492,838,1.492,839,1.492,840,1.979,841,0.858,842,0.858,843,0.858,844,0.858,845,0.858,846,0.858,847,0.689,848,0.858,849,0.858,850,0.858,851,1.492,852,0.858,853,0.858,854,1.198,855,0.858,856,0.858,857,0.858,858,0.858,859,0.858,860,0.858,861,0.858,862,0.858,863,0.858,864,3.343,865,0.858,866,1.979,867,3.343,868,1.979,869,2.365,870,1.492,871,1.979,872,0.858,873,1.492,874,0.858,875,0.858,876,1.492,877,1.492,878,0.858,879,0.858,880,0.858,881,0.858,882,1.492,883,0.858,884,1.979,885,0.858,886,0.858,887,0.858,888,2.365,889,0.858,890,0.689,891,0.858,892,0.858,893,0.858,894,0.858,895,0.858,896,0.858,897,0.858,898,0.858,899,0.858,900,0.858,901,0.858,902,2.678,903,0.858,904,0.858,905,0.858,906,0.858,907,0.858,908,0.858,909,0.858,910,0.858,911,0.858,912,0.858,913,0.858,914,0.858,915,0.858,916,0.858,917,1.492,918,0.858,919,1.492,920,0.858,921,1.492,922,1.492,923,2.365,924,2.365,925,1.492,926,1.492,927,0.858,928,0.858,929,0.858,930,1.979,931,0.858,932,0.689,933,0.858,934,0.858,935,0.858,936,0.858,937,0.858,938,0.858,939,1.492,940,3.644,941,1.979,942,0.858,943,1.492,944,0.858,945,0.858,946,0.858,947,0.858,948,0.858,949,0.858,950,0.858,951,0.858,952,1.492,953,2.534,954,1.492,955,0.858,956,0.858,957,1.198,958,0.858,959,2.365,960,0.858,961,1.492,962,0.858,963,0.858,964,0.858,965,1.591,966,0.858,967,1.492,968,0.858,969,0.858,970,0.858,971,1.492,972,1.492,973,0.858,974,0.858,975,0.858,976,0.858,977,1.492,978,1.979,979,1.492,980,0.858,981,0.689,982,1.198,983,0.858,984,0.858,985,0.858,986,0.858,987,0.858,988,0.858,989,0.858,990,0.858,991,0.689,992,0.858,993,0.858,994,1.492,995,0.858,996,0.858,997,0.858,998,0.858,999,0.858,1000,0.858,1001,1.492,1002,0.858,1003,0.689,1004,0.858,1005,0.689,1006,0.689,1007,0.858,1008,0.858,1009,0.858,1010,1.492,1011,0.858,1012,0.858,1013,0.858,1014,0.858,1015,0.858,1016,0.858,1017,0.858,1018,0.858,1019,0.858,1020,0.858,1021,0.858,1022,1.492,1023,0.689,1024,0.858,1025,0.858,1026,1.492,1027,0.689,1028,0.689,1029,0.858,1030,0.858,1031,0.858,1032,0.858,1033,0.858,1034,0.858,1035,0.858]],["title/coverage.html",[965,2.506]],["body/coverage.html",[0,0.315,1,1.256,5,0.339,6,1.006,7,2.258,9,0.93,15,0.283,16,0.054,26,1.499,29,2.534,35,1.364,71,0.027,72,0.027,73,1.118,74,0.617,76,1.619,77,0.929,78,0.7,79,1.842,89,1.075,134,2.764,155,0.93,156,1.892,157,1.281,158,1.892,168,0.707,198,1.256,199,2.716,224,1.075,225,2.445,226,2.445,228,1.256,230,0.81,288,1.256,289,2.857,290,3.051,318,1.256,324,1.256,326,2.258,373,1.892,381,1.256,470,1.075,487,1.619,492,1.892,578,1.075,965,1.256,1036,1.867,1037,1.867,1038,1.867,1039,1.867,1040,5.527,1041,3.344,1042,1.867,1043,3.383,1044,1.867,1045,2.812,1046,1.867,1047,4.97,1048,1.499,1049,1.499,1050,3.383,1051,1.867,1052,1.867,1053,1.867,1054,1.867,1055,1.499,1056,1.867,1057,2.716,1058,1.499,1059,1.499,1060,2.258,1061,2.258,1062,1.499,1063,3.766,1064,2.812,1065,2.812,1066,1.499,1067,2.258,1068,2.258,1069,2.812,1070,1.867,1071,1.499,1072,2.812,1073,2.812,1074,1.499,1075,2.812,1076,1.499,1077,1.499,1078,1.867,1079,3.796,1080,3.796,1081,1.867,1082,1.867,1083,1.867,1084,1.867,1085,1.867,1086,1.867,1087,1.867,1088,1.867,1089,1.867,1090,1.499,1091,2.258,1092,2.258,1093,2.258,1094,1.867,1095,1.499,1096,2.258,1097,2.812,1098,3.537,1099,1.867,1100,1.867,1101,1.867,1102,1.867,1103,1.867,1104,1.867,1105,1.867,1106,2.812,1107,1.867,1108,1.867,1109,1.867]],["title/dependencies.html",[434,2.229,565,1.572]],["body/dependencies.html",[5,0.497,16,0.055,19,1.578,20,2.971,21,2.2,22,1.038,23,2.2,24,2.2,71,0.036,72,0.036,78,0.682,115,0.682,175,2.2,294,1.844,296,2.2,339,2.2,407,3.364,434,1.844,437,3.019,470,1.578,471,2.2,582,2.971,708,2.2,709,2.2,731,2.971,806,2.2,957,2.971,1110,2.74,1111,2.74,1112,2.74,1113,2.74,1114,2.74,1115,2.74,1116,2.74,1117,3.701,1118,2.74,1119,2.74,1120,5.143,1121,2.74,1122,2.74,1123,2.74,1124,2.74,1125,3.701,1126,2.74,1127,2.74,1128,2.74,1129,3.701,1130,2.74,1131,2.74,1132,2.74,1133,2.74,1134,2.74,1135,2.74,1136,2.74,1137,2.74,1138,4.487,1139,2.74,1140,3.701,1141,2.74,1142,2.74,1143,2.74,1144,4.19,1145,2.74,1146,2.74,1147,2.74,1148,2.74,1149,2.74,1150,2.74,1151,2.74,1152,2.74,1153,2.74,1154,2.74,1155,3.701,1156,3.701,1157,2.74,1158,3.701,1159,2.74,1160,2.74,1161,2.74,1162,2.2,1163,2.74,1164,2.74,1165,2.74,1166,2.74,1167,2.74,1168,2.74,1169,2.74,1170,2.74,1171,3.701,1172,2.74,1173,2.74,1174,2.74,1175,2.74,1176,2.74,1177,2.74,1178,2.74,1179,2.74,1180,2.74,1181,2.74,1182,2.74,1183,2.74,1184,2.74,1185,2.74,1186,2.74,1187,2.74,1188,3.701,1189,2.74,1190,2.74,1191,2.74,1192,2.74,1193,2.74,1194,2.74,1195,2.74,1196,2.74,1197,2.74,1198,2.74,1199,2.74,1200,2.74,1201,2.74,1202,2.74,1203,2.74,1204,4.19,1205,2.74,1206,2.74,1207,2.74,1208,2.74,1209,2.74,1210,2.74,1211,2.74,1212,2.74,1213,2.74,1214,2.74,1215,2.74,1216,2.74,1217,2.74,1218,2.74,1219,2.74,1220,2.74,1221,3.701,1222,2.74,1223,2.74,1224,2.74,1225,2.74,1226,2.74,1227,2.74,1228,2.74,1229,2.74,1230,2.74,1231,2.74,1232,2.74,1233,2.74,1234,2.74,1235,2.74,1236,2.74]],["title/index.html",[10,0.424,399,1.572,400,1.345]],["body/index.html",[0,0.294,2,0.87,3,1.035,16,0.039,71,0.039,72,0.039,120,1,172,2.326,269,1.497,272,2.326,302,3.015,305,2.66,401,2.036,402,3.173,403,3.173,404,3.173,405,4.166,406,3.534,415,3.173,418,3.534,422,3.173,428,2.429,437,2.036,440,2.429,441,3.747,457,3.173,459,3.173,460,3.747,487,2.535,511,2.429,527,3.173,540,2.429,562,2.429,578,1.743,579,3.888,580,3.888,585,3.173,590,2.429,602,3.173,604,2.036,610,2.429,627,2.429,628,2.429,705,3.173,730,2.429,890,2.429,982,2.429,991,2.429,1003,2.429,1027,2.429,1237,3.953,1238,3.026,1239,3.026,1240,3.026,1241,3.026,1242,3.173,1243,3.026,1244,3.026,1245,3.026,1246,3.953,1247,3.953,1248,3.953,1249,4.402,1250,3.026,1251,3.026,1252,4.402,1253,4.402,1254,3.026,1255,3.026,1256,3.953,1257,3.026,1258,3.026,1259,3.026,1260,3.953,1261,3.026,1262,2.429,1263,3.026,1264,3.026,1265,3.026,1266,3.953,1267,3.026,1268,3.026,1269,3.953,1270,3.953,1271,3.026,1272,3.953,1273,3.953,1274,3.026,1275,3.026,1276,3.026,1277,3.026,1278,3.026,1279,3.026,1280,3.026,1281,3.026,1282,3.026,1283,3.026,1284,3.026,1285,3.026,1286,3.026,1287,3.026,1288,3.026,1289,3.026,1290,3.026]],["title/license.html",[399,1.572,400,1.345,1291,1.875]],["body/license.html",[16,0.043,22,1.353,71,0.043,72,0.043,269,1.663,272,1.781,435,3.526,578,2.058,625,3.818,650,2.869,847,3.526,932,2.869,953,2.869,1006,2.869,1028,2.869,1242,4.291,1291,2.869,1292,3.574,1293,4.756,1294,3.574,1295,3.574,1296,4.393,1297,3.574,1298,3.574,1299,3.574,1300,3.574,1301,3.574,1302,3.574,1303,4.393,1304,3.574,1305,3.574,1306,3.574,1307,3.574,1308,3.574,1309,3.574,1310,3.574,1311,3.574,1312,3.574,1313,3.574,1314,3.574,1315,3.574,1316,4.393,1317,3.574,1318,3.574,1319,3.574,1320,3.574,1321,3.574,1322,3.574,1323,4.393,1324,3.574,1325,3.574,1326,3.574,1327,3.574,1328,3.574,1329,3.574,1330,3.574,1331,3.574,1332,3.574,1333,3.574,1334,3.574,1335,3.574,1336,3.574,1337,3.574,1338,3.574,1339,3.574,1340,3.574,1341,3.574,1342,3.574,1343,3.574,1344,3.574,1345,3.574,1346,3.574,1347,3.574,1348,3.574,1349,3.574,1350,3.574,1351,3.574]],["title/modules.html",[1352,2.99]],["body/modules.html",[16,0.048,71,0.048,72,0.048,1352,3.464]],["title/overview.html",[1353,2.99]],["body/overview.html",[2,1.229,16,0.048,71,0.048,72,0.048,75,2.462,424,3.433,854,3.433,1353,3.433]],["title/properties.html",[11,0.708,565,1.572]],["body/properties.html",[11,0.916,16,0.05,71,0.048,72,0.048,438,3.44,604,2.884]],["title/miscellaneous/typealiases.html",[1354,1.345,1355,3.313]],["body/miscellaneous/typealiases.html",[6,0.973,10,0.66,15,0.727,16,0.043,35,1.192,71,0.043,72,0.043,76,2.093,77,1.466,78,1.104,79,2.165,123,2.487,156,2.446,157,1.938,158,2.987,165,3.563,225,2.093,226,2.556,232,3.358,294,2.987,381,2.446,1041,2.446,1055,2.918,1060,2.918,1061,3.563,1076,2.918,1077,3.847,1098,2.918,1354,2.093,1356,3.635,1357,3.635,1358,3.635,1359,4.438,1360,4.438,1361,4.438,1362,4.438,1363,4.438,1364,4.438,1365,4.438,1366,3.635,1367,4.438,1368,3.635,1369,4.438,1370,2.918]],["title/miscellaneous/variables.html",[1354,1.345,1371,2.66]],["body/miscellaneous/variables.html",[6,0.906,10,0.456,15,0.767,16,0.054,29,3.31,37,0.997,44,1.514,45,0.625,48,2.347,71,0.039,72,0.034,98,3.009,99,2.604,108,1.321,115,0.625,118,1.43,162,2.018,200,2.157,211,2.347,269,0.952,285,2.347,289,1.691,290,2.696,302,2.009,318,2.347,319,2.018,320,2.018,321,2.018,322,2.018,323,2.018,324,2.347,325,2.018,353,1.691,373,1.691,374,2.8,470,1.447,479,2.018,487,1.447,492,1.691,504,2.018,505,2.018,518,2.018,646,2.018,674,2.018,687,2.8,981,3.65,1005,2.018,1023,2.018,1041,1.691,1048,2.8,1049,2.8,1057,2.018,1058,3.474,1059,3.216,1062,2.018,1066,2.018,1067,2.018,1068,3.474,1071,2.018,1074,2.018,1079,2.018,1080,2.8,1090,2.8,1091,2.018,1092,2.8,1093,2.8,1095,2.8,1096,2.018,1162,3.216,1262,2.8,1354,1.447,1370,2.8,1371,2.018,1372,4.006,1373,2.513,1374,4.546,1375,3.488,1376,2.513,1377,4.328,1378,2.513,1379,2.513,1380,2.513,1381,2.513,1382,4.328,1383,2.513,1384,2.513,1385,2.513,1386,2.513,1387,4.328,1388,2.513,1389,3.488,1390,3.488,1391,2.513,1392,2.513,1393,2.513,1394,2.513,1395,2.513,1396,2.513,1397,2.513,1398,2.513,1399,2.513,1400,2.513,1401,2.513,1402,2.513,1403,2.513,1404,2.513,1405,2.513,1406,2.513,1407,2.513,1408,2.513,1409,2.513,1410,2.513,1411,2.513,1412,2.513,1413,2.513,1414,2.513,1415,2.513,1416,2.513,1417,2.513,1418,2.513,1419,2.513,1420,2.513,1421,2.513,1422,2.513,1423,2.513,1424,2.513,1425,3.488,1426,4.006,1427,4.006,1428,2.513,1429,3.488,1430,2.513,1431,3.488,1432,2.513,1433,2.513,1434,2.513,1435,3.488,1436,2.513,1437,2.513,1438,2.513,1439,3.488,1440,2.513,1441,2.513,1442,2.513,1443,2.513,1444,2.513]]],"invertedIndex":[["",{"_index":16,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":134,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["0.1.0",{"_index":1026,"title":{},"body":{"changelog.html":{}}}],["0.13.1",{"_index":1236,"title":{},"body":{"dependencies.html":{}}}],["0.2.0",{"_index":1022,"title":{},"body":{"changelog.html":{}}}],["0.20.0",{"_index":1171,"title":{},"body":{"dependencies.html":{}}}],["0.5.0",{"_index":1010,"title":{},"body":{"changelog.html":{}}}],["0.6.0",{"_index":982,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["0/1",{"_index":1040,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":1038,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":1050,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":1069,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":1107,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":1106,"title":{},"body":{"coverage.html":{}}}],["01",{"_index":489,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":833,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":769,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":531,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":739,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":448,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":439,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":954,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":476,"title":{},"body":{"changelog.html":{}}}],["1",{"_index":151,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"changelog.html":{}}}],["1.0",{"_index":867,"title":{},"body":{"changelog.html":{}}}],["1.0.0",{"_index":940,"title":{},"body":{"changelog.html":{}}}],["1.0.11",{"_index":1167,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":1174,"title":{},"body":{"dependencies.html":{}}}],["1.0.9",{"_index":1230,"title":{},"body":{"dependencies.html":{}}}],["1.1.0",{"_index":917,"title":{},"body":{"changelog.html":{}}}],["1.14.10",{"_index":1180,"title":{},"body":{"dependencies.html":{}}}],["1.17.0",{"_index":1203,"title":{},"body":{"dependencies.html":{}}}],["1.2.0",{"_index":866,"title":{},"body":{"changelog.html":{}}}],["1.2.3",{"_index":1177,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":1168,"title":{},"body":{"dependencies.html":{}}}],["1.3.1",{"_index":1217,"title":{},"body":{"dependencies.html":{}}}],["1.3.5",{"_index":832,"title":{},"body":{"changelog.html":{}}}],["1.4.0",{"_index":806,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["1.4.1",{"_index":1191,"title":{},"body":{"dependencies.html":{}}}],["1.5.0",{"_index":768,"title":{},"body":{"changelog.html":{}}}],["1.6.0",{"_index":752,"title":{},"body":{"changelog.html":{}}}],["1.7.0",{"_index":738,"title":{},"body":{"changelog.html":{}}}],["10",{"_index":279,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["10.0.0",{"_index":1201,"title":{},"body":{"dependencies.html":{}}}],["100",{"_index":207,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["1000",{"_index":209,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["100000",{"_index":131,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["10x",{"_index":929,"title":{},"body":{"changelog.html":{}}}],["11",{"_index":409,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":1187,"title":{},"body":{"dependencies.html":{}}}],["12",{"_index":440,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["13",{"_index":636,"title":{},"body":{"changelog.html":{}}}],["14",{"_index":532,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":1205,"title":{},"body":{"dependencies.html":{}}}],["14.1.4",{"_index":1115,"title":{},"body":{"dependencies.html":{}}}],["14.10.1",{"_index":1111,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":449,"title":{},"body":{"changelog.html":{}}}],["15.313.0",{"_index":1113,"title":{},"body":{"dependencies.html":{}}}],["16",{"_index":417,"title":{},"body":{"changelog.html":{}}}],["16.0.0",{"_index":1207,"title":{},"body":{"dependencies.html":{}}}],["16.0.2",{"_index":1209,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":1120,"title":{},"body":{"dependencies.html":{}}}],["16.1.6",{"_index":1125,"title":{},"body":{"dependencies.html":{}}}],["16.3.1",{"_index":1182,"title":{},"body":{"dependencies.html":{}}}],["17",{"_index":410,"title":{},"body":{"changelog.html":{}}}],["2",{"_index":888,"title":{},"body":{"changelog.html":{}}}],["2.0",{"_index":432,"title":{},"body":{"changelog.html":{}}}],["2.0.0",{"_index":704,"title":{},"body":{"changelog.html":{}}}],["2.0.1",{"_index":1163,"title":{},"body":{"dependencies.html":{}}}],["2.0.4",{"_index":1118,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":1185,"title":{},"body":{"dependencies.html":{}}}],["2.1.0",{"_index":659,"title":{},"body":{"changelog.html":{}}}],["2.2.0",{"_index":648,"title":{},"body":{"changelog.html":{}}}],["2.3.0",{"_index":643,"title":{},"body":{"changelog.html":{}}}],["2.3.1",{"_index":635,"title":{},"body":{"changelog.html":{}}}],["2.4.0",{"_index":619,"title":{},"body":{"changelog.html":{}}}],["2.5.0",{"_index":601,"title":{},"body":{"changelog.html":{}}}],["2.6.1",{"_index":1232,"title":{},"body":{"dependencies.html":{}}}],["2.8.0",{"_index":1165,"title":{},"body":{"dependencies.html":{}}}],["2.8.1",{"_index":1136,"title":{},"body":{"dependencies.html":{}}}],["2.8.5",{"_index":1175,"title":{},"body":{"dependencies.html":{}}}],["2019",{"_index":953,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2020",{"_index":869,"title":{},"body":{"changelog.html":{}}}],["2021",{"_index":586,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":462,"title":{},"body":{"changelog.html":{}}}],["2022/rui_locations.jsonld",{"_index":323,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["2023",{"_index":408,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":740,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":942,"title":{},"body":{"changelog.html":{}}}],["24",{"_index":1011,"title":{},"body":{"changelog.html":{}}}],["26",{"_index":770,"title":{},"body":{"changelog.html":{}}}],["26th",{"_index":810,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":477,"title":{},"body":{"changelog.html":{}}}],["3",{"_index":854,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["3.0.0",{"_index":582,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3.1.0",{"_index":545,"title":{},"body":{"changelog.html":{}}}],["3.1.1",{"_index":538,"title":{},"body":{"changelog.html":{}}}],["3.2.0",{"_index":530,"title":{},"body":{"changelog.html":{}}}],["3.2.10",{"_index":1144,"title":{},"body":{"dependencies.html":{}}}],["3.3.0",{"_index":510,"title":{},"body":{"changelog.html":{}}}],["3.3.2",{"_index":1212,"title":{},"body":{"dependencies.html":{}}}],["3.4.0",{"_index":488,"title":{},"body":{"changelog.html":{}}}],["3.5.0",{"_index":475,"title":{},"body":{"changelog.html":{}}}],["3.5.7",{"_index":1152,"title":{},"body":{"dependencies.html":{}}}],["3.6",{"_index":1266,"title":{},"body":{"index.html":{}}}],["3.6.0",{"_index":461,"title":{},"body":{"changelog.html":{}}}],["3.6.3",{"_index":1150,"title":{},"body":{"dependencies.html":{}}}],["3.7.0",{"_index":447,"title":{},"body":{"changelog.html":{}}}],["3.7.2",{"_index":438,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["3.8.0",{"_index":416,"title":{},"body":{"changelog.html":{}}}],["3.8.1",{"_index":407,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["30",{"_index":660,"title":{},"body":{"changelog.html":{}}}],["31",{"_index":918,"title":{},"body":{"changelog.html":{}}}],["3d",{"_index":503,"title":{},"body":{"changelog.html":{}}}],["4",{"_index":887,"title":{},"body":{"changelog.html":{}}}],["4.0",{"_index":1247,"title":{},"body":{"index.html":{}}}],["4.17.21",{"_index":1200,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":1183,"title":{},"body":{"dependencies.html":{}}}],["4.4.1",{"_index":1172,"title":{},"body":{"dependencies.html":{}}}],["4.4.2",{"_index":1222,"title":{},"body":{"dependencies.html":{}}}],["4th",{"_index":464,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":425,"title":{},"body":{"changelog.html":{}}}],["5.0.0",{"_index":1156,"title":{},"body":{"dependencies.html":{}}}],["5th",{"_index":453,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":424,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["6.11.2",{"_index":1215,"title":{},"body":{"dependencies.html":{}}}],["6.2.1",{"_index":1197,"title":{},"body":{"dependencies.html":{}}}],["60",{"_index":208,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["7.0.0",{"_index":1192,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":1224,"title":{},"body":{"dependencies.html":{}}}],["8",{"_index":338,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["8.0.6",{"_index":1227,"title":{},"body":{"dependencies.html":{}}}],["8.2.0",{"_index":1198,"title":{},"body":{"dependencies.html":{}}}],["8.5.16",{"_index":1148,"title":{},"body":{"dependencies.html":{}}}],["8.8.20",{"_index":1138,"title":{},"body":{"dependencies.html":{}}}],["85",{"_index":1021,"title":{},"body":{"changelog.html":{}}}],["9.0.0",{"_index":1234,"title":{},"body":{"dependencies.html":{}}}],["90",{"_index":964,"title":{},"body":{"changelog.html":{}}}],["95",{"_index":534,"title":{},"body":{"changelog.html":{}}}],["9th",{"_index":780,"title":{},"body":{"changelog.html":{}}}],["__",{"_index":216,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["_error",{"_index":350,"title":{},"body":{"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["_key",{"_index":281,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["_next",{"_index":374,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["_req",{"_index":1377,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_res",{"_index":285,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"miscellaneous/variables.html":{}}}],["ability",{"_index":675,"title":{},"body":{"changelog.html":{}}}],["above",{"_index":1006,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["access",{"_index":143,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["accurate",{"_index":767,"title":{},"body":{"changelog.html":{}}}],["action",{"_index":1344,"title":{},"body":{"license.html":{}}}],["actions",{"_index":858,"title":{},"body":{"changelog.html":{}}}],["actually",{"_index":309,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["adapter",{"_index":178,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["added",{"_index":411,"title":{},"body":{"changelog.html":{}}}],["additional",{"_index":1007,"title":{},"body":{"changelog.html":{}}}],["addressed",{"_index":911,"title":{},"body":{"changelog.html":{}}}],["adds",{"_index":513,"title":{},"body":{"changelog.html":{}}}],["adjusting",{"_index":904,"title":{},"body":{"changelog.html":{}}}],["adjustment",{"_index":804,"title":{},"body":{"changelog.html":{}}}],["advanced",{"_index":707,"title":{},"body":{"changelog.html":{}}}],["again",{"_index":877,"title":{},"body":{"changelog.html":{}}}],["age",{"_index":367,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["agemax",{"_index":313,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["agemean",{"_index":315,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["agemin",{"_index":314,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["agerange",{"_index":1402,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ala",{"_index":640,"title":{},"body":{"changelog.html":{}}}],["aliases",{"_index":1356,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowdots",{"_index":47,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["allows",{"_index":787,"title":{},"body":{"changelog.html":{}}}],["alpha",{"_index":993,"title":{},"body":{"changelog.html":{}}}],["alpha.1",{"_index":972,"title":{},"body":{"changelog.html":{}}}],["alpha.2",{"_index":967,"title":{},"body":{"changelog.html":{}}}],["alpha.3",{"_index":952,"title":{},"body":{"changelog.html":{}}}],["alt",{"_index":1251,"title":{},"body":{"index.html":{}}}],["analytics",{"_index":709,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["anatomical",{"_index":802,"title":{},"body":{"changelog.html":{}}}],["and/or",{"_index":1314,"title":{},"body":{"license.html":{}}}],["angular",{"_index":437,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["angular/animations",{"_index":1119,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":1121,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":1122,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":1123,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":1124,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":1126,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":1127,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":1128,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":1129,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":1131,"title":{},"body":{"dependencies.html":{}}}],["angular/youtube",{"_index":1132,"title":{},"body":{"dependencies.html":{}}}],["anyobject",{"_index":123,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{},"miscellaneous/typealiases.html":{}}}],["api",{"_index":302,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["api/ccf",{"_index":1386,"title":{},"body":{"miscellaneous/variables.html":{}}}],["api/src/lib/app.ts",{"_index":7,"title":{},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["api/src/lib/environment.ts",{"_index":1041,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/middleware/database",{"_index":225,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/middleware/response",{"_index":199,"title":{},"body":{"interfaces/CacheOptions.html":{},"coverage.html":{}}}],["api/src/lib/polyfills.ts",{"_index":1055,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/routes/browser.ts",{"_index":1057,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/database",{"_index":1060,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/routes/v1/get",{"_index":1064,"title":{},"body":{"coverage.html":{}}}],["api/src/lib/routes/v1/gtex/index.ts",{"_index":1067,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/gtex/rui",{"_index":289,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/index.ts",{"_index":1071,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/reference",{"_index":1072,"title":{},"body":{"coverage.html":{}}}],["api/src/lib/routes/v1/sparql.ts",{"_index":1075,"title":{},"body":{"coverage.html":{}}}],["api/src/lib/routes/v1/utils/forward",{"_index":1076,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/routes/v1/utils/parse",{"_index":1079,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/utils/use",{"_index":1091,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/xconsortia/index.ts",{"_index":1096,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/xconsortia/rui",{"_index":1097,"title":{},"body":{"coverage.html":{}}}],["api/src/lib/server.ts",{"_index":1098,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/utils/auto",{"_index":76,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/utils/ccf",{"_index":156,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/utils/request",{"_index":381,"title":{},"body":{"classes/RequestCache.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["apifile",{"_index":1379,"title":{},"body":{"miscellaneous/variables.html":{}}}],["app",{"_index":38,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.set('database",{"_index":39,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.set('query",{"_index":42,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use",{"_index":69,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use('/v1",{"_index":70,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(bodyparser.json",{"_index":67,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(bodyparser.urlencoded",{"_index":65,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(cors",{"_index":64,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(databaseloader(options",{"_index":68,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(helmet",{"_index":52,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["appear",{"_index":595,"title":{},"body":{"changelog.html":{}}}],["application",{"_index":791,"title":{},"body":{"changelog.html":{}}}],["applied",{"_index":841,"title":{},"body":{"changelog.html":{}}}],["applytoken",{"_index":253,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["appoptions",{"_index":1,"title":{"interfaces/AppOptions.html":{}},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["appropriate",{"_index":564,"title":{},"body":{"changelog.html":{}}}],["april",{"_index":779,"title":{},"body":{"changelog.html":{}}}],["args",{"_index":389,"title":{},"body":{"classes/RequestCache.html":{}}}],["arising",{"_index":1348,"title":{},"body":{"license.html":{}}}],["asct+b",{"_index":587,"title":{},"body":{"changelog.html":{}}}],["assignment/selection",{"_index":755,"title":{},"body":{"changelog.html":{}}}],["associated",{"_index":650,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["async",{"_index":185,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["atlas",{"_index":404,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["attempt",{"_index":332,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["attempts",{"_index":623,"title":{},"body":{"changelog.html":{}}}],["authors",{"_index":1337,"title":{},"body":{"license.html":{}}}],["automatic",{"_index":892,"title":{},"body":{"changelog.html":{}}}],["automatically",{"_index":842,"title":{},"body":{"changelog.html":{}}}],["autoprunelrucache",{"_index":74,"title":{"classes/AutoPruneLRUCache.html":{}},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"coverage.html":{}}}],["autoprunelrucacheoptions",{"_index":89,"title":{"interfaces/AutoPruneLRUCacheOptions.html":{}},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"coverage.html":{}}}],["available",{"_index":884,"title":{},"body":{"changelog.html":{}}}],["avoid",{"_index":693,"title":{},"body":{"changelog.html":{}}}],["await",{"_index":196,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["award",{"_index":1289,"title":{},"body":{"index.html":{}}}],["backend",{"_index":606,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":1003,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["backgroundfetch",{"_index":107,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["base",{"_index":977,"title":{},"body":{"changelog.html":{}}}],["based",{"_index":681,"title":{},"body":{"changelog.html":{}}}],["basic",{"_index":705,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["before",{"_index":599,"title":{},"body":{"changelog.html":{}}}],["being",{"_index":737,"title":{},"body":{"changelog.html":{}}}],["beta",{"_index":585,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["better",{"_index":661,"title":{},"body":{"changelog.html":{}}}],["between",{"_index":946,"title":{},"body":{"changelog.html":{}}}],["bind",{"_index":1166,"title":{},"body":{"dependencies.html":{}}}],["block",{"_index":552,"title":{},"body":{"changelog.html":{}}}],["blocks",{"_index":505,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["bmi",{"_index":618,"title":{},"body":{"changelog.html":{}}}],["bmirange",{"_index":1403,"title":{},"body":{"miscellaneous/variables.html":{}}}],["board",{"_index":969,"title":{},"body":{"changelog.html":{}}}],["body",{"_index":19,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/CacheOptions.html":{},"changelog.html":{},"dependencies.html":{}}}],["bodyparser",{"_index":18,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["boolean",{"_index":204,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/GtexTissue.html":{}}}],["both",{"_index":646,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["box",{"_index":692,"title":{},"body":{"changelog.html":{}}}],["breaking",{"_index":727,"title":{},"body":{"changelog.html":{}}}],["bringing",{"_index":746,"title":{},"body":{"changelog.html":{}}}],["browser",{"_index":957,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["browserify",{"_index":1225,"title":{},"body":{"dependencies.html":{}}}],["browserroute",{"_index":1058,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["browserroutes",{"_index":30,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["browsing",{"_index":1030,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":429,"title":{},"body":{"changelog.html":{}}}],["build",{"_index":1243,"title":{},"body":{"index.html":{}}}],["builds",{"_index":581,"title":{},"body":{"changelog.html":{}}}],["button",{"_index":971,"title":{},"body":{"changelog.html":{}}}],["c",{"_index":1294,"title":{},"body":{"license.html":{}}}],["cache",{"_index":115,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["cache.cache.purgestale",{"_index":286,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["cache.delete(key",{"_index":398,"title":{},"body":{"classes/RequestCache.html":{}}}],["cache.get(key",{"_index":218,"title":{},"body":{"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["cache.get(selecttoken(token",{"_index":287,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["cache.get(token",{"_index":378,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["cache.set(key",{"_index":222,"title":{},"body":{"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["cache.ts",{"_index":79,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["cache.ts:12",{"_index":390,"title":{},"body":{"classes/RequestCache.html":{}}}],["cache.ts:13",{"_index":91,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["cache.ts:27",{"_index":393,"title":{},"body":{"classes/RequestCache.html":{}}}],["cache.ts:31",{"_index":111,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/RequestCache.html":{}}}],["cache.ts:39",{"_index":114,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["cache.ts:51",{"_index":97,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["cache.ts:6",{"_index":387,"title":{},"body":{"classes/RequestCache.html":{}}}],["cache_dir",{"_index":1095,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["cacheable",{"_index":1229,"title":{},"body":{"dependencies.html":{}}}],["cached",{"_index":1092,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["cachedresponse",{"_index":217,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["cacheoptions",{"_index":198,"title":{"interfaces/CacheOptions.html":{}},"body":{"interfaces/CacheOptions.html":{},"coverage.html":{}}}],["cacheresponses",{"_index":1054,"title":{},"body":{"coverage.html":{}}}],["cacheresponses(options",{"_index":206,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["call",{"_index":128,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["callback",{"_index":679,"title":{},"body":{"changelog.html":{}}}],["called",{"_index":733,"title":{},"body":{"changelog.html":{}}}],["calls",{"_index":473,"title":{},"body":{"changelog.html":{}}}],["cancelregistration",{"_index":678,"title":{},"body":{"changelog.html":{}}}],["candidate",{"_index":944,"title":{},"body":{"changelog.html":{}}}],["cannon",{"_index":1169,"title":{},"body":{"dependencies.html":{}}}],["card",{"_index":712,"title":{},"body":{"changelog.html":{}}}],["carousel",{"_index":716,"title":{},"body":{"changelog.html":{}}}],["case",{"_index":1269,"title":{},"body":{"index.html":{}}}],["cases",{"_index":916,"title":{},"body":{"changelog.html":{}}}],["catch",{"_index":349,"title":{},"body":{"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["ccf",{"_index":172,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{}}}],["ccf's",{"_index":863,"title":{},"body":{"changelog.html":{}}}],["ccf.owl",{"_index":450,"title":{},"body":{"changelog.html":{}}}],["ccfdatabase",{"_index":164,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["ccfdatabaseinstance",{"_index":155,"title":{"classes/CCFDatabaseInstance.html":{}},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["ccfdatabaseoptions",{"_index":170,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["ccfdatabasestatustracker",{"_index":171,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["ccfdatabasestatustracker(this.database",{"_index":169,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["cdn.jsdelivr.net",{"_index":61,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["cell",{"_index":547,"title":{},"body":{"changelog.html":{}}}],["celltypeterms",{"_index":1406,"title":{},"body":{"miscellaneous/variables.html":{}}}],["center",{"_index":1284,"title":{},"body":{"index.html":{}}}],["change",{"_index":730,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["changed",{"_index":467,"title":{},"body":{"changelog.html":{}}}],["changelog",{"_index":401,"title":{"changelog.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["changes",{"_index":445,"title":{},"body":{"changelog.html":{}}}],["charge",{"_index":1300,"title":{},"body":{"license.html":{}}}],["checkroutesenabled",{"_index":1068,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["choose",{"_index":885,"title":{},"body":{"changelog.html":{}}}],["ci/cd",{"_index":861,"title":{},"body":{"changelog.html":{}}}],["claim",{"_index":1340,"title":{},"body":{"license.html":{}}}],["clamp",{"_index":1081,"title":{},"body":{"coverage.html":{}}}],["class",{"_index":73,"title":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{},"coverage.html":{}}}],["classes",{"_index":75,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{},"overview.html":{}}}],["clean",{"_index":528,"title":{},"body":{"changelog.html":{}}}],["cleanup",{"_index":584,"title":{},"body":{"changelog.html":{}}}],["clearautoprune",{"_index":84,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["clearautoprune(force",{"_index":96,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["clearinterval(this.pruner",{"_index":154,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["click",{"_index":631,"title":{},"body":{"changelog.html":{}}}],["clicking",{"_index":723,"title":{},"body":{"changelog.html":{}}}],["client",{"_index":441,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["coalescing",{"_index":248,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["code",{"_index":577,"title":{},"body":{"changelog.html":{}}}],["codebase",{"_index":872,"title":{},"body":{"changelog.html":{}}}],["codex",{"_index":928,"title":{},"body":{"changelog.html":{}}}],["codifies",{"_index":987,"title":{},"body":{"changelog.html":{}}}],["collaboration",{"_index":870,"title":{},"body":{"changelog.html":{}}}],["collisions",{"_index":894,"title":{},"body":{"changelog.html":{}}}],["color",{"_index":754,"title":{},"body":{"changelog.html":{}}}],["colorizing",{"_index":937,"title":{},"body":{"changelog.html":{}}}],["combination",{"_index":886,"title":{},"body":{"changelog.html":{}}}],["come",{"_index":933,"title":{},"body":{"changelog.html":{}}}],["coming",{"_index":925,"title":{},"body":{"changelog.html":{}}}],["comlink",{"_index":175,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"dependencies.html":{}}}],["comlink/dist/umd/node",{"_index":177,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["common",{"_index":628,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["complexity",{"_index":762,"title":{},"body":{"changelog.html":{}}}],["compodoc",{"_index":575,"title":{},"body":{"changelog.html":{}}}],["component",{"_index":540,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["components",{"_index":706,"title":{},"body":{"changelog.html":{}}}],["comunica/query",{"_index":1134,"title":{},"body":{"dependencies.html":{}}}],["concat",{"_index":1173,"title":{},"body":{"dependencies.html":{}}}],["conditions",{"_index":1322,"title":{},"body":{"license.html":{}}}],["config",{"_index":674,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["configuration",{"_index":444,"title":{},"body":{"changelog.html":{}}}],["configurations",{"_index":673,"title":{},"body":{"changelog.html":{}}}],["confirmation",{"_index":621,"title":{},"body":{"changelog.html":{}}}],["conform",{"_index":685,"title":{},"body":{"changelog.html":{}}}],["connect",{"_index":63,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["connection",{"_index":1350,"title":{},"body":{"license.html":{}}}],["console.log(err",{"_index":241,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["consortium",{"_index":1295,"title":{},"body":{"license.html":{}}}],["consortiums",{"_index":1404,"title":{},"body":{"miscellaneous/variables.html":{}}}],["const",{"_index":37,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"miscellaneous/variables.html":{}}}],["constructor",{"_index":87,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}}}],["constructor(cache",{"_index":384,"title":{},"body":{"classes/RequestCache.html":{}}}],["constructor(database",{"_index":163,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["constructor(options",{"_index":88,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["constructor(public",{"_index":184,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["container",{"_index":718,"title":{},"body":{"changelog.html":{}}}],["containers",{"_index":663,"title":{},"body":{"changelog.html":{}}}],["containing",{"_index":1241,"title":{},"body":{"index.html":{}}}],["contentsecuritypolicy",{"_index":53,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["contract",{"_index":1345,"title":{},"body":{"license.html":{}}}],["control",{"_index":828,"title":{},"body":{"changelog.html":{}}}],["controls",{"_index":414,"title":{},"body":{"changelog.html":{}}}],["coordinate",{"_index":1275,"title":{},"body":{"index.html":{}}}],["copies",{"_index":1316,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1303,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1293,"title":{},"body":{"license.html":{}}}],["cord",{"_index":516,"title":{},"body":{"changelog.html":{}}}],["cors",{"_index":21,"title":{},"body":{"interfaces/AppOptions.html":{},"dependencies.html":{}}}],["count",{"_index":316,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["coverage",{"_index":965,"title":{"coverage.html":{}},"body":{"changelog.html":{},"coverage.html":{}}}],["createapp",{"_index":1039,"title":{},"body":{"coverage.html":{}}}],["createapp(options",{"_index":36,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["createccfdatabaseworker",{"_index":228,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["createccfdatabaseworker(options",{"_index":186,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["created",{"_index":837,"title":{},"body":{"changelog.html":{}}}],["createdatabase",{"_index":1051,"title":{},"body":{"coverage.html":{}}}],["createdatabase(token",{"_index":245,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["credits",{"_index":1279,"title":{},"body":{"index.html":{}}}],["css",{"_index":1176,"title":{},"body":{"dependencies.html":{}}}],["cuboid",{"_index":963,"title":{},"body":{"changelog.html":{}}}],["cuboids",{"_index":960,"title":{},"body":{"changelog.html":{}}}],["currently",{"_index":615,"title":{},"body":{"changelog.html":{}}}],["cyberinfrastructure",{"_index":1281,"title":{},"body":{"index.html":{}}}],["cycle",{"_index":773,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":1341,"title":{},"body":{"license.html":{}}}],["dark/light",{"_index":680,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":273,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["database",{"_index":157,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["database.worker.js",{"_index":188,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["databasecacheoptions",{"_index":224,"title":{"interfaces/DatabaseCacheOptions.html":{}},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["databasegetter",{"_index":232,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"miscellaneous/typealiases.html":{}}}],["databaseloader",{"_index":26,"title":{},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["databaseloader(options",{"_index":277,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["databaseloaderoptions",{"_index":9,"title":{"interfaces/DatabaseLoaderOptions.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["databasequerymethods",{"_index":1360,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["databasesource",{"_index":1362,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["databasesources",{"_index":1364,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["datasets",{"_index":785,"title":{},"body":{"changelog.html":{}}}],["datasources",{"_index":275,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["dbinstance",{"_index":238,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["dbinstance.database.connect().catch((err",{"_index":240,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["dbworker",{"_index":190,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["dbworker.database",{"_index":192,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["dbworker.sparqlquery",{"_index":194,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["dbworker[releaseproxy",{"_index":195,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["deal",{"_index":1305,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":1351,"title":{},"body":{"license.html":{}}}],["december",{"_index":878,"title":{},"body":{"changelog.html":{}}}],["deck.gl/core",{"_index":1137,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/geo",{"_index":1139,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/layers",{"_index":1141,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/mesh",{"_index":1142,"title":{},"body":{"dependencies.html":{}}}],["decorator",{"_index":1155,"title":{},"body":{"dependencies.html":{}}}],["deeply",{"_index":608,"title":{},"body":{"changelog.html":{}}}],["default",{"_index":98,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["default_gtex_rui_locations",{"_index":318,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultvalue",{"_index":203,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["defined",{"_index":90,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{},"changelog.html":{}}}],["demo",{"_index":633,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":434,"title":{"dependencies.html":{}},"body":{"changelog.html":{},"dependencies.html":{}}}],["depending",{"_index":736,"title":{},"body":{"changelog.html":{}}}],["deprecated",{"_index":270,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["descrepancies",{"_index":501,"title":{},"body":{"changelog.html":{}}}],["details",{"_index":1009,"title":{},"body":{"changelog.html":{}}}],["developed",{"_index":1280,"title":{},"body":{"index.html":{}}}],["developments",{"_index":991,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dialog",{"_index":622,"title":{},"body":{"changelog.html":{}}}],["different",{"_index":662,"title":{},"body":{"changelog.html":{}}}],["digits",{"_index":855,"title":{},"body":{"changelog.html":{}}}],["direct",{"_index":1018,"title":{},"body":{"changelog.html":{}}}],["directives",{"_index":55,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["directly",{"_index":926,"title":{},"body":{"changelog.html":{}}}],["disable",{"_index":117,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{}}}],["display",{"_index":653,"title":{},"body":{"changelog.html":{}}}],["displayed",{"_index":961,"title":{},"body":{"changelog.html":{}}}],["displaying",{"_index":649,"title":{},"body":{"changelog.html":{}}}],["dispose",{"_index":126,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["distribute",{"_index":1312,"title":{},"body":{"license.html":{}}}],["doc",{"_index":975,"title":{},"body":{"changelog.html":{}}}],["doconnect",{"_index":235,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["docs",{"_index":526,"title":{},"body":{"changelog.html":{}}}],["document",{"_index":1178,"title":{},"body":{"dependencies.html":{}}}],["documentation",{"_index":578,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["done",{"_index":728,"title":{},"body":{"changelog.html":{}}}],["donor",{"_index":711,"title":{},"body":{"changelog.html":{}}}],["donors",{"_index":788,"title":{},"body":{"changelog.html":{}}}],["dorequest",{"_index":385,"title":{},"body":{"classes/RequestCache.html":{}}}],["dotenv",{"_index":1181,"title":{},"body":{"dependencies.html":{}}}],["download",{"_index":1001,"title":{},"body":{"changelog.html":{}}}],["duration",{"_index":149,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["during",{"_index":772,"title":{},"body":{"changelog.html":{}}}],["dynamic",{"_index":1130,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":495,"title":{},"body":{"changelog.html":{}}}],["easier",{"_index":558,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":908,"title":{},"body":{"changelog.html":{}}}],["efficiency",{"_index":815,"title":{},"body":{"changelog.html":{}}}],["element",{"_index":731,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["embedded",{"_index":670,"title":{},"body":{"changelog.html":{}}}],["embedding",{"_index":658,"title":{},"body":{"changelog.html":{}}}],["embedding.md",{"_index":656,"title":{},"body":{"changelog.html":{}}}],["enabled",{"_index":1387,"title":{},"body":{"miscellaneous/variables.html":{}}}],["encoding",{"_index":336,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["entry.label",{"_index":357,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["entry.mappedinhubmap",{"_index":346,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["entry['@id']?.includes(tissueinfo.tissuesitedetailid",{"_index":356,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["env",{"_index":1048,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["env.gtex_routes",{"_index":1388,"title":{},"body":{"miscellaneous/variables.html":{}}}],["env.xconsortia_routes",{"_index":1392,"title":{},"body":{"miscellaneous/variables.html":{}}}],["environment",{"_index":300,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["eraslan",{"_index":322,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["error",{"_index":1399,"title":{},"body":{"miscellaneous/variables.html":{}}}],["es",{"_index":1170,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":116,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{}}}],["eslint/ban",{"_index":121,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["eslint/no",{"_index":127,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["eslint/prefer",{"_index":246,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["etc",{"_index":690,"title":{},"body":{"changelog.html":{}}}],["eui",{"_index":418,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["eui/rui",{"_index":571,"title":{},"body":{"changelog.html":{}}}],["eval",{"_index":60,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["event",{"_index":1336,"title":{},"body":{"license.html":{}}}],["expanded",{"_index":493,"title":{},"body":{"changelog.html":{}}}],["exploration",{"_index":1245,"title":{},"body":{"index.html":{}}}],["export",{"_index":34,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["express",{"_index":22,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"dependencies.html":{},"license.html":{}}}],["extended",{"_index":66,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["extends",{"_index":8,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["external",{"_index":677,"title":{},"body":{"changelog.html":{}}}],["extra",{"_index":1186,"title":{},"body":{"dependencies.html":{}}}],["extraction",{"_index":629,"title":{},"body":{"changelog.html":{}}}],["fail",{"_index":875,"title":{},"body":{"changelog.html":{}}}],["fails",{"_index":913,"title":{},"body":{"changelog.html":{}}}],["false",{"_index":101,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["favor",{"_index":865,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":491,"title":{},"body":{"changelog.html":{}}}],["features",{"_index":774,"title":{},"body":{"changelog.html":{}}}],["feel",{"_index":813,"title":{},"body":{"changelog.html":{}}}],["female",{"_index":312,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["fetch",{"_index":1211,"title":{},"body":{"dependencies.html":{}}}],["fetch(gtex_api_url).then(r",{"_index":342,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["fetch(source).then(r",{"_index":330,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["field",{"_index":686,"title":{},"body":{"changelog.html":{}}}],["fields",{"_index":306,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["file",{"_index":5,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{}}}],["files",{"_index":1304,"title":{},"body":{"license.html":{}}}],["filter",{"_index":827,"title":{},"body":{"changelog.html":{}}}],["filter.ts",{"_index":1080,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["filter_defaults",{"_index":1090,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["filters",{"_index":509,"title":{},"body":{"changelog.html":{}}}],["final",{"_index":868,"title":{},"body":{"changelog.html":{}}}],["finishing",{"_index":626,"title":{},"body":{"changelog.html":{}}}],["first",{"_index":879,"title":{},"body":{"changelog.html":{}}}],["fit",{"_index":782,"title":{},"body":{"changelog.html":{}}}],["fitness",{"_index":1332,"title":{},"body":{"license.html":{}}}],["fixed",{"_index":764,"title":{},"body":{"changelog.html":{}}}],["fixes",{"_index":430,"title":{},"body":{"changelog.html":{}}}],["fixes/performance",{"_index":938,"title":{},"body":{"changelog.html":{}}}],["flexible",{"_index":522,"title":{},"body":{"changelog.html":{}}}],["fly",{"_index":1025,"title":{},"body":{"changelog.html":{}}}],["following",{"_index":1321,"title":{},"body":{"license.html":{}}}],["force",{"_index":100,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["form",{"_index":816,"title":{},"body":{"changelog.html":{}}}],["format",{"_index":898,"title":{},"body":{"changelog.html":{}}}],["forwarddatabasequery",{"_index":1078,"title":{},"body":{"coverage.html":{}}}],["forwarddatabasequery('getaggregateresults",{"_index":1424,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getbiomarkertermoccurences",{"_index":1433,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getbiomarkertreemodel",{"_index":1432,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getcelltypetermoccurences",{"_index":1430,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getcelltypetreemodel",{"_index":1438,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getdatasettechnologynames",{"_index":1420,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getontologytermoccurences",{"_index":1428,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getontologytreemodel",{"_index":1436,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getprovidernames",{"_index":1422,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getreferenceorgans",{"_index":1442,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getscene",{"_index":1444,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('gettissueblockresults",{"_index":1418,"title":{},"body":{"miscellaneous/variables.html":{}}}],["frame",{"_index":789,"title":{},"body":{"changelog.html":{}}}],["framework",{"_index":1276,"title":{},"body":{"index.html":{}}}],["free",{"_index":1299,"title":{},"body":{"license.html":{}}}],["fs",{"_index":296,"title":{},"body":{"interfaces/GtexTissue.html":{},"dependencies.html":{}}}],["full",{"_index":721,"title":{},"body":{"changelog.html":{}}}],["fullscreen",{"_index":970,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":775,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":35,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["funded",{"_index":1287,"title":{},"body":{"index.html":{}}}],["furnished",{"_index":1319,"title":{},"body":{"license.html":{}}}],["further",{"_index":966,"title":{},"body":{"changelog.html":{}}}],["future",{"_index":765,"title":{},"body":{"changelog.html":{}}}],["generate",{"_index":548,"title":{},"body":{"changelog.html":{}}}],["generated",{"_index":576,"title":{},"body":{"changelog.html":{}}}],["generating",{"_index":496,"title":{},"body":{"changelog.html":{}}}],["get('/aggregate",{"_index":1423,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/biomarker",{"_index":1431,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/ccf",{"_index":1384,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/cell",{"_index":1429,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/hubmap/rui_locations.jsonld",{"_index":1395,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/index.html",{"_index":1383,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/ontology",{"_index":1425,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/provider",{"_index":1421,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/reference",{"_index":1439,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/rui_locations.jsonld",{"_index":1391,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/scene",{"_index":1443,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/sennet/rui_locations.jsonld",{"_index":1393,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/technology",{"_index":1419,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/tissue",{"_index":1417,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('ccf_api_cache",{"_index":1385,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('gtex_rui_locations",{"_index":328,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["get(key",{"_index":388,"title":{},"body":{"classes/RequestCache.html":{}}}],["getboolean",{"_index":1042,"title":{},"body":{"coverage.html":{}}}],["getcacheoptions",{"_index":1099,"title":{},"body":{"coverage.html":{}}}],["getdatabaseinstance",{"_index":1052,"title":{},"body":{"coverage.html":{}}}],["getdatabaseinstance(req",{"_index":234,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["getdatabaseoptions",{"_index":1100,"title":{},"body":{"coverage.html":{}}}],["getdatabasestatus",{"_index":1062,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["getdbinstance",{"_index":236,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["getdbinstance(token",{"_index":239,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["getlocations",{"_index":326,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{}}}],["getnumber",{"_index":1043,"title":{},"body":{"coverage.html":{}}}],["getport",{"_index":1101,"title":{},"body":{"coverage.html":{}}}],["getreferenceorganscenehandler",{"_index":1074,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["getspatialplacement",{"_index":1066,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["getting",{"_index":399,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["github",{"_index":857,"title":{},"body":{"changelog.html":{}}}],["gizmo",{"_index":696,"title":{},"body":{"changelog.html":{}}}],["globalconfig",{"_index":666,"title":{},"body":{"changelog.html":{}}}],["globalthis",{"_index":1365,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["good",{"_index":910,"title":{},"body":{"changelog.html":{}}}],["google",{"_index":708,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["granted",{"_index":1298,"title":{},"body":{"license.html":{}}}],["graphical",{"_index":537,"title":{},"body":{"changelog.html":{}}}],["graphology",{"_index":1188,"title":{},"body":{"dependencies.html":{}}}],["greatly",{"_index":644,"title":{},"body":{"changelog.html":{}}}],["gtex",{"_index":549,"title":{},"body":{"changelog.html":{}}}],["gtex_api_url",{"_index":324,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["gtexroutes",{"_index":1416,"title":{},"body":{"miscellaneous/variables.html":{}}}],["gtextissue",{"_index":288,"title":{"interfaces/GtexTissue.html":{}},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{}}}],["guide",{"_index":901,"title":{},"body":{"changelog.html":{}}}],["hand",{"_index":906,"title":{},"body":{"changelog.html":{}}}],["handleerrors",{"_index":382,"title":{},"body":{"classes/RequestCache.html":{}}}],["handleerrors(key",{"_index":391,"title":{},"body":{"classes/RequestCache.html":{}}}],["happen",{"_index":945,"title":{},"body":{"changelog.html":{}}}],["happens",{"_index":876,"title":{},"body":{"changelog.html":{}}}],["hash",{"_index":1214,"title":{},"body":{"dependencies.html":{}}}],["helmet",{"_index":23,"title":{},"body":{"interfaces/AppOptions.html":{},"dependencies.html":{}}}],["help",{"_index":900,"title":{},"body":{"changelog.html":{}}}],["here",{"_index":310,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["hereby",{"_index":1297,"title":{},"body":{"license.html":{}}}],["hex",{"_index":1193,"title":{},"body":{"dependencies.html":{}}}],["hidden",{"_index":992,"title":{},"body":{"changelog.html":{}}}],["highlight",{"_index":613,"title":{},"body":{"changelog.html":{}}}],["highlighted",{"_index":506,"title":{},"body":{"changelog.html":{}}}],["highlights",{"_index":616,"title":{},"body":{"changelog.html":{}}}],["holders",{"_index":1338,"title":{},"body":{"license.html":{}}}],["hooked",{"_index":825,"title":{},"body":{"changelog.html":{}}}],["host",{"_index":519,"title":{},"body":{"changelog.html":{}}}],["hovering",{"_index":713,"title":{},"body":{"changelog.html":{}}}],["hra",{"_index":405,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["http://expressjs.com/en/advanced/best",{"_index":49,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["https://apps.humanatlas.io/hra",{"_index":1260,"title":{},"body":{"index.html":{}}}],["https://beta",{"_index":1248,"title":{},"body":{"index.html":{}}}],["https://gtexportal.org/api/v2/dataset/tissuesitedetail",{"_index":325,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["https://hubmap",{"_index":1253,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/ccf",{"_index":1252,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/hra",{"_index":319,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["https://humanatlas.io",{"_index":1277,"title":{},"body":{"index.html":{}}}],["https://observablehq.com/@cns",{"_index":1272,"title":{},"body":{"index.html":{}}}],["https://old",{"_index":1255,"title":{},"body":{"index.html":{}}}],["https://portal.hubmapconsortium.org/ccf",{"_index":1250,"title":{},"body":{"index.html":{}}}],["https://sampledata.hubmapconsortium.org",{"_index":1020,"title":{},"body":{"changelog.html":{}}}],["hubmap",{"_index":272,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["hubmapdataurl",{"_index":268,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["hubmaptoken",{"_index":255,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["human",{"_index":402,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["icon",{"_index":1002,"title":{},"body":{"changelog.html":{}}}],["icons",{"_index":722,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":667,"title":{},"body":{"changelog.html":{}}}],["idb",{"_index":1195,"title":{},"body":{"dependencies.html":{}}}],["identifier",{"_index":1036,"title":{},"body":{"coverage.html":{}}}],["iec",{"_index":871,"title":{},"body":{"changelog.html":{}}}],["image",{"_index":864,"title":{},"body":{"changelog.html":{}}}],["images",{"_index":924,"title":{},"body":{"changelog.html":{}}}],["implementation",{"_index":603,"title":{},"body":{"changelog.html":{}}}],["implemented",{"_index":823,"title":{},"body":{"changelog.html":{}}}],["implementing",{"_index":974,"title":{},"body":{"changelog.html":{}}}],["implied",{"_index":1329,"title":{},"body":{"license.html":{}}}],["import",{"_index":17,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["improve",{"_index":814,"title":{},"body":{"changelog.html":{}}}],["improved",{"_index":412,"title":{},"body":{"changelog.html":{}}}],["improvements",{"_index":421,"title":{},"body":{"changelog.html":{}}}],["improves",{"_index":645,"title":{},"body":{"changelog.html":{}}}],["include",{"_index":881,"title":{},"body":{"changelog.html":{}}}],["included",{"_index":1324,"title":{},"body":{"license.html":{}}}],["includes",{"_index":304,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["including",{"_index":435,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["increase",{"_index":850,"title":{},"body":{"changelog.html":{}}}],["increased",{"_index":968,"title":{},"body":{"changelog.html":{}}}],["index",{"_index":10,"title":{"index.html":{}},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indexes",{"_index":452,"title":{},"body":{"changelog.html":{}}}],["indiana",{"_index":1285,"title":{},"body":{"index.html":{}}}],["individual",{"_index":830,"title":{},"body":{"changelog.html":{}}}],["infinity",{"_index":148,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["info",{"_index":3,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"index.html":{}}}],["information",{"_index":527,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["infrastructure",{"_index":927,"title":{},"body":{"changelog.html":{}}}],["ingestion",{"_index":883,"title":{},"body":{"changelog.html":{}}}],["initial",{"_index":744,"title":{},"body":{"changelog.html":{}}}],["instance",{"_index":282,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["instance.then((r",{"_index":283,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["instead",{"_index":735,"title":{},"body":{"changelog.html":{}}}],["instructions",{"_index":657,"title":{},"body":{"changelog.html":{}}}],["integrated",{"_index":776,"title":{},"body":{"changelog.html":{}}}],["integrating",{"_index":607,"title":{},"body":{"changelog.html":{}}}],["integration",{"_index":882,"title":{},"body":{"changelog.html":{}}}],["integrations",{"_index":796,"title":{},"body":{"changelog.html":{}}}],["interact",{"_index":759,"title":{},"body":{"changelog.html":{}}}],["interactions",{"_index":949,"title":{},"body":{"changelog.html":{}}}],["interest",{"_index":1017,"title":{},"body":{"changelog.html":{}}}],["interface",{"_index":0,"title":{"interfaces/AppOptions.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["interfaces",{"_index":2,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{},"overview.html":{}}}],["internal",{"_index":271,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"changelog.html":{}}}],["isdebug",{"_index":1044,"title":{},"body":{"coverage.html":{}}}],["ishubmap",{"_index":262,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["issennet",{"_index":264,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["issue",{"_index":846,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":499,"title":{},"body":{"changelog.html":{}}}],["it's",{"_index":605,"title":{},"body":{"changelog.html":{}}}],["item",{"_index":999,"title":{},"body":{"changelog.html":{}}}],["iu",{"_index":990,"title":{},"body":{"changelog.html":{}}}],["iu/ccf",{"_index":1273,"title":{},"body":{"index.html":{}}}],["javascript",{"_index":460,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["json",{"_index":896,"title":{},"body":{"changelog.html":{}}}],["json.parse(data",{"_index":340,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["jsonld",{"_index":339,"title":{},"body":{"interfaces/GtexTissue.html":{},"dependencies.html":{}}}],["jsonld/jsonld",{"_index":298,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["jsonld['@graph",{"_index":341,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["jsonldobj",{"_index":297,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["july",{"_index":948,"title":{},"body":{"changelog.html":{}}}],["jump",{"_index":997,"title":{},"body":{"changelog.html":{}}}],["k",{"_index":105,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["k,args",{"_index":386,"title":{},"body":{"classes/RequestCache.html":{}}}],["key",{"_index":112,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["keyboard",{"_index":413,"title":{},"body":{"changelog.html":{}}}],["keyval",{"_index":1196,"title":{},"body":{"dependencies.html":{}}}],["kidney",{"_index":641,"title":{},"body":{"changelog.html":{}}}],["kind",{"_index":1328,"title":{},"body":{"license.html":{}}}],["known",{"_index":498,"title":{},"body":{"changelog.html":{}}}],["kpmp",{"_index":480,"title":{},"body":{"changelog.html":{}}}],["labs/dispatch",{"_index":1154,"title":{},"body":{"dependencies.html":{}}}],["landmarks",{"_index":517,"title":{},"body":{"changelog.html":{}}}],["larger",{"_index":559,"title":{},"body":{"changelog.html":{}}}],["latest",{"_index":511,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["layers",{"_index":1140,"title":{},"body":{"dependencies.html":{}}}],["ld",{"_index":897,"title":{},"body":{"changelog.html":{}}}],["leak",{"_index":845,"title":{},"body":{"changelog.html":{}}}],["leave",{"_index":624,"title":{},"body":{"changelog.html":{}}}],["left",{"_index":905,"title":{},"body":{"changelog.html":{}}}],["left/right",{"_index":642,"title":{},"body":{"changelog.html":{}}}],["level",{"_index":994,"title":{},"body":{"changelog.html":{}}}],["levels",{"_index":1014,"title":{},"body":{"changelog.html":{}}}],["liability",{"_index":1342,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1339,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":562,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["library",{"_index":807,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1291,"title":{"license.html":{}},"body":{"license.html":{}}}],["life",{"_index":420,"title":{},"body":{"changelog.html":{}}}],["limitation",{"_index":1307,"title":{},"body":{"license.html":{}}}],["limited",{"_index":932,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["line",{"_index":119,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{}}}],["link",{"_index":634,"title":{},"body":{"changelog.html":{}}}],["linkage",{"_index":950,"title":{},"body":{"changelog.html":{}}}],["linked",{"_index":524,"title":{},"body":{"changelog.html":{}}}],["links",{"_index":590,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["list",{"_index":751,"title":{},"body":{"changelog.html":{}}}],["literal",{"_index":294,"title":{},"body":{"interfaces/GtexTissue.html":{},"dependencies.html":{},"miscellaneous/typealiases.html":{}}}],["little",{"_index":757,"title":{},"body":{"changelog.html":{}}}],["load",{"_index":333,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["loaddatabasesource",{"_index":1102,"title":{},"body":{"coverage.html":{}}}],["loaded",{"_index":951,"title":{},"body":{"changelog.html":{}}}],["loader",{"_index":28,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["loader.ts",{"_index":226,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["loaders.gl/core",{"_index":1143,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/draco",{"_index":1145,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/gltf",{"_index":1146,"title":{},"body":{"dependencies.html":{}}}],["loading",{"_index":274,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"changelog.html":{}}}],["local",{"_index":334,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["location",{"_index":851,"title":{},"body":{"changelog.html":{}}}],["locations",{"_index":481,"title":{},"body":{"changelog.html":{}}}],["locations.ts",{"_index":290,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["lodash",{"_index":1199,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":1278,"title":{},"body":{"index.html":{}}}],["logging",{"_index":551,"title":{},"body":{"changelog.html":{}}}],["longer",{"_index":732,"title":{},"body":{"changelog.html":{}}}],["look",{"_index":812,"title":{},"body":{"changelog.html":{}}}],["lot",{"_index":426,"title":{},"body":{"changelog.html":{}}}],["lru",{"_index":78,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/typealiases.html":{}}}],["lrucache",{"_index":80,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["lrucache.setoptions",{"_index":110,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["luma.gl/core",{"_index":1147,"title":{},"body":{"dependencies.html":{}}}],["made",{"_index":873,"title":{},"body":{"changelog.html":{}}}],["major",{"_index":490,"title":{},"body":{"changelog.html":{}}}],["makes",{"_index":555,"title":{},"body":{"changelog.html":{}}}],["making",{"_index":600,"title":{},"body":{"changelog.html":{}}}],["male",{"_index":317,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["managers",{"_index":566,"title":{},"body":{"changelog.html":{}}}],["map",{"_index":307,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["mappedentries",{"_index":344,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["mappedinhubmap",{"_index":291,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["march",{"_index":809,"title":{},"body":{"changelog.html":{}}}],["markdown",{"_index":1206,"title":{},"body":{"dependencies.html":{}}}],["match",{"_index":811,"title":{},"body":{"changelog.html":{}}}],["matching",{"_index":72,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matchingentry",{"_index":354,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["math.gl/core",{"_index":1149,"title":{},"body":{"dependencies.html":{}}}],["math.gl/culling",{"_index":1151,"title":{},"body":{"dependencies.html":{}}}],["math.max(this.ttl",{"_index":150,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["max",{"_index":124,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["maxage",{"_index":125,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["mc",{"_index":989,"title":{},"body":{"changelog.html":{}}}],["mean",{"_index":366,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["member",{"_index":142,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["memory",{"_index":844,"title":{},"body":{"changelog.html":{}}}],["menu",{"_index":907,"title":{},"body":{"changelog.html":{}}}],["merchantability",{"_index":1331,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1310,"title":{},"body":{"license.html":{}}}],["metadata",{"_index":959,"title":{},"body":{"changelog.html":{}}}],["methods",{"_index":83,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/RequestCache.html":{}}}],["middleware/database",{"_index":27,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["milestone",{"_index":423,"title":{},"body":{"changelog.html":{}}}],["mimetype",{"_index":182,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["minor",{"_index":427,"title":{},"body":{"changelog.html":{}}}],["miscellaneous",{"_index":1354,"title":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["mit",{"_index":1292,"title":{},"body":{"license.html":{}}}],["mock",{"_index":985,"title":{},"body":{"changelog.html":{}}}],["modal",{"_index":742,"title":{},"body":{"changelog.html":{}}}],["mode",{"_index":672,"title":{},"body":{"changelog.html":{}}}],["model",{"_index":1162,"title":{},"body":{"dependencies.html":{},"miscellaneous/variables.html":{}}}],["model.json",{"_index":1435,"title":{},"body":{"miscellaneous/variables.html":{}}}],["modify",{"_index":1309,"title":{},"body":{"license.html":{}}}],["modules",{"_index":1352,"title":{"modules.html":{}},"body":{"modules.html":{}}}],["monorepo",{"_index":1238,"title":{},"body":{"index.html":{}}}],["more",{"_index":305,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{}}}],["moved",{"_index":1004,"title":{},"body":{"changelog.html":{}}}],["much",{"_index":557,"title":{},"body":{"changelog.html":{}}}],["multiple",{"_index":1239,"title":{},"body":{"index.html":{}}}],["n3",{"_index":1202,"title":{},"body":{"dependencies.html":{}}}],["n=${sexstats.count",{"_index":365,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["name",{"_index":93,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}}}],["names",{"_index":687,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["navigation",{"_index":996,"title":{},"body":{"changelog.html":{}}}],["need",{"_index":472,"title":{},"body":{"changelog.html":{}}}],["needed",{"_index":817,"title":{},"body":{"changelog.html":{}}}],["needs",{"_index":824,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1282,"title":{},"body":{"index.html":{}}}],["never",{"_index":14,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["new",{"_index":168,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"coverage.html":{}}}],["next",{"_index":118,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["next('router",{"_index":1389,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngx",{"_index":1204,"title":{},"body":{"dependencies.html":{}}}],["ngxs",{"_index":1153,"title":{},"body":{"dependencies.html":{}}}],["ngxs/logger",{"_index":1157,"title":{},"body":{"dependencies.html":{}}}],["ngxs/storage",{"_index":1159,"title":{},"body":{"dependencies.html":{}}}],["ngxs/store",{"_index":1160,"title":{},"body":{"dependencies.html":{}}}],["nih",{"_index":1288,"title":{},"body":{"index.html":{}}}],["node",{"_index":1210,"title":{},"body":{"dependencies.html":{}}}],["nodeendpoint",{"_index":176,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["nodisposeonset",{"_index":136,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["noninfringement",{"_index":1335,"title":{},"body":{"license.html":{}}}],["note",{"_index":301,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["notebooks",{"_index":458,"title":{},"body":{"changelog.html":{}}}],["notebooks/vignettes",{"_index":1267,"title":{},"body":{"index.html":{}}}],["notice",{"_index":847,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["now",{"_index":560,"title":{},"body":{"changelog.html":{}}}],["nullish",{"_index":247,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["number",{"_index":109,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["numeric",{"_index":852,"title":{},"body":{"changelog.html":{}}}],["object",{"_index":1213,"title":{},"body":{"dependencies.html":{}}}],["obtaining",{"_index":1302,"title":{},"body":{"license.html":{}}}],["occurences",{"_index":1427,"title":{},"body":{"miscellaneous/variables.html":{}}}],["off/on",{"_index":821,"title":{},"body":{"changelog.html":{}}}],["official",{"_index":947,"title":{},"body":{"changelog.html":{}}}],["old",{"_index":1254,"title":{},"body":{"index.html":{}}}],["one",{"_index":890,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["ones",{"_index":308,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["online",{"_index":956,"title":{},"body":{"changelog.html":{}}}],["ontological",{"_index":1024,"title":{},"body":{"changelog.html":{}}}],["ontologies",{"_index":899,"title":{},"body":{"changelog.html":{}}}],["ontology",{"_index":468,"title":{},"body":{"changelog.html":{}}}],["ontologyterms",{"_index":1405,"title":{},"body":{"miscellaneous/variables.html":{}}}],["opacities",{"_index":829,"title":{},"body":{"changelog.html":{}}}],["opacity",{"_index":803,"title":{},"body":{"changelog.html":{}}}],["openapi",{"_index":602,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["openapi/js",{"_index":1263,"title":{},"body":{"index.html":{}}}],["openapi/ng",{"_index":1265,"title":{},"body":{"index.html":{}}}],["openapi/ts",{"_index":1264,"title":{},"body":{"index.html":{}}}],["openapiroute",{"_index":1059,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["optimization",{"_index":756,"title":{},"body":{"changelog.html":{}}}],["optimizations",{"_index":939,"title":{},"body":{"changelog.html":{}}}],["optimized",{"_index":794,"title":{},"body":{"changelog.html":{}}}],["option",{"_index":612,"title":{},"body":{"changelog.html":{}}}],["optional",{"_index":12,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{},"changelog.html":{}}}],["options",{"_index":40,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["options.cache?.max",{"_index":278,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options.cache?.maxage",{"_index":280,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options.database",{"_index":41,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options.datasources.map(applytoken",{"_index":276,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options.hubmaptoken",{"_index":250,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options?.dispose?.(key",{"_index":137,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["options?.max",{"_index":130,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{}}}],["options?.maxage",{"_index":133,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{}}}],["organ",{"_index":487,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["organs",{"_index":518,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["organs.json",{"_index":1441,"title":{},"body":{"miscellaneous/variables.html":{}}}],["organs/anatomical",{"_index":831,"title":{},"body":{"changelog.html":{}}}],["originalsend",{"_index":220,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["originalsend.call(res",{"_index":223,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["originalurl",{"_index":212,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["orthographic",{"_index":702,"title":{},"body":{"changelog.html":{}}}],["ot2od026671",{"_index":1290,"title":{},"body":{"index.html":{}}}],["otherwise",{"_index":1347,"title":{},"body":{"license.html":{}}}],["out",{"_index":1349,"title":{},"body":{"license.html":{}}}],["over",{"_index":859,"title":{},"body":{"changelog.html":{}}}],["overall",{"_index":508,"title":{},"body":{"changelog.html":{}}}],["overlays",{"_index":1015,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":1353,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["p",{"_index":980,"title":{},"body":{"changelog.html":{}}}],["package",{"_index":565,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{}}}],["pages",{"_index":655,"title":{},"body":{"changelog.html":{}}}],["paired",{"_index":637,"title":{},"body":{"changelog.html":{}}}],["pan",{"_index":321,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["pane",{"_index":783,"title":{},"body":{"changelog.html":{}}}],["panel",{"_index":652,"title":{},"body":{"changelog.html":{}}}],["parameters",{"_index":92,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}}}],["parent",{"_index":639,"title":{},"body":{"changelog.html":{}}}],["parsearray",{"_index":1082,"title":{},"body":{"coverage.html":{}}}],["parseboolean",{"_index":1045,"title":{},"body":{"coverage.html":{}}}],["parseboolean(query.cache",{"_index":215,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["parseboolean(value",{"_index":202,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["parsedatabasesources",{"_index":1103,"title":{},"body":{"coverage.html":{}}}],["parsedqs",{"_index":25,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["parseminmaxrange",{"_index":1083,"title":{},"body":{"coverage.html":{}}}],["parsenumber",{"_index":1046,"title":{},"body":{"coverage.html":{}}}],["parser",{"_index":20,"title":{},"body":{"interfaces/AppOptions.html":{},"dependencies.html":{}}}],["parserange",{"_index":1084,"title":{},"body":{"coverage.html":{}}}],["parsesex",{"_index":1085,"title":{},"body":{"coverage.html":{}}}],["parsespatial",{"_index":1086,"title":{},"body":{"coverage.html":{}}}],["parsestring",{"_index":1063,"title":{},"body":{"coverage.html":{}}}],["partial",{"_index":1401,"title":{},"body":{"miscellaneous/variables.html":{}}}],["particular",{"_index":1333,"title":{},"body":{"license.html":{}}}],["partly",{"_index":808,"title":{},"body":{"changelog.html":{}}}],["partonomy",{"_index":725,"title":{},"body":{"changelog.html":{}}}],["patchglobal",{"_index":1056,"title":{},"body":{"coverage.html":{}}}],["path",{"_index":1190,"title":{},"body":{"dependencies.html":{}}}],["performance",{"_index":568,"title":{},"body":{"changelog.html":{}}}],["permission",{"_index":1296,"title":{},"body":{"license.html":{}}}],["permit",{"_index":1317,"title":{},"body":{"license.html":{}}}],["person",{"_index":1301,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1318,"title":{},"body":{"license.html":{}}}],["pick",{"_index":485,"title":{},"body":{"changelog.html":{}}}],["pickbytype",{"_index":1367,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["placeholder",{"_index":13,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["placement",{"_index":479,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["placement.ts",{"_index":1065,"title":{},"body":{"coverage.html":{}}}],["placenta",{"_index":514,"title":{},"body":{"changelog.html":{}}}],["player",{"_index":1133,"title":{},"body":{"dependencies.html":{}}}],["plugin",{"_index":1158,"title":{},"body":{"dependencies.html":{}}}],["plus",{"_index":494,"title":{},"body":{"changelog.html":{}}}],["popup",{"_index":958,"title":{},"body":{"changelog.html":{}}}],["portal",{"_index":610,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["portal's",{"_index":931,"title":{},"body":{"changelog.html":{}}}],["portions",{"_index":1326,"title":{},"body":{"license.html":{}}}],["position",{"_index":553,"title":{},"body":{"changelog.html":{}}}],["possible",{"_index":874,"title":{},"body":{"changelog.html":{}}}],["post('/get",{"_index":1409,"title":{},"body":{"miscellaneous/variables.html":{}}}],["practice",{"_index":50,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["preferences",{"_index":683,"title":{},"body":{"changelog.html":{}}}],["preparation",{"_index":431,"title":{},"body":{"changelog.html":{}}}],["presented",{"_index":1013,"title":{},"body":{"changelog.html":{}}}],["prevent",{"_index":543,"title":{},"body":{"changelog.html":{}}}],["preview",{"_index":699,"title":{},"body":{"changelog.html":{}}}],["previous",{"_index":836,"title":{},"body":{"changelog.html":{}}}],["previously",{"_index":592,"title":{},"body":{"changelog.html":{}}}],["private",{"_index":81,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["process",{"_index":973,"title":{},"body":{"changelog.html":{}}}],["process.env",{"_index":1397,"title":{},"body":{"miscellaneous/variables.html":{}}}],["processed",{"_index":922,"title":{},"body":{"changelog.html":{}}}],["processing",{"_index":684,"title":{},"body":{"changelog.html":{}}}],["processparameter",{"_index":1087,"title":{},"body":{"coverage.html":{}}}],["production",{"_index":579,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["programming",{"_index":561,"title":{},"body":{"changelog.html":{}}}],["project",{"_index":978,"title":{},"body":{"changelog.html":{}}}],["projects",{"_index":1240,"title":{},"body":{"index.html":{}}}],["projects/.../auto",{"_index":1357,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../browser.ts",{"_index":1372,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../ccf",{"_index":1368,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../database",{"_index":1359,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../environment.ts",{"_index":1370,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../forward",{"_index":1361,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../index.ts",{"_index":1374,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../parse",{"_index":1376,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../polyfills.ts",{"_index":1366,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../request",{"_index":1358,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../rui",{"_index":1375,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../server.ts",{"_index":1363,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../use",{"_index":1373,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/ccf",{"_index":6,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["promise",{"_index":183,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["promisifieddorequest",{"_index":383,"title":{},"body":{"classes/RequestCache.html":{}}}],["promisifieddorequest(key",{"_index":392,"title":{},"body":{"classes/RequestCache.html":{}}}],["properties",{"_index":11,"title":{"properties.html":{}},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"properties.html":{}}}],["provided",{"_index":1028,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["providers",{"_index":617,"title":{},"body":{"changelog.html":{}}}],["prune",{"_index":77,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["pruner",{"_index":82,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["public",{"_index":159,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"changelog.html":{}}}],["publish",{"_index":1311,"title":{},"body":{"license.html":{}}}],["publishing",{"_index":563,"title":{},"body":{"changelog.html":{}}}],["purpose",{"_index":1334,"title":{},"body":{"license.html":{}}}],["pushed",{"_index":771,"title":{},"body":{"changelog.html":{}}}],["python",{"_index":459,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["qs",{"_index":24,"title":{},"body":{"interfaces/AppOptions.html":{},"dependencies.html":{}}}],["qs.parse(str",{"_index":46,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["qtoken",{"_index":243,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["qualitative",{"_index":935,"title":{},"body":{"changelog.html":{}}}],["quality",{"_index":419,"title":{},"body":{"changelog.html":{}}}],["queries",{"_index":471,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["query",{"_index":181,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"changelog.html":{}}}],["query.ts",{"_index":1077,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["querying",{"_index":523,"title":{},"body":{"changelog.html":{}}}],["queryparameterstofilter",{"_index":1088,"title":{},"body":{"coverage.html":{}}}],["quickly",{"_index":915,"title":{},"body":{"changelog.html":{}}}],["r.dispose",{"_index":284,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["r.json",{"_index":343,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["r.text",{"_index":331,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["range",{"_index":369,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["rawtoken",{"_index":376,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["rc.1",{"_index":941,"title":{},"body":{"changelog.html":{}}}],["rdf",{"_index":1216,"title":{},"body":{"dependencies.html":{}}}],["rdfjs",{"_index":1135,"title":{},"body":{"dependencies.html":{}}}],["rdfjs/data",{"_index":1161,"title":{},"body":{"dependencies.html":{}}}],["rdfxml",{"_index":1218,"title":{},"body":{"dependencies.html":{}}}],["readable",{"_index":1220,"title":{},"body":{"dependencies.html":{}}}],["readfilesync",{"_index":295,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["readfilesync(source",{"_index":335,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["readonly",{"_index":161,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}}}],["real",{"_index":955,"title":{},"body":{"changelog.html":{}}}],["rectify",{"_index":598,"title":{},"body":{"changelog.html":{}}}],["reduce",{"_index":761,"title":{},"body":{"changelog.html":{}}}],["reduction",{"_index":535,"title":{},"body":{"changelog.html":{}}}],["reference",{"_index":403,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["refernced",{"_index":638,"title":{},"body":{"changelog.html":{}}}],["refresh",{"_index":724,"title":{},"body":{"changelog.html":{}}}],["regions",{"_index":1016,"title":{},"body":{"changelog.html":{}}}],["register",{"_index":1179,"title":{},"body":{"dependencies.html":{}}}],["registered",{"_index":593,"title":{},"body":{"changelog.html":{}}}],["registration",{"_index":627,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["registrations",{"_index":748,"title":{},"body":{"changelog.html":{}}}],["registrations#1",{"_index":446,"title":{},"body":{"changelog.html":{}}}],["registrations/gtex",{"_index":320,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["related",{"_index":800,"title":{},"body":{"changelog.html":{}}}],["release",{"_index":454,"title":{},"body":{"changelog.html":{}}}],["releaseproxy",{"_index":173,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["reliability",{"_index":849,"title":{},"body":{"changelog.html":{}}}],["reloads",{"_index":695,"title":{},"body":{"changelog.html":{}}}],["removed",{"_index":669,"title":{},"body":{"changelog.html":{}}}],["removes",{"_index":799,"title":{},"body":{"changelog.html":{}}}],["replace(/^hbm",{"_index":259,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["replace(/^snt",{"_index":261,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["repository",{"_index":1237,"title":{},"body":{"index.html":{}}}],["req",{"_index":210,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["req.app.get('database",{"_index":375,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["req.query.token",{"_index":244,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["req['getdatabase",{"_index":237,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["request",{"_index":227,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{}}}],["requestcache",{"_index":230,"title":{"classes/RequestCache.html":{}},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"coverage.html":{}}}],["requesthandler",{"_index":200,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["required",{"_index":903,"title":{},"body":{"changelog.html":{}}}],["res",{"_index":211,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["res.json",{"_index":221,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["res.json(cachedresponse",{"_index":219,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["res.json(result",{"_index":379,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["res.send",{"_index":1378,"title":{},"body":{"miscellaneous/variables.html":{}}}],["res.sendfile(apifile",{"_index":1381,"title":{},"body":{"miscellaneous/variables.html":{}}}],["res.status(500).json",{"_index":380,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["resets",{"_index":726,"title":{},"body":{"changelog.html":{}}}],["resolve('ccf",{"_index":1380,"title":{},"body":{"miscellaneous/variables.html":{}}}],["resolved",{"_index":777,"title":{},"body":{"changelog.html":{}}}],["respond",{"_index":717,"title":{},"body":{"changelog.html":{}}}],["response",{"_index":303,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["response?.data?.filter(entry",{"_index":345,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["restriction",{"_index":1306,"title":{},"body":{"license.html":{}}}],["result",{"_index":377,"title":{},"body":{"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["result.ts",{"_index":1093,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["results",{"_index":71,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["resultslist.find(entry",{"_index":355,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["resultslist.indexof(matchingentry",{"_index":359,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["resultslist[index].label",{"_index":363,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["resultslist[index].sex",{"_index":372,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["return",{"_index":45,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"miscellaneous/variables.html":{}}}],["returns",{"_index":102,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/RequestCache.html":{}}}],["returntype",{"_index":95,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["rgb",{"_index":1194,"title":{},"body":{"dependencies.html":{}}}],["right",{"_index":486,"title":{},"body":{"changelog.html":{}}}],["rights",{"_index":1308,"title":{},"body":{"license.html":{}}}],["rnaseqsamplesummary",{"_index":292,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["root",{"_index":734,"title":{},"body":{"changelog.html":{}}}],["rotates",{"_index":697,"title":{},"body":{"changelog.html":{}}}],["round",{"_index":834,"title":{},"body":{"changelog.html":{}}}],["rounded",{"_index":853,"title":{},"body":{"changelog.html":{}}}],["route",{"_index":521,"title":{},"body":{"changelog.html":{}}}],["router",{"_index":1382,"title":{},"body":{"miscellaneous/variables.html":{}}}],["routes",{"_index":29,"title":{},"body":{"interfaces/AppOptions.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["routes/browser",{"_index":31,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["routes/v1",{"_index":33,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ru/cdk",{"_index":1110,"title":{},"body":{"dependencies.html":{}}}],["ru/common",{"_index":1112,"title":{},"body":{"dependencies.html":{}}}],["ru/ngxs",{"_index":1114,"title":{},"body":{"dependencies.html":{}}}],["rui",{"_index":415,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rui_locations.jsonld",{"_index":550,"title":{},"body":{"changelog.html":{}}}],["ruilocations",{"_index":373,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["ruilocations('https://search.api.hubmapconsortium.org/v3/entities/search",{"_index":1396,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ruilocations('https://search.api.sennetconsortium.org/entities/search",{"_index":1394,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxjs",{"_index":1223,"title":{},"body":{"dependencies.html":{}}}],["s",{"_index":252,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["sample",{"_index":1027,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["samples",{"_index":763,"title":{},"body":{"changelog.html":{}}}],["saver",{"_index":1184,"title":{},"body":{"dependencies.html":{}}}],["scaffolding",{"_index":979,"title":{},"body":{"changelog.html":{}}}],["scene",{"_index":504,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["scene.ts",{"_index":1073,"title":{},"body":{"coverage.html":{}}}],["scheduled",{"_index":778,"title":{},"body":{"changelog.html":{}}}],["schema",{"_index":983,"title":{},"body":{"changelog.html":{}}}],["schemes",{"_index":936,"title":{},"body":{"changelog.html":{}}}],["science",{"_index":1283,"title":{},"body":{"index.html":{}}}],["script",{"_index":56,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["search",{"_index":484,"title":{},"body":{"changelog.html":{}}}],["searches",{"_index":497,"title":{},"body":{"changelog.html":{}}}],["section",{"_index":749,"title":{},"body":{"changelog.html":{}}}],["security.html",{"_index":51,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["see",{"_index":422,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["select",{"_index":668,"title":{},"body":{"changelog.html":{}}}],["selected",{"_index":507,"title":{},"body":{"changelog.html":{}}}],["selecting",{"_index":556,"title":{},"body":{"changelog.html":{}}}],["selector",{"_index":554,"title":{},"body":{"changelog.html":{}}}],["selects",{"_index":998,"title":{},"body":{"changelog.html":{}}}],["selecttoken",{"_index":1053,"title":{},"body":{"coverage.html":{}}}],["selecttoken(token",{"_index":242,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["self",{"_index":58,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["sell",{"_index":1315,"title":{},"body":{"license.html":{}}}],["semantic",{"_index":1012,"title":{},"body":{"changelog.html":{}}}],["sennet",{"_index":573,"title":{},"body":{"changelog.html":{}}}],["sennettoken",{"_index":260,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["sensitive",{"_index":443,"title":{},"body":{"changelog.html":{}}}],["server",{"_index":986,"title":{},"body":{"changelog.html":{}}}],["set",{"_index":85,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"changelog.html":{}}}],["set(key",{"_index":104,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["setifdefined",{"_index":1089,"title":{},"body":{"coverage.html":{}}}],["setinterval",{"_index":152,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["setoptions",{"_index":140,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["setup",{"_index":745,"title":{},"body":{"changelog.html":{}}}],["sex",{"_index":353,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["sexes",{"_index":889,"title":{},"body":{"changelog.html":{}}}],["sexstats",{"_index":360,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sexstats.agemax",{"_index":371,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sexstats.agemean",{"_index":368,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sexstats.agemin",{"_index":370,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sex}s",{"_index":364,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["shall",{"_index":1323,"title":{},"body":{"license.html":{}}}],["shared",{"_index":688,"title":{},"body":{"changelog.html":{}}}],["shortest",{"_index":1189,"title":{},"body":{"dependencies.html":{}}}],["show",{"_index":720,"title":{},"body":{"changelog.html":{}}}],["showing",{"_index":921,"title":{},"body":{"changelog.html":{}}}],["shown",{"_index":930,"title":{},"body":{"changelog.html":{}}}],["shows",{"_index":620,"title":{},"body":{"changelog.html":{}}}],["side",{"_index":442,"title":{},"body":{"changelog.html":{}}}],["sides",{"_index":891,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":729,"title":{},"body":{"changelog.html":{}}}],["simple",{"_index":651,"title":{},"body":{"changelog.html":{}}}],["simplifies",{"_index":743,"title":{},"body":{"changelog.html":{}}}],["sites",{"_index":630,"title":{},"body":{"changelog.html":{}}}],["sizable",{"_index":848,"title":{},"body":{"changelog.html":{}}}],["slider",{"_index":1117,"title":{},"body":{"dependencies.html":{}}}],["slider/ngx",{"_index":1116,"title":{},"body":{"dependencies.html":{}}}],["slightly",{"_index":596,"title":{},"body":{"changelog.html":{}}}],["slow",{"_index":758,"title":{},"body":{"changelog.html":{}}}],["software",{"_index":1242,"title":{},"body":{"index.html":{},"license.html":{}}}],["solved",{"_index":843,"title":{},"body":{"changelog.html":{}}}],["sometimes",{"_index":912,"title":{},"body":{"changelog.html":{}}}],["soon",{"_index":567,"title":{},"body":{"changelog.html":{}}}],["sop",{"_index":753,"title":{},"body":{"changelog.html":{}}}],["source",{"_index":4,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["source.startswith('http",{"_index":329,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sources",{"_index":676,"title":{},"body":{"changelog.html":{}}}],["sparc",{"_index":747,"title":{},"body":{"changelog.html":{}}}],["sparql",{"_index":470,"title":{},"body":{"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["sparqlquery",{"_index":160,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["sparqlqueryfunction",{"_index":165,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"miscellaneous/typealiases.html":{}}}],["spatial",{"_index":492,"title":{},"body":{"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["spatialsearches",{"_index":1407,"title":{},"body":{"miscellaneous/variables.html":{}}}],["spec",{"_index":299,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["spec.yaml",{"_index":1262,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["specific",{"_index":614,"title":{},"body":{"changelog.html":{}}}],["specification",{"_index":1261,"title":{},"body":{"index.html":{}}}],["speed",{"_index":533,"title":{},"body":{"changelog.html":{}}}],["spinal",{"_index":515,"title":{},"body":{"changelog.html":{}}}],["spinning",{"_index":984,"title":{},"body":{"changelog.html":{}}}],["split(/|/).filter(s",{"_index":251,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["sprint",{"_index":781,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":57,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["stage",{"_index":822,"title":{},"body":{"changelog.html":{}}}],["staging",{"_index":580,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["standalone",{"_index":838,"title":{},"body":{"changelog.html":{}}}],["standard",{"_index":895,"title":{},"body":{"changelog.html":{}}}],["standards",{"_index":988,"title":{},"body":{"changelog.html":{}}}],["star2",{"_index":1246,"title":{},"body":{"index.html":{}}}],["startautoprune",{"_index":86,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["startautoprune(force",{"_index":113,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["started",{"_index":400,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"changelog.html":{}}}],["starts",{"_index":1034,"title":{},"body":{"changelog.html":{}}}],["startserver",{"_index":1104,"title":{},"body":{"coverage.html":{}}}],["startup",{"_index":741,"title":{},"body":{"changelog.html":{}}}],["statements",{"_index":1037,"title":{},"body":{"coverage.html":{}}}],["status",{"_index":162,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"miscellaneous/variables.html":{}}}],["status.ts",{"_index":1061,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["stay",{"_index":1032,"title":{},"body":{"changelog.html":{}}}],["still",{"_index":766,"title":{},"body":{"changelog.html":{}}}],["stories",{"_index":976,"title":{},"body":{"changelog.html":{}}}],["str",{"_index":43,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["stream",{"_index":1221,"title":{},"body":{"dependencies.html":{}}}],["streaming",{"_index":1219,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":44,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["string).includes(sex",{"_index":358,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["structure",{"_index":795,"title":{},"body":{"changelog.html":{}}}],["structures",{"_index":784,"title":{},"body":{"changelog.html":{}}}],["styles",{"_index":1008,"title":{},"body":{"changelog.html":{}}}],["styling",{"_index":647,"title":{},"body":{"changelog.html":{}}}],["subject",{"_index":1320,"title":{},"body":{"license.html":{}}}],["sublicense",{"_index":1313,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":1325,"title":{},"body":{"license.html":{}}}],["such",{"_index":469,"title":{},"body":{"changelog.html":{}}}],["super",{"_index":129,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["super.set(key",{"_index":144,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["support",{"_index":474,"title":{},"body":{"changelog.html":{}}}],["swiper",{"_index":1226,"title":{},"body":{"dependencies.html":{}}}],["switch",{"_index":482,"title":{},"body":{"changelog.html":{}}}],["switched",{"_index":856,"title":{},"body":{"changelog.html":{}}}],["symbol('indicator",{"_index":1398,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sync",{"_index":698,"title":{},"body":{"changelog.html":{}}}],["t.startswith('hbm",{"_index":257,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["t.startswith('snt",{"_index":258,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["table",{"_index":1109,"title":{},"body":{"coverage.html":{}}}],["tables",{"_index":588,"title":{},"body":{"changelog.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":1108,"title":{},"body":{"coverage.html":{}}}],["tagging",{"_index":893,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":611,"title":{},"body":{"changelog.html":{}}}],["technologies",{"_index":1005,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["technology",{"_index":826,"title":{},"body":{"changelog.html":{}}}],["telemetry",{"_index":691,"title":{},"body":{"changelog.html":{}}}],["term",{"_index":1426,"title":{},"body":{"miscellaneous/variables.html":{}}}],["terms",{"_index":466,"title":{},"body":{"changelog.html":{}}}],["test",{"_index":962,"title":{},"body":{"changelog.html":{}}}],["testing",{"_index":902,"title":{},"body":{"changelog.html":{}}}],["theme",{"_index":574,"title":{},"body":{"changelog.html":{}}}],["themes",{"_index":572,"title":{},"body":{"changelog.html":{}}}],["theming",{"_index":569,"title":{},"body":{"changelog.html":{}}}],["this.clearautoprune",{"_index":139,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.dorequest(key",{"_index":396,"title":{},"body":{"classes/RequestCache.html":{}}}],["this.get(key",{"_index":397,"title":{},"body":{"classes/RequestCache.html":{}}}],["this.handleerrors(key",{"_index":395,"title":{},"body":{"classes/RequestCache.html":{}}}],["this.promisifieddorequest(key",{"_index":394,"title":{},"body":{"classes/RequestCache.html":{}}}],["this.pruner",{"_index":146,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.purgestale",{"_index":153,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.size",{"_index":138,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.startautoprune",{"_index":145,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.ttl",{"_index":147,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["through",{"_index":914,"title":{},"body":{"changelog.html":{}}}],["throw_if_not_found",{"_index":1049,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["throwindicator",{"_index":1369,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["thrown",{"_index":1400,"title":{},"body":{"miscellaneous/variables.html":{}}}],["thumbnails",{"_index":793,"title":{},"body":{"changelog.html":{}}}],["tied",{"_index":797,"title":{},"body":{"changelog.html":{}}}],["tiff",{"_index":923,"title":{},"body":{"changelog.html":{}}}],["timeouts",{"_index":544,"title":{},"body":{"changelog.html":{}}}],["times",{"_index":536,"title":{},"body":{"changelog.html":{}}}],["tissue",{"_index":347,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["tissueinfo",{"_index":352,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tissueinfo.rnaseqsamplesummary.female",{"_index":362,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tissueinfo.rnaseqsamplesummary.male",{"_index":361,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tissues",{"_index":594,"title":{},"body":{"changelog.html":{}}}],["tissuesitedetailid",{"_index":293,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tmc",{"_index":1023,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["toggle",{"_index":570,"title":{},"body":{"changelog.html":{}}}],["token",{"_index":233,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["tool",{"_index":839,"title":{},"body":{"changelog.html":{}}}],["tort",{"_index":1346,"title":{},"body":{"license.html":{}}}],["totalcount",{"_index":311,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tracking/telemetry",{"_index":710,"title":{},"body":{"changelog.html":{}}}],["transparency",{"_index":840,"title":{},"body":{"changelog.html":{}}}],["travisci",{"_index":860,"title":{},"body":{"changelog.html":{}}}],["tree",{"_index":981,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["true",{"_index":48,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/CacheOptions.html":{},"miscellaneous/variables.html":{}}}],["try",{"_index":327,"title":{},"body":{"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{}}}],["tryjsonparse",{"_index":1105,"title":{},"body":{"coverage.html":{}}}],["ts",{"_index":1228,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":1231,"title":{},"body":{"dependencies.html":{}}}],["ttl",{"_index":132,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["ttlautopurge",{"_index":135,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["tuned",{"_index":1033,"title":{},"body":{"changelog.html":{}}}],["turn",{"_index":820,"title":{},"body":{"changelog.html":{}}}],["turned",{"_index":801,"title":{},"body":{"changelog.html":{}}}],["turning",{"_index":798,"title":{},"body":{"changelog.html":{}}}],["tutorial",{"_index":671,"title":{},"body":{"changelog.html":{}}}],["two",{"_index":934,"title":{},"body":{"changelog.html":{}}}],["type",{"_index":15,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["typealiases",{"_index":1355,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":141,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["types",{"_index":122,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{},"changelog.html":{}}}],["typescript",{"_index":120,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{},"changelog.html":{},"index.html":{}}}],["typing",{"_index":995,"title":{},"body":{"changelog.html":{}}}],["ufl",{"_index":792,"title":{},"body":{"changelog.html":{}}}],["ui",{"_index":428,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["ui.netlify.app",{"_index":1249,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/organ",{"_index":1259,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/rui",{"_index":1256,"title":{},"body":{"index.html":{}}}],["ui/organ",{"_index":1258,"title":{},"body":{"index.html":{}}}],["ui/rui",{"_index":1257,"title":{},"body":{"index.html":{}}}],["uis",{"_index":456,"title":{},"body":{"changelog.html":{}}}],["undefined",{"_index":108,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["university",{"_index":1286,"title":{},"body":{"index.html":{}}}],["unknown",{"_index":193,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["unnecessary",{"_index":694,"title":{},"body":{"changelog.html":{}}}],["unpkg.com",{"_index":62,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["unsafe",{"_index":59,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["unselect",{"_index":760,"title":{},"body":{"changelog.html":{}}}],["until",{"_index":805,"title":{},"body":{"changelog.html":{}}}],["up",{"_index":529,"title":{},"body":{"changelog.html":{}}}],["update",{"_index":436,"title":{},"body":{"changelog.html":{}}}],["updated",{"_index":433,"title":{},"body":{"changelog.html":{}}}],["updateentry",{"_index":1070,"title":{},"body":{"coverage.html":{}}}],["updateentry(results",{"_index":348,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["updateentry(resultslist",{"_index":351,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["updates",{"_index":520,"title":{},"body":{"changelog.html":{}}}],["upgraded",{"_index":919,"title":{},"body":{"changelog.html":{}}}],["upgrades",{"_index":1000,"title":{},"body":{"changelog.html":{}}}],["upgrading",{"_index":714,"title":{},"body":{"changelog.html":{}}}],["upload",{"_index":835,"title":{},"body":{"changelog.html":{}}}],["url",{"_index":213,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["url.endswith('hubmap/rui_locations.jsonld",{"_index":263,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["url.endswith('sennet/rui_locations.jsonld",{"_index":265,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["url}?token=${hubmaptoken",{"_index":266,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["url}?token=${sennettoken",{"_index":267,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["usage",{"_index":457,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["usage.ipynb",{"_index":1268,"title":{},"body":{"index.html":{}}}],["use",{"_index":269,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["use('/ccf.owl.n3store.json",{"_index":1411,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use('/db",{"_index":1408,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use('/gtex",{"_index":1415,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use('/sparql",{"_index":1410,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use(cacheresponses",{"_index":1413,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use(checkroutesenabled",{"_index":1390,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecache",{"_index":214,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["usecachedresult",{"_index":1094,"title":{},"body":{"coverage.html":{}}}],["usecachedresult('ccf.owl.n3store.json",{"_index":1412,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecachedresult('cell",{"_index":1437,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecachedresult('ontology",{"_index":1434,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecachedresult('reference",{"_index":1440,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecase",{"_index":1274,"title":{},"body":{"index.html":{}}}],["usecase.ipynb",{"_index":1271,"title":{},"body":{"index.html":{}}}],["used",{"_index":819,"title":{},"body":{"changelog.html":{}}}],["usedefaults",{"_index":54,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["user",{"_index":406,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["user/os",{"_index":682,"title":{},"body":{"changelog.html":{}}}],["users",{"_index":1019,"title":{},"body":{"changelog.html":{}}}],["uses",{"_index":701,"title":{},"body":{"changelog.html":{}}}],["using",{"_index":654,"title":{},"body":{"changelog.html":{}}}],["utf",{"_index":337,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["utilities",{"_index":689,"title":{},"body":{"changelog.html":{}}}],["utils/auto",{"_index":201,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["utils/ccf",{"_index":229,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["utils/request",{"_index":231,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["uuid",{"_index":1233,"title":{},"body":{"dependencies.html":{}}}],["v",{"_index":106,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["v1.1",{"_index":589,"title":{},"body":{"changelog.html":{}}}],["v1.3",{"_index":465,"title":{},"body":{"changelog.html":{}}}],["v1.4",{"_index":455,"title":{},"body":{"changelog.html":{}}}],["v1.5.0",{"_index":818,"title":{},"body":{"changelog.html":{}}}],["v1.7",{"_index":591,"title":{},"body":{"changelog.html":{}}}],["v1.7.0",{"_index":583,"title":{},"body":{"changelog.html":{}}}],["v1.8.0",{"_index":546,"title":{},"body":{"changelog.html":{}}}],["v1.9.0",{"_index":512,"title":{},"body":{"changelog.html":{}}}],["v1.9.4",{"_index":478,"title":{},"body":{"changelog.html":{}}}],["v1/sparql",{"_index":525,"title":{},"body":{"changelog.html":{}}}],["v1routes",{"_index":32,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["v2",{"_index":1208,"title":{},"body":{"dependencies.html":{}}}],["v2.1.0",{"_index":463,"title":{},"body":{"changelog.html":{}}}],["v2.2.0",{"_index":451,"title":{},"body":{"changelog.html":{}}}],["v3",{"_index":483,"title":{},"body":{"changelog.html":{}}}],["value",{"_index":99,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"miscellaneous/variables.html":{}}}],["value}`.tolowercase",{"_index":205,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["variable",{"_index":1047,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":1371,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["version",{"_index":604,"title":{},"body":{"changelog.html":{},"index.html":{},"properties.html":{}}}],["very",{"_index":909,"title":{},"body":{"changelog.html":{}}}],["via",{"_index":542,"title":{},"body":{"changelog.html":{}}}],["video",{"_index":715,"title":{},"body":{"changelog.html":{}}}],["view",{"_index":700,"title":{},"body":{"changelog.html":{}}}],["viewer",{"_index":786,"title":{},"body":{"changelog.html":{}}}],["viewing",{"_index":502,"title":{},"body":{"changelog.html":{}}}],["views",{"_index":703,"title":{},"body":{"changelog.html":{}}}],["visual",{"_index":500,"title":{},"body":{"changelog.html":{}}}],["visualization",{"_index":750,"title":{},"body":{"changelog.html":{}}}],["vitessce",{"_index":920,"title":{},"body":{"changelog.html":{}}}],["void",{"_index":103,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["vs",{"_index":665,"title":{},"body":{"changelog.html":{}}}],["vu",{"_index":1029,"title":{},"body":{"changelog.html":{}}}],["walkthrough",{"_index":1270,"title":{},"body":{"index.html":{}}}],["warming",{"_index":541,"title":{},"body":{"changelog.html":{}}}],["warning",{"_index":943,"title":{},"body":{"changelog.html":{}}}],["warranties",{"_index":1330,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1327,"title":{},"body":{"license.html":{}}}],["web",{"_index":539,"title":{},"body":{"changelog.html":{}}}],["webcomponent",{"_index":664,"title":{},"body":{"changelog.html":{}}}],["webcomponents/webcomponentsjs",{"_index":1164,"title":{},"body":{"dependencies.html":{}}}],["webpages",{"_index":609,"title":{},"body":{"changelog.html":{}}}],["website",{"_index":1244,"title":{},"body":{"index.html":{}}}],["week",{"_index":1035,"title":{},"body":{"changelog.html":{}}}],["whether",{"_index":1343,"title":{},"body":{"license.html":{}}}],["whole",{"_index":1031,"title":{},"body":{"changelog.html":{}}}],["width",{"_index":719,"title":{},"body":{"changelog.html":{}}}],["within",{"_index":790,"title":{},"body":{"changelog.html":{}}}],["without",{"_index":625,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["worker",{"_index":179,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["worker('./dist/server/ccf",{"_index":187,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["worker.terminate",{"_index":197,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["worker.ts",{"_index":158,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["worker.ts:10",{"_index":166,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["worker.ts:12",{"_index":167,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["worker_threads",{"_index":180,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["workerdata",{"_index":189,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["workflows",{"_index":862,"title":{},"body":{"changelog.html":{}}}],["working",{"_index":597,"title":{},"body":{"changelog.html":{}}}],["works",{"_index":880,"title":{},"body":{"changelog.html":{}}}],["wrap",{"_index":174,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["wrap(nodeendpoint(worker",{"_index":191,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["xconsortiaroutes",{"_index":1414,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xconsortiatokens",{"_index":249,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["xconsortiatokens.find((t",{"_index":256,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["xconsortiatokens.length",{"_index":254,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["yes",{"_index":94,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["youtube",{"_index":632,"title":{},"body":{"changelog.html":{}}}],["zone.js",{"_index":1235,"title":{},"body":{"dependencies.html":{}}}]],"pipeline":["stemmer"]}, - "store": {"interfaces/AppOptions.html":{"url":"interfaces/AppOptions.html","title":"interface - AppOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AppOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/app.ts\n \n\n\n\n \n Extends\n \n \n DatabaseLoaderOptions\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n placeholder\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n placeholder\n \n \n \n \n \n \n \n \n placeholder: never\n\n \n \n\n\n \n \n Type : never\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import bodyParser from 'body-parser';\nimport cors from 'cors';\nimport express, { Express } from 'express';\nimport helmet from 'helmet';\nimport qs, { ParsedQs } from 'qs';\n\nimport { databaseLoader, DatabaseLoaderOptions } from './middleware/database-loader';\nimport { routes as browserRoutes } from './routes/browser';\nimport { routes as v1Routes } from './routes/v1';\n\nexport interface AppOptions extends DatabaseLoaderOptions {\n placeholder?: never;\n}\n\n\nexport function createApp(options: AppOptions): Express {\n const app = express();\n\n app.set('database-options', options.database);\n\n app.set('query parser', function (str: string): ParsedQs {\n return qs.parse(str, { allowDots: true });\n });\n\n // http://expressjs.com/en/advanced/best-practice-security.html\n app.use(helmet({\n contentSecurityPolicy: {\n useDefaults: true,\n directives: {\n 'script-src': ['\\'self\\'', '\\'unsafe-eval\\'', 'cdn.jsdelivr.net', 'unpkg.com'],\n 'connect-src': ['*'],\n }\n }\n }));\n app.use(cors());\n\n app.use(bodyParser.urlencoded({ extended: true }));\n app.use(bodyParser.json());\n\n app.use(databaseLoader(options));\n\n app.use('/', browserRoutes);\n app.use('/v1', v1Routes);\n\n return app;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AutoPruneLRUCache.html":{"url":"classes/AutoPruneLRUCache.html","title":"class - AutoPruneLRUCache","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AutoPruneLRUCache\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n\n\n\n \n Extends\n \n \n LRUCache\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Optional\n pruner\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearAutoPrune\n \n \n set\n \n \n startAutoPrune\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(options?: AutoPruneLRUCacheOptions)\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:13\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n options\n \n \n AutoPruneLRUCacheOptions\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n Optional\n pruner\n \n \n \n \n \n \n Type : ReturnType<>\n\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:13\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearAutoPrune\n \n \n \n \n \n \nclearAutoPrune(force)\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Default value\n \n \n \n \n force\n\n \n No\n \n\n \n false\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: K, value: V | BackgroundFetch | undefined, options?: number | LRUCache.SetOptions)\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:31\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n K\n \n\n \n No\n \n\n\n \n \n value\n \n V | BackgroundFetch | undefined\n \n\n \n No\n \n\n\n \n \n options\n \n number | LRUCache.SetOptions\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n startAutoPrune\n \n \n \n \n \n \nstartAutoPrune(force)\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Default value\n \n \n \n \n force\n\n \n No\n \n\n \n false\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { BackgroundFetch, LRUCache } from 'lru-cache';\n\n// eslint-disable-next-line @typescript-eslint/ban-types\ntype AnyObject = {};\n\nexport interface AutoPruneLRUCacheOptions {\n max?: number;\n maxAge?: number;\n dispose?: (key: K, value: V) => void;\n}\n\nexport class AutoPruneLRUCache extends LRUCache {\n private pruner?: ReturnType;\n\n constructor(options?: AutoPruneLRUCacheOptions) {\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n super({\n max: options?.max ?? 100000,\n ttl: options?.maxAge ?? 0,\n ttlAutopurge: (options?.maxAge ?? 0) > 0,\n noDisposeOnSet: false,\n dispose: (value, key) => {\n options?.dispose?.(key, value);\n if (this.size === 0) {\n this.clearAutoPrune();\n }\n }\n });\n }\n\n set(key: K, value: V | BackgroundFetch | undefined, options?: number | LRUCache.SetOptions): this {\n const setOptions = typeof options === 'number' ? { ttl: options } : options;\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access\n super.set(key, value, setOptions);\n this.startAutoPrune();\n return this;\n }\n\n startAutoPrune(force = false): void {\n if (this.pruner ?? !this.ttl ?? this.ttl === Infinity) {\n return;\n }\n\n if (this.size !== 0 || force) {\n const duration = Math.max(this.ttl, 1);\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n this.pruner = setInterval(() => this.purgeStale(), duration);\n }\n }\n\n clearAutoPrune(force = false): void {\n if (!this.pruner) {\n return;\n }\n\n if (this.ttl === 0 || force) {\n clearInterval(this.pruner);\n this.pruner = undefined;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AutoPruneLRUCacheOptions.html":{"url":"interfaces/AutoPruneLRUCacheOptions.html","title":"interface - AutoPruneLRUCacheOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AutoPruneLRUCacheOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n dispose\n \n \n \n Optional\n \n max\n \n \n \n Optional\n \n maxAge\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n dispose\n \n \n \n \n \n \n \n \n dispose: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n max\n \n \n \n \n \n \n \n \n max: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n maxAge\n \n \n \n \n \n \n \n \n maxAge: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { BackgroundFetch, LRUCache } from 'lru-cache';\n\n// eslint-disable-next-line @typescript-eslint/ban-types\ntype AnyObject = {};\n\nexport interface AutoPruneLRUCacheOptions {\n max?: number;\n maxAge?: number;\n dispose?: (key: K, value: V) => void;\n}\n\nexport class AutoPruneLRUCache extends LRUCache {\n private pruner?: ReturnType;\n\n constructor(options?: AutoPruneLRUCacheOptions) {\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n super({\n max: options?.max ?? 100000,\n ttl: options?.maxAge ?? 0,\n ttlAutopurge: (options?.maxAge ?? 0) > 0,\n noDisposeOnSet: false,\n dispose: (value, key) => {\n options?.dispose?.(key, value);\n if (this.size === 0) {\n this.clearAutoPrune();\n }\n }\n });\n }\n\n set(key: K, value: V | BackgroundFetch | undefined, options?: number | LRUCache.SetOptions): this {\n const setOptions = typeof options === 'number' ? { ttl: options } : options;\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access\n super.set(key, value, setOptions);\n this.startAutoPrune();\n return this;\n }\n\n startAutoPrune(force = false): void {\n if (this.pruner ?? !this.ttl ?? this.ttl === Infinity) {\n return;\n }\n\n if (this.size !== 0 || force) {\n const duration = Math.max(this.ttl, 1);\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n this.pruner = setInterval(() => this.purgeStale(), duration);\n }\n }\n\n clearAutoPrune(force = false): void {\n if (!this.pruner) {\n return;\n }\n\n if (this.ttl === 0 || force) {\n clearInterval(this.pruner);\n this.pruner = undefined;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/CCFDatabaseInstance.html":{"url":"classes/CCFDatabaseInstance.html","title":"class - CCFDatabaseInstance","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n CCFDatabaseInstance\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/utils/ccf-database-worker.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n database\n \n \n Public\n dispose\n \n \n Public\n sparqlQuery\n \n \n Readonly\n status\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(database: CCFDatabase, sparqlQuery: SparqlQueryFunction, dispose: () => void)\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n database\n \n \n CCFDatabase\n \n \n \n No\n \n \n \n \n sparqlQuery\n \n \n SparqlQueryFunction\n \n \n \n No\n \n \n \n \n dispose\n \n \n function\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n database\n \n \n \n \n \n \n Type : CCFDatabase\n\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n dispose\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n sparqlQuery\n \n \n \n \n \n \n Type : SparqlQueryFunction\n\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n status\n \n \n \n \n \n \n Default value : new CCFDatabaseStatusTracker(this.database)\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:10\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { CCFDatabase, CCFDatabaseOptions, CCFDatabaseStatusTracker } from 'ccf-database';\nimport { releaseProxy, wrap } from 'comlink';\nimport nodeEndpoint from 'comlink/dist/umd/node-adapter';\nimport { Worker } from 'worker_threads';\n\n\nexport type SparqlQueryFunction = (query: string, mimetype: string) => Promise;\n\nexport class CCFDatabaseInstance {\n readonly status = new CCFDatabaseStatusTracker(this.database);\n\n constructor(public database: CCFDatabase, public sparqlQuery: SparqlQueryFunction, public dispose: () => Promise) { }\n}\n\nexport async function createCCFDatabaseWorker(options: CCFDatabaseOptions): Promise {\n const worker = new Worker('./dist/server/ccf-database.worker.js', { workerData: { options } });\n const dbWorker = wrap(nodeEndpoint(worker));\n return new CCFDatabaseInstance(\n dbWorker.database as unknown as CCFDatabase,\n dbWorker.sparqlQuery,\n async () => {\n dbWorker[releaseProxy]();\n await worker.terminate();\n });\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/CacheOptions.html":{"url":"interfaces/CacheOptions.html","title":"interface - CacheOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n CacheOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/middleware/response-cache.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n max\n \n \n \n Optional\n \n maxAge\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n max\n \n \n \n \n \n \n \n \n max: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n maxAge\n \n \n \n \n \n \n \n \n maxAge: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { RequestHandler } from 'express';\nimport { AutoPruneLRUCache } from '../utils/auto-prune-lru-cache';\n\n\nexport interface CacheOptions {\n max?: number;\n maxAge?: number;\n}\n\n\nfunction parseBoolean(value: unknown, defaultValue = false): boolean {\n if (value === undefined) {\n return defaultValue;\n }\n\n return `${value}`.toLowerCase() === 'true';\n}\n\n\nexport function cacheResponses(options?: CacheOptions): RequestHandler {\n // eslint-disable-next-line @typescript-eslint/ban-types\n type AnyObject = {};\n const cache = new AutoPruneLRUCache({\n max: options?.max ?? 100,\n maxAge: options?.maxAge ?? 60 * 60 * 1000\n });\n\n return (req, res, next) => {\n const { query, originalUrl, url } = req;\n const useCache = parseBoolean(query.cache, true);\n const key = `__${ originalUrl || url }`;\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n const cachedResponse = cache.get(key);\n\n if (!useCache) {\n next();\n } else if (cachedResponse !== undefined) {\n res.json(cachedResponse);\n } else {\n const originalSend = res.json;\n res.json = body => {\n cache.set(key, body);\n return originalSend.call(res, body);\n };\n\n next();\n }\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DatabaseCacheOptions.html":{"url":"interfaces/DatabaseCacheOptions.html","title":"interface - DatabaseCacheOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DatabaseCacheOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n max\n \n \n \n Optional\n \n maxAge\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n max\n \n \n \n \n \n \n \n \n max: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n maxAge\n \n \n \n \n \n \n \n \n maxAge: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { CCFDatabaseOptions } from 'ccf-database';\nimport { Request, RequestHandler } from 'express';\n\nimport { AutoPruneLRUCache } from '../utils/auto-prune-lru-cache';\nimport { CCFDatabaseInstance, createCCFDatabaseWorker } from '../utils/ccf-database-worker';\nimport { RequestCache } from '../utils/request-cache';\n\n\nexport interface DatabaseCacheOptions {\n max?: number;\n maxAge?: number;\n}\n\nexport interface DatabaseLoaderOptions {\n database: CCFDatabaseOptions;\n cache?: DatabaseCacheOptions;\n}\n\ntype DatabaseGetter = (token?: string) => Promise;\n\nexport async function getDatabaseInstance(req: Request, token: string | undefined, doConnect = false): Promise {\n const getDBInstance = req['getDatabase'] as DatabaseGetter;\n const dbInstance = await getDBInstance(token);\n if (doConnect) {\n await dbInstance.database.connect().catch((err) => console.log(err));\n }\n return dbInstance;\n}\n\nfunction selectToken(token: string | undefined, req: Request): string {\n const qtoken = req.query.token;\n\n if (token) {\n return token;\n } else if (typeof qtoken === 'string' && qtoken) {\n return qtoken;\n }\n\n return '';\n}\n\nfunction createDatabase(token: string, options: CCFDatabaseOptions): Promise {\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const xConsortiaTokens = (token || options.hubmapToken || '').split(/|/).filter(s => !!s);\n\n let applyToken = (url: string) => url;\n\n if (xConsortiaTokens.length > 0) {\n const hubmapToken = xConsortiaTokens.find((t) => t.startsWith('HBM-') || !t.startsWith('SNT-'))?.replace(/^HBM-/, '');\n const sennetToken = xConsortiaTokens.find((t) => t.startsWith('SNT-'))?.replace(/^SNT-/, '');\n\n applyToken = (url: string) => {\n if (typeof url === 'string' && url) {\n const isHuBMAP = url.endsWith('hubmap/rui_locations.jsonld');\n const isSenNet = url.endsWith('sennet/rui_locations.jsonld');\n\n if (isHuBMAP && hubmapToken) {\n url = `${url}?token=${hubmapToken}`;\n } else if (isSenNet && sennetToken) {\n url = `${url}?token=${sennetToken}`;\n }\n }\n return url;\n };\n }\n\n return createCCFDatabaseWorker({\n ...options,\n hubmapDataUrl: '', // Do not use deprecated internal hubmap data loading\n dataSources: options.dataSources.map(applyToken)\n });\n}\n\nexport function databaseLoader(options: DatabaseLoaderOptions): RequestHandler {\n const cache = new RequestCache(\n new AutoPruneLRUCache({\n max: options.cache?.max ?? 10,\n maxAge: options.cache?.maxAge ?? 60 * 60 * 1000,\n dispose: (_key, instance) => instance.then((r) => r.dispose())\n }),\n token => createDatabase(token, options.database)\n );\n\n return (req, _res, next) => {\n cache.cache.purgeStale();\n req['getDatabase'] = (token?: string) => cache.get(selectToken(token, req));\n next();\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DatabaseLoaderOptions.html":{"url":"interfaces/DatabaseLoaderOptions.html","title":"interface - DatabaseLoaderOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DatabaseLoaderOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n cache\n \n \n \n \n database\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n cache\n \n \n \n \n \n \n \n \n cache: DatabaseCacheOptions\n\n \n \n\n\n \n \n Type : DatabaseCacheOptions\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n database\n \n \n \n \n \n \n \n \n database: CCFDatabaseOptions\n\n \n \n\n\n \n \n Type : CCFDatabaseOptions\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { CCFDatabaseOptions } from 'ccf-database';\nimport { Request, RequestHandler } from 'express';\n\nimport { AutoPruneLRUCache } from '../utils/auto-prune-lru-cache';\nimport { CCFDatabaseInstance, createCCFDatabaseWorker } from '../utils/ccf-database-worker';\nimport { RequestCache } from '../utils/request-cache';\n\n\nexport interface DatabaseCacheOptions {\n max?: number;\n maxAge?: number;\n}\n\nexport interface DatabaseLoaderOptions {\n database: CCFDatabaseOptions;\n cache?: DatabaseCacheOptions;\n}\n\ntype DatabaseGetter = (token?: string) => Promise;\n\nexport async function getDatabaseInstance(req: Request, token: string | undefined, doConnect = false): Promise {\n const getDBInstance = req['getDatabase'] as DatabaseGetter;\n const dbInstance = await getDBInstance(token);\n if (doConnect) {\n await dbInstance.database.connect().catch((err) => console.log(err));\n }\n return dbInstance;\n}\n\nfunction selectToken(token: string | undefined, req: Request): string {\n const qtoken = req.query.token;\n\n if (token) {\n return token;\n } else if (typeof qtoken === 'string' && qtoken) {\n return qtoken;\n }\n\n return '';\n}\n\nfunction createDatabase(token: string, options: CCFDatabaseOptions): Promise {\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const xConsortiaTokens = (token || options.hubmapToken || '').split(/|/).filter(s => !!s);\n\n let applyToken = (url: string) => url;\n\n if (xConsortiaTokens.length > 0) {\n const hubmapToken = xConsortiaTokens.find((t) => t.startsWith('HBM-') || !t.startsWith('SNT-'))?.replace(/^HBM-/, '');\n const sennetToken = xConsortiaTokens.find((t) => t.startsWith('SNT-'))?.replace(/^SNT-/, '');\n\n applyToken = (url: string) => {\n if (typeof url === 'string' && url) {\n const isHuBMAP = url.endsWith('hubmap/rui_locations.jsonld');\n const isSenNet = url.endsWith('sennet/rui_locations.jsonld');\n\n if (isHuBMAP && hubmapToken) {\n url = `${url}?token=${hubmapToken}`;\n } else if (isSenNet && sennetToken) {\n url = `${url}?token=${sennetToken}`;\n }\n }\n return url;\n };\n }\n\n return createCCFDatabaseWorker({\n ...options,\n hubmapDataUrl: '', // Do not use deprecated internal hubmap data loading\n dataSources: options.dataSources.map(applyToken)\n });\n}\n\nexport function databaseLoader(options: DatabaseLoaderOptions): RequestHandler {\n const cache = new RequestCache(\n new AutoPruneLRUCache({\n max: options.cache?.max ?? 10,\n maxAge: options.cache?.maxAge ?? 60 * 60 * 1000,\n dispose: (_key, instance) => instance.then((r) => r.dispose())\n }),\n token => createDatabase(token, options.database)\n );\n\n return (req, _res, next) => {\n cache.cache.purgeStale();\n req['getDatabase'] = (token?: string) => cache.get(selectToken(token, req));\n next();\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/GtexTissue.html":{"url":"interfaces/GtexTissue.html","title":"interface - GtexTissue","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n GtexTissue\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n mappedInHubmap\n \n \n \n \n rnaSeqSampleSummary\n \n \n \n \n tissueSiteDetailId\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n mappedInHubmap\n \n \n \n \n \n \n \n \n mappedInHubmap: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n rnaSeqSampleSummary\n \n \n \n \n \n \n \n \n rnaSeqSampleSummary: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n tissueSiteDetailId\n \n \n \n \n \n \n \n \n tissueSiteDetailId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { CCFDatabaseOptions } from 'ccf-database';\nimport { RequestHandler } from 'express';\nimport { readFileSync } from 'fs';\n\nimport { AutoPruneLRUCache } from '../../../utils/auto-prune-lru-cache';\nimport { RequestCache } from '../../../utils/request-cache';\nimport { JsonLdObj } from 'jsonld/jsonld-spec';\nimport { get } from '../../../environment';\n\nexport interface GtexTissue {\n // NOTE: The API response includes more fields, but we only map the ones we actually use here\n tissueSiteDetailId: string;\n mappedInHubmap: boolean;\n rnaSeqSampleSummary: {\n totalCount: number;\n female: {\n ageMax: number;\n ageMin: number;\n ageMean: number;\n count: number;\n };\n male: {\n ageMax: number;\n ageMin: number;\n ageMean: number;\n count: number;\n };\n };\n}\n\nconst DEFAULT_GTEX_RUI_LOCATIONS = 'https://hubmapconsortium.github.io/hra-registrations/gtex-pan-eraslan-2022/rui_locations.jsonld';\nconst GTEX_API_URL = 'https://gtexportal.org/api/v2/dataset/tissueSiteDetail';\n\nasync function getLocations(): Promise {\n try {\n const source = get('GTEX_RUI_LOCATIONS', DEFAULT_GTEX_RUI_LOCATIONS);\n let data;\n if (source.startsWith('http')) {\n data = await fetch(source).then(r => r.text());\n } else {\n // Attempt to load the source url as a local file\n data = readFileSync(source, { encoding: 'utf-8' });\n }\n const jsonld: JsonLdObj = JSON.parse(data);\n const results = jsonld['@graph'] as JsonLdObj[];\n\n const response: { data: GtexTissue[] } = await fetch(GTEX_API_URL).then(r => r.json()) as { data: GtexTissue[] };\n const mappedEntries = response?.data?.filter(entry => entry.mappedInHubmap) ?? [];\n for (const tissue of mappedEntries) {\n updateEntry(results, tissue, 'Female');\n updateEntry(results, tissue, 'Male');\n }\n\n return jsonld;\n } catch (_error) {\n return undefined;\n }\n}\n\nexport function updateEntry(resultsList: JsonLdObj[], tissueInfo: GtexTissue, sex: 'Male' | 'Female'): void {\n const matchingEntry = resultsList.find(entry => entry['@id']?.includes(tissueInfo.tissueSiteDetailId) && (entry.label as string).includes(sex));\n if (matchingEntry) {\n const index = resultsList.indexOf(matchingEntry);\n const sexStats = sex === 'Male' ? tissueInfo.rnaSeqSampleSummary.male : tissueInfo.rnaSeqSampleSummary.female;\n resultsList[index].label = `${sex}s (n=${sexStats.count}) Mean Age ${sexStats.ageMean} (range ${sexStats.ageMin} - ${sexStats.ageMax})`;\n resultsList[index].sex = sex;\n }\n}\n\nexport function ruiLocations(): RequestHandler {\n const cache = new RequestCache(\n new AutoPruneLRUCache({\n max: 10,\n maxAge: 60 * 60 * 1000\n }),\n getLocations\n );\n\n return async (req, res, _next) => {\n const options: CCFDatabaseOptions = req.app.get('database-options');\n const rawToken = req.query.token;\n const token = typeof rawToken === 'string' ? rawToken : '';\n const result = await cache.get(token, options);\n\n if (result) {\n res.json(result);\n } else {\n res.status(500).json([]);\n }\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RequestCache.html":{"url":"classes/RequestCache.html","title":"class - RequestCache","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RequestCache\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/utils/request-cache.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n Private\n Async\n handleErrors\n \n \n Private\n Async\n promisifiedDoRequest\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(cache: LRUCache>, doRequest: (key: K,args: []) => void)\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/request-cache.ts:6\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n cache\n \n \n LRUCache>\n \n \n \n No\n \n \n \n \n doRequest\n \n \n function\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: K, ...args: [])\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/request-cache.ts:12\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n K\n \n\n \n No\n \n\n\n \n \n args\n \n []\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n Async\n handleErrors\n \n \n \n \n \n \n \n handleErrors(key: K, request: Promise)\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/request-cache.ts:31\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n K\n \n\n \n No\n \n\n\n \n \n request\n \n Promise\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n Async\n promisifiedDoRequest\n \n \n \n \n \n \n \n promisifiedDoRequest(key: K, ...args: [])\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/request-cache.ts:27\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n K\n \n\n \n No\n \n\n\n \n \n args\n \n []\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { LRUCache } from 'lru-cache';\n\n// eslint-disable-next-line @typescript-eslint/ban-types\ntype AnyObject = {};\n\nexport class RequestCache {\n constructor(\n readonly cache: LRUCache>,\n readonly doRequest: (key: K, ...args: unknown[]) => V | Promise\n ) { }\n\n get(key: K, ...args: unknown[]): Promise {\n const { cache } = this;\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n let result = cache.get(key);\n\n if (!result) {\n result = this.promisifiedDoRequest(key, ...args);\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n cache.set(key, result);\n this.handleErrors(key, result);\n }\n\n return result;\n }\n\n private async promisifiedDoRequest(key: K, ...args: unknown[]): Promise {\n return this.doRequest(key, ...args);\n }\n\n private async handleErrors(key: K, request: Promise): Promise {\n const { cache } = this;\n\n try {\n await request;\n } catch (_error) {\n if (this.get(key) === request) {\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n cache.delete(key);\n }\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChangelog\nChangelog for the Human Reference Atlas (HRA) User Interfaces\n3.8.1 - 2023-11-17\nAdded in 3.8.1\n\nImproved keyboard controls in the RUI\n\n3.8.0 - 2023-11-16\nAdded in 3.8.0\n\nEUI Quality of Life Improvements. See milestone 6\nRUI Quality of Life Improvements. See milestone 5\nA lot of minor UI and bug fixes in preparation for HRA 2.0\nUpdated dependencies including, update to Angular 16\n\n3.7.2 - 2023-07-12\nAdded in 3.7.2\n\nClient side cache has been updated to be more sensitive to configuration changes. Fixes hra-registrations#1\n\n3.7.0 - 2023-06-15\nAdded in 3.7.0\n\nUpdated to CCF.OWL v2.2.0 which indexes the Human Reference Atlas (HRA) 5th Release (v1.4) for use in the CCF UIs and CCF-API.\nAdded CCF-API usage notebooks for python and javascript\n\n3.6.0 - 2022-10-15\nAdded in 3.6.0.\n\nUpdated to CCF.OWL v2.1.0 which indexes the Human Reference Atlas (HRA) 4th Release (v1.3) for use in the CCF UIs and CCF-API. Note that some terms have changed in the ontology. As such, some SPARQL queries may need to be updated. All CCF-API calls have been updated to support the new terms.\n\n3.5.0 - 2022-09-27\nAdded in 3.5.0\n\nUpdate to CCF.OWL v1.9.4\nUpdate placement for KPMP rui locations\nSwitch to HuBMAP v3 search-api\nPick right organ when loading rui locations from a file in the RUI\n\n3.4.0 - 2022-07-01\nAdded in 3.4.0\n\nMajor feature added: Spatial Search! This includes an expanded API plus a user interface for dynamically generating spatial searches.\n\nKnown Issues in 3.4.0\n\nThere are some minor visual descrepancies when viewing the spatial search 3D scene and the results. However, blocks which are highlighted will be selected if the spatial search is added to your overall search filters.\n\n3.3.0 - 2022-06-17\nAdded in 3.3.0\n\nAdded support for the latest CCF Ontology v1.9.0 which adds Placenta, Spinal Cord, new Landmarks for reference organs, and a host of data updates.\nAdded a SPARQL route to the CCF-API for flexible querying of the Ontology and linked data. See the /v1/sparql docs for more information.\nClean up and bug fixes\n\n3.2.0 - 2022-04-14\nAdded in 3.2.0\n\nMajor CCF Database speed improvements! 95% reduction in load times!\nMinor graphical fixes\n\n3.1.1 - 2022-04-12\nAdded in 3.1.1\n\nExpanded RUI web component options\nAdded support for warming up the CCF database via the CCF-API so that the EUI can prevent timeouts\n\n3.1.0 - 2022-04-07\nAdded in 3.1.0\n\nAdded support for the latest CCF Ontology v1.8.0 which adds cell types\nAdded feature to search for tissue blocks by cell type\nAdded API feature to dynamically generate GTEx rui_locations.jsonld\nAdded logging of organ and block position changes to the RUI\nAdded an expanded organ selector that makes selecting organs much easier with the larger number of reference organs we have now\nNow generating programming libraries for the CCF-API in Python, TypeScript, TypeScript (Angular), and JavaScript. We will be publishing them to appropriate package managers soon.\nImproved performance of the CCF-API\nNew theming options and toggle for the CCF EUI/RUI\nAdded new themes for SenNet, GTEx, and a default theme\nAdded compodoc generated code documentation to production and staging builds\nBug fixes and minor improvements\n\n3.0.0 - 2022-01-27\nAdded in 3.0.0\n\nAdded support for the latest CCF Ontology v1.7.0\nBug fixes and code cleanup\n\n3.0.0 BETA - 2021-12-17\nAdded in 3.0.0 BETA\n\nAdded reference organs and ASCT+B tables from the v1.1 CCF Release\nLinks: CCF Ontology v1.7 BETA, CCF Release v1.1\n\n\n\nKnown issues in 3.0.0 BETA\n\nPreviously registered tissues may appear slightly off. We are working to rectify this before making it a production release.\n\n2.5.0 - 2021-12-17\nAdded in 2.5.0\n\nCCF-API OpenAPI Spec and implementation. Next version will connect the EUI to this as it's backend.\nAdded the CCF Body UI Web Component for integrating the 3D scene deeply in webpages (including the HuBMAP data portal).\nThe organ-info Web Component can now take an option to highlight specific blocks in the scene. Currently only highlights by providers, but age, sex, and BMI will be added in the next version.\nBug fixes and Quality of Life improvements\n\n2.4.0 - 2021-12-10\nAdded in 2.4.0\n\nRUI shows a confirmation dialog when a user attempts to leave without finishing registration\nAdded GTEx data to EUI\nRUI Common Extraction Sites are now known as Landmarks\nOrgan info now highlights the block selected on click\nUpdated RUI YouTube Demo link\nBug fixes and Quality of Life improvements\n\n2.3.1 - 2021-09-13\nAdded in 2.3.1\n\nAdded support for paired organs to be refernced by their parent (ala Kidney + Left/Right Kidney)\n\n2.3.0 - 2021-09-10\nAdded in 2.3.0\n\nGreatly improved CCF Database performance. This improves the performance in both organ-info and EUI.\nImproved styling of organ-info\n\n2.2.0 - 2021-09-10\nAdded in 2.2.0\n\nAdded an organ-info web component for displaying reference organs and associated data in a simple panel display. The hubmap portal will be using this soon for organ pages.\nEMBEDDING.md instructions have been updated for organ-info embedding.\n\n2.1.0 - 2021-07-30\nAdded in EUI / RUI 2.1.0\n\nBetter support for embedding EUI/RUI in different containers, see EMBEDDING.md for updated instructions.\nConfiguration updates:\nConfiguration of EUI/RUI via webcomponent properties (vs globalConfig)\nOptional use of ontology id to select reference organs in the RUI\nRemoved embedded and tutorial mode configurations from the RUI config\nAbility to load data sources in the eui via external configuration\nAdded cancelRegistration callback to rui external configuration\n\n\nSet dark/light theme based on user/OS preferences\nUpdate HuBMAP search processing to conform to new field names\nCode cleanup, shared utilities, etc.\nTelemetry dialog box fixes to avoid unnecessary reloads\nRUI gizmo rotates in sync with the reference organ in 3D preview view\nRUI now uses an orthographic view when in registration views\n\n2.0.0 - 2021-07-16\nAdded in EUI / RUI 2.0.0\n\nRUI and EUI are now basic web-components, see EMBEDDING.md\nAdded advanced google analytics tracking/telemetry\nLinked donor card and tissue block hovering\nUpdated dependencies, including upgrading to Angular 12\nMinor UI and Bug fixes\nUpdated demo video links\nOrgan carousel will respond to container width and show only full icons\nEUI: clicking refresh and selecting body on partonomy resets the body view\n\nBreaking changes in EUI / RUI 2.0.0\n\nEmbedding the EUI and RUI must now be done via web-components. The most significant change is the element is no longer called ccf-root but is instead called ccf-eui or ccf-rui depending on the UI being embedded.\n\n1.7.0 - 2021-05-21\nAdded in EUI / RUI 1.7.0\n\nAdded a startup modal to the RUI which simplifies the initial setup for a new registration\nAdded 8 new reference organs, bringing us to 13 Reference Organs!\nAdded SPARC Registrations to the EUI\nAdded a tissue section visualization to the results list in the EUI\n\n1.6.0 - 2021-04-09\nAdded in RUI 1.6.0\n\nAdded SOP information to the About section\n\nAdded in EUI 1.6.0\n\nAdded color assignment/selection to both 3d scene and list results\nBug fixes, code cleanup, and optimization\n\nKnown issues in 1.6.0\n\nThe 3d scene is a little slow. To be able to interact, unselect reference organs to reduce scene complexity.\nTissue samples may be a little off in the 3D scene. This will be fixed in a future release. Data is still accurate.\n\n1.5.0 - 2021-03-26\nAdded in RUI 1.5.0\n\nMinor styling updates\n\nAdded in EUI 1.5.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features not fully integrated. This should be resolved in the next release scheduled for April 9th. You can view the results of this sprint on staging.\n\nUpdated styling to better fit the user interface spec\nAdded a new results pane which structures data into Donor->Tissue Blocks (+Datasets)->Tissue Samples (+Datasets)\nAdded a link viewer that allows us to display donors, samples, and datasets in a frame within the application\nAdded UFL thumbnails\nUpdated and optimized the ccf-database for the new results structure and future integrations\nTied organ carousel to the 3D scene. Turning off an organ removes the organ and related tissues from the 3D scene.\nTurned off anatomical structure opacity adjustment until it can be fully integrated\n\n1.4.0 - 2021-03-12\nAdded in RUI 1.4.0\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec\n\nAdded in EUI 1.4.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features partly integrated. This should be resolved in the next release scheduled for March 26th. You can view the results of this sprint on staging.\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec and match RUI styling\nUpdated the Info Dialog to match the RUI look and feel\nUpdated the data processing to improve efficiency and generate data in the form needed for the v1.5.0 spec\nAdded a reference organ selector, also used in the RUI, to turn off/on reference organs on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\nAdded a technology filter\nAdded a control to set Opacities of individual organs/anatomical structures on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\n\n1.3.5 - 2021-02-26\nAdded in RUI 1.3.5\n\nUpdated with a new round of User Interface improvements\nAdded the ability to upload previous registrations created using the standalone version of the RUI tool\nOrgans now have transparency applied automatically\nSolved a major memory leak and performance issue with the 3D reference organ interface. You should notice a sizable speed and reliability increase.\nRUI location numeric data is now rounded to 3 digits\nSwitched to using GitHub Actions over TravisCI for our CI/CD workflows\n\nAdded in EUI 1.3.5\n\nRemoved CCF's internal image-viewer in favor of the image-viewer on the HuBMAP Data Portal\n\nEUI 1.2.0 / RUI 1.0 FINAL - 2020-10-30\nAdded in EUI 1.2.0 / RUI 1.0 FINAL\n\nBug fixes and improvements\nUpdated embedding API in collaboration with the IEC\nUpdated EUI codebase to be in sync with code changes made for the RUI\nAdded KPMP data to the EUI\n\nKnown Issues in EUI 1.2.0 / RUI 1.0 FINAL\n\nIt is still possible that a 3d organ may fail to load. If this happens, just refresh and try again.\nEUI has not been updated with the latest organ set. This will be added in December with its scheduled refresh.\n\nRUI 1.0 BETA - 2020-10-16\nAdded in RUI 1.0 BETA\n\nCreated the first version of the RUI 1.0. This version is a BETA and works in standalone mode only. The next version will include full support and integration into the HuBMAP Ingestion Portal.\n10 Reference Organs are available to choose from (a combination of 4 organs, 2 sexes, and one organ with 2 sides [kidney])\nImplemented automatic tagging of data via collisions with anatomical structures\nRUI Location data is in standard JSON-LD format linked via the CCF Ontology and related ontologies\nImplemented extraction sites display to help guide placement of tissues\n\nKnown Issues in RUI 1.0 BETA\n\nWhile support for embedding is implemented, more testing and collaboration with IEC is required before it is made fully available. Initial embedding documentation is available here.\nWhen adjusting transparency via the left-hand Anatomical Structures menu or Show Previous Registrations option, the transparency effect is not very good. This will be addressed before the RUI 1.0 production release.\nSometimes the 3d organ fails to load when clicking through reference organs quickly (and other side cases). If this happens, just refresh and try again.\n\n1.1.0 - 2020-07-31\nAdded in 1.1.0\n\nUpgraded to latest Vitessce Image Viewer and started showing processed TIFF images coming directly from the HuBMAP infrastructure\nProcessed CODEX and 10x datasets are shown in the HuBMAP Portal's visualization tool\nAdded a limited set of TIFF image thumbnails, with more to come\nAdded two qualitative color schemes for colorizing images in the image viewer\nBug fixes/performance optimizations\n\n1.0.0-rc.1 - 2020-06-22\n\n:warning: WARNING: This version is a release candidate. Some minor updates will likely happen between now and the official HuBMAP Data Release 1 in July.\n\nAdded in 1.0.0-rc.1\n\nBody UI interactions\nImage Viewer Integration\nPartonomy linkage to search / Body UI\nNow fully integrated into the HuBMAP Portal\n\nKnown Issues in 1.0.0-rc.1\n\nImage Viewer is using a placeholder .tiff until more .tiff images can be loaded from the IEC\n\n1.0.0-alpha.3 - 2019-05-08\nAdded in 1.0.0-alpha.3\n\nHooked up the interface to real data (not shown online as the data is not public yet)\nAdded the Tissue Browser on the right\nAdded the initial (Tissue) Image Viewer popup. Currently shows metadata, but no images yet.\nAdded an initial 3D Body. Tissues cuboids currently not displayed, but a test cuboid is shown.\nDocumentation (>90%) and testing coverage improved further\n\n1.0.0-alpha.2 - 2019-03-27\nAdded in 1.0.0-alpha.2\n\nIncreased documentation and testing coverage across the board\nAdded fullscreen button\nBug fixes and optimizations\n\n1.0.0-alpha.1 - 2019-03-06\nAdded in 1.0.0-alpha.1\n\nStarted the process of implementing the 1.0.0 UI spec\nSpec Doc\nUser Stories\n\n\nSetup the base project scaffolding for the new version\nAdded CCF Partonomy (CCF-P) search and tree display\nAdded a filter for filter tissues\n\n0.6.0 - 2019-11-08\nAdded in 0.6.0\n\nThe CCF API project was started with an initial OpenAPI Schema, documentation, and code for spinning up a mock data server. This codifies the CCF data and metadata standards defined by MC-IU and will be used by the CCF EUI and RUI.\nIn preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.\nUpdated navigation to directly jump to the tissue browser when a user selects an item from the search box\nUpgraded dependencies, including upgrades to Angular 8\nTesting and bug fixes\nMinor UI updates\nChanged download icon color\nChanged the background color for the search\nMoved the Technologies filter above ontology\nAdditional styles for details button\n\n\n\n0.5.0 - 2019-05-24\nAdded in 0.5.0\n\nDisplay of the CCF ontology, integrated with search\nSemantic search by ontology, results are presented at all levels\nTissue overlays showing regions of interest\nData download links to direct users to https://sampledata.hubmapconsortium.org\nData documentation (95% coverage) and testing (85% coverage)\n\n0.2.0 - 2019-05-03\nAdded in 0.2.0\n\nSprint 2 release of the CCF-UI!\nA search interface was added to query data by age, sex, technology and TMC. Ontological search will be implemented in the next sprint.\nBody, Organ, and Tissue views now respond to updates to the search on the fly\nAppropriate metadata is now displayed in the Body, Organ, Tissue, and Cell views\n\n0.1.0 - 2019-04-12\nAdded in 0.1.0\n\nSprint 1 release of the CCF-UI!\nSetup the base project scaffolding\nAdded a sample database that includes initial data provided by VU\nAdded Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level\nStay tuned! More features coming in Sprint 2 (starts next week!) and Sprint 3\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n projects/ccf-api/src/lib/app.ts\n \n interface\n AppOptions\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-api/src/lib/app.ts\n \n function\n createApp\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n get\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n get\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n get\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n get\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n getBoolean\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n getNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n getNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n getNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n has\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n isDebug\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n parseBoolean\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n parseNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n variable\n env\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n variable\n THROW_IF_NOT_FOUND\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n interface\n DatabaseCacheOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n interface\n DatabaseLoaderOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n function\n createDatabase\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n function\n databaseLoader\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n function\n getDatabaseInstance\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n function\n selectToken\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/response-cache.ts\n \n interface\n CacheOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/response-cache.ts\n \n function\n cacheResponses\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/response-cache.ts\n \n function\n parseBoolean\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/polyfills.ts\n \n function\n patchGlobal\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/browser.ts\n \n variable\n browserRoute\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/browser.ts\n \n variable\n openApiRoute\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/browser.ts\n \n variable\n routes\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/database-status.ts\n \n function\n getDatabaseStatus\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/database-status.ts\n \n function\n parseString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/get-spatial-placement.ts\n \n function\n getSpatialPlacement\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/get-spatial-placement.ts\n \n function\n parseString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/index.ts\n \n variable\n checkRoutesEnabled\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/index.ts\n \n variable\n routes\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n interface\n GtexTissue\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n function\n getLocations\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n function\n ruiLocations\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n function\n updateEntry\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n variable\n DEFAULT_GTEX_RUI_LOCATIONS\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n variable\n GTEX_API_URL\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/index.ts\n \n variable\n routes\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/reference-organ-scene.ts\n \n function\n getReferenceOrganSceneHandler\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/reference-organ-scene.ts\n \n function\n parseString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/sparql.ts\n \n function\n parseString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/sparql.ts\n \n function\n sparql\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/forward-database-query.ts\n \n function\n forwardDatabaseQuery\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n clamp\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseArray\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseMinMaxRange\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseRange\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseSex\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseSpatial\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n processParameter\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n queryParametersToFilter\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n setIfDefined\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n variable\n FILTER_DEFAULTS\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/use-cached-result.ts\n \n function\n useCachedResult\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/use-cached-result.ts\n \n variable\n CACHE_DIR\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/xconsortia/index.ts\n \n variable\n checkRoutesEnabled\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/xconsortia/index.ts\n \n variable\n routes\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/xconsortia/rui-locations.ts\n \n function\n getLocations\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/xconsortia/rui-locations.ts\n \n function\n ruiLocations\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n getCacheOptions\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n getDatabaseOptions\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n getPort\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n loadDatabaseSource\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n parseDatabaseSources\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n startServer\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n tryJsonParse\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n class\n AutoPruneLRUCache\n \n 0 %\n (0/6)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n interface\n AutoPruneLRUCacheOptions\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/ccf-database-worker.ts\n \n class\n CCFDatabaseInstance\n \n 0 %\n (0/6)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/ccf-database-worker.ts\n \n function\n createCCFDatabaseWorker\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/request-cache.ts\n \n class\n RequestCache\n \n 0 %\n (0/5)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular-ru/cdk : 14.10.1\n \n @angular-ru/common : 15.313.0\n \n @angular-ru/ngxs : 14.1.4\n \n @angular-slider/ngx-slider : ^2.0.4\n \n @angular/animations : ^16.1.5\n \n @angular/cdk : ^16.1.5\n \n @angular/common : ^16.1.5\n \n @angular/compiler : ^16.1.5\n \n @angular/core : ^16.1.6\n \n @angular/elements : ^16.1.6\n \n @angular/forms : ^16.1.5\n \n @angular/material : ^16.1.5\n \n @angular/platform-browser : ^16.1.5\n \n @angular/platform-browser-dynamic : ^16.1.5\n \n @angular/router : ^16.1.5\n \n @angular/youtube-player : ^16.1.5\n \n @comunica/query-sparql-rdfjs : ^2.8.1\n \n @deck.gl/core : ~8.8.20\n \n @deck.gl/geo-layers : ~8.8.20\n \n @deck.gl/layers : ~8.8.20\n \n @deck.gl/mesh-layers : ~8.8.20\n \n @loaders.gl/core : ~3.2.10\n \n @loaders.gl/draco : ~3.2.10\n \n @loaders.gl/gltf : ~3.2.10\n \n @luma.gl/core : ~8.5.16\n \n @math.gl/core : ~3.6.3\n \n @math.gl/culling : ~3.5.7\n \n @ngxs-labs/dispatch-decorator : ^5.0.0\n \n @ngxs/logger-plugin : ^3.8.1\n \n @ngxs/storage-plugin : ^3.8.1\n \n @ngxs/store : ^3.8.1\n \n @rdfjs/data-model : ^2.0.1\n \n @webcomponents/webcomponentsjs : ^2.8.0\n \n bind-decorator : ^1.0.11\n \n body-parser : ^1.20.2\n \n cannon-es : ^0.20.0\n \n comlink : ^4.4.1\n \n concat : ^1.0.3\n \n cors : ^2.8.5\n \n css-element-queries : ^1.2.3\n \n document-register-element : ^1.14.10\n \n dotenv : ^16.3.1\n \n express : ^4.18.2\n \n file-saver : ^2.0.5\n \n fs-extra : ^11.1.1\n \n graphology : ^0.20.0\n \n graphology-shortest-path : ^1.4.1\n \n helmet : ^7.0.0\n \n hex-rgb : ^5.0.0\n \n idb-keyval : ^6.2.1\n \n jsonld : ^8.2.0\n \n lodash : ^4.17.21\n \n lru-cache : ^10.0.0\n \n n3 : ^1.17.0\n \n ngx-google-analytics : ^14.0.1\n \n ngx-markdown : ^16.0.0\n \n ngx-slider-v2 : ^16.0.2\n \n node-fetch : ^3.3.2\n \n object-hash : ^3.0.0\n \n qs : ^6.11.2\n \n rdf-literal : ^1.3.1\n \n rdfxml-streaming-parser : ^1.4.0\n \n readable-stream : ^4.4.2\n \n rxjs : ^7.8.1\n \n stream-browserify : ^3.0.0\n \n swiper : ^8.0.6\n \n ts-cacheable : ^1.0.9\n \n tslib : ^2.6.1\n \n uuid : ^9.0.0\n \n zone.js : ~0.13.1\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nHuman Reference Atlas (HRA) - User Interfaces\n\n\n\n\n\n\n\nThis repository is a monorepo (multiple projects in one repository) containing the software to build the EUI, RUI, and Organ-Info.\nWebsite Links\n\nHRA Exploration User Interface (EUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app\nProduction: https://portal.hubmapconsortium.org/ccf-eui\nProduction (alt): https://hubmapconsortium.github.io/ccf-ui/\nStaging: https://hubmap-ccf-ui.netlify.app/\nOld Version 0.6.0: https://old--hubmap-ccf-ui.netlify.app\n\n\nHRA Registration User Interface (RUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app/rui/\nProduction: https://hubmapconsortium.github.io/ccf-ui/rui/\nStaging: https://hubmap-ccf-ui.netlify.app/rui/\n\n\nHRA Organ Info Component (Organ-Info)\nProduction: https://hubmapconsortium.github.io/ccf-ui/organ-info/\nStaging: https://hubmap-ccf-ui.netlify.app/organ-info/\n\n\nHRA API\nProduction: https://apps.humanatlas.io/hra-api/\nStaging: https://apps.humanatlas.io/hra-api--staging/\nOpenAPI Specification: ccf-api-spec.yaml\n\n\nHRA API Client Libraries:\nJavaScript: @ccf-openapi/js-client\nTypeScript: @ccf-openapi/ts-client\nAngular 12+: @ccf-openapi/ng-client\nPython 3.6+: ccf-openapi\n\n\nHRA API Sample Notebooks/Vignettes:\nPython 3.6+:\nBasic Usage: ccf-api-usage.ipynb\nUse case walkthrough: ccf-api-usecase.ipynb\n\n\nJavaScript:\nBasic Usage: https://observablehq.com/@cns-iu/ccf-api-documentation-javascript\nUse case walkthrough: https://observablehq.com/@cns-iu/ccf-api-usecase-javascript\n\n\n\n\n\nBackground and More Information\nFor more information about the Human Reference Atlas (HRA) and the Common Coordinate Framework (CCF), see the HuBMAP HRA Portal at https://humanatlas.io.\nChange Log\nSee the ChangeLog for the latest developments.\nCredits\nThis software is developed by the Cyberinfrastructure for Network Science Center at Indiana University. It is funded by NIH Award OT2OD026671.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nMIT License\nCopyright (c) 2019 HuBMAP Consortium\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n \n \n \n 3 Classes\n \n \n \n \n \n \n \n 6 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 3.7.2\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n AnyObject   (projects/.../auto-prune-lru-cache.ts)\n \n \n AnyObject   (projects/.../request-cache.ts)\n \n \n DatabaseGetter   (projects/.../database-loader.ts)\n \n \n DatabaseGetter   (projects/.../database-status.ts)\n \n \n DatabaseQueryMethods   (projects/.../forward-database-query.ts)\n \n \n DatabaseSource   (projects/.../server.ts)\n \n \n DatabaseSources   (projects/.../server.ts)\n \n \n GlobalThis   (projects/.../polyfills.ts)\n \n \n PickByType   (projects/.../forward-database-query.ts)\n \n \n SparqlQueryFunction   (projects/.../ccf-database-worker.ts)\n \n \n ThrowIndicator   (projects/.../environment.ts)\n \n \n \n \n \n \n\n\n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n \n \n \n \n \n AnyObject\n \n \n \n \n literal type\n\n \n \n \n \n projects/ccf-api/src/lib/utils/request-cache.ts\n \n \n \n \n \n \n AnyObject\n \n \n \n \n literal type\n\n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n \n \n \n \n \n DatabaseGetter\n \n \n \n \n function\n\n \n \n \n \n projects/ccf-api/src/lib/routes/v1/database-status.ts\n \n \n \n \n \n \n DatabaseGetter\n \n \n \n \n function\n\n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/forward-database-query.ts\n \n \n \n \n \n \n DatabaseQueryMethods\n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n PickByType\n \n \n \n \n \n\n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n \n \n \n \n \n DatabaseSource\n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n DatabaseSources\n \n \n \n \n \n\n \n \n \n \n projects/ccf-api/src/lib/polyfills.ts\n \n \n \n \n \n \n GlobalThis\n \n \n \n \n \n\n \n \n \n \n projects/ccf-api/src/lib/utils/ccf-database-worker.ts\n \n \n \n \n \n \n SparqlQueryFunction\n \n \n \n \n function\n\n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n \n \n \n \n \n ThrowIndicator\n \n \n \n \n \n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n browserRoute   (projects/.../browser.ts)\n \n \n CACHE_DIR   (projects/.../use-cached-result.ts)\n \n \n checkRoutesEnabled   (projects/.../index.ts)\n \n \n checkRoutesEnabled   (projects/.../index.ts)\n \n \n DEFAULT_GTEX_RUI_LOCATIONS   (projects/.../rui-locations.ts)\n \n \n env   (projects/.../environment.ts)\n \n \n FILTER_DEFAULTS   (projects/.../parse-filter.ts)\n \n \n GTEX_API_URL   (projects/.../rui-locations.ts)\n \n \n openApiRoute   (projects/.../browser.ts)\n \n \n routes   (projects/.../browser.ts)\n \n \n routes   (projects/.../index.ts)\n \n \n routes   (projects/.../index.ts)\n \n \n routes   (projects/.../index.ts)\n \n \n THROW_IF_NOT_FOUND   (projects/.../environment.ts)\n \n \n \n \n \n \n\n\n projects/ccf-api/src/lib/routes/browser.ts\n \n \n \n \n \n \n \n browserRoute\n \n \n \n \n \n \n Type : RequestHandler\n\n \n \n \n \n Default value : (_req, res, _next) => {\n\n res.send(`\n \n \n \n \n \n \n \n \n `);\n}\n \n \n\n\n \n \n \n \n \n \n \n \n openApiRoute\n \n \n \n \n \n \n Type : RequestHandler\n\n \n \n \n \n Default value : (_req, res, _next) => {\n const apiFile = resolve('ccf-api-spec.yaml');\n res.sendFile(apiFile);\n}\n \n \n\n\n \n \n \n \n \n \n \n \n routes\n \n \n \n \n \n \n Default value : Router()\n .get('/', browserRoute)\n .get('/index.html', browserRoute)\n .get('/ccf-api-spec.yaml', openApiRoute)\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/utils/use-cached-result.ts\n \n \n \n \n \n \n \n CACHE_DIR\n \n \n \n \n \n \n Default value : get('CCF_API_CACHE', 'projects/ccf-api/ccf-cache')\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/gtex/index.ts\n \n \n \n \n \n \n \n checkRoutesEnabled\n \n \n \n \n \n \n Type : RequestHandler\n\n \n \n \n \n Default value : (_req, _res, next) => {\n const enabled = env.GTEX_ROUTES === 'true';\n enabled ? next() : next('router');\n}\n \n \n\n\n \n \n \n \n \n \n \n \n routes\n \n \n \n \n \n \n Default value : Router()\n .use(checkRoutesEnabled)\n .get('/rui_locations.jsonld', ruiLocations())\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/xconsortia/index.ts\n \n \n \n \n \n \n \n checkRoutesEnabled\n \n \n \n \n \n \n Type : RequestHandler\n\n \n \n \n \n Default value : (_req, _res, next) => {\n const enabled = env.XCONSORTIA_ROUTES === 'true';\n enabled ? next() : next('router');\n}\n \n \n\n\n \n \n \n \n \n \n \n \n routes\n \n \n \n \n \n \n Default value : Router()\n .use(checkRoutesEnabled)\n .get('/sennet/rui_locations.jsonld', ruiLocations('https://search.api.sennetconsortium.org/entities/search'))\n .get('/hubmap/rui_locations.jsonld', ruiLocations('https://search.api.hubmapconsortium.org/v3/entities/search'))\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n \n \n \n \n \n \n DEFAULT_GTEX_RUI_LOCATIONS\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'https://hubmapconsortium.github.io/hra-registrations/gtex-pan-eraslan-2022/rui_locations.jsonld'\n \n \n\n\n \n \n \n \n \n \n \n \n GTEX_API_URL\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'https://gtexportal.org/api/v2/dataset/tissueSiteDetail'\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/environment.ts\n \n \n \n \n \n \n \n env\n \n \n \n \n \n \n Default value : (() => {\n config();\n return process.env;\n})()\n \n \n\n\n \n \n \n \n \n \n \n \n THROW_IF_NOT_FOUND\n \n \n \n \n \n \n Default value : Symbol('Indicator that an error should be thrown')\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n \n \n \n \n \n \n FILTER_DEFAULTS\n \n \n \n \n \n \n Type : Partial\n\n \n \n \n \n Default value : {\n sex: 'Both',\n ageRange: undefined,\n bmiRange: undefined,\n consortiums: [],\n tmc: [],\n technologies: [],\n ontologyTerms: [],\n cellTypeTerms: [],\n spatialSearches: []\n}\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/index.ts\n \n \n \n \n \n \n \n routes\n \n \n \n \n \n \n Default value : Router()\n .use('/db-status', getDatabaseStatus())\n .post('/get-spatial-placement', getSpatialPlacement())\n .use('/sparql', sparql())\n .use('/ccf.owl.n3store.json', useCachedResult('ccf.owl.n3store.json'))\n .use(cacheResponses())\n .use('/', xConsortiaRoutes)\n .use('/gtex', gtexRoutes)\n .get('/tissue-blocks', forwardDatabaseQuery('getTissueBlockResults'))\n .get('/technology-names', forwardDatabaseQuery('getDatasetTechnologyNames'))\n .get('/provider-names', forwardDatabaseQuery('getProviderNames'))\n .get('/aggregate-results', forwardDatabaseQuery('getAggregateResults'))\n .get('/ontology-term-occurences', forwardDatabaseQuery('getOntologyTermOccurences'))\n .get('/cell-type-term-occurences', forwardDatabaseQuery('getCellTypeTermOccurences'))\n .get('/biomarker-tree-model', forwardDatabaseQuery('getBiomarkerTreeModel'))\n .get('/biomarker-term-occurences', forwardDatabaseQuery('getBiomarkerTermOccurences'))\n .get('/ontology-tree-model', useCachedResult('ontology-tree-model.json'), forwardDatabaseQuery('getOntologyTreeModel'))\n .get('/cell-type-tree-model', useCachedResult('cell-type-tree-model.json'), forwardDatabaseQuery('getCellTypeTreeModel'))\n .get('/reference-organs', useCachedResult('reference-organs.json'), forwardDatabaseQuery('getReferenceOrgans'))\n .get('/scene', forwardDatabaseQuery('getScene'))\n .get('/reference-organ-scene', getReferenceOrganSceneHandler())\n \n \n\n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} + "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/interfaces/AppOptions.html",[0,0.205,1,1.861]],["body/interfaces/AppOptions.html",[0,0.246,1,3.09,2,0.951,3,0.707,4,0.951,5,0.6,6,0.6,7,2.656,8,2.817,9,2.289,10,0.6,11,0.894,12,1.203,13,3.875,14,4.592,15,0.502,16,0.054,17,1.502,18,3.308,19,1.905,20,3.361,21,3.361,22,1.885,23,3.361,24,3.361,25,4.186,26,2.656,27,3.308,28,3.308,29,2.817,30,4.186,31,3.308,32,4.186,33,3.308,34,1.203,35,1.041,36,3.308,37,0.823,38,4.186,39,3.308,40,1.093,41,2.226,42,3.308,43,3.308,44,1.435,45,1.041,46,3.308,47,3.308,48,3.09,49,3.308,50,3.308,51,3.308,52,3.308,53,3.308,54,3.308,55,3.308,56,3.308,57,4.186,58,3.308,59,1.649,60,3.308,61,3.308,62,3.308,63,2.656,64,3.308,65,3.308,66,3.308,67,3.308,68,3.308,69,3.308,70,3.308,71,0.041,72,0.041]],["title/classes/AutoPruneLRUCache.html",[73,0.914,74,0.914]],["body/classes/AutoPruneLRUCache.html",[0,0.184,3,0.531,4,0.714,5,0.451,6,0.851,8,2.328,10,0.451,11,0.739,12,1.347,15,0.653,16,0.055,17,0.714,34,0.994,37,0.861,40,1.589,45,0.99,59,2.146,71,0.034,72,0.034,73,0.821,74,1.143,75,1.431,76,2.699,77,1.549,78,1.196,79,1.078,80,2.679,81,2.679,82,3.196,83,2.778,84,3.46,85,2.778,86,3.46,87,1.672,88,2.778,89,2.48,90,2.607,91,3.46,92,2.897,93,2.897,94,3.46,95,2.778,96,2.778,97,2.484,98,1.993,99,2.483,100,3.457,101,2.256,102,2.778,103,2.256,104,2.778,105,2.897,106,2.897,107,3.457,108,1.63,109,1.775,110,3.196,111,1.994,112,2.293,113,2.778,114,2.484,115,0.618,116,1.868,117,1.868,118,1.422,119,1.868,120,1.495,121,1.431,122,1.238,123,1.238,124,1.501,125,1.078,126,1.724,127,2.48,128,2.293,129,1.994,130,1.672,131,1.994,132,2.778,133,2.328,134,2.336,135,1.994,136,1.994,137,1.994,138,2.778,139,1.994,140,2.778,141,1.238,142,1.672,143,1.672,144,1.994,145,1.994,146,3.457,147,3.196,148,1.994,149,2.778,150,1.994,151,1.672,152,1.994,153,1.994,154,1.994]],["title/interfaces/AutoPruneLRUCacheOptions.html",[0,0.205,89,1.593]],["body/interfaces/AutoPruneLRUCacheOptions.html",[0,0.208,2,0.805,3,0.598,4,0.805,5,0.508,6,0.508,8,1.884,10,0.508,11,0.802,12,1.397,15,0.687,16,0.055,17,0.805,34,1.079,35,0.934,37,0.934,40,1.495,45,1.054,59,2.256,71,0.037,72,0.037,73,0.925,74,0.925,76,1.613,77,0.925,78,0.934,79,1.215,80,2.527,81,1.884,82,2.248,88,2.248,89,2.44,95,2.248,96,2.248,99,2.353,100,3.015,101,2.112,103,2.112,104,2.248,105,2.527,106,2.527,107,3.015,108,1.422,109,1.911,110,2.248,112,2.162,113,2.248,115,0.697,116,1.964,117,1.964,118,1.495,119,1.964,120,1.56,121,1.613,122,1.396,123,1.396,124,2.049,125,1.964,126,2.353,127,2.607,128,2.44,129,2.248,130,1.884,131,2.248,132,3.015,133,2.527,134,2.422,135,2.248,136,2.248,137,2.248,138,3.015,139,2.248,140,3.015,141,1.396,142,1.884,143,1.884,144,2.248,145,2.248,146,3.634,147,3.401,148,2.248,149,3.015,150,2.248,151,1.884,152,2.248,153,2.248,154,2.248]],["title/classes/CCFDatabaseInstance.html",[73,0.914,155,1.379]],["body/classes/CCFDatabaseInstance.html",[3,0.655,4,0.881,5,0.556,6,0.904,10,0.556,11,0.852,12,0.881,15,0.738,16,0.054,17,1.348,34,1.273,35,1.102,37,0.991,40,1.012,44,1.729,45,0.762,71,0.039,72,0.039,73,1.012,75,1.765,87,2.062,90,2.8,92,2.062,93,2.062,98,1.765,99,1.527,103,1.527,126,2.424,155,2.208,156,3.354,157,2.001,158,2.062,159,4.131,160,4.863,161,3.556,162,3.556,163,3.065,164,4.985,165,3.904,166,3.986,167,4.43,168,1.776,169,3.986,170,2.295,171,3.065,172,1.33,173,3.065,174,3.065,175,2.46,176,3.065,177,3.065,178,3.065,179,2.682,180,3.065,181,2.062,182,3.065,183,2.208,184,3.065,185,1.986,186,3.065,187,3.065,188,3.065,189,3.065,190,3.065,191,3.065,192,3.065,193,2.062,194,3.065,195,3.065,196,1.527,197,3.065]],["title/interfaces/CacheOptions.html",[0,0.205,198,1.861]],["body/interfaces/CacheOptions.html",[0,0.229,2,0.888,3,0.66,4,0.888,5,0.561,6,0.561,10,0.561,11,0.856,12,1.352,15,0.675,16,0.055,17,1.151,19,2.561,22,1.17,34,1.151,35,0.997,37,1.243,45,1.17,48,2.696,59,1.54,71,0.039,72,0.039,74,1.324,77,1.021,78,0.769,79,1.34,99,1.54,101,1.54,108,1.517,109,1.892,112,1.779,115,0.997,116,1.738,117,1.738,118,1.61,119,1.738,120,1.324,121,1.779,122,1.54,123,1.54,124,2.115,125,2.115,127,1.779,128,1.779,130,2.079,133,2.079,168,1.17,181,2.079,193,2.079,198,2.992,199,2.48,200,1.997,201,1.779,202,3.089,203,4.007,204,2.48,205,3.089,206,3.089,207,3.089,208,2.307,209,1.779,210,2.307,211,2.079,212,4.007,213,2.307,214,4.007,215,3.089,216,3.089,217,4.007,218,2.48,219,3.089,220,3.089,221,4.007,222,2.48,223,3.089]],["title/interfaces/DatabaseCacheOptions.html",[0,0.205,224,1.593]],["body/interfaces/DatabaseCacheOptions.html",[0,0.258,2,0.719,3,0.534,4,0.719,5,0.454,6,0.454,9,1.732,10,0.454,11,0.743,12,1.241,15,0.606,16,0.055,17,1.304,22,0.947,34,1.241,35,1.074,37,1.241,40,1.148,41,1.682,44,2.192,45,1.199,71,0.034,72,0.034,74,1.148,77,0.826,78,0.622,101,1.246,108,1.316,109,1.779,115,1.074,116,1.085,117,1.085,118,1.32,119,1.085,120,0.826,124,1.969,125,1.969,126,1.246,134,1.246,141,1.732,155,1.246,157,1.513,168,1.316,170,2.301,172,1.085,179,1.682,183,1.991,185,1.246,196,1.732,200,1.732,201,1.44,208,2.002,209,1.44,210,2.301,213,2.829,224,2.301,225,1.44,226,1.44,227,2.688,228,2.339,229,2.007,230,1.508,231,1.682,232,2.339,233,3.242,234,2.007,235,2.79,236,2.007,237,2.79,238,2.79,239,2.007,240,2.007,241,2.007,242,2.007,243,3.466,244,1.682,245,2.79,246,2.007,247,2.007,248,2.007,249,2.007,250,2.007,251,2.007,252,2.007,253,2.79,254,2.007,255,2.79,256,2.79,257,2.007,258,2.79,259,2.007,260,2.79,261,2.007,262,2.79,263,2.007,264,2.79,265,2.007,266,2.007,267,2.007,268,2.007,269,0.947,270,2.007,271,1.682,272,1.246,273,1.44,274,1.682,275,2.007,276,2.007,277,2.007,278,2.007,279,1.44,280,2.007,281,2.007,282,2.007,283,2.007,284,2.007,285,1.682,286,2.007,287,2.007]],["title/interfaces/DatabaseLoaderOptions.html",[0,0.205,9,1.379]],["body/interfaces/DatabaseLoaderOptions.html",[0,0.259,2,0.72,3,0.536,4,0.72,5,0.455,6,0.455,9,1.994,10,0.455,11,0.744,12,1.001,15,0.607,16,0.055,17,1.305,22,0.949,34,1.242,35,1.075,37,1.242,40,1.15,41,1.687,44,2.193,45,1.199,71,0.034,72,0.034,74,1.15,77,0.828,78,0.624,101,1.249,108,1.319,109,1.319,115,1.199,116,1.088,117,1.088,118,1.322,119,1.088,120,0.828,124,1.511,125,1.511,126,1.249,134,1.249,141,1.735,155,1.249,157,1.78,168,1.319,170,2.616,172,1.088,179,1.687,183,1.994,185,1.249,196,1.735,200,1.735,201,1.444,208,2.005,209,1.444,210,2.304,213,2.831,224,2.489,225,1.444,226,1.444,227,2.692,228,2.343,229,2.013,230,1.511,231,1.687,232,2.343,233,3.244,234,2.013,235,2.795,236,2.013,237,2.795,238,2.795,239,2.013,240,2.013,241,2.013,242,2.013,243,3.47,244,1.687,245,2.795,246,2.013,247,2.013,248,2.013,249,2.013,250,2.013,251,2.013,252,2.013,253,2.795,254,2.013,255,2.795,256,2.795,257,2.013,258,2.795,259,2.013,260,2.795,261,2.013,262,2.795,263,2.013,264,2.795,265,2.013,266,2.013,267,2.013,268,2.013,269,0.949,270,2.013,271,1.687,272,1.249,273,1.444,274,1.687,275,2.013,276,2.013,277,2.013,278,2.013,279,1.444,280,2.013,281,2.013,282,2.013,283,2.013,284,2.013,285,1.687,286,2.013,287,2.013]],["title/interfaces/GtexTissue.html",[0,0.205,288,1.861]],["body/interfaces/GtexTissue.html",[0,0.181,2,0.699,3,0.519,4,1.131,5,0.618,6,0.441,10,0.618,11,0.728,15,0.681,16,0.055,17,1.374,22,0.92,34,1.131,35,0.979,37,1.308,40,1.3,44,1.851,45,0.979,71,0.038,72,0.033,74,1.126,77,0.803,78,0.605,103,1.211,108,0.92,109,1.877,115,0.979,124,1.055,125,1.055,141,1.211,157,0.92,168,1.29,170,1.962,172,1.055,183,1.211,185,1.698,196,1.961,200,1.698,201,1.4,204,3.159,208,1.962,209,1.4,210,1.4,211,1.635,213,1.4,230,1.479,231,1.635,233,1.635,244,1.635,269,0.92,273,2.586,279,1.4,288,3.022,289,1.635,290,1.635,291,4.265,292,4.265,293,4.265,294,2.293,295,2.431,296,1.951,297,4.265,298,2.431,299,1.951,300,2.431,301,1.951,302,1.4,303,3.408,304,1.951,305,1.635,306,2.431,307,2.431,308,2.431,309,2.431,310,1.951,311,2.431,312,3.935,313,3.408,314,3.408,315,3.408,316,3.408,317,4.265,318,2.293,319,1.951,320,1.951,321,1.951,322,1.951,323,1.951,324,1.635,325,1.951,326,2.736,327,1.635,328,2.431,329,2.431,330,2.431,331,2.431,332,2.431,333,1.951,334,2.431,335,2.431,336,2.431,337,2.431,338,1.951,339,2.736,340,2.431,341,2.431,342,2.431,343,2.431,344,3.408,345,2.431,346,2.431,347,3.159,348,3.408,349,1.951,350,1.951,351,2.431,352,2.431,353,2.648,354,3.408,355,2.431,356,2.431,357,2.431,358,2.431,359,2.431,360,2.431,361,2.431,362,2.431,363,2.431,364,2.431,365,2.431,366,2.431,367,1.951,368,2.431,369,2.431,370,2.431,371,2.431,372,2.431,373,1.635,374,1.951,375,2.431,376,3.935,377,2.736,378,2.431,379,2.431,380,2.431]],["title/classes/RequestCache.html",[73,0.914,230,1.2]],["body/classes/RequestCache.html",[3,0.585,4,0.787,5,0.497,6,0.85,10,0.497,12,1.29,15,0.711,16,0.055,17,0.787,34,0.787,35,0.682,37,0.921,45,0.921,59,2.407,71,0.036,72,0.036,73,0.905,75,1.578,78,0.682,79,1.189,80,3.019,81,3.25,83,2.971,87,2.49,90,2.584,92,3.019,93,3.019,102,3.364,103,1.366,105,3.461,106,1.844,111,2.2,112,2.699,115,1.166,116,1.947,117,1.947,118,1.482,119,1.947,120,1.631,121,1.578,122,1.366,123,1.366,127,2.781,128,2.413,142,2.82,143,2.82,161,2.971,183,2.563,185,2.407,193,2.82,196,1.366,218,2.2,222,2.2,227,3.154,230,1.606,327,1.844,349,2.2,350,2.2,377,3.877,381,3.154,382,3.701,383,3.701,384,2.74,385,4.19,386,2.74,387,2.74,388,3.701,389,5.088,390,2.74,391,3.701,392,3.701,393,2.74,394,2.74,395,2.74,396,2.74,397,2.74,398,2.74]],["title/changelog.html",[399,1.572,400,1.345,401,1.572]],["body/changelog.html",[0,0.248,2,0.247,3,0.674,5,0.156,11,0.183,12,0.247,13,0.689,15,0.13,16,0.037,19,2.018,40,0.493,63,0.689,71,0.036,72,0.015,85,1.898,90,0.494,98,0.494,109,0.325,115,0.214,118,1.043,120,0.493,122,0.428,151,1.004,157,1.014,159,0.689,168,1.427,172,2.13,181,0.578,269,0.749,271,0.578,272,1.816,273,2.657,274,0.578,279,1.818,299,2.534,301,1.589,302,2.339,304,1.198,305,1.977,310,0.689,327,1.004,333,1.898,338,1.198,347,3.261,353,1.004,367,1.198,400,1.14,401,1.004,402,1.589,403,3.435,404,1.589,405,2.15,406,2.813,407,1.198,408,2.365,409,2.678,410,2.365,411,5.359,412,2.678,413,1.492,414,0.858,415,4.044,416,1.492,417,2.365,418,3.83,419,2.365,420,2.365,421,3.343,422,2.15,423,1.492,424,0.689,425,0.858,426,0.858,427,3.343,428,3.112,429,3.877,430,4.062,431,1.492,432,0.858,433,4.614,434,1.802,435,2.358,436,2.365,437,1.977,438,1.198,439,2.938,440,2.683,441,0.689,442,1.492,443,0.858,444,2.678,445,2.365,446,0.858,447,1.492,448,2.365,449,1.492,450,1.979,451,0.858,452,1.492,453,0.858,454,3.975,455,0.858,456,1.492,457,0.689,458,0.858,459,1.198,460,1.198,461,1.492,462,3.343,463,0.858,464,0.858,465,0.858,466,1.492,467,1.979,468,3.767,469,0.858,470,0.859,471,0.689,472,0.858,473,0.858,474,3.503,475,1.492,476,2.678,477,1.979,478,0.858,479,1.198,480,1.492,481,1.492,482,0.858,483,0.858,484,4.214,485,0.858,486,1.492,487,2.697,488,1.979,489,1.492,490,1.979,491,1.979,492,1.591,493,1.979,494,0.858,495,1.492,496,1.492,497,0.858,498,3.156,499,2.938,500,1.492,501,0.858,502,0.858,503,4.214,504,2.813,505,1.898,506,0.858,507,1.492,508,0.858,509,0.858,510,1.492,511,2.15,512,0.858,513,1.492,514,0.858,515,0.858,516,0.858,517,1.492,518,3.325,519,0.858,520,2.938,521,0.858,522,0.858,523,0.858,524,1.979,525,0.858,526,0.858,527,1.198,528,0.858,529,2.938,530,1.492,531,2.678,532,0.858,533,1.492,534,1.492,535,0.858,536,0.858,537,0.858,538,1.492,539,2.938,540,1.898,541,0.858,542,3.156,543,0.858,544,0.858,545,1.492,546,0.858,547,2.365,548,1.492,549,1.979,550,0.858,551,0.858,552,1.979,553,0.858,554,1.492,555,0.858,556,1.492,557,0.858,558,0.858,559,0.858,560,4.062,561,0.858,562,0.689,563,0.858,564,1.492,565,0.578,566,0.858,567,1.492,568,2.365,569,0.858,570,1.492,571,1.979,572,0.858,573,0.858,574,1.492,575,0.858,576,0.858,577,2.938,578,1.692,579,2.15,580,1.589,581,0.858,582,2.15,583,0.858,584,1.979,585,2.683,586,3.975,587,0.858,588,0.858,589,1.492,590,1.589,591,0.858,592,0.858,593,0.858,594,2.678,595,0.858,596,0.858,597,0.858,598,0.858,599,1.979,600,0.858,601,1.492,602,1.198,603,0.858,604,2.249,605,0.858,606,0.858,607,0.858,608,0.858,609,0.858,610,2.15,611,0.858,612,1.492,613,0.858,614,0.858,615,1.979,616,1.492,617,0.858,618,0.858,619,1.492,620,1.492,621,0.858,622,1.979,623,0.858,624,0.858,625,0.689,626,0.858,627,1.589,628,0.689,629,1.492,630,1.492,631,0.858,632,0.858,633,1.492,634,1.492,635,1.492,636,1.492,637,0.858,638,0.858,639,0.858,640,0.858,641,1.979,642,0.858,643,1.492,644,0.858,645,0.858,646,1.198,647,2.938,648,1.492,649,0.858,650,0.689,651,0.858,652,0.858,653,2.678,654,2.365,655,0.858,656,1.979,657,1.492,658,2.938,659,1.492,660,1.492,661,2.365,662,0.858,663,0.858,664,0.858,665,0.858,666,0.858,667,0.858,668,0.858,669,1.492,670,1.492,671,0.858,672,1.492,673,0.858,674,0.689,675,1.492,676,0.858,677,1.492,678,0.858,679,0.858,680,0.858,681,0.858,682,0.858,683,0.858,684,1.492,685,0.858,686,0.858,687,0.689,688,0.858,689,0.858,690,0.858,691,0.858,692,1.492,693,0.858,694,0.858,695,0.858,696,0.858,697,0.858,698,1.492,699,0.858,700,2.938,701,0.858,702,0.858,703,1.979,704,1.979,705,0.689,706,1.492,707,0.858,708,0.689,709,0.689,710,0.858,711,1.492,712,0.858,713,0.858,714,0.858,715,0.858,716,1.492,717,1.492,718,0.858,719,0.858,720,1.492,721,1.492,722,0.858,723,1.492,724,2.365,725,1.979,726,0.858,727,0.858,728,0.858,729,0.858,730,0.689,731,0.689,732,0.858,733,1.492,734,0.858,735,0.858,736,0.858,737,0.858,738,1.492,739,2.365,740,0.858,741,0.858,742,0.858,743,0.858,744,2.938,745,1.979,746,0.858,747,0.858,748,1.979,749,1.492,750,1.492,751,1.492,752,2.365,753,0.858,754,2.365,755,0.858,756,0.858,757,1.492,758,0.858,759,0.858,760,0.858,761,0.858,762,0.858,763,2.365,764,0.858,765,1.979,766,2.365,767,0.858,768,1.979,769,2.678,770,1.492,771,1.492,772,1.492,773,1.492,774,1.979,775,2.365,776,2.678,777,1.492,778,1.979,779,0.858,780,0.858,781,3.156,782,1.979,783,0.858,784,2.365,785,2.365,786,3.503,787,0.858,788,0.858,789,0.858,790,0.858,791,0.858,792,0.858,793,1.492,794,0.858,795,1.492,796,0.858,797,0.858,798,0.858,799,0.858,800,1.492,801,0.858,802,1.979,803,0.858,804,0.858,805,1.492,806,1.589,807,1.492,808,0.858,809,0.858,810,0.858,811,1.492,812,0.858,813,0.858,814,0.858,815,0.858,816,0.858,817,0.858,818,0.858,819,1.492,820,0.858,821,0.858,822,2.365,823,2.938,824,1.492,825,1.979,826,1.492,827,2.365,828,0.858,829,0.858,830,0.858,831,0.858,832,1.979,833,0.858,834,0.858,835,0.858,836,1.492,837,1.492,838,1.492,839,1.492,840,1.979,841,0.858,842,0.858,843,0.858,844,0.858,845,0.858,846,0.858,847,0.689,848,0.858,849,0.858,850,0.858,851,1.492,852,0.858,853,0.858,854,1.198,855,0.858,856,0.858,857,0.858,858,0.858,859,0.858,860,0.858,861,0.858,862,0.858,863,0.858,864,3.343,865,0.858,866,1.979,867,3.343,868,1.979,869,2.365,870,1.492,871,1.979,872,0.858,873,1.492,874,0.858,875,0.858,876,1.492,877,1.492,878,0.858,879,0.858,880,0.858,881,0.858,882,1.492,883,0.858,884,1.979,885,0.858,886,0.858,887,0.858,888,2.365,889,0.858,890,0.689,891,0.858,892,0.858,893,0.858,894,0.858,895,0.858,896,0.858,897,0.858,898,0.858,899,0.858,900,0.858,901,0.858,902,2.678,903,0.858,904,0.858,905,0.858,906,0.858,907,0.858,908,0.858,909,0.858,910,0.858,911,0.858,912,0.858,913,0.858,914,0.858,915,0.858,916,0.858,917,1.492,918,0.858,919,1.492,920,0.858,921,1.492,922,1.492,923,2.365,924,2.365,925,1.492,926,1.492,927,0.858,928,0.858,929,0.858,930,1.979,931,0.858,932,0.689,933,0.858,934,0.858,935,0.858,936,0.858,937,0.858,938,0.858,939,1.492,940,3.644,941,1.979,942,0.858,943,1.492,944,0.858,945,0.858,946,0.858,947,0.858,948,0.858,949,0.858,950,0.858,951,0.858,952,1.492,953,2.534,954,1.492,955,0.858,956,0.858,957,1.198,958,0.858,959,2.365,960,0.858,961,1.492,962,0.858,963,0.858,964,0.858,965,1.591,966,0.858,967,1.492,968,0.858,969,0.858,970,0.858,971,1.492,972,1.492,973,0.858,974,0.858,975,0.858,976,0.858,977,1.492,978,1.979,979,1.492,980,0.858,981,0.689,982,1.198,983,0.858,984,0.858,985,0.858,986,0.858,987,0.858,988,0.858,989,0.858,990,0.858,991,0.689,992,0.858,993,0.858,994,1.492,995,0.858,996,0.858,997,0.858,998,0.858,999,0.858,1000,0.858,1001,1.492,1002,0.858,1003,0.689,1004,0.858,1005,0.689,1006,0.689,1007,0.858,1008,0.858,1009,0.858,1010,1.492,1011,0.858,1012,0.858,1013,0.858,1014,0.858,1015,0.858,1016,0.858,1017,0.858,1018,0.858,1019,0.858,1020,0.858,1021,0.858,1022,1.492,1023,0.689,1024,0.858,1025,0.858,1026,1.492,1027,0.689,1028,0.689,1029,0.858,1030,0.858,1031,0.858,1032,0.858,1033,0.858,1034,0.858,1035,0.858]],["title/coverage.html",[965,2.506]],["body/coverage.html",[0,0.315,1,1.256,5,0.339,6,1.006,7,2.258,9,0.93,15,0.283,16,0.054,26,1.499,29,2.534,35,1.364,71,0.027,72,0.027,73,1.118,74,0.617,76,1.619,77,0.929,78,0.7,79,1.842,89,1.075,134,2.764,155,0.93,156,1.892,157,1.281,158,1.892,168,0.707,198,1.256,199,2.716,224,1.075,225,2.445,226,2.445,228,1.256,230,0.81,288,1.256,289,2.857,290,3.051,318,1.256,324,1.256,326,2.258,373,1.892,381,1.256,470,1.075,487,1.619,492,1.892,578,1.075,965,1.256,1036,1.867,1037,1.867,1038,1.867,1039,1.867,1040,5.527,1041,3.344,1042,1.867,1043,3.383,1044,1.867,1045,2.812,1046,1.867,1047,4.97,1048,1.499,1049,1.499,1050,3.383,1051,1.867,1052,1.867,1053,1.867,1054,1.867,1055,1.499,1056,1.867,1057,2.716,1058,1.499,1059,1.499,1060,2.258,1061,2.258,1062,1.499,1063,3.766,1064,2.812,1065,2.812,1066,1.499,1067,2.258,1068,2.258,1069,2.812,1070,1.867,1071,1.499,1072,2.812,1073,2.812,1074,1.499,1075,2.812,1076,1.499,1077,1.499,1078,1.867,1079,3.796,1080,3.796,1081,1.867,1082,1.867,1083,1.867,1084,1.867,1085,1.867,1086,1.867,1087,1.867,1088,1.867,1089,1.867,1090,1.499,1091,2.258,1092,2.258,1093,2.258,1094,1.867,1095,1.499,1096,2.258,1097,2.812,1098,3.537,1099,1.867,1100,1.867,1101,1.867,1102,1.867,1103,1.867,1104,1.867,1105,1.867,1106,2.812,1107,1.867,1108,1.867,1109,1.867]],["title/dependencies.html",[434,2.229,565,1.572]],["body/dependencies.html",[5,0.497,16,0.055,19,1.578,20,2.971,21,2.2,22,1.038,23,2.2,24,2.2,71,0.036,72,0.036,78,0.682,115,0.682,175,2.2,294,1.844,296,2.2,339,2.2,407,3.364,434,1.844,437,3.019,470,1.578,471,2.2,582,2.971,708,2.2,709,2.2,731,2.971,806,2.2,957,2.971,1110,2.74,1111,2.74,1112,2.74,1113,2.74,1114,2.74,1115,2.74,1116,2.74,1117,3.701,1118,2.74,1119,2.74,1120,5.143,1121,2.74,1122,2.74,1123,2.74,1124,2.74,1125,3.701,1126,2.74,1127,2.74,1128,2.74,1129,3.701,1130,2.74,1131,2.74,1132,2.74,1133,2.74,1134,2.74,1135,2.74,1136,2.74,1137,2.74,1138,4.487,1139,2.74,1140,3.701,1141,2.74,1142,2.74,1143,2.74,1144,4.19,1145,2.74,1146,2.74,1147,2.74,1148,2.74,1149,2.74,1150,2.74,1151,2.74,1152,2.74,1153,2.74,1154,2.74,1155,3.701,1156,3.701,1157,2.74,1158,3.701,1159,2.74,1160,2.74,1161,2.74,1162,2.2,1163,2.74,1164,2.74,1165,2.74,1166,2.74,1167,2.74,1168,2.74,1169,2.74,1170,2.74,1171,3.701,1172,2.74,1173,2.74,1174,2.74,1175,2.74,1176,2.74,1177,2.74,1178,2.74,1179,2.74,1180,2.74,1181,2.74,1182,2.74,1183,2.74,1184,2.74,1185,2.74,1186,2.74,1187,2.74,1188,3.701,1189,2.74,1190,2.74,1191,2.74,1192,2.74,1193,2.74,1194,2.74,1195,2.74,1196,2.74,1197,2.74,1198,2.74,1199,2.74,1200,2.74,1201,2.74,1202,2.74,1203,2.74,1204,4.19,1205,2.74,1206,2.74,1207,2.74,1208,2.74,1209,2.74,1210,2.74,1211,2.74,1212,2.74,1213,2.74,1214,2.74,1215,2.74,1216,2.74,1217,2.74,1218,2.74,1219,2.74,1220,2.74,1221,3.701,1222,2.74,1223,2.74,1224,2.74,1225,2.74,1226,2.74,1227,2.74,1228,2.74,1229,2.74,1230,2.74,1231,2.74,1232,2.74,1233,2.74,1234,2.74,1235,2.74,1236,2.74]],["title/index.html",[10,0.424,399,1.572,400,1.345]],["body/index.html",[0,0.294,2,0.87,3,1.035,16,0.039,71,0.039,72,0.039,120,1,172,2.326,269,1.497,272,2.326,302,3.015,305,2.66,401,2.036,402,3.173,403,3.173,404,3.173,405,4.166,406,3.534,415,3.173,418,3.534,422,3.173,428,2.429,437,2.036,440,2.429,441,3.747,457,3.173,459,3.173,460,3.747,487,2.535,511,2.429,527,3.173,540,2.429,562,2.429,578,1.743,579,3.888,580,3.888,585,3.173,590,2.429,602,3.173,604,2.036,610,2.429,627,2.429,628,2.429,705,3.173,730,2.429,890,2.429,982,2.429,991,2.429,1003,2.429,1027,2.429,1237,3.953,1238,3.026,1239,3.026,1240,3.026,1241,3.026,1242,3.173,1243,3.026,1244,3.026,1245,3.026,1246,3.953,1247,3.953,1248,3.953,1249,4.402,1250,3.026,1251,3.026,1252,4.402,1253,4.402,1254,3.026,1255,3.026,1256,3.953,1257,3.026,1258,3.026,1259,3.026,1260,3.953,1261,3.026,1262,2.429,1263,3.026,1264,3.026,1265,3.026,1266,3.953,1267,3.026,1268,3.026,1269,3.953,1270,3.953,1271,3.026,1272,3.953,1273,3.953,1274,3.026,1275,3.026,1276,3.026,1277,3.026,1278,3.026,1279,3.026,1280,3.026,1281,3.026,1282,3.026,1283,3.026,1284,3.026,1285,3.026,1286,3.026,1287,3.026,1288,3.026,1289,3.026,1290,3.026]],["title/license.html",[399,1.572,400,1.345,1291,1.875]],["body/license.html",[16,0.043,22,1.353,71,0.043,72,0.043,269,1.663,272,1.781,435,3.526,578,2.058,625,3.818,650,2.869,847,3.526,932,2.869,953,2.869,1006,2.869,1028,2.869,1242,4.291,1291,2.869,1292,3.574,1293,4.756,1294,3.574,1295,3.574,1296,4.393,1297,3.574,1298,3.574,1299,3.574,1300,3.574,1301,3.574,1302,3.574,1303,4.393,1304,3.574,1305,3.574,1306,3.574,1307,3.574,1308,3.574,1309,3.574,1310,3.574,1311,3.574,1312,3.574,1313,3.574,1314,3.574,1315,3.574,1316,4.393,1317,3.574,1318,3.574,1319,3.574,1320,3.574,1321,3.574,1322,3.574,1323,4.393,1324,3.574,1325,3.574,1326,3.574,1327,3.574,1328,3.574,1329,3.574,1330,3.574,1331,3.574,1332,3.574,1333,3.574,1334,3.574,1335,3.574,1336,3.574,1337,3.574,1338,3.574,1339,3.574,1340,3.574,1341,3.574,1342,3.574,1343,3.574,1344,3.574,1345,3.574,1346,3.574,1347,3.574,1348,3.574,1349,3.574,1350,3.574,1351,3.574]],["title/modules.html",[1352,2.99]],["body/modules.html",[16,0.048,71,0.048,72,0.048,1352,3.464]],["title/overview.html",[1353,2.99]],["body/overview.html",[2,1.229,16,0.048,71,0.048,72,0.048,75,2.462,424,3.433,854,3.433,1353,3.433]],["title/properties.html",[11,0.708,565,1.572]],["body/properties.html",[11,0.916,16,0.05,71,0.048,72,0.048,438,3.44,604,2.884]],["title/miscellaneous/typealiases.html",[1354,1.345,1355,3.313]],["body/miscellaneous/typealiases.html",[6,0.973,10,0.66,15,0.727,16,0.043,35,1.192,71,0.043,72,0.043,76,2.093,77,1.466,78,1.104,79,2.165,123,2.487,156,2.446,157,1.938,158,2.987,165,3.563,225,2.093,226,2.556,232,3.358,294,2.987,381,2.446,1041,2.446,1055,2.918,1060,2.918,1061,3.563,1076,2.918,1077,3.847,1098,2.918,1354,2.093,1356,3.635,1357,3.635,1358,3.635,1359,4.438,1360,4.438,1361,4.438,1362,4.438,1363,4.438,1364,4.438,1365,4.438,1366,3.635,1367,4.438,1368,3.635,1369,4.438,1370,2.918]],["title/miscellaneous/variables.html",[1354,1.345,1371,2.66]],["body/miscellaneous/variables.html",[6,0.906,10,0.456,15,0.767,16,0.054,29,3.31,37,0.997,44,1.514,45,0.625,48,2.347,71,0.039,72,0.034,98,3.009,99,2.604,108,1.321,115,0.625,118,1.43,162,2.018,200,2.157,211,2.347,269,0.952,285,2.347,289,1.691,290,2.696,302,2.009,318,2.347,319,2.018,320,2.018,321,2.018,322,2.018,323,2.018,324,2.347,325,2.018,353,1.691,373,1.691,374,2.8,470,1.447,479,2.018,487,1.447,492,1.691,504,2.018,505,2.018,518,2.018,646,2.018,674,2.018,687,2.8,981,3.65,1005,2.018,1023,2.018,1041,1.691,1048,2.8,1049,2.8,1057,2.018,1058,3.474,1059,3.216,1062,2.018,1066,2.018,1067,2.018,1068,3.474,1071,2.018,1074,2.018,1079,2.018,1080,2.8,1090,2.8,1091,2.018,1092,2.8,1093,2.8,1095,2.8,1096,2.018,1162,3.216,1262,2.8,1354,1.447,1370,2.8,1371,2.018,1372,4.006,1373,2.513,1374,4.546,1375,3.488,1376,2.513,1377,4.328,1378,2.513,1379,2.513,1380,2.513,1381,2.513,1382,4.328,1383,2.513,1384,2.513,1385,2.513,1386,2.513,1387,4.328,1388,2.513,1389,3.488,1390,3.488,1391,2.513,1392,2.513,1393,2.513,1394,2.513,1395,2.513,1396,2.513,1397,2.513,1398,2.513,1399,2.513,1400,2.513,1401,2.513,1402,2.513,1403,2.513,1404,2.513,1405,2.513,1406,2.513,1407,2.513,1408,2.513,1409,2.513,1410,2.513,1411,2.513,1412,2.513,1413,2.513,1414,2.513,1415,2.513,1416,2.513,1417,2.513,1418,2.513,1419,2.513,1420,2.513,1421,2.513,1422,2.513,1423,2.513,1424,2.513,1425,3.488,1426,4.006,1427,4.006,1428,2.513,1429,3.488,1430,2.513,1431,3.488,1432,2.513,1433,2.513,1434,2.513,1435,3.488,1436,2.513,1437,2.513,1438,2.513,1439,3.488,1440,2.513,1441,2.513,1442,2.513,1443,2.513,1444,2.513]]],"invertedIndex":[["",{"_index":16,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":134,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["0.1.0",{"_index":1026,"title":{},"body":{"changelog.html":{}}}],["0.13.1",{"_index":1236,"title":{},"body":{"dependencies.html":{}}}],["0.2.0",{"_index":1022,"title":{},"body":{"changelog.html":{}}}],["0.20.0",{"_index":1171,"title":{},"body":{"dependencies.html":{}}}],["0.5.0",{"_index":1010,"title":{},"body":{"changelog.html":{}}}],["0.6.0",{"_index":982,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["0/1",{"_index":1040,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":1038,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":1050,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":1069,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":1107,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":1106,"title":{},"body":{"coverage.html":{}}}],["01",{"_index":489,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":833,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":769,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":531,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":739,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":448,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":439,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":954,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":476,"title":{},"body":{"changelog.html":{}}}],["1",{"_index":151,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"changelog.html":{}}}],["1.0",{"_index":867,"title":{},"body":{"changelog.html":{}}}],["1.0.0",{"_index":940,"title":{},"body":{"changelog.html":{}}}],["1.0.11",{"_index":1167,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":1174,"title":{},"body":{"dependencies.html":{}}}],["1.0.9",{"_index":1230,"title":{},"body":{"dependencies.html":{}}}],["1.1.0",{"_index":917,"title":{},"body":{"changelog.html":{}}}],["1.14.10",{"_index":1180,"title":{},"body":{"dependencies.html":{}}}],["1.17.0",{"_index":1203,"title":{},"body":{"dependencies.html":{}}}],["1.2.0",{"_index":866,"title":{},"body":{"changelog.html":{}}}],["1.2.3",{"_index":1177,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":1168,"title":{},"body":{"dependencies.html":{}}}],["1.3.1",{"_index":1217,"title":{},"body":{"dependencies.html":{}}}],["1.3.5",{"_index":832,"title":{},"body":{"changelog.html":{}}}],["1.4.0",{"_index":806,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["1.4.1",{"_index":1191,"title":{},"body":{"dependencies.html":{}}}],["1.5.0",{"_index":768,"title":{},"body":{"changelog.html":{}}}],["1.6.0",{"_index":752,"title":{},"body":{"changelog.html":{}}}],["1.7.0",{"_index":738,"title":{},"body":{"changelog.html":{}}}],["10",{"_index":279,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["10.0.0",{"_index":1201,"title":{},"body":{"dependencies.html":{}}}],["100",{"_index":207,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["1000",{"_index":209,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["100000",{"_index":131,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["10x",{"_index":929,"title":{},"body":{"changelog.html":{}}}],["11",{"_index":409,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":1187,"title":{},"body":{"dependencies.html":{}}}],["12",{"_index":440,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["13",{"_index":636,"title":{},"body":{"changelog.html":{}}}],["14",{"_index":532,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":1205,"title":{},"body":{"dependencies.html":{}}}],["14.1.4",{"_index":1115,"title":{},"body":{"dependencies.html":{}}}],["14.10.1",{"_index":1111,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":449,"title":{},"body":{"changelog.html":{}}}],["15.313.0",{"_index":1113,"title":{},"body":{"dependencies.html":{}}}],["16",{"_index":417,"title":{},"body":{"changelog.html":{}}}],["16.0.0",{"_index":1207,"title":{},"body":{"dependencies.html":{}}}],["16.0.2",{"_index":1209,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":1120,"title":{},"body":{"dependencies.html":{}}}],["16.1.6",{"_index":1125,"title":{},"body":{"dependencies.html":{}}}],["16.3.1",{"_index":1182,"title":{},"body":{"dependencies.html":{}}}],["17",{"_index":410,"title":{},"body":{"changelog.html":{}}}],["2",{"_index":888,"title":{},"body":{"changelog.html":{}}}],["2.0",{"_index":432,"title":{},"body":{"changelog.html":{}}}],["2.0.0",{"_index":704,"title":{},"body":{"changelog.html":{}}}],["2.0.1",{"_index":1163,"title":{},"body":{"dependencies.html":{}}}],["2.0.4",{"_index":1118,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":1185,"title":{},"body":{"dependencies.html":{}}}],["2.1.0",{"_index":659,"title":{},"body":{"changelog.html":{}}}],["2.2.0",{"_index":648,"title":{},"body":{"changelog.html":{}}}],["2.3.0",{"_index":643,"title":{},"body":{"changelog.html":{}}}],["2.3.1",{"_index":635,"title":{},"body":{"changelog.html":{}}}],["2.4.0",{"_index":619,"title":{},"body":{"changelog.html":{}}}],["2.5.0",{"_index":601,"title":{},"body":{"changelog.html":{}}}],["2.6.1",{"_index":1232,"title":{},"body":{"dependencies.html":{}}}],["2.8.0",{"_index":1165,"title":{},"body":{"dependencies.html":{}}}],["2.8.1",{"_index":1136,"title":{},"body":{"dependencies.html":{}}}],["2.8.5",{"_index":1175,"title":{},"body":{"dependencies.html":{}}}],["2019",{"_index":953,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2020",{"_index":869,"title":{},"body":{"changelog.html":{}}}],["2021",{"_index":586,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":462,"title":{},"body":{"changelog.html":{}}}],["2022/rui_locations.jsonld",{"_index":323,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["2023",{"_index":408,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":740,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":942,"title":{},"body":{"changelog.html":{}}}],["24",{"_index":1011,"title":{},"body":{"changelog.html":{}}}],["26",{"_index":770,"title":{},"body":{"changelog.html":{}}}],["26th",{"_index":810,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":477,"title":{},"body":{"changelog.html":{}}}],["3",{"_index":854,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["3.0.0",{"_index":582,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3.1.0",{"_index":545,"title":{},"body":{"changelog.html":{}}}],["3.1.1",{"_index":538,"title":{},"body":{"changelog.html":{}}}],["3.2.0",{"_index":530,"title":{},"body":{"changelog.html":{}}}],["3.2.10",{"_index":1144,"title":{},"body":{"dependencies.html":{}}}],["3.3.0",{"_index":510,"title":{},"body":{"changelog.html":{}}}],["3.3.2",{"_index":1212,"title":{},"body":{"dependencies.html":{}}}],["3.4.0",{"_index":488,"title":{},"body":{"changelog.html":{}}}],["3.5.0",{"_index":475,"title":{},"body":{"changelog.html":{}}}],["3.5.7",{"_index":1152,"title":{},"body":{"dependencies.html":{}}}],["3.6",{"_index":1266,"title":{},"body":{"index.html":{}}}],["3.6.0",{"_index":461,"title":{},"body":{"changelog.html":{}}}],["3.6.3",{"_index":1150,"title":{},"body":{"dependencies.html":{}}}],["3.7.0",{"_index":447,"title":{},"body":{"changelog.html":{}}}],["3.7.2",{"_index":438,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["3.8.0",{"_index":416,"title":{},"body":{"changelog.html":{}}}],["3.8.1",{"_index":407,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["30",{"_index":660,"title":{},"body":{"changelog.html":{}}}],["31",{"_index":918,"title":{},"body":{"changelog.html":{}}}],["3d",{"_index":503,"title":{},"body":{"changelog.html":{}}}],["4",{"_index":887,"title":{},"body":{"changelog.html":{}}}],["4.0",{"_index":1247,"title":{},"body":{"index.html":{}}}],["4.17.21",{"_index":1200,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":1183,"title":{},"body":{"dependencies.html":{}}}],["4.4.1",{"_index":1172,"title":{},"body":{"dependencies.html":{}}}],["4.4.2",{"_index":1222,"title":{},"body":{"dependencies.html":{}}}],["4th",{"_index":464,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":425,"title":{},"body":{"changelog.html":{}}}],["5.0.0",{"_index":1156,"title":{},"body":{"dependencies.html":{}}}],["5th",{"_index":453,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":424,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["6.11.2",{"_index":1215,"title":{},"body":{"dependencies.html":{}}}],["6.2.1",{"_index":1197,"title":{},"body":{"dependencies.html":{}}}],["60",{"_index":208,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["7.0.0",{"_index":1192,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":1224,"title":{},"body":{"dependencies.html":{}}}],["8",{"_index":338,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["8.0.6",{"_index":1227,"title":{},"body":{"dependencies.html":{}}}],["8.2.0",{"_index":1198,"title":{},"body":{"dependencies.html":{}}}],["8.5.16",{"_index":1148,"title":{},"body":{"dependencies.html":{}}}],["8.8.20",{"_index":1138,"title":{},"body":{"dependencies.html":{}}}],["85",{"_index":1021,"title":{},"body":{"changelog.html":{}}}],["9.0.0",{"_index":1234,"title":{},"body":{"dependencies.html":{}}}],["90",{"_index":964,"title":{},"body":{"changelog.html":{}}}],["95",{"_index":534,"title":{},"body":{"changelog.html":{}}}],["9th",{"_index":780,"title":{},"body":{"changelog.html":{}}}],["__",{"_index":216,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["_error",{"_index":350,"title":{},"body":{"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["_key",{"_index":281,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["_next",{"_index":374,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["_req",{"_index":1377,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_res",{"_index":285,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"miscellaneous/variables.html":{}}}],["ability",{"_index":675,"title":{},"body":{"changelog.html":{}}}],["above",{"_index":1006,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["access",{"_index":143,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["accurate",{"_index":767,"title":{},"body":{"changelog.html":{}}}],["action",{"_index":1344,"title":{},"body":{"license.html":{}}}],["actions",{"_index":858,"title":{},"body":{"changelog.html":{}}}],["actually",{"_index":309,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["adapter",{"_index":178,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["added",{"_index":411,"title":{},"body":{"changelog.html":{}}}],["additional",{"_index":1007,"title":{},"body":{"changelog.html":{}}}],["addressed",{"_index":911,"title":{},"body":{"changelog.html":{}}}],["adds",{"_index":513,"title":{},"body":{"changelog.html":{}}}],["adjusting",{"_index":904,"title":{},"body":{"changelog.html":{}}}],["adjustment",{"_index":804,"title":{},"body":{"changelog.html":{}}}],["advanced",{"_index":707,"title":{},"body":{"changelog.html":{}}}],["again",{"_index":877,"title":{},"body":{"changelog.html":{}}}],["age",{"_index":367,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["agemax",{"_index":313,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["agemean",{"_index":315,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["agemin",{"_index":314,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["agerange",{"_index":1402,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ala",{"_index":640,"title":{},"body":{"changelog.html":{}}}],["aliases",{"_index":1356,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowdots",{"_index":47,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["allows",{"_index":787,"title":{},"body":{"changelog.html":{}}}],["alpha",{"_index":993,"title":{},"body":{"changelog.html":{}}}],["alpha.1",{"_index":972,"title":{},"body":{"changelog.html":{}}}],["alpha.2",{"_index":967,"title":{},"body":{"changelog.html":{}}}],["alpha.3",{"_index":952,"title":{},"body":{"changelog.html":{}}}],["alt",{"_index":1251,"title":{},"body":{"index.html":{}}}],["analytics",{"_index":709,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["anatomical",{"_index":802,"title":{},"body":{"changelog.html":{}}}],["and/or",{"_index":1314,"title":{},"body":{"license.html":{}}}],["angular",{"_index":437,"title":{},"body":{"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["angular/animations",{"_index":1119,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":1121,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":1122,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":1123,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":1124,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":1126,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":1127,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":1128,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":1129,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":1131,"title":{},"body":{"dependencies.html":{}}}],["angular/youtube",{"_index":1132,"title":{},"body":{"dependencies.html":{}}}],["anyobject",{"_index":123,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{},"miscellaneous/typealiases.html":{}}}],["api",{"_index":302,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["api/ccf",{"_index":1386,"title":{},"body":{"miscellaneous/variables.html":{}}}],["api/src/lib/app.ts",{"_index":7,"title":{},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["api/src/lib/environment.ts",{"_index":1041,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/middleware/database",{"_index":225,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/middleware/response",{"_index":199,"title":{},"body":{"interfaces/CacheOptions.html":{},"coverage.html":{}}}],["api/src/lib/polyfills.ts",{"_index":1055,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/routes/browser.ts",{"_index":1057,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/database",{"_index":1060,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/routes/v1/get",{"_index":1064,"title":{},"body":{"coverage.html":{}}}],["api/src/lib/routes/v1/gtex/index.ts",{"_index":1067,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/gtex/rui",{"_index":289,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/index.ts",{"_index":1071,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/reference",{"_index":1072,"title":{},"body":{"coverage.html":{}}}],["api/src/lib/routes/v1/sparql.ts",{"_index":1075,"title":{},"body":{"coverage.html":{}}}],["api/src/lib/routes/v1/utils/forward",{"_index":1076,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/routes/v1/utils/parse",{"_index":1079,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/utils/use",{"_index":1091,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/xconsortia/index.ts",{"_index":1096,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["api/src/lib/routes/v1/xconsortia/rui",{"_index":1097,"title":{},"body":{"coverage.html":{}}}],["api/src/lib/server.ts",{"_index":1098,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/utils/auto",{"_index":76,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/utils/ccf",{"_index":156,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["api/src/lib/utils/request",{"_index":381,"title":{},"body":{"classes/RequestCache.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["apifile",{"_index":1379,"title":{},"body":{"miscellaneous/variables.html":{}}}],["app",{"_index":38,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.set('database",{"_index":39,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.set('query",{"_index":42,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use",{"_index":69,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use('/v1",{"_index":70,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(bodyparser.json",{"_index":67,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(bodyparser.urlencoded",{"_index":65,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(cors",{"_index":64,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(databaseloader(options",{"_index":68,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.use(helmet",{"_index":52,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["appear",{"_index":595,"title":{},"body":{"changelog.html":{}}}],["application",{"_index":791,"title":{},"body":{"changelog.html":{}}}],["applied",{"_index":841,"title":{},"body":{"changelog.html":{}}}],["applytoken",{"_index":253,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["appoptions",{"_index":1,"title":{"interfaces/AppOptions.html":{}},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["appropriate",{"_index":564,"title":{},"body":{"changelog.html":{}}}],["april",{"_index":779,"title":{},"body":{"changelog.html":{}}}],["args",{"_index":389,"title":{},"body":{"classes/RequestCache.html":{}}}],["arising",{"_index":1348,"title":{},"body":{"license.html":{}}}],["asct+b",{"_index":587,"title":{},"body":{"changelog.html":{}}}],["assignment/selection",{"_index":755,"title":{},"body":{"changelog.html":{}}}],["associated",{"_index":650,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["async",{"_index":185,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["atlas",{"_index":404,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["attempt",{"_index":332,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["attempts",{"_index":623,"title":{},"body":{"changelog.html":{}}}],["authors",{"_index":1337,"title":{},"body":{"license.html":{}}}],["automatic",{"_index":892,"title":{},"body":{"changelog.html":{}}}],["automatically",{"_index":842,"title":{},"body":{"changelog.html":{}}}],["autoprunelrucache",{"_index":74,"title":{"classes/AutoPruneLRUCache.html":{}},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"coverage.html":{}}}],["autoprunelrucacheoptions",{"_index":89,"title":{"interfaces/AutoPruneLRUCacheOptions.html":{}},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"coverage.html":{}}}],["available",{"_index":884,"title":{},"body":{"changelog.html":{}}}],["avoid",{"_index":693,"title":{},"body":{"changelog.html":{}}}],["await",{"_index":196,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["award",{"_index":1289,"title":{},"body":{"index.html":{}}}],["backend",{"_index":606,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":1003,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["backgroundfetch",{"_index":107,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["base",{"_index":977,"title":{},"body":{"changelog.html":{}}}],["based",{"_index":681,"title":{},"body":{"changelog.html":{}}}],["basic",{"_index":705,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["before",{"_index":599,"title":{},"body":{"changelog.html":{}}}],["being",{"_index":737,"title":{},"body":{"changelog.html":{}}}],["beta",{"_index":585,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["better",{"_index":661,"title":{},"body":{"changelog.html":{}}}],["between",{"_index":946,"title":{},"body":{"changelog.html":{}}}],["bind",{"_index":1166,"title":{},"body":{"dependencies.html":{}}}],["block",{"_index":552,"title":{},"body":{"changelog.html":{}}}],["blocks",{"_index":505,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["bmi",{"_index":618,"title":{},"body":{"changelog.html":{}}}],["bmirange",{"_index":1403,"title":{},"body":{"miscellaneous/variables.html":{}}}],["board",{"_index":969,"title":{},"body":{"changelog.html":{}}}],["body",{"_index":19,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/CacheOptions.html":{},"changelog.html":{},"dependencies.html":{}}}],["bodyparser",{"_index":18,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["boolean",{"_index":204,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/GtexTissue.html":{}}}],["both",{"_index":646,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["box",{"_index":692,"title":{},"body":{"changelog.html":{}}}],["breaking",{"_index":727,"title":{},"body":{"changelog.html":{}}}],["bringing",{"_index":746,"title":{},"body":{"changelog.html":{}}}],["browser",{"_index":957,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["browserify",{"_index":1225,"title":{},"body":{"dependencies.html":{}}}],["browserroute",{"_index":1058,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["browserroutes",{"_index":30,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["browsing",{"_index":1030,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":429,"title":{},"body":{"changelog.html":{}}}],["build",{"_index":1243,"title":{},"body":{"index.html":{}}}],["builds",{"_index":581,"title":{},"body":{"changelog.html":{}}}],["button",{"_index":971,"title":{},"body":{"changelog.html":{}}}],["c",{"_index":1294,"title":{},"body":{"license.html":{}}}],["cache",{"_index":115,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["cache.cache.purgestale",{"_index":286,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["cache.delete(key",{"_index":398,"title":{},"body":{"classes/RequestCache.html":{}}}],["cache.get(key",{"_index":218,"title":{},"body":{"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["cache.get(selecttoken(token",{"_index":287,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["cache.get(token",{"_index":378,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["cache.set(key",{"_index":222,"title":{},"body":{"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["cache.ts",{"_index":79,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["cache.ts:12",{"_index":390,"title":{},"body":{"classes/RequestCache.html":{}}}],["cache.ts:13",{"_index":91,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["cache.ts:27",{"_index":393,"title":{},"body":{"classes/RequestCache.html":{}}}],["cache.ts:31",{"_index":111,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/RequestCache.html":{}}}],["cache.ts:39",{"_index":114,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["cache.ts:51",{"_index":97,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["cache.ts:6",{"_index":387,"title":{},"body":{"classes/RequestCache.html":{}}}],["cache_dir",{"_index":1095,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["cacheable",{"_index":1229,"title":{},"body":{"dependencies.html":{}}}],["cached",{"_index":1092,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["cachedresponse",{"_index":217,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["cacheoptions",{"_index":198,"title":{"interfaces/CacheOptions.html":{}},"body":{"interfaces/CacheOptions.html":{},"coverage.html":{}}}],["cacheresponses",{"_index":1054,"title":{},"body":{"coverage.html":{}}}],["cacheresponses(options",{"_index":206,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["call",{"_index":128,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["callback",{"_index":679,"title":{},"body":{"changelog.html":{}}}],["called",{"_index":733,"title":{},"body":{"changelog.html":{}}}],["calls",{"_index":473,"title":{},"body":{"changelog.html":{}}}],["cancelregistration",{"_index":678,"title":{},"body":{"changelog.html":{}}}],["candidate",{"_index":944,"title":{},"body":{"changelog.html":{}}}],["cannon",{"_index":1169,"title":{},"body":{"dependencies.html":{}}}],["card",{"_index":712,"title":{},"body":{"changelog.html":{}}}],["carousel",{"_index":716,"title":{},"body":{"changelog.html":{}}}],["case",{"_index":1269,"title":{},"body":{"index.html":{}}}],["cases",{"_index":916,"title":{},"body":{"changelog.html":{}}}],["catch",{"_index":349,"title":{},"body":{"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["ccf",{"_index":172,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{}}}],["ccf's",{"_index":863,"title":{},"body":{"changelog.html":{}}}],["ccf.owl",{"_index":450,"title":{},"body":{"changelog.html":{}}}],["ccfdatabase",{"_index":164,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["ccfdatabaseinstance",{"_index":155,"title":{"classes/CCFDatabaseInstance.html":{}},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["ccfdatabaseoptions",{"_index":170,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["ccfdatabasestatustracker",{"_index":171,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["ccfdatabasestatustracker(this.database",{"_index":169,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["cdn.jsdelivr.net",{"_index":61,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["cell",{"_index":547,"title":{},"body":{"changelog.html":{}}}],["celltypeterms",{"_index":1406,"title":{},"body":{"miscellaneous/variables.html":{}}}],["center",{"_index":1284,"title":{},"body":{"index.html":{}}}],["change",{"_index":730,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["changed",{"_index":467,"title":{},"body":{"changelog.html":{}}}],["changelog",{"_index":401,"title":{"changelog.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["changes",{"_index":445,"title":{},"body":{"changelog.html":{}}}],["charge",{"_index":1300,"title":{},"body":{"license.html":{}}}],["checkroutesenabled",{"_index":1068,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["choose",{"_index":885,"title":{},"body":{"changelog.html":{}}}],["ci/cd",{"_index":861,"title":{},"body":{"changelog.html":{}}}],["claim",{"_index":1340,"title":{},"body":{"license.html":{}}}],["clamp",{"_index":1081,"title":{},"body":{"coverage.html":{}}}],["class",{"_index":73,"title":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{},"coverage.html":{}}}],["classes",{"_index":75,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{},"overview.html":{}}}],["clean",{"_index":528,"title":{},"body":{"changelog.html":{}}}],["cleanup",{"_index":584,"title":{},"body":{"changelog.html":{}}}],["clearautoprune",{"_index":84,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["clearautoprune(force",{"_index":96,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["clearinterval(this.pruner",{"_index":154,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["click",{"_index":631,"title":{},"body":{"changelog.html":{}}}],["clicking",{"_index":723,"title":{},"body":{"changelog.html":{}}}],["client",{"_index":441,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["coalescing",{"_index":248,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["code",{"_index":577,"title":{},"body":{"changelog.html":{}}}],["codebase",{"_index":872,"title":{},"body":{"changelog.html":{}}}],["codex",{"_index":928,"title":{},"body":{"changelog.html":{}}}],["codifies",{"_index":987,"title":{},"body":{"changelog.html":{}}}],["collaboration",{"_index":870,"title":{},"body":{"changelog.html":{}}}],["collisions",{"_index":894,"title":{},"body":{"changelog.html":{}}}],["color",{"_index":754,"title":{},"body":{"changelog.html":{}}}],["colorizing",{"_index":937,"title":{},"body":{"changelog.html":{}}}],["combination",{"_index":886,"title":{},"body":{"changelog.html":{}}}],["come",{"_index":933,"title":{},"body":{"changelog.html":{}}}],["coming",{"_index":925,"title":{},"body":{"changelog.html":{}}}],["comlink",{"_index":175,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"dependencies.html":{}}}],["comlink/dist/umd/node",{"_index":177,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["common",{"_index":628,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["complexity",{"_index":762,"title":{},"body":{"changelog.html":{}}}],["compodoc",{"_index":575,"title":{},"body":{"changelog.html":{}}}],["component",{"_index":540,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["components",{"_index":706,"title":{},"body":{"changelog.html":{}}}],["comunica/query",{"_index":1134,"title":{},"body":{"dependencies.html":{}}}],["concat",{"_index":1173,"title":{},"body":{"dependencies.html":{}}}],["conditions",{"_index":1322,"title":{},"body":{"license.html":{}}}],["config",{"_index":674,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["configuration",{"_index":444,"title":{},"body":{"changelog.html":{}}}],["configurations",{"_index":673,"title":{},"body":{"changelog.html":{}}}],["confirmation",{"_index":621,"title":{},"body":{"changelog.html":{}}}],["conform",{"_index":685,"title":{},"body":{"changelog.html":{}}}],["connect",{"_index":63,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["connection",{"_index":1350,"title":{},"body":{"license.html":{}}}],["console.log(err",{"_index":241,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["consortium",{"_index":1295,"title":{},"body":{"license.html":{}}}],["consortiums",{"_index":1404,"title":{},"body":{"miscellaneous/variables.html":{}}}],["const",{"_index":37,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"miscellaneous/variables.html":{}}}],["constructor",{"_index":87,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}}}],["constructor(cache",{"_index":384,"title":{},"body":{"classes/RequestCache.html":{}}}],["constructor(database",{"_index":163,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["constructor(options",{"_index":88,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["constructor(public",{"_index":184,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["container",{"_index":718,"title":{},"body":{"changelog.html":{}}}],["containers",{"_index":663,"title":{},"body":{"changelog.html":{}}}],["containing",{"_index":1241,"title":{},"body":{"index.html":{}}}],["contentsecuritypolicy",{"_index":53,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["contract",{"_index":1345,"title":{},"body":{"license.html":{}}}],["control",{"_index":828,"title":{},"body":{"changelog.html":{}}}],["controls",{"_index":414,"title":{},"body":{"changelog.html":{}}}],["coordinate",{"_index":1275,"title":{},"body":{"index.html":{}}}],["copies",{"_index":1316,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1303,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1293,"title":{},"body":{"license.html":{}}}],["cord",{"_index":516,"title":{},"body":{"changelog.html":{}}}],["cors",{"_index":21,"title":{},"body":{"interfaces/AppOptions.html":{},"dependencies.html":{}}}],["count",{"_index":316,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["coverage",{"_index":965,"title":{"coverage.html":{}},"body":{"changelog.html":{},"coverage.html":{}}}],["createapp",{"_index":1039,"title":{},"body":{"coverage.html":{}}}],["createapp(options",{"_index":36,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["createccfdatabaseworker",{"_index":228,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["createccfdatabaseworker(options",{"_index":186,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["created",{"_index":837,"title":{},"body":{"changelog.html":{}}}],["createdatabase",{"_index":1051,"title":{},"body":{"coverage.html":{}}}],["createdatabase(token",{"_index":245,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["credits",{"_index":1279,"title":{},"body":{"index.html":{}}}],["css",{"_index":1176,"title":{},"body":{"dependencies.html":{}}}],["cuboid",{"_index":963,"title":{},"body":{"changelog.html":{}}}],["cuboids",{"_index":960,"title":{},"body":{"changelog.html":{}}}],["currently",{"_index":615,"title":{},"body":{"changelog.html":{}}}],["cyberinfrastructure",{"_index":1281,"title":{},"body":{"index.html":{}}}],["cycle",{"_index":773,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":1341,"title":{},"body":{"license.html":{}}}],["dark/light",{"_index":680,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":273,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["database",{"_index":157,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["database.worker.js",{"_index":188,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["databasecacheoptions",{"_index":224,"title":{"interfaces/DatabaseCacheOptions.html":{}},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["databasegetter",{"_index":232,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"miscellaneous/typealiases.html":{}}}],["databaseloader",{"_index":26,"title":{},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["databaseloader(options",{"_index":277,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["databaseloaderoptions",{"_index":9,"title":{"interfaces/DatabaseLoaderOptions.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{}}}],["databasequerymethods",{"_index":1360,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["databasesource",{"_index":1362,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["databasesources",{"_index":1364,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["datasets",{"_index":785,"title":{},"body":{"changelog.html":{}}}],["datasources",{"_index":275,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["dbinstance",{"_index":238,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["dbinstance.database.connect().catch((err",{"_index":240,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["dbworker",{"_index":190,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["dbworker.database",{"_index":192,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["dbworker.sparqlquery",{"_index":194,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["dbworker[releaseproxy",{"_index":195,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["deal",{"_index":1305,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":1351,"title":{},"body":{"license.html":{}}}],["december",{"_index":878,"title":{},"body":{"changelog.html":{}}}],["deck.gl/core",{"_index":1137,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/geo",{"_index":1139,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/layers",{"_index":1141,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/mesh",{"_index":1142,"title":{},"body":{"dependencies.html":{}}}],["decorator",{"_index":1155,"title":{},"body":{"dependencies.html":{}}}],["deeply",{"_index":608,"title":{},"body":{"changelog.html":{}}}],["default",{"_index":98,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["default_gtex_rui_locations",{"_index":318,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultvalue",{"_index":203,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["defined",{"_index":90,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{},"changelog.html":{}}}],["demo",{"_index":633,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":434,"title":{"dependencies.html":{}},"body":{"changelog.html":{},"dependencies.html":{}}}],["depending",{"_index":736,"title":{},"body":{"changelog.html":{}}}],["deprecated",{"_index":270,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["descrepancies",{"_index":501,"title":{},"body":{"changelog.html":{}}}],["details",{"_index":1009,"title":{},"body":{"changelog.html":{}}}],["developed",{"_index":1280,"title":{},"body":{"index.html":{}}}],["developments",{"_index":991,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dialog",{"_index":622,"title":{},"body":{"changelog.html":{}}}],["different",{"_index":662,"title":{},"body":{"changelog.html":{}}}],["digits",{"_index":855,"title":{},"body":{"changelog.html":{}}}],["direct",{"_index":1018,"title":{},"body":{"changelog.html":{}}}],["directives",{"_index":55,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["directly",{"_index":926,"title":{},"body":{"changelog.html":{}}}],["disable",{"_index":117,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{}}}],["display",{"_index":653,"title":{},"body":{"changelog.html":{}}}],["displayed",{"_index":961,"title":{},"body":{"changelog.html":{}}}],["displaying",{"_index":649,"title":{},"body":{"changelog.html":{}}}],["dispose",{"_index":126,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["distribute",{"_index":1312,"title":{},"body":{"license.html":{}}}],["doc",{"_index":975,"title":{},"body":{"changelog.html":{}}}],["doconnect",{"_index":235,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["docs",{"_index":526,"title":{},"body":{"changelog.html":{}}}],["document",{"_index":1178,"title":{},"body":{"dependencies.html":{}}}],["documentation",{"_index":578,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["done",{"_index":728,"title":{},"body":{"changelog.html":{}}}],["donor",{"_index":711,"title":{},"body":{"changelog.html":{}}}],["donors",{"_index":788,"title":{},"body":{"changelog.html":{}}}],["dorequest",{"_index":385,"title":{},"body":{"classes/RequestCache.html":{}}}],["dotenv",{"_index":1181,"title":{},"body":{"dependencies.html":{}}}],["download",{"_index":1001,"title":{},"body":{"changelog.html":{}}}],["duration",{"_index":149,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["during",{"_index":772,"title":{},"body":{"changelog.html":{}}}],["dynamic",{"_index":1130,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":495,"title":{},"body":{"changelog.html":{}}}],["easier",{"_index":558,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":908,"title":{},"body":{"changelog.html":{}}}],["efficiency",{"_index":815,"title":{},"body":{"changelog.html":{}}}],["element",{"_index":731,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["embedded",{"_index":670,"title":{},"body":{"changelog.html":{}}}],["embedding",{"_index":658,"title":{},"body":{"changelog.html":{}}}],["embedding.md",{"_index":656,"title":{},"body":{"changelog.html":{}}}],["enabled",{"_index":1387,"title":{},"body":{"miscellaneous/variables.html":{}}}],["encoding",{"_index":336,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["entry.label",{"_index":357,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["entry.mappedinhubmap",{"_index":346,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["entry['@id']?.includes(tissueinfo.tissuesitedetailid",{"_index":356,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["env",{"_index":1048,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["env.gtex_routes",{"_index":1388,"title":{},"body":{"miscellaneous/variables.html":{}}}],["env.xconsortia_routes",{"_index":1392,"title":{},"body":{"miscellaneous/variables.html":{}}}],["environment",{"_index":300,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["eraslan",{"_index":322,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["error",{"_index":1399,"title":{},"body":{"miscellaneous/variables.html":{}}}],["es",{"_index":1170,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":116,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{}}}],["eslint/ban",{"_index":121,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["eslint/no",{"_index":127,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["eslint/prefer",{"_index":246,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["etc",{"_index":690,"title":{},"body":{"changelog.html":{}}}],["eui",{"_index":418,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["eui/rui",{"_index":571,"title":{},"body":{"changelog.html":{}}}],["eval",{"_index":60,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["event",{"_index":1336,"title":{},"body":{"license.html":{}}}],["expanded",{"_index":493,"title":{},"body":{"changelog.html":{}}}],["exploration",{"_index":1245,"title":{},"body":{"index.html":{}}}],["export",{"_index":34,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["express",{"_index":22,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"dependencies.html":{},"license.html":{}}}],["extended",{"_index":66,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["extends",{"_index":8,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["external",{"_index":677,"title":{},"body":{"changelog.html":{}}}],["extra",{"_index":1186,"title":{},"body":{"dependencies.html":{}}}],["extraction",{"_index":629,"title":{},"body":{"changelog.html":{}}}],["fail",{"_index":875,"title":{},"body":{"changelog.html":{}}}],["fails",{"_index":913,"title":{},"body":{"changelog.html":{}}}],["false",{"_index":101,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["favor",{"_index":865,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":491,"title":{},"body":{"changelog.html":{}}}],["features",{"_index":774,"title":{},"body":{"changelog.html":{}}}],["feel",{"_index":813,"title":{},"body":{"changelog.html":{}}}],["female",{"_index":312,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["fetch",{"_index":1211,"title":{},"body":{"dependencies.html":{}}}],["fetch(gtex_api_url).then(r",{"_index":342,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["fetch(source).then(r",{"_index":330,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["field",{"_index":686,"title":{},"body":{"changelog.html":{}}}],["fields",{"_index":306,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["file",{"_index":5,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{}}}],["files",{"_index":1304,"title":{},"body":{"license.html":{}}}],["filter",{"_index":827,"title":{},"body":{"changelog.html":{}}}],["filter.ts",{"_index":1080,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["filter_defaults",{"_index":1090,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["filters",{"_index":509,"title":{},"body":{"changelog.html":{}}}],["final",{"_index":868,"title":{},"body":{"changelog.html":{}}}],["finishing",{"_index":626,"title":{},"body":{"changelog.html":{}}}],["first",{"_index":879,"title":{},"body":{"changelog.html":{}}}],["fit",{"_index":782,"title":{},"body":{"changelog.html":{}}}],["fitness",{"_index":1332,"title":{},"body":{"license.html":{}}}],["fixed",{"_index":764,"title":{},"body":{"changelog.html":{}}}],["fixes",{"_index":430,"title":{},"body":{"changelog.html":{}}}],["fixes/performance",{"_index":938,"title":{},"body":{"changelog.html":{}}}],["flexible",{"_index":522,"title":{},"body":{"changelog.html":{}}}],["fly",{"_index":1025,"title":{},"body":{"changelog.html":{}}}],["following",{"_index":1321,"title":{},"body":{"license.html":{}}}],["force",{"_index":100,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["form",{"_index":816,"title":{},"body":{"changelog.html":{}}}],["format",{"_index":898,"title":{},"body":{"changelog.html":{}}}],["forwarddatabasequery",{"_index":1078,"title":{},"body":{"coverage.html":{}}}],["forwarddatabasequery('getaggregateresults",{"_index":1424,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getbiomarkertermoccurences",{"_index":1433,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getbiomarkertreemodel",{"_index":1432,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getcelltypetermoccurences",{"_index":1430,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getcelltypetreemodel",{"_index":1438,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getdatasettechnologynames",{"_index":1420,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getontologytermoccurences",{"_index":1428,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getontologytreemodel",{"_index":1436,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getprovidernames",{"_index":1422,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getreferenceorgans",{"_index":1442,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('getscene",{"_index":1444,"title":{},"body":{"miscellaneous/variables.html":{}}}],["forwarddatabasequery('gettissueblockresults",{"_index":1418,"title":{},"body":{"miscellaneous/variables.html":{}}}],["frame",{"_index":789,"title":{},"body":{"changelog.html":{}}}],["framework",{"_index":1276,"title":{},"body":{"index.html":{}}}],["free",{"_index":1299,"title":{},"body":{"license.html":{}}}],["fs",{"_index":296,"title":{},"body":{"interfaces/GtexTissue.html":{},"dependencies.html":{}}}],["full",{"_index":721,"title":{},"body":{"changelog.html":{}}}],["fullscreen",{"_index":970,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":775,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":35,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["funded",{"_index":1287,"title":{},"body":{"index.html":{}}}],["furnished",{"_index":1319,"title":{},"body":{"license.html":{}}}],["further",{"_index":966,"title":{},"body":{"changelog.html":{}}}],["future",{"_index":765,"title":{},"body":{"changelog.html":{}}}],["generate",{"_index":548,"title":{},"body":{"changelog.html":{}}}],["generated",{"_index":576,"title":{},"body":{"changelog.html":{}}}],["generating",{"_index":496,"title":{},"body":{"changelog.html":{}}}],["get('/aggregate",{"_index":1423,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/biomarker",{"_index":1431,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/ccf",{"_index":1384,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/cell",{"_index":1429,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/hubmap/rui_locations.jsonld",{"_index":1395,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/index.html",{"_index":1383,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/ontology",{"_index":1425,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/provider",{"_index":1421,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/reference",{"_index":1439,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/rui_locations.jsonld",{"_index":1391,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/scene",{"_index":1443,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/sennet/rui_locations.jsonld",{"_index":1393,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/technology",{"_index":1419,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('/tissue",{"_index":1417,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('ccf_api_cache",{"_index":1385,"title":{},"body":{"miscellaneous/variables.html":{}}}],["get('gtex_rui_locations",{"_index":328,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["get(key",{"_index":388,"title":{},"body":{"classes/RequestCache.html":{}}}],["getboolean",{"_index":1042,"title":{},"body":{"coverage.html":{}}}],["getcacheoptions",{"_index":1099,"title":{},"body":{"coverage.html":{}}}],["getdatabaseinstance",{"_index":1052,"title":{},"body":{"coverage.html":{}}}],["getdatabaseinstance(req",{"_index":234,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["getdatabaseoptions",{"_index":1100,"title":{},"body":{"coverage.html":{}}}],["getdatabasestatus",{"_index":1062,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["getdbinstance",{"_index":236,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["getdbinstance(token",{"_index":239,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["getlocations",{"_index":326,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{}}}],["getnumber",{"_index":1043,"title":{},"body":{"coverage.html":{}}}],["getport",{"_index":1101,"title":{},"body":{"coverage.html":{}}}],["getreferenceorganscenehandler",{"_index":1074,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["getspatialplacement",{"_index":1066,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["getting",{"_index":399,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["github",{"_index":857,"title":{},"body":{"changelog.html":{}}}],["gizmo",{"_index":696,"title":{},"body":{"changelog.html":{}}}],["globalconfig",{"_index":666,"title":{},"body":{"changelog.html":{}}}],["globalthis",{"_index":1365,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["good",{"_index":910,"title":{},"body":{"changelog.html":{}}}],["google",{"_index":708,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["granted",{"_index":1298,"title":{},"body":{"license.html":{}}}],["graphical",{"_index":537,"title":{},"body":{"changelog.html":{}}}],["graphology",{"_index":1188,"title":{},"body":{"dependencies.html":{}}}],["greatly",{"_index":644,"title":{},"body":{"changelog.html":{}}}],["gtex",{"_index":549,"title":{},"body":{"changelog.html":{}}}],["gtex_api_url",{"_index":324,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["gtexroutes",{"_index":1416,"title":{},"body":{"miscellaneous/variables.html":{}}}],["gtextissue",{"_index":288,"title":{"interfaces/GtexTissue.html":{}},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{}}}],["guide",{"_index":901,"title":{},"body":{"changelog.html":{}}}],["hand",{"_index":906,"title":{},"body":{"changelog.html":{}}}],["handleerrors",{"_index":382,"title":{},"body":{"classes/RequestCache.html":{}}}],["handleerrors(key",{"_index":391,"title":{},"body":{"classes/RequestCache.html":{}}}],["happen",{"_index":945,"title":{},"body":{"changelog.html":{}}}],["happens",{"_index":876,"title":{},"body":{"changelog.html":{}}}],["hash",{"_index":1214,"title":{},"body":{"dependencies.html":{}}}],["helmet",{"_index":23,"title":{},"body":{"interfaces/AppOptions.html":{},"dependencies.html":{}}}],["help",{"_index":900,"title":{},"body":{"changelog.html":{}}}],["here",{"_index":310,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["hereby",{"_index":1297,"title":{},"body":{"license.html":{}}}],["hex",{"_index":1193,"title":{},"body":{"dependencies.html":{}}}],["hidden",{"_index":992,"title":{},"body":{"changelog.html":{}}}],["highlight",{"_index":613,"title":{},"body":{"changelog.html":{}}}],["highlighted",{"_index":506,"title":{},"body":{"changelog.html":{}}}],["highlights",{"_index":616,"title":{},"body":{"changelog.html":{}}}],["holders",{"_index":1338,"title":{},"body":{"license.html":{}}}],["hooked",{"_index":825,"title":{},"body":{"changelog.html":{}}}],["host",{"_index":519,"title":{},"body":{"changelog.html":{}}}],["hovering",{"_index":713,"title":{},"body":{"changelog.html":{}}}],["hra",{"_index":405,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["http://expressjs.com/en/advanced/best",{"_index":49,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["https://apps.humanatlas.io/hra",{"_index":1260,"title":{},"body":{"index.html":{}}}],["https://beta",{"_index":1248,"title":{},"body":{"index.html":{}}}],["https://gtexportal.org/api/v2/dataset/tissuesitedetail",{"_index":325,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["https://hubmap",{"_index":1253,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/ccf",{"_index":1252,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/hra",{"_index":319,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["https://humanatlas.io",{"_index":1277,"title":{},"body":{"index.html":{}}}],["https://observablehq.com/@cns",{"_index":1272,"title":{},"body":{"index.html":{}}}],["https://old",{"_index":1255,"title":{},"body":{"index.html":{}}}],["https://portal.hubmapconsortium.org/ccf",{"_index":1250,"title":{},"body":{"index.html":{}}}],["https://sampledata.hubmapconsortium.org",{"_index":1020,"title":{},"body":{"changelog.html":{}}}],["hubmap",{"_index":272,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["hubmapdataurl",{"_index":268,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["hubmaptoken",{"_index":255,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["human",{"_index":402,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["icon",{"_index":1002,"title":{},"body":{"changelog.html":{}}}],["icons",{"_index":722,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":667,"title":{},"body":{"changelog.html":{}}}],["idb",{"_index":1195,"title":{},"body":{"dependencies.html":{}}}],["identifier",{"_index":1036,"title":{},"body":{"coverage.html":{}}}],["iec",{"_index":871,"title":{},"body":{"changelog.html":{}}}],["image",{"_index":864,"title":{},"body":{"changelog.html":{}}}],["images",{"_index":924,"title":{},"body":{"changelog.html":{}}}],["implementation",{"_index":603,"title":{},"body":{"changelog.html":{}}}],["implemented",{"_index":823,"title":{},"body":{"changelog.html":{}}}],["implementing",{"_index":974,"title":{},"body":{"changelog.html":{}}}],["implied",{"_index":1329,"title":{},"body":{"license.html":{}}}],["import",{"_index":17,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["improve",{"_index":814,"title":{},"body":{"changelog.html":{}}}],["improved",{"_index":412,"title":{},"body":{"changelog.html":{}}}],["improvements",{"_index":421,"title":{},"body":{"changelog.html":{}}}],["improves",{"_index":645,"title":{},"body":{"changelog.html":{}}}],["include",{"_index":881,"title":{},"body":{"changelog.html":{}}}],["included",{"_index":1324,"title":{},"body":{"license.html":{}}}],["includes",{"_index":304,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["including",{"_index":435,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["increase",{"_index":850,"title":{},"body":{"changelog.html":{}}}],["increased",{"_index":968,"title":{},"body":{"changelog.html":{}}}],["index",{"_index":10,"title":{"index.html":{}},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indexes",{"_index":452,"title":{},"body":{"changelog.html":{}}}],["indiana",{"_index":1285,"title":{},"body":{"index.html":{}}}],["individual",{"_index":830,"title":{},"body":{"changelog.html":{}}}],["infinity",{"_index":148,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["info",{"_index":3,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"index.html":{}}}],["information",{"_index":527,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["infrastructure",{"_index":927,"title":{},"body":{"changelog.html":{}}}],["ingestion",{"_index":883,"title":{},"body":{"changelog.html":{}}}],["initial",{"_index":744,"title":{},"body":{"changelog.html":{}}}],["instance",{"_index":282,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["instance.then((r",{"_index":283,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["instead",{"_index":735,"title":{},"body":{"changelog.html":{}}}],["instructions",{"_index":657,"title":{},"body":{"changelog.html":{}}}],["integrated",{"_index":776,"title":{},"body":{"changelog.html":{}}}],["integrating",{"_index":607,"title":{},"body":{"changelog.html":{}}}],["integration",{"_index":882,"title":{},"body":{"changelog.html":{}}}],["integrations",{"_index":796,"title":{},"body":{"changelog.html":{}}}],["interact",{"_index":759,"title":{},"body":{"changelog.html":{}}}],["interactions",{"_index":949,"title":{},"body":{"changelog.html":{}}}],["interest",{"_index":1017,"title":{},"body":{"changelog.html":{}}}],["interface",{"_index":0,"title":{"interfaces/AppOptions.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["interfaces",{"_index":2,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{},"overview.html":{}}}],["internal",{"_index":271,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"changelog.html":{}}}],["isdebug",{"_index":1044,"title":{},"body":{"coverage.html":{}}}],["ishubmap",{"_index":262,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["issennet",{"_index":264,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["issue",{"_index":846,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":499,"title":{},"body":{"changelog.html":{}}}],["it's",{"_index":605,"title":{},"body":{"changelog.html":{}}}],["item",{"_index":999,"title":{},"body":{"changelog.html":{}}}],["iu",{"_index":990,"title":{},"body":{"changelog.html":{}}}],["iu/ccf",{"_index":1273,"title":{},"body":{"index.html":{}}}],["javascript",{"_index":460,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["json",{"_index":896,"title":{},"body":{"changelog.html":{}}}],["json.parse(data",{"_index":340,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["jsonld",{"_index":339,"title":{},"body":{"interfaces/GtexTissue.html":{},"dependencies.html":{}}}],["jsonld/jsonld",{"_index":298,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["jsonld['@graph",{"_index":341,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["jsonldobj",{"_index":297,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["july",{"_index":948,"title":{},"body":{"changelog.html":{}}}],["jump",{"_index":997,"title":{},"body":{"changelog.html":{}}}],["k",{"_index":105,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["k,args",{"_index":386,"title":{},"body":{"classes/RequestCache.html":{}}}],["key",{"_index":112,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["keyboard",{"_index":413,"title":{},"body":{"changelog.html":{}}}],["keyval",{"_index":1196,"title":{},"body":{"dependencies.html":{}}}],["kidney",{"_index":641,"title":{},"body":{"changelog.html":{}}}],["kind",{"_index":1328,"title":{},"body":{"license.html":{}}}],["known",{"_index":498,"title":{},"body":{"changelog.html":{}}}],["kpmp",{"_index":480,"title":{},"body":{"changelog.html":{}}}],["labs/dispatch",{"_index":1154,"title":{},"body":{"dependencies.html":{}}}],["landmarks",{"_index":517,"title":{},"body":{"changelog.html":{}}}],["larger",{"_index":559,"title":{},"body":{"changelog.html":{}}}],["latest",{"_index":511,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["layers",{"_index":1140,"title":{},"body":{"dependencies.html":{}}}],["ld",{"_index":897,"title":{},"body":{"changelog.html":{}}}],["leak",{"_index":845,"title":{},"body":{"changelog.html":{}}}],["leave",{"_index":624,"title":{},"body":{"changelog.html":{}}}],["left",{"_index":905,"title":{},"body":{"changelog.html":{}}}],["left/right",{"_index":642,"title":{},"body":{"changelog.html":{}}}],["level",{"_index":994,"title":{},"body":{"changelog.html":{}}}],["levels",{"_index":1014,"title":{},"body":{"changelog.html":{}}}],["liability",{"_index":1342,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1339,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":562,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["library",{"_index":807,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1291,"title":{"license.html":{}},"body":{"license.html":{}}}],["life",{"_index":420,"title":{},"body":{"changelog.html":{}}}],["limitation",{"_index":1307,"title":{},"body":{"license.html":{}}}],["limited",{"_index":932,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["line",{"_index":119,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{}}}],["link",{"_index":634,"title":{},"body":{"changelog.html":{}}}],["linkage",{"_index":950,"title":{},"body":{"changelog.html":{}}}],["linked",{"_index":524,"title":{},"body":{"changelog.html":{}}}],["links",{"_index":590,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["list",{"_index":751,"title":{},"body":{"changelog.html":{}}}],["literal",{"_index":294,"title":{},"body":{"interfaces/GtexTissue.html":{},"dependencies.html":{},"miscellaneous/typealiases.html":{}}}],["little",{"_index":757,"title":{},"body":{"changelog.html":{}}}],["load",{"_index":333,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["loaddatabasesource",{"_index":1102,"title":{},"body":{"coverage.html":{}}}],["loaded",{"_index":951,"title":{},"body":{"changelog.html":{}}}],["loader",{"_index":28,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["loader.ts",{"_index":226,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["loaders.gl/core",{"_index":1143,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/draco",{"_index":1145,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/gltf",{"_index":1146,"title":{},"body":{"dependencies.html":{}}}],["loading",{"_index":274,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"changelog.html":{}}}],["local",{"_index":334,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["location",{"_index":851,"title":{},"body":{"changelog.html":{}}}],["locations",{"_index":481,"title":{},"body":{"changelog.html":{}}}],["locations.ts",{"_index":290,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["lodash",{"_index":1199,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":1278,"title":{},"body":{"index.html":{}}}],["logging",{"_index":551,"title":{},"body":{"changelog.html":{}}}],["longer",{"_index":732,"title":{},"body":{"changelog.html":{}}}],["look",{"_index":812,"title":{},"body":{"changelog.html":{}}}],["lot",{"_index":426,"title":{},"body":{"changelog.html":{}}}],["lru",{"_index":78,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/typealiases.html":{}}}],["lrucache",{"_index":80,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["lrucache.setoptions",{"_index":110,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["luma.gl/core",{"_index":1147,"title":{},"body":{"dependencies.html":{}}}],["made",{"_index":873,"title":{},"body":{"changelog.html":{}}}],["major",{"_index":490,"title":{},"body":{"changelog.html":{}}}],["makes",{"_index":555,"title":{},"body":{"changelog.html":{}}}],["making",{"_index":600,"title":{},"body":{"changelog.html":{}}}],["male",{"_index":317,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["managers",{"_index":566,"title":{},"body":{"changelog.html":{}}}],["map",{"_index":307,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["mappedentries",{"_index":344,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["mappedinhubmap",{"_index":291,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["march",{"_index":809,"title":{},"body":{"changelog.html":{}}}],["markdown",{"_index":1206,"title":{},"body":{"dependencies.html":{}}}],["match",{"_index":811,"title":{},"body":{"changelog.html":{}}}],["matching",{"_index":72,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matchingentry",{"_index":354,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["math.gl/core",{"_index":1149,"title":{},"body":{"dependencies.html":{}}}],["math.gl/culling",{"_index":1151,"title":{},"body":{"dependencies.html":{}}}],["math.max(this.ttl",{"_index":150,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["max",{"_index":124,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["maxage",{"_index":125,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["mc",{"_index":989,"title":{},"body":{"changelog.html":{}}}],["mean",{"_index":366,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["member",{"_index":142,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["memory",{"_index":844,"title":{},"body":{"changelog.html":{}}}],["menu",{"_index":907,"title":{},"body":{"changelog.html":{}}}],["merchantability",{"_index":1331,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1310,"title":{},"body":{"license.html":{}}}],["metadata",{"_index":959,"title":{},"body":{"changelog.html":{}}}],["methods",{"_index":83,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/RequestCache.html":{}}}],["middleware/database",{"_index":27,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["milestone",{"_index":423,"title":{},"body":{"changelog.html":{}}}],["mimetype",{"_index":182,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["minor",{"_index":427,"title":{},"body":{"changelog.html":{}}}],["miscellaneous",{"_index":1354,"title":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["mit",{"_index":1292,"title":{},"body":{"license.html":{}}}],["mock",{"_index":985,"title":{},"body":{"changelog.html":{}}}],["modal",{"_index":742,"title":{},"body":{"changelog.html":{}}}],["mode",{"_index":672,"title":{},"body":{"changelog.html":{}}}],["model",{"_index":1162,"title":{},"body":{"dependencies.html":{},"miscellaneous/variables.html":{}}}],["model.json",{"_index":1435,"title":{},"body":{"miscellaneous/variables.html":{}}}],["modify",{"_index":1309,"title":{},"body":{"license.html":{}}}],["modules",{"_index":1352,"title":{"modules.html":{}},"body":{"modules.html":{}}}],["monorepo",{"_index":1238,"title":{},"body":{"index.html":{}}}],["more",{"_index":305,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{}}}],["moved",{"_index":1004,"title":{},"body":{"changelog.html":{}}}],["much",{"_index":557,"title":{},"body":{"changelog.html":{}}}],["multiple",{"_index":1239,"title":{},"body":{"index.html":{}}}],["n3",{"_index":1202,"title":{},"body":{"dependencies.html":{}}}],["n=${sexstats.count",{"_index":365,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["name",{"_index":93,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}}}],["names",{"_index":687,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["navigation",{"_index":996,"title":{},"body":{"changelog.html":{}}}],["need",{"_index":472,"title":{},"body":{"changelog.html":{}}}],["needed",{"_index":817,"title":{},"body":{"changelog.html":{}}}],["needs",{"_index":824,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1282,"title":{},"body":{"index.html":{}}}],["never",{"_index":14,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["new",{"_index":168,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"coverage.html":{}}}],["next",{"_index":118,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["next('router",{"_index":1389,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngx",{"_index":1204,"title":{},"body":{"dependencies.html":{}}}],["ngxs",{"_index":1153,"title":{},"body":{"dependencies.html":{}}}],["ngxs/logger",{"_index":1157,"title":{},"body":{"dependencies.html":{}}}],["ngxs/storage",{"_index":1159,"title":{},"body":{"dependencies.html":{}}}],["ngxs/store",{"_index":1160,"title":{},"body":{"dependencies.html":{}}}],["nih",{"_index":1288,"title":{},"body":{"index.html":{}}}],["node",{"_index":1210,"title":{},"body":{"dependencies.html":{}}}],["nodeendpoint",{"_index":176,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["nodisposeonset",{"_index":136,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["noninfringement",{"_index":1335,"title":{},"body":{"license.html":{}}}],["note",{"_index":301,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["notebooks",{"_index":458,"title":{},"body":{"changelog.html":{}}}],["notebooks/vignettes",{"_index":1267,"title":{},"body":{"index.html":{}}}],["notice",{"_index":847,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["now",{"_index":560,"title":{},"body":{"changelog.html":{}}}],["nullish",{"_index":247,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["number",{"_index":109,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["numeric",{"_index":852,"title":{},"body":{"changelog.html":{}}}],["object",{"_index":1213,"title":{},"body":{"dependencies.html":{}}}],["obtaining",{"_index":1302,"title":{},"body":{"license.html":{}}}],["occurences",{"_index":1427,"title":{},"body":{"miscellaneous/variables.html":{}}}],["off/on",{"_index":821,"title":{},"body":{"changelog.html":{}}}],["official",{"_index":947,"title":{},"body":{"changelog.html":{}}}],["old",{"_index":1254,"title":{},"body":{"index.html":{}}}],["one",{"_index":890,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["ones",{"_index":308,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["online",{"_index":956,"title":{},"body":{"changelog.html":{}}}],["ontological",{"_index":1024,"title":{},"body":{"changelog.html":{}}}],["ontologies",{"_index":899,"title":{},"body":{"changelog.html":{}}}],["ontology",{"_index":468,"title":{},"body":{"changelog.html":{}}}],["ontologyterms",{"_index":1405,"title":{},"body":{"miscellaneous/variables.html":{}}}],["opacities",{"_index":829,"title":{},"body":{"changelog.html":{}}}],["opacity",{"_index":803,"title":{},"body":{"changelog.html":{}}}],["openapi",{"_index":602,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["openapi/js",{"_index":1263,"title":{},"body":{"index.html":{}}}],["openapi/ng",{"_index":1265,"title":{},"body":{"index.html":{}}}],["openapi/ts",{"_index":1264,"title":{},"body":{"index.html":{}}}],["openapiroute",{"_index":1059,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["optimization",{"_index":756,"title":{},"body":{"changelog.html":{}}}],["optimizations",{"_index":939,"title":{},"body":{"changelog.html":{}}}],["optimized",{"_index":794,"title":{},"body":{"changelog.html":{}}}],["option",{"_index":612,"title":{},"body":{"changelog.html":{}}}],["optional",{"_index":12,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{},"changelog.html":{}}}],["options",{"_index":40,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["options.cache?.max",{"_index":278,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options.cache?.maxage",{"_index":280,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options.database",{"_index":41,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options.datasources.map(applytoken",{"_index":276,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options.hubmaptoken",{"_index":250,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["options?.dispose?.(key",{"_index":137,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["options?.max",{"_index":130,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{}}}],["options?.maxage",{"_index":133,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{}}}],["organ",{"_index":487,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["organs",{"_index":518,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["organs.json",{"_index":1441,"title":{},"body":{"miscellaneous/variables.html":{}}}],["organs/anatomical",{"_index":831,"title":{},"body":{"changelog.html":{}}}],["originalsend",{"_index":220,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["originalsend.call(res",{"_index":223,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["originalurl",{"_index":212,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["orthographic",{"_index":702,"title":{},"body":{"changelog.html":{}}}],["ot2od026671",{"_index":1290,"title":{},"body":{"index.html":{}}}],["otherwise",{"_index":1347,"title":{},"body":{"license.html":{}}}],["out",{"_index":1349,"title":{},"body":{"license.html":{}}}],["over",{"_index":859,"title":{},"body":{"changelog.html":{}}}],["overall",{"_index":508,"title":{},"body":{"changelog.html":{}}}],["overlays",{"_index":1015,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":1353,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["p",{"_index":980,"title":{},"body":{"changelog.html":{}}}],["package",{"_index":565,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{}}}],["pages",{"_index":655,"title":{},"body":{"changelog.html":{}}}],["paired",{"_index":637,"title":{},"body":{"changelog.html":{}}}],["pan",{"_index":321,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["pane",{"_index":783,"title":{},"body":{"changelog.html":{}}}],["panel",{"_index":652,"title":{},"body":{"changelog.html":{}}}],["parameters",{"_index":92,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}}}],["parent",{"_index":639,"title":{},"body":{"changelog.html":{}}}],["parsearray",{"_index":1082,"title":{},"body":{"coverage.html":{}}}],["parseboolean",{"_index":1045,"title":{},"body":{"coverage.html":{}}}],["parseboolean(query.cache",{"_index":215,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["parseboolean(value",{"_index":202,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["parsedatabasesources",{"_index":1103,"title":{},"body":{"coverage.html":{}}}],["parsedqs",{"_index":25,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["parseminmaxrange",{"_index":1083,"title":{},"body":{"coverage.html":{}}}],["parsenumber",{"_index":1046,"title":{},"body":{"coverage.html":{}}}],["parser",{"_index":20,"title":{},"body":{"interfaces/AppOptions.html":{},"dependencies.html":{}}}],["parserange",{"_index":1084,"title":{},"body":{"coverage.html":{}}}],["parsesex",{"_index":1085,"title":{},"body":{"coverage.html":{}}}],["parsespatial",{"_index":1086,"title":{},"body":{"coverage.html":{}}}],["parsestring",{"_index":1063,"title":{},"body":{"coverage.html":{}}}],["partial",{"_index":1401,"title":{},"body":{"miscellaneous/variables.html":{}}}],["particular",{"_index":1333,"title":{},"body":{"license.html":{}}}],["partly",{"_index":808,"title":{},"body":{"changelog.html":{}}}],["partonomy",{"_index":725,"title":{},"body":{"changelog.html":{}}}],["patchglobal",{"_index":1056,"title":{},"body":{"coverage.html":{}}}],["path",{"_index":1190,"title":{},"body":{"dependencies.html":{}}}],["performance",{"_index":568,"title":{},"body":{"changelog.html":{}}}],["permission",{"_index":1296,"title":{},"body":{"license.html":{}}}],["permit",{"_index":1317,"title":{},"body":{"license.html":{}}}],["person",{"_index":1301,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1318,"title":{},"body":{"license.html":{}}}],["pick",{"_index":485,"title":{},"body":{"changelog.html":{}}}],["pickbytype",{"_index":1367,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["placeholder",{"_index":13,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["placement",{"_index":479,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["placement.ts",{"_index":1065,"title":{},"body":{"coverage.html":{}}}],["placenta",{"_index":514,"title":{},"body":{"changelog.html":{}}}],["player",{"_index":1133,"title":{},"body":{"dependencies.html":{}}}],["plugin",{"_index":1158,"title":{},"body":{"dependencies.html":{}}}],["plus",{"_index":494,"title":{},"body":{"changelog.html":{}}}],["popup",{"_index":958,"title":{},"body":{"changelog.html":{}}}],["portal",{"_index":610,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["portal's",{"_index":931,"title":{},"body":{"changelog.html":{}}}],["portions",{"_index":1326,"title":{},"body":{"license.html":{}}}],["position",{"_index":553,"title":{},"body":{"changelog.html":{}}}],["possible",{"_index":874,"title":{},"body":{"changelog.html":{}}}],["post('/get",{"_index":1409,"title":{},"body":{"miscellaneous/variables.html":{}}}],["practice",{"_index":50,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["preferences",{"_index":683,"title":{},"body":{"changelog.html":{}}}],["preparation",{"_index":431,"title":{},"body":{"changelog.html":{}}}],["presented",{"_index":1013,"title":{},"body":{"changelog.html":{}}}],["prevent",{"_index":543,"title":{},"body":{"changelog.html":{}}}],["preview",{"_index":699,"title":{},"body":{"changelog.html":{}}}],["previous",{"_index":836,"title":{},"body":{"changelog.html":{}}}],["previously",{"_index":592,"title":{},"body":{"changelog.html":{}}}],["private",{"_index":81,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["process",{"_index":973,"title":{},"body":{"changelog.html":{}}}],["process.env",{"_index":1397,"title":{},"body":{"miscellaneous/variables.html":{}}}],["processed",{"_index":922,"title":{},"body":{"changelog.html":{}}}],["processing",{"_index":684,"title":{},"body":{"changelog.html":{}}}],["processparameter",{"_index":1087,"title":{},"body":{"coverage.html":{}}}],["production",{"_index":579,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["programming",{"_index":561,"title":{},"body":{"changelog.html":{}}}],["project",{"_index":978,"title":{},"body":{"changelog.html":{}}}],["projects",{"_index":1240,"title":{},"body":{"index.html":{}}}],["projects/.../auto",{"_index":1357,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../browser.ts",{"_index":1372,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../ccf",{"_index":1368,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../database",{"_index":1359,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../environment.ts",{"_index":1370,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../forward",{"_index":1361,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../index.ts",{"_index":1374,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../parse",{"_index":1376,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../polyfills.ts",{"_index":1366,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../request",{"_index":1358,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../rui",{"_index":1375,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../server.ts",{"_index":1363,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../use",{"_index":1373,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/ccf",{"_index":6,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["promise",{"_index":183,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["promisifieddorequest",{"_index":383,"title":{},"body":{"classes/RequestCache.html":{}}}],["promisifieddorequest(key",{"_index":392,"title":{},"body":{"classes/RequestCache.html":{}}}],["properties",{"_index":11,"title":{"properties.html":{}},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"properties.html":{}}}],["provided",{"_index":1028,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["providers",{"_index":617,"title":{},"body":{"changelog.html":{}}}],["prune",{"_index":77,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["pruner",{"_index":82,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["public",{"_index":159,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"changelog.html":{}}}],["publish",{"_index":1311,"title":{},"body":{"license.html":{}}}],["publishing",{"_index":563,"title":{},"body":{"changelog.html":{}}}],["purpose",{"_index":1334,"title":{},"body":{"license.html":{}}}],["pushed",{"_index":771,"title":{},"body":{"changelog.html":{}}}],["python",{"_index":459,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["qs",{"_index":24,"title":{},"body":{"interfaces/AppOptions.html":{},"dependencies.html":{}}}],["qs.parse(str",{"_index":46,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["qtoken",{"_index":243,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["qualitative",{"_index":935,"title":{},"body":{"changelog.html":{}}}],["quality",{"_index":419,"title":{},"body":{"changelog.html":{}}}],["queries",{"_index":471,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["query",{"_index":181,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"changelog.html":{}}}],["query.ts",{"_index":1077,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["querying",{"_index":523,"title":{},"body":{"changelog.html":{}}}],["queryparameterstofilter",{"_index":1088,"title":{},"body":{"coverage.html":{}}}],["quickly",{"_index":915,"title":{},"body":{"changelog.html":{}}}],["r.dispose",{"_index":284,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["r.json",{"_index":343,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["r.text",{"_index":331,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["range",{"_index":369,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["rawtoken",{"_index":376,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["rc.1",{"_index":941,"title":{},"body":{"changelog.html":{}}}],["rdf",{"_index":1216,"title":{},"body":{"dependencies.html":{}}}],["rdfjs",{"_index":1135,"title":{},"body":{"dependencies.html":{}}}],["rdfjs/data",{"_index":1161,"title":{},"body":{"dependencies.html":{}}}],["rdfxml",{"_index":1218,"title":{},"body":{"dependencies.html":{}}}],["readable",{"_index":1220,"title":{},"body":{"dependencies.html":{}}}],["readfilesync",{"_index":295,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["readfilesync(source",{"_index":335,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["readonly",{"_index":161,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"classes/RequestCache.html":{}}}],["real",{"_index":955,"title":{},"body":{"changelog.html":{}}}],["rectify",{"_index":598,"title":{},"body":{"changelog.html":{}}}],["reduce",{"_index":761,"title":{},"body":{"changelog.html":{}}}],["reduction",{"_index":535,"title":{},"body":{"changelog.html":{}}}],["reference",{"_index":403,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["refernced",{"_index":638,"title":{},"body":{"changelog.html":{}}}],["refresh",{"_index":724,"title":{},"body":{"changelog.html":{}}}],["regions",{"_index":1016,"title":{},"body":{"changelog.html":{}}}],["register",{"_index":1179,"title":{},"body":{"dependencies.html":{}}}],["registered",{"_index":593,"title":{},"body":{"changelog.html":{}}}],["registration",{"_index":627,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["registrations",{"_index":748,"title":{},"body":{"changelog.html":{}}}],["registrations#1",{"_index":446,"title":{},"body":{"changelog.html":{}}}],["registrations/gtex",{"_index":320,"title":{},"body":{"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["related",{"_index":800,"title":{},"body":{"changelog.html":{}}}],["release",{"_index":454,"title":{},"body":{"changelog.html":{}}}],["releaseproxy",{"_index":173,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["reliability",{"_index":849,"title":{},"body":{"changelog.html":{}}}],["reloads",{"_index":695,"title":{},"body":{"changelog.html":{}}}],["removed",{"_index":669,"title":{},"body":{"changelog.html":{}}}],["removes",{"_index":799,"title":{},"body":{"changelog.html":{}}}],["replace(/^hbm",{"_index":259,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["replace(/^snt",{"_index":261,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["repository",{"_index":1237,"title":{},"body":{"index.html":{}}}],["req",{"_index":210,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["req.app.get('database",{"_index":375,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["req.query.token",{"_index":244,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["req['getdatabase",{"_index":237,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["request",{"_index":227,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{}}}],["requestcache",{"_index":230,"title":{"classes/RequestCache.html":{}},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"coverage.html":{}}}],["requesthandler",{"_index":200,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["required",{"_index":903,"title":{},"body":{"changelog.html":{}}}],["res",{"_index":211,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["res.json",{"_index":221,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["res.json(cachedresponse",{"_index":219,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["res.json(result",{"_index":379,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["res.send",{"_index":1378,"title":{},"body":{"miscellaneous/variables.html":{}}}],["res.sendfile(apifile",{"_index":1381,"title":{},"body":{"miscellaneous/variables.html":{}}}],["res.status(500).json",{"_index":380,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["resets",{"_index":726,"title":{},"body":{"changelog.html":{}}}],["resolve('ccf",{"_index":1380,"title":{},"body":{"miscellaneous/variables.html":{}}}],["resolved",{"_index":777,"title":{},"body":{"changelog.html":{}}}],["respond",{"_index":717,"title":{},"body":{"changelog.html":{}}}],["response",{"_index":303,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["response?.data?.filter(entry",{"_index":345,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["restriction",{"_index":1306,"title":{},"body":{"license.html":{}}}],["result",{"_index":377,"title":{},"body":{"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["result.ts",{"_index":1093,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["results",{"_index":71,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["resultslist.find(entry",{"_index":355,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["resultslist.indexof(matchingentry",{"_index":359,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["resultslist[index].label",{"_index":363,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["resultslist[index].sex",{"_index":372,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["return",{"_index":45,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"miscellaneous/variables.html":{}}}],["returns",{"_index":102,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"classes/RequestCache.html":{}}}],["returntype",{"_index":95,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["rgb",{"_index":1194,"title":{},"body":{"dependencies.html":{}}}],["right",{"_index":486,"title":{},"body":{"changelog.html":{}}}],["rights",{"_index":1308,"title":{},"body":{"license.html":{}}}],["rnaseqsamplesummary",{"_index":292,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["root",{"_index":734,"title":{},"body":{"changelog.html":{}}}],["rotates",{"_index":697,"title":{},"body":{"changelog.html":{}}}],["round",{"_index":834,"title":{},"body":{"changelog.html":{}}}],["rounded",{"_index":853,"title":{},"body":{"changelog.html":{}}}],["route",{"_index":521,"title":{},"body":{"changelog.html":{}}}],["router",{"_index":1382,"title":{},"body":{"miscellaneous/variables.html":{}}}],["routes",{"_index":29,"title":{},"body":{"interfaces/AppOptions.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["routes/browser",{"_index":31,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["routes/v1",{"_index":33,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ru/cdk",{"_index":1110,"title":{},"body":{"dependencies.html":{}}}],["ru/common",{"_index":1112,"title":{},"body":{"dependencies.html":{}}}],["ru/ngxs",{"_index":1114,"title":{},"body":{"dependencies.html":{}}}],["rui",{"_index":415,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rui_locations.jsonld",{"_index":550,"title":{},"body":{"changelog.html":{}}}],["ruilocations",{"_index":373,"title":{},"body":{"interfaces/GtexTissue.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["ruilocations('https://search.api.hubmapconsortium.org/v3/entities/search",{"_index":1396,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ruilocations('https://search.api.sennetconsortium.org/entities/search",{"_index":1394,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxjs",{"_index":1223,"title":{},"body":{"dependencies.html":{}}}],["s",{"_index":252,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["sample",{"_index":1027,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["samples",{"_index":763,"title":{},"body":{"changelog.html":{}}}],["saver",{"_index":1184,"title":{},"body":{"dependencies.html":{}}}],["scaffolding",{"_index":979,"title":{},"body":{"changelog.html":{}}}],["scene",{"_index":504,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["scene.ts",{"_index":1073,"title":{},"body":{"coverage.html":{}}}],["scheduled",{"_index":778,"title":{},"body":{"changelog.html":{}}}],["schema",{"_index":983,"title":{},"body":{"changelog.html":{}}}],["schemes",{"_index":936,"title":{},"body":{"changelog.html":{}}}],["science",{"_index":1283,"title":{},"body":{"index.html":{}}}],["script",{"_index":56,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["search",{"_index":484,"title":{},"body":{"changelog.html":{}}}],["searches",{"_index":497,"title":{},"body":{"changelog.html":{}}}],["section",{"_index":749,"title":{},"body":{"changelog.html":{}}}],["security.html",{"_index":51,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["see",{"_index":422,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["select",{"_index":668,"title":{},"body":{"changelog.html":{}}}],["selected",{"_index":507,"title":{},"body":{"changelog.html":{}}}],["selecting",{"_index":556,"title":{},"body":{"changelog.html":{}}}],["selector",{"_index":554,"title":{},"body":{"changelog.html":{}}}],["selects",{"_index":998,"title":{},"body":{"changelog.html":{}}}],["selecttoken",{"_index":1053,"title":{},"body":{"coverage.html":{}}}],["selecttoken(token",{"_index":242,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["self",{"_index":58,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["sell",{"_index":1315,"title":{},"body":{"license.html":{}}}],["semantic",{"_index":1012,"title":{},"body":{"changelog.html":{}}}],["sennet",{"_index":573,"title":{},"body":{"changelog.html":{}}}],["sennettoken",{"_index":260,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["sensitive",{"_index":443,"title":{},"body":{"changelog.html":{}}}],["server",{"_index":986,"title":{},"body":{"changelog.html":{}}}],["set",{"_index":85,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"changelog.html":{}}}],["set(key",{"_index":104,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["setifdefined",{"_index":1089,"title":{},"body":{"coverage.html":{}}}],["setinterval",{"_index":152,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["setoptions",{"_index":140,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["setup",{"_index":745,"title":{},"body":{"changelog.html":{}}}],["sex",{"_index":353,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["sexes",{"_index":889,"title":{},"body":{"changelog.html":{}}}],["sexstats",{"_index":360,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sexstats.agemax",{"_index":371,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sexstats.agemean",{"_index":368,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sexstats.agemin",{"_index":370,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sex}s",{"_index":364,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["shall",{"_index":1323,"title":{},"body":{"license.html":{}}}],["shared",{"_index":688,"title":{},"body":{"changelog.html":{}}}],["shortest",{"_index":1189,"title":{},"body":{"dependencies.html":{}}}],["show",{"_index":720,"title":{},"body":{"changelog.html":{}}}],["showing",{"_index":921,"title":{},"body":{"changelog.html":{}}}],["shown",{"_index":930,"title":{},"body":{"changelog.html":{}}}],["shows",{"_index":620,"title":{},"body":{"changelog.html":{}}}],["side",{"_index":442,"title":{},"body":{"changelog.html":{}}}],["sides",{"_index":891,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":729,"title":{},"body":{"changelog.html":{}}}],["simple",{"_index":651,"title":{},"body":{"changelog.html":{}}}],["simplifies",{"_index":743,"title":{},"body":{"changelog.html":{}}}],["sites",{"_index":630,"title":{},"body":{"changelog.html":{}}}],["sizable",{"_index":848,"title":{},"body":{"changelog.html":{}}}],["slider",{"_index":1117,"title":{},"body":{"dependencies.html":{}}}],["slider/ngx",{"_index":1116,"title":{},"body":{"dependencies.html":{}}}],["slightly",{"_index":596,"title":{},"body":{"changelog.html":{}}}],["slow",{"_index":758,"title":{},"body":{"changelog.html":{}}}],["software",{"_index":1242,"title":{},"body":{"index.html":{},"license.html":{}}}],["solved",{"_index":843,"title":{},"body":{"changelog.html":{}}}],["sometimes",{"_index":912,"title":{},"body":{"changelog.html":{}}}],["soon",{"_index":567,"title":{},"body":{"changelog.html":{}}}],["sop",{"_index":753,"title":{},"body":{"changelog.html":{}}}],["source",{"_index":4,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["source.startswith('http",{"_index":329,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["sources",{"_index":676,"title":{},"body":{"changelog.html":{}}}],["sparc",{"_index":747,"title":{},"body":{"changelog.html":{}}}],["sparql",{"_index":470,"title":{},"body":{"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["sparqlquery",{"_index":160,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["sparqlqueryfunction",{"_index":165,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"miscellaneous/typealiases.html":{}}}],["spatial",{"_index":492,"title":{},"body":{"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["spatialsearches",{"_index":1407,"title":{},"body":{"miscellaneous/variables.html":{}}}],["spec",{"_index":299,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["spec.yaml",{"_index":1262,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["specific",{"_index":614,"title":{},"body":{"changelog.html":{}}}],["specification",{"_index":1261,"title":{},"body":{"index.html":{}}}],["speed",{"_index":533,"title":{},"body":{"changelog.html":{}}}],["spinal",{"_index":515,"title":{},"body":{"changelog.html":{}}}],["spinning",{"_index":984,"title":{},"body":{"changelog.html":{}}}],["split('|').filter(s",{"_index":251,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["sprint",{"_index":781,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":57,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["stage",{"_index":822,"title":{},"body":{"changelog.html":{}}}],["staging",{"_index":580,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["standalone",{"_index":838,"title":{},"body":{"changelog.html":{}}}],["standard",{"_index":895,"title":{},"body":{"changelog.html":{}}}],["standards",{"_index":988,"title":{},"body":{"changelog.html":{}}}],["star2",{"_index":1246,"title":{},"body":{"index.html":{}}}],["startautoprune",{"_index":86,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["startautoprune(force",{"_index":113,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["started",{"_index":400,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"changelog.html":{}}}],["starts",{"_index":1034,"title":{},"body":{"changelog.html":{}}}],["startserver",{"_index":1104,"title":{},"body":{"coverage.html":{}}}],["startup",{"_index":741,"title":{},"body":{"changelog.html":{}}}],["statements",{"_index":1037,"title":{},"body":{"coverage.html":{}}}],["status",{"_index":162,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"miscellaneous/variables.html":{}}}],["status.ts",{"_index":1061,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["stay",{"_index":1032,"title":{},"body":{"changelog.html":{}}}],["still",{"_index":766,"title":{},"body":{"changelog.html":{}}}],["stories",{"_index":976,"title":{},"body":{"changelog.html":{}}}],["str",{"_index":43,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["stream",{"_index":1221,"title":{},"body":{"dependencies.html":{}}}],["streaming",{"_index":1219,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":44,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["string).includes(sex",{"_index":358,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["structure",{"_index":795,"title":{},"body":{"changelog.html":{}}}],["structures",{"_index":784,"title":{},"body":{"changelog.html":{}}}],["styles",{"_index":1008,"title":{},"body":{"changelog.html":{}}}],["styling",{"_index":647,"title":{},"body":{"changelog.html":{}}}],["subject",{"_index":1320,"title":{},"body":{"license.html":{}}}],["sublicense",{"_index":1313,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":1325,"title":{},"body":{"license.html":{}}}],["such",{"_index":469,"title":{},"body":{"changelog.html":{}}}],["super",{"_index":129,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["super.set(key",{"_index":144,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["support",{"_index":474,"title":{},"body":{"changelog.html":{}}}],["swiper",{"_index":1226,"title":{},"body":{"dependencies.html":{}}}],["switch",{"_index":482,"title":{},"body":{"changelog.html":{}}}],["switched",{"_index":856,"title":{},"body":{"changelog.html":{}}}],["symbol('indicator",{"_index":1398,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sync",{"_index":698,"title":{},"body":{"changelog.html":{}}}],["t.startswith('hbm",{"_index":257,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["t.startswith('snt",{"_index":258,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["table",{"_index":1109,"title":{},"body":{"coverage.html":{}}}],["tables",{"_index":588,"title":{},"body":{"changelog.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":1108,"title":{},"body":{"coverage.html":{}}}],["tagging",{"_index":893,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":611,"title":{},"body":{"changelog.html":{}}}],["technologies",{"_index":1005,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["technology",{"_index":826,"title":{},"body":{"changelog.html":{}}}],["telemetry",{"_index":691,"title":{},"body":{"changelog.html":{}}}],["term",{"_index":1426,"title":{},"body":{"miscellaneous/variables.html":{}}}],["terms",{"_index":466,"title":{},"body":{"changelog.html":{}}}],["test",{"_index":962,"title":{},"body":{"changelog.html":{}}}],["testing",{"_index":902,"title":{},"body":{"changelog.html":{}}}],["theme",{"_index":574,"title":{},"body":{"changelog.html":{}}}],["themes",{"_index":572,"title":{},"body":{"changelog.html":{}}}],["theming",{"_index":569,"title":{},"body":{"changelog.html":{}}}],["this.clearautoprune",{"_index":139,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.dorequest(key",{"_index":396,"title":{},"body":{"classes/RequestCache.html":{}}}],["this.get(key",{"_index":397,"title":{},"body":{"classes/RequestCache.html":{}}}],["this.handleerrors(key",{"_index":395,"title":{},"body":{"classes/RequestCache.html":{}}}],["this.promisifieddorequest(key",{"_index":394,"title":{},"body":{"classes/RequestCache.html":{}}}],["this.pruner",{"_index":146,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.purgestale",{"_index":153,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.size",{"_index":138,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.startautoprune",{"_index":145,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["this.ttl",{"_index":147,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["through",{"_index":914,"title":{},"body":{"changelog.html":{}}}],["throw_if_not_found",{"_index":1049,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["throwindicator",{"_index":1369,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["thrown",{"_index":1400,"title":{},"body":{"miscellaneous/variables.html":{}}}],["thumbnails",{"_index":793,"title":{},"body":{"changelog.html":{}}}],["tied",{"_index":797,"title":{},"body":{"changelog.html":{}}}],["tiff",{"_index":923,"title":{},"body":{"changelog.html":{}}}],["timeouts",{"_index":544,"title":{},"body":{"changelog.html":{}}}],["times",{"_index":536,"title":{},"body":{"changelog.html":{}}}],["tissue",{"_index":347,"title":{},"body":{"interfaces/GtexTissue.html":{},"changelog.html":{}}}],["tissueinfo",{"_index":352,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tissueinfo.rnaseqsamplesummary.female",{"_index":362,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tissueinfo.rnaseqsamplesummary.male",{"_index":361,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tissues",{"_index":594,"title":{},"body":{"changelog.html":{}}}],["tissuesitedetailid",{"_index":293,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tmc",{"_index":1023,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["toggle",{"_index":570,"title":{},"body":{"changelog.html":{}}}],["token",{"_index":233,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["tool",{"_index":839,"title":{},"body":{"changelog.html":{}}}],["tort",{"_index":1346,"title":{},"body":{"license.html":{}}}],["totalcount",{"_index":311,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["tracking/telemetry",{"_index":710,"title":{},"body":{"changelog.html":{}}}],["transparency",{"_index":840,"title":{},"body":{"changelog.html":{}}}],["travisci",{"_index":860,"title":{},"body":{"changelog.html":{}}}],["tree",{"_index":981,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["true",{"_index":48,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/CacheOptions.html":{},"miscellaneous/variables.html":{}}}],["try",{"_index":327,"title":{},"body":{"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{}}}],["tryjsonparse",{"_index":1105,"title":{},"body":{"coverage.html":{}}}],["ts",{"_index":1228,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":1231,"title":{},"body":{"dependencies.html":{}}}],["ttl",{"_index":132,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["ttlautopurge",{"_index":135,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{}}}],["tuned",{"_index":1033,"title":{},"body":{"changelog.html":{}}}],["turn",{"_index":820,"title":{},"body":{"changelog.html":{}}}],["turned",{"_index":801,"title":{},"body":{"changelog.html":{}}}],["turning",{"_index":798,"title":{},"body":{"changelog.html":{}}}],["tutorial",{"_index":671,"title":{},"body":{"changelog.html":{}}}],["two",{"_index":934,"title":{},"body":{"changelog.html":{}}}],["type",{"_index":15,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["typealiases",{"_index":1355,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":141,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["types",{"_index":122,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{},"changelog.html":{}}}],["typescript",{"_index":120,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"classes/RequestCache.html":{},"changelog.html":{},"index.html":{}}}],["typing",{"_index":995,"title":{},"body":{"changelog.html":{}}}],["ufl",{"_index":792,"title":{},"body":{"changelog.html":{}}}],["ui",{"_index":428,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["ui.netlify.app",{"_index":1249,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/organ",{"_index":1259,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/rui",{"_index":1256,"title":{},"body":{"index.html":{}}}],["ui/organ",{"_index":1258,"title":{},"body":{"index.html":{}}}],["ui/rui",{"_index":1257,"title":{},"body":{"index.html":{}}}],["uis",{"_index":456,"title":{},"body":{"changelog.html":{}}}],["undefined",{"_index":108,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"miscellaneous/variables.html":{}}}],["university",{"_index":1286,"title":{},"body":{"index.html":{}}}],["unknown",{"_index":193,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["unnecessary",{"_index":694,"title":{},"body":{"changelog.html":{}}}],["unpkg.com",{"_index":62,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["unsafe",{"_index":59,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"interfaces/CacheOptions.html":{},"classes/RequestCache.html":{}}}],["unselect",{"_index":760,"title":{},"body":{"changelog.html":{}}}],["until",{"_index":805,"title":{},"body":{"changelog.html":{}}}],["up",{"_index":529,"title":{},"body":{"changelog.html":{}}}],["update",{"_index":436,"title":{},"body":{"changelog.html":{}}}],["updated",{"_index":433,"title":{},"body":{"changelog.html":{}}}],["updateentry",{"_index":1070,"title":{},"body":{"coverage.html":{}}}],["updateentry(results",{"_index":348,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["updateentry(resultslist",{"_index":351,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["updates",{"_index":520,"title":{},"body":{"changelog.html":{}}}],["upgraded",{"_index":919,"title":{},"body":{"changelog.html":{}}}],["upgrades",{"_index":1000,"title":{},"body":{"changelog.html":{}}}],["upgrading",{"_index":714,"title":{},"body":{"changelog.html":{}}}],["upload",{"_index":835,"title":{},"body":{"changelog.html":{}}}],["url",{"_index":213,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["url.endswith('hubmap/rui_locations.jsonld",{"_index":263,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["url.endswith('sennet/rui_locations.jsonld",{"_index":265,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["url}?token=${hubmaptoken",{"_index":266,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["url}?token=${sennettoken",{"_index":267,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["usage",{"_index":457,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["usage.ipynb",{"_index":1268,"title":{},"body":{"index.html":{}}}],["use",{"_index":269,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{},"changelog.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["use('/ccf.owl.n3store.json",{"_index":1411,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use('/db",{"_index":1408,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use('/gtex",{"_index":1415,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use('/sparql",{"_index":1410,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use(cacheresponses",{"_index":1413,"title":{},"body":{"miscellaneous/variables.html":{}}}],["use(checkroutesenabled",{"_index":1390,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecache",{"_index":214,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["usecachedresult",{"_index":1094,"title":{},"body":{"coverage.html":{}}}],["usecachedresult('ccf.owl.n3store.json",{"_index":1412,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecachedresult('cell",{"_index":1437,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecachedresult('ontology",{"_index":1434,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecachedresult('reference",{"_index":1440,"title":{},"body":{"miscellaneous/variables.html":{}}}],["usecase",{"_index":1274,"title":{},"body":{"index.html":{}}}],["usecase.ipynb",{"_index":1271,"title":{},"body":{"index.html":{}}}],["used",{"_index":819,"title":{},"body":{"changelog.html":{}}}],["usedefaults",{"_index":54,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["user",{"_index":406,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["user/os",{"_index":682,"title":{},"body":{"changelog.html":{}}}],["users",{"_index":1019,"title":{},"body":{"changelog.html":{}}}],["uses",{"_index":701,"title":{},"body":{"changelog.html":{}}}],["using",{"_index":654,"title":{},"body":{"changelog.html":{}}}],["utf",{"_index":337,"title":{},"body":{"interfaces/GtexTissue.html":{}}}],["utilities",{"_index":689,"title":{},"body":{"changelog.html":{}}}],["utils/auto",{"_index":201,"title":{},"body":{"interfaces/CacheOptions.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["utils/ccf",{"_index":229,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["utils/request",{"_index":231,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{},"interfaces/GtexTissue.html":{}}}],["uuid",{"_index":1233,"title":{},"body":{"dependencies.html":{}}}],["v",{"_index":106,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/RequestCache.html":{}}}],["v1.1",{"_index":589,"title":{},"body":{"changelog.html":{}}}],["v1.3",{"_index":465,"title":{},"body":{"changelog.html":{}}}],["v1.4",{"_index":455,"title":{},"body":{"changelog.html":{}}}],["v1.5.0",{"_index":818,"title":{},"body":{"changelog.html":{}}}],["v1.7",{"_index":591,"title":{},"body":{"changelog.html":{}}}],["v1.7.0",{"_index":583,"title":{},"body":{"changelog.html":{}}}],["v1.8.0",{"_index":546,"title":{},"body":{"changelog.html":{}}}],["v1.9.0",{"_index":512,"title":{},"body":{"changelog.html":{}}}],["v1.9.4",{"_index":478,"title":{},"body":{"changelog.html":{}}}],["v1/sparql",{"_index":525,"title":{},"body":{"changelog.html":{}}}],["v1routes",{"_index":32,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["v2",{"_index":1208,"title":{},"body":{"dependencies.html":{}}}],["v2.1.0",{"_index":463,"title":{},"body":{"changelog.html":{}}}],["v2.2.0",{"_index":451,"title":{},"body":{"changelog.html":{}}}],["v3",{"_index":483,"title":{},"body":{"changelog.html":{}}}],["value",{"_index":99,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/CacheOptions.html":{},"miscellaneous/variables.html":{}}}],["value}`.tolowercase",{"_index":205,"title":{},"body":{"interfaces/CacheOptions.html":{}}}],["variable",{"_index":1047,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":1371,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["version",{"_index":604,"title":{},"body":{"changelog.html":{},"index.html":{},"properties.html":{}}}],["very",{"_index":909,"title":{},"body":{"changelog.html":{}}}],["via",{"_index":542,"title":{},"body":{"changelog.html":{}}}],["video",{"_index":715,"title":{},"body":{"changelog.html":{}}}],["view",{"_index":700,"title":{},"body":{"changelog.html":{}}}],["viewer",{"_index":786,"title":{},"body":{"changelog.html":{}}}],["viewing",{"_index":502,"title":{},"body":{"changelog.html":{}}}],["views",{"_index":703,"title":{},"body":{"changelog.html":{}}}],["visual",{"_index":500,"title":{},"body":{"changelog.html":{}}}],["visualization",{"_index":750,"title":{},"body":{"changelog.html":{}}}],["vitessce",{"_index":920,"title":{},"body":{"changelog.html":{}}}],["void",{"_index":103,"title":{},"body":{"classes/AutoPruneLRUCache.html":{},"interfaces/AutoPruneLRUCacheOptions.html":{},"classes/CCFDatabaseInstance.html":{},"interfaces/GtexTissue.html":{},"classes/RequestCache.html":{}}}],["vs",{"_index":665,"title":{},"body":{"changelog.html":{}}}],["vu",{"_index":1029,"title":{},"body":{"changelog.html":{}}}],["walkthrough",{"_index":1270,"title":{},"body":{"index.html":{}}}],["warming",{"_index":541,"title":{},"body":{"changelog.html":{}}}],["warning",{"_index":943,"title":{},"body":{"changelog.html":{}}}],["warranties",{"_index":1330,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1327,"title":{},"body":{"license.html":{}}}],["web",{"_index":539,"title":{},"body":{"changelog.html":{}}}],["webcomponent",{"_index":664,"title":{},"body":{"changelog.html":{}}}],["webcomponents/webcomponentsjs",{"_index":1164,"title":{},"body":{"dependencies.html":{}}}],["webpages",{"_index":609,"title":{},"body":{"changelog.html":{}}}],["website",{"_index":1244,"title":{},"body":{"index.html":{}}}],["week",{"_index":1035,"title":{},"body":{"changelog.html":{}}}],["whether",{"_index":1343,"title":{},"body":{"license.html":{}}}],["whole",{"_index":1031,"title":{},"body":{"changelog.html":{}}}],["width",{"_index":719,"title":{},"body":{"changelog.html":{}}}],["within",{"_index":790,"title":{},"body":{"changelog.html":{}}}],["without",{"_index":625,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["worker",{"_index":179,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["worker('./dist/server/ccf",{"_index":187,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["worker.terminate",{"_index":197,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["worker.ts",{"_index":158,"title":{},"body":{"classes/CCFDatabaseInstance.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["worker.ts:10",{"_index":166,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["worker.ts:12",{"_index":167,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["worker_threads",{"_index":180,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["workerdata",{"_index":189,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["workflows",{"_index":862,"title":{},"body":{"changelog.html":{}}}],["working",{"_index":597,"title":{},"body":{"changelog.html":{}}}],["works",{"_index":880,"title":{},"body":{"changelog.html":{}}}],["wrap",{"_index":174,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["wrap(nodeendpoint(worker",{"_index":191,"title":{},"body":{"classes/CCFDatabaseInstance.html":{}}}],["xconsortiaroutes",{"_index":1414,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xconsortiatokens",{"_index":249,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["xconsortiatokens.find((t",{"_index":256,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["xconsortiatokens.length",{"_index":254,"title":{},"body":{"interfaces/DatabaseCacheOptions.html":{},"interfaces/DatabaseLoaderOptions.html":{}}}],["yes",{"_index":94,"title":{},"body":{"classes/AutoPruneLRUCache.html":{}}}],["youtube",{"_index":632,"title":{},"body":{"changelog.html":{}}}],["zone.js",{"_index":1235,"title":{},"body":{"dependencies.html":{}}}]],"pipeline":["stemmer"]}, + "store": {"interfaces/AppOptions.html":{"url":"interfaces/AppOptions.html","title":"interface - AppOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AppOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/app.ts\n \n\n\n\n \n Extends\n \n \n DatabaseLoaderOptions\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n placeholder\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n placeholder\n \n \n \n \n \n \n \n \n placeholder: never\n\n \n \n\n\n \n \n Type : never\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import bodyParser from 'body-parser';\nimport cors from 'cors';\nimport express, { Express } from 'express';\nimport helmet from 'helmet';\nimport qs, { ParsedQs } from 'qs';\n\nimport { databaseLoader, DatabaseLoaderOptions } from './middleware/database-loader';\nimport { routes as browserRoutes } from './routes/browser';\nimport { routes as v1Routes } from './routes/v1';\n\nexport interface AppOptions extends DatabaseLoaderOptions {\n placeholder?: never;\n}\n\n\nexport function createApp(options: AppOptions): Express {\n const app = express();\n\n app.set('database-options', options.database);\n\n app.set('query parser', function (str: string): ParsedQs {\n return qs.parse(str, { allowDots: true });\n });\n\n // http://expressjs.com/en/advanced/best-practice-security.html\n app.use(helmet({\n contentSecurityPolicy: {\n useDefaults: true,\n directives: {\n 'script-src': ['\\'self\\'', '\\'unsafe-eval\\'', 'cdn.jsdelivr.net', 'unpkg.com'],\n 'connect-src': ['*'],\n }\n }\n }));\n app.use(cors());\n\n app.use(bodyParser.urlencoded({ extended: true }));\n app.use(bodyParser.json());\n\n app.use(databaseLoader(options));\n\n app.use('/', browserRoutes);\n app.use('/v1', v1Routes);\n\n return app;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AutoPruneLRUCache.html":{"url":"classes/AutoPruneLRUCache.html","title":"class - AutoPruneLRUCache","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AutoPruneLRUCache\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n\n\n\n \n Extends\n \n \n LRUCache\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Optional\n pruner\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearAutoPrune\n \n \n set\n \n \n startAutoPrune\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(options?: AutoPruneLRUCacheOptions)\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:13\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n options\n \n \n AutoPruneLRUCacheOptions\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n Optional\n pruner\n \n \n \n \n \n \n Type : ReturnType<>\n\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:13\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearAutoPrune\n \n \n \n \n \n \nclearAutoPrune(force)\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Default value\n \n \n \n \n force\n\n \n No\n \n\n \n false\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: K, value: V | BackgroundFetch | undefined, options?: number | LRUCache.SetOptions)\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:31\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n K\n \n\n \n No\n \n\n\n \n \n value\n \n V | BackgroundFetch | undefined\n \n\n \n No\n \n\n\n \n \n options\n \n number | LRUCache.SetOptions\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n startAutoPrune\n \n \n \n \n \n \nstartAutoPrune(force)\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Default value\n \n \n \n \n force\n\n \n No\n \n\n \n false\n \n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { BackgroundFetch, LRUCache } from 'lru-cache';\n\n// eslint-disable-next-line @typescript-eslint/ban-types\ntype AnyObject = {};\n\nexport interface AutoPruneLRUCacheOptions {\n max?: number;\n maxAge?: number;\n dispose?: (key: K, value: V) => void;\n}\n\nexport class AutoPruneLRUCache extends LRUCache {\n private pruner?: ReturnType;\n\n constructor(options?: AutoPruneLRUCacheOptions) {\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n super({\n max: options?.max ?? 100000,\n ttl: options?.maxAge ?? 0,\n ttlAutopurge: (options?.maxAge ?? 0) > 0,\n noDisposeOnSet: false,\n dispose: (value, key) => {\n options?.dispose?.(key, value);\n if (this.size === 0) {\n this.clearAutoPrune();\n }\n }\n });\n }\n\n set(key: K, value: V | BackgroundFetch | undefined, options?: number | LRUCache.SetOptions): this {\n const setOptions = typeof options === 'number' ? { ttl: options } : options;\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access\n super.set(key, value, setOptions);\n this.startAutoPrune();\n return this;\n }\n\n startAutoPrune(force = false): void {\n if (this.pruner ?? !this.ttl ?? this.ttl === Infinity) {\n return;\n }\n\n if (this.size !== 0 || force) {\n const duration = Math.max(this.ttl, 1);\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n this.pruner = setInterval(() => this.purgeStale(), duration);\n }\n }\n\n clearAutoPrune(force = false): void {\n if (!this.pruner) {\n return;\n }\n\n if (this.ttl === 0 || force) {\n clearInterval(this.pruner);\n this.pruner = undefined;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AutoPruneLRUCacheOptions.html":{"url":"interfaces/AutoPruneLRUCacheOptions.html","title":"interface - AutoPruneLRUCacheOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AutoPruneLRUCacheOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n dispose\n \n \n \n Optional\n \n max\n \n \n \n Optional\n \n maxAge\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n dispose\n \n \n \n \n \n \n \n \n dispose: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n max\n \n \n \n \n \n \n \n \n max: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n maxAge\n \n \n \n \n \n \n \n \n maxAge: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { BackgroundFetch, LRUCache } from 'lru-cache';\n\n// eslint-disable-next-line @typescript-eslint/ban-types\ntype AnyObject = {};\n\nexport interface AutoPruneLRUCacheOptions {\n max?: number;\n maxAge?: number;\n dispose?: (key: K, value: V) => void;\n}\n\nexport class AutoPruneLRUCache extends LRUCache {\n private pruner?: ReturnType;\n\n constructor(options?: AutoPruneLRUCacheOptions) {\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n super({\n max: options?.max ?? 100000,\n ttl: options?.maxAge ?? 0,\n ttlAutopurge: (options?.maxAge ?? 0) > 0,\n noDisposeOnSet: false,\n dispose: (value, key) => {\n options?.dispose?.(key, value);\n if (this.size === 0) {\n this.clearAutoPrune();\n }\n }\n });\n }\n\n set(key: K, value: V | BackgroundFetch | undefined, options?: number | LRUCache.SetOptions): this {\n const setOptions = typeof options === 'number' ? { ttl: options } : options;\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access\n super.set(key, value, setOptions);\n this.startAutoPrune();\n return this;\n }\n\n startAutoPrune(force = false): void {\n if (this.pruner ?? !this.ttl ?? this.ttl === Infinity) {\n return;\n }\n\n if (this.size !== 0 || force) {\n const duration = Math.max(this.ttl, 1);\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n this.pruner = setInterval(() => this.purgeStale(), duration);\n }\n }\n\n clearAutoPrune(force = false): void {\n if (!this.pruner) {\n return;\n }\n\n if (this.ttl === 0 || force) {\n clearInterval(this.pruner);\n this.pruner = undefined;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/CCFDatabaseInstance.html":{"url":"classes/CCFDatabaseInstance.html","title":"class - CCFDatabaseInstance","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n CCFDatabaseInstance\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/utils/ccf-database-worker.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n database\n \n \n Public\n dispose\n \n \n Public\n sparqlQuery\n \n \n Readonly\n status\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(database: CCFDatabase, sparqlQuery: SparqlQueryFunction, dispose: () => void)\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n database\n \n \n CCFDatabase\n \n \n \n No\n \n \n \n \n sparqlQuery\n \n \n SparqlQueryFunction\n \n \n \n No\n \n \n \n \n dispose\n \n \n function\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n database\n \n \n \n \n \n \n Type : CCFDatabase\n\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n dispose\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n sparqlQuery\n \n \n \n \n \n \n Type : SparqlQueryFunction\n\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n status\n \n \n \n \n \n \n Default value : new CCFDatabaseStatusTracker(this.database)\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/ccf-database-worker.ts:10\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { CCFDatabase, CCFDatabaseOptions, CCFDatabaseStatusTracker } from 'ccf-database';\nimport { releaseProxy, wrap } from 'comlink';\nimport nodeEndpoint from 'comlink/dist/umd/node-adapter';\nimport { Worker } from 'worker_threads';\n\n\nexport type SparqlQueryFunction = (query: string, mimetype: string) => Promise;\n\nexport class CCFDatabaseInstance {\n readonly status = new CCFDatabaseStatusTracker(this.database);\n\n constructor(public database: CCFDatabase, public sparqlQuery: SparqlQueryFunction, public dispose: () => Promise) { }\n}\n\nexport async function createCCFDatabaseWorker(options: CCFDatabaseOptions): Promise {\n const worker = new Worker('./dist/server/ccf-database.worker.js', { workerData: { options } });\n const dbWorker = wrap(nodeEndpoint(worker));\n return new CCFDatabaseInstance(\n dbWorker.database as unknown as CCFDatabase,\n dbWorker.sparqlQuery,\n async () => {\n dbWorker[releaseProxy]();\n await worker.terminate();\n });\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/CacheOptions.html":{"url":"interfaces/CacheOptions.html","title":"interface - CacheOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n CacheOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/middleware/response-cache.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n max\n \n \n \n Optional\n \n maxAge\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n max\n \n \n \n \n \n \n \n \n max: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n maxAge\n \n \n \n \n \n \n \n \n maxAge: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { RequestHandler } from 'express';\nimport { AutoPruneLRUCache } from '../utils/auto-prune-lru-cache';\n\n\nexport interface CacheOptions {\n max?: number;\n maxAge?: number;\n}\n\n\nfunction parseBoolean(value: unknown, defaultValue = false): boolean {\n if (value === undefined) {\n return defaultValue;\n }\n\n return `${value}`.toLowerCase() === 'true';\n}\n\n\nexport function cacheResponses(options?: CacheOptions): RequestHandler {\n // eslint-disable-next-line @typescript-eslint/ban-types\n type AnyObject = {};\n const cache = new AutoPruneLRUCache({\n max: options?.max ?? 100,\n maxAge: options?.maxAge ?? 60 * 60 * 1000\n });\n\n return (req, res, next) => {\n const { query, originalUrl, url } = req;\n const useCache = parseBoolean(query.cache, true);\n const key = `__${ originalUrl || url }`;\n // eslint-disable-next-line @typescript-eslint/no-unsafe-call\n const cachedResponse = cache.get(key);\n\n if (!useCache) {\n next();\n } else if (cachedResponse !== undefined) {\n res.json(cachedResponse);\n } else {\n const originalSend = res.json;\n res.json = body => {\n cache.set(key, body);\n return originalSend.call(res, body);\n };\n\n next();\n }\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DatabaseCacheOptions.html":{"url":"interfaces/DatabaseCacheOptions.html","title":"interface - DatabaseCacheOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DatabaseCacheOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n max\n \n \n \n Optional\n \n maxAge\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n max\n \n \n \n \n \n \n \n \n max: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n maxAge\n \n \n \n \n \n \n \n \n maxAge: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { CCFDatabaseOptions } from 'ccf-database';\nimport { Request, RequestHandler } from 'express';\n\nimport { AutoPruneLRUCache } from '../utils/auto-prune-lru-cache';\nimport { CCFDatabaseInstance, createCCFDatabaseWorker } from '../utils/ccf-database-worker';\nimport { RequestCache } from '../utils/request-cache';\n\n\nexport interface DatabaseCacheOptions {\n max?: number;\n maxAge?: number;\n}\n\nexport interface DatabaseLoaderOptions {\n database: CCFDatabaseOptions;\n cache?: DatabaseCacheOptions;\n}\n\ntype DatabaseGetter = (token?: string) => Promise;\n\nexport async function getDatabaseInstance(req: Request, token: string | undefined, doConnect = false): Promise {\n const getDBInstance = req['getDatabase'] as DatabaseGetter;\n const dbInstance = await getDBInstance(token);\n if (doConnect) {\n await dbInstance.database.connect().catch((err) => console.log(err));\n }\n return dbInstance;\n}\n\nfunction selectToken(token: string | undefined, req: Request): string {\n const qtoken = req.query.token;\n\n if (token) {\n return token;\n } else if (typeof qtoken === 'string' && qtoken) {\n return qtoken;\n }\n\n return '';\n}\n\nfunction createDatabase(token: string, options: CCFDatabaseOptions): Promise {\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const xConsortiaTokens = (token || options.hubmapToken || '').split('|').filter(s => !!s);\n\n let applyToken = (url: string) => url;\n\n if (xConsortiaTokens.length > 0) {\n const hubmapToken = xConsortiaTokens.find((t) => t.startsWith('HBM-') || !t.startsWith('SNT-'))?.replace(/^HBM-/, '');\n const sennetToken = xConsortiaTokens.find((t) => t.startsWith('SNT-'))?.replace(/^SNT-/, '');\n\n applyToken = (url: string) => {\n if (typeof url === 'string' && url) {\n const isHuBMAP = url.endsWith('hubmap/rui_locations.jsonld');\n const isSenNet = url.endsWith('sennet/rui_locations.jsonld');\n\n if (isHuBMAP && hubmapToken) {\n url = `${url}?token=${hubmapToken}`;\n } else if (isSenNet && sennetToken) {\n url = `${url}?token=${sennetToken}`;\n }\n }\n return url;\n };\n }\n\n return createCCFDatabaseWorker({\n ...options,\n hubmapDataUrl: '', // Do not use deprecated internal hubmap data loading\n dataSources: options.dataSources.map(applyToken)\n });\n}\n\nexport function databaseLoader(options: DatabaseLoaderOptions): RequestHandler {\n const cache = new RequestCache(\n new AutoPruneLRUCache({\n max: options.cache?.max ?? 10,\n maxAge: options.cache?.maxAge ?? 60 * 60 * 1000,\n dispose: (_key, instance) => instance.then((r) => r.dispose())\n }),\n token => createDatabase(token, options.database)\n );\n\n return (req, _res, next) => {\n cache.cache.purgeStale();\n req['getDatabase'] = (token?: string) => cache.get(selectToken(token, req));\n next();\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DatabaseLoaderOptions.html":{"url":"interfaces/DatabaseLoaderOptions.html","title":"interface - DatabaseLoaderOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DatabaseLoaderOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n cache\n \n \n \n \n database\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n cache\n \n \n \n \n \n \n \n \n cache: DatabaseCacheOptions\n\n \n \n\n\n \n \n Type : DatabaseCacheOptions\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n database\n \n \n \n \n \n \n \n \n database: CCFDatabaseOptions\n\n \n \n\n\n \n \n Type : CCFDatabaseOptions\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { CCFDatabaseOptions } from 'ccf-database';\nimport { Request, RequestHandler } from 'express';\n\nimport { AutoPruneLRUCache } from '../utils/auto-prune-lru-cache';\nimport { CCFDatabaseInstance, createCCFDatabaseWorker } from '../utils/ccf-database-worker';\nimport { RequestCache } from '../utils/request-cache';\n\n\nexport interface DatabaseCacheOptions {\n max?: number;\n maxAge?: number;\n}\n\nexport interface DatabaseLoaderOptions {\n database: CCFDatabaseOptions;\n cache?: DatabaseCacheOptions;\n}\n\ntype DatabaseGetter = (token?: string) => Promise;\n\nexport async function getDatabaseInstance(req: Request, token: string | undefined, doConnect = false): Promise {\n const getDBInstance = req['getDatabase'] as DatabaseGetter;\n const dbInstance = await getDBInstance(token);\n if (doConnect) {\n await dbInstance.database.connect().catch((err) => console.log(err));\n }\n return dbInstance;\n}\n\nfunction selectToken(token: string | undefined, req: Request): string {\n const qtoken = req.query.token;\n\n if (token) {\n return token;\n } else if (typeof qtoken === 'string' && qtoken) {\n return qtoken;\n }\n\n return '';\n}\n\nfunction createDatabase(token: string, options: CCFDatabaseOptions): Promise {\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const xConsortiaTokens = (token || options.hubmapToken || '').split('|').filter(s => !!s);\n\n let applyToken = (url: string) => url;\n\n if (xConsortiaTokens.length > 0) {\n const hubmapToken = xConsortiaTokens.find((t) => t.startsWith('HBM-') || !t.startsWith('SNT-'))?.replace(/^HBM-/, '');\n const sennetToken = xConsortiaTokens.find((t) => t.startsWith('SNT-'))?.replace(/^SNT-/, '');\n\n applyToken = (url: string) => {\n if (typeof url === 'string' && url) {\n const isHuBMAP = url.endsWith('hubmap/rui_locations.jsonld');\n const isSenNet = url.endsWith('sennet/rui_locations.jsonld');\n\n if (isHuBMAP && hubmapToken) {\n url = `${url}?token=${hubmapToken}`;\n } else if (isSenNet && sennetToken) {\n url = `${url}?token=${sennetToken}`;\n }\n }\n return url;\n };\n }\n\n return createCCFDatabaseWorker({\n ...options,\n hubmapDataUrl: '', // Do not use deprecated internal hubmap data loading\n dataSources: options.dataSources.map(applyToken)\n });\n}\n\nexport function databaseLoader(options: DatabaseLoaderOptions): RequestHandler {\n const cache = new RequestCache(\n new AutoPruneLRUCache({\n max: options.cache?.max ?? 10,\n maxAge: options.cache?.maxAge ?? 60 * 60 * 1000,\n dispose: (_key, instance) => instance.then((r) => r.dispose())\n }),\n token => createDatabase(token, options.database)\n );\n\n return (req, _res, next) => {\n cache.cache.purgeStale();\n req['getDatabase'] = (token?: string) => cache.get(selectToken(token, req));\n next();\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/GtexTissue.html":{"url":"interfaces/GtexTissue.html","title":"interface - GtexTissue","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n GtexTissue\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n mappedInHubmap\n \n \n \n \n rnaSeqSampleSummary\n \n \n \n \n tissueSiteDetailId\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n mappedInHubmap\n \n \n \n \n \n \n \n \n mappedInHubmap: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n rnaSeqSampleSummary\n \n \n \n \n \n \n \n \n rnaSeqSampleSummary: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n tissueSiteDetailId\n \n \n \n \n \n \n \n \n tissueSiteDetailId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { CCFDatabaseOptions } from 'ccf-database';\nimport { RequestHandler } from 'express';\nimport { readFileSync } from 'fs';\n\nimport { AutoPruneLRUCache } from '../../../utils/auto-prune-lru-cache';\nimport { RequestCache } from '../../../utils/request-cache';\nimport { JsonLdObj } from 'jsonld/jsonld-spec';\nimport { get } from '../../../environment';\n\nexport interface GtexTissue {\n // NOTE: The API response includes more fields, but we only map the ones we actually use here\n tissueSiteDetailId: string;\n mappedInHubmap: boolean;\n rnaSeqSampleSummary: {\n totalCount: number;\n female: {\n ageMax: number;\n ageMin: number;\n ageMean: number;\n count: number;\n };\n male: {\n ageMax: number;\n ageMin: number;\n ageMean: number;\n count: number;\n };\n };\n}\n\nconst DEFAULT_GTEX_RUI_LOCATIONS = 'https://hubmapconsortium.github.io/hra-registrations/gtex-pan-eraslan-2022/rui_locations.jsonld';\nconst GTEX_API_URL = 'https://gtexportal.org/api/v2/dataset/tissueSiteDetail';\n\nasync function getLocations(): Promise {\n try {\n const source = get('GTEX_RUI_LOCATIONS', DEFAULT_GTEX_RUI_LOCATIONS);\n let data;\n if (source.startsWith('http')) {\n data = await fetch(source).then(r => r.text());\n } else {\n // Attempt to load the source url as a local file\n data = readFileSync(source, { encoding: 'utf-8' });\n }\n const jsonld: JsonLdObj = JSON.parse(data);\n const results = jsonld['@graph'] as JsonLdObj[];\n\n const response: { data: GtexTissue[] } = await fetch(GTEX_API_URL).then(r => r.json()) as { data: GtexTissue[] };\n const mappedEntries = response?.data?.filter(entry => entry.mappedInHubmap) ?? [];\n for (const tissue of mappedEntries) {\n updateEntry(results, tissue, 'Female');\n updateEntry(results, tissue, 'Male');\n }\n\n return jsonld;\n } catch (_error) {\n return undefined;\n }\n}\n\nexport function updateEntry(resultsList: JsonLdObj[], tissueInfo: GtexTissue, sex: 'Male' | 'Female'): void {\n const matchingEntry = resultsList.find(entry => entry['@id']?.includes(tissueInfo.tissueSiteDetailId) && (entry.label as string).includes(sex));\n if (matchingEntry) {\n const index = resultsList.indexOf(matchingEntry);\n const sexStats = sex === 'Male' ? tissueInfo.rnaSeqSampleSummary.male : tissueInfo.rnaSeqSampleSummary.female;\n resultsList[index].label = `${sex}s (n=${sexStats.count}) Mean Age ${sexStats.ageMean} (range ${sexStats.ageMin} - ${sexStats.ageMax})`;\n resultsList[index].sex = sex;\n }\n}\n\nexport function ruiLocations(): RequestHandler {\n const cache = new RequestCache(\n new AutoPruneLRUCache({\n max: 10,\n maxAge: 60 * 60 * 1000\n }),\n getLocations\n );\n\n return async (req, res, _next) => {\n const options: CCFDatabaseOptions = req.app.get('database-options');\n const rawToken = req.query.token;\n const token = typeof rawToken === 'string' ? rawToken : '';\n const result = await cache.get(token, options);\n\n if (result) {\n res.json(result);\n } else {\n res.status(500).json([]);\n }\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RequestCache.html":{"url":"classes/RequestCache.html","title":"class - RequestCache","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RequestCache\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-api/src/lib/utils/request-cache.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n Private\n Async\n handleErrors\n \n \n Private\n Async\n promisifiedDoRequest\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(cache: LRUCache>, doRequest: (key: K,args: []) => void)\n \n \n \n \n Defined in projects/ccf-api/src/lib/utils/request-cache.ts:6\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n cache\n \n \n LRUCache>\n \n \n \n No\n \n \n \n \n doRequest\n \n \n function\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: K, ...args: [])\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/request-cache.ts:12\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n K\n \n\n \n No\n \n\n\n \n \n args\n \n []\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n Async\n handleErrors\n \n \n \n \n \n \n \n handleErrors(key: K, request: Promise)\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/request-cache.ts:31\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n K\n \n\n \n No\n \n\n\n \n \n request\n \n Promise\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n Async\n promisifiedDoRequest\n \n \n \n \n \n \n \n promisifiedDoRequest(key: K, ...args: [])\n \n \n\n\n \n \n Defined in projects/ccf-api/src/lib/utils/request-cache.ts:27\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n K\n \n\n \n No\n \n\n\n \n \n args\n \n []\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { LRUCache } from 'lru-cache';\n\n// eslint-disable-next-line @typescript-eslint/ban-types\ntype AnyObject = {};\n\nexport class RequestCache {\n constructor(\n readonly cache: LRUCache>,\n readonly doRequest: (key: K, ...args: unknown[]) => V | Promise\n ) { }\n\n get(key: K, ...args: unknown[]): Promise {\n const { cache } = this;\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n let result = cache.get(key);\n\n if (!result) {\n result = this.promisifiedDoRequest(key, ...args);\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n cache.set(key, result);\n this.handleErrors(key, result);\n }\n\n return result;\n }\n\n private async promisifiedDoRequest(key: K, ...args: unknown[]): Promise {\n return this.doRequest(key, ...args);\n }\n\n private async handleErrors(key: K, request: Promise): Promise {\n const { cache } = this;\n\n try {\n await request;\n } catch (_error) {\n if (this.get(key) === request) {\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n cache.delete(key);\n }\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChangelog\nChangelog for the Human Reference Atlas (HRA) User Interfaces\n3.8.1 - 2023-11-17\nAdded in 3.8.1\n\nImproved keyboard controls in the RUI\n\n3.8.0 - 2023-11-16\nAdded in 3.8.0\n\nEUI Quality of Life Improvements. See milestone 6\nRUI Quality of Life Improvements. See milestone 5\nA lot of minor UI and bug fixes in preparation for HRA 2.0\nUpdated dependencies including, update to Angular 16\n\n3.7.2 - 2023-07-12\nAdded in 3.7.2\n\nClient side cache has been updated to be more sensitive to configuration changes. Fixes hra-registrations#1\n\n3.7.0 - 2023-06-15\nAdded in 3.7.0\n\nUpdated to CCF.OWL v2.2.0 which indexes the Human Reference Atlas (HRA) 5th Release (v1.4) for use in the CCF UIs and CCF-API.\nAdded CCF-API usage notebooks for python and javascript\n\n3.6.0 - 2022-10-15\nAdded in 3.6.0.\n\nUpdated to CCF.OWL v2.1.0 which indexes the Human Reference Atlas (HRA) 4th Release (v1.3) for use in the CCF UIs and CCF-API. Note that some terms have changed in the ontology. As such, some SPARQL queries may need to be updated. All CCF-API calls have been updated to support the new terms.\n\n3.5.0 - 2022-09-27\nAdded in 3.5.0\n\nUpdate to CCF.OWL v1.9.4\nUpdate placement for KPMP rui locations\nSwitch to HuBMAP v3 search-api\nPick right organ when loading rui locations from a file in the RUI\n\n3.4.0 - 2022-07-01\nAdded in 3.4.0\n\nMajor feature added: Spatial Search! This includes an expanded API plus a user interface for dynamically generating spatial searches.\n\nKnown Issues in 3.4.0\n\nThere are some minor visual descrepancies when viewing the spatial search 3D scene and the results. However, blocks which are highlighted will be selected if the spatial search is added to your overall search filters.\n\n3.3.0 - 2022-06-17\nAdded in 3.3.0\n\nAdded support for the latest CCF Ontology v1.9.0 which adds Placenta, Spinal Cord, new Landmarks for reference organs, and a host of data updates.\nAdded a SPARQL route to the CCF-API for flexible querying of the Ontology and linked data. See the /v1/sparql docs for more information.\nClean up and bug fixes\n\n3.2.0 - 2022-04-14\nAdded in 3.2.0\n\nMajor CCF Database speed improvements! 95% reduction in load times!\nMinor graphical fixes\n\n3.1.1 - 2022-04-12\nAdded in 3.1.1\n\nExpanded RUI web component options\nAdded support for warming up the CCF database via the CCF-API so that the EUI can prevent timeouts\n\n3.1.0 - 2022-04-07\nAdded in 3.1.0\n\nAdded support for the latest CCF Ontology v1.8.0 which adds cell types\nAdded feature to search for tissue blocks by cell type\nAdded API feature to dynamically generate GTEx rui_locations.jsonld\nAdded logging of organ and block position changes to the RUI\nAdded an expanded organ selector that makes selecting organs much easier with the larger number of reference organs we have now\nNow generating programming libraries for the CCF-API in Python, TypeScript, TypeScript (Angular), and JavaScript. We will be publishing them to appropriate package managers soon.\nImproved performance of the CCF-API\nNew theming options and toggle for the CCF EUI/RUI\nAdded new themes for SenNet, GTEx, and a default theme\nAdded compodoc generated code documentation to production and staging builds\nBug fixes and minor improvements\n\n3.0.0 - 2022-01-27\nAdded in 3.0.0\n\nAdded support for the latest CCF Ontology v1.7.0\nBug fixes and code cleanup\n\n3.0.0 BETA - 2021-12-17\nAdded in 3.0.0 BETA\n\nAdded reference organs and ASCT+B tables from the v1.1 CCF Release\nLinks: CCF Ontology v1.7 BETA, CCF Release v1.1\n\n\n\nKnown issues in 3.0.0 BETA\n\nPreviously registered tissues may appear slightly off. We are working to rectify this before making it a production release.\n\n2.5.0 - 2021-12-17\nAdded in 2.5.0\n\nCCF-API OpenAPI Spec and implementation. Next version will connect the EUI to this as it's backend.\nAdded the CCF Body UI Web Component for integrating the 3D scene deeply in webpages (including the HuBMAP data portal).\nThe organ-info Web Component can now take an option to highlight specific blocks in the scene. Currently only highlights by providers, but age, sex, and BMI will be added in the next version.\nBug fixes and Quality of Life improvements\n\n2.4.0 - 2021-12-10\nAdded in 2.4.0\n\nRUI shows a confirmation dialog when a user attempts to leave without finishing registration\nAdded GTEx data to EUI\nRUI Common Extraction Sites are now known as Landmarks\nOrgan info now highlights the block selected on click\nUpdated RUI YouTube Demo link\nBug fixes and Quality of Life improvements\n\n2.3.1 - 2021-09-13\nAdded in 2.3.1\n\nAdded support for paired organs to be refernced by their parent (ala Kidney + Left/Right Kidney)\n\n2.3.0 - 2021-09-10\nAdded in 2.3.0\n\nGreatly improved CCF Database performance. This improves the performance in both organ-info and EUI.\nImproved styling of organ-info\n\n2.2.0 - 2021-09-10\nAdded in 2.2.0\n\nAdded an organ-info web component for displaying reference organs and associated data in a simple panel display. The hubmap portal will be using this soon for organ pages.\nEMBEDDING.md instructions have been updated for organ-info embedding.\n\n2.1.0 - 2021-07-30\nAdded in EUI / RUI 2.1.0\n\nBetter support for embedding EUI/RUI in different containers, see EMBEDDING.md for updated instructions.\nConfiguration updates:\nConfiguration of EUI/RUI via webcomponent properties (vs globalConfig)\nOptional use of ontology id to select reference organs in the RUI\nRemoved embedded and tutorial mode configurations from the RUI config\nAbility to load data sources in the eui via external configuration\nAdded cancelRegistration callback to rui external configuration\n\n\nSet dark/light theme based on user/OS preferences\nUpdate HuBMAP search processing to conform to new field names\nCode cleanup, shared utilities, etc.\nTelemetry dialog box fixes to avoid unnecessary reloads\nRUI gizmo rotates in sync with the reference organ in 3D preview view\nRUI now uses an orthographic view when in registration views\n\n2.0.0 - 2021-07-16\nAdded in EUI / RUI 2.0.0\n\nRUI and EUI are now basic web-components, see EMBEDDING.md\nAdded advanced google analytics tracking/telemetry\nLinked donor card and tissue block hovering\nUpdated dependencies, including upgrading to Angular 12\nMinor UI and Bug fixes\nUpdated demo video links\nOrgan carousel will respond to container width and show only full icons\nEUI: clicking refresh and selecting body on partonomy resets the body view\n\nBreaking changes in EUI / RUI 2.0.0\n\nEmbedding the EUI and RUI must now be done via web-components. The most significant change is the element is no longer called ccf-root but is instead called ccf-eui or ccf-rui depending on the UI being embedded.\n\n1.7.0 - 2021-05-21\nAdded in EUI / RUI 1.7.0\n\nAdded a startup modal to the RUI which simplifies the initial setup for a new registration\nAdded 8 new reference organs, bringing us to 13 Reference Organs!\nAdded SPARC Registrations to the EUI\nAdded a tissue section visualization to the results list in the EUI\n\n1.6.0 - 2021-04-09\nAdded in RUI 1.6.0\n\nAdded SOP information to the About section\n\nAdded in EUI 1.6.0\n\nAdded color assignment/selection to both 3d scene and list results\nBug fixes, code cleanup, and optimization\n\nKnown issues in 1.6.0\n\nThe 3d scene is a little slow. To be able to interact, unselect reference organs to reduce scene complexity.\nTissue samples may be a little off in the 3D scene. This will be fixed in a future release. Data is still accurate.\n\n1.5.0 - 2021-03-26\nAdded in RUI 1.5.0\n\nMinor styling updates\n\nAdded in EUI 1.5.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features not fully integrated. This should be resolved in the next release scheduled for April 9th. You can view the results of this sprint on staging.\n\nUpdated styling to better fit the user interface spec\nAdded a new results pane which structures data into Donor->Tissue Blocks (+Datasets)->Tissue Samples (+Datasets)\nAdded a link viewer that allows us to display donors, samples, and datasets in a frame within the application\nAdded UFL thumbnails\nUpdated and optimized the ccf-database for the new results structure and future integrations\nTied organ carousel to the 3D scene. Turning off an organ removes the organ and related tissues from the 3D scene.\nTurned off anatomical structure opacity adjustment until it can be fully integrated\n\n1.4.0 - 2021-03-12\nAdded in RUI 1.4.0\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec\n\nAdded in EUI 1.4.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features partly integrated. This should be resolved in the next release scheduled for March 26th. You can view the results of this sprint on staging.\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec and match RUI styling\nUpdated the Info Dialog to match the RUI look and feel\nUpdated the data processing to improve efficiency and generate data in the form needed for the v1.5.0 spec\nAdded a reference organ selector, also used in the RUI, to turn off/on reference organs on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\nAdded a technology filter\nAdded a control to set Opacities of individual organs/anatomical structures on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\n\n1.3.5 - 2021-02-26\nAdded in RUI 1.3.5\n\nUpdated with a new round of User Interface improvements\nAdded the ability to upload previous registrations created using the standalone version of the RUI tool\nOrgans now have transparency applied automatically\nSolved a major memory leak and performance issue with the 3D reference organ interface. You should notice a sizable speed and reliability increase.\nRUI location numeric data is now rounded to 3 digits\nSwitched to using GitHub Actions over TravisCI for our CI/CD workflows\n\nAdded in EUI 1.3.5\n\nRemoved CCF's internal image-viewer in favor of the image-viewer on the HuBMAP Data Portal\n\nEUI 1.2.0 / RUI 1.0 FINAL - 2020-10-30\nAdded in EUI 1.2.0 / RUI 1.0 FINAL\n\nBug fixes and improvements\nUpdated embedding API in collaboration with the IEC\nUpdated EUI codebase to be in sync with code changes made for the RUI\nAdded KPMP data to the EUI\n\nKnown Issues in EUI 1.2.0 / RUI 1.0 FINAL\n\nIt is still possible that a 3d organ may fail to load. If this happens, just refresh and try again.\nEUI has not been updated with the latest organ set. This will be added in December with its scheduled refresh.\n\nRUI 1.0 BETA - 2020-10-16\nAdded in RUI 1.0 BETA\n\nCreated the first version of the RUI 1.0. This version is a BETA and works in standalone mode only. The next version will include full support and integration into the HuBMAP Ingestion Portal.\n10 Reference Organs are available to choose from (a combination of 4 organs, 2 sexes, and one organ with 2 sides [kidney])\nImplemented automatic tagging of data via collisions with anatomical structures\nRUI Location data is in standard JSON-LD format linked via the CCF Ontology and related ontologies\nImplemented extraction sites display to help guide placement of tissues\n\nKnown Issues in RUI 1.0 BETA\n\nWhile support for embedding is implemented, more testing and collaboration with IEC is required before it is made fully available. Initial embedding documentation is available here.\nWhen adjusting transparency via the left-hand Anatomical Structures menu or Show Previous Registrations option, the transparency effect is not very good. This will be addressed before the RUI 1.0 production release.\nSometimes the 3d organ fails to load when clicking through reference organs quickly (and other side cases). If this happens, just refresh and try again.\n\n1.1.0 - 2020-07-31\nAdded in 1.1.0\n\nUpgraded to latest Vitessce Image Viewer and started showing processed TIFF images coming directly from the HuBMAP infrastructure\nProcessed CODEX and 10x datasets are shown in the HuBMAP Portal's visualization tool\nAdded a limited set of TIFF image thumbnails, with more to come\nAdded two qualitative color schemes for colorizing images in the image viewer\nBug fixes/performance optimizations\n\n1.0.0-rc.1 - 2020-06-22\n\n:warning: WARNING: This version is a release candidate. Some minor updates will likely happen between now and the official HuBMAP Data Release 1 in July.\n\nAdded in 1.0.0-rc.1\n\nBody UI interactions\nImage Viewer Integration\nPartonomy linkage to search / Body UI\nNow fully integrated into the HuBMAP Portal\n\nKnown Issues in 1.0.0-rc.1\n\nImage Viewer is using a placeholder .tiff until more .tiff images can be loaded from the IEC\n\n1.0.0-alpha.3 - 2019-05-08\nAdded in 1.0.0-alpha.3\n\nHooked up the interface to real data (not shown online as the data is not public yet)\nAdded the Tissue Browser on the right\nAdded the initial (Tissue) Image Viewer popup. Currently shows metadata, but no images yet.\nAdded an initial 3D Body. Tissues cuboids currently not displayed, but a test cuboid is shown.\nDocumentation (>90%) and testing coverage improved further\n\n1.0.0-alpha.2 - 2019-03-27\nAdded in 1.0.0-alpha.2\n\nIncreased documentation and testing coverage across the board\nAdded fullscreen button\nBug fixes and optimizations\n\n1.0.0-alpha.1 - 2019-03-06\nAdded in 1.0.0-alpha.1\n\nStarted the process of implementing the 1.0.0 UI spec\nSpec Doc\nUser Stories\n\n\nSetup the base project scaffolding for the new version\nAdded CCF Partonomy (CCF-P) search and tree display\nAdded a filter for filter tissues\n\n0.6.0 - 2019-11-08\nAdded in 0.6.0\n\nThe CCF API project was started with an initial OpenAPI Schema, documentation, and code for spinning up a mock data server. This codifies the CCF data and metadata standards defined by MC-IU and will be used by the CCF EUI and RUI.\nIn preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.\nUpdated navigation to directly jump to the tissue browser when a user selects an item from the search box\nUpgraded dependencies, including upgrades to Angular 8\nTesting and bug fixes\nMinor UI updates\nChanged download icon color\nChanged the background color for the search\nMoved the Technologies filter above ontology\nAdditional styles for details button\n\n\n\n0.5.0 - 2019-05-24\nAdded in 0.5.0\n\nDisplay of the CCF ontology, integrated with search\nSemantic search by ontology, results are presented at all levels\nTissue overlays showing regions of interest\nData download links to direct users to https://sampledata.hubmapconsortium.org\nData documentation (95% coverage) and testing (85% coverage)\n\n0.2.0 - 2019-05-03\nAdded in 0.2.0\n\nSprint 2 release of the CCF-UI!\nA search interface was added to query data by age, sex, technology and TMC. Ontological search will be implemented in the next sprint.\nBody, Organ, and Tissue views now respond to updates to the search on the fly\nAppropriate metadata is now displayed in the Body, Organ, Tissue, and Cell views\n\n0.1.0 - 2019-04-12\nAdded in 0.1.0\n\nSprint 1 release of the CCF-UI!\nSetup the base project scaffolding\nAdded a sample database that includes initial data provided by VU\nAdded Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level\nStay tuned! More features coming in Sprint 2 (starts next week!) and Sprint 3\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n projects/ccf-api/src/lib/app.ts\n \n interface\n AppOptions\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-api/src/lib/app.ts\n \n function\n createApp\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n get\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n get\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n get\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n get\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n getBoolean\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n getNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n getNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n getNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n has\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n isDebug\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n parseBoolean\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n function\n parseNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n variable\n env\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n variable\n THROW_IF_NOT_FOUND\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n interface\n DatabaseCacheOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n interface\n DatabaseLoaderOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n function\n createDatabase\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n function\n databaseLoader\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n function\n getDatabaseInstance\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n function\n selectToken\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/response-cache.ts\n \n interface\n CacheOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/response-cache.ts\n \n function\n cacheResponses\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/middleware/response-cache.ts\n \n function\n parseBoolean\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/polyfills.ts\n \n function\n patchGlobal\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/browser.ts\n \n variable\n browserRoute\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/browser.ts\n \n variable\n openApiRoute\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/browser.ts\n \n variable\n routes\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/database-status.ts\n \n function\n getDatabaseStatus\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/database-status.ts\n \n function\n parseString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/get-spatial-placement.ts\n \n function\n getSpatialPlacement\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/get-spatial-placement.ts\n \n function\n parseString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/index.ts\n \n variable\n checkRoutesEnabled\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/index.ts\n \n variable\n routes\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n interface\n GtexTissue\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n function\n getLocations\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n function\n ruiLocations\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n function\n updateEntry\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n variable\n DEFAULT_GTEX_RUI_LOCATIONS\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n variable\n GTEX_API_URL\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/index.ts\n \n variable\n routes\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/reference-organ-scene.ts\n \n function\n getReferenceOrganSceneHandler\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/reference-organ-scene.ts\n \n function\n parseString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/sparql.ts\n \n function\n parseString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/sparql.ts\n \n function\n sparql\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/forward-database-query.ts\n \n function\n forwardDatabaseQuery\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n clamp\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseArray\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseMinMaxRange\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseRange\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseSex\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n parseSpatial\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n processParameter\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n queryParametersToFilter\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n function\n setIfDefined\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n variable\n FILTER_DEFAULTS\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/use-cached-result.ts\n \n function\n useCachedResult\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/use-cached-result.ts\n \n variable\n CACHE_DIR\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/xconsortia/index.ts\n \n variable\n checkRoutesEnabled\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/xconsortia/index.ts\n \n variable\n routes\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/xconsortia/rui-locations.ts\n \n function\n getLocations\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/routes/v1/xconsortia/rui-locations.ts\n \n function\n ruiLocations\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n getCacheOptions\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n getDatabaseOptions\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n getPort\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n loadDatabaseSource\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n parseDatabaseSources\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n startServer\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n function\n tryJsonParse\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n class\n AutoPruneLRUCache\n \n 0 %\n (0/6)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n interface\n AutoPruneLRUCacheOptions\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/ccf-database-worker.ts\n \n class\n CCFDatabaseInstance\n \n 0 %\n (0/6)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/ccf-database-worker.ts\n \n function\n createCCFDatabaseWorker\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-api/src/lib/utils/request-cache.ts\n \n class\n RequestCache\n \n 0 %\n (0/5)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular-ru/cdk : 14.10.1\n \n @angular-ru/common : 15.313.0\n \n @angular-ru/ngxs : 14.1.4\n \n @angular-slider/ngx-slider : ^2.0.4\n \n @angular/animations : ^16.1.5\n \n @angular/cdk : ^16.1.5\n \n @angular/common : ^16.1.5\n \n @angular/compiler : ^16.1.5\n \n @angular/core : ^16.1.6\n \n @angular/elements : ^16.1.6\n \n @angular/forms : ^16.1.5\n \n @angular/material : ^16.1.5\n \n @angular/platform-browser : ^16.1.5\n \n @angular/platform-browser-dynamic : ^16.1.5\n \n @angular/router : ^16.1.5\n \n @angular/youtube-player : ^16.1.5\n \n @comunica/query-sparql-rdfjs : ^2.8.1\n \n @deck.gl/core : ~8.8.20\n \n @deck.gl/geo-layers : ~8.8.20\n \n @deck.gl/layers : ~8.8.20\n \n @deck.gl/mesh-layers : ~8.8.20\n \n @loaders.gl/core : ~3.2.10\n \n @loaders.gl/draco : ~3.2.10\n \n @loaders.gl/gltf : ~3.2.10\n \n @luma.gl/core : ~8.5.16\n \n @math.gl/core : ~3.6.3\n \n @math.gl/culling : ~3.5.7\n \n @ngxs-labs/dispatch-decorator : ^5.0.0\n \n @ngxs/logger-plugin : ^3.8.1\n \n @ngxs/storage-plugin : ^3.8.1\n \n @ngxs/store : ^3.8.1\n \n @rdfjs/data-model : ^2.0.1\n \n @webcomponents/webcomponentsjs : ^2.8.0\n \n bind-decorator : ^1.0.11\n \n body-parser : ^1.20.2\n \n cannon-es : ^0.20.0\n \n comlink : ^4.4.1\n \n concat : ^1.0.3\n \n cors : ^2.8.5\n \n css-element-queries : ^1.2.3\n \n document-register-element : ^1.14.10\n \n dotenv : ^16.3.1\n \n express : ^4.18.2\n \n file-saver : ^2.0.5\n \n fs-extra : ^11.1.1\n \n graphology : ^0.20.0\n \n graphology-shortest-path : ^1.4.1\n \n helmet : ^7.0.0\n \n hex-rgb : ^5.0.0\n \n idb-keyval : ^6.2.1\n \n jsonld : ^8.2.0\n \n lodash : ^4.17.21\n \n lru-cache : ^10.0.0\n \n n3 : ^1.17.0\n \n ngx-google-analytics : ^14.0.1\n \n ngx-markdown : ^16.0.0\n \n ngx-slider-v2 : ^16.0.2\n \n node-fetch : ^3.3.2\n \n object-hash : ^3.0.0\n \n qs : ^6.11.2\n \n rdf-literal : ^1.3.1\n \n rdfxml-streaming-parser : ^1.4.0\n \n readable-stream : ^4.4.2\n \n rxjs : ^7.8.1\n \n stream-browserify : ^3.0.0\n \n swiper : ^8.0.6\n \n ts-cacheable : ^1.0.9\n \n tslib : ^2.6.1\n \n uuid : ^9.0.0\n \n zone.js : ~0.13.1\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nHuman Reference Atlas (HRA) - User Interfaces\n\n\n\n\n\n\n\nThis repository is a monorepo (multiple projects in one repository) containing the software to build the EUI, RUI, and Organ-Info.\nWebsite Links\n\nHRA Exploration User Interface (EUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app\nProduction: https://portal.hubmapconsortium.org/ccf-eui\nProduction (alt): https://hubmapconsortium.github.io/ccf-ui/\nStaging: https://hubmap-ccf-ui.netlify.app/\nOld Version 0.6.0: https://old--hubmap-ccf-ui.netlify.app\n\n\nHRA Registration User Interface (RUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app/rui/\nProduction: https://hubmapconsortium.github.io/ccf-ui/rui/\nStaging: https://hubmap-ccf-ui.netlify.app/rui/\n\n\nHRA Organ Info Component (Organ-Info)\nProduction: https://hubmapconsortium.github.io/ccf-ui/organ-info/\nStaging: https://hubmap-ccf-ui.netlify.app/organ-info/\n\n\nHRA API\nProduction: https://apps.humanatlas.io/hra-api/\nStaging: https://apps.humanatlas.io/hra-api--staging/\nOpenAPI Specification: ccf-api-spec.yaml\n\n\nHRA API Client Libraries:\nJavaScript: @ccf-openapi/js-client\nTypeScript: @ccf-openapi/ts-client\nAngular 12+: @ccf-openapi/ng-client\nPython 3.6+: ccf-openapi\n\n\nHRA API Sample Notebooks/Vignettes:\nPython 3.6+:\nBasic Usage: ccf-api-usage.ipynb\nUse case walkthrough: ccf-api-usecase.ipynb\n\n\nJavaScript:\nBasic Usage: https://observablehq.com/@cns-iu/ccf-api-documentation-javascript\nUse case walkthrough: https://observablehq.com/@cns-iu/ccf-api-usecase-javascript\n\n\n\n\n\nBackground and More Information\nFor more information about the Human Reference Atlas (HRA) and the Common Coordinate Framework (CCF), see the HuBMAP HRA Portal at https://humanatlas.io.\nChange Log\nSee the ChangeLog for the latest developments.\nCredits\nThis software is developed by the Cyberinfrastructure for Network Science Center at Indiana University. It is funded by NIH Award OT2OD026671.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nMIT License\nCopyright (c) 2019 HuBMAP Consortium\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n \n \n \n 3 Classes\n \n \n \n \n \n \n \n 6 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 3.7.2\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n AnyObject   (projects/.../auto-prune-lru-cache.ts)\n \n \n AnyObject   (projects/.../request-cache.ts)\n \n \n DatabaseGetter   (projects/.../database-loader.ts)\n \n \n DatabaseGetter   (projects/.../database-status.ts)\n \n \n DatabaseQueryMethods   (projects/.../forward-database-query.ts)\n \n \n DatabaseSource   (projects/.../server.ts)\n \n \n DatabaseSources   (projects/.../server.ts)\n \n \n GlobalThis   (projects/.../polyfills.ts)\n \n \n PickByType   (projects/.../forward-database-query.ts)\n \n \n SparqlQueryFunction   (projects/.../ccf-database-worker.ts)\n \n \n ThrowIndicator   (projects/.../environment.ts)\n \n \n \n \n \n \n\n\n projects/ccf-api/src/lib/utils/auto-prune-lru-cache.ts\n \n \n \n \n \n \n AnyObject\n \n \n \n \n literal type\n\n \n \n \n \n projects/ccf-api/src/lib/utils/request-cache.ts\n \n \n \n \n \n \n AnyObject\n \n \n \n \n literal type\n\n \n \n \n \n projects/ccf-api/src/lib/middleware/database-loader.ts\n \n \n \n \n \n \n DatabaseGetter\n \n \n \n \n function\n\n \n \n \n \n projects/ccf-api/src/lib/routes/v1/database-status.ts\n \n \n \n \n \n \n DatabaseGetter\n \n \n \n \n function\n\n \n \n \n \n projects/ccf-api/src/lib/routes/v1/utils/forward-database-query.ts\n \n \n \n \n \n \n DatabaseQueryMethods\n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n PickByType\n \n \n \n \n \n\n \n \n \n \n projects/ccf-api/src/lib/server.ts\n \n \n \n \n \n \n DatabaseSource\n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n DatabaseSources\n \n \n \n \n \n\n \n \n \n \n projects/ccf-api/src/lib/polyfills.ts\n \n \n \n \n \n \n GlobalThis\n \n \n \n \n \n\n \n \n \n \n projects/ccf-api/src/lib/utils/ccf-database-worker.ts\n \n \n \n \n \n \n SparqlQueryFunction\n \n \n \n \n function\n\n \n \n \n \n projects/ccf-api/src/lib/environment.ts\n \n \n \n \n \n \n ThrowIndicator\n \n \n \n \n \n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n browserRoute   (projects/.../browser.ts)\n \n \n CACHE_DIR   (projects/.../use-cached-result.ts)\n \n \n checkRoutesEnabled   (projects/.../index.ts)\n \n \n checkRoutesEnabled   (projects/.../index.ts)\n \n \n DEFAULT_GTEX_RUI_LOCATIONS   (projects/.../rui-locations.ts)\n \n \n env   (projects/.../environment.ts)\n \n \n FILTER_DEFAULTS   (projects/.../parse-filter.ts)\n \n \n GTEX_API_URL   (projects/.../rui-locations.ts)\n \n \n openApiRoute   (projects/.../browser.ts)\n \n \n routes   (projects/.../browser.ts)\n \n \n routes   (projects/.../index.ts)\n \n \n routes   (projects/.../index.ts)\n \n \n routes   (projects/.../index.ts)\n \n \n THROW_IF_NOT_FOUND   (projects/.../environment.ts)\n \n \n \n \n \n \n\n\n projects/ccf-api/src/lib/routes/browser.ts\n \n \n \n \n \n \n \n browserRoute\n \n \n \n \n \n \n Type : RequestHandler\n\n \n \n \n \n Default value : (_req, res, _next) => {\n\n res.send(`\n \n \n \n \n \n \n \n \n `);\n}\n \n \n\n\n \n \n \n \n \n \n \n \n openApiRoute\n \n \n \n \n \n \n Type : RequestHandler\n\n \n \n \n \n Default value : (_req, res, _next) => {\n const apiFile = resolve('ccf-api-spec.yaml');\n res.sendFile(apiFile);\n}\n \n \n\n\n \n \n \n \n \n \n \n \n routes\n \n \n \n \n \n \n Default value : Router()\n .get('/', browserRoute)\n .get('/index.html', browserRoute)\n .get('/ccf-api-spec.yaml', openApiRoute)\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/utils/use-cached-result.ts\n \n \n \n \n \n \n \n CACHE_DIR\n \n \n \n \n \n \n Default value : get('CCF_API_CACHE', 'projects/ccf-api/ccf-cache')\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/gtex/index.ts\n \n \n \n \n \n \n \n checkRoutesEnabled\n \n \n \n \n \n \n Type : RequestHandler\n\n \n \n \n \n Default value : (_req, _res, next) => {\n const enabled = env.GTEX_ROUTES === 'true';\n enabled ? next() : next('router');\n}\n \n \n\n\n \n \n \n \n \n \n \n \n routes\n \n \n \n \n \n \n Default value : Router()\n .use(checkRoutesEnabled)\n .get('/rui_locations.jsonld', ruiLocations())\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/xconsortia/index.ts\n \n \n \n \n \n \n \n checkRoutesEnabled\n \n \n \n \n \n \n Type : RequestHandler\n\n \n \n \n \n Default value : (_req, _res, next) => {\n const enabled = env.XCONSORTIA_ROUTES === 'true';\n enabled ? next() : next('router');\n}\n \n \n\n\n \n \n \n \n \n \n \n \n routes\n \n \n \n \n \n \n Default value : Router()\n .use(checkRoutesEnabled)\n .get('/sennet/rui_locations.jsonld', ruiLocations('https://search.api.sennetconsortium.org/entities/search'))\n .get('/hubmap/rui_locations.jsonld', ruiLocations('https://search.api.hubmapconsortium.org/v3/entities/search'))\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/gtex/rui-locations.ts\n \n \n \n \n \n \n \n DEFAULT_GTEX_RUI_LOCATIONS\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'https://hubmapconsortium.github.io/hra-registrations/gtex-pan-eraslan-2022/rui_locations.jsonld'\n \n \n\n\n \n \n \n \n \n \n \n \n GTEX_API_URL\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'https://gtexportal.org/api/v2/dataset/tissueSiteDetail'\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/environment.ts\n \n \n \n \n \n \n \n env\n \n \n \n \n \n \n Default value : (() => {\n config();\n return process.env;\n})()\n \n \n\n\n \n \n \n \n \n \n \n \n THROW_IF_NOT_FOUND\n \n \n \n \n \n \n Default value : Symbol('Indicator that an error should be thrown')\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/utils/parse-filter.ts\n \n \n \n \n \n \n \n FILTER_DEFAULTS\n \n \n \n \n \n \n Type : Partial\n\n \n \n \n \n Default value : {\n sex: 'Both',\n ageRange: undefined,\n bmiRange: undefined,\n consortiums: [],\n tmc: [],\n technologies: [],\n ontologyTerms: [],\n cellTypeTerms: [],\n spatialSearches: []\n}\n \n \n\n\n \n \n\n projects/ccf-api/src/lib/routes/v1/index.ts\n \n \n \n \n \n \n \n routes\n \n \n \n \n \n \n Default value : Router()\n .use('/db-status', getDatabaseStatus())\n .post('/get-spatial-placement', getSpatialPlacement())\n .use('/sparql', sparql())\n .use('/ccf.owl.n3store.json', useCachedResult('ccf.owl.n3store.json'))\n .use(cacheResponses())\n .use('/', xConsortiaRoutes)\n .use('/gtex', gtexRoutes)\n .get('/tissue-blocks', forwardDatabaseQuery('getTissueBlockResults'))\n .get('/technology-names', forwardDatabaseQuery('getDatasetTechnologyNames'))\n .get('/provider-names', forwardDatabaseQuery('getProviderNames'))\n .get('/aggregate-results', forwardDatabaseQuery('getAggregateResults'))\n .get('/ontology-term-occurences', forwardDatabaseQuery('getOntologyTermOccurences'))\n .get('/cell-type-term-occurences', forwardDatabaseQuery('getCellTypeTermOccurences'))\n .get('/biomarker-tree-model', forwardDatabaseQuery('getBiomarkerTreeModel'))\n .get('/biomarker-term-occurences', forwardDatabaseQuery('getBiomarkerTermOccurences'))\n .get('/ontology-tree-model', useCachedResult('ontology-tree-model.json'), forwardDatabaseQuery('getOntologyTreeModel'))\n .get('/cell-type-tree-model', useCachedResult('cell-type-tree-model.json'), forwardDatabaseQuery('getCellTypeTreeModel'))\n .get('/reference-organs', useCachedResult('reference-organs.json'), forwardDatabaseQuery('getReferenceOrgans'))\n .get('/scene', forwardDatabaseQuery('getScene'))\n .get('/reference-organ-scene', getReferenceOrganSceneHandler())\n \n \n\n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} } diff --git a/docs/ccf-eui/js/search/search_index.js b/docs/ccf-eui/js/search/search_index.js index 1e9310fa0..e195974ff 100644 --- a/docs/ccf-eui/js/search/search_index.js +++ b/docs/ccf-eui/js/search/search_index.js @@ -1,4 +1,4 @@ var COMPODOC_SEARCH_INDEX = { - "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/classes/AddSearch.html",[0,0.063,1,2.258]],["body/classes/AddSearch.html",[0,0.113,1,3.771,2,2.302,3,0.121,4,0.145,5,0.109,6,0.114,7,2.846,8,1.504,9,3.505,10,4.579,11,0.476,12,0.854,13,2.419,14,1.219,15,0.707,16,1.276,17,5.389,18,2.635,19,5.731,20,1.126,21,4.408,22,1.174,23,7.493,24,1.248,25,0.009,26,0.829,27,0.955,28,1.023,29,0.955,30,1.426,31,2.83,32,3.237,33,0.21,34,0.695,35,1.622,36,3.066,37,2.49,38,2.789,39,3.901,40,3.703,41,0.193,42,3.715,43,3.703,44,4.303,45,2.19,46,3.703,47,1.989,48,2.086,49,2.875,50,2.425,51,0.007,52,0.007]],["title/modules/AppModule.html",[53,0.736,54,3.373]],["body/modules/AppModule.html",[0,0.068,3,0.097,4,0.116,5,0.087,6,0.091,14,0.663,22,0.764,25,0.009,30,1.066,33,0.242,34,0.556,41,0.116,51,0.006,52,0.006,53,0.8,54,7.062,55,1.485,56,1.485,57,0.895,58,2.385,59,1.555,60,1.891,61,1.592,62,4.314,63,4.314,64,4.314,65,2.662,66,2.662,67,5.579,68,5.894,69,5.894,70,5.579,71,5.894,72,5.894,73,5.894,74,5.579,75,5.894,76,5.894,77,2.121,78,1.19,79,1.357,80,4.877,81,2.172,82,1.27,83,7.307,84,4.877,85,1.114,86,1.391,87,5.253,88,3.444,89,6.497,90,4.956,91,2.121,92,0.393,93,4.877,94,4.314,95,2.975,96,2.107,97,7.307,98,4.314,99,3.943,100,4.343,101,3.26,102,5.747,103,4.343,104,2.731,105,5.747,106,4.314,107,5.747,108,5.747,109,6.497,110,6.497,111,1.52,112,4.589,113,4.314,114,1.517,115,3.665,116,4.314,117,4.883,118,4.877,119,3.26,120,3.444,121,4.877,122,4.877,123,4.877,124,4.314,125,3.444,126,4.877,127,4.877,128,2.731,129,4.877,130,4.877,131,4.883,132,4.877,133,4.877,134,4.314,135,3.444,136,4.314,137,4.314,138,3.444,139,3.665,140,4.877,141,3.665,142,4.877,143,4.877,144,1.52,145,5.747,146,4.589,147,4.314,148,5.747,149,2.731,150,1.388,151,4.314,152,4.883,153,3.943,154,3.444,155,3.26,156,4.314,157,4.314,158,1.941,159,2.731,160,0.936,161,6.497,162,4.877,163,4.314,164,4.877,165,3.444]],["title/interfaces/AppOptions.html",[166,0.736,167,3.628]],["body/interfaces/AppOptions.html",[0,0.041,3,0.059,4,0.071,5,0.053,6,0.042,8,1.131,9,2.391,11,0.432,12,0.519,13,0.827,14,1.217,15,0.63,16,0.622,20,1.125,25,0.009,27,1.282,28,0.499,29,0.466,31,2.073,32,1.283,33,0.23,34,0.762,35,0.791,39,1.547,40,1.806,41,0.071,43,1.806,46,2.767,47,0.97,48,2.123,51,0.006,52,0.004,65,0.948,78,0.725,82,1.186,86,1.51,90,3.946,92,0.24,98,2.628,99,2.402,104,3.474,111,0.926,112,3.215,113,2.628,114,1.292,115,2.233,116,2.628,119,1.986,124,2.628,125,2.098,155,5.299,156,4.895,158,1.183,160,0.873,166,0.487,167,3.68,168,1.042,169,2.628,170,1.966,171,4.895,172,4.111,173,5.406,174,6.203,175,5.406,176,5.026,177,1.895,178,0.993,179,3.043,180,1.16,181,3.215,182,4.027,183,2.402,184,4.552,185,4.159,186,1.986,187,1.986,188,1.731,189,1.806,190,1.017,191,2.896,192,2.291,193,3.215,194,2.217,195,2.971,196,5.534,197,2.628,198,3.172,199,2.233,200,1.986,201,0.97,202,1.495,203,1.068,204,4.552,205,2.971,206,2.971,207,2.402,208,1.986,209,1.986,210,4.983,211,2.628,212,2.896,213,3.043,214,2.971,215,2.098,216,2.402,217,2.402,218,1.603,219,2.971,220,2.402,221,2.456,222,2.628,223,3.224,224,2.971,225,1.89,226,2.233,227,2.291,228,2.971,229,3.364,230,1.731,231,1.664,232,1.89,233,1.419,234,2.628,235,1.725,236,2.971,237,1.986,238,1.215,239,1.726,240,2.971,241,2.402,242,1.611,243,2.971,244,1.986,245,0.757,246,1.042,247,2.971,248,1.068,249,2.971,250,0.993,251,0.993,252,2.971,253,1.807,254,2.971,255,2.971,256,2.971,257,2.971,258,2.971,259,2.402,260,2.971,261,2.971,262,2.971,263,2.971,264,2.971,265,2.628,266,2.628,267,2.971,268,2.402,269,4.159,270,4.159,271,4.983,272,1.664,273,4.027,274,0.865,275,4.027,276,3.215,277,1.267,278,2.091,279,4.662,280,2.628,281,2.971,282,2.535,283,2.971,284,2.971,285,5.534,286,2.971,287,2.971,288,1.765,289,1.597,290,2.402,291,3.614,292,2.971,293,1.086,294,2.098,295,3.614,296,2.37,297,2.549,298,2.971,299,1.85,300,2.971,301,2.971,302,0.95,303,2.971,304,2.971,305,2.971,306,2.402,307,2.971,308,2.971,309,1.572,310,2.971,311,2.971,312,2.971,313,1.765,314,1.603,315,1.986,316,3.043,317,0.97,318,2.971,319,2.971,320,2.971,321,2.971,322,2.149,323,2.628,324,2.971,325,2.971,326,2.971,327,2.985,328,4.474,329,2.971,330,2.971,331,2.233,332,2.971,333,2.971,334,2.971,335,2.402,336,2.971,337,2.971,338,2.971,339,1.558,340,0.993,341,2.084,342,1.495,343,2.402,344,2.402,345,1.183,346,4.552,347,1.89,348,0.774,349,2.402,350,1.986,351,2.971,352,2.971,353,2.971,354,2.971,355,2.971,356,2.971,357,2.971,358,2.971,359,2.971,360,2.971,361,2.971,362,2.971,363,4.552,364,2.971,365,2.971,366,2.971,367,2.971,368,1.603,369,2.971,370,2.971,371,2.971,372,2.402,373,2.971,374,2.971,375,2.971,376,4.159,377,2.971,378,2.098,379,2.971,380,2.628,381,2.971,382,2.971,383,2.971,384,2.233,385,2.971,386,2.971,387,2.971,388,2.971,389,1.447,390,2.628,391,2.971,392,2.896,393,4.552,394,4.552,395,1.912,396,5.534,397,2.971,398,2.971,399,4.552,400,2.628,401,1.72,402,2.971,403,2.971,404,2.971,405,5.534,406,1.664,407,1.731,408,2.202,409,3.346,410,3.68,411,6.24,412,4.159,413,2.091,414,4.552,415,2.971,416,2.402,417,2.971,418,2.971,419,2.971,420,2.971,421,2.971,422,2.971,423,4.552,424,2.971,425,2.971,426,1.871,427,2.971,428,2.971,429,2.971,430,1.123,431,2.971,432,1.152,433,1.402,434,0.993,435,2.971,436,2.233,437,1.806,438,2.971,439,2.971,440,2.402,441,2.628,442,1.123,443,1.664,444,1.402,445,1.986,446,2.549,447,2.971,448,0.846,449,6.203,450,5.534,451,5.534,452,5.534,453,5.534,454,5.534,455,2.402,456,4.552,457,2.971,458,2.628,459,2.971,460,4.552,461,1.017,462,1.986,463,2.084,464,2.971,465,4.552,466,4.552,467,2.971,468,2.971,469,2.971,470,2.971,471,2.402,472,2.971,473,2.971,474,2.971,475,4.552,476,1.89,477,2.971,478,2.971,479,2.971,480,2.971,481,1.547,482,2.971,483,1.731,484,2.628,485,2.971,486,2.628,487,2.896,488,2.628,489,2.971,490,2.971,491,2.628,492,2.971,493,2.628,494,2.971]],["title/injectables/AppRootOverlayContainer.html",[112,3.169,495,1.094]],["body/injectables/AppRootOverlayContainer.html",[0,0.082,3,0.116,4,0.139,5,0.104,6,0.123,11,0.456,12,0.832,15,0.57,22,1.346,24,1.198,25,0.009,26,0.795,27,0.916,28,0.981,29,0.916,33,0.189,41,0.139,51,0.007,52,0.007,82,1.902,85,1.82,86,1.875,87,6.439,88,4.127,92,0.471,112,5.157,114,2.162,115,6.584,170,3.154,181,6.186,253,2.6,293,1.395,309,1.251,343,5.903,348,2.36,495,1.781,496,2.941,497,7.748,498,5.169,499,7.965,500,7.965,501,5.986,502,8.343,503,8.343,504,7.302,505,5.844,506,5.844,507,7.302,508,5.844,509,5.844,510,5.844,511,3.405,512,7.965,513,5.844,514,7.302,515,5.844,516,1.78,517,5.844,518,4.724,519,5.844,520,2.676,521,7.302,522,2.676,523,2.676,524,2.598,525,2.001,526,2.758,527,2.941,528,2.941,529,5.844,530,5.844,531,5.844]],["title/components/AppWebComponent.html",[66,1.431,180,0.687]],["body/components/AppWebComponent.html",[0,0.049,3,0.069,4,0.083,5,0.062,6,0.124,8,1.078,11,0.272,12,0.585,15,0.691,16,1.075,18,1.038,20,1.206,22,1.38,24,0.714,25,0.009,26,1.054,27,0.546,29,1.38,30,1.175,31,2.713,33,0.185,34,1.054,35,0.928,41,0.083,47,1.138,51,0.006,52,0.005,57,0.64,65,1.112,66,2.143,85,0.797,86,0.746,92,0.281,111,1.086,114,1.423,120,6.25,144,1.086,150,0.992,155,4.073,160,1.169,170,2.217,172,3.916,173,4.925,175,4.925,176,4.579,177,2.013,178,1.165,179,4.492,180,0.933,193,4.746,208,2.33,209,2.33,233,1.086,235,1.086,239,1.696,242,1.773,245,2.344,250,1.716,251,1.716,277,1.696,279,3.858,296,2.672,299,1.165,302,1.046,309,1.702,317,1.138,335,5.433,350,4.492,368,3.287,433,2.423,448,0.992,463,1.596,481,4.139,516,1.062,532,1.223,533,1.086,534,7.154,535,2.818,536,6.092,537,1.193,538,5.133,539,1.637,540,3.55,541,2.098,542,6.721,543,6.092,544,6.092,545,6.092,546,6.092,547,6.092,548,4.925,549,5.433,550,3.486,551,5.133,552,5.133,553,3.486,554,3.486,555,3.486,556,3.486,557,3.486,558,3.486,559,3.486,560,3.486,561,3.486,562,3.486,563,3.486,564,3.486,565,3.486,566,3.486,567,3.486,568,3.393,569,3.486,570,3.486,571,3.486,572,3.083,573,3.004,574,1.304,575,5.384,576,3.083,577,5.133,578,3.486,579,4.54,580,4.54,581,3.486,582,2.818,583,5.389,584,4.579,585,4.54,586,2.818,587,3.703,588,3.625,589,2.818,590,6.092,591,2.462,592,3.486,593,3.486,594,3.486,595,3.486,596,3.083,597,2.818,598,3.486,599,3.486,600,2.098,601,3.486,602,4.925,603,3.486,604,2.33,605,3.083,606,4.54,607,5.133,608,3.486,609,5.133,610,3.083,611,3.486,612,2.462,613,1.425,614,3.486,615,3.486,616,3.486,617,7.748,618,3.486,619,3.486,620,3.486,621,5.133,622,5.133,623,3.486,624,3.486,625,4.15,626,3.486,627,3.486,628,6.721,629,3.486,630,3.486,631,3.486,632,3.486,633,3.486,634,2.62,635,3.486,636,3.486,637,3.486,638,3.486,639,3.486,640,2.818,641,6.092,642,2.818,643,1.637,644,1.637,645,1.223,646,2.357,647,1.223,648,1.223,649,1.223,650,1.062,651,1.223,652,1.112,653,1.223,654,1.112,655,1.223,656,1.112,657,1.8,658,1.112,659,1.138,660,1.223,661,1.223,662,1.112,663,1.223,664,1.112,665,1.193,666,1.223,667,1.112,668,1.6,669,1.223,670,1.112,671,1.223,672,1.112,673,1.8,674,1.112,675,1.223,676,1.138,677,1.223,678,1.112,679,1.223,680,1.112,681,1.165,682,1.112,683,0.992,684,1.8,685,1.112,686,1.223,687,1.112,688,0.714,689,1.112,690,1.223,691,1.112,692,1.223,693,1.112,694,1.062,695,1.223,696,1.8,697,1.112,698,1.193,699,1.223,700,1.112,701,1.563,702,1.112,703,1.112,704,1.223,705,1.112,706,1.223,707,1.112,708,1.223,709,1.223]],["title/components/ButtonToggleComponent.html",[144,1.398,180,0.687]],["body/components/ButtonToggleComponent.html",[0,0.06,3,0.085,4,0.102,5,0.077,6,0.118,8,1.185,11,0.335,14,0.584,15,0.643,20,1.118,22,1.291,24,1.221,25,0.009,26,1.005,27,0.934,28,1.148,29,1.217,30,1.274,33,0.111,34,1.066,41,0.102,50,1.708,51,0.006,52,0.005,57,0.788,65,1.369,66,1.369,82,1.552,85,1.361,86,1.275,92,0.346,114,1.002,144,2.303,146,5.932,150,2.209,177,1.047,178,1.435,180,1.048,233,1.338,235,1.338,239,1.658,242,1.991,245,2.382,246,2.089,248,2.141,250,1.991,251,1.991,253,1.945,265,6.051,268,5.53,277,1.904,278,1.622,294,4.207,297,3.831,299,1.435,302,0.737,309,0.919,317,1.401,343,4.815,413,2.251,426,1.518,430,1.622,461,2.342,491,5.269,493,5.269,516,1.307,520,1.965,525,1.469,532,1.505,533,1.338,537,1.469,539,1.369,541,2.435,568,3.01,643,1.9,644,1.9,645,1.505,646,2.592,647,1.505,648,1.505,649,1.505,650,2.7,651,1.505,652,1.369,653,1.505,654,1.369,655,1.505,656,1.369,657,2.089,658,1.369,659,1.401,660,1.505,661,1.505,662,1.369,663,1.505,664,1.369,665,1.469,666,1.505,667,1.369,668,1.856,669,1.505,670,1.369,671,1.505,672,1.369,673,2.089,674,1.369,675,1.505,676,1.401,677,1.505,678,1.369,679,1.505,680,1.369,681,1.435,682,1.369,683,1.222,684,2.089,685,1.369,686,1.505,687,1.369,688,0.88,689,1.369,690,1.505,691,1.369,692,1.505,693,1.369,694,1.307,695,1.505,696,2.089,697,1.369,698,1.469,699,1.505,700,1.369,701,1.814,702,1.369,703,1.369,704,1.505,705,1.369,706,1.505,707,1.369,708,1.505,709,1.505,710,1.543,711,6.791,712,3.796,713,6.841,714,5.957,715,5.957,716,5.957,717,6.841,718,6.841,719,2.811,720,5.142,721,4.292,722,4.292,723,4.292,724,4.292,725,3.132,726,4.292,727,5.269,728,3.471,729,2.901,730,4.292,731,4.292,732,2.727,733,4.292,734,4.292,735,4.292,736,4.292,737,4.292,738,4.292,739,5.269,740,2.026,741,2.811,742,2.234,743,3.47,744,2.09,745,3.031,746,2.315,747,2.09,748,3.831,749,1.965,750,2.727,751,3.041,752,1.695,753,3.47,754,2.141,755,3.226,756,3.383,757,3.213,758,3.471,759,5.957,760,4.292,761,2.796,762,1.965,763,2.315,764,2.16,765,2.502,766,3.226,767,2.404,768,4.292,769,1.249,770,4.292,771,2.501,772,2.404,773,4.292,774,2.869,775,2.501,776,2.404,777,2.315,778,2.234,779,1.965,780,2.869]],["title/modules/ButtonToggleModule.html",[53,0.736,67,2.999]],["body/modules/ButtonToggleModule.html",[0,0.092,3,0.13,4,0.157,5,0.117,6,0.092,25,0.009,33,0.233,41,0.157,51,0.007,52,0.007,53,1.078,55,2.002,56,2.002,57,1.206,58,2.738,59,2.096,60,1.913,61,2.738,67,6.086,77,2.561,78,1.603,79,1.829,81,2.197,91,2.561,92,0.53,95,3.009,96,2.839,100,5.244,101,4.393,144,2.916,146,4.641,147,5.813,148,5.813,149,3.68,150,1.87,650,2.002,711,5.313,781,5.813,782,5.813,783,5.813,784,6.572,785,2.421,786,2.305,787,6.572]],["title/components/CheckboxComponent.html",[180,0.687,652,1.431]],["body/components/CheckboxComponent.html",[0,0.054,3,0.076,4,0.092,5,0.069,6,0.114,8,1.13,11,0.301,14,0.751,15,0.624,16,0.808,20,1.078,22,1.252,24,1.132,25,0.009,26,0.958,27,0.866,28,0.927,29,1.104,30,1.224,31,2.157,32,2.386,33,0.167,34,1.057,41,0.092,44,3.901,50,1.535,51,0.006,52,0.005,57,0.708,65,1.23,66,1.23,82,1.439,85,0.881,86,1.182,92,0.311,114,0.9,144,1.202,150,1.097,159,2.16,160,0.74,177,1.347,178,1.289,180,1.224,212,5.199,233,1.202,235,1.202,239,1.537,242,1.878,245,2.363,246,1.937,248,1.985,250,1.846,251,1.846,274,1.608,277,1.796,278,3.089,288,2.141,296,2.875,299,1.289,302,0.662,314,2.98,315,3.692,317,1.259,339,2.412,340,1.846,341,2.011,392,3.513,401,2.932,440,4.465,444,3.326,461,1.891,462,3.692,516,1.174,532,1.352,533,1.202,537,1.32,539,1.23,541,2.258,568,2.892,574,1.381,604,4.71,643,1.762,644,1.762,645,1.352,646,2.471,647,1.352,648,1.352,649,1.352,650,1.174,651,1.352,652,2.247,653,1.352,654,1.23,655,1.352,656,1.23,657,1.937,658,1.23,659,1.259,660,1.352,661,1.352,662,1.23,663,1.352,664,1.23,665,1.32,666,1.352,667,1.23,668,1.721,669,1.352,670,1.23,671,1.352,672,1.23,673,1.937,674,1.23,675,1.352,676,1.259,677,1.352,678,1.23,679,1.352,680,1.23,681,1.289,682,1.23,683,1.097,684,1.937,685,1.23,686,1.352,687,1.23,688,0.79,689,1.23,690,1.352,691,1.23,692,1.352,693,1.23,694,1.174,695,1.352,696,1.937,697,1.23,698,1.32,699,1.352,700,1.23,701,1.682,702,1.23,703,1.23,704,1.352,705,1.23,706,1.352,707,1.23,708,1.352,709,1.352,710,1.386,719,2.607,720,4.85,725,2.955,727,6.233,729,3.432,732,2.529,741,1.82,742,2.008,749,1.765,750,1.765,751,1.714,752,1.572,754,1.386,762,1.765,765,2.711,767,2.16,777,2.08,788,3.411,789,1.475,790,5.523,791,4.885,792,7.76,793,2.98,794,5.523,795,7.094,796,6.453,797,5.523,798,5.523,799,7.458,800,4.106,801,2.723,802,3.546,803,5.523,804,3.247,805,3.046,806,1.762,807,4.885,808,3.856,809,3.856,810,5.523,811,4.151,812,5.523,813,5.523,814,3.856,815,2.69,816,5.697,817,4.465,818,3.856,819,7.469,820,3.901,821,4.885,822,3.513,823,3.901,824,5.523,825,7.047,826,5.905,827,3.856,828,4.151,829,3.357,830,5.523,831,3.901,832,5.523,833,5.523,834,3.117,835,1.82,836,1.82,837,3.856,838,5.217,839,3.856,840,5.523,841,3.856,842,3.856,843,3.411,844,1.457,845,1.878,846,2.898,847,5.708,848,2.723,849,3.856,850,3.856,851,3.856,852,3.856]],["title/modules/CheckboxModule.html",[53,0.736,853,3.169]],["body/modules/CheckboxModule.html",[0,0.093,3,0.133,4,0.159,5,0.12,6,0.094,25,0.009,33,0.226,41,0.159,51,0.007,52,0.007,53,1.098,55,2.039,56,2.039,57,1.229,58,2.76,59,2.135,60,1.949,61,2.76,77,2.59,78,1.633,79,1.863,81,2.238,91,2.59,92,0.54,652,2.99,785,2.923,786,2.348,834,5.412,853,6.454,854,5.922,855,5.922,856,5.922,857,6.695,858,7.016,859,6.695]],["title/interfaces/Color.html",[166,0.736,395,1.885]],["body/interfaces/Color.html",[0,0.067,3,0.095,4,0.114,5,0.086,6,0.067,11,0.374,12,0.732,14,1.052,15,0.566,20,1.098,25,0.009,26,0.652,33,0.223,41,0.184,51,0.006,52,0.006,86,1.026,92,0.387,160,1.485,166,1.054,168,1.681,170,2.07,190,1.641,201,1.565,202,2.412,203,1.723,238,2.961,253,1.565,297,3.597,302,0.823,309,1.727,313,1.858,322,2.206,348,1.248,395,3.896,426,1.221,448,1.364,463,2.194,495,1.567,574,1.949,860,3.385,861,2.684,862,3.385,863,5.611,864,6.242,865,4.842,866,3.602,867,4.056,868,2.131,869,3.597,870,2.684,871,4.085,872,2.684,873,3.875,874,3.602,875,3.602,876,3.597,877,4.607,878,3.385,879,3.602,880,3.602,881,3.602,882,3.602,883,3.602,884,3.602,885,3.602,886,3.602,887,3.602,888,3.602,889,3.602,890,3.602,891,3.385,892,3.602,893,3.049,894,3.602,895,3.385,896,5.192,897,7.058,898,5.659,899,2.334,900,7.193,901,5.465,902,3.875,903,3.049,904,2.194,905,5.192,906,2.586,907,5.192,908,3.875,909,3.904,910,3.875,911,3.875,912,3.875,913,5.856,914,5.856,915,3.875,916,3.875,917,5.192,918,3.875,919,3.875,920,3.875,921,3.875,922,3.875,923,3.875,924,3.875,925,3.875,926,3.875,927,4.536,928,3.875,929,5.192,930,5.192,931,5.192,932,5.192,933,3.904,934,3.875,935,3.875,936,3.875,937,3.875]],["title/injectables/ColorAssignmentState.html",[495,1.094,906,2.421]],["body/injectables/ColorAssignmentState.html",[0,0.06,3,0.086,4,0.103,5,0.077,6,0.118,11,0.338,12,0.683,14,1.199,15,0.537,20,1.132,22,1.294,24,1.408,25,0.009,26,1.009,27,1.077,28,1.307,29,1.22,33,0.218,41,0.177,51,0.005,52,0.005,82,1.561,85,1.57,86,1.283,92,0.349,160,1.423,166,0.983,170,2.588,190,1.482,201,1.413,202,2.178,203,1.556,238,2.809,253,1.956,297,3.356,302,1.029,309,1.667,313,1.678,322,2.259,348,1.79,395,3.822,426,1.103,448,1.705,463,1.982,495,1.462,496,2.178,574,1.667,789,0.989,860,5.945,861,4.714,862,3.057,863,5.253,864,5.165,865,5.205,866,3.254,867,4.361,868,1.924,869,3.356,870,2.424,871,4.372,872,2.424,873,3.5,874,3.254,875,3.254,876,3.849,877,4.953,878,3.057,879,3.254,880,3.254,881,3.254,882,3.254,883,3.254,884,3.254,885,3.254,886,3.254,887,3.254,888,3.254,889,3.254,890,3.254,891,3.057,892,3.254,893,2.754,894,3.254,895,3.057,896,4.844,897,6.909,898,5.648,899,2.109,900,7.177,901,5.832,902,4.844,903,2.754,904,1.982,905,4.844,906,3.233,907,6.512,908,4.844,909,4.508,910,4.844,911,4.844,912,4.844,913,5.556,914,5.556,915,3.5,916,3.5,917,5.996,918,3.5,919,3.5,920,3.5,921,3.5,922,3.5,923,3.5,924,3.5,925,3.5,926,3.5,927,4.232,928,3.5,929,4.844,930,4.844,931,4.844,932,4.844,933,3.642,934,3.5,935,3.5,936,3.5,937,3.5,938,5.992,939,5.992,940,5.992,941,4.329,942,2.003,943,4.329,944,4.329,945,4.329,946,4.329,947,4.329,948,4.329,949,4.329,950,4.329]],["title/interfaces/ColorAssignmentStateModel.html",[166,0.736,895,3.169]],["body/interfaces/ColorAssignmentStateModel.html",[0,0.067,3,0.095,4,0.114,5,0.085,6,0.067,11,0.373,12,0.731,14,1.051,15,0.648,20,1.044,25,0.009,26,0.65,33,0.223,41,0.184,51,0.006,52,0.006,86,1.023,92,0.385,160,1.483,166,1.052,168,1.676,170,2.064,190,1.636,201,1.56,202,2.405,203,1.718,238,2.956,253,1.56,297,3.59,302,0.82,309,1.725,313,1.853,322,2.203,348,1.245,395,3.895,426,1.218,448,1.36,463,2.188,495,1.564,574,1.725,860,3.375,861,2.677,862,3.375,863,5.392,864,5.436,865,4.835,866,3.592,867,4.051,868,2.125,869,3.59,870,2.677,871,4.077,872,2.677,873,3.864,874,3.592,875,3.592,876,3.59,877,4.601,878,3.375,879,3.592,880,3.592,881,3.592,882,3.592,883,3.592,884,3.592,885,3.592,886,3.592,887,3.592,888,3.592,889,3.592,890,3.592,891,3.375,892,3.592,893,3.04,894,3.592,895,4.527,896,6.516,897,7.241,898,5.763,899,3.523,900,7.324,901,5.458,902,3.864,903,3.04,904,2.188,905,5.182,906,2.578,907,5.182,908,3.864,909,3.896,910,3.864,911,3.864,912,3.864,913,5.847,914,5.847,915,3.864,916,3.864,917,5.182,918,3.864,919,3.864,920,3.864,921,3.864,922,3.864,923,3.864,924,3.864,925,3.864,926,3.864,927,4.527,928,3.864,929,5.182,930,5.182,931,5.182,932,5.182,933,3.896,934,3.864,935,3.864,936,3.864,937,3.864,951,4.818]],["title/components/ContainerComponent.html",[180,0.687,654,1.431]],["body/components/ContainerComponent.html",[0,0.102,3,0.065,4,0.078,5,0.058,6,0.12,8,1.044,11,0.382,12,0.557,14,0.797,15,0.634,16,0.684,20,0.423,22,1.336,24,1.002,25,0.009,26,0.885,27,0.766,28,0.984,29,0.919,30,1.144,33,0.189,34,1.05,41,0.078,51,0.005,52,0.004,57,0.599,60,1.423,65,1.041,66,1.041,82,1.274,85,1.733,86,1.393,92,0.263,114,0.763,144,1.018,150,0.929,158,1.946,160,1.249,177,1.588,178,1.092,179,4.351,180,1.263,201,1.066,203,1.174,233,1.018,235,2.028,237,3.269,239,2.036,242,2.52,245,2.331,246,1.715,248,1.758,250,1.635,251,1.635,274,1.423,277,1.632,288,1.896,293,1.81,299,1.092,302,1.006,309,1.393,313,2.273,317,1.066,339,1.674,340,1.635,341,2.028,348,2.334,350,4.351,378,2.306,389,2.382,407,4.733,426,0.832,434,1.092,448,1.392,461,1.118,481,2.546,516,1.489,532,1.145,533,1.018,537,1.118,539,1.041,574,1.047,602,2.64,643,2.223,644,1.56,645,1.145,646,2.283,647,1.145,648,1.145,649,1.145,650,0.995,651,1.145,652,1.041,653,1.145,654,2.076,655,1.145,656,2.076,657,1.715,658,1.041,659,1.066,660,1.145,661,1.145,662,1.041,663,1.145,664,1.041,665,1.118,666,1.145,667,1.041,668,1.524,669,1.145,670,1.041,671,1.145,672,1.041,673,1.715,674,1.041,675,1.145,676,1.066,677,1.145,678,1.041,679,1.145,680,1.041,681,1.959,682,1.041,683,0.929,684,1.715,685,1.041,686,1.145,687,1.041,688,0.669,689,1.041,690,1.145,691,1.041,692,1.145,693,1.041,694,0.995,695,1.145,696,1.715,697,1.041,698,1.118,699,1.145,700,1.041,701,1.489,702,1.041,703,1.041,704,1.145,705,1.041,706,1.145,707,1.041,708,1.145,709,1.145,710,1.174,729,3.563,740,1.541,746,1.762,761,3.514,762,3.935,771,2.849,789,1.339,806,1.56,942,2.176,952,2.64,953,4.739,954,3.283,955,4.325,956,4.89,957,3.571,958,5.862,959,4.89,960,3.629,961,3.052,962,5.862,963,5.862,964,5.07,965,3.953,966,5.262,967,3.645,968,6.509,969,2.461,970,3.453,971,5.862,972,4.325,973,4.89,974,2.461,975,3.508,976,3.645,977,3.675,978,2.174,979,4.89,980,4.89,981,3.372,982,3.266,983,4.325,984,4.89,985,3.675,986,3.453,987,3.266,988,3.072,989,4.325,990,4.89,991,3.266,992,3.453,993,3.266,994,4.89,995,4.89,996,2.95,997,3.266,998,3.269,999,2.382,1000,7.585,1001,4.89,1002,6.509,1003,3.266,1004,4.597,1005,4.325,1006,6.509,1007,4.89,1008,3.266,1009,3.453,1010,4.325,1011,4.89,1012,3.266,1013,3.919,1014,3.675,1015,3.266,1016,3.266,1017,4.325,1018,3.266,1019,3.266,1020,3.266,1021,1.59,1022,3.266,1023,2.888,1024,2.888,1025,2.454,1026,2.64,1027,2.077,1028,2.888,1029,1.856,1030,2.888,1031,3.953,1032,3.266,1033,2.888,1034,3.266,1035,2.888,1036,2.462,1037,3.563,1038,2.64,1039,3.266,1040,3.266,1041,3.266,1042,3.266,1043,2.183,1044,2.64,1045,2.888,1046,2.454,1047,3.266,1048,3.266,1049,4.325,1050,2.077,1051,2.739,1052,4.325,1053,3.266,1054,3.266,1055,2.183,1056,3.266,1057,1.985,1058,3.266,1059,3.266,1060,4.89,1061,4.89,1062,3.266,1063,3.266,1064,3.266,1065,3.266,1066,3.266,1067,3.266,1068,3.266,1069,1.762,1070,3.266,1071,2.888,1072,2.888]],["title/components/ContentComponent.html",[180,0.687,656,1.431]],["body/components/ContentComponent.html",[0,0.099,3,0.06,4,0.072,5,0.054,6,0.121,8,1.004,11,0.36,12,0.526,14,0.761,15,0.641,16,0.634,20,0.392,22,1.349,24,1.147,25,0.009,26,0.917,27,0.877,28,1.395,29,1.287,30,1.106,33,0.174,34,1.043,41,0.072,51,0.005,52,0.004,57,0.555,65,0.965,66,0.965,79,0.842,82,1.202,85,1.54,86,1.521,92,0.244,114,0.706,144,0.943,150,0.861,158,1.837,160,1.418,177,1.803,178,1.011,179,4.185,180,1.196,201,0.988,233,0.943,235,2.101,239,1.285,242,2.583,245,2.314,248,1.659,250,1.543,251,1.543,253,2.413,274,1.343,277,1.557,288,2.954,293,1.764,299,1.011,302,0.792,309,1.34,313,1.173,317,0.988,322,1.704,339,1.58,340,1.543,341,2.303,348,2.208,350,4.185,378,2.136,384,2.274,407,3.928,408,2.828,413,2.685,426,1.883,433,1.428,434,1.011,461,1.036,462,3.085,481,1.575,516,1.406,532,1.061,533,0.943,537,1.036,539,1.472,540,1.763,574,1.705,604,2.022,643,2.15,644,1.472,645,1.061,646,2.196,647,1.061,648,1.061,649,1.061,650,0.921,651,1.061,652,0.965,653,1.061,654,0.965,655,1.061,656,1.997,657,1.619,658,0.965,659,0.988,660,1.061,661,1.061,662,0.965,663,1.061,664,0.965,665,1.036,666,1.061,667,0.965,668,1.438,669,1.061,670,0.965,671,1.061,672,0.965,673,1.619,674,0.965,675,1.061,676,0.988,677,1.061,678,0.965,679,1.061,680,0.965,681,1.87,682,0.965,683,0.861,684,1.619,685,0.965,686,1.061,687,0.965,688,0.62,689,0.965,690,1.061,691,0.965,692,1.061,693,0.965,694,0.921,695,1.061,696,1.619,697,0.965,698,1.036,699,1.061,700,0.965,701,1.406,702,0.965,703,0.965,704,1.061,705,0.965,706,1.061,707,0.965,708,1.061,709,1.061,710,1.087,729,3.461,740,1.428,744,3.711,751,2.052,752,2.222,754,1.087,761,3.541,771,1.763,772,1.694,789,1.431,806,1.472,844,3.34,942,2.253,954,3.134,957,3.253,961,2.913,964,4.94,965,3.731,967,3.506,969,2.322,972,4.082,974,2.322,975,3.151,976,3.506,977,3.469,978,2.052,981,3.159,985,3.469,986,3.259,988,2.178,992,3.259,999,2.248,1010,4.082,1013,3.741,1014,3.469,1021,1.473,1025,2.274,1029,1.667,1036,3.104,1037,4.319,1046,2.274,1050,1.924,1051,1.694,1055,2.022,1073,2.676,1074,4.615,1075,7.163,1076,4.949,1077,5.596,1078,6.742,1079,5.596,1080,5.596,1081,6.261,1082,4.615,1083,4.615,1084,4.615,1085,6.261,1086,6.261,1087,6.261,1088,4.615,1089,3.085,1090,4.615,1091,4.524,1092,4.615,1093,4.615,1094,4.206,1095,4.615,1096,4.615,1097,3.731,1098,3.025,1099,3.731,1100,3.731,1101,3.025,1102,3.025,1103,4.615,1104,3.049,1105,2.689,1106,4.615,1107,5.151,1108,3.025,1109,4.615,1110,3.025,1111,3.259,1112,3.469,1113,4.615,1114,6.261,1115,2.676,1116,3.26,1117,2.178,1118,2.676,1119,2.446,1120,3.025,1121,3.025,1122,2.113,1123,3.025,1124,3.025,1125,3.025,1126,3.025,1127,3.025,1128,2.446,1129,2.446,1130,3.26,1131,4.615,1132,3.025,1133,4.615,1134,3.025,1135,1.924,1136,2.022,1137,3.025,1138,3.025,1139,3.025,1140,5.596,1141,3.025,1142,3.025,1143,4.615,1144,3.025,1145,3.025,1146,4.615,1147,3.025,1148,3.025,1149,3.025,1150,2.022,1151,2.676,1152,3.025,1153,3.025,1154,3.025,1155,2.022]],["title/interfaces/ContentContainerChanged.html",[166,0.736,1156,2.854]],["body/interfaces/ContentContainerChanged.html",[0,0.075,3,0.106,4,0.128,5,0.096,6,0.075,11,0.419,12,0.788,15,0.733,25,0.009,33,0.139,41,0.216,51,0.006,52,0.006,150,1.526,160,1.029,166,1.326,168,1.881,177,1.686,180,1.281,239,1.924,242,2.665,244,3.584,272,3.872,274,1.561,288,2.681,291,3.124,302,1.187,322,1.633,401,3.055,407,4.029,448,1.526,522,2.455,523,2.455,524,2.384,525,1.836,526,2.531,527,2.698,528,2.698,540,3.124,573,2.967,574,1.48,650,1.633,752,1.968,761,3.647,762,3.166,789,1.225,806,2.205,844,2.613,868,3.594,957,3.504,960,2.792,974,2.698,975,3.479,978,3.402,981,4.07,996,3.479,1050,3.411,1051,3.872,1107,4.398,1111,3.787,1135,3.411,1156,4.868,1157,3.411,1158,4.992,1159,4.883,1160,4.883,1161,5.115,1162,3.787,1163,4.398,1164,3.787,1165,3.124,1166,4.883,1167,4.03,1168,4.03,1169,4.398,1170,4.398,1171,3.73,1172,4.03,1173,3.787,1174,4.883,1175,3.411,1176,4.286]],["title/modules/CoreModule.html",[53,0.736,68,3.169]],["body/modules/CoreModule.html",[0,0.084,3,0.12,4,0.144,5,0.108,6,0.084,25,0.009,27,0.946,33,0.235,34,0.849,41,0.144,51,0.007,52,0.007,53,1.326,55,1.838,56,1.838,57,1.108,58,1.97,59,1.924,60,2.168,61,2.638,68,6.538,77,2.432,78,1.472,79,1.679,81,2.49,91,2.432,92,0.487,111,1.88,114,1.409,152,4.535,157,5.337,165,4.261,192,3.748,197,5.337,208,4.033,209,4.033,302,1.036,602,4.878,1177,5.337,1178,5.337,1179,5.337,1180,6.538,1181,6.235,1182,6.235,1183,6.034,1184,7.449,1185,6.034,1186,5.26,1187,7.449,1188,6.034,1189,6.034,1190,5.26,1191,6.034,1192,4.261,1193,4.878,1194,6.034,1195,6.034,1196,6.034,1197,6.034,1198,6.034,1199,6.034,1200,5.337,1201,8.08,1202,6.034,1203,4.878,1204,6.034]],["title/interfaces/DataStateModel.html",[166,0.736,1205,3.373]],["body/interfaces/DataStateModel.html",[0,0.037,3,0.053,4,0.152,5,0.048,6,0.037,11,0.328,12,0.478,14,1.219,15,0.587,18,0.796,20,0.67,25,0.009,26,0.364,27,1.108,28,0.449,29,0.658,31,3.072,33,0.199,34,0.478,35,1.379,41,0.14,51,0.004,52,0.004,85,1.759,86,1.648,92,0.216,111,0.834,158,1.064,159,1.498,160,0.805,165,1.889,166,0.688,168,0.938,170,1.155,177,0.652,188,1.558,190,0.916,191,5.145,192,2.111,198,3.053,199,2.01,200,2.805,201,0.873,202,1.346,203,0.961,220,3.392,221,1.443,238,1.715,259,5.149,271,3.657,274,1.854,276,2.963,277,1.632,278,1.586,293,0.638,294,1.889,302,1.369,309,1.68,313,1.037,314,1.443,315,1.788,322,2.292,323,2.366,327,1.443,328,2.162,331,5.5,339,0.916,340,0.894,341,2.446,342,1.968,345,1.67,348,2.194,368,1.443,392,1.701,401,1.011,443,2.35,455,2.162,463,2.37,481,3.679,495,1.023,516,1.278,522,1.225,523,1.225,524,2.302,525,0.916,573,1.037,574,0.573,587,1.626,612,1.889,668,0.834,694,1.94,701,1.278,776,1.498,789,0.611,793,4.464,806,1.338,867,3.785,868,1.189,869,2.35,870,1.498,872,1.498,876,4.467,904,1.225,909,2.55,933,3.872,974,1.346,981,1.189,1026,4.186,1027,1.701,1031,4.186,1036,1.124,1104,1.303,1105,3.017,1130,1.558,1165,3.017,1175,1.701,1205,3.154,1206,1.889,1207,5.634,1208,5.634,1209,7.45,1210,6.759,1211,5.713,1212,6.759,1213,3.392,1214,1.443,1215,3.657,1216,5.787,1217,2.366,1218,4.196,1219,1.011,1220,1.346,1221,4.196,1222,7.525,1223,4.196,1224,3.711,1225,2.01,1226,5.178,1227,2.675,1228,2.675,1229,4.196,1230,2.366,1231,2.366,1232,1.443,1233,1.889,1234,2.111,1235,2.264,1236,2.675,1237,3.891,1238,2.366,1239,2.366,1240,2.366,1241,2.01,1242,2.162,1243,2.366,1244,2.162,1245,1.889,1246,2.366,1247,2.366,1248,2.366,1249,1.558,1250,6.379,1251,1.558,1252,2.675,1253,2.162,1254,2.162,1255,4.58,1256,5.08,1257,2.162,1258,5.186,1259,2.162,1260,3.711,1261,2.675,1262,1.626,1263,2.366,1264,2.366,1265,2.675,1266,3.711,1267,2.366,1268,2.162,1269,2.366,1270,2.366,1271,2.162,1272,7.142,1273,1.701,1274,5.656,1275,2.695,1276,2.162,1277,1.788,1278,2.675,1279,2.675,1280,2.675,1281,2.675,1282,2.675,1283,2.366,1284,2.675,1285,2.675,1286,2.675,1287,5.312,1288,4.196,1289,2.675,1290,4.196,1291,2.675,1292,4.196,1293,2.675,1294,4.196,1295,2.675,1296,2.675,1297,4.196,1298,2.675,1299,4.196,1300,2.675,1301,4.196,1302,2.675,1303,4.196,1304,3.154,1305,4.196,1306,5.178,1307,4.196,1308,4.196,1309,2.675,1310,4.196,1311,7.317,1312,2.675,1313,2.675,1314,4.196,1315,3.711,1316,2.675,1317,2.675,1318,6.37,1319,4.196,1320,2.675,1321,2.675,1322,4.196,1323,2.675,1324,2.675,1325,4.196,1326,2.675,1327,2.675,1328,4.196,1329,2.675,1330,2.675,1331,3.711,1332,4.196,1333,2.675,1334,2.675,1335,4.196,1336,4.196,1337,2.675,1338,2.675,1339,2.675,1340,2.675,1341,2.675,1342,2.675,1343,2.675,1344,2.675,1345,2.675,1346,2.675,1347,2.675,1348,2.675,1349,2.675,1350,2.675,1351,2.675,1352,2.675,1353,2.675,1354,2.675,1355,2.675,1356,2.675,1357,2.675,1358,2.675,1359,2.675,1360,2.675,1361,1.701,1362,2.675,1363,2.675,1364,2.675,1365,2.675,1366,2.675,1367,2.675,1368,2.675,1369,2.675,1370,2.675,1371,2.162,1372,2.675,1373,4.448,1374,2.675,1375,2.675,1376,2.675,1377,2.675,1378,2.675,1379,2.675,1380,2.675,1381,2.675,1382,2.675,1383,2.675,1384,2.675,1385,2.675,1386,2.675,1387,2.675,1388,2.675,1389,2.675,1390,2.675,1391,2.675,1392,2.675,1393,1.498,1394,2.675,1395,2.675,1396,4.196,1397,2.184,1398,2.675,1399,2.675,1400,2.162,1401,2.366,1402,2.675,1403,4.299,1404,2.675,1405,2.675,1406,2.675,1407,2.675,1408,1.889,1409,2.675,1410,1.788,1411,2.675,1412,2.675,1413,2.675,1414,2.675,1415,2.675,1416,4.787,1417,2.675,1418,2.675,1419,7.317,1420,2.675,1421,2.675,1422,2.675,1423,2.675,1424,2.675,1425,2.675,1426,2.675,1427,2.675,1428,2.675,1429,2.675,1430,2.675,1431,2.675,1432,2.675,1433,2.675,1434,2.675,1435,2.675,1436,2.675,1437,2.675,1438,2.675,1439,2.675]],["title/classes/DataStateSelectors.html",[0,0.063,218,2.421]],["body/classes/DataStateSelectors.html",[0,0.082,2,2.219,3,0.116,4,0.14,5,0.105,6,0.12,11,0.458,13,2.568,15,0.652,22,1.31,24,1.713,25,0.009,26,1.137,27,1.31,31,2.875,33,0.206,34,0.669,35,1.563,41,0.14,51,0.007,52,0.007,82,1.908,85,1.91,114,1.864,190,2.01,191,5.658,218,3.951,221,3.167,245,1.496,259,5.92,309,1.789,322,2.545,446,4.47,942,2.793,1205,6.961,1207,6.478,1208,6.478,1440,5.193,1441,7.323,1442,8.357,1443,5.871,1444,7.323,1445,5.871,1446,7.323,1447,5.871,1448,7.323,1449,5.871,1450,5.871,1451,8.357,1452,5.871,1453,5.871,1454,5.871,1455,5.871]],["title/interfaces/DefaultIconDefinition.html",[166,0.736,1456,3.373]],["body/interfaces/DefaultIconDefinition.html",[3,0.074,4,0.089,5,0.067,6,0.052,11,0.292,12,0.616,15,0.543,20,1.112,25,0.009,26,1.285,27,1.271,31,1.25,41,0.129,47,2.508,51,0.005,52,0.005,119,6.29,160,0.718,166,0.614,168,1.312,237,2.501,295,5.509,296,2.813,408,2.933,413,2.785,446,2.095,643,2.526,789,0.855,978,1.663,1057,3.285,1122,1.713,1410,2.501,1456,4.768,1457,2.642,1458,3.024,1459,3.024,1460,3.024,1461,4.577,1462,3.309,1463,4.369,1464,3.741,1465,3.741,1466,2.642,1467,3.741,1468,3.309,1469,3.024,1470,3.309,1471,7.099,1472,4.062,1473,5.223,1474,5.618,1475,4.062,1476,2.642,1477,3.024,1478,2.642,1479,4.569,1480,3.309,1481,8.29,1482,3.309,1483,3.309,1484,3.309,1485,4.78,1486,3.309,1487,3.309,1488,3.309,1489,3.309,1490,3.309,1491,3.309,1492,6.146,1493,6.146,1494,6.519,1495,6.519,1496,3.309,1497,3.309,1498,5.958,1499,3.309,1500,3.309,1501,3.309,1502,4.78,1503,4.78,1504,4.78,1505,3.309,1506,3.309,1507,3.309,1508,3.309,1509,6.519,1510,3.309,1511,4.78,1512,3.309,1513,3.309,1514,3.309,1515,3.309,1516,3.309,1517,3.309,1518,3.309,1519,3.309,1520,3.309,1521,3.309,1522,3.309,1523,6.146,1524,4.78,1525,3.309,1526,3.309,1527,3.309,1528,3.309,1529,4.78,1530,3.309,1531,3.309,1532,3.024,1533,3.309,1534,3.309,1535,3.309,1536,3.309,1537,3.309,1538,4.369,1539,4.369,1540,3.024,1541,3.309,1542,3.309,1543,3.309,1544,3.309,1545,3.309,1546,3.309,1547,3.309,1548,3.309,1549,3.309,1550,6.146,1551,3.309,1552,3.309,1553,6.146,1554,3.309,1555,3.309,1556,2.812,1557,3.309,1558,3.309,1559,6.519,1560,3.309,1561,4.78,1562,3.309,1563,3.024,1564,3.309,1565,3.024,1566,3.309,1567,3.309]],["title/interfaces/DelegateDataSourceOptions.html",[166,0.736,1568,3.373]],["body/interfaces/DelegateDataSourceOptions.html",[0,0.089,3,0.126,4,0.152,5,0.114,6,0.089,11,0.497,12,0.878,15,0.601,20,1.072,25,0.009,27,1.347,33,0.222,34,0.726,41,0.183,51,0.007,52,0.007,92,0.514,111,1.986,114,1.488,160,1.222,166,1.045,168,2.235,170,2.752,177,2.019,208,4.259,209,4.259,309,1.772,342,1.425,448,1.813,495,1.878,501,4.789,511,3.712,548,7.231,549,7.231,575,4.789,683,1.813,1190,4.5,1192,4.5,1193,5.151,1568,6.22,1569,4.5,1570,4.789,1571,6.811,1572,6.811,1573,6.811,1574,5.635,1575,6.811,1576,5.438,1577,5.788,1578,5.635,1579,5.635]],["title/injectables/DelegateDataSourceService.html",[495,1.094,1190,3.169]],["body/injectables/DelegateDataSourceService.html",[0,0.088,3,0.126,4,0.151,5,0.113,6,0.107,11,0.494,15,0.494,20,0.82,22,0.992,24,1.297,25,0.009,26,0.861,27,0.992,33,0.222,34,0.722,41,0.183,51,0.007,52,0.007,82,1.998,85,1.447,92,0.511,111,1.973,114,1.478,160,1.215,166,1.039,170,3.314,177,1.544,208,4.232,209,4.232,309,1.767,342,1.416,448,1.802,495,1.871,496,3.186,501,6.203,511,3.689,548,6.672,549,6.672,575,4.758,683,2.183,1190,5.418,1192,5.418,1193,5.118,1568,6.448,1569,5.418,1570,4.758,1571,7.3,1572,6.785,1573,6.785,1574,5.6,1575,7.3,1576,5.418,1577,5.766,1578,6.785,1579,5.6,1580,7.671,1581,6.331]],["title/components/DonorCardComponent.html",[180,0.687,658,1.431]],["body/components/DonorCardComponent.html",[0,0.094,3,0.134,4,0.063,5,0.048,6,0.116,8,0.938,11,0.208,12,0.477,14,0.918,15,0.622,16,0.558,20,0.914,22,1.282,24,0.857,25,0.009,26,0.96,27,0.656,28,1.184,29,1.058,30,1.043,33,0.133,34,1.033,35,0.71,41,0.063,47,2.203,48,2.573,50,2.686,51,0.005,52,0.004,57,0.489,65,0.85,66,0.85,79,0.742,82,1.09,85,1.18,86,1.444,92,0.215,114,0.622,144,0.83,150,0.758,159,1.492,177,1.26,178,0.891,180,1.238,233,0.83,235,0.83,237,1.781,239,1.164,242,1.503,245,2.284,246,1.467,248,1.504,250,1.398,251,1.398,253,2.304,275,3.7,276,2.955,277,1.438,293,0.636,295,3.932,299,0.891,302,1.005,306,3.382,313,2.269,314,2.257,315,2.797,317,0.87,322,2.289,339,1.432,340,1.398,341,1.304,342,0.935,395,2.671,401,1.581,408,2.531,413,1.952,426,2.031,461,2.31,476,3.722,516,2.149,520,2.911,525,1.432,532,0.935,533,0.83,537,0.912,539,0.85,541,1.71,568,2.616,588,2.955,591,2.955,643,2.028,644,1.866,645,0.935,646,2.052,647,0.935,648,0.935,649,0.935,650,0.812,651,0.935,652,0.85,653,0.935,654,0.85,655,0.935,656,0.85,657,1.467,658,1.866,659,2.835,660,0.935,661,0.935,662,0.85,663,0.935,664,0.85,665,0.912,666,0.935,667,0.85,668,1.304,669,0.935,670,0.85,671,0.935,672,0.85,673,1.467,674,0.85,675,0.935,676,0.87,677,0.935,678,0.85,679,0.935,680,0.85,681,1.727,682,0.85,683,0.758,684,1.467,685,0.85,686,0.935,687,0.85,688,0.546,689,0.85,690,0.935,691,0.85,692,0.935,693,0.85,694,0.812,695,0.935,696,1.467,697,0.85,698,0.912,699,0.935,700,0.85,701,2.226,702,0.85,703,1.647,704,0.935,705,0.85,706,0.935,707,0.85,708,0.935,709,0.935,710,0.958,719,1.975,725,2.911,728,3.932,729,2.038,732,2.365,740,1.258,741,3.331,742,2.689,744,3.097,746,1.437,749,2.365,750,3.231,751,3.137,752,2.231,754,2.536,755,4.779,756,1.22,761,2.392,762,1.22,763,2.786,764,2.599,765,3.157,767,4.093,769,0.776,771,2.438,772,1.492,774,1.781,775,1.553,776,1.492,777,2.257,778,2.178,779,3.09,780,3.453,789,1.453,795,5.14,801,1.882,802,2.944,804,2.599,805,2.438,806,1.334,815,2.038,819,5.624,821,5.176,835,1.258,836,1.258,844,2.906,845,2.038,848,1.882,942,0.891,969,2.105,986,2.955,988,2.762,999,2.038,1021,1.298,1029,1.375,1037,2.543,1051,2.343,1069,2.257,1094,2.003,1117,1.258,1122,2.679,1130,2.438,1155,3.453,1171,4.149,1220,2.599,1251,1.553,1461,2.178,1563,3.382,1565,3.382,1582,5.26,1583,6.685,1584,6.215,1585,2.357,1586,7.501,1587,3.7,1588,3.7,1589,5.165,1590,4.184,1591,4.569,1592,5.165,1593,5.851,1594,4.184,1595,5.851,1596,5.14,1597,3.882,1598,5.165,1599,4.184,1600,2.665,1601,5.072,1602,2.786,1603,4.511,1604,2.665,1605,2.665,1606,2.665,1607,2.665,1608,2.665,1609,2.665,1610,4.184,1611,2.665,1612,4.73,1613,4.184,1614,2.665,1615,3.7,1616,3.7,1617,2.661,1618,4.184,1619,4.184,1620,2.955,1621,2.438,1622,2.665,1623,3.382,1624,4.184,1625,3.7,1626,6.748,1627,2.665,1628,5.165,1629,5.165,1630,4.184,1631,5.176,1632,2.665,1633,2.665,1634,2.665,1635,3.382,1636,3.7,1637,3.7,1638,5.969,1639,5.851,1640,4.184,1641,4.184,1642,4.184,1643,4.184,1644,4.184,1645,4.184,1646,1.258,1647,1.695,1648,2.003,1649,1.781,1650,2.665,1651,2.357,1652,3.882,1653,2.85,1654,2.665,1655,3.097,1656,3.139,1657,3.144,1658,1.781,1659,2.003,1660,6.464,1661,1.492,1662,2.154,1663,3.286,1664,3.882,1665,2.665,1666,3.7,1667,2.665,1668,2.665,1669,2.665,1670,2.665,1671,2.665,1672,2.665,1673,1.553,1674,2.665,1675,2.85,1676,1.695,1677,2.357,1678,2.665,1679,3.009,1680,2.357,1681,2.665,1682,3.7,1683,2.154,1684,2.665,1685,2.343,1686,2.665,1687,2.665,1688,2.357,1689,2.357,1690,2.357,1691,2.003,1692,1.62]],["title/modules/DonorCardModule.html",[53,0.736,1693,3.169]],["body/modules/DonorCardModule.html",[0,0.088,3,0.125,4,0.15,5,0.113,6,0.088,25,0.009,33,0.233,41,0.15,51,0.007,52,0.007,53,1.035,55,1.921,56,1.921,57,1.158,58,2.69,59,2.012,60,1.836,61,2.69,77,2.499,78,1.538,79,1.755,81,2.558,91,2.499,92,0.509,95,3.504,96,2.725,658,2.969,659,2.059,701,1.921,703,2.441,785,2.82,786,2.212,834,5.099,858,6.769,1582,4.012,1583,5.099,1584,4.741,1693,6.549,1694,5.579,1695,5.579,1696,5.579,1697,5.579,1698,6.302,1699,6.302,1700,6.307,1701,6.307,1702,4.454,1703,6.307,1704,6.307,1705,4.741,1706,6.307]],["title/interfaces/DrawerContainersChanged.html",[166,0.736,1163,2.854]],["body/interfaces/DrawerContainersChanged.html",[0,0.074,3,0.105,4,0.127,5,0.095,6,0.074,11,0.415,12,0.784,15,0.733,25,0.009,33,0.137,41,0.216,51,0.006,52,0.006,150,1.513,160,1.02,166,1.322,168,1.865,177,1.677,180,1.234,239,2.121,242,2.684,244,3.554,272,3.851,274,1.548,288,2.666,291,3.098,302,0.913,322,1.619,401,3.045,407,4.862,448,1.957,522,2.434,523,2.434,524,2.363,525,1.82,526,2.509,527,2.675,528,2.675,540,3.098,573,2.955,574,1.472,650,1.619,752,1.957,761,3.294,762,3.148,789,1.215,806,2.193,844,2.598,868,3.582,957,3.489,960,2.768,974,2.675,975,3.46,978,3.057,981,4.066,996,3.46,1050,3.382,1051,3.851,1107,4.374,1111,4.856,1135,3.382,1156,4.374,1157,3.382,1158,4.98,1159,4.856,1160,4.856,1161,5.095,1162,3.755,1163,4.848,1164,4.856,1165,4.007,1166,4.856,1167,3.996,1168,3.996,1169,4.374,1170,4.374,1171,3.709,1172,3.996,1173,3.755,1174,4.856,1175,3.382,1176,4.268]],["title/interfaces/DrawerInitialized.html",[166,0.736,1169,2.854]],["body/interfaces/DrawerInitialized.html",[0,0.075,3,0.107,4,0.129,5,0.097,6,0.076,11,0.422,12,0.792,15,0.733,25,0.009,33,0.14,41,0.216,51,0.006,52,0.006,150,1.538,160,1.037,166,1.33,168,1.895,177,1.695,180,1.176,239,1.934,242,2.679,244,3.612,272,3.891,274,1.573,288,2.694,291,3.148,302,0.928,322,1.646,401,2.902,407,4.048,448,1.538,522,2.474,523,2.474,524,2.402,525,1.85,526,2.55,527,2.719,528,2.719,540,3.148,573,2.978,574,1.487,650,1.646,752,1.977,761,3.314,762,3.181,789,1.234,806,2.216,844,2.625,868,3.604,957,3.516,960,2.813,974,2.719,975,3.496,978,3.089,981,4.074,996,3.496,1050,3.437,1051,3.891,1107,4.42,1111,3.816,1135,3.437,1156,4.42,1157,3.437,1158,5.002,1159,4.907,1160,4.907,1161,5.134,1162,3.816,1163,4.42,1164,3.816,1165,3.148,1166,4.907,1167,5.222,1168,5.222,1169,4.885,1170,4.42,1171,3.748,1172,4.061,1173,3.816,1174,4.907,1175,3.437,1176,4.301]],["title/modules/DrawerModule.html",[53,0.736,69,3.169]],["body/modules/DrawerModule.html",[0,0.084,3,0.119,4,0.143,5,0.107,6,0.084,25,0.009,33,0.235,41,0.143,51,0.007,52,0.007,53,0.985,55,1.829,56,1.829,57,1.102,58,2.632,59,1.915,60,2.162,61,2.632,69,6.615,77,2.425,78,1.465,79,1.671,81,2.007,91,2.425,92,0.484,95,3.4,96,2.594,102,6.569,103,4.964,104,3.363,105,6.569,106,5.311,150,1.709,152,4.513,153,4.854,235,2.883,654,2.951,656,2.951,705,2.951,1024,5.311,1025,4.513,1162,4.241,1707,5.311,1708,5.311,1709,5.311,1710,6.005,1711,4.724,1712,4.724,1713,6.005,1714,4.854,1715,6.005]],["title/interfaces/DrawerToggled.html",[166,0.736,1170,2.854]],["body/interfaces/DrawerToggled.html",[0,0.072,3,0.102,4,0.123,5,0.092,6,0.072,11,0.403,12,0.769,15,0.735,25,0.009,33,0.133,41,0.215,51,0.006,52,0.006,150,1.919,160,0.99,166,1.307,168,1.809,177,2.068,180,1.15,239,1.877,242,2.699,244,3.448,272,3.776,274,1.962,288,3.088,291,3.928,302,0.885,322,2.053,401,3.01,407,3.928,448,1.468,522,2.362,523,2.362,524,2.293,525,1.766,526,2.434,527,2.596,528,2.596,540,3.005,573,2.912,574,1.815,650,2.053,752,2.413,761,3.256,762,3.087,789,1.179,806,2.15,844,3.204,868,3.541,957,3.439,960,2.685,974,3.393,975,3.393,978,2.997,981,4.049,996,3.393,1050,3.281,1051,3.776,1107,5.393,1111,3.643,1135,3.281,1156,4.289,1157,3.281,1158,4.816,1159,4.761,1160,4.761,1161,5.021,1162,3.643,1163,4.289,1164,3.643,1165,3.005,1166,4.761,1167,3.877,1168,3.877,1169,4.289,1170,4.778,1171,4.573,1172,5.067,1173,4.761,1174,4.761,1175,3.281,1176,4.206]],["title/components/DropdownComponent.html",[180,0.687,662,1.431]],["body/components/DropdownComponent.html",[0,0.051,3,0.072,4,0.087,5,0.065,6,0.115,8,1.102,11,0.285,12,0.605,14,0.722,15,0.614,16,0.765,20,1.08,22,1.262,24,1.088,25,0.009,26,0.934,27,0.832,28,0.613,29,1.262,30,1.198,33,0.137,34,1.054,41,0.087,48,2.757,51,0.006,52,0.005,57,0.67,65,1.164,66,1.164,82,1.383,85,1.213,86,1.471,92,0.294,114,0.853,144,1.138,150,1.039,159,2.045,178,1.22,180,1.257,189,3.803,212,4.643,233,1.138,235,1.138,239,1.478,242,1.821,245,2.353,246,1.862,248,1.908,250,1.775,251,1.775,274,1.545,277,1.742,278,2.878,299,1.22,302,1.074,313,2.059,314,2.864,316,2.441,317,1.192,339,1.818,340,1.775,341,1.655,376,2.744,408,2.113,413,2.006,426,1.86,471,2.952,516,1.112,518,4.292,520,2.431,525,1.25,532,1.28,533,1.138,537,1.25,539,1.164,541,2.17,568,2.664,643,1.693,644,1.693,645,1.28,646,2.41,647,1.28,648,1.28,649,1.28,650,1.112,651,1.28,652,1.164,653,1.28,654,1.164,655,1.28,656,1.164,657,1.862,658,1.164,659,1.192,660,1.28,661,1.28,662,2.191,663,1.28,664,1.164,665,1.25,666,1.28,667,1.164,668,1.655,669,1.28,670,1.164,671,1.28,672,1.164,673,1.862,674,1.164,675,1.28,676,1.192,677,1.28,678,1.164,679,1.28,680,1.164,681,1.22,682,1.164,683,1.039,684,1.862,685,1.164,686,1.28,687,1.164,688,0.748,689,1.164,690,1.28,691,1.164,692,1.28,693,1.164,694,1.112,695,1.28,696,1.862,697,1.164,698,1.25,699,1.28,700,1.164,701,1.617,702,1.164,703,1.164,704,1.28,705,1.164,706,1.28,707,1.164,708,1.28,709,1.28,710,1.312,719,2.506,720,4.703,725,2.865,732,2.431,741,3.243,742,1.901,744,3.048,745,2.578,747,2.586,748,4.402,749,1.672,752,2.168,754,1.908,756,3.342,757,1.97,758,2.127,765,2.23,774,2.441,775,4.003,776,3.848,779,3.145,780,3.549,789,1.43,793,2.864,800,3.646,801,2.578,802,3.457,804,3.149,805,2.953,806,1.693,826,5.384,835,1.723,836,1.723,838,2.952,845,3.555,846,2.744,1029,0.972,1051,2.974,1069,1.97,1091,5.554,1104,2.586,1116,2.127,1117,1.723,1122,2.865,1225,3.991,1646,1.723,1647,2.322,1649,4.879,1653,1.778,1658,2.441,1663,2.322,1675,3.346,1716,3.229,1717,6.973,1718,6.511,1719,6.257,1720,5.31,1721,6.257,1722,5.31,1723,6.87,1724,5.31,1725,3.651,1726,4.292,1727,3.651,1728,5.31,1729,3.094,1730,3.651,1731,3.651,1732,5.31,1733,3.651,1734,3.651,1735,4.696,1736,5.554,1737,5.554,1738,3.991,1739,3.991,1740,4.437,1741,5.31,1742,3.651,1743,3.651,1744,3.651,1745,4.696,1746,5.31,1747,3.651,1748,4.696,1749,3.98,1750,4.176,1751,4.419,1752,2.744,1753,3.229,1754,4.292,1755,3.229,1756,5.164,1757,2.578,1758,4.696,1759,2.744,1760,3.651,1761,3.229,1762,3.229,1763,3.651,1764,3.651,1765,3.651,1766,2.952,1767,2.441,1768,2.578,1769,3.229,1770,3.651]],["title/modules/DropdownModule.html",[53,0.736,1771,3.169]],["body/modules/DropdownModule.html",[0,0.093,3,0.132,4,0.158,5,0.119,6,0.093,25,0.009,33,0.23,41,0.158,51,0.007,52,0.007,53,1.088,55,2.02,56,2.02,57,1.218,58,2.749,59,2.115,60,1.931,61,2.749,77,2.575,78,1.618,79,1.846,81,2.217,91,2.575,92,0.535,662,2.987,785,2.907,786,2.326,1750,4.031,1771,6.442,1772,5.867,1773,5.867,1774,5.867,1775,6.633,1776,6.377,1777,5.362,1778,6.377,1779,5.362,1780,6.633]],["title/components/DualSliderComponent.html",[180,0.687,664,1.431]],["body/components/DualSliderComponent.html",[0,0.028,3,0.04,4,0.048,5,0.036,6,0.119,8,0.8,11,0.158,12,0.569,13,1.389,14,0.457,15,0.614,16,0.703,20,0.716,22,1.331,24,1.293,25,0.009,26,0.959,27,0.989,28,0.721,29,1.246,30,0.907,33,0.143,34,0.995,41,0.048,48,1.149,50,1.336,51,0.004,52,0.003,57,0.372,65,0.647,66,0.647,82,0.874,85,1.611,86,1.703,88,1.432,92,0.164,99,1.64,114,0.474,135,6.025,144,0.632,150,0.577,158,1.336,160,1.266,178,0.678,180,1.08,181,4.66,183,1.64,189,2.61,212,4.601,233,0.632,235,0.632,238,0.829,239,0.934,242,1.25,245,2.209,246,1.177,248,1.206,250,1.122,251,1.122,253,2.234,274,1.734,277,1.195,278,2.493,279,3.228,288,1.935,293,1.32,299,0.678,302,0.737,309,1.184,313,1.665,314,2.693,316,5.034,317,0.662,339,1.709,340,1.122,341,1.857,348,1.884,376,1.524,400,4.415,401,2.252,408,1.336,413,1.886,416,6.955,426,1.744,433,1.584,436,2.523,442,0.766,448,0.955,461,2.04,463,1.537,516,0.618,518,2.714,520,1.966,522,1.966,523,1.966,525,1.709,532,0.711,533,0.632,537,0.694,539,1.37,540,2.908,541,1.372,568,2.31,574,1.412,643,1.071,644,2.476,645,0.711,646,1.751,647,0.711,648,0.711,649,0.711,650,2.084,651,0.711,652,0.647,653,0.711,654,0.647,655,0.711,656,0.647,657,1.177,658,0.647,659,0.662,660,0.711,661,0.711,662,0.647,663,0.711,664,1.592,665,2.414,666,0.711,667,0.647,668,1.046,669,0.711,670,0.647,671,0.711,672,0.647,673,1.177,674,0.647,675,0.711,676,0.662,677,0.711,678,0.647,679,0.711,680,0.647,681,0.678,682,0.647,683,0.577,684,1.177,685,0.647,686,0.711,687,0.647,688,0.416,689,0.647,690,0.711,691,0.647,692,0.711,693,0.647,694,0.618,695,0.711,696,1.177,697,0.647,698,0.694,699,0.711,700,0.647,701,1.022,702,0.647,703,0.647,704,0.711,705,0.647,706,0.711,707,0.647,708,0.711,709,0.711,710,1.206,719,1.584,720,3.228,725,1.966,728,1.956,729,3.983,732,1.537,741,2.977,742,2.236,744,3.214,745,2.371,746,1.094,747,2.092,748,3.337,749,1.537,750,1.966,751,1.492,752,1.878,754,2.267,756,1.966,757,1.811,761,0.829,764,3.64,765,2.65,775,2.908,776,2.795,777,1.094,778,1.056,779,2.532,780,1.356,789,1.508,793,2.693,800,4.307,802,2.512,804,2.512,805,2.027,806,1.592,817,1.64,820,2.371,835,2.356,836,0.957,838,1.64,843,1.794,844,2.09,845,2.431,846,3.228,901,3.033,942,1.436,954,3.097,967,2.795,970,2.371,976,1.88,978,2.933,988,1.584,992,2.371,1029,1.143,1036,1.41,1037,1.233,1051,1.136,1057,2.04,1069,1.094,1072,4.415,1091,4.471,1104,3.333,1117,0.957,1122,2.532,1165,2.908,1225,2.523,1251,1.182,1408,3.525,1416,2.523,1603,3.337,1617,3.175,1621,1.956,1646,0.957,1647,1.29,1649,3.697,1653,2.902,1655,2.431,1661,1.136,1663,1.29,1673,1.182,1675,2.431,1726,2.714,1736,2.714,1737,2.714,1739,4.479,1740,3.361,1745,2.969,1748,2.969,1749,2.732,1750,3.034,1751,3.033,1752,1.524,1753,1.794,1754,2.714,1755,1.794,1756,3.752,1757,2.371,1758,2.969,1761,1.794,1762,1.794,1766,2.714,1767,2.244,1768,1.432,1769,1.794,1781,6.896,1782,1.794,1783,2.523,1784,6.077,1785,3.228,1786,4.294,1787,3.357,1788,4.294,1789,6.598,1790,5.959,1791,6.598,1792,6.843,1793,6.308,1794,4.992,1795,4.992,1796,3.357,1797,4.992,1798,2.523,1799,3.357,1800,3.357,1801,5.959,1802,4.992,1803,4.992,1804,4.294,1805,3.357,1806,3.357,1807,3.357,1808,5.53,1809,2.028,1810,3.357,1811,2.969,1812,3.357,1813,2.523,1814,2.028,1815,3.357,1816,2.028,1817,6.843,1818,2.028,1819,2.523,1820,3.357,1821,2.028,1822,2.714,1823,4.892,1824,2.028,1825,4.892,1826,4.294,1827,4.415,1828,4.992,1829,4.992,1830,4.035,1831,4.415,1832,4.992,1833,2.693,1834,4.992,1835,2.028,1836,3.357,1837,3.357,1838,2.028,1839,2.028,1840,2.135,1841,2.523,1842,3.752,1843,2.028,1844,3.357,1845,2.028,1846,3.357,1847,2.969,1848,2.028,1849,5.53,1850,2.028,1851,6.308,1852,4.294,1853,4.992,1854,4.294,1855,3.357,1856,2.028,1857,4.992,1858,2.028,1859,2.969,1860,2.028,1861,3.357,1862,2.028,1863,3.798,1864,2.028,1865,2.028,1866,4.992,1867,2.714,1868,2.028,1869,2.969,1870,2.028,1871,2.028,1872,2.028,1873,3.357,1874,3.357,1875,2.028,1876,2.714,1877,4.294,1878,3.357,1879,2.028,1880,2.028,1881,2.028,1882,3.357,1883,2.969,1884,3.357,1885,1.794,1886,1.794,1887,1.794,1888,2.028,1889,2.028,1890,2.028,1891,2.028,1892,3.357,1893,2.028,1894,2.028,1895,2.028,1896,1.64,1897,2.028,1898,2.028,1899,2.028,1900,1.794,1901,2.028,1902,3.357,1903,2.028,1904,3.357,1905,2.028,1906,2.028,1907,3.357,1908,3.357,1909,2.028,1910,4.294,1911,2.028,1912,2.028,1913,2.028,1914,2.028,1915,2.028,1916,2.028,1917,2.028,1918,2.028,1919,2.028,1920,2.028,1921,3.357,1922,4.294,1923,3.357,1924,4.294,1925,2.028,1926,2.028,1927,2.028,1928,2.028,1929,2.028,1930,2.028,1931,4.992,1932,2.028,1933,2.028,1934,2.028,1935,3.357,1936,3.357,1937,3.357,1938,2.028,1939,2.028,1940,1.956,1941,2.135,1942,2.028,1943,2.028,1944,2.371,1945,2.028,1946,2.028,1947,2.028,1948,3.357,1949,2.028,1950,2.028,1951,2.714,1952,2.028,1953,2.028,1954,1.794,1955,1.64,1956,3.357,1957,1.64,1958,2.028,1959,2.028,1960,1.136,1961,1.794]],["title/modules/DualSliderModule.html",[53,0.736,70,2.999]],["body/modules/DualSliderModule.html",[0,0.09,3,0.127,4,0.153,5,0.115,6,0.09,25,0.009,33,0.236,41,0.153,51,0.007,52,0.007,53,1.053,55,1.955,56,1.955,57,1.179,58,2.711,59,2.048,60,1.869,61,2.711,70,6.058,77,2.526,78,1.566,79,1.787,81,2.146,88,4.534,91,2.526,92,0.518,135,4.534,664,2.975,665,2.198,785,2.85,786,2.252,835,3.03,1750,3.902,1776,6.254,1777,5.19,1778,6.254,1779,5.19,1781,5.19,1784,4.292,1885,5.679,1962,5.679,1963,5.679,1964,5.679,1965,6.42,1966,7.736,1967,7.736,1968,7.736,1969,5.679,1970,6.42]],["title/components/FiltersContentComponent.html",[180,0.687,667,1.431]],["body/components/FiltersContentComponent.html",[0,0.04,3,0.056,4,0.067,5,0.051,6,0.119,8,1.297,9,1.224,11,0.221,14,0.89,15,0.647,16,0.593,18,2.149,20,0.935,22,1.324,24,1.341,25,0.009,26,0.982,27,1.026,28,0.476,29,1.085,30,1.345,31,2.74,33,0.169,34,1.037,36,1.426,37,1.158,38,1.297,39,3.987,40,1.722,41,0.067,47,1.975,48,1.502,49,3.089,50,2.873,51,0.005,52,0.004,57,0.52,60,1.564,65,0.904,66,0.904,82,1.143,85,1.582,86,1.732,92,0.228,114,0.662,144,0.883,150,0.806,158,1.747,159,1.587,160,1.031,177,1.071,178,0.947,180,1.106,212,2.792,222,2.506,229,1.722,233,0.883,235,0.883,239,1.684,242,1.564,245,2.299,246,1.539,248,1.577,250,1.467,251,1.467,277,1.495,278,1.071,296,2.285,299,0.947,302,1.315,313,1.099,314,4.364,317,0.925,339,1.502,340,1.467,341,1.885,342,1.352,384,2.13,401,2.616,408,2.408,412,2.13,413,2.03,426,1.901,437,3.265,444,3.267,461,2.071,516,0.863,520,1.297,532,0.994,533,0.883,537,0.97,539,0.904,541,1.794,568,2.892,573,1.099,596,5.351,604,1.894,612,3.1,643,1.4,644,1.4,645,0.994,646,2.122,647,0.994,648,0.994,649,0.994,650,1.993,651,0.994,652,0.904,653,0.994,654,0.904,655,0.994,656,0.904,657,1.539,658,0.904,659,0.925,660,0.994,661,0.994,662,0.904,663,0.994,664,0.904,665,1.839,666,0.994,667,1.929,668,2.782,669,0.994,670,0.904,671,0.994,672,0.904,673,1.539,674,0.904,675,0.994,676,0.925,677,0.994,678,0.904,679,0.994,680,0.904,681,0.947,682,0.904,683,0.806,684,1.539,685,0.904,686,0.994,687,0.904,688,0.581,689,0.904,690,0.994,691,0.904,692,0.994,693,0.904,694,0.863,695,0.994,696,1.539,697,0.904,698,0.97,699,0.994,700,0.904,701,1.337,702,0.904,703,0.904,704,0.994,705,0.904,706,0.994,707,0.904,708,0.994,709,0.994,710,1.018,719,2.071,725,3.507,728,2.557,732,2.996,741,1.337,742,1.475,743,2.291,746,3.263,749,1.297,750,2.009,751,2.388,752,2.055,754,2.352,756,2.459,757,1.529,758,1.651,761,2.829,762,2.009,763,1.529,764,1.426,765,2.908,766,2.13,767,3.008,769,0.825,775,1.651,776,1.587,777,2.898,778,2.285,779,2.77,789,1.382,791,2.506,793,3.263,795,3.548,800,1.651,801,2.001,802,3.044,804,2.703,805,2.535,806,1.4,820,3.1,826,1.894,829,2.668,831,3.1,835,1.337,836,1.337,844,2.473,847,2.506,848,2.001,899,2.138,901,5.099,976,2.458,1029,0.754,1069,1.529,1076,4.751,1104,2.946,1116,1.651,1117,2.855,1122,1.297,1150,1.894,1235,2.368,1237,2.13,1245,3.1,1249,1.651,1251,1.651,1461,1.475,1588,2.506,1601,3.299,1602,1.529,1603,2.934,1612,3.548,1648,4.547,1649,4.044,1653,2.946,1655,2.946,1661,1.587,1675,2.138,1679,2.557,1683,2.291,1692,1.722,1717,2.291,1739,3.299,1740,2.668,1767,1.894,1768,2.001,1784,2.934,1785,4.037,1798,3.299,1841,3.299,1842,4.547,1940,1.651,1951,2.291,1960,2.458,1971,6.011,1972,6.397,1973,2.506,1974,3.299,1975,4.89,1976,4.389,1977,6.049,1978,6.049,1979,4.389,1980,4.389,1981,4.751,1982,5.351,1983,4.751,1984,4.751,1985,4.751,1986,4.751,1987,4.751,1988,4.389,1989,2.833,1990,2.833,1991,2.833,1992,2.833,1993,2.833,1994,3.882,1995,2.833,1996,3.882,1997,2.833,1998,3.882,1999,2.833,2000,3.882,2001,2.833,2002,2.833,2003,3.548,2004,2.833,2005,4.389,2006,4.389,2007,2.833,2008,4.389,2009,6.049,2010,4.389,2011,2.833,2012,4.389,2013,2.833,2014,4.389,2015,2.833,2016,3.548,2017,4.751,2018,2.833,2019,5.372,2020,2.833,2021,4.389,2022,2.833,2023,2.833,2024,2.833,2025,2.833,2026,2.833,2027,2.833,2028,2.506,2029,2.506,2030,2.833,2031,2.833,2032,2.833,2033,2.833,2034,2.833,2035,2.833,2036,2.833,2037,2.833,2038,2.833,2039,2.833,2040,2.833,2041,2.833,2042,2.833,2043,4.389,2044,3.882,2045,4.389,2046,4.89,2047,2.833,2048,2.833,2049,2.833,2050,2.833,2051,2.833,2052,2.833,2053,2.833,2054,2.13,2055,2.506,2056,1.802,2057,2.506,2058,4.389,2059,2.833,2060,1.722,2061,2.833,2062,3.1,2063,2.506,2064,2.833]],["title/modules/FiltersContentModule.html",[53,0.736,2065,3.169]],["body/modules/FiltersContentModule.html",[0,0.085,3,0.12,4,0.144,5,0.108,6,0.085,25,0.009,30,1.226,33,0.237,34,0.691,41,0.144,51,0.007,52,0.007,53,0.995,55,1.847,56,1.847,57,1.113,58,2.644,59,1.934,60,1.765,61,2.644,70,5.909,74,5.909,77,2.439,78,1.479,79,1.687,81,2.497,91,2.439,92,0.489,95,3.42,96,2.619,111,1.889,134,5.363,135,4.282,136,5.363,137,5.363,138,4.282,139,4.557,149,3.395,667,2.954,668,1.889,785,2.753,786,2.126,853,6.243,1771,6.243,1971,4.282,1972,4.557,2065,6.605,2066,5.363,2067,5.363,2068,6.063,2069,5.363,2070,6.063,2071,4.541,2072,7.471,2073,6.063,2074,6.063,2075,6.063]],["title/components/FiltersPopoverComponent.html",[180,0.687,233,1.398]],["body/components/FiltersPopoverComponent.html",[0,0.048,3,0.068,4,0.082,5,0.061,6,0.119,8,1.354,9,1.486,11,0.472,12,0.579,14,0.822,15,0.631,20,0.865,22,1.323,24,0.705,25,0.009,26,0.822,27,0.539,28,0.853,29,0.797,30,1.369,31,2.232,33,0.173,34,1.047,39,3.148,40,2.091,41,0.082,47,2.18,49,2.399,51,0.005,52,0.005,57,0.632,60,1.48,65,1.097,66,1.097,79,0.958,82,1.324,85,1.381,86,1.088,92,0.277,114,0.803,125,6.025,144,1.072,150,0.979,177,1.24,178,1.15,180,1.091,185,5.355,186,2.3,187,2.3,188,2.005,229,3.09,233,2.081,235,1.072,239,1.415,242,2.074,245,2.341,246,1.783,248,1.827,250,1.699,251,1.699,253,1.974,276,4.716,277,1.683,282,2.73,288,2.589,296,2.646,299,1.15,302,1.223,309,1.088,313,1.334,314,4.273,317,1.123,341,1.072,342,1.493,384,2.586,408,2.023,413,1.3,416,6.745,426,1.541,434,1.699,436,3.821,444,3.52,445,3.398,481,2.646,483,2.962,516,1.048,532,1.207,533,1.072,537,1.178,539,1.097,541,2.078,568,2.891,634,2.586,643,1.621,644,1.621,645,1.207,646,2.342,647,1.207,648,1.207,649,1.207,650,1.048,651,1.207,652,1.097,653,1.207,654,1.097,655,1.207,656,1.097,657,1.783,658,1.097,659,1.123,660,1.207,661,1.207,662,1.097,663,1.207,664,1.097,665,1.178,666,1.207,667,1.097,668,2.846,669,1.207,670,1.097,671,1.207,672,1.097,673,1.783,674,1.097,675,1.207,676,1.123,677,1.207,678,1.097,679,1.207,680,1.097,681,1.15,682,1.097,683,0.979,684,1.783,685,1.097,686,1.207,687,1.097,688,0.705,689,1.097,690,1.207,691,1.097,692,1.207,693,1.097,694,1.048,695,1.207,696,1.783,697,1.097,698,1.178,699,1.207,700,1.097,701,1.548,702,1.097,703,1.097,704,1.207,705,1.097,706,1.207,707,1.097,708,1.207,709,1.207,710,2.173,719,2.399,725,3.532,732,3.057,746,1.856,747,3.253,752,1.721,753,4.11,756,2.768,757,1.856,762,2.327,763,1.856,764,2.558,767,1.927,769,1.001,777,1.856,779,3.057,780,2.3,789,1.162,793,3.603,829,2.091,899,3.47,942,1.699,976,2.847,1029,1.778,1057,4.059,1069,2.742,1117,3.363,1122,2.327,1155,2.3,1171,3.262,1225,3.821,1245,3.59,1251,2.005,1410,3.398,1601,3.821,1602,1.856,1603,3.398,1653,1.676,1655,1.676,1661,4.529,1673,2.005,1675,1.676,1685,1.927,1740,4.331,1757,2.43,1767,2.3,1783,2.586,1951,4.11,1971,6.025,1974,5.605,1975,4.11,1981,5.348,1982,5.348,1983,5.348,1984,4.496,1985,5.348,1986,5.348,1987,5.348,1998,4.496,2000,4.496,2017,3.043,2056,2.188,2060,2.091,2063,4.496,2076,3.043,2077,6.046,2078,5.083,2079,6.046,2080,6.678,2081,6.678,2082,6.046,2083,3.44,2084,5.907,2085,5.083,2086,3.44,2087,4.496,2088,4.496,2089,4.496,2090,3.44,2091,3.44,2092,3.44,2093,3.44,2094,3.44,2095,3.44,2096,5.083,2097,3.44,2098,6.678,2099,3.44,2100,2.912,2101,3.44,2102,3.44,2103,1.15,2104,1.927,2105,6.046,2106,3.44,2107,3.44,2108,3.44,2109,3.44,2110,3.44,2111,3.44,2112,3.44,2113,3.44,2114,3.44,2115,3.043,2116,3.44]],["title/modules/FiltersPopoverModule.html",[53,0.736,71,3.169]],["body/modules/FiltersPopoverModule.html",[0,0.091,3,0.129,4,0.155,5,0.117,6,0.091,25,0.009,33,0.229,41,0.155,51,0.007,52,0.007,53,1.07,55,1.986,56,1.986,57,1.197,58,2.729,59,2.08,60,1.898,61,2.729,71,6.515,77,2.549,78,1.59,79,1.815,81,2.61,91,2.549,92,0.526,95,3.575,96,2.817,125,4.605,233,2.913,234,5.767,668,2.433,785,2.877,786,2.287,1971,4.605,1972,4.901,2065,6.351,2117,5.767,2118,5.767,2119,6.521,2120,5.767,2121,6.521,2122,6.521]],["title/classes/FlatNode.html",[0,0.063,2123,3.628]],["body/classes/FlatNode.html",[0,0.072,2,1.939,3,0.102,4,0.122,5,0.092,6,0.122,11,0.401,12,0.766,13,2.085,14,0.698,15,0.673,16,1.075,20,0.87,22,1.352,24,1.377,25,0.009,26,0.914,27,1.371,28,1.128,29,1.053,33,0.133,34,0.585,35,1.366,41,0.122,42,2.349,51,0.006,52,0.006,82,1.75,85,1.816,177,1.939,180,1.029,274,1.956,277,2.435,278,3.118,288,2.605,293,1.604,296,4.407,302,1.417,309,1.604,339,2.721,340,2.246,341,2.477,409,3.625,426,1.308,533,2.727,574,1.912,789,1.712,970,4.746,1122,3.43,1740,4.554,1811,5.943,1867,5.432,2123,6.426,2124,7.739,2125,4.539,2126,3.113,2127,6.057,2128,6.627,2129,5.132,2130,5.766,2131,6.901,2132,5.132,2133,7.899,2134,8.849,2135,5.132,2136,5.943,2137,5.132,2138,5.132,2139,6.719,2140,5.132,2141,6.719,2142,5.132,2143,5.132,2144,6.719,2145,5.132,2146,5.132,2147,6.719,2148,5.432,2149,5.132,2150,5.132,2151,5.132]],["title/classes/GenerateSpatialSearch.html",[0,0.063,2152,1.834]],["body/classes/GenerateSpatialSearch.html",[0,0.127,2,2.091,3,0.11,4,0.132,5,0.099,6,0.099,7,2.474,8,1.439,11,0.432,12,0.804,13,2.559,14,1.25,15,0.721,18,2.101,20,0.914,22,0.867,25,0.009,28,0.929,29,0.867,30,1.342,32,3.048,33,0.143,34,0.631,41,0.217,42,3.955,47,2.758,51,0.006,52,0.006,78,1.721,282,2.262,289,1.941,293,1.321,342,1.237,345,2.202,430,2.091,432,2.146,434,1.85,442,2.091,448,1.575,574,1.751,600,2.262,613,2.262,688,1.134,769,2.261,815,3.783,1029,2.178,1036,2.964,1219,2.666,2100,2.262,2103,2.358,2126,2.358,2152,2.884,2153,2.881,2154,4.068,2155,5.534,2156,2.262,2157,2.881,2158,2.262,2159,2.262,2160,2.391,2161,2.262,2162,2.262,2163,2.985,2164,2.202,2165,2.262,2166,2.262,2167,2.325,2168,3.136]],["title/components/HeaderComponent.html",[180,0.687,670,1.431]],["body/components/HeaderComponent.html",[0,0.059,3,0.134,4,0.1,5,0.075,6,0.117,8,1.174,11,0.328,14,0.798,15,0.639,20,0.948,22,1.283,25,0.009,26,0.798,30,1.264,31,2.574,33,0.108,34,1.065,41,0.1,50,2.691,51,0.006,52,0.005,57,0.771,65,1.339,66,1.339,92,0.339,114,0.98,144,1.308,150,1.195,154,2.965,172,4.487,173,5.466,175,5.466,177,1.785,178,1.403,180,1.035,233,1.308,235,1.308,239,1.633,242,1.968,245,2.378,246,2.057,248,2.108,250,1.961,251,1.961,277,1.882,294,5.169,295,3.418,299,1.403,302,1.007,313,1.628,317,1.371,335,5.466,342,1.312,392,3.731,395,1.764,406,3.285,413,1.587,426,1.723,461,2.636,476,3.731,486,5.188,488,5.98,516,1.279,520,3.095,532,1.473,533,1.308,537,1.437,539,1.339,541,2.398,568,3.093,643,1.871,644,1.871,645,1.473,646,2.567,647,1.473,648,1.473,649,1.473,650,2.346,651,1.473,652,1.339,653,1.473,654,1.339,655,1.473,656,1.339,657,2.057,658,1.339,659,1.371,660,1.473,661,1.473,662,1.339,663,1.473,664,1.339,665,1.437,666,1.473,667,1.339,668,2.4,669,1.473,670,2.334,671,1.473,672,1.339,673,2.057,674,1.339,675,1.473,676,1.371,677,1.473,678,1.339,679,1.473,680,1.339,681,1.403,682,1.339,683,1.195,684,2.057,685,1.339,686,1.473,687,1.339,688,0.86,689,1.339,690,1.473,691,1.339,692,1.473,693,1.339,694,1.279,695,1.473,696,2.057,697,1.339,698,1.437,699,1.473,700,1.339,701,1.787,702,1.339,703,1.339,704,1.473,705,1.339,706,1.473,707,1.339,708,1.473,709,1.473,710,1.509,719,2.769,725,3.526,728,4.649,732,3.095,741,2.769,742,2.186,743,3.394,744,2.045,747,2.857,749,1.922,750,3.095,751,3.006,752,2.083,754,2.768,756,3.095,757,2.265,758,2.446,763,2.265,764,2.113,765,3.235,769,1.222,774,2.807,779,2.686,789,0.959,793,3.949,817,3.394,831,4.143,844,2.217,845,2.857,899,2.857,1033,5.188,1116,2.446,1117,1.982,1164,2.965,1230,5.188,1602,3.164,1648,3.156,1658,2.807,1675,2.045,1679,3.939,1729,3.418,1975,4.742,2046,5.466,2169,3.714,2170,6.474,2171,7.057,2172,7.319,2173,4.143,2174,6.761,2175,5.866,2176,6.761,2177,6.761,2178,4.199,2179,4.199,2180,5.082,2181,4.199,2182,5.866,2183,4.199,2184,4.199,2185,4.199,2186,4.199,2187,5.866,2188,3.394,2189,4.199,2190,3.394,2191,4.199,2192,3.156,2193,4.199,2194,4.199,2195,3.156,2196,3.714,2197,4.199,2198,3.394,2199,4.199,2200,4.199,2201,4.199,2202,4.199,2203,4.199,2204,4.199,2205,2.552]],["title/modules/HeaderModule.html",[53,0.736,1180,3.169]],["body/modules/HeaderModule.html",[0,0.091,3,0.13,4,0.156,5,0.117,6,0.091,25,0.009,33,0.235,41,0.156,51,0.007,52,0.007,53,1.073,55,1.991,56,1.991,57,1.2,58,2.732,59,2.085,60,1.903,61,2.732,77,2.553,78,1.595,79,1.82,81,2.185,91,2.553,92,0.527,95,3.581,96,2.824,100,5.228,101,4.37,149,3.661,670,2.982,785,2.882,786,2.293,1180,6.424,2071,4.753,2206,5.783,2207,5.783,2208,5.783,2209,6.538,2210,7.821,2211,6.538,2212,6.538]],["title/interfaces/IconDefinition.html",[166,0.736,2213,3.373]],["body/interfaces/IconDefinition.html",[0,0.061,3,0.087,4,0.105,5,0.079,6,0.062,11,0.343,12,0.691,14,0.598,15,0.583,16,0.921,20,1.094,25,0.009,26,1.218,27,1.36,28,1.017,29,0.689,33,0.214,41,0.144,47,2.643,51,0.005,52,0.005,85,1.706,86,0.941,92,0.355,96,1.9,103,2.94,104,2.463,160,1.621,166,0.722,168,1.542,170,1.9,177,1.478,190,1.505,238,2.476,253,2.643,274,2.017,293,1.654,295,5.186,296,3.154,302,1.04,309,1.809,322,2.274,339,1.505,340,1.47,341,2.522,348,1.945,410,3.555,463,2.013,495,1.478,573,2.895,584,3.305,589,3.555,643,2.818,748,3.392,789,1.005,806,1.403,828,5.886,867,3.392,869,3.392,870,2.463,872,2.463,1057,3.682,1203,3.555,1213,4.897,1287,3.305,1361,2.797,1457,3.106,1460,6.831,1461,4.822,1466,5.273,1471,6.642,1472,5.886,1473,6.233,1474,6.036,1475,4.553,1476,5.273,1478,4.278,1620,4.278,1621,3.529,1813,3.305,1822,3.555,2213,6.233,2214,3.305,2215,3.555,2216,5.358,2217,6.604,2218,6.036,2219,6.129,2220,4.897,2221,3.89,2222,2.94,2223,7.159,2224,3.89,2225,4.897,2226,3.89,2227,3.89,2228,2.673,2229,3.89,2230,3.555,2231,3.89,2232,3.89,2233,3.89,2234,5.358,2235,4.897,2236,3.89,2237,3.89,2238,3.89,2239,3.89,2240,3.89,2241,5.358,2242,3.89,2243,3.89,2244,3.89,2245,3.555,2246,3.89,2247,3.89,2248,6.129,2249,3.89,2250,3.555,2251,3.89,2252,3.89,2253,3.89,2254,3.89,2255,3.89,2256,3.89,2257,3.89,2258,3.89,2259,3.89,2260,3.89,2261,3.89,2262,3.89]],["title/injectables/IconRegistryState.html",[495,1.094,2222,2.999]],["body/injectables/IconRegistryState.html",[0,0.056,3,0.08,4,0.096,5,0.072,6,0.11,11,0.313,14,0.545,15,0.591,16,1.19,20,0.98,22,1.186,24,1.551,25,0.009,26,1.215,27,1.267,28,1.107,29,0.629,33,0.209,41,0.135,47,2.153,51,0.005,52,0.005,82,1.479,85,1.887,86,0.858,92,0.323,96,1.732,103,2.681,104,2.246,160,1.584,166,0.658,170,2.454,177,1.75,190,1.373,238,2.322,253,2.696,274,2.288,293,1.807,295,4.894,296,2.088,302,0.688,309,1.768,322,2.394,339,1.944,340,1.899,341,2.45,348,2.218,410,4.592,463,2.6,495,1.385,496,2.018,573,2.781,584,3.014,589,4.592,643,2.679,748,4.017,789,1.639,806,1.811,828,6.207,867,3.693,869,3.181,870,2.246,872,2.246,942,1.341,1057,2.438,1203,4.592,1213,5.331,1287,4.269,1361,2.551,1457,5.552,1460,6.79,1461,4.792,1466,5.832,1471,6.207,1472,5.391,1473,6.207,1474,4.592,1475,3.014,1476,5.066,1478,4.011,1620,5.066,1621,4.179,1813,4.269,1822,4.592,2213,6.637,2214,5.909,2215,3.242,2216,3.547,2217,5.024,2218,4.592,2219,6.954,2220,5.799,2221,3.547,2222,3.797,2223,7.532,2224,5.024,2225,5.799,2226,5.024,2227,5.024,2228,4.008,2229,3.547,2230,3.242,2231,3.547,2232,3.547,2233,5.024,2234,6.344,2235,5.799,2236,5.024,2237,3.547,2238,5.024,2239,6.344,2240,5.024,2241,5.024,2242,3.547,2243,3.547,2244,3.547,2245,3.242,2246,3.547,2247,3.547,2248,5.833,2249,3.547,2250,3.242,2251,3.547,2252,3.547,2253,3.547,2254,5.833,2255,3.547,2256,3.547,2257,3.547,2258,3.547,2259,3.547,2260,3.547,2261,5.833,2262,3.547,2263,5.68,2264,4.01,2265,4.01,2266,4.01,2267,4.01,2268,4.01,2269,4.01,2270,4.01,2271,4.01]],["title/classes/InitializationState.html",[0,0.063,2272,3.628]],["body/classes/InitializationState.html",[0,0.07,2,0.958,3,0.05,4,0.06,5,0.045,6,0.097,11,0.198,12,0.458,13,1.391,14,0.844,15,0.516,16,0.531,22,1.035,24,0.824,25,0.009,28,0.955,29,0.973,33,0.16,34,0.458,41,0.06,47,2.525,51,0.004,52,0.004,79,1.119,82,1.047,85,1.509,86,1.732,92,0.204,150,0.721,158,1.008,160,1.454,177,1.919,178,0.847,179,2.688,180,1.011,181,2.84,201,0.827,235,1.558,239,0.705,242,2.608,245,0.646,246,0.889,248,0.911,250,0.847,251,0.847,253,2.344,272,1.419,274,1.17,288,2.684,291,4.713,293,1.846,296,2.093,302,1.188,309,1.799,315,1.694,322,2.595,339,0.867,340,0.847,341,2.157,348,2.285,350,2.688,378,1.79,389,1.958,401,0.958,408,1.6,409,3.563,413,1.519,426,2.035,433,1.196,436,3.022,437,2.444,481,2.602,483,2.343,522,3.602,523,3.602,524,2.222,525,2.694,526,2.359,527,2.515,528,2.515,540,3.616,568,2.206,573,0.982,574,0.861,587,2.444,588,1.79,604,3.804,643,1.282,644,2.208,681,0.847,710,0.911,725,1.16,729,2.771,732,3.169,747,1.234,752,2.328,789,0.579,793,2.696,806,0.808,831,1.79,844,3.092,953,3.251,954,2.252,955,2.241,957,2.605,960,2.602,961,1.319,964,3.341,966,2.049,967,1.419,975,2.023,976,2.252,977,1.905,978,1.787,981,2.222,983,2.241,985,1.905,988,1.196,992,1.79,996,2.023,998,1.694,999,1.234,1013,2.688,1014,1.905,1017,3.556,1021,1.234,1029,1.515,1036,3.017,1037,4.365,1043,1.694,1044,2.049,1045,2.241,1046,1.905,1049,3.556,1055,1.694,1069,2.169,1075,2.241,1097,2.049,1100,2.049,1107,4.919,1112,1.905,1115,2.241,1116,4.033,1117,1.898,1118,2.241,1119,2.049,1128,2.049,1129,2.049,1130,1.476,1135,2.558,1136,1.694,1150,2.688,1155,2.688,1171,4.308,1256,1.905,1262,1.54,1273,2.558,1469,2.049,1631,5.842,1738,1.905,1756,4.664,1768,1.79,1830,2.049,1840,1.612,1876,2.049,1886,2.241,2272,4.041,2273,1.905,2274,4.021,2275,4.998,2276,6.922,2277,5.69,2278,5.69,2279,5.69,2280,4.021,2281,4.998,2282,2.534,2283,7.734,2284,4.998,2285,2.534,2286,2.534,2287,2.534,2288,2.534,2289,2.534,2290,4.998,2291,2.534,2292,2.534,2293,2.241,2294,4.421,2295,6.123,2296,5.979,2297,4.421,2298,4.421,2299,5.842,2300,4.421,2301,5.489,2302,3.556,2303,4.421,2304,4.041,2305,4.6,2306,3.556,2307,5.033,2308,4.021,2309,2.534,2310,2.534,2311,2.534,2312,2.534,2313,2.534,2314,2.534,2315,2.534,2316,2.534,2317,4.021,2318,2.534,2319,4.021,2320,2.534,2321,2.534,2322,2.534,2323,2.049,2324,6.206,2325,2.534,2326,2.534,2327,2.534,2328,4.421,2329,2.241,2330,3.556,2331,4.021,2332,2.534,2333,5.69,2334,2.534,2335,4.021,2336,2.534,2337,2.534,2338,2.534,2339,4.998,2340,2.534,2341,2.534,2342,2.534,2343,3.341,2344,2.534,2345,4.998,2346,2.534,2347,2.534,2348,3.556,2349,2.534,2350,2.534,2351,2.534,2352,6.604,2353,4.021,2354,5.69,2355,4.021,2356,4.021,2357,2.534,2358,4.998,2359,4.021,2360,2.534,2361,2.534,2362,2.534,2363,2.534,2364,4.021,2365,4.021,2366,2.534,2367,2.534,2368,4.998,2369,2.534,2370,2.534,2371,2.534,2372,2.534,2373,4.021,2374,2.534,2375,2.534,2376,2.241,2377,2.534,2378,2.534,2379,2.534,2380,5.033,2381,4.998,2382,5.69,2383,4.021,2384,4.021,2385,2.534,2386,2.534,2387,2.534,2388,2.534,2389,2.534,2390,2.534,2391,2.241,2392,2.241,2393,2.534,2394,4.021,2395,2.534,2396,2.534,2397,2.534,2398,2.534,2399,2.534,2400,2.534,2401,2.534,2402,2.534,2403,1.79,2404,2.534,2405,2.534,2406,4.021,2407,2.534,2408,2.534,2409,2.534,2410,2.534,2411,2.534,2412,2.534,2413,4.021,2414,4.998,2415,2.534,2416,2.534,2417,4.021,2418,2.534,2419,2.534,2420,2.534,2421,2.534,2422,2.534,2423,2.049,2424,2.534,2425,2.534,2426,2.534]],["title/interfaces/ListResult.html",[166,0.736,2427,2.999]],["body/interfaces/ListResult.html",[3,0.135,4,0.162,5,0.121,6,0.095,11,0.53,12,0.912,15,0.686,20,1.101,25,0.008,27,1.376,33,0.176,34,0.775,35,1.809,41,0.162,48,3.006,51,0.007,52,0.007,166,1.115,168,2.383,177,2.075,395,3.689,574,1.821,863,5.586,1220,4.419,1597,6.6,2427,5.349,2428,6.01,2429,6.01]],["title/injectables/ListResultsState.html",[223,2.614,495,1.094]],["body/injectables/ListResultsState.html",[0,0.059,3,0.083,4,0.1,5,0.075,6,0.123,11,0.328,12,0.669,14,1.136,15,0.639,16,1.416,20,0.948,22,1.362,24,1.578,25,0.009,26,1.085,27,1.207,28,0.985,29,0.919,33,0.225,34,0.479,41,0.14,45,2.108,48,2.008,51,0.007,52,0.005,82,1.528,85,1.823,86,1.877,90,5.469,92,0.339,111,1.308,158,1.671,160,1.404,166,0.689,170,2.534,190,1.437,192,3.683,200,3.921,201,1.371,202,2.113,203,1.509,221,4.304,223,3.418,225,5.577,238,2.398,253,1.371,274,1.707,293,1.002,309,0.899,322,2.67,339,2.008,340,1.961,341,1.828,342,1.636,345,3.175,348,2.176,389,2.857,395,3.351,444,3.455,448,1.195,461,2.506,495,1.431,496,2.113,789,1.34,806,2.334,861,2.351,863,2.671,867,3.786,868,1.866,869,3.285,870,2.351,871,4.301,872,2.351,877,4.899,898,4.301,903,2.671,904,1.922,906,3.647,909,4.449,927,2.965,933,4.109,942,1.403,1105,2.446,1215,5.635,1234,2.113,1275,2.186,1361,2.671,1373,4.109,1397,2.186,1403,2.671,1597,5.082,1840,3.731,2173,2.965,2427,5.906,2430,7.088,2431,3.394,2432,5.997,2433,6.072,2434,5.866,2435,5.866,2436,5.866,2437,5.866,2438,6.474,2439,3.714,2440,5.866,2441,4.409,2442,5.082,2443,4.775,2444,5.188,2445,4.199,2446,5.188,2447,4.199,2448,4.199,2449,5.188,2450,4.199,2451,4.199,2452,4.199,2453,4.199,2454,4.409,2455,4.199,2456,5.188,2457,4.199,2458,5.188,2459,4.199,2460,4.143,2461,3.394,2462,3.714,2463,3.714,2464,2.965,2465,2.965,2466,3.156,2467,3.714,2468,3.714,2469,3.714,2470,3.156,2471,3.156,2472,3.156,2473,3.156,2474,2.965,2475,3.156,2476,3.156,2477,3.156,2478,3.156,2479,3.714,2480,3.156,2481,3.714,2482,3.714,2483,3.714,2484,2.186,2485,3.714,2486,3.714,2487,3.714,2488,3.714,2489,3.714,2490,3.714,2491,3.714,2492,3.714]],["title/interfaces/ListResultsStateModel.html",[166,0.736,2466,3.373]],["body/interfaces/ListResultsStateModel.html",[0,0.07,3,0.1,4,0.12,5,0.09,6,0.07,11,0.392,12,0.755,14,1.072,15,0.517,16,1.387,20,1.02,25,0.009,26,0.682,27,1.038,33,0.232,34,0.572,41,0.158,45,1.804,48,2.267,51,0.007,52,0.006,86,1.801,90,5.211,92,0.405,111,1.564,158,1.997,160,1.512,166,0.823,168,1.76,170,2.168,190,1.718,192,3.332,200,4.426,201,1.638,202,2.525,203,1.804,221,3.998,223,2.924,225,3.192,238,2.707,253,1.638,274,1.461,293,1.198,309,1.074,322,2.613,339,1.718,340,1.678,341,2.064,342,1.48,345,2.95,348,2.053,389,2.444,395,3.441,444,3.125,448,1.428,461,2.267,495,1.615,806,2.112,861,2.811,863,3.192,867,3.708,868,2.231,869,3.708,870,2.811,871,4.212,872,2.811,877,4.714,898,3.192,903,3.192,904,2.298,906,3.572,909,4.025,927,3.544,933,4.504,1105,2.924,1215,5.234,1234,2.525,1275,2.613,1361,3.192,1373,3.05,1397,2.613,1403,3.192,1597,5.57,1840,3.192,2173,3.544,2427,5.89,2430,4.057,2431,4.057,2432,6.448,2433,6.282,2438,4.439,2441,3.772,2442,4.977,2443,4.677,2444,4.439,2446,4.439,2449,4.439,2454,3.772,2456,4.439,2458,4.439,2460,3.544,2461,4.057,2462,4.439,2463,4.439,2464,3.544,2465,3.544,2466,4.977,2467,4.439,2468,4.439,2469,4.439,2470,3.772,2471,3.772,2472,3.772,2473,3.772,2474,3.544,2475,3.772,2476,3.772,2477,3.772,2478,3.772,2479,4.439,2480,3.772,2481,4.439,2482,4.439,2483,4.439,2484,2.613,2485,4.439,2486,4.439,2487,4.439,2488,4.439,2489,4.439,2490,4.439,2491,4.439,2492,4.439]],["title/interfaces/Message.html",[166,0.736,981,1.995]],["body/interfaces/Message.html",[0,0.083,3,0.085,4,0.215,5,0.077,6,0.06,11,0.336,12,0.68,13,1.198,14,0.932,15,0.607,16,0.901,25,0.009,27,0.935,28,0.722,31,1.438,33,0.177,41,0.192,45,2.89,51,0.005,52,0.005,85,1.775,86,1.277,92,0.347,114,1.393,158,1.713,160,1.145,166,0.979,168,1.509,177,1.05,198,3.831,201,1.405,203,1.547,274,1.253,288,1.668,293,1.027,302,1.334,309,1.663,339,2.345,340,1.438,341,2.66,342,1.334,348,2.094,409,3.696,426,1.097,487,2.737,495,1.456,511,3.477,539,2.185,573,3.013,574,1.663,683,1.698,789,0.983,800,2.507,806,2.681,822,4.943,868,3.881,876,4.143,954,3.342,957,2.732,960,4.498,967,2.41,974,2.165,975,4.393,981,4.161,988,2.031,996,3.003,998,2.876,1027,2.737,1043,3.989,1089,2.876,1136,3.989,1158,4.685,1176,2.41,1186,4.214,1233,3.039,1262,2.615,1273,2.737,1277,5.511,1711,2.737,1712,3.796,2228,2.615,2343,4.579,2403,3.039,2493,2.876,2494,5.225,2495,4.945,2496,3.627,2497,4.485,2498,3.039,2499,3.989,2500,3.234,2501,4.943,2502,4.358,2503,3.234,2504,4.214,2505,2.876,2506,3.039,2507,3.234,2508,3.796,2509,3.234,2510,3.234,2511,3.234,2512,3.234,2513,3.234,2514,3.234,2515,4.485,2516,3.234,2517,3.234,2518,3.234,2519,3.234,2520,4.214,2521,3.234,2522,4.485,2523,3.234,2524,4.838,2525,3.234,2526,3.234,2527,3.234,2528,3.234,2529,3.234,2530,3.234,2531,3.234,2532,5.149,2533,3.234,2534,3.234,2535,3.234,2536,3.234,2537,3.039,2538,3.234,2539,3.234,2540,3.234,2541,3.234]],["title/classes/MessageChannel.html",[0,0.063,996,2.258]],["body/classes/MessageChannel.html",[0,0.076,2,1.442,3,0.076,4,0.214,5,0.068,6,0.114,11,0.298,12,0.625,13,1.785,14,0.872,15,0.622,16,1.148,22,1.248,24,1.437,25,0.009,26,0.954,27,1.212,28,0.92,29,0.598,31,1.275,33,0.166,41,0.184,45,2.52,51,0.005,52,0.005,82,1.428,85,1.925,86,1.373,92,0.308,114,1.28,158,1.518,160,1.052,166,0.899,177,0.931,198,3.958,201,1.245,203,1.371,274,1.595,288,1.479,293,0.91,302,1.327,309,1.59,339,2.543,340,1.275,341,2.587,342,0.853,348,2.194,409,4.171,426,1.397,487,2.427,495,1.337,511,3.194,539,2.046,573,2.88,574,1.655,683,1.56,789,1.697,800,2.223,806,2.599,822,4.724,868,3.791,876,4.461,954,3.07,957,2.509,960,4.526,967,2.137,974,2.758,975,4.527,981,4.151,988,1.801,996,3.228,998,2.55,1027,2.427,1043,3.664,1089,3.664,1136,3.664,1158,4.749,1176,3.07,1186,3.871,1233,2.694,1262,3.331,1273,2.427,1277,5.325,1711,2.427,1712,3.487,2228,2.319,2343,5.169,2403,3.871,2493,2.55,2494,5.245,2495,4.965,2496,2.319,2497,2.867,2498,2.694,2499,3.664,2500,2.867,2501,4.724,2502,4.08,2503,2.867,2504,3.871,2505,2.55,2506,2.694,2507,4.12,2508,4.724,2509,4.12,2510,4.12,2511,4.12,2512,4.12,2513,2.867,2514,2.867,2515,4.12,2516,4.12,2517,4.12,2518,5.27,2519,2.867,2520,4.952,2521,4.12,2522,4.12,2523,4.12,2524,5.461,2525,4.12,2526,2.867,2527,5.27,2528,2.867,2529,2.867,2530,2.867,2531,2.867,2532,4.821,2533,2.867,2534,2.867,2535,2.867,2536,2.867,2537,2.694,2538,2.867,2539,2.867,2540,2.867,2541,2.867,2542,5.481,2543,5.481,2544,5.481,2545,3.815,2546,5.481,2547,3.815,2548,3.815,2549,3.815,2550,3.815,2551,3.815]],["title/injectables/MessageService.html",[495,1.094,957,2.054]],["body/injectables/MessageService.html",[0,0.08,3,0.08,4,0.212,5,0.072,6,0.11,11,0.317,12,0.653,13,1.129,14,0.902,15,0.594,16,1.199,22,1.192,24,1.173,25,0.009,26,0.779,27,1.13,28,0.961,29,0.636,31,1.356,33,0.171,41,0.188,45,2.385,51,0.005,52,0.005,82,1.491,85,1.853,86,1.42,92,0.327,114,1.337,158,1.614,160,1.099,166,0.939,177,0.989,198,3.821,201,1.324,203,1.458,274,1.181,288,1.572,293,0.968,302,1.392,309,1.627,339,2.468,340,1.914,341,2.624,342,0.907,348,2.223,409,3.58,426,1.033,487,2.58,495,1.396,496,2.041,511,3.336,539,2.116,573,2.948,574,1.42,683,1.889,789,1.516,800,2.363,806,2.779,822,5.268,868,3.682,876,4.258,954,3.206,957,3.481,960,4.605,967,4.037,974,2.041,975,4.452,981,4.154,988,2.702,996,3.339,998,3.827,1027,3.642,1043,3.827,1089,2.711,1136,3.827,1158,4.597,1176,2.271,1186,4.043,1233,2.864,1262,2.465,1273,3.642,1277,5.082,1711,2.58,1712,3.642,2228,4.033,2343,4.436,2403,2.864,2493,2.711,2494,4.686,2495,4.436,2496,2.465,2497,3.048,2498,2.864,2499,3.827,2500,3.048,2501,5.019,2502,4.836,2503,3.048,2504,4.043,2505,2.711,2506,2.864,2507,3.048,2508,3.642,2509,3.048,2510,3.048,2511,3.048,2512,3.048,2513,3.048,2514,3.048,2515,4.303,2516,3.048,2517,3.048,2518,3.048,2519,3.048,2520,4.043,2521,3.048,2522,4.303,2523,3.048,2524,4.686,2525,3.048,2526,3.048,2527,3.048,2528,3.048,2529,4.303,2530,3.048,2531,3.048,2532,4.987,2533,3.048,2534,3.048,2535,3.048,2536,3.048,2537,4.043,2538,3.048,2539,4.303,2540,4.303,2541,3.048,2552,5.064,2553,4.056,2554,5.725,2555,4.056,2556,4.056,2557,4.056]],["title/interfaces/MessageServiceConfig.html",[166,0.736,2502,2.854]],["body/interfaces/MessageServiceConfig.html",[0,0.084,3,0.086,4,0.212,5,0.078,6,0.061,11,0.34,12,0.686,13,1.211,14,0.937,15,0.58,16,0.911,25,0.009,27,0.942,28,0.73,31,1.455,33,0.178,41,0.192,45,2.477,51,0.005,52,0.005,85,1.783,86,1.287,92,0.351,114,1.404,158,1.732,160,1.154,166,0.987,168,1.526,177,1.681,198,3.838,201,1.421,203,1.564,274,1.267,288,2.332,293,1.039,302,1.339,309,1.67,339,2.359,340,1.455,341,2.666,342,0.973,348,2.102,409,3.718,426,1.109,487,2.768,495,1.467,511,3.504,539,2.198,573,3.025,574,1.475,683,1.712,789,0.994,800,3.504,806,2.729,822,5.132,868,3.747,876,4.163,954,3.368,957,2.753,960,4.454,967,2.437,974,2.19,975,4.439,981,4.143,988,2.054,996,3.026,998,2.909,1027,2.768,1043,4.02,1089,2.909,1136,4.02,1158,4.546,1176,2.437,1186,4.247,1233,3.073,1262,2.645,1273,2.768,1277,5.215,1711,2.768,1712,3.825,2228,2.645,2343,4.606,2403,3.073,2493,2.909,2494,4.867,2495,4.606,2496,2.645,2497,3.271,2498,3.073,2499,4.02,2500,3.271,2501,5.132,2502,4.728,2503,4.52,2504,5.51,2505,2.909,2506,3.073,2507,3.271,2508,3.825,2509,3.271,2510,3.271,2511,3.271,2512,3.271,2513,3.271,2514,3.271,2515,4.52,2516,3.271,2517,3.271,2518,3.271,2519,3.271,2520,4.247,2521,3.271,2522,4.52,2523,3.271,2524,4.867,2525,3.271,2526,3.271,2527,3.271,2528,3.271,2529,3.271,2530,3.271,2531,3.271,2532,5.179,2533,3.271,2534,3.271,2535,3.271,2536,3.271,2537,3.073,2538,3.271,2539,3.271,2540,3.271,2541,3.271]],["title/classes/MoveToNode.html",[0,0.063,2162,1.834]],["body/classes/MoveToNode.html",[0,0.127,2,2.05,3,0.108,4,0.129,5,0.097,6,0.108,7,2.699,8,1.446,11,0.424,12,0.794,13,2.552,14,1.247,15,0.722,16,1.136,18,2.074,20,0.902,22,1.092,24,1.112,25,0.009,26,0.738,27,0.85,28,0.911,29,0.85,30,1.263,32,2.344,33,0.14,34,0.619,41,0.216,42,3.935,47,2.742,51,0.006,52,0.006,78,1.699,282,2.218,289,1.903,293,1.295,342,1.213,345,2.773,430,2.05,432,2.104,434,1.814,442,2.05,448,1.544,574,1.738,600,2.218,613,2.218,688,1.112,769,2.24,815,3.393,1029,2.236,1036,3.233,1219,3.068,2100,2.218,2103,2.572,2126,2.714,2152,2.218,2153,2.825,2154,4.057,2156,2.218,2157,2.825,2158,2.218,2159,2.218,2160,2.344,2161,2.218,2162,2.848,2163,3.758,2164,2.16,2165,2.218,2166,2.218,2167,2.279,2168,3.097,2558,5.426,2559,6.967]],["title/modules/OntologyExplorationModule.html",[53,0.736,72,3.169]],["body/modules/OntologyExplorationModule.html",[0,0.088,3,0.125,4,0.15,5,0.113,6,0.088,25,0.009,33,0.227,41,0.15,51,0.007,52,0.007,53,1.036,55,1.923,56,1.923,57,1.159,58,2.062,59,2.014,60,1.838,61,2.691,72,6.597,77,2.501,78,1.54,79,1.758,81,2.56,91,2.501,92,0.509,128,3.537,139,4.746,277,2.295,785,2.822,786,2.215,2560,5.586,2561,5.586,2562,5.586,2563,6.224,2564,6.576,2565,6.224,2566,3.68,2567,6.315,2568,3.838,2569,4.746,2570,6.315,2571,4.017,2572,5.586]],["title/components/OntologySearchComponent.html",[180,0.687,672,1.431]],["body/components/OntologySearchComponent.html",[0,0.04,3,0.057,4,0.068,5,0.051,6,0.115,8,1.448,11,0.345,12,0.504,14,0.601,15,0.599,16,0.599,20,0.938,22,1.27,24,1.346,25,0.009,26,0.985,27,1.03,28,0.742,29,1.326,30,1.078,31,1.805,33,0.198,34,1.036,35,0.761,41,0.068,45,1.588,48,2.479,50,1.137,51,0.008,52,0.004,57,0.525,65,0.911,66,0.911,82,1.151,85,1.709,86,1.679,92,0.23,114,0.667,128,4.599,144,0.891,150,0.813,158,1.758,160,0.848,178,0.955,180,1.109,182,4.777,198,3.001,201,0.933,202,1.438,203,1.027,233,0.891,235,0.891,239,1.23,242,1.572,245,2.301,246,1.549,248,1.588,250,1.477,251,1.477,253,1.442,277,2.354,278,2.296,291,3.147,299,0.955,302,0.927,309,1.156,313,2.693,314,2.383,317,0.933,339,1.512,340,2.567,341,2.165,348,0.744,380,5.375,392,3.865,408,1.137,409,3.278,412,3.32,413,1.08,426,2.092,446,2.474,458,2.528,461,2.08,481,3.616,483,2.574,516,0.87,520,2.023,525,0.978,532,1.002,533,0.891,537,0.978,539,0.911,541,1.806,568,2.094,574,0.946,575,2.148,597,3.572,643,1.409,644,1.409,645,1.002,646,2.131,647,1.002,648,1.002,649,1.002,650,0.87,651,1.002,652,0.911,653,1.002,654,0.911,655,1.002,656,0.911,657,1.549,658,0.911,659,0.933,660,1.002,661,1.002,662,0.911,663,1.002,664,0.911,665,0.978,666,1.002,667,0.911,668,1.377,669,1.002,670,0.911,671,1.002,672,1.938,673,1.549,674,0.911,675,1.002,676,0.933,677,1.002,678,0.911,679,1.002,680,0.911,681,0.955,682,0.911,683,0.813,684,1.549,685,0.911,686,1.002,687,0.911,688,0.586,689,0.911,690,1.002,691,0.911,692,1.002,693,0.911,694,1.346,695,1.002,696,1.549,697,0.911,698,0.978,699,1.002,700,0.911,701,1.346,702,0.911,703,0.911,704,1.002,705,0.911,706,1.002,707,0.911,708,1.002,709,1.002,710,1.027,719,2.085,725,2.473,729,2.96,732,2.782,741,2.549,742,1.488,744,2.152,747,2.96,748,3.89,749,2.023,750,1.308,751,1.27,752,1.729,753,2.31,754,2.497,756,3.316,758,1.665,762,1.308,765,1.2,769,1.572,771,1.665,772,1.6,775,3.147,776,3.025,779,3.008,789,1.587,802,3.058,804,3.058,805,2.549,806,1.938,816,3.572,826,4.062,835,1.349,836,1.349,844,2.041,845,2.96,1023,3.908,1130,2.574,1209,3.908,1231,2.528,1251,1.665,1262,2.685,1271,4.366,1373,4.547,1461,2.3,1556,2.148,1620,3.12,1646,1.349,1649,4.841,1653,2.63,1655,1.392,1661,1.6,1675,2.96,1676,2.81,1679,1.665,1729,2.574,1739,3.32,1749,4.179,1750,3.993,1751,2.018,1752,2.148,1819,3.32,1847,3.908,1957,2.31,1960,2.474,2056,1.818,2126,2.196,2130,4.062,2188,2.31,2195,2.148,2196,2.528,2198,2.31,2423,3.572,2461,2.31,2520,3.12,2566,4.784,2568,5.047,2573,2.31,2574,4.418,2575,3.908,2576,4.777,2577,3.908,2578,5.401,2579,5.401,2580,6.57,2581,2.81,2582,7.242,2583,4.418,2584,4.418,2585,4.418,2586,4.418,2587,4.777,2588,2.858,2589,3.993,2590,4.418,2591,5.401,2592,5.311,2593,2.528,2594,2.858,2595,4.418,2596,4.418,2597,5.54,2598,2.858,2599,4.418,2600,4.418,2601,2.528,2602,8.459,2603,4.418,2604,2.858,2605,4.418,2606,4.418,2607,3.572,2608,4.418,2609,6.946,2610,2.858,2611,3.908,2612,4.418,2613,4.418,2614,2.858,2615,6.077,2616,4.418,2617,4.418,2618,2.858,2619,4.418,2620,2.858,2621,5.401,2622,5.401,2623,2.858,2624,4.418,2625,4.418,2626,2.858,2627,2.148,2628,2.528,2629,2.148,2630,2.528,2631,2.528,2632,2.858,2633,2.858,2634,2.858,2635,2.858,2636,2.858,2637,2.31,2638,2.858,2639,2.858,2640,2.858,2641,2.858,2642,2.858,2643,2.858,2644,2.858,2645,2.858,2646,2.858,2647,2.858,2648,2.858,2649,2.858,2650,2.528,2651,2.858,2652,2.858,2653,4.418,2654,4.418,2655,4.418,2656,2.858,2657,2.858,2658,2.858,2659,2.858,2660,2.858,2661,4.418,2662,2.31,2663,2.858,2664,2.858,2665,2.858,2666,2.528,2667,2.858,2668,5.401,2669,2.858,2670,2.858]],["title/modules/OntologySearchModule.html",[53,0.736,2563,2.999]],["body/modules/OntologySearchModule.html",[0,0.09,3,0.127,4,0.153,5,0.115,6,0.09,25,0.009,33,0.236,41,0.153,51,0.007,52,0.007,53,1.053,55,1.955,56,1.955,57,1.179,58,2.711,59,2.048,60,1.869,61,2.711,77,2.526,78,1.566,79,1.787,81,2.146,91,2.526,92,0.518,95,3.542,96,2.773,128,3.596,277,1.787,672,2.975,785,2.85,786,2.252,1750,3.902,1776,6.254,1777,5.19,2563,6.058,2566,3.741,2568,3.902,2627,4.826,2628,5.679,2671,5.679,2672,5.679,2673,5.679,2674,5.679,2675,6.843,2676,7.736,2677,7.736,2678,7.736,2679,6.42,2680,5.679]],["title/injectables/OntologySearchService.html",[495,1.094,2589,2.727]],["body/injectables/OntologySearchService.html",[0,0.05,3,0.071,4,0.086,5,0.064,6,0.118,8,1.465,11,0.658,12,0.6,14,1.113,15,0.627,20,1.166,22,1.303,24,1.554,25,0.009,26,1.031,27,1.188,28,1.042,29,1.138,31,1.758,33,0.202,34,0.411,35,0.96,41,0.125,49,2.482,51,0.008,52,0.005,82,1.37,85,1.926,86,1.126,92,0.291,114,1.228,160,1.393,166,0.863,188,2.1,191,4.823,198,2.683,199,2.709,201,1.176,202,2.647,203,1.295,238,1.473,277,2.448,278,3.375,302,1.066,309,1.554,331,3.953,340,1.205,341,2.501,342,0.806,348,2.132,409,2.837,446,4.819,462,3.516,463,3.471,495,1.666,496,1.813,533,2.128,574,1.329,587,3.197,591,3.714,694,2.596,749,3.126,789,1.732,865,4.564,942,1.205,978,2.338,988,2.482,1004,3.714,1009,3.714,1130,3.979,1216,5.132,1373,4.15,1623,2.913,1676,2.292,1729,2.1,1749,3.346,1819,5.132,1944,3.714,2126,2.921,2130,5.752,2148,6.488,2192,6.032,2496,2.19,2568,5.122,2581,4.823,2589,4.15,2592,2.913,2597,4.386,2607,4.252,2629,2.709,2637,4.252,2662,4.252,2681,6.813,2682,2.913,2683,4.652,2684,4.652,2685,5.021,2686,6.488,2687,5.259,2688,5.259,2689,5.259,2690,5.259,2691,5.259,2692,3.604,2693,4.652,2694,7.824,2695,3.604,2696,4.652,2697,4.652,2698,6.04,2699,4.652,2700,4.652,2701,3.604,2702,4.652,2703,4.652,2704,4.652,2705,3.604,2706,4.652,2707,3.604,2708,4.652,2709,4.652,2710,4.652,2711,3.604,2712,6.04,2713,4.652,2714,3.604,2715,4.652,2716,3.604,2717,3.604,2718,3.604,2719,3.187,2720,3.187,2721,5.493,2722,3.187,2723,2.913,2724,3.187,2725,3.187,2726,3.187,2727,3.187,2728,3.187,2729,3.187,2730,4.652,2731,3.187,2732,4.652,2733,4.652,2734,4.652,2735,4.652,2736,3.187,2737,3.187,2738,3.187,2739,3.187,2740,3.187,2741,3.187,2742,4.652,2743,4.652,2744,2.913,2745,3.187,2746,3.187]],["title/interfaces/OntologySelection.html",[166,0.736,210,3.169]],["body/interfaces/OntologySelection.html",[3,0.136,4,0.163,5,0.123,6,0.096,11,0.536,12,0.917,15,0.667,20,1.178,25,0.009,33,0.177,34,0.782,35,1.827,41,0.163,45,3.166,51,0.007,52,0.007,166,1.126,168,2.406,210,5.683,278,3.329,448,2.43,2130,5.888,2747,6.067,2748,6.067,2749,7.121]],["title/components/OntologySelectionComponent.html",[180,0.687,674,1.431]],["body/components/OntologySelectionComponent.html",[0,0.044,3,0.063,4,0.076,5,0.057,6,0.124,8,1.294,11,0.248,12,0.546,13,1.333,14,0.432,15,0.682,16,1.003,20,1.061,22,1.382,24,1.315,25,0.009,26,0.985,27,1.006,28,0.533,29,0.498,30,1.13,31,1.601,33,0.194,34,1.042,35,0.846,41,0.076,48,2.648,51,0.006,52,0.004,57,0.583,60,1.394,65,1.013,66,1.013,82,1.248,85,1.317,86,1.55,92,0.256,114,0.742,119,3.202,128,4.962,144,0.99,150,0.904,158,1.906,160,1.232,172,3.359,177,1.566,178,1.062,180,1.255,183,2.568,191,3.667,198,2.49,203,1.142,210,4.533,211,2.81,212,5.212,233,0.99,235,0.99,239,1.787,242,1.678,245,2.325,246,1.68,248,1.721,250,1.601,251,1.601,253,1.564,268,4.661,273,2.81,274,1.394,277,2.561,279,5.442,280,4.236,299,1.062,302,0.99,313,1.857,317,1.037,339,1.64,340,1.601,341,1.493,342,1.071,401,1.81,440,3.872,444,2.261,445,3.202,446,2.682,461,2.198,516,0.967,532,1.114,533,2.686,537,1.087,539,1.013,541,1.958,568,3.127,643,1.528,644,1.528,645,1.114,646,2.251,647,1.114,648,1.114,649,1.114,650,0.967,651,1.114,652,1.013,653,1.114,654,1.013,655,1.114,656,1.013,657,1.68,658,1.013,659,1.037,660,1.114,661,1.114,662,1.013,663,1.114,664,1.013,665,1.087,666,1.114,667,1.013,668,1.493,669,1.114,670,1.013,671,1.114,672,1.013,673,1.68,674,2.047,675,1.114,676,2.096,677,1.114,678,1.013,679,1.114,680,1.013,681,1.062,682,1.013,683,0.904,684,1.68,685,1.013,686,1.114,687,1.013,688,0.651,689,1.013,690,1.114,691,1.013,692,1.114,693,1.013,694,0.967,695,1.114,696,1.68,697,1.013,698,1.087,699,1.114,700,1.013,701,1.459,702,1.013,703,1.013,704,1.114,705,1.013,706,1.114,707,1.013,708,1.114,709,1.114,710,1.142,719,2.261,725,2.64,729,2.333,732,2.193,774,3.202,789,1.317,793,2.584,806,1.839,899,3.768,942,1.062,976,3.595,1234,1.598,1304,5.442,1403,3.047,1408,3.382,1603,3.202,1616,4.236,1676,3.047,1785,4.333,1798,3.6,1841,3.6,1842,4.825,2126,2.302,2130,4.84,2566,5.162,2568,1.931,2569,6.659,2571,2.021,2575,5.099,2581,3.667,2587,5.099,2589,5.046,2630,2.81,2631,2.81,2650,2.81,2685,6.399,2686,5.189,2723,2.568,2744,2.568,2750,2.81,2751,4.789,2752,5.765,2753,4.789,2754,5.765,2755,5.765,2756,5.765,2757,4.789,2758,5.765,2759,5.765,2760,5.765,2761,5.765,2762,3.177,2763,4.789,2764,3.177,2765,3.177,2766,3.872,2767,3.177,2768,3.177,2769,3.177,2770,3.177,2771,3.177,2772,3.177,2773,4.789,2774,4.789,2775,4.789,2776,3.177,2777,3.177,2778,3.177,2779,4.789,2780,3.177,2781,4.789,2782,4.789,2783,4.789,2784,4.789,2785,4.789,2786,4.789,2787,4.789,2788,4.789,2789,4.789,2790,4.789,2791,4.789,2792,3.177,2793,3.177,2794,3.177,2795,3.177,2796,3.177,2797,3.177,2798,4.789,2799,3.177,2800,2.81,2801,3.177,2802,6.419,2803,3.177,2804,3.177,2805,3.177,2806,4.789,2807,3.177,2808,3.177,2809,3.177,2810,3.177,2811,3.177,2812,3.177,2813,3.177,2814,3.177,2815,3.177,2816,3.177,2817,3.177,2818,3.177,2819,3.177,2820,3.177,2821,3.177,2822,3.177]],["title/modules/OntologySelectionModule.html",[53,0.736,2564,3.169]],["body/modules/OntologySelectionModule.html",[0,0.089,3,0.126,4,0.152,5,0.114,6,0.089,25,0.009,33,0.227,41,0.152,51,0.007,52,0.007,53,1.045,55,1.941,56,1.941,57,1.17,58,2.702,59,2.032,60,1.854,61,2.702,77,2.514,78,1.554,79,1.773,81,2.574,91,2.514,92,0.514,128,3.568,139,4.789,277,2.303,674,2.991,785,2.837,786,2.235,2563,5.979,2564,6.558,2565,5.979,2566,3.712,2568,3.873,2569,4.789,2571,4.053,2572,5.635,2589,5.03,2823,5.635,2824,5.635,2825,6.371,2826,5.635,2827,6.371,2828,6.371]],["title/modules/OntologyTreeModule.html",[53,0.736,2565,2.999]],["body/modules/OntologyTreeModule.html",[0,0.088,3,0.125,4,0.15,5,0.112,6,0.088,25,0.009,33,0.237,34,0.717,41,0.15,51,0.007,52,0.007,53,1.032,55,1.916,56,1.916,57,1.155,58,2.687,59,2.007,60,1.831,61,2.687,67,5.961,77,2.495,78,1.535,79,1.751,81,2.554,91,2.495,92,0.507,95,3.499,96,2.718,100,5.108,101,4.206,111,1.961,128,3.523,145,5.565,146,4.443,149,3.523,151,5.565,277,1.751,676,3.038,785,2.816,786,2.206,2071,4.645,2565,6.132,2566,3.666,2571,4.002,2800,5.565,2829,5.565,2830,5.565,2831,5.565,2832,6.291,2833,6.291,2834,7.642,2835,6.291,2836,7.642]],["title/interfaces/Position.html",[166,0.736,1029,1.195]],["body/interfaces/Position.html",[0,0.065,1,1.535,3,0.112,4,0.073,5,0.055,6,0.043,7,1.07,8,1.349,9,2.007,11,0.238,12,0.53,13,1.293,14,0.855,15,0.491,16,0.639,18,2.645,20,0.814,21,2.418,25,0.009,26,0.415,30,1.17,31,2.383,33,0.219,34,0.53,35,0.812,36,1.535,37,1.247,38,1.397,41,0.161,45,1.096,48,1.59,49,1.44,51,0.004,52,0.004,86,1.709,92,0.246,111,0.951,160,1.76,166,1.032,168,1.07,177,1.133,190,1.044,192,2.337,194,2.262,198,3.202,201,0.996,203,1.096,218,1.646,227,1.535,230,1.778,231,1.709,232,1.941,245,0.777,274,0.888,278,1.153,289,2.8,293,0.728,302,0.966,309,1.635,322,1.915,327,2.506,342,1.039,347,1.941,348,1.638,368,1.646,389,1.486,401,1.153,406,1.709,426,1.724,430,3.016,432,3.095,433,2.655,434,2.668,442,1.153,443,3.15,448,1.926,495,1.133,522,2.127,523,2.127,524,2.065,525,1.59,526,2.192,527,1.535,528,1.535,573,1.183,574,1.801,600,1.247,613,2.299,688,0.625,752,0.868,754,2.022,769,2.471,802,2.337,804,1.535,805,1.44,835,1.44,836,1.44,899,2.74,904,1.397,1029,2.356,1104,3.296,1214,1.646,1219,2.376,1220,2.337,1232,1.646,1234,2.831,1235,2.506,1249,3.943,1275,2.418,1393,2.601,1397,1.588,1479,2.262,1646,2.192,1685,1.709,1833,2.506,1960,2.601,2100,1.899,2103,1.02,2104,1.709,2126,1.02,2152,1.247,2154,3.169,2156,1.247,2158,1.899,2159,1.899,2160,3.747,2161,1.899,2162,1.899,2164,1.214,2165,1.899,2166,1.247,2167,2.995,2168,2.065,2484,2.418,2837,1.941,2838,2.039,2839,1.941,2840,4,2841,2.039,2842,5.002,2843,2.039,2844,3.278,2845,3.105,2846,2.039,2847,3.105,2848,2.039,2849,1.941,2850,1.941,2851,3.651,2852,2.955,2853,1.588,2854,1.941,2855,2.707,2856,3.943,2857,3.664,2858,2.955,2859,3.105,2860,2.707,2861,2.707,2862,4.524,2863,1.854,2864,2.039,2865,1.646,2866,1.941,2867,2.039,2868,2.039,2869,3.105,2870,1.854,2871,2.039,2872,2.039,2873,2.039,2874,2.039,2875,2.039,2876,2.039,2877,2.039,2878,4.505,2879,3.76,2880,3.105,2881,2.955,2882,3.105,2883,5.107,2884,2.039,2885,5.107,2886,2.039,2887,2.039,2888,2.039,2889,2.039,2890,5.336,2891,2.039,2892,2.039,2893,4.204,2894,3.105,2895,2.039,2896,2.039,2897,2.039,2898,2.823,2899,2.039,2900,2.039,2901,2.039,2902,2.039,2903,2.039,2904,3.76,2905,4,2906,1.941,2907,1.941,2908,1.941,2909,3.76,2910,2.039,2911,2.039,2912,2.039,2913,3.76,2914,2.039,2915,2.039,2916,4.204,2917,3.105,2918,2.039,2919,2.039,2920,2.039,2921,2.039,2922,2.039,2923,2.039,2924,2.039,2925,2.039,2926,2.039,2927,3.105,2928,2.039,2929,2.039,2930,2.039,2931,2.039,2932,2.039,2933,2.039,2934,2.039,2935,2.039,2936,2.039,2937,1.941,2938,2.039,2939,2.039,2940,2.039,2941,2.039,2942,2.823,2943,2.039,2944,2.039,2945,2.039,2946,2.039,2947,2.039,2948,2.039,2949,3.105,2950,2.039,2951,3.105,2952,2.039,2953,2.039,2954,2.039,2955,2.039,2956,2.039,2957,2.039,2958,2.039,2959,2.039,2960,1.778,2961,2.039,2962,2.039,2963,2.039,2964,1.854,2965,2.039,2966,2.039,2967,2.039,2968,2.039,2969,2.039,2970,2.039,2971,2.039,2972,2.039,2973,2.039,2974,2.039,2975,1.854,2976,2.039,2977,2.039,2978,2.039,2979,1.941,2980,1.941,2981,1.941,2982,1.941]],["title/interfaces/RadiusSettings.html",[166,0.736,2851,2.421]],["body/interfaces/RadiusSettings.html",[0,0.065,1,1.535,3,0.112,4,0.073,5,0.055,6,0.043,7,1.07,8,1.349,9,2.007,11,0.238,12,0.53,13,1.293,14,0.855,15,0.491,16,0.639,18,2.645,20,0.814,21,2.418,25,0.009,26,0.415,30,1.17,31,2.383,33,0.219,34,0.53,35,0.812,36,1.535,37,1.247,38,1.397,41,0.161,45,1.096,48,1.59,49,1.44,51,0.004,52,0.004,86,1.709,92,0.246,111,0.951,160,1.76,166,1.032,168,1.07,177,1.133,190,1.044,192,2.337,194,2.262,198,3.202,201,0.996,203,1.096,218,1.646,227,1.535,230,1.778,231,1.709,232,1.941,245,0.777,274,0.888,278,1.153,289,2.8,293,0.728,302,0.966,309,1.635,322,1.915,327,2.506,342,1.039,347,1.941,348,1.638,368,1.646,389,1.486,401,1.153,406,1.709,426,1.724,430,2.801,432,2.874,433,2.655,434,2.478,442,1.153,443,3.15,448,1.926,495,1.133,522,2.127,523,2.127,524,2.065,525,1.59,526,2.192,527,1.535,528,1.535,573,1.183,574,1.801,600,1.247,613,2.299,688,0.625,752,0.868,754,2.022,769,2.471,802,2.337,804,1.535,805,1.44,835,1.44,836,1.44,899,2.74,904,1.397,1029,2.346,1104,3.296,1214,1.646,1219,2.376,1220,2.337,1232,1.646,1234,2.831,1235,2.506,1249,3.943,1275,2.418,1393,2.601,1397,1.588,1479,2.262,1646,3.194,1685,1.709,1833,2.506,1960,3.79,2100,1.899,2103,1.02,2104,1.709,2126,1.02,2152,1.247,2154,3.169,2156,1.247,2158,1.899,2159,1.899,2160,3.747,2161,1.899,2162,1.899,2164,1.214,2165,1.899,2166,1.247,2167,2.995,2168,2.065,2484,2.418,2837,1.941,2838,2.039,2839,1.941,2840,4,2841,2.039,2842,5.002,2843,2.039,2844,3.278,2845,3.105,2846,2.039,2847,3.105,2848,2.039,2849,1.941,2850,1.941,2851,3.846,2852,4.305,2853,1.588,2854,1.941,2855,2.707,2856,3.943,2857,3.664,2858,2.955,2859,3.105,2860,2.707,2861,2.707,2862,4.524,2863,1.854,2864,2.039,2865,1.646,2866,1.941,2867,2.039,2868,2.039,2869,3.105,2870,1.854,2871,2.039,2872,2.039,2873,2.039,2874,2.039,2875,2.039,2876,2.039,2877,2.039,2878,4.505,2879,3.76,2880,3.105,2881,2.955,2882,3.105,2883,5.107,2884,2.039,2885,5.107,2886,2.039,2887,2.039,2888,2.039,2889,2.039,2890,5.336,2891,2.039,2892,2.039,2893,4.204,2894,3.105,2895,2.039,2896,2.039,2897,2.039,2898,2.823,2899,2.039,2900,2.039,2901,2.039,2902,2.039,2903,2.039,2904,3.76,2905,4,2906,1.941,2907,1.941,2908,1.941,2909,3.76,2910,2.039,2911,2.039,2912,2.039,2913,3.76,2914,2.039,2915,2.039,2916,4.204,2917,3.105,2918,2.039,2919,2.039,2920,2.039,2921,2.039,2922,2.039,2923,2.039,2924,2.039,2925,2.039,2926,2.039,2927,3.105,2928,2.039,2929,2.039,2930,2.039,2931,2.039,2932,2.039,2933,2.039,2934,2.039,2935,2.039,2936,2.039,2937,1.941,2938,2.039,2939,2.039,2940,2.039,2941,2.039,2942,2.823,2943,2.039,2944,2.039,2945,2.039,2946,2.039,2947,2.039,2948,2.039,2949,3.105,2950,2.039,2951,3.105,2952,2.039,2953,2.039,2954,2.039,2955,2.039,2956,2.039,2957,2.039,2958,2.039,2959,2.039,2960,1.778,2961,2.039,2962,2.039,2963,2.039,2964,1.854,2965,2.039,2966,2.039,2967,2.039,2968,2.039,2969,2.039,2970,2.039,2971,2.039,2972,2.039,2973,2.039,2974,2.039,2975,1.854,2976,2.039,2977,2.039,2978,2.039,2979,1.941,2980,1.941,2981,1.941,2982,1.941]],["title/classes/ReallyUpdateSpatialSearch.html",[0,0.063,2863,2.727]],["body/classes/ReallyUpdateSpatialSearch.html",[0,0.065,1,1.531,2,1.15,3,0.111,4,0.072,5,0.054,6,0.065,7,1.626,8,1.382,9,2.003,11,0.238,12,0.529,13,1.748,14,0.969,15,0.49,16,0.637,18,2.644,20,0.875,21,2.414,22,0.477,25,0.009,26,0.414,28,0.511,29,0.477,30,1.215,31,2.381,33,0.219,34,0.529,35,0.81,36,1.531,37,1.244,38,1.393,41,0.161,45,1.094,48,1.587,49,1.436,51,0.004,52,0.004,86,1.708,92,0.245,111,0.948,160,1.76,166,1.03,177,1.131,190,1.042,192,2.333,194,2.258,198,3.199,201,0.994,203,1.094,218,1.642,227,1.531,230,1.773,231,1.704,232,1.936,245,0.776,274,0.886,278,1.15,289,2.798,293,0.726,302,0.964,309,1.634,322,1.913,327,2.501,342,1.256,347,1.936,348,1.636,368,1.642,389,1.482,401,1.15,406,1.704,426,1.722,430,2.798,432,2.871,433,2.651,434,2.475,442,1.752,443,3.146,448,1.924,495,1.131,522,2.123,523,2.123,524,2.061,525,1.587,526,2.188,527,1.531,528,1.531,573,1.18,574,1.634,600,1.244,613,2.296,688,0.624,752,0.866,754,2.019,769,2.47,802,2.333,804,1.531,805,1.436,835,1.436,836,1.436,899,2.736,904,1.393,1029,2.345,1104,3.292,1214,1.642,1219,2.373,1220,2.333,1232,1.642,1234,2.826,1235,2.501,1249,3.939,1275,2.414,1393,2.597,1397,1.584,1479,2.258,1646,2.188,1685,1.704,1833,2.501,1960,2.597,2100,1.895,2103,1.55,2104,1.704,2126,1.017,2152,1.244,2154,3.292,2156,1.244,2158,1.895,2159,1.895,2160,3.746,2161,1.895,2162,1.895,2164,1.211,2165,1.895,2166,1.244,2167,2.992,2168,2.061,2484,2.414,2837,1.936,2838,2.034,2839,1.936,2840,3.995,2841,2.034,2842,4.999,2843,2.034,2844,3.273,2845,3.099,2846,2.034,2847,3.099,2848,2.034,2849,1.936,2850,1.936,2851,3.647,2852,2.949,2853,1.584,2854,1.936,2855,2.702,2856,3.939,2857,3.659,2858,2.949,2859,3.099,2860,2.702,2861,2.702,2862,4.519,2863,2.818,2864,3.099,2865,1.642,2866,1.936,2867,2.034,2868,2.034,2869,3.099,2870,1.85,2871,2.034,2872,2.034,2873,2.034,2874,2.034,2875,2.034,2876,2.034,2877,2.034,2878,4.501,2879,3.755,2880,3.099,2881,2.949,2882,3.099,2883,5.103,2884,2.034,2885,5.103,2886,2.034,2887,2.034,2888,2.034,2889,2.034,2890,5.333,2891,2.034,2892,2.034,2893,4.198,2894,3.099,2895,2.034,2896,2.034,2897,2.034,2898,2.818,2899,2.034,2900,2.034,2901,2.034,2902,2.034,2903,2.034,2904,3.755,2905,3.995,2906,1.936,2907,1.936,2908,1.936,2909,3.755,2910,2.034,2911,2.034,2912,2.034,2913,3.755,2914,2.034,2915,2.034,2916,4.198,2917,3.099,2918,2.034,2919,2.034,2920,2.034,2921,2.034,2922,2.034,2923,2.034,2924,2.034,2925,2.034,2926,2.034,2927,3.099,2928,2.034,2929,2.034,2930,2.034,2931,2.034,2932,2.034,2933,2.034,2934,2.034,2935,2.034,2936,2.034,2937,1.936,2938,2.034,2939,2.034,2940,2.034,2941,2.034,2942,2.818,2943,2.034,2944,2.034,2945,2.034,2946,2.034,2947,2.034,2948,2.034,2949,3.099,2950,2.034,2951,3.099,2952,2.034,2953,2.034,2954,2.034,2955,2.034,2956,2.034,2957,2.034,2958,2.034,2959,2.034,2960,1.773,2961,2.034,2962,2.034,2963,2.034,2964,1.85,2965,2.034,2966,2.034,2967,2.034,2968,2.034,2969,2.034,2970,2.034,2971,2.034,2972,2.034,2973,2.034,2974,2.034,2975,1.85,2976,2.034,2977,2.034,2978,2.034,2979,1.936,2980,1.936,2981,1.936,2982,1.936,2983,3.043]],["title/classes/RemoveSearch.html",[0,0.063,43,2.727]],["body/classes/RemoveSearch.html",[0,0.114,1,3.096,2,2.325,3,0.122,4,0.147,5,0.11,6,0.114,7,2.858,8,1.498,9,3.521,10,4.624,11,0.48,12,0.859,13,2.426,14,1.222,15,0.708,16,1.289,18,2.426,19,4.345,20,1.129,21,3.925,22,1.181,24,1.261,25,0.009,26,0.837,27,0.964,28,1.033,29,0.964,30,1.43,31,2.84,32,2.658,33,0.211,34,0.701,35,1.638,36,3.096,37,2.515,38,2.817,39,3.925,40,3.739,41,0.194,42,3.732,43,4.582,44,5.324,45,2.709,46,3.739,47,2.009,48,2.106,49,2.904,50,2.449,51,0.007,52,0.007,2984,6.152,2985,7.538]],["title/classes/ResetPosition.html",[0,0.063,2164,1.786]],["body/classes/ResetPosition.html",[0,0.127,2,2.096,3,0.11,4,0.132,5,0.099,6,0.099,7,2.478,8,1.426,11,0.433,12,0.805,13,2.56,14,1.251,15,0.721,18,2.103,20,0.915,22,0.869,25,0.009,28,0.931,29,0.869,30,1.276,32,2.396,33,0.143,34,0.632,41,0.217,42,3.957,47,2.76,51,0.006,52,0.006,78,1.896,282,2.267,289,1.945,293,1.324,342,1.24,345,2.207,430,2.096,432,2.15,434,1.854,442,2.096,448,1.579,574,1.752,600,2.267,613,2.267,688,1.137,769,2.263,815,3.441,1029,2.251,1036,2.968,1219,2.67,2100,2.267,2103,2.362,2126,2.362,2152,2.267,2153,2.887,2154,4.07,2156,2.267,2157,2.887,2158,2.267,2159,2.267,2160,2.396,2161,2.267,2162,2.267,2163,2.992,2164,2.812,2165,2.267,2166,2.267,2167,2.33,2168,3.141,2986,5.546]],["title/classes/ResetRadius.html",[0,0.063,2166,1.834]],["body/classes/ResetRadius.html",[0,0.127,2,2.096,3,0.11,4,0.132,5,0.099,6,0.099,7,2.478,8,1.426,11,0.433,12,0.805,13,2.56,14,1.251,15,0.721,18,2.103,20,0.915,22,0.869,25,0.009,28,0.931,29,0.869,30,1.276,32,2.396,33,0.143,34,0.632,41,0.217,42,3.957,47,2.76,51,0.006,52,0.006,78,1.896,282,2.267,289,1.945,293,1.324,342,1.24,345,2.207,430,2.096,432,2.15,434,1.854,442,2.096,448,1.579,574,1.752,600,2.267,613,2.267,688,1.137,769,2.383,815,3.441,1029,2.18,1036,2.968,1219,2.67,2100,2.267,2103,2.362,2126,2.362,2152,2.267,2153,2.887,2154,4.07,2156,2.267,2157,2.887,2158,2.267,2159,2.267,2160,2.396,2161,2.267,2162,2.267,2163,2.992,2164,2.207,2165,2.267,2166,2.888,2167,2.33,2168,3.141,2987,5.546]],["title/components/ResultsBrowserComponent.html",[180,0.687,678,1.431]],["body/components/ResultsBrowserComponent.html",[0,0.042,3,0.059,4,0.071,5,0.053,6,0.121,8,0.996,11,0.232,12,0.52,14,0.96,15,0.66,16,0.623,20,1.006,22,1.345,24,1.372,25,0.009,26,0.999,27,1.049,28,0.5,29,0.714,30,1.098,32,1.969,33,0.173,34,1.036,35,0.793,41,0.071,45,1.07,47,1.488,48,2.595,51,0.008,52,0.004,57,0.546,65,0.949,66,0.949,82,1.187,85,1.529,86,1.623,92,0.24,104,4.517,114,0.695,131,6.88,144,0.928,150,0.847,159,1.667,160,0.875,172,3.617,177,1.633,178,0.995,180,1.19,189,2.771,233,0.928,235,0.928,238,1.217,239,1.269,241,3.685,242,1.613,245,2.31,246,1.599,248,1.638,250,1.524,251,1.524,253,1.488,274,2.055,276,3.219,277,1.542,278,2.093,288,2.737,297,1.667,299,1.852,302,1.149,309,0.637,317,0.972,339,1.561,340,1.524,341,2.086,413,2.093,426,1.162,432,1.154,444,3.468,461,2.417,463,2.087,476,5.045,516,0.907,520,1.363,525,1.019,532,1.044,533,0.928,537,1.019,539,0.949,541,1.863,568,3.173,643,1.454,644,1.767,645,1.044,646,2.177,647,1.044,648,1.044,649,1.044,650,0.907,651,1.044,652,0.949,653,1.044,654,0.949,655,1.044,656,0.949,657,1.599,658,0.949,659,0.972,660,1.044,661,1.044,662,0.949,663,1.044,664,0.949,665,1.019,666,1.044,667,0.949,668,1.421,669,1.044,670,0.949,671,1.044,672,0.949,673,1.599,674,0.949,675,1.044,676,0.972,677,1.044,678,1.98,679,1.044,680,0.949,681,0.995,682,0.949,683,0.847,684,1.599,685,0.949,686,1.044,687,0.949,688,0.61,689,0.949,690,1.044,691,0.949,692,1.044,693,0.949,694,0.907,695,1.044,696,1.599,697,0.949,698,1.019,699,1.044,700,0.949,701,1.388,702,0.949,703,0.949,704,1.044,705,0.949,706,1.044,707,0.949,708,1.044,709,1.044,710,1.07,719,2.152,725,3.693,728,3.617,729,3.439,732,3.746,741,2.615,742,2.373,744,1.45,746,2.459,747,2.22,749,1.363,750,1.363,752,1.767,754,2.538,762,2.842,764,1.498,765,2.966,771,1.734,772,1.667,779,2.087,789,1.529,801,2.102,802,3.124,804,2.788,805,2.615,806,1.454,823,3.219,829,1.809,835,1.405,836,1.405,844,2.093,845,3.785,865,5.067,866,2.237,989,4.032,1029,0.793,1071,4.032,1150,1.99,1151,2.633,1217,2.633,1315,4.9,1373,5.218,1408,3.219,1556,2.237,1582,5.497,1596,4.479,1603,3.047,1612,3.685,1617,3.949,1646,1.405,1647,2.9,1652,2.237,1653,1.45,1655,2.22,1656,3.367,1657,2.237,1661,1.667,1673,1.734,1679,3.617,1683,2.406,1813,3.426,1823,4.032,1900,4.032,1940,3.228,1941,2.9,2054,3.426,2062,2.102,2084,4.032,2088,4.032,2343,4.72,2427,1.99,2433,3.913,2666,2.633,2975,2.771,2988,2.633,2989,4.559,2990,6.208,2991,6.208,2992,4.559,2993,6.208,2994,4.559,2995,4.559,2996,5.54,2997,4.559,2998,5.54,2999,4.559,3000,4.559,3001,4.559,3002,5.54,3003,4.559,3004,6.693,3005,5.54,3006,5.54,3007,4.9,3008,5.54,3009,5.54,3010,4.559,3011,2.976,3012,2.976,3013,2.976,3014,2.976,3015,2.976,3016,4.559,3017,2.976,3018,2.976,3019,2.976,3020,4.559,3021,4.559,3022,2.976,3023,4.559,3024,2.976,3025,2.976,3026,2.976,3027,4.559,3028,2.976,3029,6.208,3030,4.559,3031,2.976,3032,4.559,3033,4.559,3034,2.976,3035,4.559,3036,5.54,3037,2.976,3038,7.771,3039,4.559,3040,4.559,3041,4.559,3042,5.54,3043,2.976,3044,2.976,3045,2.976,3046,2.976,3047,2.976,3048,2.976,3049,2.976,3050,4.559,3051,4.559,3052,4.559,3053,4.559,3054,2.976,3055,4.559,3056,4.559,3057,6.208,3058,2.976,3059,2.976,3060,2.633,3061,2.633,3062,4.559,3063,2.976,3064,2.406]],["title/modules/ResultsBrowserModule.html",[53,0.736,73,3.169]],["body/modules/ResultsBrowserModule.html",[0,0.091,3,0.129,4,0.155,5,0.116,6,0.091,25,0.009,33,0.229,41,0.155,51,0.008,52,0.007,53,1.066,55,1.978,56,1.978,57,1.192,58,2.724,59,2.072,60,1.891,61,2.724,73,6.511,77,2.543,78,1.584,79,1.808,81,2.604,91,2.543,92,0.524,131,5.855,659,2.12,678,2.98,785,2.87,786,2.278,1582,4.132,1584,4.882,1693,6.345,3065,5.745,3066,5.745,3067,5.745,3068,6.495,3069,6.495,3070,7.79,3071,6.495,3072,6.495,3073,6.495]],["title/components/RunSpatialSearchComponent.html",[180,0.687,680,1.431]],["body/components/RunSpatialSearchComponent.html",[0,0.113,3,0.086,4,0.104,5,0.078,6,0.109,8,1.474,11,0.339,12,0.685,14,1.061,15,0.538,16,0.911,20,0.563,22,1.165,24,0.891,25,0.009,26,0.937,27,0.681,28,1.009,29,0.942,30,1.54,33,0.208,34,1.071,41,0.104,50,1.73,51,0.006,52,0.005,57,0.798,65,1.387,66,1.387,82,1.565,85,0.993,86,1.287,92,0.351,114,1.015,138,5.508,144,1.355,150,1.237,159,2.435,178,1.453,180,1.055,190,1.488,203,1.563,229,2.643,233,1.355,235,1.355,239,1.673,242,2.005,245,2.384,246,2.108,248,2.16,250,2.009,251,2.009,277,1.917,299,1.453,317,1.419,348,1.132,408,1.73,443,4.517,461,1.488,516,1.324,532,1.525,533,1.355,537,1.488,539,1.387,643,2.487,644,1.917,645,1.525,646,2.606,647,1.525,648,1.525,649,1.525,650,2.263,651,1.525,652,1.387,653,1.525,654,1.387,655,1.525,656,1.387,657,2.108,658,1.387,659,1.419,660,1.525,661,1.525,662,1.387,663,1.525,664,1.387,665,1.488,666,1.525,667,1.387,668,1.873,669,1.525,670,1.387,671,1.525,672,1.387,673,2.108,674,1.387,675,1.525,676,1.419,677,1.525,678,1.387,679,1.525,680,2.37,681,3.005,682,1.917,683,2.22,684,2.108,685,1.387,686,1.525,687,1.387,688,0.891,689,1.387,690,1.525,691,1.387,692,1.525,693,1.387,694,1.324,695,1.525,696,2.108,697,1.387,698,1.488,699,1.525,700,1.387,701,1.831,702,1.387,703,1.387,704,1.525,705,1.387,706,1.525,707,1.387,708,1.525,709,1.525,710,1.563,740,2.052,741,2.052,744,2.118,748,2.435,750,1.991,751,1.933,752,1.96,754,2.16,756,2.752,757,2.346,758,2.533,765,2.525,767,2.435,777,2.346,789,0.993,844,1.643,848,3.071,942,1.453,961,3.586,969,3.024,988,2.837,999,2.927,1021,2.118,1116,2.533,1232,2.346,1234,3.024,1393,2.435,1397,2.264,1461,2.264,1679,4.013,1691,3.268,1692,2.643,1738,4.517,1940,2.533,2054,3.268,2055,3.846,2103,1.453,2104,2.435,2156,3.188,2157,3.129,2573,3.515,2576,6.092,2577,5.316,2593,6.092,3074,6.305,3075,4.348,3076,5.177,3077,6.007,3078,4.348,3079,5.316,3080,3.071,3081,2.906,3082,3.071,3083,4.348,3084,4.348,3085,3.846,3086,6.01,3087,4.348]],["title/modules/RunSpatialSearchModule.html",[53,0.736,74,2.999]],["body/modules/RunSpatialSearchModule.html",[0,0.092,3,0.131,4,0.157,5,0.118,6,0.092,25,0.009,30,1.378,33,0.23,41,0.157,51,0.007,52,0.007,53,1.081,55,2.007,56,2.007,57,1.21,58,2.741,59,2.101,60,1.918,61,2.741,74,6.09,77,2.565,78,1.607,79,1.834,81,2.203,91,2.565,92,0.531,95,3.597,96,2.846,138,4.653,149,3.69,680,2.985,681,2.203,785,2.895,786,2.311,2071,4.776,2674,5.828,2680,5.828,3074,5.327,3088,5.828,3089,5.828,3090,5.828]],["title/injectables/SceneState.html",[227,2.258,495,1.094]],["body/injectables/SceneState.html",[0,0.042,3,0.091,4,0.072,5,0.054,6,0.123,11,0.236,12,0.526,13,1.977,14,1.142,15,0.649,16,1.171,20,0.92,22,1.365,24,1.632,25,0.009,26,1.101,27,1.248,28,1.05,29,0.981,33,0.212,34,0.637,35,0.804,41,0.133,45,1.086,47,0.986,48,2.726,51,0.004,52,0.004,82,1.201,85,1.85,86,1.842,90,5.065,92,0.244,111,0.942,158,1.202,160,1.363,166,0.496,170,1.992,176,2.271,177,1.364,190,1.034,192,3.149,194,4.128,200,3.082,201,0.986,202,1.52,203,1.086,221,3.831,223,3.258,225,1.922,226,2.271,227,2.32,238,1.885,245,1.717,253,0.986,274,1.342,282,1.235,289,2.491,302,1.157,309,1.339,322,2.621,327,1.63,339,1.579,340,1.541,341,2.213,342,1.399,345,3.568,348,2.109,372,2.443,389,3.71,395,2.628,401,1.142,426,0.77,442,1.742,444,1.426,461,2.142,495,1.125,496,1.52,573,1.171,574,1.339,588,2.134,688,0.619,729,1.472,789,1.54,806,1.996,811,2.271,861,1.692,867,4.371,868,1.343,869,2.582,870,1.692,871,3.557,872,1.692,877,4.965,893,1.922,898,3.557,903,1.922,904,1.383,906,3.016,909,4.629,933,3.803,942,2.374,978,3.798,1094,2.271,1105,1.76,1122,1.383,1215,5.016,1219,2.949,1232,1.63,1234,1.52,1275,1.573,1361,1.922,1393,1.692,1397,2.401,1403,1.922,1410,2.02,1479,3.999,1617,1.922,1740,1.836,1840,2.933,2003,3.728,2126,2.469,2127,2.443,2173,2.134,2205,1.836,2432,4.203,2433,3.949,2439,2.672,2441,3.466,2442,4.203,2443,3.949,2454,3.466,2460,4.419,2464,2.134,2465,2.134,2470,2.271,2471,2.271,2472,2.271,2473,2.271,2474,3.256,2475,2.271,2476,2.271,2477,2.271,2478,2.271,2480,2.271,2844,4.304,2857,4.784,2870,1.836,2898,1.836,3091,2.271,3092,5.534,3093,6.737,3094,6.737,3095,4.946,3096,4.611,3097,5.534,3098,4.611,3099,4.611,3100,4.611,3101,4.611,3102,4.611,3103,4.611,3104,3.021,3105,4.078,3106,5.552,3107,3.021,3108,3.728,3109,3.021,3110,3.021,3111,5.534,3112,3.021,3113,4.078,3114,4.078,3115,3.021,3116,3.021,3117,3.021,3118,3.021,3119,5.534,3120,5.338,3121,3.021,3122,3.021,3123,3.021,3124,3.021,3125,3.256,3126,3.021,3127,3.021,3128,4.078,3129,3.021,3130,3.021,3131,3.021,3132,4.078,3133,3.021,3134,4.078,3135,3.021,3136,4.078,3137,3.021,3138,4.078,3139,3.021,3140,4.078,3141,3.466,3142,2.443,3143,2.443,3144,2.443,3145,2.443,3146,2.443,3147,2.443,3148,4.078,3149,4.078,3150,2.672,3151,2.443,3152,2.672,3153,2.672,3154,2.672,3155,2.672,3156,2.672,3157,2.672,3158,4.078,3159,4.078,3160,5.534,3161,2.672,3162,4.946,3163,2.672,3164,2.443,3165,2.672,3166,2.672,3167,2.672,3168,2.672,3169,2.672,3170,2.672,3171,2.443,3172,2.672,3173,2.672,3174,2.672,3175,2.672,3176,2.672,3177,2.672,3178,2.672,3179,2.672,3180,2.672,3181,2.672,3182,2.672,3183,2.672,3184,2.672,3185,2.672,3186,2.672,3187,2.672,3188,2.672,3189,2.672,3190,2.672,3191,2.672,3192,2.672,3193,2.672,3194,2.672,3195,2.672,3196,2.672,3197,2.672,3198,2.672,3199,2.672,3200,2.672,3201,2.443,3202,2.672,3203,2.672,3204,2.672,3205,2.672,3206,2.672,3207,2.672,3208,2.672,3209,2.672,3210,2.672,3211,2.672,3212,2.672]],["title/interfaces/SceneStateModel.html",[166,0.736,3106,3.373]],["body/interfaces/SceneStateModel.html",[0,0.052,3,0.107,4,0.089,5,0.067,6,0.052,11,0.291,12,0.614,13,1.5,14,1.043,15,0.644,16,1.129,20,0.993,25,0.009,26,0.507,27,0.845,33,0.222,34,0.722,35,0.992,41,0.151,45,1.34,47,1.217,48,2.626,51,0.005,52,0.005,86,1.734,90,4.681,92,0.301,111,1.161,158,1.483,160,1.472,166,0.612,168,1.307,170,1.61,176,2.801,177,1.544,190,1.276,192,2.712,194,4.178,200,3.603,201,1.217,202,1.875,203,1.34,221,3.415,223,3.14,225,2.371,226,2.801,227,1.875,238,2.203,245,1.613,253,1.217,274,1.085,282,1.523,289,2.433,302,1.263,309,1.485,322,2.514,327,2.011,339,1.276,340,1.246,341,2.391,342,1.205,345,3.57,348,1.917,372,3.013,389,3.379,395,2.659,401,1.408,426,0.95,442,2.037,444,1.759,461,1.845,495,1.315,573,1.445,574,1.485,588,2.632,688,0.764,729,1.815,806,1.719,811,2.801,861,2.087,867,4.122,868,1.657,869,3.018,870,2.087,871,3.428,872,2.087,877,4.681,893,2.371,898,2.371,903,2.371,904,1.706,906,2.908,909,4.216,933,4.216,951,4.051,978,3.669,1094,2.801,1105,2.172,1122,1.706,1215,4.471,1219,2.989,1232,2.011,1234,1.875,1275,1.94,1361,2.371,1393,2.087,1397,2.806,1403,2.371,1410,2.491,1479,3.736,1617,2.371,1740,2.265,1840,2.371,2003,3.013,2126,2.46,2127,3.013,2173,2.632,2205,2.265,2432,4.758,2433,2.632,2441,2.801,2442,4.051,2443,3.806,2454,2.801,2460,3.806,2464,2.632,2465,2.632,2470,2.801,2471,2.801,2472,2.801,2473,2.801,2474,3.806,2475,2.801,2476,2.801,2477,2.801,2478,2.801,2480,2.801,2844,4.47,2857,4.883,2870,2.265,2898,2.265,3091,2.801,3092,6.509,3093,7.164,3094,7.164,3095,3.297,3097,3.297,3105,3.297,3106,5.214,3108,3.013,3111,4.767,3113,3.297,3114,3.297,3119,4.767,3120,4.758,3125,2.632,3128,3.297,3132,3.297,3134,3.297,3136,3.297,3138,3.297,3140,4.767,3141,4.051,3142,3.013,3143,3.013,3144,3.013,3145,3.013,3146,3.013,3147,3.013,3148,6.509,3149,6.509,3150,3.297,3151,3.013,3152,3.297,3153,3.297,3154,3.297,3155,3.297,3156,3.297,3157,3.297,3158,4.767,3159,4.767,3160,6.136,3161,3.297,3162,5.6,3163,3.297,3164,3.013,3165,3.297,3166,3.297,3167,3.297,3168,3.297,3169,3.297,3170,3.297,3171,3.013,3172,3.297,3173,3.297,3174,3.297,3175,3.297,3176,3.297,3177,3.297,3178,3.297,3179,3.297,3180,3.297,3181,3.297,3182,3.297,3183,3.297,3184,3.297,3185,3.297,3186,3.297,3187,3.297,3188,3.297,3189,3.297,3190,3.297,3191,3.297,3192,3.297,3193,3.297,3194,3.297,3195,3.297,3196,3.297,3197,3.297,3198,3.297,3199,3.297,3200,3.297,3201,3.013,3202,3.297,3203,3.297,3204,3.297,3205,3.297,3206,3.297,3207,3.297,3208,3.297,3209,3.297,3210,3.297,3211,3.297,3212,3.297]],["title/interfaces/SearchResult.html",[166,0.736,2597,3.169]],["body/interfaces/SearchResult.html",[0,0.061,3,0.087,4,0.105,5,0.079,6,0.062,8,1.467,11,0.69,12,0.691,14,0.942,15,0.611,20,1.124,25,0.009,29,0.689,33,0.214,34,0.501,35,1.171,41,0.144,49,2.076,51,0.008,52,0.005,85,1.789,86,0.941,92,0.355,114,1.027,160,1.503,166,1.137,168,1.542,188,2.562,191,4.408,198,2.617,199,3.305,201,1.436,202,3.048,203,1.581,238,1.798,277,2.352,278,3.312,302,1.04,309,1.676,331,3.305,340,2.025,341,2.633,342,1.354,348,1.805,409,2.372,446,4.645,462,2.94,463,3.172,495,1.69,533,1.888,574,1.598,587,2.673,591,3.106,694,2.465,749,2.773,789,1.005,865,4.049,978,1.955,988,2.076,1004,3.106,1009,3.106,1130,3.529,1216,5.208,1373,4.76,1623,4.897,1676,3.853,1729,3.529,1749,2.797,1819,4.553,1944,3.106,2126,2.954,2130,5.858,2148,6.036,2192,6.084,2496,3.682,2568,2.673,2581,3.853,2589,3.682,2592,4.897,2597,4.894,2607,3.555,2629,3.305,2637,3.555,2662,3.555,2681,3.555,2682,3.555,2683,3.89,2684,3.89,2685,3.555,2686,5.602,2693,3.89,2694,7.752,2696,3.89,2697,3.89,2698,5.358,2699,3.89,2700,3.89,2702,3.89,2703,3.89,2704,3.89,2706,3.89,2708,3.89,2709,3.89,2710,3.89,2712,5.358,2713,3.89,2715,3.89,2719,3.89,2720,5.358,2721,7.159,2722,3.89,2723,3.555,2724,3.89,2725,3.89,2726,3.89,2727,3.89,2728,3.89,2729,3.89,2730,5.358,2731,3.89,2732,5.358,2733,5.358,2734,5.358,2735,5.358,2736,3.89,2737,3.89,2738,3.89,2739,3.89,2740,3.89,2741,3.89,2742,5.358,2743,5.358,2744,3.555,2745,3.89,2746,3.89]],["title/classes/SetExecuteSearchOnGenerate.html",[0,0.063,2100,1.834]],["body/classes/SetExecuteSearchOnGenerate.html",[0,0.127,2,2.059,3,0.108,4,0.13,5,0.097,6,0.108,7,2.704,8,1.456,11,0.425,12,0.796,13,2.554,14,1.248,15,0.719,16,1.141,18,2.08,20,0.905,22,1.095,24,1.117,25,0.009,26,0.741,27,0.854,28,0.915,29,0.854,30,1.265,32,2.354,33,0.141,34,0.621,41,0.216,42,3.939,47,2.809,51,0.006,52,0.006,78,1.704,282,2.228,289,1.911,293,1.301,342,1.218,345,2.169,430,2.059,432,2.113,434,1.822,442,2.059,448,1.551,574,1.741,600,2.228,613,2.228,688,1.117,769,2.245,815,3.756,1029,2.166,1036,2.935,1219,2.64,2100,2.856,2103,2.578,2126,2.335,2152,2.228,2153,2.837,2154,4.06,2156,2.228,2157,2.837,2158,2.228,2159,2.228,2160,2.354,2161,2.228,2162,2.228,2163,2.94,2164,2.169,2165,2.228,2166,2.228,2167,2.289,2168,3.615,3213,5.45,3214,6.986]],["title/classes/SetOrgan.html",[0,0.063,2159,1.834]],["body/classes/SetOrgan.html",[0,0.127,2,2.048,3,0.108,4,0.129,5,0.097,6,0.108,7,2.698,8,1.445,11,0.423,12,0.794,13,2.552,14,1.247,15,0.721,16,1.135,18,2.073,20,1.051,22,1.091,24,1.111,25,0.009,26,0.737,27,0.849,28,0.91,29,0.849,30,1.262,32,2.341,33,0.14,34,0.618,41,0.216,42,3.934,47,2.805,51,0.006,52,0.006,78,1.698,282,2.216,289,2.442,293,1.294,342,1.212,345,2.157,430,2.048,432,2.102,434,1.812,442,2.048,448,2.189,574,1.737,600,2.216,613,2.216,688,1.111,769,2.239,815,3.391,1029,2.161,1036,2.925,1219,2.631,2100,2.216,2103,2.571,2126,2.327,2152,2.216,2153,2.822,2154,4.057,2156,2.216,2157,2.822,2158,2.216,2159,2.846,2160,3.007,2161,2.216,2162,2.216,2163,2.924,2164,2.157,2165,2.216,2166,2.216,2167,2.277,2168,3.095,3215,5.42,3216,6.962]],["title/classes/SetPosition.html",[0,0.063,2161,1.834]],["body/classes/SetPosition.html",[0,0.127,2,2.053,3,0.108,4,0.129,5,0.097,6,0.108,7,2.7,8,1.446,11,0.424,12,0.795,13,2.553,14,1.247,15,0.726,16,1.138,18,2.076,20,0.903,22,1.093,24,1.113,25,0.009,26,0.739,27,0.851,28,0.912,29,0.851,30,1.263,32,2.346,33,0.14,34,0.619,41,0.216,42,3.936,47,2.807,51,0.006,52,0.006,78,1.701,282,2.22,289,1.905,293,1.296,342,1.214,345,2.162,430,2.053,432,2.106,434,1.816,442,2.053,448,1.546,574,1.739,600,2.22,613,2.22,688,1.113,769,2.241,815,3.396,951,5.24,1029,2.289,1036,2.929,1219,2.635,2100,2.22,2103,2.574,2126,2.33,2152,2.22,2153,2.828,2154,4.058,2156,2.22,2157,2.828,2158,2.22,2159,2.22,2160,2.346,2161,2.85,2162,2.22,2163,2.93,2164,2.162,2165,2.22,2166,2.22,2167,2.282,2168,3.099,3217,5.432,3218,6.972]],["title/classes/SetRadius.html",[0,0.063,2165,1.834]],["body/classes/SetRadius.html",[0,0.127,2,2.057,3,0.108,4,0.13,5,0.097,6,0.108,7,2.703,8,1.447,11,0.425,12,0.796,13,2.554,14,1.248,15,0.722,16,1.14,18,2.079,20,0.904,22,1.094,24,1.116,25,0.009,26,0.74,27,0.853,28,0.914,29,0.853,30,1.265,32,2.352,33,0.141,34,0.621,41,0.216,42,3.938,47,2.808,51,0.006,52,0.006,78,1.703,282,2.225,289,1.909,293,1.299,342,1.217,345,2.167,430,2.057,432,2.111,434,1.82,442,2.057,448,1.549,574,1.841,600,2.225,613,2.225,688,1.116,769,2.447,815,3.4,1029,2.165,1036,2.933,1219,2.638,2100,2.225,2103,2.576,2126,2.334,2152,2.225,2153,2.834,2154,4.059,2156,2.225,2157,2.834,2158,2.225,2159,2.225,2160,2.352,2161,2.225,2162,2.225,2163,2.937,2164,2.167,2165,2.854,2166,2.225,2167,2.287,2168,3.104,3219,5.444,3220,6.982]],["title/classes/SetSelectedSearches.html",[0,0.063,46,2.727]],["body/classes/SetSelectedSearches.html",[0,0.114,1,3.088,2,2.319,3,0.122,4,0.146,5,0.11,6,0.114,7,2.855,8,1.498,9,3.517,10,4.613,11,0.479,12,0.858,13,2.424,14,1.221,15,0.708,16,1.285,18,2.424,19,4.334,20,1.054,21,3.919,22,1.18,24,1.258,25,0.009,26,0.835,27,0.962,28,1.03,29,0.962,30,1.429,31,2.837,32,2.651,33,0.21,34,0.7,35,1.634,36,3.088,37,2.509,38,2.81,39,4.419,40,3.73,41,0.194,42,3.727,43,3.73,44,4.334,45,2.206,46,4.575,47,2.457,48,2.577,49,3.553,50,2.996,51,0.007,52,0.007,3221,6.137,3222,7.527]],["title/classes/SetSex.html",[0,0.063,2158,1.834]],["body/classes/SetSex.html",[0,0.127,2,2.048,3,0.108,4,0.129,5,0.097,6,0.108,7,2.698,8,1.445,11,0.423,12,0.794,13,2.552,14,1.247,15,0.721,16,1.135,17,4.794,18,2.417,20,0.902,22,1.091,24,1.111,25,0.009,26,0.737,27,0.849,28,0.91,29,0.849,30,1.262,32,2.341,33,0.14,34,0.618,41,0.216,42,3.934,47,2.805,51,0.006,52,0.006,78,1.698,282,2.216,289,1.901,293,1.294,342,1.212,345,2.157,430,2.048,432,2.102,434,1.812,442,2.048,448,1.543,574,1.737,600,3.144,613,3.144,688,1.111,769,2.239,815,3.391,1029,2.161,1036,2.925,1219,2.631,2100,2.216,2103,2.571,2126,2.327,2152,2.216,2153,2.822,2154,4.057,2156,2.216,2157,2.822,2158,2.846,2159,2.216,2160,2.341,2161,2.216,2162,2.216,2163,2.924,2164,2.157,2165,2.216,2166,2.216,2167,2.277,2168,3.095,3223,6.962]],["title/components/SpatialSearchConfigBehaviorComponent.html",[180,0.687,682,1.431]],["body/components/SpatialSearchConfigBehaviorComponent.html",[0,0.05,3,0.071,4,0.086,5,0.064,6,0.123,8,1.508,11,0.281,12,0.598,14,1.235,15,0.611,16,1.099,18,2.03,22,1.369,24,1.076,25,0.009,26,0.927,27,0.823,28,1.144,29,1.069,30,1.398,33,0.218,34,1.053,37,1.469,38,1.645,41,0.086,51,0.006,52,0.005,57,0.66,65,1.146,66,1.146,82,1.367,85,1.657,86,1.779,92,0.29,111,1.12,114,0.839,144,1.12,150,1.023,158,2.089,160,0.689,178,1.201,180,0.949,185,5.451,186,2.402,187,2.402,188,2.094,189,2.184,190,1.23,194,1.75,198,3.379,201,1.173,215,2.538,216,2.905,217,2.905,229,3.19,233,1.12,235,1.12,239,1.461,242,1.805,245,2.35,246,1.841,250,1.754,251,1.754,253,1.173,277,1.726,299,1.201,302,1.171,317,1.173,342,1.386,348,2.13,483,3.973,516,1.094,532,1.26,533,1.12,537,1.23,539,1.146,643,1.674,644,1.674,645,1.26,646,2.391,647,1.26,648,1.26,649,1.26,650,1.094,651,1.26,652,1.146,653,1.26,654,1.146,655,1.26,656,1.146,657,1.841,658,1.146,659,1.173,660,1.26,661,1.26,662,1.146,663,1.26,664,1.146,665,1.23,666,1.26,667,1.146,668,1.636,669,1.26,670,1.146,671,1.26,672,1.146,673,1.841,674,1.146,675,1.26,676,1.173,677,1.26,678,1.146,679,1.26,680,1.146,681,1.201,682,2.175,683,2.647,684,1.841,685,1.674,686,1.26,687,1.674,688,1.271,689,1.146,690,1.26,691,1.146,692,1.26,693,1.146,694,1.094,695,1.26,696,1.841,697,1.146,698,1.23,699,1.26,700,1.146,701,1.599,702,1.146,703,1.146,704,1.26,705,1.146,706,1.26,707,1.146,708,1.26,709,1.26,752,1.023,761,1.469,942,2.424,954,3.472,964,4.145,967,3.819,1013,4.848,1055,2.402,1479,3.02,1656,2.184,1896,2.905,2103,1.754,2104,2.012,2158,1.469,2159,1.469,2581,3.944,3076,5.125,3077,6.482,3080,2.538,3081,5.911,3082,2.538,3224,4.924,3225,2.905,3226,4.243,3227,4.642,3228,6.2,3229,7.234,3230,5.484,3231,5.484,3232,5.484,3233,6.031,3234,4.642,3235,6.031,3236,3.593,3237,5.484,3238,6.031,3239,6.2,3240,5.484,3241,6.031,3242,5.248,3243,3.593,3244,3.593,3245,4.642,3246,3.593,3247,3.178,3248,3.593,3249,3.593,3250,5.248,3251,3.593,3252,3.593,3253,4.642,3254,3.593,3255,4.642,3256,3.593,3257,3.178,3258,5.248,3259,3.593,3260,5.248,3261,3.593,3262,3.178,3263,2.538,3264,3.178,3265,3.593,3266,3.178,3267,3.178,3268,3.593,3269,3.178,3270,3.178,3271,2.905,3272,3.178,3273,3.178,3274,3.178,3275,3.178,3276,3.178,3277,3.178,3278,3.178,3279,3.178,3280,3.178,3281,3.178,3282,3.593,3283,3.178,3284,3.178,3285,3.178]],["title/modules/SpatialSearchConfigBehaviorModule.html",[53,0.736,3286,3.373]],["body/modules/SpatialSearchConfigBehaviorModule.html",[0,0.09,3,0.128,4,0.153,5,0.115,6,0.09,8,1.416,25,0.009,30,1.271,33,0.228,37,2.631,41,0.153,51,0.007,52,0.007,53,1.056,55,1.96,56,1.96,57,1.182,58,2.714,59,2.053,60,1.874,61,2.714,77,2.53,78,1.57,79,1.792,81,2.59,91,2.53,92,0.519,682,2.976,683,2.366,785,2.855,786,2.257,3080,4.546,3081,4.303,3082,4.546,3224,3.605,3286,6.92,3287,5.693,3288,5.693,3289,5.693,3290,5.693,3291,6.332,3292,5.693,3293,6.853,3294,6.437]],["title/components/SpatialSearchConfigComponent.html",[180,0.687,685,1.431]],["body/components/SpatialSearchConfigComponent.html",[0,0.083,3,0.14,4,0.08,5,0.06,6,0.116,8,1.491,11,0.261,12,0.567,14,1.068,15,0.647,18,2.548,20,0.432,22,1.28,25,0.009,26,0.676,28,0.834,29,0.779,30,1.457,33,0.128,34,1.053,37,3.387,41,0.118,48,2.252,50,2.8,51,0.005,52,0.005,57,0.613,65,1.064,66,1.064,92,0.269,111,1.04,114,0.779,144,1.04,150,1.414,172,2.896,178,1.116,180,0.909,189,4.276,194,3.426,233,1.04,235,1.04,239,1.383,242,1.728,245,2.339,246,1.743,248,1.786,250,1.661,251,1.661,277,1.653,278,1.878,289,2.814,299,1.116,302,1.208,314,4.405,317,1.09,408,2.363,413,2.486,426,2,437,2.028,445,4.398,461,2.525,483,3.834,516,1.016,520,1.528,525,1.701,532,1.17,533,1.04,537,1.142,539,1.064,541,2.032,568,2.551,600,2.689,613,2.689,643,1.585,644,1.585,645,1.17,646,2.307,647,1.17,648,1.17,649,1.17,650,2.487,651,1.17,652,1.064,653,1.17,654,1.064,655,1.17,656,1.064,657,1.743,658,1.064,659,1.939,660,1.17,661,1.17,662,1.064,663,1.17,664,1.064,665,1.142,666,1.17,667,1.064,668,1.549,669,1.17,670,1.064,671,1.17,672,1.064,673,1.743,674,1.064,675,1.17,676,1.09,677,1.17,678,1.064,679,1.17,680,1.064,681,1.116,682,1.064,683,2.283,684,1.743,685,2.098,686,1.17,687,1.064,688,0.684,689,1.064,690,1.17,691,1.064,692,1.17,693,1.064,694,1.016,695,1.17,696,1.743,697,1.064,698,1.142,699,1.17,700,1.064,701,1.514,702,1.064,703,1.064,704,1.17,705,1.064,706,1.17,707,1.064,708,1.17,709,1.17,710,1.199,719,2.346,725,3.794,728,4.297,732,3.377,740,1.575,741,2.803,744,2.892,747,3.426,748,3.326,749,1.528,750,3.221,751,3.279,752,2.002,754,2.528,755,3.735,756,3.594,757,2.681,758,2.896,761,2.427,763,2.681,764,2.988,765,3.37,766,2.508,767,2.783,769,1.728,775,3.46,776,3.326,777,3.549,778,3.092,779,3.673,780,2.231,789,0.763,820,4.647,826,2.231,829,2.028,844,2.486,845,2.892,942,1.116,961,3.092,969,2.501,999,2.421,1021,1.625,1036,1.402,1116,1.945,1117,1.575,1122,1.528,1251,2.896,1479,3.721,1602,1.8,1647,2.123,1649,4.703,1653,3.205,1655,2.892,1656,2.028,1659,2.508,1661,2.783,1662,2.698,1663,2.123,1664,3.735,1675,2.421,1680,4.396,1685,1.869,1692,2.028,1749,2.123,1750,3.021,1751,3.51,1752,2.508,1754,2.698,1767,3.322,1768,2.357,1940,2.896,1941,2.123,1954,2.952,1961,2.952,1974,3.735,2054,2.508,2056,2.123,2060,2.028,2188,2.698,2190,5.687,2195,2.508,2205,2.028,3060,2.952,3224,4.641,3230,5.253,3231,5.253,3232,5.253,3233,5.253,3295,2.698,3296,5.938,3297,4.97,3298,5.938,3299,5.253,3300,3.337,3301,3.337,3302,3.337,3303,3.337,3304,7.035,3305,3.337,3306,3.337,3307,3.337,3308,3.337,3309,4.97,3310,4.396,3311,4.97,3312,3.337,3313,4.396,3314,4.97,3315,4.97,3316,3.337,3317,3.337,3318,2.698]],["title/modules/SpatialSearchConfigModule.html",[53,0.736,3291,3.169]],["body/modules/SpatialSearchConfigModule.html",[0,0.09,3,0.127,4,0.153,5,0.115,6,0.09,8,1.332,25,0.009,30,1.053,33,0.236,37,2.624,38,2.939,41,0.153,51,0.007,52,0.007,53,1.053,55,1.955,56,1.955,57,1.179,58,2.711,59,2.048,60,1.869,61,2.711,77,2.526,78,1.566,79,1.787,81,2.146,91,2.526,92,0.518,95,3.542,96,2.773,149,3.596,685,2.975,785,2.85,786,2.252,1778,6.254,1779,5.19,2071,4.702,2627,4.826,2675,6.843,3224,3.596,3291,6.4,3319,5.679,3320,5.679,3321,5.679,3322,6.42,3323,7.736,3324,6.42]],["title/interfaces/SpatialSearchFilterItem.html",[39,2.336,166,0.736]],["body/interfaces/SpatialSearchFilterItem.html",[0,0.074,1,3.458,3,0.105,4,0.127,5,0.095,6,0.074,7,1.863,8,1.488,9,2.294,11,0.415,12,0.783,15,0.629,18,2.709,19,4.853,20,1.141,21,4.528,25,0.009,26,1.095,29,0.832,30,0.871,33,0.225,34,0.783,35,1.414,36,2.673,37,2.171,38,2.432,39,4.193,41,0.181,43,4.177,45,3.126,46,4.177,48,2.352,50,2.114,51,0.006,52,0.006,86,1.631,92,0.428,111,1.655,160,1.64,166,0.871,168,1.863,170,2.968,190,1.818,230,3.095,253,1.734,293,1.268,297,4.266,302,0.912,309,1.631,322,2.093,348,1.984,430,2.879,432,2.953,434,2.546,495,1.676,769,2.217,789,1.214,904,2.432,1214,2.865,1833,3.707,2016,4.294,2842,4.896,2878,3.228,2942,3.228,2964,3.228,3325,3.992,3326,6.738,3327,4.698,3328,4.698,3329,4.698,3330,3.992,3331,4.698,3332,3.378,3333,4.698,3334,4.698,3335,4.698,3336,4.698,3337,4.698,3338,4.698,3339,4.698,3340,4.698,3341,4.698,3342,4.698,3343,4.698,3344,4.698,3345,4.698,3346,4.698,3347,4.698,3348,4.698,3349,4.698,3350,4.698,3351,4.698,3352,4.698,3353,4.698,3354,4.698,3355,4.698,3356,4.698,3357,4.698,3358,4.698,3359,4.698,3360,4.698,3361,4.294,3362,4.698,3363,4.698,3364,4.698]],["title/classes/SpatialSearchFilterSelectors.html",[0,0.063,231,2.513]],["body/classes/SpatialSearchFilterSelectors.html",[0,0.085,2,2.294,3,0.12,4,0.145,5,0.108,6,0.118,7,2.966,8,1.462,9,3.653,11,0.474,13,2.538,15,0.633,21,4.521,22,1.27,24,1.66,25,0.009,26,1.102,27,1.27,30,0.996,33,0.209,34,0.692,35,1.616,39,4.748,40,3.69,41,0.145,49,3.529,50,3.365,51,0.007,52,0.007,82,1.947,85,1.851,190,2.078,231,4.187,245,1.547,309,1.734,322,2.277,942,2.708,2028,5.369,2029,6.613,3330,6.355,3332,3.861,3365,5.369,3366,7.476,3367,7.476,3368,6.07,3369,6.07,3370,7.476,3371,6.613,3372,6.07,3373,7.476,3374,6.07,3375,6.07,3376,7.476,3377,6.07,3378,6.07]],["title/injectables/SpatialSearchFilterState.html",[495,1.094,3332,2.854]],["body/injectables/SpatialSearchFilterState.html",[0,0.064,1,4.132,3,0.091,4,0.11,5,0.082,6,0.117,7,2.946,8,1.506,9,3.628,11,0.36,15,0.656,18,2.669,19,4.42,20,1.153,21,4.601,22,1.287,24,1.683,25,0.009,26,1.226,27,1.287,29,0.723,30,0.757,33,0.217,34,0.713,35,1.228,36,2.321,37,1.885,38,2.112,39,3.966,41,0.169,43,4.991,45,2.738,46,4.991,48,2.142,50,1.836,51,0.006,52,0.006,82,1.63,85,1.876,86,1.758,92,0.372,111,1.437,160,1.576,166,0.757,170,1.992,190,1.579,230,2.687,253,1.506,293,1.101,297,3.978,302,0.792,309,1.52,322,1.906,348,2.256,430,2.684,432,2.754,434,2.374,448,2.022,495,1.526,496,2.321,769,2.067,789,1.054,904,2.112,942,2.374,1214,2.488,1833,3.376,2016,3.729,2842,5.323,2878,2.803,2942,2.803,2964,2.803,3325,3.466,3326,5.535,3327,4.079,3328,4.079,3329,4.079,3330,3.466,3331,4.079,3332,3.981,3333,5.535,3334,5.535,3335,4.079,3336,5.535,3337,5.535,3338,4.079,3339,4.079,3340,5.535,3341,5.535,3342,4.079,3343,4.079,3344,4.079,3345,4.079,3346,4.079,3347,4.079,3348,4.079,3349,5.535,3350,4.079,3351,4.079,3352,5.535,3353,4.079,3354,5.535,3355,4.079,3356,4.079,3357,4.079,3358,4.079,3359,4.079,3360,4.079,3361,3.729,3362,4.079,3363,4.079,3364,4.079,3379,6.258,3380,6.258,3381,6.258,3382,4.612,3383,6.282,3384,4.612,3385,4.612,3386,4.612,3387,4.612,3388,4.612]],["title/components/SpatialSearchUiBehaviorComponent.html",[180,0.687,687,1.431]],["body/components/SpatialSearchUiBehaviorComponent.html",[0,0.039,3,0.151,4,0.066,5,0.05,6,0.125,8,1.519,11,0.217,12,0.494,14,1.267,15,0.657,16,0.907,18,1.784,22,1.391,24,0.887,25,0.009,26,0.815,27,0.679,28,1.154,29,1.077,30,1.47,33,0.213,34,1.031,35,0.741,37,1.138,38,1.275,41,0.066,51,0.005,52,0.004,57,0.511,65,0.888,66,0.888,82,1.128,85,1.57,86,1.588,92,0.225,111,0.868,114,0.65,144,0.868,150,0.793,160,0.534,178,0.931,180,0.994,185,6.136,186,1.861,187,1.861,188,1.622,189,1.693,190,0.953,194,1.356,198,3.822,201,0.909,207,2.251,215,1.967,216,2.251,217,2.251,229,3.229,233,0.868,235,0.868,239,1.205,242,1.546,245,2.295,246,1.519,250,1.447,251,1.447,253,0.909,277,1.479,289,1.863,299,0.931,302,1.114,309,0.596,317,0.909,341,0.868,342,1.801,345,2.115,348,1.691,483,3.492,516,0.848,532,0.977,533,0.868,537,0.953,539,0.888,568,1.679,643,1.381,644,1.381,645,0.977,646,2.102,647,0.977,648,0.977,649,0.977,650,0.848,651,0.977,652,0.888,653,0.977,654,0.888,655,0.977,656,0.888,657,1.519,658,0.888,659,0.909,660,0.977,661,0.977,662,0.888,663,0.977,664,0.888,665,0.953,666,0.977,667,0.888,668,1.349,669,0.977,670,0.888,671,0.977,672,0.888,673,1.519,674,0.888,675,0.977,676,0.909,677,0.977,678,0.888,679,0.977,680,0.888,681,0.931,682,1.381,683,1.848,684,1.519,685,0.888,686,0.977,687,1.911,688,1.922,689,1.381,690,0.977,691,0.888,692,0.977,693,0.888,694,0.848,695,0.977,696,1.519,697,0.888,698,0.953,699,0.977,700,0.888,701,1.319,702,0.888,703,0.888,704,0.977,705,0.888,706,0.977,707,0.888,708,0.977,709,0.977,752,0.793,761,1.138,769,1.546,789,0.989,823,3.058,942,2.857,964,4.34,1013,3.552,1029,1.596,1055,1.861,1104,2.109,1219,1.052,1220,1.401,1656,1.693,1729,2.523,1738,3.254,1759,4.504,1830,5.556,1896,2.251,2103,2.003,2104,1.559,2152,2.45,2161,1.138,2162,2.45,2164,2.385,2165,1.138,2166,2.45,2484,2.766,2581,3.38,2851,3.233,2853,1.45,2856,3.096,2860,3.096,2861,3.096,2960,2.523,3076,5.962,3077,5.248,3080,1.967,3081,5.972,3082,1.967,3085,2.463,3224,4.988,3225,2.251,3226,3.501,3227,3.83,3229,6.739,3234,3.83,3235,5.301,3237,3.83,3238,5.301,3240,4.699,3241,5.301,3245,3.83,3247,2.463,3253,3.83,3255,3.83,3257,2.463,3262,2.463,3263,1.967,3264,2.463,3266,3.83,3267,2.463,3269,2.463,3270,2.463,3271,2.251,3272,2.463,3273,2.463,3274,2.463,3275,2.463,3276,2.463,3277,2.463,3278,2.463,3279,2.463,3280,2.463,3281,2.463,3283,2.463,3284,2.463,3285,2.463,3389,4.33,3390,4.295,3391,4.295,3392,5.313,3393,5.313,3394,5.301,3395,5.993,3396,2.785,3397,4.33,3398,2.785,3399,2.785,3400,2.785,3401,4.33,3402,2.785,3403,2.785,3404,4.33,3405,2.785,3406,4.33,3407,2.785,3408,4.33,3409,2.785,3410,2.785,3411,4.33,3412,2.785,3413,2.785,3414,2.785,3415,4.33,3416,2.785,3417,4.33,3418,2.785,3419,4.33,3420,2.785,3421,4.33,3422,2.785,3423,4.33,3424,2.785,3425,4.33,3426,4.33,3427,2.785,3428,4.33,3429,2.785,3430,2.785,3431,4.33,3432,2.785,3433,4.33,3434,2.785,3435,4.33,3436,1.967,3437,2.785]],["title/modules/SpatialSearchUiBehaviorModule.html",[53,0.736,3438,3.373]],["body/modules/SpatialSearchUiBehaviorModule.html",[0,0.09,3,0.128,4,0.153,5,0.115,6,0.09,8,1.416,25,0.009,30,1.271,33,0.228,41,0.153,51,0.007,52,0.007,53,1.056,55,1.96,56,1.96,57,1.182,58,2.714,59,2.053,60,1.874,61,2.714,77,2.53,78,1.57,79,1.792,81,2.59,91,2.53,92,0.519,687,2.976,688,1.703,785,2.855,786,2.257,2103,2.152,3080,4.546,3081,4.303,3082,4.546,3224,3.605,3292,5.693,3293,6.853,3438,6.92,3439,5.693,3440,5.693,3441,5.693,3442,5.693,3443,6.332,3444,6.437]],["title/components/SpatialSearchUiComponent.html",[180,0.687,689,1.431]],["body/components/SpatialSearchUiComponent.html",[0,0.091,3,0.135,4,0.058,5,0.044,6,0.121,8,1.501,11,0.191,12,0.445,14,1.177,15,0.673,18,2.232,20,0.632,22,1.35,25,0.009,26,0.531,28,0.936,29,0.765,30,1.432,33,0.158,34,1.032,35,0.651,41,0.058,48,1.908,50,2.426,51,0.005,52,0.004,57,0.449,65,0.779,66,0.779,78,1.783,92,0.197,111,0.762,114,0.571,144,0.762,150,0.696,172,2.843,178,0.817,180,0.933,194,2.377,212,1.554,229,1.485,233,0.762,235,0.762,237,2.611,239,1.087,242,1.42,245,2.262,246,1.37,248,1.404,250,1.306,251,1.306,269,2.936,270,2.936,271,2.759,272,2.188,277,1.358,278,0.923,282,1.995,289,2.563,299,0.817,302,1.255,314,4.503,317,0.798,345,3.23,395,2.05,401,2.107,408,2.219,413,2.303,426,0.623,437,2.966,444,1.153,446,2.188,461,2.808,476,2.485,483,3.787,516,1.486,520,2.552,525,0.837,532,0.857,533,0.762,537,0.837,539,0.779,541,1.597,568,3.069,574,1.517,643,1.944,644,1.246,645,0.857,646,1.955,647,0.857,648,0.857,649,0.857,650,2.411,651,0.857,652,0.779,653,0.857,654,0.779,655,0.857,656,0.779,657,1.37,658,0.779,659,1.593,660,0.857,661,0.857,662,0.779,663,0.857,664,0.779,665,0.837,666,0.857,667,0.779,668,1.217,669,0.857,670,0.779,671,0.857,672,0.779,673,1.37,674,0.779,675,0.857,676,0.798,677,0.857,678,0.779,679,0.857,680,0.779,681,2.037,682,0.779,683,0.696,684,1.37,685,0.779,686,0.857,687,0.779,688,1.622,689,1.778,690,0.857,691,0.779,692,0.857,693,0.779,694,0.744,695,0.857,696,1.37,697,0.779,698,0.837,699,0.857,700,0.779,701,1.98,702,0.779,703,0.779,704,0.857,705,0.779,706,0.857,707,0.779,708,0.857,709,0.857,710,0.878,719,1.844,725,3.851,728,4.674,732,3.432,740,1.153,741,3.346,742,2.541,744,2.969,745,1.726,746,1.318,747,2.715,750,2.791,751,2.89,752,2.179,754,2.627,756,3.432,757,1.318,758,1.424,761,2.657,762,1.119,763,2.107,764,2.456,765,3.618,766,3.668,767,2.733,769,2.551,771,1.424,772,2.188,775,1.424,776,1.369,777,3.007,778,3.173,779,2.234,789,0.558,793,4.043,829,1.485,844,2.679,845,1.903,942,0.817,961,2.541,969,1.966,999,1.903,1021,1.19,1029,2.204,1036,1.027,1116,1.424,1117,1.844,1122,1.119,1150,3.262,1165,2.276,1219,1.844,1220,2.456,1602,2.633,1617,2.485,1621,2.276,1646,1.844,1653,3.56,1655,1.903,1656,2.374,1657,2.936,1663,1.554,1675,2.377,1676,2.485,1679,2.843,1691,1.837,1692,2.966,1751,1.726,1759,1.837,1784,3.262,1833,2.107,1940,3.552,1941,3.877,1957,1.976,2056,1.554,2057,2.162,2060,1.485,2062,3.446,2103,2.906,2126,1.306,2164,1.942,2190,3.158,2205,1.485,2484,2.541,2766,5.255,2851,3.507,2853,3.173,2856,2.843,2860,2.843,2861,2.843,3061,2.162,3224,4.847,3226,1.976,3299,4.316,3310,3.455,3318,1.976,3361,3.158,3390,3.945,3391,3.945,3394,4.316,3436,1.726,3445,2.162,3446,4.88,3447,3.906,3448,4.88,3449,4.88,3450,4.88,3451,4.88,3452,4.88,3453,4.88,3454,4.88,3455,2.444,3456,7.655,3457,2.444,3458,2.444,3459,3.906,3460,2.444,3461,2.444,3462,3.455,3463,2.444,3464,3.906,3465,3.906,3466,2.444,3467,2.444,3468,2.444,3469,3.906,3470,2.444,3471,2.444,3472,2.444,3473,3.158,3474,2.444,3475,2.444,3476,2.444,3477,6.095,3478,2.444,3479,2.444,3480,2.444,3481,2.444,3482,2.444,3483,7.088,3484,2.444,3485,5.575,3486,3.906,3487,3.906,3488,3.906,3489,3.906,3490,4.316,3491,3.906,3492,2.444,3493,2.444,3494,2.444,3495,2.444,3496,2.162,3497,2.444,3498,2.444,3499,2.444,3500,2.444,3501,2.444,3502,2.162,3503,2.444,3504,3.455,3505,2.444,3506,2.444,3507,2.444,3508,2.444,3509,2.444,3510,2.444]],["title/interfaces/SpatialSearchUiModel.html",[166,0.736,2855,2.614]],["body/interfaces/SpatialSearchUiModel.html",[0,0.062,1,1.454,3,0.108,4,0.069,5,0.052,6,0.04,7,1.013,8,1.335,9,1.925,11,0.226,12,0.508,13,1.24,14,0.831,15,0.65,16,0.605,18,2.671,20,0.903,21,2.319,25,0.009,26,0.393,27,1.377,30,1.145,31,2.332,33,0.217,34,0.508,35,0.769,36,1.454,37,1.181,38,1.323,41,0.157,45,1.038,48,1.525,49,1.364,51,0.004,52,0.004,86,1.684,92,0.233,111,0.9,160,1.752,166,1.003,168,1.013,177,1.491,190,0.989,192,2.242,194,2.977,198,3.141,201,0.943,203,1.038,218,1.558,227,1.454,230,1.683,231,1.618,232,1.838,245,0.736,274,0.841,278,1.092,289,2.759,293,0.689,302,0.934,309,1.607,322,1.862,327,2.403,342,0.996,347,1.838,348,1.592,368,1.558,389,1.407,401,1.092,406,1.618,426,1.683,430,2.747,432,2.819,433,2.567,434,2.43,442,1.092,443,3.045,448,1.879,495,1.087,522,2.04,523,2.04,524,1.98,525,1.525,526,2.103,527,1.454,528,1.454,573,1.12,574,1.684,600,1.181,613,2.223,688,0.592,752,0.822,754,1.954,769,2.503,802,2.242,804,1.454,805,1.364,835,1.364,836,1.364,899,3.541,904,1.323,1029,2.389,1104,3.216,1214,1.558,1219,2.837,1220,3.076,1232,1.558,1234,2.736,1235,2.403,1249,3.847,1275,2.319,1393,2.495,1397,1.504,1479,2.17,1646,2.103,1685,1.618,1833,2.403,1960,2.495,2100,1.821,2103,0.966,2104,1.618,2126,0.966,2152,1.181,2154,3.101,2156,1.181,2158,1.821,2159,1.821,2160,3.777,2161,1.821,2162,1.821,2164,1.15,2165,1.821,2166,1.181,2167,2.931,2168,1.98,2484,3.438,2837,1.838,2838,1.931,2839,1.838,2840,3.888,2841,1.931,2842,4.939,2843,1.931,2844,3.168,2845,2.978,2846,1.931,2847,2.978,2848,1.931,2849,1.838,2850,1.838,2851,4.244,2852,2.834,2853,1.504,2854,1.838,2855,3.168,2856,4.375,2857,4.236,2858,4.2,2859,4.414,2860,3.847,2861,3.847,2862,5.019,2863,1.756,2864,1.931,2865,1.558,2866,1.838,2867,1.931,2868,1.931,2869,2.978,2870,1.756,2871,1.931,2872,1.931,2873,1.931,2874,1.931,2875,1.931,2876,1.931,2877,1.931,2878,4.419,2879,3.635,2880,2.978,2881,2.834,2882,2.978,2883,5.019,2884,1.931,2885,5.019,2886,1.931,2887,1.931,2888,1.931,2889,1.931,2890,5.259,2891,1.931,2892,1.931,2893,4.086,2894,2.978,2895,1.931,2896,1.931,2897,1.931,2898,2.708,2899,1.931,2900,1.931,2901,1.931,2902,1.931,2903,1.931,2904,3.635,2905,3.888,2906,1.838,2907,1.838,2908,1.838,2909,3.635,2910,1.931,2911,1.931,2912,1.931,2913,3.635,2914,1.931,2915,1.931,2916,4.086,2917,2.978,2918,1.931,2919,1.931,2920,1.931,2921,1.931,2922,1.931,2923,1.931,2924,1.931,2925,1.931,2926,1.931,2927,2.978,2928,1.931,2929,1.931,2930,1.931,2931,1.931,2932,1.931,2933,1.931,2934,1.931,2935,1.931,2936,1.931,2937,1.838,2938,1.931,2939,1.931,2940,1.931,2941,1.931,2942,2.708,2943,1.931,2944,1.931,2945,1.931,2946,1.931,2947,1.931,2948,1.931,2949,2.978,2950,1.931,2951,2.978,2952,1.931,2953,1.931,2954,1.931,2955,1.931,2956,1.931,2957,1.931,2958,1.931,2959,1.931,2960,1.683,2961,1.931,2962,1.931,2963,1.931,2964,1.756,2965,1.931,2966,1.931,2967,1.931,2968,1.931,2969,1.931,2970,1.931,2971,1.931,2972,1.931,2973,1.931,2974,1.931,2975,1.756,2976,1.931,2977,1.931,2978,1.931,2979,1.838,2980,1.838,2981,1.838,2982,1.838]],["title/modules/SpatialSearchUiModule.html",[53,0.736,3443,3.169]],["body/modules/SpatialSearchUiModule.html",[0,0.084,3,0.12,4,0.144,5,0.108,6,0.084,8,1.296,25,0.009,30,0.99,33,0.237,34,0.688,41,0.144,51,0.007,52,0.007,53,0.99,55,1.838,56,1.838,57,1.108,58,2.638,59,1.924,60,1.756,61,2.638,77,2.432,78,1.472,79,1.679,81,2.49,91,2.432,92,0.487,95,3.41,96,2.606,107,6.588,108,6.588,111,1.88,149,3.379,207,4.878,516,2.269,689,2.953,694,1.838,701,1.838,785,2.745,786,2.116,1784,4.033,2071,4.527,2103,2.017,3224,3.379,3443,6.563,3511,5.337,3512,5.337,3513,5.337,3514,5.337,3515,6.434,3516,6.235,3517,6.034,3518,7.449,3519,6.034,3520,6.034,3521,7.449,3522,6.034,3523,7.449,3524,7.449,3525,4.535,3526,4.535,3527,6.034,3528,4.535,3529,6.034]],["title/classes/SpatialSearchUiSelectors.html",[0,0.063,3263,3.169]],["body/classes/SpatialSearchUiSelectors.html",[0,0.043,2,1.151,3,0.06,4,0.073,5,0.054,6,0.122,7,3.059,8,1.481,11,0.238,12,0.529,13,2.602,14,0.764,15,0.673,18,2.566,20,0.876,22,1.359,24,1.766,25,0.009,26,1.172,27,1.351,28,0.511,29,0.478,30,0.5,33,0.191,34,0.641,35,0.811,36,1.533,37,1.246,38,1.395,41,0.073,45,2.259,51,0.004,52,0.004,82,1.209,85,1.955,111,0.95,160,1.367,177,1.132,190,1.043,191,5.076,194,4.168,218,1.644,245,0.776,278,1.151,282,1.246,289,1.971,302,0.523,309,1.867,322,2.471,345,1.847,348,1.464,395,1.28,426,2.033,430,2.8,432,2.961,433,2.653,434,2.553,448,2.483,522,2.125,523,2.125,524,2.063,525,1.589,526,2.19,527,1.533,528,1.533,533,2.528,574,1.635,688,0.624,694,0.928,769,2.074,844,2.375,893,2.952,899,2.738,942,2.838,1029,2.279,1219,2.124,1220,2.828,1479,3.719,1646,1.438,1833,1.644,1960,1.706,2103,2.916,2160,2.005,2484,2.416,2844,4.65,2849,1.938,2851,3.649,2852,1.938,2853,3.857,2854,3.998,2855,5.326,2856,2.704,2857,2.704,2858,1.938,2860,2.704,2861,2.704,2865,1.644,2866,5.161,2881,1.938,2905,1.938,2906,2.952,2907,2.952,2908,2.952,2937,4.533,2979,1.938,2980,1.938,2981,1.938,2982,1.938,3108,3.752,3151,2.463,3263,3.278,3371,5.559,3390,3.752,3391,3.752,3436,2.152,3456,2.695,3530,2.695,3531,7.058,3532,4.641,3533,4.641,3534,5.621,3535,3.047,3536,4.641,3537,7.176,3538,3.047,3539,4.641,3540,3.047,3541,4.641,3542,3.047,3543,4.641,3544,3.047,3545,2.695,3546,4.641,3547,3.047,3548,4.641,3549,3.047,3550,4.641,3551,3.047,3552,4.641,3553,3.047,3554,4.641,3555,3.047,3556,4.641,3557,3.047,3558,4.641,3559,3.047,3560,3.047,3561,4.641,3562,3.047,3563,4.641,3564,3.047,3565,4.641,3566,3.047,3567,4.641,3568,3.047,3569,4.641,3570,3.047,3571,3.047,3572,3.047,3573,3.047,3574,3.047,3575,4.641,3576,3.047,3577,3.047,3578,3.047,3579,3.047,3580,3.047,3581,3.047,3582,3.047,3583,3.047,3584,3.047,3585,3.047,3586,3.047,3587,3.047,3588,3.047,3589,2.695,3590,3.047,3591,3.047,3592,3.047,3593,3.047,3594,3.047,3595,3.047,3596,5.621,3597,3.047,3598,3.047,3599,3.047,3600,3.047,3601,4.641,3602,3.047,3603,3.047,3604,3.047,3605,3.047,3606,3.047,3607,3.047,3608,3.047,3609,3.047,3610,3.047,3611,3.047,3612,3.047,3613,3.047]],["title/injectables/SpatialSearchUiState.html",[495,1.094,2865,2.421]],["body/injectables/SpatialSearchUiState.html",[0,0.055,1,1.234,3,0.097,4,0.058,5,0.044,6,0.114,7,2.849,8,1.462,9,1.692,11,0.191,13,1.555,14,0.76,15,0.634,16,0.82,18,2.636,20,0.843,21,2.039,22,1.258,24,1.645,25,0.009,26,1.105,27,1.258,30,1.164,31,2.176,33,0.21,34,0.447,35,0.653,36,1.234,37,1.002,38,1.123,41,0.145,45,0.881,48,1.912,49,1.157,51,0.004,52,0.004,82,1.02,85,1.81,86,1.814,92,0.198,111,0.764,160,1.725,166,0.916,177,1.193,190,0.839,192,2.811,194,1.908,198,3.422,201,0.801,203,0.881,218,1.323,227,1.234,230,1.429,231,1.373,232,1.56,245,0.625,274,1.14,278,0.927,289,2.778,293,0.585,302,0.959,309,1.519,322,1.983,327,2.113,342,1.094,347,2.492,348,1.696,368,1.323,389,1.908,401,1.48,406,2.194,426,1.556,430,2.582,432,2.649,433,2.308,434,2.284,442,0.927,443,3.827,448,2.285,495,0.955,496,1.234,522,1.793,523,1.793,524,1.741,525,1.341,526,1.849,527,1.234,528,1.234,573,0.951,574,1.519,600,1.002,613,1.999,688,0.803,752,0.698,754,1.758,769,2.411,802,2.811,804,2.461,805,1.157,835,1.157,836,1.157,899,2.382,904,1.123,942,2.608,1029,2.295,1104,3.654,1214,1.323,1219,2.111,1220,1.971,1232,1.323,1234,2.461,1235,2.113,1249,3.558,1275,2.039,1393,2.194,1397,1.277,1479,2.72,1646,1.849,1685,1.373,1833,2.113,1960,2.194,2100,2.661,2103,2.715,2104,1.373,2126,0.82,2152,1.999,2154,3.335,2156,1.999,2158,2.661,2159,2.661,2160,3.66,2161,2.661,2162,2.661,2164,1.947,2165,2.661,2166,1.999,2167,2.981,2168,1.741,2484,2.039,2837,1.56,2838,1.639,2839,1.56,2840,4.515,2841,1.639,2842,5.439,2843,1.639,2844,3.793,2845,2.618,2846,1.639,2847,2.618,2848,1.639,2849,1.56,2850,1.56,2851,3.294,2852,2.492,2853,1.277,2854,1.56,2855,3.255,2856,3.558,2857,3.255,2858,2.492,2859,2.618,2860,2.282,2861,2.282,2862,4.081,2863,1.49,2864,1.639,2865,2.113,2866,1.56,2867,1.639,2868,2.618,2869,2.618,2870,1.49,2871,1.639,2872,1.639,2873,1.639,2874,1.639,2875,1.639,2876,2.618,2877,2.618,2878,4.153,2879,3.27,2880,2.618,2881,2.492,2882,2.618,2883,4.744,2884,1.639,2885,4.744,2886,1.639,2887,2.618,2888,2.618,2889,2.618,2890,5.016,2891,1.639,2892,1.639,2893,3.734,2894,2.618,2895,1.639,2896,1.639,2897,1.639,2898,2.381,2899,1.639,2900,1.639,2901,1.639,2902,2.618,2903,2.618,2904,3.27,2905,3.553,2906,1.56,2907,1.56,2908,1.56,2909,3.27,2910,1.639,2911,1.639,2912,1.639,2913,3.27,2914,1.639,2915,1.639,2916,3.734,2917,2.618,2918,1.639,2919,1.639,2920,1.639,2921,1.639,2922,1.639,2923,1.639,2924,2.618,2925,2.618,2926,1.639,2927,2.618,2928,2.618,2929,2.618,2930,1.639,2931,2.618,2932,2.618,2933,1.639,2934,1.639,2935,1.639,2936,1.639,2937,1.56,2938,1.639,2939,2.618,2940,2.618,2941,1.639,2942,2.381,2943,2.618,2944,2.618,2945,1.639,2946,1.639,2947,2.618,2948,2.618,2949,2.618,2950,1.639,2951,2.618,2952,1.639,2953,1.639,2954,1.639,2955,1.639,2956,1.639,2957,1.639,2958,1.639,2959,2.618,2960,2.282,2961,2.618,2962,2.618,2963,1.639,2964,1.49,2965,1.639,2966,1.639,2967,1.639,2968,1.639,2969,1.639,2970,1.639,2971,1.639,2972,1.639,2973,2.618,2974,2.618,2975,2.381,2976,2.618,2977,2.618,2978,2.618,2979,1.56,2980,1.56,2981,1.56,2982,1.56,3383,6.778,3531,3.465,3537,2.169,3614,3.917,3615,2.452,3616,2.452,3617,2.452,3618,2.452,3619,2.452,3620,2.452,3621,2.452,3622,2.452,3623,2.452,3624,2.452,3625,2.452,3626,2.452,3627,2.452,3628,2.452,3629,2.452]],["title/components/SpinnerOverlayComponent.html",[180,0.687,691,1.431]],["body/components/SpinnerOverlayComponent.html",[0,0.114,3,0.089,4,0.107,5,0.08,6,0.11,8,1.209,11,0.48,12,0.702,14,0.954,15,0.589,20,0.908,22,1.182,25,0.009,26,0.837,27,1.182,28,1.177,29,1.099,30,1.295,33,0.116,34,1.074,41,0.107,50,1.791,51,0.006,52,0.006,57,0.826,65,1.435,66,1.435,79,1.713,92,0.363,114,1.051,141,5.934,144,1.402,150,1.281,177,1.098,178,1.504,180,1.209,233,1.402,235,1.402,239,1.713,242,2.041,245,2.39,246,2.158,248,2.212,250,2.057,251,2.057,253,2.009,277,1.952,288,2.386,299,1.504,313,2.386,316,5.827,317,2.984,426,1.568,434,1.504,461,1.541,516,1.371,520,2.818,532,1.578,533,1.402,537,1.541,539,1.435,541,2.516,568,2.719,643,2.518,644,1.963,645,1.578,646,2.644,647,1.578,648,1.578,649,1.578,650,1.371,651,1.578,652,1.435,653,1.578,654,1.435,655,1.578,656,1.435,657,2.158,658,1.435,659,1.469,660,1.578,661,1.578,662,1.435,663,1.578,664,1.435,665,1.541,666,1.578,667,1.435,668,1.918,669,1.578,670,1.435,671,1.578,672,1.435,673,2.158,674,1.435,675,1.578,676,1.469,677,1.578,678,1.435,679,1.578,680,1.435,681,1.504,682,1.435,683,1.281,684,2.158,685,1.435,686,1.578,687,1.435,688,0.922,689,1.435,690,1.578,691,2.405,692,1.578,693,1.435,694,1.371,695,1.578,696,2.158,697,1.435,698,1.541,699,1.578,700,1.435,701,1.874,702,1.435,703,1.435,704,1.578,705,1.435,706,1.578,707,1.435,708,1.578,709,1.578,710,1.617,740,2.124,746,2.428,747,2.192,748,3.447,749,3.945,750,2.06,751,2.736,752,1.281,754,1.617,761,1.84,764,3.097,765,2.585,772,2.52,778,2.343,789,1.804,829,3.741,844,1.701,845,2.192,942,1.504,961,3.651,969,3.097,999,2.997,1021,2.192,1029,1.198,1117,2.905,1122,3.732,1155,4.114,1587,5.443,1653,2.192,1673,2.622,1729,3.586,1740,2.735,1757,4.346,1863,6.203,1940,2.622,1941,2.863,2060,2.735,2115,3.98,3125,5.325,3630,6.383,3631,3.98,3632,6.154,3633,7.013,3634,6.154,3635,4.5,3636,6.154,3637,4.5,3638,6.154,3639,6.154,3640,4.5,3641,4.5]],["title/modules/SpinnerOverlayModule.html",[53,0.736,75,3.169]],["body/modules/SpinnerOverlayModule.html",[0,0.093,3,0.132,4,0.159,5,0.119,6,0.093,25,0.009,33,0.225,41,0.159,51,0.007,52,0.007,53,1.093,55,2.028,56,2.028,57,1.222,58,2.753,59,2.124,60,1.938,61,2.753,75,6.447,77,2.581,78,1.624,79,1.853,81,2.226,91,2.581,92,0.537,141,5.005,317,2.581,691,2.988,785,2.913,786,2.336,3630,5.383,3642,5.89,3643,5.89,3644,5.89,3645,6.659,3646,6.994,3647,5.89,3648,6.659]],["title/classes/StartSpatialSearchFlow.html",[0,0.063,2156,1.834]],["body/classes/StartSpatialSearchFlow.html",[0,0.127,2,2.091,3,0.11,4,0.132,5,0.099,6,0.099,7,2.474,8,1.439,11,0.432,12,0.804,13,2.559,14,1.25,15,0.721,18,2.101,20,0.914,22,0.867,25,0.009,28,0.929,29,0.867,30,1.342,32,2.391,33,0.143,34,0.631,41,0.217,42,3.955,47,2.758,51,0.006,52,0.006,78,1.721,282,2.262,289,1.941,293,1.321,342,1.237,345,2.202,430,2.091,432,2.146,434,1.85,442,2.091,448,1.575,574,1.751,600,2.262,613,2.262,688,1.134,769,2.261,815,3.436,1029,2.178,1036,3.263,1219,2.666,2100,2.262,2103,2.358,2126,2.358,2152,2.262,2153,2.881,2154,4.068,2156,2.884,2157,3.673,2158,2.262,2159,2.262,2160,2.391,2161,2.262,2162,2.262,2163,2.985,2164,2.202,2165,2.262,2166,2.262,2167,2.325,2168,3.136,3649,5.534]],["title/modules/StoreModule.html",[53,0.736,1181,3.169]],["body/modules/StoreModule.html",[0,0.083,3,0.117,4,0.141,5,0.106,6,0.103,8,1.344,9,2.554,25,0.009,30,1.207,33,0.241,34,0.674,40,3.594,41,0.175,51,0.007,52,0.007,53,0.97,55,1.801,81,1.976,91,2.401,92,0.477,111,2.292,119,3.952,160,1.135,186,3.952,187,3.952,188,3.445,190,2.024,193,5.195,208,3.952,209,3.952,221,3.968,223,4.286,225,3.761,226,4.444,227,3.701,238,2.417,253,1.93,342,1.322,395,2.484,443,3.311,444,2.791,471,4.78,586,4.78,861,3.311,906,3.968,1105,3.445,1181,5.195,1461,3.078,2103,1.976,2205,3.594,2214,4.444,2222,4.917,2464,4.176,2465,4.176,2850,3.761,2865,3.968,3332,4.679,3436,4.176,3462,5.23,3650,4.78,3651,5.913,3652,5.23,3653,5.913,3654,5.913,3655,5.23,3656,7.082,3657,5.913,3658,6.506,3659,5.913,3660,4.78,3661,5.913,3662,5.23,3663,4.78,3664,5.913,3665,5.913,3666,5.913,3667,5.913,3668,5.913,3669,5.913,3670,5.913,3671,7.356,3672,5.913,3673,5.913,3674,5.913,3675,5.913,3676,5.913,3677,5.913,3678,5.913,3679,5.913,3680,5.913]],["title/components/TermOccurrenceListComponent.html",[180,0.687,693,1.431]],["body/components/TermOccurrenceListComponent.html",[0,0.096,3,0.147,4,0.102,5,0.077,6,0.112,8,1.289,11,0.336,12,0.68,14,0.931,15,0.606,20,1.006,22,1.217,25,0.009,26,0.811,28,1.149,29,1.073,30,1.274,33,0.154,34,1.071,41,0.102,51,0.006,52,0.005,57,0.789,65,1.371,66,1.371,92,0.347,114,1.004,144,1.34,150,1.224,172,2.505,178,1.437,180,1.189,229,2.613,233,1.34,235,1.34,239,1.66,242,1.993,245,2.382,246,2.092,248,2.143,250,1.993,251,1.993,277,1.906,299,1.437,317,1.404,408,1.711,413,2.254,426,1.096,437,3.625,444,3.966,461,2.042,463,2.73,516,1.309,525,1.472,532,1.508,533,1.34,537,1.472,539,1.371,541,2.438,568,2.867,643,1.902,644,1.902,645,1.508,646,2.594,647,1.508,648,1.508,649,1.508,650,1.309,651,1.508,652,1.371,653,1.508,654,1.371,655,1.508,656,1.371,657,2.092,658,1.371,659,1.404,660,1.508,661,1.508,662,1.371,663,1.508,664,1.371,665,1.472,666,1.508,667,1.371,668,1.859,669,1.508,670,1.371,671,1.508,672,1.371,673,2.092,674,1.371,675,1.508,676,1.404,677,1.508,678,1.371,679,1.508,680,1.371,681,1.437,682,1.371,683,1.224,684,2.092,685,1.371,686,1.508,687,1.371,688,0.881,689,1.371,690,1.508,691,1.371,692,1.508,693,2.359,694,2.747,695,2.891,696,2.092,697,1.371,698,1.472,699,1.508,700,1.371,701,1.816,702,1.371,703,2.184,704,1.508,705,1.371,706,1.508,707,1.371,708,1.508,709,1.508,710,1.545,740,2.029,741,3.232,744,3.335,747,3.335,749,2.73,756,2.73,761,2.438,765,2.505,769,1.251,771,3.475,772,3.34,777,3.217,778,3.105,779,3.386,789,0.982,831,4.212,844,2.254,845,2.905,942,1.437,961,3.565,969,3.001,999,2.905,1021,2.094,1117,2.029,1304,4.482,1602,2.319,1653,3.783,1655,2.094,1656,5.108,1675,2.094,1692,3.625,1717,4.821,1718,4.821,2056,2.735,2060,2.613,2103,1.437,2508,2.735,2853,3.565,3436,3.036,3525,6.041,3526,6.041,3545,5.275,3681,6.498,3682,3.803,3683,6.847,3684,5.964,3685,6.847,3686,6.847,3687,4.299,3688,4.299,3689,5.964,3690,4.299,3691,5.275,3692,5.275,3693,5.964,3694,5.964,3695,5.964,3696,5.964,3697,5.964,3698,3.803,3699,4.299]],["title/modules/TermOccurrenceListModule.html",[53,0.736,3515,3.169]],["body/modules/TermOccurrenceListModule.html",[0,0.092,3,0.131,4,0.157,5,0.118,6,0.092,25,0.009,33,0.23,41,0.157,51,0.007,52,0.007,53,1.084,55,2.012,56,2.012,57,1.213,58,2.744,59,2.107,60,1.923,61,2.744,77,2.569,78,1.611,79,1.839,81,2.208,91,2.569,92,0.533,95,3.603,96,2.854,100,5.261,101,4.416,693,2.986,694,2.012,785,2.9,786,2.317,3515,6.437,3525,4.966,3526,4.966,3681,5.341,3700,5.844,3701,5.844,3702,5.844,3703,6.607,3704,6.607]],["title/interfaces/TermResult.html",[166,0.736,2853,2.336]],["body/interfaces/TermResult.html",[0,0.065,1,1.535,3,0.112,4,0.073,5,0.055,6,0.043,7,1.07,8,1.349,9,2.007,11,0.238,12,0.53,13,1.293,14,0.855,15,0.491,16,0.639,18,2.645,20,0.989,21,2.418,25,0.009,26,0.415,30,1.17,31,2.383,33,0.219,34,0.53,35,0.812,36,1.535,37,1.247,38,1.397,41,0.161,45,2.26,48,1.59,49,1.44,51,0.004,52,0.004,86,1.709,92,0.246,111,0.951,160,1.76,166,1.032,168,1.07,177,1.133,190,1.044,192,2.337,194,2.262,198,3.202,201,0.996,203,1.096,218,1.646,227,1.535,230,1.778,231,1.709,232,1.941,245,0.777,274,0.888,278,2.376,289,2.8,293,0.728,302,0.966,309,1.635,322,1.915,327,2.506,342,1.039,347,1.941,348,1.638,368,1.646,389,1.486,401,1.153,406,1.709,426,1.724,430,2.801,432,2.874,433,2.655,434,2.478,442,1.153,443,3.15,448,1.926,495,1.133,522,2.127,523,2.127,524,2.065,525,1.59,526,2.192,527,1.535,528,1.535,573,1.183,574,1.709,600,1.247,613,2.299,688,0.625,752,0.868,754,2.022,769,2.471,802,2.337,804,1.535,805,1.44,835,1.44,836,1.44,899,2.74,904,1.397,1029,2.346,1104,3.296,1214,1.646,1219,2.376,1220,2.337,1232,1.646,1234,2.831,1235,2.506,1249,3.943,1275,2.418,1393,2.601,1397,1.588,1479,2.262,1646,2.192,1685,1.709,1833,2.506,1960,2.601,2100,1.899,2103,1.02,2104,1.709,2126,1.02,2152,1.247,2154,3.169,2156,1.247,2158,1.899,2159,1.899,2160,3.747,2161,1.899,2162,1.899,2164,1.214,2165,1.899,2166,1.247,2167,2.995,2168,2.065,2484,2.418,2837,1.941,2838,2.039,2839,1.941,2840,4,2841,2.039,2842,5.002,2843,2.039,2844,3.278,2845,3.105,2846,2.039,2847,3.105,2848,2.039,2849,1.941,2850,1.941,2851,3.651,2852,2.955,2853,2.418,2854,4,2855,2.707,2856,3.943,2857,3.664,2858,2.955,2859,3.105,2860,2.707,2861,2.707,2862,4.524,2863,1.854,2864,2.039,2865,1.646,2866,1.941,2867,2.039,2868,2.039,2869,3.105,2870,1.854,2871,2.039,2872,2.039,2873,2.039,2874,2.039,2875,2.039,2876,2.039,2877,2.039,2878,4.505,2879,3.76,2880,3.105,2881,2.955,2882,3.105,2883,5.107,2884,2.039,2885,5.107,2886,2.039,2887,2.039,2888,2.039,2889,2.039,2890,5.336,2891,2.039,2892,2.039,2893,4.204,2894,3.105,2895,2.039,2896,2.039,2897,2.039,2898,2.823,2899,2.039,2900,2.039,2901,2.039,2902,2.039,2903,2.039,2904,3.76,2905,4,2906,1.941,2907,1.941,2908,1.941,2909,3.76,2910,2.039,2911,2.039,2912,2.039,2913,3.76,2914,2.039,2915,2.039,2916,4.204,2917,3.105,2918,2.039,2919,2.039,2920,2.039,2921,2.039,2922,2.039,2923,2.039,2924,2.039,2925,2.039,2926,2.039,2927,3.105,2928,2.039,2929,2.039,2930,2.039,2931,2.039,2932,2.039,2933,2.039,2934,2.039,2935,2.039,2936,2.039,2937,1.941,2938,2.039,2939,2.039,2940,2.039,2941,2.039,2942,2.823,2943,2.039,2944,2.039,2945,2.039,2946,2.039,2947,2.039,2948,2.039,2949,3.105,2950,2.039,2951,3.105,2952,2.039,2953,2.039,2954,2.039,2955,2.039,2956,2.039,2957,2.039,2958,2.039,2959,2.039,2960,1.778,2961,2.039,2962,2.039,2963,2.039,2964,1.854,2965,2.039,2966,2.039,2967,2.039,2968,2.039,2969,2.039,2970,2.039,2971,2.039,2972,2.039,2973,2.039,2974,2.039,2975,1.854,2976,2.039,2977,2.039,2978,2.039,2979,1.941,2980,1.941,2981,1.941,2982,1.941]],["title/modules/ThemingModule.html",[53,0.736,1182,3.169]],["body/modules/ThemingModule.html",[0,0.095,3,0.135,4,0.162,5,0.122,6,0.095,25,0.009,33,0.207,41,0.162,51,0.007,52,0.007,53,1.118,55,2.075,56,2.075,57,1.251,58,2.224,59,2.173,60,2.478,61,2.224,77,2.616,78,1.662,79,1.896,91,2.616,92,0.549,152,5.121,153,5.508,213,6.071,293,1.626,1182,6.414,3705,6.026,3706,6.026,3707,6.813,3708,8.015,3709,6.813,3710,6.813,3711,6.813]],["title/injectables/ThemingService.html",[213,2.999,495,1.094]],["body/injectables/ThemingService.html",[0,0.123,3,0.083,4,0.099,5,0.074,6,0.122,11,0.325,12,0.665,13,1.873,15,0.661,16,0.872,20,1.157,22,1.36,24,1.573,25,0.009,26,1.044,27,1.307,28,1.399,29,0.653,32,3.601,33,0.151,41,0.139,44,5.62,47,1.904,51,0.005,52,0.005,59,1.86,82,1.519,85,1.818,86,1.837,87,3.366,88,2.941,90,5.738,92,0.336,114,0.972,117,3.129,155,6.235,160,1.6,163,3.683,180,1.218,181,5.62,213,3.898,239,1.623,288,2.261,302,1.155,309,1.561,316,3.898,339,1.996,341,2.393,344,6.605,348,2.327,389,2.84,406,3.266,445,5.573,487,2.649,495,1.422,496,2.095,540,2.426,587,3.545,644,2.606,789,1.666,806,2.538,828,5.77,988,2.752,1005,3.683,1030,3.683,1031,3.366,1200,3.683,1416,4.383,1655,2.028,1825,3.683,1859,5.158,2131,3.129,2228,4.433,2245,3.366,2498,2.941,2499,2.783,2505,2.783,2749,3.366,2960,3.398,3125,5.888,3171,5.896,3712,3.366,3713,5.832,3714,8.17,3715,5.832,3716,7.293,3717,7.293,3718,5.832,3719,4.164,3720,4.164,3721,5.832,3722,4.164,3723,5.158,3724,7.677,3725,4.164,3726,5.832,3727,7.293,3728,4.164,3729,5.832,3730,5.832,3731,4.164,3732,5.832,3733,4.164,3734,5.832,3735,4.164,3736,4.164,3737,4.164,3738,4.164,3739,4.164,3740,4.164,3741,3.683,3742,4.164,3743,4.164,3744,4.164,3745,4.164,3746,7.293,3747,4.164,3748,4.164,3749,4.164,3750,4.164,3751,4.164,3752,5.832,3753,4.164,3754,4.164,3755,4.164,3756,4.164,3757,4.164,3758,4.164,3759,4.164,3760,4.164]],["title/components/ThumbnailCarouselComponent.html",[180,0.687,697,1.431]],["body/components/ThumbnailCarouselComponent.html",[0,0.1,3,0.061,4,0.074,5,0.055,6,0.114,8,1.015,11,0.366,12,0.535,14,1.136,15,0.581,20,0.964,22,1.255,24,0.633,25,0.009,26,0.771,27,0.484,28,1.203,29,1.067,30,1.117,33,0.164,34,1.05,35,0.823,41,0.074,45,2.275,50,2.709,51,0.005,52,0.004,57,0.567,65,0.986,66,0.986,79,1.306,82,1.222,85,1.555,92,0.249,114,0.722,144,0.963,150,0.88,160,0.593,178,1.033,180,0.868,233,0.963,235,0.963,238,1.917,239,1.306,242,1.65,245,2.332,246,1.645,248,1.686,250,1.568,251,1.568,253,1.531,277,1.578,290,6.672,293,1.12,297,4.296,299,1.033,302,0.531,309,1.457,313,2.639,317,1.009,340,1.568,341,1.462,342,1.522,408,2.256,413,1.168,426,2.041,433,2.214,434,1.033,461,2.167,476,4.329,516,0.941,520,2.148,524,2.814,525,1.606,532,1.084,533,0.963,537,1.058,539,0.986,541,1.917,568,1.819,574,1.214,597,3.792,634,2.323,643,2.285,644,1.496,645,1.084,646,2.22,647,1.084,648,1.084,649,1.084,650,2.439,651,1.084,652,0.986,653,1.084,654,0.986,655,1.084,656,0.986,657,1.645,658,0.986,659,1.851,660,1.084,661,1.084,662,0.986,663,1.084,664,0.986,665,1.058,666,1.084,667,0.986,668,1.462,669,1.084,670,0.986,671,1.084,672,0.986,673,1.645,674,0.986,675,1.084,676,1.009,677,1.084,678,0.986,679,1.084,680,0.986,681,1.033,682,0.986,683,1.802,684,1.645,685,0.986,686,1.084,687,0.986,688,0.633,689,0.986,690,1.084,691,0.986,692,1.084,693,0.986,694,0.941,695,1.084,696,1.645,697,2.019,698,2.914,699,1.084,700,0.986,701,1.429,702,0.986,703,0.986,704,1.084,705,0.986,706,1.084,707,0.986,708,1.084,709,1.084,710,1.111,719,2.988,725,2.596,728,2.733,732,2.148,740,1.459,741,2.676,742,1.609,744,2.761,745,2.182,747,2.761,749,1.415,750,2.596,751,3.025,752,2.119,754,2.823,756,2.596,758,1.801,761,2.318,763,2.531,764,2.853,765,3.01,769,0.899,772,2.627,775,1.801,776,1.731,777,2.531,778,2.442,779,2.898,789,1.072,829,2.851,845,2.761,846,2.323,942,1.033,961,2.952,969,2.36,970,3.313,999,2.285,1021,1.505,1029,1.812,1057,2.851,1069,2.531,1116,1.801,1117,2.214,1122,3.28,1130,2.733,1150,3.136,1155,3.136,1171,2.531,1251,1.801,1373,2.851,1602,3.059,1638,4.149,1652,3.526,1655,2.285,1658,2.066,1660,4.149,1661,3.175,1663,1.966,1664,2.323,1666,2.733,1673,3.303,1675,1.505,1679,3.303,1702,5.749,1736,3.792,1757,3.313,1783,3.526,1940,1.801,1941,1.966,1955,3.792,2089,4.149,2195,5.596,2198,2.498,2205,1.878,2494,5.258,2495,4.977,2501,4.027,2508,3.606,3007,5.015,3125,2.182,3504,5.015,3761,6.118,3762,2.498,3763,3.792,3764,4.149,3765,4.691,3766,5.67,3767,4.691,3768,5.502,3769,5.67,3770,4.691,3771,5.67,3772,5.67,3773,7.165,3774,3.09,3775,3.09,3776,4.691,3777,5.015,3778,4.691,3779,3.09,3780,4.691,3781,4.691,3782,4.691,3783,5.67,3784,4.691,3785,4.691,3786,6.337,3787,4.691,3788,4.691,3789,4.691,3790,4.691,3791,3.09,3792,6.35,3793,5.67,3794,4.691,3795,4.691,3796,4.691,3797,4.691,3798,4.149,3799,4.691,3800,4.691,3801,4.691,3802,4.691,3803,4.691,3804,4.691,3805,3.09,3806,4.583,3807,3.09,3808,4.691,3809,3.09,3810,3.09,3811,4.149,3812,7.165,3813,3.09,3814,3.09,3815,3.09,3816,4.691,3817,4.691,3818,3.09,3819,4.691,3820,4.691,3821,4.691,3822,4.691,3823,3.09,3824,5.67,3825,3.09,3826,3.09,3827,3.09,3828,3.09,3829,3.09,3830,3.09,3831,3.09,3832,3.09]],["title/modules/ThumbnailCarouselModule.html",[53,0.736,1698,3.169]],["body/modules/ThumbnailCarouselModule.html",[0,0.09,3,0.128,4,0.153,5,0.115,6,0.09,16,1.346,25,0.009,33,0.234,41,0.153,51,0.007,52,0.007,53,1.055,55,2.358,56,1.958,57,1.18,58,2.712,59,2.05,60,1.871,61,2.712,77,2.528,78,1.568,79,1.789,81,2.149,91,2.528,92,0.518,95,3.545,96,2.777,149,3.6,697,2.976,698,2.201,785,2.853,786,2.255,1698,6.402,1702,4.54,2071,4.706,3761,4.832,3768,5.197,3792,6.716,3833,5.686,3834,5.686,3835,5.686,3836,6.429,3837,7.742,3838,6.429,3839,6.429,3840,6.429,3841,6.429]],["title/components/TissueBlockListComponent.html",[180,0.687,700,1.431]],["body/components/TissueBlockListComponent.html",[0,0.112,3,0.154,4,0.101,5,0.076,6,0.103,8,1.285,11,0.333,12,0.675,14,0.927,15,0.532,20,0.552,22,1.068,25,0.009,26,0.806,28,1.144,29,1.068,30,1.349,33,0.153,34,1.071,35,1.134,41,0.101,50,1.695,51,0.006,52,0.005,57,0.782,65,1.358,66,1.358,92,0.343,114,0.995,144,1.327,150,1.212,172,2.482,178,1.424,180,1.043,233,1.327,235,1.327,239,1.649,242,1.983,245,2.381,246,2.078,248,2.13,250,1.981,251,1.981,277,1.896,299,1.424,313,1.651,317,1.391,408,1.695,413,2.239,426,1.736,437,2.589,444,4.019,461,2.028,516,2.807,525,1.458,532,1.494,533,1.327,537,1.458,539,1.358,541,2.422,568,2.297,643,2.469,644,1.89,645,1.494,646,2.583,647,1.494,648,1.494,649,1.494,650,1.297,651,1.494,652,1.358,653,1.494,654,1.358,655,1.494,656,1.358,657,2.078,658,1.358,659,2.224,660,1.494,661,1.494,662,1.358,663,1.494,664,1.358,665,1.458,666,1.494,667,1.358,668,1.846,669,1.494,670,1.358,671,1.494,672,1.358,673,2.078,674,1.358,675,1.494,676,1.391,677,1.494,678,1.358,679,1.494,680,1.358,681,1.424,682,1.358,683,1.212,684,2.078,685,1.358,686,1.494,687,1.358,688,1.396,689,1.358,690,1.494,691,1.358,692,1.494,693,1.358,694,1.297,695,1.494,696,2.078,697,1.358,698,1.458,699,1.494,700,2.349,701,2.793,702,1.358,703,1.358,704,1.494,705,1.358,706,1.494,707,1.358,708,1.494,709,1.494,710,1.531,740,2.01,741,3.216,742,2.217,744,2.886,746,2.298,747,3.318,749,1.95,750,1.95,751,1.893,752,1.686,754,2.449,755,3.201,756,2.713,761,1.741,763,2.298,764,2.143,765,2.862,767,3.816,769,1.24,771,3.97,772,2.385,778,2.217,779,3.119,789,1.354,844,2.783,845,2.886,848,3.008,942,1.424,961,3.547,969,2.981,999,2.886,1021,2.074,1117,2.01,1220,3.428,1251,2.482,1461,2.217,1602,2.298,1635,4.79,1636,5.241,1637,5.241,1646,2.01,1647,2.709,1652,3.201,1653,3.318,1656,3.601,1657,3.201,1658,2.847,1659,3.201,1661,2.385,1662,3.443,1664,3.201,1675,2.074,1689,3.767,1690,3.767,1691,3.201,1692,3.601,1729,3.452,2056,2.709,2060,2.589,2062,3.008,2484,3.547,3313,3.767,3473,5.954,3528,5.536,3698,3.767,3842,5.954,3843,3.767,3844,6.813,3845,5.925,3846,4.259,3847,5.925,3848,5.925,3849,4.259,3850,4.259]],["title/modules/TissueBlockListModule.html",[53,0.736,3516,3.169]],["body/modules/TissueBlockListModule.html",[0,0.092,3,0.13,4,0.157,5,0.117,6,0.092,25,0.009,33,0.229,41,0.157,51,0.007,52,0.007,53,1.078,55,2.002,56,2.002,57,1.206,58,2.738,59,2.096,60,1.913,61,2.738,77,2.561,78,1.603,79,1.829,81,2.197,91,2.561,92,0.53,95,3.592,96,2.839,100,5.244,101,4.393,516,2.554,700,2.984,701,2.002,785,2.891,786,2.305,3516,6.43,3528,4.939,3842,5.313,3851,5.813,3852,5.813,3853,5.813,3854,6.572,3855,6.572]],["title/components/TissueSectionVisComponent.html",[180,0.687,702,1.431]],["body/components/TissueSectionVisComponent.html",[0,0.111,3,0.083,4,0.1,5,0.075,6,0.112,8,1.174,11,0.528,12,0.669,14,0.919,15,0.601,20,0.544,22,1.207,24,0.86,25,0.009,26,1.085,27,0.658,28,0.985,29,0.919,30,1.264,33,0.152,34,1.07,35,1.118,41,0.1,51,0.006,52,0.005,57,0.771,65,1.339,66,1.339,82,1.528,85,1.545,92,0.339,114,0.98,144,1.308,150,1.195,177,1.431,178,1.403,180,1.035,233,1.308,235,1.308,239,1.633,242,1.968,245,2.378,246,2.057,248,2.108,250,1.961,251,1.961,253,1.371,274,2.13,277,1.882,278,2.217,288,2.274,293,1.002,299,1.403,309,1.256,313,2.274,317,1.371,342,1.312,395,2.464,408,2.335,413,2.555,426,1.865,430,1.587,433,1.982,434,1.961,461,2.008,463,2.686,516,1.279,520,3.095,525,1.437,532,1.473,533,1.308,537,1.437,539,1.339,541,2.398,568,2.621,574,1.753,643,2.456,644,1.871,645,1.473,646,2.567,647,1.473,648,1.473,649,1.473,650,1.279,651,1.473,652,1.339,653,1.473,654,1.339,655,1.473,656,1.339,657,2.057,658,1.339,659,1.371,660,1.473,661,1.473,662,1.339,663,1.473,664,1.339,665,1.437,666,1.473,667,1.339,668,1.828,669,1.473,670,1.339,671,1.473,672,1.339,673,2.057,674,1.339,675,1.473,676,1.371,677,1.473,678,1.339,679,1.473,680,1.339,681,1.403,682,1.339,683,1.195,684,2.057,685,1.339,686,1.473,687,1.339,688,0.86,689,1.339,690,1.473,691,1.339,692,1.473,693,1.339,694,1.279,695,1.473,696,2.057,697,1.339,698,1.437,699,1.473,700,1.339,701,2.75,702,2.334,703,2.964,704,1.473,705,1.339,706,1.473,707,1.339,708,1.473,709,1.473,710,1.509,740,1.982,752,1.924,754,2.43,757,3.164,761,1.716,762,1.922,765,2.84,778,2.186,779,3.095,844,2.217,942,1.403,969,2.952,999,2.857,1021,2.045,1029,1.562,1037,3.565,1069,2.265,1582,5.075,1591,5.98,1653,2.857,1655,2.045,1658,2.807,1659,3.156,1663,2.671,1673,2.446,1692,2.552,1705,5.997,2062,4.775,2323,3.394,2975,3.565,3856,6.45,3857,3.714,3858,7.978,3859,6.761,3860,5.866,3861,5.866,3862,6.761,3863,7.701,3864,6.761,3865,4.199,3866,5.188,3867,5.188,3868,4.199,3869,5.866,3870,5.866,3871,5.866,3872,5.866,3873,5.866,3874,4.199,3875,5.866,3876,5.866,3877,5.866,3878,4.199,3879,4.199,3880,4.199,3881,4.199,3882,4.199,3883,4.199,3884,4.199]],["title/modules/TissueSectionVisModule.html",[53,0.736,1699,3.169]],["body/modules/TissueSectionVisModule.html",[0,0.093,3,0.133,4,0.159,5,0.119,6,0.094,25,0.009,33,0.218,41,0.159,51,0.007,52,0.007,53,1.097,55,2.036,56,2.036,57,1.227,58,2.758,59,2.132,60,1.946,61,2.758,77,2.588,78,1.631,79,1.861,81,2.235,91,2.588,92,0.539,701,2.036,702,2.99,703,2.694,785,2.92,786,2.345,1582,4.253,1699,6.452,1705,5.025,3856,5.405,3885,5.914,3886,5.914,3887,5.914,3888,6.686,3889,6.686]],["title/components/ToggleButtonComponent.html",[180,0.687,705,1.431]],["body/components/ToggleButtonComponent.html",[0,0.102,3,0.064,4,0.077,5,0.058,6,0.119,8,1.037,11,0.252,12,0.552,14,0.791,15,0.569,16,0.676,20,0.753,22,1.32,24,0.993,25,0.009,26,0.99,27,0.759,28,1.164,29,1.087,30,1.138,33,0.167,34,1.052,41,0.077,50,1.284,51,0.005,52,0.004,57,0.592,65,1.029,66,1.029,82,1.262,85,1.726,86,1.559,92,0.26,114,0.753,144,1.005,150,2.546,158,2.575,159,1.806,160,1.116,177,1.691,178,1.078,179,4.324,180,1.217,201,1.053,233,1.005,235,2.161,239,1.349,242,2.659,245,2.328,246,1.699,248,1.741,250,1.62,251,1.62,253,1.9,274,1.41,277,1.62,288,2.688,293,1.389,299,1.078,302,0.832,309,1.385,317,1.053,322,1.476,339,1.659,340,1.62,341,2.016,348,2.109,350,4.324,378,2.278,407,2.823,408,1.928,409,2.614,413,2.444,461,1.992,516,0.982,522,1.477,523,1.477,525,1.104,532,1.131,533,1.005,537,1.104,539,1.029,643,2.211,644,1.545,645,1.131,646,2.269,647,1.131,648,1.131,649,1.131,650,2.679,651,1.131,652,1.029,653,1.131,654,1.029,655,1.131,656,1.029,657,1.699,658,1.029,659,1.053,660,1.131,661,1.131,662,1.029,663,1.131,664,1.029,665,1.104,666,1.131,667,1.029,668,1.51,669,1.131,670,1.029,671,1.131,672,1.029,673,1.699,674,1.029,675,1.131,676,1.053,677,1.131,678,1.029,679,1.131,680,1.029,681,1.945,682,1.029,683,0.918,684,1.699,685,1.029,686,1.131,687,1.029,688,0.661,689,1.029,690,1.131,691,1.029,692,1.131,693,1.029,694,0.982,695,1.131,696,1.699,697,1.029,698,1.104,699,1.131,700,1.029,701,1.476,702,1.029,703,1.029,704,1.131,705,2.063,706,1.131,707,1.029,708,1.131,709,1.131,710,1.159,729,3.547,740,1.522,750,1.477,751,1.434,752,0.918,754,1.159,756,2.218,757,1.74,763,1.74,764,1.623,765,1.355,769,1.41,789,1.33,806,1.545,942,1.078,953,4.704,954,3.259,957,3.558,960,1.679,961,3.029,964,5.05,965,3.917,966,5.23,967,3.623,969,2.438,970,3.422,974,2.438,975,2.928,976,3.623,977,3.642,978,2.154,981,3.237,985,3.642,986,3.422,988,2.287,992,3.422,999,2.36,1013,3.89,1014,3.642,1021,1.571,1025,2.424,1029,2.156,1036,2.717,1037,5.063,1044,2.608,1046,2.424,1052,2.853,1055,2.156,1069,1.74,1089,3.239,1097,3.917,1099,3.917,1100,3.917,1104,2.36,1107,4.805,1112,5.474,1117,2.287,1129,2.608,1135,2.052,1171,2.614,1461,4.138,1647,2.052,1653,1.571,1655,1.571,1673,1.879,1675,3.547,1714,6.876,1767,4.324,1840,3.082,2060,1.961,2323,2.608,2328,2.853,2329,5.147,2330,5.147,2348,4.285,2376,2.853,2380,4.285,2391,6.441,2392,6.441,3496,2.853,3890,7.523,3891,2.853,3892,5.819,3893,4.845,3894,4.845,3895,3.226,3896,4.845,3897,7.283,3898,4.845,3899,4.845,3900,5.819,3901,3.226,3902,3.226,3903,3.226,3904,3.226,3905,3.226,3906,3.226,3907,3.226,3908,3.226,3909,3.226,3910,3.226,3911,3.226,3912,3.226,3913,3.226,3914,3.226,3915,3.226,3916,3.226,3917,3.226,3918,3.226,3919,3.226,3920,4.845,3921,4.845,3922,3.226]],["title/classes/UpdateFilter.html",[0,0.063,1235,2.421]],["body/classes/UpdateFilter.html",[0,0.095,2,2.561,3,0.134,4,0.161,5,0.121,6,0.119,11,0.529,12,0.911,13,2.365,14,1.155,15,0.699,16,1.419,20,0.877,22,1.252,24,1.389,25,0.009,26,0.922,27,1.062,28,1.137,29,1.062,31,2.992,33,0.175,34,0.772,35,1.804,41,0.161,42,3.102,51,0.007,52,0.007,221,4.31,368,4.583,442,3.019,1235,4.31,3923,5.994,3924,6.776,3925,7.989]],["title/classes/UpdateSpatialSearch.html",[0,0.063,2167,1.885]],["body/classes/UpdateSpatialSearch.html",[0,0.127,2,2.091,3,0.11,4,0.132,5,0.099,6,0.099,7,2.474,8,1.439,11,0.432,12,0.804,13,2.559,14,1.25,15,0.721,18,2.101,20,0.914,22,0.867,25,0.009,28,0.929,29,0.867,30,1.342,32,2.391,33,0.143,34,0.631,41,0.217,42,3.955,47,2.758,51,0.006,52,0.006,78,1.721,282,2.262,289,1.941,293,1.321,342,1.577,345,2.202,430,2.091,432,2.146,434,1.85,442,2.666,448,1.575,574,1.751,600,2.262,613,2.262,688,1.134,769,2.261,815,3.436,1029,2.178,1036,2.964,1219,2.666,2100,2.262,2103,2.358,2126,2.358,2152,2.262,2153,2.881,2154,4.068,2156,2.262,2157,2.881,2158,2.262,2159,2.262,2160,2.391,2161,2.262,2162,2.262,2163,2.985,2164,2.202,2165,2.262,2166,2.262,2167,2.964,2168,3.136,3926,5.534]],["title/components/ViewerComponent.html",[180,0.687,707,1.431]],["body/components/ViewerComponent.html",[0,0.092,3,0.08,4,0.096,5,0.072,6,0.119,8,1.151,11,0.444,12,0.648,14,0.773,15,0.631,16,0.841,20,0.855,22,1.317,24,1.165,25,0.009,26,0.976,27,0.891,28,1.271,29,1.187,30,1.243,33,0.147,34,1.065,41,0.096,50,2.263,51,0.006,52,0.005,57,0.737,65,1.281,66,1.281,82,1.481,85,1.299,86,1.536,92,0.324,103,2.685,104,2.25,114,0.938,144,1.252,150,1.143,158,2.263,159,2.25,160,0.771,178,1.343,180,1.011,233,1.252,235,1.252,239,1.583,242,1.921,245,2.371,246,1.994,248,2.044,250,1.901,251,1.901,277,1.837,291,3.313,293,1.575,295,4.814,299,2.762,302,0.69,313,1.557,316,2.685,317,1.856,348,1.719,401,2.149,408,1.599,413,2.494,426,2.061,434,1.343,461,2.26,483,2.34,484,5.029,516,1.732,520,3.286,532,1.409,533,1.252,537,1.375,539,1.281,541,2.324,568,2.205,604,3.801,643,1.814,644,1.814,645,1.409,646,2.517,647,1.409,648,1.409,649,1.409,650,1.732,651,1.409,652,1.281,653,1.409,654,1.281,655,1.409,656,1.281,657,1.994,658,1.281,659,1.311,660,1.409,661,1.409,662,1.281,663,1.409,664,1.281,665,1.375,666,1.409,667,1.281,668,1.772,669,1.409,670,1.281,671,1.409,672,1.281,673,1.994,674,1.281,675,1.409,676,1.311,677,1.409,678,1.281,679,1.409,680,1.281,681,1.343,682,1.281,683,1.143,684,1.994,685,1.281,686,1.409,687,1.281,688,0.823,689,1.281,690,1.409,691,1.281,692,1.409,693,1.281,694,1.223,695,1.409,696,1.994,697,1.281,698,1.375,699,1.409,700,1.281,701,2.186,702,1.281,703,1.281,704,1.409,705,1.281,706,1.409,707,2.289,708,1.409,709,1.409,710,1.444,719,2.684,725,3.022,732,2.603,740,1.896,748,2.25,750,2.603,751,2.934,752,2.043,754,2.372,756,1.839,761,2.324,763,2.167,765,3.015,767,2.25,769,1.169,778,2.96,779,1.839,789,0.918,844,2.712,845,2.77,942,1.343,961,3.436,969,2.861,999,2.77,1021,1.956,1029,1.07,1037,2.441,1038,4.597,1211,6.124,1461,2.96,1468,5.029,1621,3.313,1646,1.896,1655,1.956,1673,2.34,1675,1.956,1679,3.846,1785,4.961,1798,4.274,1841,4.274,1842,5.395,1940,2.34,1941,2.555,1944,4.016,2170,5.029,2180,4.274,2205,2.441,2218,5.336,2220,5.803,2225,5.336,2228,4.604,2230,3.247,2296,5.336,3318,3.247,3927,3.553,3928,5.029,3929,6.601,3930,5.686,3931,6.601,3932,7.178,3933,4.017,3934,5.686,3935,4.017,3936,4.017,3937,5.686,3938,4.017,3939,4.017,3940,4.017,3941,5.029,3942,5.686,3943,5.686,3944,5.686,3945,4.017,3946,5.686,3947,4.017,3948,6.601,3949,5.686,3950,5.029,3951,4.017,3952,4.017,3953,3.553]],["title/modules/ViewerModule.html",[53,0.736,76,3.169]],["body/modules/ViewerModule.html",[0,0.092,3,0.13,4,0.156,5,0.117,6,0.092,25,0.009,33,0.233,41,0.156,51,0.007,52,0.007,53,1.077,55,1.999,56,1.999,57,1.205,58,2.736,59,2.093,60,1.91,61,2.736,76,6.429,77,2.559,78,1.601,79,1.827,81,2.194,91,2.559,92,0.529,95,3.589,96,2.835,149,3.676,317,2.143,707,2.983,785,2.888,786,2.302,2071,4.765,3646,6.934,3647,5.805,3954,5.805,3955,5.805,3956,5.805,3957,6.563,3958,6.563]],["title/injectables/WorkerDataSourceService.html",[495,1.094,1576,3.169]],["body/injectables/WorkerDataSourceService.html",[0,0.082,3,0.117,4,0.14,5,0.105,6,0.117,11,0.459,14,0.799,15,0.672,16,1.535,20,0.949,22,1.252,24,1.636,25,0.009,26,1.086,27,1.252,33,0.216,34,0.835,35,1.565,41,0.14,51,0.007,52,0.007,53,0.964,82,1.909,85,1.675,92,0.474,111,1.832,114,1.373,160,1.532,170,3.166,171,7.395,177,1.948,193,5.904,295,4.653,302,1.371,309,1.709,342,1.869,348,2.178,349,5.925,495,1.788,496,2.958,501,6.002,511,3.425,786,2.062,1569,5.904,1570,4.418,1576,5.176,1577,5.508,3959,7.395,3960,7.986,3961,7.329,3962,7.329,3963,5.878,3964,7.986,3965,8.36,3966,5.878,3967,7.329,3968,5.878,3969,5.878,3970,7.329,3971,5.878,3972,7.329,3973,5.878,3974,5.878,3975,5.878,3976,5.878,3977,5.878,3978,5.878,3979,5.878,3980,5.878,3981,5.878,3982,5.878,3983,5.878,3984,5.878,3985,5.878,3986,5.878]],["title/changelog.html",[3987,2.81,3988,2.81,3989,3.022]],["body/changelog.html",[3,0.125,5,0.036,8,1.262,12,0.232,15,0.159,18,1.002,22,0.319,25,0.007,27,0.319,28,0.341,30,0.82,31,1.671,34,1.001,35,1.475,45,0.731,47,1.632,48,1.152,49,0.96,51,0.006,52,0.003,56,1.687,60,0.592,104,1.884,111,0.634,114,0.475,120,4.214,150,0.958,154,4.985,155,2.249,165,6.079,166,1.084,168,0.713,180,0.766,189,1.236,238,2.439,239,0.936,245,0.857,269,3.234,270,3.758,271,3.531,272,1.139,274,0.979,277,2.015,282,2.8,289,2.979,290,2.72,297,1.139,299,2.29,302,1.243,313,1.305,342,1.879,344,1.644,345,2.726,349,1.644,376,2.529,390,5.278,392,4.358,395,2.1,401,1.89,406,1.139,408,0.81,411,1.799,412,1.529,413,1.271,433,2.36,437,1.236,441,1.799,442,1.89,444,1.588,445,2.876,461,1.896,462,1.36,476,2.14,516,1.311,524,2.808,526,1.588,533,0.634,537,1.712,574,0.435,586,1.644,587,2.045,591,1.437,606,1.799,612,2.376,634,4.747,644,0.649,650,1.025,659,1.098,668,0.634,683,0.579,688,1.516,701,2.333,703,1.073,710,0.731,739,1.799,740,0.96,746,1.097,752,0.579,762,0.931,800,1.96,805,0.96,807,2.976,811,1.529,815,1.639,816,1.644,820,5.936,822,1.294,823,2.376,826,2.249,836,0.96,891,1.437,976,1.139,978,3.538,986,2.376,988,2.816,1004,1.437,1009,1.437,1029,0.542,1050,1.294,1051,2.41,1099,1.644,1104,2.906,1112,2.529,1122,0.931,1128,1.644,1171,2.321,1173,1.437,1176,1.139,1211,1.644,1232,1.097,1241,2.529,1244,1.644,1245,1.437,1250,1.529,1253,1.644,1254,4.824,1257,4.478,1259,1.644,1268,1.644,1272,1.644,1274,4.163,1287,1.529,1304,2.529,1331,2.976,1371,1.644,1400,4.478,1408,2.376,1410,1.36,1416,2.529,1461,1.059,1462,1.799,1463,1.644,1466,3.039,1469,3.479,1470,1.799,1476,1.437,1477,1.644,1479,3.785,1498,3.479,1532,1.644,1539,1.644,1540,1.644,1586,1.799,1596,1.644,1601,1.529,1602,1.097,1615,2.976,1617,1.294,1620,1.437,1621,2.507,1625,1.799,1651,4.899,1661,1.884,1676,3.796,1677,1.799,1685,1.139,1688,4.423,1718,1.644,1726,2.72,1729,1.96,1735,1.799,1737,1.644,1749,1.294,1750,1.236,1759,1.529,1766,1.644,1783,2.529,1831,1.799,1867,2.72,1869,3.806,1876,2.72,1883,2.976,1944,3.039,1955,1.644,1974,1.529,1994,1.799,1996,1.799,2044,2.976,2046,4.042,2087,4.423,2131,2.529,2171,2.976,2180,4.163,2192,2.529,2250,2.72,2304,2.72,2423,1.644,2443,3.531,2460,5.558,2474,1.437,2496,1.236,2501,3.523,2524,1.437,2537,1.437,2552,1.799,2581,1.294,2611,1.799,2749,2.72,2766,1.644,2840,1.294,2960,1.96,3064,2.72,3076,3.234,3079,1.799,3120,3.234,3201,2.72,3271,1.644,3473,4.042,3490,2.976,3589,1.799,3660,6.193,3692,2.976,3723,1.799,3763,1.644,3764,2.976,3768,1.644,3786,1.799,3798,4.423,3811,2.976,3866,4.899,3928,4.423,3950,2.976,3953,1.799,3988,3.234,3989,2.72,3990,3.806,3991,3.806,3992,2.976,3993,5,3994,5.539,3995,5,3996,9.333,3997,5.539,3998,7.91,3999,3.365,4000,5,4001,5,4002,5,4003,6.606,4004,4.899,4005,3.365,4006,2.034,4007,2.034,4008,6.606,4009,7.398,4010,7.66,4011,3.365,4012,2.034,4013,5.278,4014,2.976,4015,5.967,4016,5.34,4017,1.799,4018,1.799,4019,2.034,4020,2.034,4021,3.365,4022,5,4023,3.365,4024,4.303,4025,2.034,4026,3.365,4027,2.034,4028,7.537,4029,2.034,4030,3.365,4031,1.799,4032,2.034,4033,2.976,4034,2.976,4035,3.365,4036,6.606,4037,2.034,4038,2.034,4039,2.034,4040,2.976,4041,2.034,4042,6.059,4043,3.365,4044,5.539,4045,4.303,4046,2.034,4047,3.365,4048,3.365,4049,2.034,4050,2.034,4051,4.303,4052,3.365,4053,4.303,4054,4.303,4055,3.365,4056,2.034,4057,3.365,4058,3.365,4059,6.316,4060,5.967,4061,3.365,4062,2.034,4063,2.034,4064,3.365,4065,2.034,4066,3.365,4067,2.034,4068,2.034,4069,4.303,4070,2.034,4071,2.034,4072,3.365,4073,2.034,4074,3.365,4075,2.034,4076,2.034,4077,2.034,4078,3.365,4079,2.034,4080,6.316,4081,2.034,4082,2.034,4083,3.365,4084,2.034,4085,4.303,4086,2.034,4087,2.034,4088,2.034,4089,2.034,4090,2.034,4091,2.034,4092,7.66,4093,2.034,4094,1.799,4095,2.034,4096,3.365,4097,1.644,4098,2.034,4099,3.365,4100,5,4101,4.303,4102,2.034,4103,2.034,4104,2.034,4105,2.034,4106,5.967,4107,4.485,4108,4.899,4109,3.806,4110,2.034,4111,4.899,4112,2.034,4113,4.303,4114,5.843,4115,7.537,4116,2.034,4117,2.034,4118,3.365,4119,3.806,4120,2.034,4121,2.034,4122,2.034,4123,2.034,4124,2.034,4125,2.034,4126,2.034,4127,3.365,4128,2.976,4129,6.316,4130,5.34,4131,2.034,4132,2.034,4133,2.034,4134,2.034,4135,2.034,4136,3.365,4137,2.034,4138,3.365,4139,3.365,4140,2.034,4141,2.034,4142,2.034,4143,2.034,4144,3.365,4145,3.365,4146,2.034,4147,3.365,4148,3.365,4149,2.034,4150,2.034,4151,2.034,4152,2.034,4153,3.365,4154,2.034,4155,2.034,4156,5.967,4157,3.365,4158,2.034,4159,2.034,4160,2.034,4161,4.303,4162,3.365,4163,5.967,4164,3.365,4165,5,4166,2.034,4167,2.034,4168,3.365,4169,3.365,4170,2.034,4171,2.034,4172,3.365,4173,2.034,4174,2.034,4175,2.034,4176,2.034,4177,3.365,4178,2.034,4179,2.034,4180,2.034,4181,2.034,4182,2.034,4183,2.034,4184,2.034,4185,2.034,4186,2.034,4187,3.365,4188,2.034,4189,2.034,4190,4.303,4191,4.303,4192,1.799,4193,2.034,4194,2.034,4195,2.034,4196,2.034,4197,2.034,4198,3.365,4199,3.365,4200,4.303,4201,2.034,4202,2.034,4203,2.034,4204,2.034,4205,3.365,4206,2.034,4207,2.034,4208,4.303,4209,3.365,4210,2.034,4211,2.034,4212,4.303,4213,3.365,4214,5,4215,2.034,4216,2.034,4217,2.034,4218,3.365,4219,2.034,4220,2.034,4221,2.034,4222,2.034,4223,2.034,4224,2.034,4225,4.303,4226,2.034,4227,4.303,4228,5.539,4229,3.365,4230,3.365,4231,3.365,4232,4.303,4233,5,4234,5.539,4235,3.365,4236,4.303,4237,2.034,4238,2.034,4239,6.316,4240,4.303,4241,5,4242,2.034,4243,2.034,4244,2.034,4245,2.034,4246,3.365,4247,2.034,4248,2.034,4249,2.034,4250,3.365,4251,2.034,4252,2.034,4253,3.806,4254,3.365,4255,2.034,4256,2.034,4257,2.034,4258,2.034,4259,2.034,4260,2.034,4261,2.034,4262,2.034,4263,2.034,4264,2.034,4265,2.034,4266,5,4267,5.967,4268,4.303,4269,2.034,4270,2.034,4271,4.303,4272,2.034,4273,2.034,4274,2.034,4275,3.365,4276,4.303,4277,2.034,4278,2.034,4279,2.034,4280,2.034,4281,2.034,4282,1.799,4283,2.034,4284,2.034,4285,2.034,4286,2.034,4287,2.034,4288,2.034,4289,2.034,4290,2.034,4291,2.034,4292,2.034,4293,2.034,4294,2.034,4295,2.034,4296,6.606,4297,2.034,4298,4.303,4299,6.606,4300,4.303,4301,5,4302,3.365,4303,4.303,4304,2.034,4305,2.034,4306,2.034,4307,3.365,4308,2.034,4309,2.034,4310,2.034,4311,3.365,4312,2.034,4313,2.034,4314,2.034,4315,2.034,4316,2.034,4317,2.034,4318,2.034,4319,2.034,4320,2.034,4321,2.034,4322,2.034,4323,2.034,4324,2.034,4325,2.034,4326,2.034,4327,2.034,4328,2.034,4329,2.034,4330,2.034,4331,2.034,4332,2.034,4333,2.034,4334,3.365,4335,2.034,4336,3.365,4337,2.034,4338,3.365,4339,3.365,4340,5,4341,5,4342,3.365,4343,3.365,4344,2.034,4345,2.034,4346,2.034,4347,2.034,4348,1.799,4349,2.034,4350,2.034,4351,2.034,4352,2.034,4353,2.034,4354,2.034,4355,3.365,4356,7.059,4357,4.303,4358,1.799,4359,3.365,4360,2.034,4361,2.034,4362,2.034,4363,2.034,4364,2.034,4365,2.034,4366,3.365,4367,5.587,4368,3.365,4369,2.034,4370,2.034,4371,2.034,4372,2.034,4373,2.034,4374,4.042,4375,2.034,4376,3.365,4377,2.034,4378,2.034,4379,2.034,4380,3.365,4381,2.034,4382,2.034,4383,2.034,4384,3.365,4385,4.303,4386,3.365,4387,2.034,4388,2.976,4389,2.034,4390,2.034,4391,2.034,4392,2.034,4393,2.034,4394,2.034,4395,2.034,4396,2.034,4397,1.799,4398,2.034,4399,2.034,4400,2.034,4401,2.034,4402,2.034,4403,1.799,4404,2.034,4405,2.034,4406,3.365,4407,2.034,4408,2.034,4409,2.034,4410,2.034,4411,2.034,4412,2.034,4413,2.034,4414,2.034,4415,2.034,4416,2.034,4417,3.365,4418,2.034,4419,2.034,4420,3.365,4421,2.034,4422,2.034,4423,2.034,4424,2.034,4425,2.034,4426,2.034]],["title/coverage.html",[4374,4.965]],["body/coverage.html",[0,0.123,1,1.473,5,0.052,6,0.133,7,3.111,8,1.498,9,3.03,10,4.121,15,0.229,25,0.009,30,0.739,35,0.78,37,1.197,39,1.524,43,1.78,46,1.78,51,0.004,52,0.004,65,0.934,66,0.934,112,2.068,114,1.051,115,2.201,117,2.201,120,5.325,125,2.068,128,3.928,131,3.383,135,2.068,138,2.068,141,2.201,144,0.912,146,2.068,166,1.45,167,2.367,169,3.981,180,1.379,210,2.068,213,1.957,215,2.068,218,1.579,221,1.579,223,1.706,225,2.863,227,1.473,231,1.64,233,0.912,235,0.912,302,0.503,306,6.811,342,0.655,395,1.23,426,2.367,481,4.244,495,2.014,497,2.59,498,2.59,516,1.371,520,4.216,534,6.096,535,6.096,582,2.367,625,2.367,640,2.367,642,2.367,652,0.934,654,0.934,656,0.934,658,0.934,662,0.934,664,0.934,667,0.934,670,0.934,672,0.934,674,0.934,676,0.956,678,0.934,680,0.934,682,0.934,683,1.281,685,0.934,687,0.934,688,0.922,689,0.934,691,0.934,693,0.934,697,0.934,700,0.934,702,0.934,703,1.436,705,0.934,707,0.934,711,2.367,712,2.59,788,2.59,860,4.347,861,3.447,862,4.347,878,2.068,895,2.068,906,1.579,952,3.639,957,2.061,981,1.302,996,1.473,1029,0.78,1073,2.59,1156,1.862,1157,4.226,1163,1.862,1169,1.862,1170,1.862,1190,2.068,1192,3.873,1205,2.201,1206,4.954,1235,1.579,1237,2.201,1242,3.639,1276,2.367,1440,2.59,1456,2.201,1457,4.347,1458,3.639,1459,3.639,1478,2.068,1568,2.201,1569,4.347,1570,4.121,1576,2.068,1582,3.488,1583,2.367,1584,2.201,1585,2.59,1648,3.383,1682,2.59,1702,3.179,1705,2.201,1711,1.862,1712,1.862,1714,2.367,1716,2.59,1781,2.367,1782,2.59,1971,3.179,1972,2.201,1973,2.59,2076,2.59,2100,1.197,2103,2.898,2123,2.367,2124,2.59,2125,2.59,2136,2.59,2152,1.197,2153,4.182,2156,1.197,2158,1.197,2159,1.197,2161,1.197,2162,1.197,2164,1.165,2165,1.197,2166,1.197,2167,1.23,2169,2.59,2213,2.201,2214,3.383,2215,3.639,2222,1.957,2272,2.367,2273,4.121,2305,2.367,2427,1.957,2428,2.59,2429,2.59,2430,3.639,2431,3.639,2466,2.201,2493,4.689,2495,1.957,2502,1.862,2566,4.087,2568,3.333,2569,2.201,2571,3.915,2573,3.639,2589,1.78,2597,2.068,2681,3.639,2682,3.639,2747,2.59,2748,2.59,2750,2.59,2837,4.462,2851,1.579,2853,1.524,2855,1.706,2863,1.78,2865,1.579,2988,2.59,3064,2.367,3074,2.367,3081,3.009,3091,4.121,3106,2.201,3141,2.201,3224,3.447,3225,3.639,3263,2.068,3295,2.367,3325,3.383,3332,1.862,3365,2.59,3445,2.59,3502,2.59,3525,2.201,3526,2.201,3528,2.201,3530,2.59,3630,2.367,3631,2.59,3650,2.367,3663,2.367,3681,2.367,3682,2.59,3712,3.639,3761,3.383,3762,3.639,3806,2.367,3842,2.367,3843,2.59,3856,2.367,3857,2.59,3890,2.59,3891,2.59,3923,2.59,3927,2.59,3959,2.59,4016,3.639,4107,2.201,4374,2.367,4427,2.928,4428,2.928,4429,8.033,4430,2.59,4431,2.59,4432,2.59,4433,2.928,4434,4.501,4435,2.928,4436,2.928,4437,2.928,4438,5.483,4439,7.54,4440,2.928,4441,7.305,4442,8.152,4443,2.59,4444,8.496,4445,2.928,4446,2.928,4447,5.483,4448,2.928,4449,2.367,4450,2.367,4451,4.501,4452,2.928,4453,2.928,4454,2.928,4455,2.928,4456,2.59,4457,2.59,4458,5.483,4459,5.483,4460,2.928,4461,2.928,4462,2.928,4463,2.928,4464,2.928,4465,2.928,4466,2.928,4467,2.928,4468,2.928,4469,4.501,4470,2.928,4471,2.928,4472,2.928,4473,2.928,4474,4.976,4475,2.928,4476,2.928,4477,2.59,4478,2.59,4479,2.59,4480,2.928,4481,2.928,4482,4.501,4483,2.928,4484,2.928,4485,4.501,4486,2.59,4487,2.928,4488,2.928,4489,2.928,4490,4.501,4491,4.501,4492,2.928,4493,4.501,4494,2.928,4495,2.928,4496,2.928,4497,2.928,4498,2.928,4499,2.59,4500,2.928,4501,2.928,4502,2.928,4503,2.928,4504,2.928,4505,2.928]],["title/dependencies.html",[56,1.645,4097,3.022]],["body/dependencies.html",[5,0.096,25,0.009,51,0.006,52,0.006,56,1.638,92,0.434,94,4.758,103,4.631,104,3.88,186,3.596,187,3.596,188,4.037,190,1.842,201,1.756,238,3.308,282,2.199,296,2.801,644,2.21,786,1.887,805,2.539,835,3.617,836,2.539,874,4.043,875,4.043,951,4.043,1119,4.349,1216,4.043,1250,4.043,1403,3.422,1473,4.043,1475,4.043,1784,4.631,1827,4.758,1887,4.758,1969,4.758,2126,1.798,2627,4.043,2629,4.043,2839,3.422,3164,4.349,3652,4.758,3655,4.758,3656,6.128,3777,4.758,3792,4.349,3992,6.779,4018,4.758,4040,4.758,4111,6.128,4253,4.758,4506,5.38,4507,5.38,4508,5.38,4509,5.38,4510,5.38,4511,5.38,4512,9.002,4513,5.38,4514,5.38,4515,6.929,4516,5.38,4517,5.38,4518,5.38,4519,5.38,4520,5.38,4521,5.38,4522,5.38,4523,5.38,4524,5.38,4525,8.094,4526,5.38,4527,6.929,4528,5.38,4529,5.38,4530,5.38,4531,7.664,4532,5.38,4533,5.38,4534,5.38,4535,5.38,4536,5.38,4537,5.38,4538,5.38,4539,6.929,4540,5.38,4541,5.38,4542,5.38,4543,5.38,4544,5.38,4545,5.38,4546,6.929,4547,5.38,4548,5.38,4549,5.38,4550,6.929,4551,5.38,4552,5.38,4553,5.38,4554,5.38,4555,5.38,4556,5.38,4557,5.38,4558,5.38,4559,5.38,4560,5.38,4561,4.758,4562,5.38,4563,5.38,4564,5.38,4565,5.38,4566,5.38,4567,5.38,4568,6.929,4569,5.38,4570,5.38,4571,5.38,4572,5.38,4573,5.38,4574,5.38,4575,5.38,4576,5.38,4577,5.38,4578,5.38,4579,5.38,4580,5.38,4581,5.38,4582,5.38,4583,5.38,4584,5.38,4585,5.38,4586,5.38,4587,5.38,4588,5.38,4589,5.38,4590,5.38,4591,5.38,4592,5.38,4593,5.38,4594,5.38,4595,5.38,4596,6.929,4597,5.38,4598,5.38,4599,5.38,4600,5.38,4601,5.38,4602,5.38,4603,5.38,4604,5.38,4605,5.38,4606,5.38,4607,5.38,4608,5.38,4609,5.38]],["title/miscellaneous/enumerations.html",[4610,2.272,4611,4.778]],["body/miscellaneous/enumerations.html",[6,0.101,11,0.563,25,0.008,29,1.298,51,0.008,52,0.008,220,6.693,322,2.194,342,1.611,793,3.887,1206,5.088,1250,5.415,1255,7.323,1256,6.223,4610,4.379,4611,6.373,4612,5.825]],["title/miscellaneous/functions.html",[4610,2.272,4613,4.778]],["body/miscellaneous/functions.html",[6,0.113,11,0.416,15,0.652,20,1.142,24,1.865,25,0.009,26,1.244,27,1.434,29,1.34,51,0.006,52,0.006,85,2.08,86,1.473,120,6.227,177,1.298,215,4.86,242,2.003,293,1.27,294,3.759,302,1.181,315,3.558,339,1.822,342,1.19,368,2.871,463,3.491,481,4.346,524,3.059,534,4.303,535,7.128,572,4.708,574,1.473,576,4.708,579,4.708,580,4.708,582,5.563,583,6.086,584,5.172,585,6.086,587,4.182,605,4.708,610,4.708,625,5.563,640,5.563,642,5.563,789,1.907,876,4.675,952,4.303,974,2.678,1026,6.517,1027,4.85,1028,4.708,1029,1.832,1035,4.708,1038,4.303,1105,4.443,1165,4.009,1175,3.386,1206,3.759,1214,4.114,1224,4.708,1256,5.172,1257,4.303,1258,6.086,1259,4.303,1260,4.708,1262,3.235,1263,4.708,1264,4.708,1266,6.086,1267,4.708,1268,4.303,1269,4.708,1270,4.708,1271,4.303,1272,6.164,1273,3.386,1274,4,1275,2.771,1276,5.563,1277,4.6,1538,4.303,2601,4.708,4430,6.086,4431,6.086,4432,6.086,4449,4.303,4450,5.563,4456,6.086,4457,6.086,4486,6.086,4610,3.235,4612,6.164,4613,4.708,4614,4.708,4615,8.701,4616,5.322,4617,5.322,4618,5.322,4619,5.322,4620,5.322,4621,5.322,4622,5.322,4623,5.322,4624,5.322]],["title/index.html",[11,0.292,3987,2.81,3988,2.81]],["body/index.html",[3,0.17,25,0.007,34,1.058,51,0.007,52,0.007,154,5.873,165,5.601,166,1.191,168,2.031,180,0.887,238,2.367,289,2.782,392,5.045,526,2.733,688,1.186,751,2.574,823,5.127,976,3.242,978,3.227,1057,3.519,1130,4.23,1253,4.681,1254,5.869,1274,4.352,1283,6.421,1371,4.681,1400,7.313,1401,5.121,1466,4.089,1602,3.123,1621,4.23,2180,4.352,3660,7.365,3763,4.681,3989,4.681,3990,6.421,3991,6.421,3998,6.421,4004,6.421,4016,4.681,4017,7.355,4031,6.421,4033,6.421,4034,7.355,4094,5.121,4107,4.352,4108,7.575,4109,7.575,4114,6.421,4119,5.121,4128,6.421,4130,4.681,4192,6.421,4388,5.121,4397,5.121,4625,5.79,4626,5.79,4627,5.79,4628,6.421,4629,5.79,4630,5.79,4631,7.26,4632,7.26,4633,7.26,4634,7.931,4635,5.79,4636,5.79,4637,7.931,4638,7.931,4639,5.79,4640,5.79,4641,7.26,4642,5.79,4643,5.79,4644,5.79,4645,7.26,4646,5.79,4647,5.79,4648,5.79,4649,5.79,4650,5.79,4651,7.26,4652,5.79,4653,5.79,4654,7.26,4655,5.79,4656,7.26,4657,7.26,4658,5.79,4659,5.79,4660,5.79,4661,5.79,4662,5.79,4663,5.79,4664,5.79,4665,5.79,4666,5.79,4667,5.79,4668,5.79,4669,5.79,4670,5.79,4671,5.79,4672,5.79,4673,5.79]],["title/license.html",[3987,2.81,3988,2.81,4674,3.307]],["body/license.html",[25,0.007,51,0.007,52,0.007,79,1.815,154,4.605,241,5.271,288,2.528,729,3.176,876,3.652,1004,4.605,1009,5.903,1214,3.518,1621,4.55,1635,5.271,2235,5.271,2496,3.963,3691,5.767,4013,6.907,4107,4.901,4282,6.907,4348,5.767,4367,5.767,4403,5.767,4561,5.767,4628,8.16,4674,5.767,4675,6.521,4676,8.359,4677,6.521,4678,6.521,4679,7.808,4680,6.521,4681,6.521,4682,6.521,4683,6.521,4684,7.808,4685,6.521,4686,6.521,4687,6.521,4688,6.521,4689,6.521,4690,6.521,4691,6.521,4692,6.521,4693,6.521,4694,6.521,4695,6.521,4696,6.521,4697,7.808,4698,6.521,4699,6.521,4700,6.521,4701,6.521,4702,6.521,4703,7.808,4704,6.521,4705,6.521,4706,6.521,4707,6.521,4708,6.521,4709,6.521,4710,6.521,4711,6.521,4712,6.521,4713,6.521,4714,6.521,4715,6.521,4716,6.521,4717,6.521,4718,6.521,4719,6.521,4720,6.521,4721,6.521,4722,6.521,4723,6.521,4724,6.521,4725,6.521]],["title/modules.html",[55,1.871]],["body/modules.html",[25,0.007,51,0.007,52,0.007,54,4.59,55,1.86,67,4.083,68,4.313,69,4.313,70,4.083,71,4.313,72,4.313,73,4.313,74,4.083,75,4.313,76,4.313,104,5.336,853,4.313,1180,4.313,1181,4.313,1182,4.313,1472,7.162,1693,4.313,1698,4.313,1699,4.313,1771,4.313,2065,4.313,2563,4.083,2564,4.313,2565,4.083,3120,4.59,3286,4.59,3291,4.313,3438,4.59,3443,4.313,3515,4.313,3516,4.313,3867,5.402,4042,8.428,4726,9.535]],["title/overview.html",[4727,5.433]],["body/overview.html",[2,1.409,25,0.009,51,0.005,52,0.005,53,0.612,54,6.887,55,1.136,56,1.136,57,0.685,58,1.218,59,1.19,60,1.086,61,1.218,62,3.299,63,3.299,64,3.299,65,2.02,66,2.02,67,5.289,68,5.92,69,6.206,70,5.289,71,5.721,72,6.059,73,5.721,74,5.289,75,5.419,76,5.419,77,1.76,78,0.91,79,1.038,144,2.466,168,1.308,213,4.234,233,2.466,235,2.466,239,1.038,496,1.877,652,2.523,654,2.523,656,2.523,658,2.523,662,2.523,664,2.523,667,2.523,670,2.523,672,2.523,674,2.633,676,2.583,678,2.523,680,2.523,682,2.523,685,2.523,687,2.523,689,2.523,691,2.523,693,2.523,697,2.523,700,2.523,702,2.523,705,2.523,707,2.523,781,3.299,782,3.299,783,3.299,853,5.419,854,3.299,855,3.299,856,3.299,1177,3.299,1178,3.299,1179,3.299,1180,5.92,1181,4.473,1182,5.199,1241,2.803,1693,5.92,1694,3.299,1695,3.299,1696,3.299,1697,3.299,1698,5.419,1699,5.419,1707,3.299,1708,3.299,1709,3.299,1771,5.419,1772,3.299,1773,3.299,1774,3.299,1962,3.299,1963,3.299,1964,3.299,2065,6.164,2066,3.299,2067,3.299,2069,3.299,2117,3.299,2118,3.299,2120,3.299,2206,3.299,2207,3.299,2208,3.299,2560,3.299,2561,3.299,2562,3.299,2563,5.674,2564,6.164,2565,5.788,2589,3.85,2671,3.299,2672,3.299,2673,3.299,2823,3.299,2824,3.299,2826,3.299,2829,3.299,2830,3.299,2831,3.299,3065,3.299,3066,3.299,3067,3.299,3088,3.299,3089,3.299,3090,3.299,3286,5.947,3287,3.299,3288,3.299,3289,3.299,3290,3.299,3291,5.419,3319,3.299,3320,3.299,3321,3.299,3438,5.947,3439,3.299,3440,3.299,3441,3.299,3442,3.299,3443,6.059,3511,3.299,3512,3.299,3513,3.299,3514,3.299,3515,5.588,3516,5.419,3642,3.299,3643,3.299,3644,3.299,3700,3.299,3701,3.299,3702,3.299,3705,3.299,3706,3.299,3833,3.299,3834,3.299,3835,3.299,3851,3.299,3852,3.299,3853,3.299,3885,3.299,3886,3.299,3887,3.299,3954,3.299,3955,3.299,3956,3.299,4358,3.299,4499,4.77,4727,3.299,4728,3.73,4729,3.73]],["title/properties.html",[12,0.616,4097,3.022]],["body/properties.html",[12,0.841,25,0.008,51,0.008,52,0.008,4014,6.523,4130,5.962]],["title/miscellaneous/typealiases.html",[4610,2.272,4730,5.402]],["body/miscellaneous/typealiases.html",[6,0.124,7,2.119,8,1.416,9,2.61,11,0.472,15,0.69,16,1.561,18,2.407,25,0.008,37,2.469,39,3.145,51,0.007,52,0.007,128,3.383,239,1.681,242,2.353,244,4.038,272,4.175,291,4.919,322,2.462,407,3.52,446,3.383,481,3.881,600,3.047,613,3.047,762,2.766,774,4.038,806,1.927,822,3.843,868,3.855,957,3.413,960,3.145,975,3.751,981,3.594,996,3.751,1069,3.259,1156,3.843,1157,3.843,1158,4.343,1159,4.266,1160,4.266,1161,4.038,1163,3.843,1166,5.71,1169,3.843,1170,3.843,1171,3.259,1174,5.71,1175,3.843,1176,4.528,2126,2.019,2273,4.54,2293,5.343,2294,6.593,2295,6.593,2296,6.026,2297,5.343,2298,6.593,2299,5.343,2300,6.593,2301,5.343,2302,5.343,2303,5.343,2304,4.884,2566,3.52,2571,3.843,3224,3.383,3295,6.026,3325,5.603,3330,5.603,3987,4.54,4449,4.884,4450,6.026,4474,6.026,4610,3.672,4614,5.343,4731,6.041,4732,7.811,4733,7.151,4734,7.454,4735,5.343,4736,7.454]],["title/miscellaneous/variables.html",[4610,2.272,4737,4.778]],["body/miscellaneous/variables.html",[0,0.082,6,0.117,11,0.254,15,0.571,18,0.97,24,0.667,25,0.009,26,1.271,28,1.478,29,1.347,31,1.631,35,1.558,47,1.063,51,0.004,52,0.004,111,1.015,114,0.761,117,3.668,119,6.246,128,1.824,155,3.262,160,0.625,193,2.3,202,1.639,221,1.757,223,1.898,227,1.639,237,2.177,266,2.881,269,2.448,270,2.448,271,3.447,272,1.824,282,1.331,293,0.777,295,5.444,296,1.696,302,1.195,309,1.253,313,2.269,327,1.757,328,2.633,395,2.05,408,2.771,413,2.631,426,1.491,446,1.824,455,2.633,463,1.491,481,2.541,487,3.104,511,1.898,612,2.3,668,1.015,752,0.927,806,2.073,844,1.231,860,2.3,861,1.824,862,3.447,863,3.104,864,3.668,878,3.447,879,2.448,880,2.448,881,2.448,882,2.448,883,2.448,884,2.448,885,2.448,886,2.448,887,2.448,888,2.448,889,2.448,890,2.448,891,2.3,892,2.448,893,2.072,894,2.448,906,1.757,957,2.234,978,2.17,981,2.602,1105,1.898,1122,1.491,1157,2.072,1161,2.177,1165,1.898,1192,2.3,1206,2.3,1237,3.668,1238,2.881,1239,2.881,1240,2.881,1241,2.448,1242,2.633,1243,2.881,1244,2.633,1245,2.3,1246,2.881,1247,2.881,1248,2.881,1249,1.898,1456,2.448,1457,2.3,1458,2.633,1459,3.945,1463,2.633,1471,7.017,1476,2.3,1477,2.633,1478,3.447,1479,4.53,1480,2.881,1481,8.218,1482,2.881,1483,2.881,1484,2.881,1485,4.317,1486,2.881,1487,2.881,1488,2.881,1489,2.881,1490,2.881,1491,2.881,1492,5.75,1493,5.75,1494,6.158,1495,6.158,1496,2.881,1497,2.881,1498,5.629,1499,2.881,1500,2.881,1501,2.881,1502,5.177,1503,5.177,1504,4.317,1505,2.881,1506,2.881,1507,2.881,1508,2.881,1509,6.158,1510,2.881,1511,4.317,1512,2.881,1513,2.881,1514,2.881,1515,2.881,1516,2.881,1517,2.881,1518,2.881,1519,2.881,1520,2.881,1521,2.881,1522,2.881,1523,5.75,1524,4.317,1525,2.881,1526,2.881,1527,2.881,1528,2.881,1529,4.317,1530,2.881,1531,2.881,1532,2.633,1533,2.881,1534,2.881,1535,2.881,1536,2.881,1537,2.881,1538,3.945,1539,3.945,1540,2.633,1541,2.881,1542,2.881,1543,2.881,1544,2.881,1545,2.881,1546,2.881,1547,2.881,1548,2.881,1549,2.881,1550,5.75,1551,2.881,1552,2.881,1553,5.75,1554,2.881,1555,2.881,1556,2.448,1557,2.881,1558,2.881,1559,6.158,1560,2.881,1561,4.317,1562,2.881,1563,2.633,1564,2.881,1565,2.633,1566,2.881,1567,2.881,1569,2.3,1577,2.448,1702,2.3,1711,3.104,1712,3.723,1756,2.448,2126,1.631,2128,2.881,2131,2.448,2133,4.317,2222,2.177,2273,2.448,2305,3.945,2306,2.881,2307,2.881,2493,2.177,2499,2.177,2501,3.723,2502,2.072,2504,2.3,2505,3.262,2506,2.3,2508,3.723,2566,1.898,2571,2.072,2865,1.757,3091,2.448,3141,3.668,3142,2.633,3143,2.633,3144,2.633,3145,2.633,3146,2.633,3147,2.633,3332,2.072,3650,2.633,3658,2.881,3662,2.881,3663,3.945,3712,2.633,3741,2.881,3761,2.448,3762,3.945,3806,3.945,3941,4.317,4443,4.317,4474,5.255,4477,4.317,4478,4.317,4479,4.317,4610,1.98,4612,2.633,4732,2.881,4733,2.881,4735,5.177,4737,2.881,4738,3.257,4739,3.257,4740,3.257,4741,3.257,4742,3.257,4743,4.88,4744,3.257,4745,3.257,4746,3.257,4747,3.257,4748,3.257,4749,3.257,4750,3.257]]],"invertedIndex":[["",{"_index":25,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":426,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["0).map(([term",{"_index":3611,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["0.07",{"_index":2915,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["0.095rem",{"_index":1958,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["0.1.0",{"_index":4420,"title":{},"body":{"changelog.html":{}}}],["0.12",{"_index":1669,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["0.125rem",{"_index":2195,"title":{},"body":{"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["0.13.1",{"_index":4609,"title":{},"body":{"dependencies.html":{}}}],["0.14",{"_index":1667,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["0.15s",{"_index":1672,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["0.16",{"_index":3313,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["0.1rem",{"_index":2058,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["0.2",{"_index":1665,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["0.2.0",{"_index":4417,"title":{},"body":{"changelog.html":{}}}],["0.20.0",{"_index":4550,"title":{},"body":{"dependencies.html":{}}}],["0.25rem",{"_index":1675,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["0.2rem",{"_index":1951,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["0.2s",{"_index":2063,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["0.3125rem",{"_index":3822,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["0.3s",{"_index":1757,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["0.4",{"_index":435,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["0.42",{"_index":3603,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["0.4s",{"_index":2115,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"components/SpinnerOverlayComponent.html":{}}}],["0.5",{"_index":3497,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["0.5.0",{"_index":4406,"title":{},"body":{"changelog.html":{}}}],["0.5rem",{"_index":767,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ViewerComponent.html":{}}}],["0.5s",{"_index":3496,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["0.6",{"_index":3830,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["0.6.0",{"_index":4388,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["0.625rem",{"_index":3825,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["0.6s",{"_index":2060,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["0.75rem",{"_index":1652,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["0.875rem",{"_index":745,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["0.9",{"_index":3599,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["0.9375rem",{"_index":1956,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["0/1",{"_index":4429,"title":{},"body":{"coverage.html":{}}}],["0/14",{"_index":4467,"title":{},"body":{"coverage.html":{}}}],["0/16",{"_index":4496,"title":{},"body":{"coverage.html":{}}}],["0/18",{"_index":4428,"title":{},"body":{"coverage.html":{}}}],["0/19",{"_index":4464,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":4441,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":4442,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":4439,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":4438,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":4440,"title":{},"body":{"coverage.html":{}}}],["0/7",{"_index":4434,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":4463,"title":{},"body":{"coverage.html":{}}}],["0000001d",{"_index":2059,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["0000003e",{"_index":1952,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["00000058",{"_index":2113,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["00e5ff",{"_index":888,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["01",{"_index":4052,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":4272,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":4228,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":1651,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["05",{"_index":1688,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["06",{"_index":4022,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":4015,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":4368,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":4044,"title":{},"body":{"changelog.html":{}}}],["0px",{"_index":755,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["0rem",{"_index":1767,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["1",{"_index":313,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["1).touppercase",{"_index":3357,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["1)[0",{"_index":2881,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["1.0",{"_index":4299,"title":{},"body":{"changelog.html":{}}}],["1.0.0",{"_index":4356,"title":{},"body":{"changelog.html":{}}}],["1.0.11",{"_index":4545,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":4554,"title":{},"body":{"dependencies.html":{}}}],["1.0.9",{"_index":4603,"title":{},"body":{"dependencies.html":{}}}],["1.0625rem",{"_index":3920,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["1.1.0",{"_index":4334,"title":{},"body":{"changelog.html":{}}}],["1.125",{"_index":2657,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["1.14.10",{"_index":4558,"title":{},"body":{"dependencies.html":{}}}],["1.17.0",{"_index":4582,"title":{},"body":{"dependencies.html":{}}}],["1.2.0",{"_index":4298,"title":{},"body":{"changelog.html":{}}}],["1.2.3",{"_index":4557,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":4547,"title":{},"body":{"dependencies.html":{}}}],["1.25",{"_index":3058,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["1.25rem",{"_index":3060,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["1.2rem",{"_index":2111,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["1.3.1",{"_index":4592,"title":{},"body":{"dependencies.html":{}}}],["1.3.5",{"_index":4271,"title":{},"body":{"changelog.html":{}}}],["1.34375em",{"_index":2656,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["1.4.0",{"_index":4253,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["1.4.1",{"_index":4570,"title":{},"body":{"dependencies.html":{}}}],["1.48rem",{"_index":2112,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["1.5",{"_index":2922,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["1.5.0",{"_index":4227,"title":{},"body":{"changelog.html":{}}}],["1.5em",{"_index":1943,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["1.5rem",{"_index":1679,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["1.6.0",{"_index":4214,"title":{},"body":{"changelog.html":{}}}],["1.7.0",{"_index":4205,"title":{},"body":{"changelog.html":{}}}],["1.75rem",{"_index":1961,"title":{},"body":{"components/DualSliderComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["1/1",{"_index":4444,"title":{},"body":{"coverage.html":{}}}],["1/8",{"_index":4451,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":634,"title":{},"body":{"components/AppWebComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["10.0.0",{"_index":4580,"title":{},"body":{"dependencies.html":{}}}],["10/12",{"_index":4448,"title":{},"body":{"coverage.html":{}}}],["10/21",{"_index":4473,"title":{},"body":{"coverage.html":{}}}],["100",{"_index":520,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{}}}],["1000",{"_index":2937,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["10px",{"_index":1668,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["10rem",{"_index":2064,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["10x",{"_index":4346,"title":{},"body":{"changelog.html":{}}}],["11",{"_index":3994,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":4567,"title":{},"body":{"dependencies.html":{}}}],["11.5rem",{"_index":3501,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["110",{"_index":1239,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["11rem",{"_index":2057,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["12",{"_index":4016,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{}}}],["12.75rem",{"_index":3508,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["12/12",{"_index":4492,"title":{},"body":{"coverage.html":{}}}],["12/13",{"_index":4471,"title":{},"body":{"coverage.html":{}}}],["12/18",{"_index":4483,"title":{},"body":{"coverage.html":{}}}],["121",{"_index":3598,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["13",{"_index":1241,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["13/13",{"_index":4469,"title":{},"body":{"coverage.html":{}}}],["13/20",{"_index":4462,"title":{},"body":{"coverage.html":{}}}],["136",{"_index":3202,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["13rem",{"_index":3087,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["14",{"_index":4073,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":4583,"title":{},"body":{"dependencies.html":{}}}],["14.1.4",{"_index":4510,"title":{},"body":{"dependencies.html":{}}}],["14.10.1",{"_index":4507,"title":{},"body":{"dependencies.html":{}}}],["14.375rem",{"_index":850,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["14/15",{"_index":4481,"title":{},"body":{"coverage.html":{}}}],["14/42",{"_index":4433,"title":{},"body":{"coverage.html":{}}}],["14rem",{"_index":3315,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["15",{"_index":4023,"title":{},"body":{"changelog.html":{}}}],["15.313.0",{"_index":4509,"title":{},"body":{"dependencies.html":{}}}],["15rem",{"_index":1957,"title":{},"body":{"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["16",{"_index":4000,"title":{},"body":{"changelog.html":{}}}],["16.0.0",{"_index":4585,"title":{},"body":{"dependencies.html":{}}}],["16.0.2",{"_index":4586,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":4512,"title":{},"body":{"dependencies.html":{}}}],["16.1.6",{"_index":4515,"title":{},"body":{"dependencies.html":{}}}],["16.3.1",{"_index":4560,"title":{},"body":{"dependencies.html":{}}}],["16.5",{"_index":852,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["16px",{"_index":1764,"title":{},"body":{"components/DropdownComponent.html":{}}}],["16rem",{"_index":1683,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["17",{"_index":3995,"title":{},"body":{"changelog.html":{}}}],["17/17",{"_index":4468,"title":{},"body":{"coverage.html":{}}}],["17rem",{"_index":1689,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["18/18",{"_index":4487,"title":{},"body":{"coverage.html":{}}}],["18rem",{"_index":2664,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["19.25px",{"_index":1753,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["19.5rem",{"_index":1670,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["19rem",{"_index":3499,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["1].color",{"_index":922,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["1em",{"_index":1763,"title":{},"body":{"components/DropdownComponent.html":{}}}],["1px",{"_index":757,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["1rem",{"_index":1653,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["1rem/1.25rem",{"_index":2201,"title":{},"body":{"components/HeaderComponent.html":{}}}],["1s",{"_index":2197,"title":{},"body":{"components/HeaderComponent.html":{}}}],["2",{"_index":433,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"changelog.html":{}}}],["2.0",{"_index":4012,"title":{},"body":{"changelog.html":{}}}],["2.0.0",{"_index":4191,"title":{},"body":{"changelog.html":{}}}],["2.0.1",{"_index":4542,"title":{},"body":{"dependencies.html":{}}}],["2.0.4",{"_index":4511,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":4564,"title":{},"body":{"dependencies.html":{}}}],["2.0625rem",{"_index":3919,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["2.1.0",{"_index":4164,"title":{},"body":{"changelog.html":{}}}],["2.2",{"_index":431,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["2.2.0",{"_index":4157,"title":{},"body":{"changelog.html":{}}}],["2.3.0",{"_index":4153,"title":{},"body":{"changelog.html":{}}}],["2.3.1",{"_index":4148,"title":{},"body":{"changelog.html":{}}}],["2.4.0",{"_index":4138,"title":{},"body":{"changelog.html":{}}}],["2.5.0",{"_index":4127,"title":{},"body":{"changelog.html":{}}}],["2.5rem",{"_index":1659,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["2.6.1",{"_index":4605,"title":{},"body":{"dependencies.html":{}}}],["2.75rem",{"_index":2661,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["2.8.0",{"_index":4544,"title":{},"body":{"dependencies.html":{}}}],["2.8.1",{"_index":4523,"title":{},"body":{"dependencies.html":{}}}],["2.8.5",{"_index":4556,"title":{},"body":{"dependencies.html":{}}}],["2.8125rem",{"_index":3824,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["2/10",{"_index":4503,"title":{},"body":{"coverage.html":{}}}],["2/2",{"_index":4491,"title":{},"body":{"coverage.html":{}}}],["2/7",{"_index":4455,"title":{},"body":{"coverage.html":{}}}],["20",{"_index":2136,"title":{},"body":{"classes/FlatNode.html":{},"coverage.html":{}}}],["2019",{"_index":4367,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2020",{"_index":4301,"title":{},"body":{"changelog.html":{}}}],["2021",{"_index":4115,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":4036,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":3993,"title":{},"body":{"changelog.html":{}}}],["20em",{"_index":1949,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["20rem",{"_index":3063,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["21",{"_index":4206,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":4358,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["229",{"_index":3203,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["22rem",{"_index":3849,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["23",{"_index":4729,"title":{},"body":{"overview.html":{}}}],["23.75rem",{"_index":2665,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["232f3a",{"_index":3509,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["24",{"_index":4407,"title":{},"body":{"changelog.html":{}}}],["24/24",{"_index":4501,"title":{},"body":{"coverage.html":{}}}],["24px.svg",{"_index":1559,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["25",{"_index":2050,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["255",{"_index":893,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"miscellaneous/variables.html":{}}}],["25rem",{"_index":2190,"title":{},"body":{"components/HeaderComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["26",{"_index":4229,"title":{},"body":{"changelog.html":{}}}],["26/26",{"_index":4494,"title":{},"body":{"coverage.html":{}}}],["26th",{"_index":4257,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":4045,"title":{},"body":{"changelog.html":{}}}],["275s",{"_index":1758,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["28",{"_index":4454,"title":{},"body":{"coverage.html":{}}}],["29",{"_index":4499,"title":{},"body":{"coverage.html":{},"overview.html":{}}}],["2979ff",{"_index":880,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["2px",{"_index":1663,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["2rem",{"_index":777,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["3",{"_index":807,"title":{},"body":{"components/CheckboxComponent.html":{},"changelog.html":{}}}],["3.0.0",{"_index":4111,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3.1.0",{"_index":4083,"title":{},"body":{"changelog.html":{}}}],["3.1.1",{"_index":4078,"title":{},"body":{"changelog.html":{}}}],["3.2.0",{"_index":4072,"title":{},"body":{"changelog.html":{}}}],["3.2.10",{"_index":4531,"title":{},"body":{"dependencies.html":{}}}],["3.3.0",{"_index":4064,"title":{},"body":{"changelog.html":{}}}],["3.3.2",{"_index":4587,"title":{},"body":{"dependencies.html":{}}}],["3.4.0",{"_index":4051,"title":{},"body":{"changelog.html":{}}}],["3.5.0",{"_index":4043,"title":{},"body":{"changelog.html":{}}}],["3.5.7",{"_index":4538,"title":{},"body":{"dependencies.html":{}}}],["3.5rem",{"_index":3318,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ViewerComponent.html":{}}}],["3.6",{"_index":4651,"title":{},"body":{"index.html":{}}}],["3.6.0",{"_index":4035,"title":{},"body":{"changelog.html":{}}}],["3.6.3",{"_index":4536,"title":{},"body":{"dependencies.html":{}}}],["3.7.0",{"_index":4021,"title":{},"body":{"changelog.html":{}}}],["3.7.2",{"_index":4014,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["3.75rem",{"_index":3823,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["3.8.0",{"_index":3999,"title":{},"body":{"changelog.html":{}}}],["3.8.1",{"_index":3992,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3/3",{"_index":4490,"title":{},"body":{"coverage.html":{}}}],["3/6",{"_index":4437,"title":{},"body":{"coverage.html":{}}}],["30",{"_index":3201,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["30.5rem",{"_index":3312,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["300",{"_index":3061,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["3000",{"_index":387,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["31",{"_index":4335,"title":{},"body":{"changelog.html":{}}}],["33",{"_index":3502,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"coverage.html":{}}}],["35/47",{"_index":4476,"title":{},"body":{"coverage.html":{}}}],["35px",{"_index":770,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["37/48",{"_index":4453,"title":{},"body":{"coverage.html":{}}}],["3d",{"_index":2460,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["3px",{"_index":3850,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["3rem",{"_index":1647,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["3s",{"_index":1760,"title":{},"body":{"components/DropdownComponent.html":{}}}],["4",{"_index":3786,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["4.0",{"_index":4632,"title":{},"body":{"index.html":{}}}],["4.17.21",{"_index":4578,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":4562,"title":{},"body":{"dependencies.html":{}}}],["4.375rem",{"_index":1953,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["4.4.1",{"_index":4552,"title":{},"body":{"dependencies.html":{}}}],["4.4.2",{"_index":4597,"title":{},"body":{"dependencies.html":{}}}],["4/4",{"_index":4447,"title":{},"body":{"coverage.html":{}}}],["4/5",{"_index":4495,"title":{},"body":{"coverage.html":{}}}],["4/6",{"_index":4502,"title":{},"body":{"coverage.html":{}}}],["400",{"_index":743,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{}}}],["41",{"_index":3597,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["42/44",{"_index":4488,"title":{},"body":{"coverage.html":{}}}],["45rem",{"_index":3494,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["46",{"_index":4465,"title":{},"body":{"coverage.html":{}}}],["47",{"_index":4472,"title":{},"body":{"coverage.html":{}}}],["47.5rem",{"_index":2114,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["4em",{"_index":2110,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["4px",{"_index":1666,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["4rem",{"_index":2188,"title":{},"body":{"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["4th",{"_index":4038,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":1685,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["5.0.0",{"_index":4539,"title":{},"body":{"dependencies.html":{}}}],["5.5rem",{"_index":1151,"title":{},"body":{"components/ContentComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["5/5",{"_index":4458,"title":{},"body":{"coverage.html":{}}}],["5/6",{"_index":4484,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":1648,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"coverage.html":{}}}],["500",{"_index":2196,"title":{},"body":{"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{}}}],["5em",{"_index":1770,"title":{},"body":{"components/DropdownComponent.html":{}}}],["5rem",{"_index":2062,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["5s",{"_index":1153,"title":{},"body":{"components/ContentComponent.html":{}}}],["5th",{"_index":4027,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":4006,"title":{},"body":{"changelog.html":{}}}],["6.11.2",{"_index":4590,"title":{},"body":{"dependencies.html":{}}}],["6.2.1",{"_index":4575,"title":{},"body":{"dependencies.html":{}}}],["6/12",{"_index":4460,"title":{},"body":{"coverage.html":{}}}],["6/6",{"_index":4459,"title":{},"body":{"coverage.html":{}}}],["6/8",{"_index":4436,"title":{},"body":{"coverage.html":{}}}],["600",{"_index":1657,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["60rem",{"_index":3495,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["65",{"_index":4461,"title":{},"body":{"coverage.html":{}}}],["66",{"_index":4482,"title":{},"body":{"coverage.html":{}}}],["6px",{"_index":1662,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["6rem",{"_index":2048,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["6s",{"_index":2061,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["7.0.0",{"_index":4572,"title":{},"body":{"dependencies.html":{}}}],["7.75rem",{"_index":3059,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["7.8.1",{"_index":4598,"title":{},"body":{"dependencies.html":{}}}],["7/15",{"_index":4466,"title":{},"body":{"coverage.html":{}}}],["7/7",{"_index":4489,"title":{},"body":{"coverage.html":{}}}],["72",{"_index":4445,"title":{},"body":{"coverage.html":{}}}],["72rem",{"_index":3273,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["7323e2",{"_index":884,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["74",{"_index":4475,"title":{},"body":{"coverage.html":{}}}],["75",{"_index":4435,"title":{},"body":{"coverage.html":{}}}],["757575",{"_index":759,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["75rem",{"_index":1954,"title":{},"body":{"components/DualSliderComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["77",{"_index":4452,"title":{},"body":{"coverage.html":{}}}],["78vw",{"_index":3493,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["8",{"_index":4209,"title":{},"body":{"changelog.html":{}}}],["8.0.6",{"_index":4600,"title":{},"body":{"dependencies.html":{}}}],["8.2.0",{"_index":4577,"title":{},"body":{"dependencies.html":{}}}],["8.25rem",{"_index":2194,"title":{},"body":{"components/HeaderComponent.html":{}}}],["8.5.16",{"_index":4535,"title":{},"body":{"dependencies.html":{}}}],["8.8.20",{"_index":4525,"title":{},"body":{"dependencies.html":{}}}],["8/11",{"_index":4446,"title":{},"body":{"coverage.html":{}}}],["8/27",{"_index":4500,"title":{},"body":{"coverage.html":{}}}],["8/8",{"_index":4485,"title":{},"body":{"coverage.html":{}}}],["80",{"_index":1682,"title":{},"body":{"components/DonorCardComponent.html":{},"coverage.html":{}}}],["81",{"_index":4497,"title":{},"body":{"coverage.html":{}}}],["82b1ff",{"_index":886,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["83",{"_index":1242,"title":{},"body":{"interfaces/DataStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["85",{"_index":1677,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["875rem",{"_index":3698,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["9.0.0",{"_index":4607,"title":{},"body":{"dependencies.html":{}}}],["9.85rem",{"_index":1747,"title":{},"body":{"components/DropdownComponent.html":{}}}],["9/11",{"_index":4498,"title":{},"body":{"coverage.html":{}}}],["9/9",{"_index":4493,"title":{},"body":{"coverage.html":{}}}],["90",{"_index":4373,"title":{},"body":{"changelog.html":{}}}],["92",{"_index":4470,"title":{},"body":{"coverage.html":{}}}],["93",{"_index":4480,"title":{},"body":{"coverage.html":{}}}],["95",{"_index":3064,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["95vh",{"_index":3492,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["99",{"_index":3641,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["9th",{"_index":4238,"title":{},"body":{"changelog.html":{}}}],["_aggregatedataquerystatus",{"_index":1291,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_biomarkertermoccurencesdataquerystatus",{"_index":1296,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_blank",{"_index":479,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["_celltypetermoccurencesdataquerystatus",{"_index":1295,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_config",{"_index":3969,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["_createcontainer",{"_index":502,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["_error",{"_index":2253,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["_expanded",{"_index":2342,"title":{},"body":{"classes/InitializationState.html":{}}}],["_index",{"_index":3781,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["_measuredmargin",{"_index":2372,"title":{},"body":{"classes/InitializationState.html":{}}}],["_measuredwidth",{"_index":2366,"title":{},"body":{"classes/InitializationState.html":{}}}],["_msg",{"_index":984,"title":{},"body":{"components/ContainerComponent.html":{}}}],["_ontologytermoccurencesdataquerystatus",{"_index":1293,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_opened",{"_index":2338,"title":{},"body":{"classes/InitializationState.html":{}}}],["_position",{"_index":2334,"title":{},"body":{"classes/InitializationState.html":{}}}],["_providerfilterquerystatus",{"_index":1302,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_scenedataquerystatus",{"_index":1298,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_technologyfilterquerystatus",{"_index":1300,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_tissueblockdataquerystatus",{"_index":1289,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["a.color.color",{"_index":937,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["ability",{"_index":4172,"title":{},"body":{"changelog.html":{}}}],["above",{"_index":4403,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["absolute",{"_index":1673,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["acc",{"_index":932,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["acc[item.key",{"_index":930,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["acceptable",{"_index":298,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["acceptableviewerdomains",{"_index":304,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["accepting",{"_index":2422,"title":{},"body":{"classes/InitializationState.html":{}}}],["accessors",{"_index":970,"title":{},"body":{"components/ContainerComponent.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["according",{"_index":391,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["accordingly",{"_index":2085,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["accurate",{"_index":4226,"title":{},"body":{"changelog.html":{}}}],["acf32b",{"_index":885,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["action",{"_index":1214,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["action(addsearch",{"_index":3333,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["action(generatespatialsearch",{"_index":2961,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(movetonode",{"_index":2931,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(reallyupdatespatialsearch",{"_index":2947,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(removesearch",{"_index":3336,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["action(resetposition",{"_index":2928,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(resetradius",{"_index":2943,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setexecutesearchongenerate",{"_index":2973,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setorgan",{"_index":2902,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setposition",{"_index":2924,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setradius",{"_index":2939,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setselectedsearches",{"_index":3340,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["action(setsex",{"_index":2888,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(startspatialsearchflow",{"_index":2876,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(updatefilter",{"_index":1413,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["actionasfn",{"_index":215,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["actionasfn(movetonode",{"_index":3411,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(removesearch",{"_index":264,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["actionasfn(resetposition",{"_index":3421,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(resetradius",{"_index":3423,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(setorgan",{"_index":3258,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["actionasfn(setposition",{"_index":3433,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(setradius",{"_index":3435,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(setselectedsearches",{"_index":262,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["actionasfn(setsex",{"_index":3260,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["actionasfn(type",{"_index":4617,"title":{},"body":{"miscellaneous/functions.html":{}}}],["actions",{"_index":2840,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["actions$.pipe",{"_index":2872,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["actions.push(new",{"_index":2969,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["activate",{"_index":318,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["active",{"_index":3125,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpinnerOverlayComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["active/showing",{"_index":3636,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["activeorgans",{"_index":3189,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["activeorgans.has(o.representation_of)).map(o",{"_index":3192,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["activeorgans.has(tag",{"_index":3196,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["actual_component",{"_index":709,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["add",{"_index":32,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"injectables/ThemingService.html":{},"classes/UpdateSpatialSearch.html":{}}}],["addclass",{"_index":3757,"title":{},"body":{"injectables/ThemingService.html":{}}}],["added",{"_index":3996,"title":{},"body":{"changelog.html":{}}}],["additional",{"_index":4404,"title":{},"body":{"changelog.html":{}}}],["addressed",{"_index":4328,"title":{},"body":{"changelog.html":{}}}],["adds",{"_index":2960,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["addsearch",{"_index":1,"title":{"classes/AddSearch.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["addsearch(ctx",{"_index":3334,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["addsearch(sex",{"_index":2966,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["addspatialsearch",{"_index":3394,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["addsvgicon",{"_index":2256,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["adjusting",{"_index":4325,"title":{},"body":{"changelog.html":{}}}],["adjustment",{"_index":4252,"title":{},"body":{"changelog.html":{}}}],["advanced",{"_index":4193,"title":{},"body":{"changelog.html":{}}}],["afterviewinit",{"_index":953,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["again",{"_index":4307,"title":{},"body":{"changelog.html":{}}}],["against",{"_index":2411,"title":{},"body":{"classes/InitializationState.html":{}}}],["age",{"_index":1883,"title":{},"body":{"components/DualSliderComponent.html":{},"changelog.html":{}}}],["agerange",{"_index":1238,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["aggregate",{"_index":1314,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["aggregatedata",{"_index":1315,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/ResultsBrowserComponent.html":{}}}],["aggregatedata(filter",{"_index":1421,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["aggregatedataquerystatus",{"_index":1290,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["aggregateresult",{"_index":1217,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/ResultsBrowserComponent.html":{}}}],["ala",{"_index":4151,"title":{},"body":{"changelog.html":{}}}],["aliases",{"_index":4731,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["align",{"_index":750,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["all_possible_organs",{"_index":3140,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["allcompleted",{"_index":4456,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["allcompleted(states",{"_index":1260,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["allowed",{"_index":3952,"title":{},"body":{"components/ViewerComponent.html":{}}}],["allowing",{"_index":3016,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["allows",{"_index":1601,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"changelog.html":{}}}],["allowtouchmove",{"_index":3784,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["along",{"_index":2773,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["alongside",{"_index":3638,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["alpha",{"_index":4398,"title":{},"body":{"changelog.html":{}}}],["alpha.1",{"_index":4380,"title":{},"body":{"changelog.html":{}}}],["alpha.2",{"_index":4376,"title":{},"body":{"changelog.html":{}}}],["alpha.3",{"_index":4366,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":1005,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/ThemingService.html":{}}}],["alt",{"_index":4636,"title":{},"body":{"index.html":{}}}],["always",{"_index":1033,"title":{},"body":{"components/ContainerComponent.html":{},"components/HeaderComponent.html":{}}}],["analytics",{"_index":805,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"dependencies.html":{}}}],["analyticsmodule",{"_index":1188,"title":{},"body":{"modules/CoreModule.html":{}}}],["analyticsmodule.forroot",{"_index":1196,"title":{},"body":{"modules/CoreModule.html":{}}}],["anatomical",{"_index":269,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["anatomicalstructures",{"_index":2860,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["anatomicalstructures(state",{"_index":3536,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["anatomicalstructuresettings",{"_index":3149,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["anatomicalstructurestreemodel",{"_index":1207,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{}}}],["anatomicalstructurestreemodel(state",{"_index":1441,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["and/or",{"_index":4695,"title":{},"body":{"license.html":{}}}],["angular",{"_index":238,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"modules/StoreModule.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["angular's",{"_index":1846,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["angular/animations",{"_index":1119,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"dependencies.html":{}}}],["angular/cdk",{"_index":4513,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk/coercion",{"_index":2292,"title":{},"body":{"classes/InitializationState.html":{}}}],["angular/cdk/overlay",{"_index":88,"title":{},"body":{"modules/AppModule.html":{},"injectables/AppRootOverlayContainer.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"injectables/ThemingService.html":{}}}],["angular/cdk/portal",{"_index":1885,"title":{},"body":{"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{}}}],["angular/cdk/scrolling",{"_index":3071,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["angular/common",{"_index":786,"title":{},"body":{"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/DonorCardModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":1185,"title":{},"body":{"modules/CoreModule.html":{}}}],["angular/compiler",{"_index":4514,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":92,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"dependencies.html":{}}}],["angular/elements",{"_index":94,"title":{},"body":{"modules/AppModule.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":2627,"title":{},"body":{"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"dependencies.html":{}}}],["angular/material",{"_index":4516,"title":{},"body":{"dependencies.html":{}}}],["angular/material/autocomplete",{"_index":2628,"title":{},"body":{"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{}}}],["angular/material/button",{"_index":149,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/FiltersContentModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyTreeModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/ViewerModule.html":{}}}],["angular/material/checkbox",{"_index":834,"title":{},"body":{"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"modules/DonorCardModule.html":{}}}],["angular/material/dialog",{"_index":3080,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{}}}],["angular/material/divider",{"_index":3519,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["angular/material/form",{"_index":1777,"title":{},"body":{"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/OntologySearchModule.html":{}}}],["angular/material/icon",{"_index":96,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/OntologySearchModule.html":{},"modules/OntologyTreeModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/ViewerModule.html":{}}}],["angular/material/input",{"_index":2679,"title":{},"body":{"modules/OntologySearchModule.html":{}}}],["angular/material/legacy",{"_index":3522,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["angular/material/progress",{"_index":3647,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"modules/ViewerModule.html":{}}}],["angular/material/radio",{"_index":3324,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{}}}],["angular/material/select",{"_index":1779,"title":{},"body":{"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/SpatialSearchConfigModule.html":{}}}],["angular/material/snack",{"_index":98,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["angular/material/toolbar",{"_index":2211,"title":{},"body":{"modules/HeaderModule.html":{}}}],["angular/material/tooltip",{"_index":101,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyTreeModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/TissueBlockListModule.html":{}}}],["angular/material/tree",{"_index":2835,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["angular/platform",{"_index":103,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{},"dependencies.html":{}}}],["angular/router",{"_index":4518,"title":{},"body":{"dependencies.html":{}}}],["angular/youtube",{"_index":4519,"title":{},"body":{"dependencies.html":{}}}],["animate",{"_index":1115,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{}}}],["animate('.5s",{"_index":2319,"title":{},"body":{"classes/InitializationState.html":{}}}],["animate('1s",{"_index":1125,"title":{},"body":{"components/ContentComponent.html":{}}}],["animate(0",{"_index":2318,"title":{},"body":{"classes/InitializationState.html":{}}}],["animated",{"_index":3272,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["animation",{"_index":1756,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["animations",{"_index":1075,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{}}}],["animationsenabled",{"_index":1077,"title":{},"body":{"components/ContentComponent.html":{}}}],["api",{"_index":3660,"title":{},"body":{"modules/StoreModule.html":{},"changelog.html":{},"index.html":{}}}],["apiendpointdatasourceservice",{"_index":1572,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["app",{"_index":119,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/DefaultIconDefinition.html":{},"components/OntologySelectionComponent.html":{},"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["app.component",{"_index":122,"title":{},"body":{"modules/AppModule.html":{}}}],["app.component.html",{"_index":247,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.component.scss",{"_index":249,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app/core/services/theming/theming.service",{"_index":118,"title":{},"body":{"modules/AppModule.html":{}}}],["app_bootstrap_listener",{"_index":3708,"title":{},"body":{"modules/ThemingModule.html":{}}}],["appcomponent",{"_index":65,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["appear",{"_index":4122,"title":{},"body":{"changelog.html":{}}}],["appelement",{"_index":161,"title":{},"body":{"modules/AppModule.html":{}}}],["append",{"_index":3327,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["appendtoroot",{"_index":503,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["application",{"_index":4243,"title":{},"body":{"changelog.html":{}}}],["application/javascript",{"_index":3985,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["applied",{"_index":1994,"title":{},"body":{"components/FiltersContentComponent.html":{},"changelog.html":{}}}],["apply",{"_index":596,"title":{},"body":{"components/AppWebComponent.html":{},"components/FiltersContentComponent.html":{}}}],["applybuttonclick",{"_index":1977,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["applyfilters",{"_index":1984,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["applyfilters(filters",{"_index":2096,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["applythemeclass",{"_index":3715,"title":{},"body":{"injectables/ThemingService.html":{}}}],["applythemeclass(cls",{"_index":3721,"title":{},"body":{"injectables/ThemingService.html":{}}}],["appmodule",{"_index":54,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["appname",{"_index":1199,"title":{},"body":{"modules/CoreModule.html":{}}}],["appoptions",{"_index":167,"title":{"interfaces/AppOptions.html":{}},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["approotoverlaycontainer",{"_index":112,"title":{"injectables/AppRootOverlayContainer.html":{}},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"coverage.html":{}}}],["appropriate",{"_index":4096,"title":{},"body":{"changelog.html":{}}}],["appwebcomponent",{"_index":66,"title":{"components/AppWebComponent.html":{}},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["april",{"_index":4237,"title":{},"body":{"changelog.html":{}}}],["arg",{"_index":2244,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["args",{"_index":2248,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["args.filter(value",{"_index":2262,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["argument",{"_index":589,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["arguments",{"_index":1822,"title":{},"body":{"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["arising",{"_index":4723,"title":{},"body":{"license.html":{}}}],["array",{"_index":463,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueSectionVisComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["array.from(searchresults.values",{"_index":2738,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["array.isarray(value",{"_index":577,"title":{},"body":{"components/AppWebComponent.html":{}}}],["arrow",{"_index":1754,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["arrow_left",{"_index":3911,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["arrow_right",{"_index":3910,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["asct+b",{"_index":4116,"title":{},"body":{"changelog.html":{}}}],["asking",{"_index":813,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["assays",{"_index":2047,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["assets/icons/expand_less",{"_index":1566,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/expand_more",{"_index":1564,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/filter.svg",{"_index":1567,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/opacity",{"_index":1558,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/organs/ico",{"_index":1481,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/visibility",{"_index":1561,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assigncolor",{"_index":938,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assigncolor(@payload('key",{"_index":915,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["assigncolor(key",{"_index":941,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment",{"_index":902,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["assignment.state",{"_index":2464,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["assignment.state.ts",{"_index":862,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["assignment.state.ts:102",{"_index":946,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:57",{"_index":949,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:59",{"_index":950,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:60",{"_index":947,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:61",{"_index":948,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:63",{"_index":944,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:69",{"_index":943,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment/color",{"_index":861,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["assignment/selection",{"_index":4216,"title":{},"body":{"changelog.html":{}}}],["assignments",{"_index":2454,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["associated",{"_index":2496,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{},"license.html":{}}}],["async",{"_index":2278,"title":{},"body":{"classes/InitializationState.html":{}}}],["at(nodes",{"_index":2745,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["atlas",{"_index":3991,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["atscrollbottom",{"_index":2998,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["attach",{"_index":3900,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["attached",{"_index":499,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["attempts",{"_index":4141,"title":{},"body":{"changelog.html":{}}}],["authentication",{"_index":2193,"title":{},"body":{"components/HeaderComponent.html":{}}}],["authors",{"_index":4715,"title":{},"body":{"license.html":{}}}],["auto",{"_index":772,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["autocomplete",{"_index":2621,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["autocompleteopen",{"_index":2578,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["autofocus",{"_index":3270,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["automatic",{"_index":4317,"title":{},"body":{"changelog.html":{}}}],["automatically",{"_index":4277,"title":{},"body":{"changelog.html":{}}}],["available",{"_index":3120,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{},"modules.html":{}}}],["avoid",{"_index":4182,"title":{},"body":{"changelog.html":{}}}],["await",{"_index":2284,"title":{},"body":{"classes/InitializationState.html":{}}}],["awaited",{"_index":2274,"title":{},"body":{"classes/InitializationState.html":{}}}],["award",{"_index":4672,"title":{},"body":{"index.html":{}}}],["axis",{"_index":3884,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["b",{"_index":267,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["b92dff",{"_index":882,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["backend",{"_index":4131,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":1602,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{},"index.html":{}}}],["backing",{"_index":2238,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["bar",{"_index":99,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{}}}],["base",{"_index":4384,"title":{},"body":{"changelog.html":{}}}],["based",{"_index":462,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{}}}],["basewebcomponent",{"_index":536,"title":{},"body":{"components/AppWebComponent.html":{}}}],["basic",{"_index":4192,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["bbox",{"_index":2360,"title":{},"body":{"classes/InitializationState.html":{}}}],["bbox.left",{"_index":2363,"title":{},"body":{"classes/InitializationState.html":{}}}],["bbox.right",{"_index":2362,"title":{},"body":{"classes/InitializationState.html":{}}}],["before",{"_index":1469,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"classes/InitializationState.html":{},"changelog.html":{}}}],["behavior",{"_index":3226,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["behavior'},{'name",{"_index":684,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["behavior.component",{"_index":3082,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{}}}],["behavior.component.html",{"_index":3227,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts",{"_index":3225,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"coverage.html":{}}}],["behavior.component.ts:104",{"_index":3400,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:121",{"_index":3402,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:135",{"_index":3399,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:144",{"_index":3398,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:152",{"_index":3403,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:22",{"_index":3256,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:25",{"_index":3254,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:28",{"_index":3251,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:31",{"_index":3261,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:34",{"_index":3259,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:36",{"_index":3252,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:38",{"_index":3257,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:40",{"_index":3242,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:41",{"_index":3427,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:43",{"_index":3249,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:44",{"_index":3429,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:47",{"_index":3430,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:49",{"_index":3243,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:50",{"_index":3413,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:53",{"_index":3416,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:54",{"_index":3244,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:56",{"_index":3409,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:58",{"_index":3246,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:59",{"_index":3418,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:62",{"_index":3420,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:65",{"_index":3432,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:68",{"_index":3405,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:71",{"_index":3407,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:72",{"_index":3248,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:74",{"_index":3434,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:77",{"_index":3422,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:80",{"_index":3412,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:83",{"_index":3247,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:86",{"_index":3424,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:89",{"_index":3414,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:92",{"_index":3397,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:96",{"_index":3410,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.module.ts",{"_index":3292,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{}}}],["behavior/spatial",{"_index":3081,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"coverage.html":{}}}],["behavioral",{"_index":3389,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["being",{"_index":586,"title":{},"body":{"components/AppWebComponent.html":{},"modules/StoreModule.html":{},"changelog.html":{}}}],["beta",{"_index":4114,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["better",{"_index":4165,"title":{},"body":{"changelog.html":{}}}],["between",{"_index":437,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["bf",{"_index":2791,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["bg",{"_index":2783,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["bind",{"_index":1216,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"dependencies.html":{}}}],["binds",{"_index":3732,"title":{},"body":{"injectables/ThemingService.html":{}}}],["biomarker",{"_index":285,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["biomarkerlabelmap",{"_index":2754,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["biomarkermenuoptions",{"_index":2755,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["biomarkers",{"_index":273,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySelectionComponent.html":{}}}],["biomarkerselectionlabel",{"_index":284,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["biomarkerstreemodel",{"_index":259,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{}}}],["biomarkerstreemodel(state",{"_index":1444,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["biomarkertermoccurencesdata",{"_index":1322,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["biomarkertermoccurencesdata$.pipe(take(1)).subscribe(biomarkertermsfulldata",{"_index":1377,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["biomarkertermoccurencesdata(filter",{"_index":1430,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["biomarkertermoccurencesdataquerystatus",{"_index":1345,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["biomarkerterms",{"_index":455,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["biomarkertermsfulldata",{"_index":1308,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["bl",{"_index":2787,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["black",{"_index":3503,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["bladder",{"_index":1480,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bladder.svg",{"_index":1482,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["blob",{"_index":3983,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["bloc",{"_index":3699,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["block",{"_index":516,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["block.spatialentityid",{"_index":3592,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["blocks",{"_index":3473,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["blood",{"_index":1483,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["blood.svg",{"_index":1484,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bm",{"_index":2789,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["bmi",{"_index":4137,"title":{},"body":{"changelog.html":{}}}],["bmirange",{"_index":1240,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["board",{"_index":4378,"title":{},"body":{"changelog.html":{}}}],["body",{"_index":282,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["bodyui",{"_index":254,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["bodyuicomponent",{"_index":204,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["bodyuimodule",{"_index":107,"title":{},"body":{"modules/AppModule.html":{},"modules/SpatialSearchUiModule.html":{}}}],["bold",{"_index":846,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["bone",{"_index":1485,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["boolean",{"_index":177,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{}}}],["booleaninput",{"_index":2290,"title":{},"body":{"classes/InitializationState.html":{}}}],["bootstrap",{"_index":59,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["border",{"_index":756,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["both",{"_index":612,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["bottom",{"_index":845,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ViewerComponent.html":{}}}],["bound",{"_index":1866,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["bounds",{"_index":3469,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["box",{"_index":1661,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["bp",{"_index":2785,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["brain",{"_index":1488,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["brain.svg",{"_index":1489,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["branch",{"_index":240,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["breaking",{"_index":4201,"title":{},"body":{"changelog.html":{}}}],["breaks",{"_index":2472,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["breast.svg",{"_index":1518,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bringing",{"_index":4210,"title":{},"body":{"changelog.html":{}}}],["bronchus",{"_index":1513,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bronchus.svg",{"_index":1515,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["browse",{"_index":4726,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":104,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"modules/DrawerModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ResultsBrowserComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"dependencies.html":{},"modules.html":{}}}],["browser'},{'name",{"_index":679,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["browser.component",{"_index":3072,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["browser.component.html",{"_index":2997,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.scss",{"_index":2996,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts",{"_index":2988,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"coverage.html":{}}}],["browser.component.ts:102",{"_index":3037,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:111",{"_index":3026,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:115",{"_index":3034,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:24",{"_index":3014,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:29",{"_index":3011,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:34",{"_index":3015,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:36",{"_index":3013,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:38",{"_index":3012,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:44",{"_index":3019,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:49",{"_index":3024,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:54",{"_index":3022,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:56",{"_index":3017,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:58",{"_index":3018,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:64",{"_index":3010,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:79",{"_index":3031,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:93",{"_index":3028,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.module",{"_index":132,"title":{},"body":{"modules/AppModule.html":{}}}],["browser.module.ts",{"_index":3069,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["browser/animations",{"_index":106,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{}}}],["browser/donor",{"_index":1583,"title":{},"body":{"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"coverage.html":{}}}],["browser/results",{"_index":131,"title":{},"body":{"modules/AppModule.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"coverage.html":{}}}],["browser/tissue",{"_index":3856,"title":{},"body":{"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"coverage.html":{}}}],["browseranimationsmodule",{"_index":105,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{}}}],["browserify",{"_index":4599,"title":{},"body":{"dependencies.html":{}}}],["browsermodule",{"_index":102,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{}}}],["browsing",{"_index":4422,"title":{},"body":{"changelog.html":{}}}],["bubble_chart",{"_index":1639,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["bug",{"_index":4009,"title":{},"body":{"changelog.html":{}}}],["build",{"_index":4629,"title":{},"body":{"index.html":{}}}],["builds",{"_index":4110,"title":{},"body":{"changelog.html":{}}}],["builtin_parsers",{"_index":569,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.boolean",{"_index":641,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.json(value",{"_index":607,"title":{},"body":{"components/AppWebComponent.html":{}}}],["button",{"_index":650,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["button'},{'name",{"_index":706,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["button.component",{"_index":1715,"title":{},"body":{"modules/DrawerModule.html":{}}}],["button.component.html",{"_index":3893,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.scss",{"_index":3892,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts",{"_index":3891,"title":{},"body":{"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["button.component.ts:19",{"_index":3898,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:22",{"_index":3899,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:27",{"_index":3909,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:38",{"_index":3906,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:40",{"_index":3905,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:42",{"_index":3896,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:65",{"_index":3902,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:75",{"_index":3903,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:85",{"_index":3901,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:97",{"_index":3904,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button/toggle",{"_index":1714,"title":{},"body":{"modules/DrawerModule.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["buttonclicked",{"_index":3233,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["buttons",{"_index":3500,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["buttontogglecomponent",{"_index":144,"title":{"components/ButtonToggleComponent.html":{}},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["buttontogglemodule",{"_index":67,"title":{"modules/ButtonToggleModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/OntologyTreeModule.html":{},"modules.html":{},"overview.html":{}}}],["c",{"_index":4677,"title":{},"body":{"license.html":{}}}],["c.color",{"_index":926,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["cache",{"_index":4018,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["cacheable",{"_index":4602,"title":{},"body":{"dependencies.html":{}}}],["cached",{"_index":2364,"title":{},"body":{"classes/InitializationState.html":{}}}],["calc",{"_index":3922,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["calc(100",{"_index":1150,"title":{},"body":{"components/ContentComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["calc(100vh",{"_index":3062,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["calc(3rem",{"_index":1939,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["calc(50",{"_index":2323,"title":{},"body":{"classes/InitializationState.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["calculated",{"_index":2356,"title":{},"body":{"classes/InitializationState.html":{}}}],["call",{"_index":410,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["callable",{"_index":4622,"title":{},"body":{"miscellaneous/functions.html":{}}}],["callables",{"_index":4619,"title":{},"body":{"miscellaneous/functions.html":{}}}],["callback",{"_index":2611,"title":{},"body":{"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["called",{"_index":587,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"injectables/ThemingService.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["calls",{"_index":4041,"title":{},"body":{"changelog.html":{}}}],["calltoactionstate",{"_index":3658,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["camera",{"_index":3485,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["cancelregistration",{"_index":4173,"title":{},"body":{"changelog.html":{}}}],["candidate",{"_index":4360,"title":{},"body":{"changelog.html":{}}}],["cannon",{"_index":4548,"title":{},"body":{"dependencies.html":{}}}],["capitalize",{"_index":3355,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["capitalize(name",{"_index":3360,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["capitalize(sex",{"_index":3359,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["captures",{"_index":440,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["card",{"_index":1586,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["card'},{'name",{"_index":660,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["card.component",{"_index":1704,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["card.component.html",{"_index":1590,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.scss",{"_index":1589,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts",{"_index":1585,"title":{},"body":{"components/DonorCardComponent.html":{},"coverage.html":{}}}],["card.component.ts:17",{"_index":1610,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:20",{"_index":1607,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:23",{"_index":1606,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:26",{"_index":1600,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:29",{"_index":1604,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:31",{"_index":1605,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:34",{"_index":1608,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:37",{"_index":1609,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:40",{"_index":1599,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:52",{"_index":1611,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:62",{"_index":1622,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:76",{"_index":1614,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.module",{"_index":3073,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["card.module.ts",{"_index":1700,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["card/donor",{"_index":1584,"title":{},"body":{"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"modules/ResultsBrowserModule.html":{},"coverage.html":{}}}],["cards",{"_index":3765,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel",{"_index":290,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["carousel'},{'name",{"_index":699,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["carousel.component",{"_index":3839,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["carousel.component.html",{"_index":3767,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.scss",{"_index":3766,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts",{"_index":3762,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["carousel.component.ts:29",{"_index":3776,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:34",{"_index":3774,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:39",{"_index":3775,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:44",{"_index":3807,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:49",{"_index":3810,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:56",{"_index":3814,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:63",{"_index":3791,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:75",{"_index":3805,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:89",{"_index":3779,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.module",{"_index":1703,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["carousel.module.ts",{"_index":3836,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["carousel/thumbnail",{"_index":1702,"title":{},"body":{"modules/DonorCardModule.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["case",{"_index":1130,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/ThumbnailCarouselComponent.html":{},"index.html":{}}}],["cases",{"_index":4333,"title":{},"body":{"changelog.html":{}}}],["catch",{"_index":2252,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["cause",{"_index":3942,"title":{},"body":{"components/ViewerComponent.html":{}}}],["ccf",{"_index":34,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"index.html":{}}}],["ccf's",{"_index":4294,"title":{},"body":{"changelog.html":{}}}],["ccf.owl",{"_index":4024,"title":{},"body":{"changelog.html":{}}}],["ccfdatabase",{"_index":4746,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ccfdatabasedatasourceservice",{"_index":1573,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["ccfdatabaseoptions",{"_index":171,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/WorkerDataSourceService.html":{}}}],["ccfdrawer",{"_index":2311,"title":{},"body":{"classes/InitializationState.html":{}}}],["ccfdrawercontainer",{"_index":956,"title":{},"body":{"components/ContainerComponent.html":{}}}],["cdk",{"_index":1765,"title":{},"body":{"components/DropdownComponent.html":{}}}],["cdkportal",{"_index":1877,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["cdr",{"_index":350,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["cdr.markforcheck",{"_index":378,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["ceil",{"_index":1910,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["cell",{"_index":271,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["celltypes",{"_index":2861,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["celltypes(state",{"_index":3539,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["celltypeselectionlabel",{"_index":283,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["celltypestreemodel",{"_index":1208,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{}}}],["celltypestreemodel(state",{"_index":1446,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["celltypetermoccurencesdata",{"_index":1325,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetermoccurencesdata$.pipe(take(1)).subscribe(celltypetermsfulldata",{"_index":1376,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetermoccurencesdata(filter",{"_index":1427,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetermoccurencesdataquerystatus",{"_index":1294,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetermoccurrences",{"_index":1343,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypeterms",{"_index":328,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["celltypetermsfulldata",{"_index":1307,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetreemodel",{"_index":256,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["center",{"_index":751,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"index.html":{}}}],["certain",{"_index":2977,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["cff",{"_index":1152,"title":{},"body":{"components/ContentComponent.html":{}}}],["change",{"_index":976,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/OntologySelectionComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{},"index.html":{}}}],["changed",{"_index":1051,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["changedetection",{"_index":250,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["changedetectionstrategy",{"_index":178,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":251,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["changedetectorref",{"_index":179,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["changelog",{"_index":3989,"title":{"changelog.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["changes",{"_index":401,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["changes.selection",{"_index":1899,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["changes.valuerange",{"_index":1897,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["channel",{"_index":960,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["channels",{"_index":2529,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["charge",{"_index":241,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ResultsBrowserComponent.html":{},"license.html":{}}}],["check",{"_index":592,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkbox",{"_index":795,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{}}}],["checkbox'},{'name",{"_index":653,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["checkbox.component",{"_index":859,"title":{},"body":{"modules/CheckboxModule.html":{}}}],["checkbox.component.html",{"_index":797,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["checkbox.component.scss",{"_index":796,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["checkbox__background",{"_index":2052,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["checkbox__native",{"_index":2051,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["checkbox__ripple",{"_index":1650,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["checkboxcomponent",{"_index":652,"title":{"components/CheckboxComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["checkboxes",{"_index":792,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["checkboxmodule",{"_index":853,"title":{"modules/CheckboxModule.html":{}},"body":{"modules/CheckboxModule.html":{},"modules/FiltersContentModule.html":{},"modules.html":{},"overview.html":{}}}],["checked",{"_index":819,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{}}}],["checkoptionalproperty",{"_index":582,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["checkoptionalproperty(name",{"_index":4624,"title":{},"body":{"miscellaneous/functions.html":{}}}],["checkoptionalproperty.bind(undefined",{"_index":615,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop",{"_index":590,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('agerange",{"_index":620,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('bmirange",{"_index":623,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('celltypeterms",{"_index":630,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('consortiums",{"_index":624,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('ontologyterms",{"_index":629,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('sex",{"_index":616,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('spatialsearches",{"_index":631,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('technologies",{"_index":627,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('tmc",{"_index":626,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checks",{"_index":1103,"title":{},"body":{"components/ContentComponent.html":{}}}],["child",{"_index":774,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySelectionComponent.html":{},"miscellaneous/typealiases.html":{}}}],["children",{"_index":2148,"title":{},"body":{"classes/FlatNode.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["choices",{"_index":1728,"title":{},"body":{"components/DropdownComponent.html":{}}}],["choose",{"_index":4313,"title":{},"body":{"changelog.html":{}}}],["ci/cd",{"_index":4292,"title":{},"body":{"changelog.html":{}}}],["claim",{"_index":4718,"title":{},"body":{"license.html":{}}}],["class",{"_index":0,"title":{"classes/AddSearch.html":{},"classes/DataStateSelectors.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"classes/MessageChannel.html":{},"classes/MoveToNode.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/SpatialSearchFilterSelectors.html":{},"classes/SpatialSearchUiSelectors.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{}},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["class.ccf",{"_index":3894,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["class.cff",{"_index":1084,"title":{},"body":{"components/ContentComponent.html":{}}}],["class.hidden]=\"hidden",{"_index":2045,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["class=\"filter",{"_index":2043,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["classend",{"_index":2329,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["classes",{"_index":2,"title":{},"body":{"classes/AddSearch.html":{},"classes/DataStateSelectors.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"classes/MessageChannel.html":{},"classes/MoveToNode.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/SpatialSearchFilterSelectors.html":{},"classes/SpatialSearchUiSelectors.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"overview.html":{}}}],["classname",{"_index":961,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["clean",{"_index":2537,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["cleans",{"_index":992,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["cleanup",{"_index":4113,"title":{},"body":{"changelog.html":{}}}],["clear",{"_index":3949,"title":{},"body":{"components/ViewerComponent.html":{}}}],["click",{"_index":1617,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["clicked",{"_index":728,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["clicking",{"_index":4199,"title":{},"body":{"changelog.html":{}}}],["clicks",{"_index":3113,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["client",{"_index":4017,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["clientheight",{"_index":3050,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["clip",{"_index":3829,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["close",{"_index":483,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ViewerComponent.html":{}}}],["closed",{"_index":2296,"title":{},"body":{"classes/InitializationState.html":{},"components/ViewerComponent.html":{},"miscellaneous/typealiases.html":{}}}],["closedialog",{"_index":3298,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["closeexpanded",{"_index":2389,"title":{},"body":{"classes/InitializationState.html":{}}}],["closeiframeviewer",{"_index":485,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["closeopendone",{"_index":2396,"title":{},"body":{"classes/InitializationState.html":{}}}],["closes",{"_index":1830,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["closesliderpopover",{"_index":1796,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["closesliderpopover(target",{"_index":1836,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["closespatialsearch",{"_index":3449,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["cls",{"_index":3724,"title":{},"body":{"injectables/ThemingService.html":{}}}],["clsname",{"_index":1591,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["cluster_appmodule",{"_index":62,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":63,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":64,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_buttontogglemodule",{"_index":781,"title":{},"body":{"modules/ButtonToggleModule.html":{},"overview.html":{}}}],["cluster_buttontogglemodule_declarations",{"_index":782,"title":{},"body":{"modules/ButtonToggleModule.html":{},"overview.html":{}}}],["cluster_buttontogglemodule_exports",{"_index":783,"title":{},"body":{"modules/ButtonToggleModule.html":{},"overview.html":{}}}],["cluster_checkboxmodule",{"_index":854,"title":{},"body":{"modules/CheckboxModule.html":{},"overview.html":{}}}],["cluster_checkboxmodule_declarations",{"_index":855,"title":{},"body":{"modules/CheckboxModule.html":{},"overview.html":{}}}],["cluster_checkboxmodule_exports",{"_index":856,"title":{},"body":{"modules/CheckboxModule.html":{},"overview.html":{}}}],["cluster_coremodule",{"_index":1177,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_coremodule_exports",{"_index":1178,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_coremodule_imports",{"_index":1179,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_donorcardmodule",{"_index":1694,"title":{},"body":{"modules/DonorCardModule.html":{},"overview.html":{}}}],["cluster_donorcardmodule_declarations",{"_index":1695,"title":{},"body":{"modules/DonorCardModule.html":{},"overview.html":{}}}],["cluster_donorcardmodule_exports",{"_index":1696,"title":{},"body":{"modules/DonorCardModule.html":{},"overview.html":{}}}],["cluster_donorcardmodule_imports",{"_index":1697,"title":{},"body":{"modules/DonorCardModule.html":{},"overview.html":{}}}],["cluster_drawermodule",{"_index":1707,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_drawermodule_declarations",{"_index":1708,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_drawermodule_exports",{"_index":1709,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_dropdownmodule",{"_index":1772,"title":{},"body":{"modules/DropdownModule.html":{},"overview.html":{}}}],["cluster_dropdownmodule_declarations",{"_index":1774,"title":{},"body":{"modules/DropdownModule.html":{},"overview.html":{}}}],["cluster_dropdownmodule_exports",{"_index":1773,"title":{},"body":{"modules/DropdownModule.html":{},"overview.html":{}}}],["cluster_dualslidermodule",{"_index":1962,"title":{},"body":{"modules/DualSliderModule.html":{},"overview.html":{}}}],["cluster_dualslidermodule_declarations",{"_index":1964,"title":{},"body":{"modules/DualSliderModule.html":{},"overview.html":{}}}],["cluster_dualslidermodule_exports",{"_index":1963,"title":{},"body":{"modules/DualSliderModule.html":{},"overview.html":{}}}],["cluster_filterscontentmodule",{"_index":2066,"title":{},"body":{"modules/FiltersContentModule.html":{},"overview.html":{}}}],["cluster_filterscontentmodule_declarations",{"_index":2069,"title":{},"body":{"modules/FiltersContentModule.html":{},"overview.html":{}}}],["cluster_filterscontentmodule_exports",{"_index":2067,"title":{},"body":{"modules/FiltersContentModule.html":{},"overview.html":{}}}],["cluster_filterscontentmodule_imports",{"_index":2068,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["cluster_filterspopovermodule",{"_index":2117,"title":{},"body":{"modules/FiltersPopoverModule.html":{},"overview.html":{}}}],["cluster_filterspopovermodule_declarations",{"_index":2118,"title":{},"body":{"modules/FiltersPopoverModule.html":{},"overview.html":{}}}],["cluster_filterspopovermodule_exports",{"_index":2120,"title":{},"body":{"modules/FiltersPopoverModule.html":{},"overview.html":{}}}],["cluster_filterspopovermodule_imports",{"_index":2119,"title":{},"body":{"modules/FiltersPopoverModule.html":{}}}],["cluster_headermodule",{"_index":2206,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_headermodule_declarations",{"_index":2207,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_headermodule_exports",{"_index":2208,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_ontologyexplorationmodule",{"_index":2560,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"overview.html":{}}}],["cluster_ontologyexplorationmodule_exports",{"_index":2561,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"overview.html":{}}}],["cluster_ontologyexplorationmodule_imports",{"_index":2562,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"overview.html":{}}}],["cluster_ontologysearchmodule",{"_index":2671,"title":{},"body":{"modules/OntologySearchModule.html":{},"overview.html":{}}}],["cluster_ontologysearchmodule_declarations",{"_index":2672,"title":{},"body":{"modules/OntologySearchModule.html":{},"overview.html":{}}}],["cluster_ontologysearchmodule_exports",{"_index":2673,"title":{},"body":{"modules/OntologySearchModule.html":{},"overview.html":{}}}],["cluster_ontologyselectionmodule",{"_index":2823,"title":{},"body":{"modules/OntologySelectionModule.html":{},"overview.html":{}}}],["cluster_ontologyselectionmodule_declarations",{"_index":4728,"title":{},"body":{"overview.html":{}}}],["cluster_ontologyselectionmodule_exports",{"_index":2824,"title":{},"body":{"modules/OntologySelectionModule.html":{},"overview.html":{}}}],["cluster_ontologyselectionmodule_imports",{"_index":2825,"title":{},"body":{"modules/OntologySelectionModule.html":{}}}],["cluster_ontologyselectionmodule_ontologyselectioncomponent_providers",{"_index":2826,"title":{},"body":{"modules/OntologySelectionModule.html":{},"overview.html":{}}}],["cluster_ontologytreemodule",{"_index":2829,"title":{},"body":{"modules/OntologyTreeModule.html":{},"overview.html":{}}}],["cluster_ontologytreemodule_declarations",{"_index":2830,"title":{},"body":{"modules/OntologyTreeModule.html":{},"overview.html":{}}}],["cluster_ontologytreemodule_exports",{"_index":2831,"title":{},"body":{"modules/OntologyTreeModule.html":{},"overview.html":{}}}],["cluster_ontologytreemodule_imports",{"_index":2832,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["cluster_resultsbrowsermodule",{"_index":3065,"title":{},"body":{"modules/ResultsBrowserModule.html":{},"overview.html":{}}}],["cluster_resultsbrowsermodule_declarations",{"_index":3066,"title":{},"body":{"modules/ResultsBrowserModule.html":{},"overview.html":{}}}],["cluster_resultsbrowsermodule_exports",{"_index":3067,"title":{},"body":{"modules/ResultsBrowserModule.html":{},"overview.html":{}}}],["cluster_resultsbrowsermodule_imports",{"_index":3068,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["cluster_runspatialsearchmodule",{"_index":3088,"title":{},"body":{"modules/RunSpatialSearchModule.html":{},"overview.html":{}}}],["cluster_runspatialsearchmodule_declarations",{"_index":3090,"title":{},"body":{"modules/RunSpatialSearchModule.html":{},"overview.html":{}}}],["cluster_runspatialsearchmodule_exports",{"_index":3089,"title":{},"body":{"modules/RunSpatialSearchModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigbehaviormodule",{"_index":3287,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigbehaviormodule_declarations",{"_index":3290,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigbehaviormodule_exports",{"_index":3289,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigbehaviormodule_imports",{"_index":3288,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigmodule",{"_index":3319,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigmodule_declarations",{"_index":3321,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigmodule_exports",{"_index":3320,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuibehaviormodule",{"_index":3439,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuibehaviormodule_declarations",{"_index":3440,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuibehaviormodule_exports",{"_index":3441,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuibehaviormodule_imports",{"_index":3442,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuimodule",{"_index":3511,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuimodule_declarations",{"_index":3512,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuimodule_exports",{"_index":3514,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuimodule_imports",{"_index":3513,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"overview.html":{}}}],["cluster_spinneroverlaymodule",{"_index":3642,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"overview.html":{}}}],["cluster_spinneroverlaymodule_declarations",{"_index":3643,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"overview.html":{}}}],["cluster_spinneroverlaymodule_exports",{"_index":3644,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"overview.html":{}}}],["cluster_termoccurrencelistmodule",{"_index":3700,"title":{},"body":{"modules/TermOccurrenceListModule.html":{},"overview.html":{}}}],["cluster_termoccurrencelistmodule_declarations",{"_index":3701,"title":{},"body":{"modules/TermOccurrenceListModule.html":{},"overview.html":{}}}],["cluster_termoccurrencelistmodule_exports",{"_index":3702,"title":{},"body":{"modules/TermOccurrenceListModule.html":{},"overview.html":{}}}],["cluster_themingmodule",{"_index":3705,"title":{},"body":{"modules/ThemingModule.html":{},"overview.html":{}}}],["cluster_themingmodule_providers",{"_index":3706,"title":{},"body":{"modules/ThemingModule.html":{},"overview.html":{}}}],["cluster_thumbnailcarouselmodule",{"_index":3833,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{},"overview.html":{}}}],["cluster_thumbnailcarouselmodule_declarations",{"_index":3835,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{},"overview.html":{}}}],["cluster_thumbnailcarouselmodule_exports",{"_index":3834,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{},"overview.html":{}}}],["cluster_tissueblocklistmodule",{"_index":3851,"title":{},"body":{"modules/TissueBlockListModule.html":{},"overview.html":{}}}],["cluster_tissueblocklistmodule_declarations",{"_index":3852,"title":{},"body":{"modules/TissueBlockListModule.html":{},"overview.html":{}}}],["cluster_tissueblocklistmodule_exports",{"_index":3853,"title":{},"body":{"modules/TissueBlockListModule.html":{},"overview.html":{}}}],["cluster_tissuesectionvismodule",{"_index":3885,"title":{},"body":{"modules/TissueSectionVisModule.html":{},"overview.html":{}}}],["cluster_tissuesectionvismodule_declarations",{"_index":3886,"title":{},"body":{"modules/TissueSectionVisModule.html":{},"overview.html":{}}}],["cluster_tissuesectionvismodule_exports",{"_index":3887,"title":{},"body":{"modules/TissueSectionVisModule.html":{},"overview.html":{}}}],["cluster_viewermodule",{"_index":3954,"title":{},"body":{"modules/ViewerModule.html":{},"overview.html":{}}}],["cluster_viewermodule_declarations",{"_index":3956,"title":{},"body":{"modules/ViewerModule.html":{},"overview.html":{}}}],["cluster_viewermodule_exports",{"_index":3955,"title":{},"body":{"modules/ViewerModule.html":{},"overview.html":{}}}],["coalescing",{"_index":2981,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["code",{"_index":4106,"title":{},"body":{"changelog.html":{}}}],["codebase",{"_index":4304,"title":{},"body":{"changelog.html":{}}}],["codeblob",{"_index":3982,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["codex",{"_index":4345,"title":{},"body":{"changelog.html":{}}}],["codifies",{"_index":4393,"title":{},"body":{"changelog.html":{}}}],["coercebooleanproperty",{"_index":2291,"title":{},"body":{"classes/InitializationState.html":{}}}],["collaboration",{"_index":4302,"title":{},"body":{"changelog.html":{}}}],["collapse",{"_index":2392,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["collapsed",{"_index":2301,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["collapses",{"_index":2388,"title":{},"body":{"classes/InitializationState.html":{}}}],["collisions",{"_index":3589,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"changelog.html":{}}}],["collisions.has(s['@id",{"_index":3595,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["colon",{"_index":4750,"title":{},"body":{"miscellaneous/variables.html":{}}}],["color",{"_index":395,"title":{"interfaces/Color.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/DonorCardComponent.html":{},"components/HeaderComponent.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"modules/StoreModule.html":{},"components/TissueSectionVisComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["color.color",{"_index":927,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["color.rank",{"_index":2487,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["color].concat(colorsavailable",{"_index":935,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignments",{"_index":898,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["colorassignments[key",{"_index":914,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist",{"_index":900,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist.filter(a",{"_index":936,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist.reduce>>((acc",{"_index":929,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist.slice(0",{"_index":923,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist[colorassignmentslist.length",{"_index":921,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentstate",{"_index":906,"title":{"injectables/ColorAssignmentState.html":{}},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["colorassignmentstatemodel",{"_index":895,"title":{"interfaces/ColorAssignmentStateModel.html":{}},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"coverage.html":{}}}],["colorizing",{"_index":4353,"title":{},"body":{"changelog.html":{}}}],["colorpalette",{"_index":896,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colors",{"_index":903,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["colors[node['@id']].rgba",{"_index":3204,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["colors[tissueblock.spatialentityid",{"_index":2485,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["colorsavailable",{"_index":897,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorsavailable.filter(c",{"_index":925,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorsavailable.length",{"_index":919,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorsavailable[0",{"_index":920,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["column",{"_index":1941,"title":{},"body":{"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["columns",{"_index":799,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["combination",{"_index":4314,"title":{},"body":{"changelog.html":{}}}],["combined",{"_index":1175,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["combinelatest",{"_index":200,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([scene.referenceorgans",{"_index":370,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["combinelatest([this.theme",{"_index":374,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["combines",{"_index":1267,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["come",{"_index":4349,"title":{},"body":{"changelog.html":{}}}],["coming",{"_index":4342,"title":{},"body":{"changelog.html":{}}}],["comlink",{"_index":4551,"title":{},"body":{"dependencies.html":{}}}],["comma",{"_index":470,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["common",{"_index":1371,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["commonmodule",{"_index":785,"title":{},"body":{"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/DonorCardModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{}}}],["commonmodule,maticonmodule,matbuttontogglemodule",{"_index":787,"title":{},"body":{"modules/ButtonToggleModule.html":{}}}],["compare",{"_index":1411,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["compatibility",{"_index":3675,"title":{},"body":{"modules/StoreModule.html":{}}}],["completed",{"_index":1256,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["completion",{"_index":2394,"title":{},"body":{"classes/InitializationState.html":{}}}],["complexity",{"_index":4223,"title":{},"body":{"changelog.html":{}}}],["compodoc",{"_index":4104,"title":{},"body":{"changelog.html":{}}}],["componenet",{"_index":2574,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["component",{"_index":180,"title":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["component's",{"_index":1812,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["component.component",{"_index":121,"title":{},"body":{"modules/AppModule.html":{}}}],["component.component.ts",{"_index":535,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["component.component.ts:100",{"_index":559,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:101",{"_index":557,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:102",{"_index":561,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:103",{"_index":560,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:105",{"_index":567,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:106",{"_index":564,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:107",{"_index":566,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:108",{"_index":555,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:109",{"_index":556,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:110",{"_index":563,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:111",{"_index":562,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:112",{"_index":554,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:114",{"_index":551,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:96",{"_index":553,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:97",{"_index":565,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:99",{"_index":558,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component_template",{"_index":647,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["componentref",{"_index":3727,"title":{},"body":{"injectables/ThemingService.html":{}}}],["components",{"_index":239,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"overview.html":{},"miscellaneous/typealiases.html":{}}}],["composes",{"_index":2709,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["computations",{"_index":2684,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["computes",{"_index":1882,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["comunica/query",{"_index":4521,"title":{},"body":{"dependencies.html":{}}}],["concat",{"_index":4553,"title":{},"body":{"dependencies.html":{}}}],["concat(colorassignmentslist",{"_index":928,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["condition",{"_index":2730,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["conditions",{"_index":4702,"title":{},"body":{"license.html":{}}}],["config",{"_index":683,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["config'},{'name",{"_index":686,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["config.component",{"_index":38,"title":{},"body":{"classes/AddSearch.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["config.component.html",{"_index":3297,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.scss",{"_index":3296,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts",{"_index":3295,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["config.component.ts:17",{"_index":3309,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:20",{"_index":3300,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:23",{"_index":3301,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:26",{"_index":3302,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:29",{"_index":3308,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:32",{"_index":3307,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:35",{"_index":3303,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:38",{"_index":3305,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:41",{"_index":3306,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.isolated",{"_index":2531,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["config.module",{"_index":3294,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{}}}],["config.module.ts",{"_index":3322,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{}}}],["config/spatial",{"_index":37,"title":{},"body":{"classes/AddSearch.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["configstore",{"_index":552,"title":{},"body":{"components/AppWebComponent.html":{}}}],["configuration",{"_index":2501,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["configurations",{"_index":4171,"title":{},"body":{"changelog.html":{}}}],["configure",{"_index":3310,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["confirmation",{"_index":4140,"title":{},"body":{"changelog.html":{}}}],["conform",{"_index":4178,"title":{},"body":{"changelog.html":{}}}],["connect",{"_index":2552,"title":{},"body":{"injectables/MessageService.html":{},"changelog.html":{}}}],["connect(source",{"_index":2540,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["connected",{"_index":998,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["connectedposition",{"_index":1884,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["connection",{"_index":4724,"title":{},"body":{"license.html":{}}}],["connects",{"_index":2539,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["consentservice",{"_index":196,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["consider",{"_index":3674,"title":{},"body":{"modules/StoreModule.html":{}}}],["consortium",{"_index":4678,"title":{},"body":{"license.html":{}}}],["consortiums",{"_index":1243,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["const",{"_index":160,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["constantly",{"_index":3944,"title":{},"body":{"components/ViewerComponent.html":{}}}],["construct",{"_index":4620,"title":{},"body":{"miscellaneous/functions.html":{}}}],["constructor",{"_index":16,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"modules/ThumbnailCarouselModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/typealiases.html":{}}}],["constructor(@inject(message_service_config",{"_index":2530,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["constructor(@optional",{"_index":1200,"title":{},"body":{"modules/CoreModule.html":{},"injectables/ThemingService.html":{}}}],["constructor(config",{"_index":2553,"title":{},"body":{"injectables/MessageService.html":{}}}],["constructor(configstore",{"_index":550,"title":{},"body":{"components/AppWebComponent.html":{}}}],["constructor(dataservice",{"_index":2439,"title":{},"body":{"injectables/ListResultsState.html":{},"injectables/SceneState.html":{}}}],["constructor(datasource",{"_index":3615,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["constructor(defaulttheme",{"_index":3719,"title":{},"body":{"injectables/ThemingService.html":{}}}],["constructor(dialog",{"_index":3236,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["constructor(dialogref",{"_index":3396,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["constructor(drawer",{"_index":3895,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["constructor(execute",{"_index":3213,"title":{},"body":{"classes/SetExecuteSearchOnGenerate.html":{}}}],["constructor(filter",{"_index":3924,"title":{},"body":{"classes/UpdateFilter.html":{}}}],["constructor(ga",{"_index":801,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["constructor(globalconfig",{"_index":3963,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["constructor(id",{"_index":2984,"title":{},"body":{"classes/RemoveSearch.html":{}}}],["constructor(items",{"_index":3221,"title":{},"body":{"classes/SetSelectedSearches.html":{}}}],["constructor(messageservice",{"_index":972,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{}}}],["constructor(node",{"_index":2558,"title":{},"body":{"classes/MoveToNode.html":{}}}],["constructor(ontologysearchservice",{"_index":2762,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["constructor(ontologyservice",{"_index":2588,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["constructor(organid",{"_index":3215,"title":{},"body":{"classes/SetOrgan.html":{}}}],["constructor(original",{"_index":2129,"title":{},"body":{"classes/FlatNode.html":{}}}],["constructor(overlay",{"_index":1809,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["constructor(position",{"_index":3217,"title":{},"body":{"classes/SetPosition.html":{}}}],["constructor(private",{"_index":159,"title":{},"body":{"modules/AppModule.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["constructor(public",{"_index":2632,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["constructor(radius",{"_index":3219,"title":{},"body":{"classes/SetRadius.html":{}}}],["constructor(readonly",{"_index":42,"title":{},"body":{"classes/AddSearch.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{}}}],["constructor(registry",{"_index":2264,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["constructor(sanitizer",{"_index":3933,"title":{},"body":{"components/ViewerComponent.html":{}}}],["constructor(sex",{"_index":17,"title":{},"body":{"classes/AddSearch.html":{},"classes/SetSex.html":{}}}],["constructor(source",{"_index":2545,"title":{},"body":{"classes/MessageChannel.html":{}}}],["constructor(store",{"_index":3075,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["contain",{"_index":1164,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/HeaderComponent.html":{}}}],["container",{"_index":762,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueSectionVisComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["container'},{'name",{"_index":655,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["container.component.html",{"_index":959,"title":{},"body":{"components/ContainerComponent.html":{}}}],["container.component.scss",{"_index":958,"title":{},"body":{"components/ContainerComponent.html":{}}}],["container/container.component",{"_index":1713,"title":{},"body":{"modules/DrawerModule.html":{}}}],["containercomponent",{"_index":654,"title":{"components/ContainerComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["containerpayload",{"_index":1166,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["containers",{"_index":1050,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"changelog.html":{}}}],["containing",{"_index":1057,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ThumbnailCarouselComponent.html":{},"index.html":{}}}],["contains",{"_index":831,"title":{},"body":{"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/TermOccurrenceListComponent.html":{}}}],["content",{"_index":761,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["content'},{'name",{"_index":657,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["content.component",{"_index":2075,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["content.component.html",{"_index":1976,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.scss",{"_index":1076,"title":{},"body":{"components/ContentComponent.html":{},"components/FiltersContentComponent.html":{}}}],["content.component.ts",{"_index":1973,"title":{},"body":{"components/FiltersContentComponent.html":{},"coverage.html":{}}}],["content.component.ts:105",{"_index":2004,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:117",{"_index":2011,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:128",{"_index":2013,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:23",{"_index":1990,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:28",{"_index":1989,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:33",{"_index":1993,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:38",{"_index":1991,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:43",{"_index":1992,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:48",{"_index":1995,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:53",{"_index":1999,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:58",{"_index":1997,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:63",{"_index":1988,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:75",{"_index":2002,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:87",{"_index":2007,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:96",{"_index":2001,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.module",{"_index":2122,"title":{},"body":{"modules/FiltersPopoverModule.html":{}}}],["content.module.ts",{"_index":2070,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["content/content.component",{"_index":1024,"title":{},"body":{"components/ContainerComponent.html":{},"modules/DrawerModule.html":{}}}],["content/filters",{"_index":1972,"title":{},"body":{"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"coverage.html":{}}}],["content1",{"_index":962,"title":{},"body":{"components/ContainerComponent.html":{}}}],["content2",{"_index":963,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren",{"_index":1020,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren(contentcomponent",{"_index":1001,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren(drawercomponent",{"_index":1011,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentcomponent",{"_index":656,"title":{"components/ContentComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["contentcontainerchanged",{"_index":1156,"title":{"interfaces/ContentContainerChanged.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["contents",{"_index":518,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["contentsvisible",{"_index":1788,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["continue",{"_index":3304,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["contract",{"_index":4721,"title":{},"body":{"license.html":{}}}],["control",{"_index":412,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["controls",{"_index":1735,"title":{},"body":{"components/DropdownComponent.html":{},"changelog.html":{}}}],["convention",{"_index":528,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["coordinate",{"_index":4659,"title":{},"body":{"index.html":{}}}],["copies",{"_index":4697,"title":{},"body":{"license.html":{}}}],["copy",{"_index":4684,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":4676,"title":{},"body":{"license.html":{}}}],["cord",{"_index":1540,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["cord.svg",{"_index":1541,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["core",{"_index":1201,"title":{},"body":{"modules/CoreModule.html":{}}}],["core/core.module",{"_index":123,"title":{},"body":{"modules/AppModule.html":{}}}],["core/models/list",{"_index":3043,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["core/models/ontology",{"_index":211,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySelectionComponent.html":{}}}],["core/services/app",{"_index":113,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["core/services/ontology",{"_index":2630,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["core/services/theming/theming.service",{"_index":214,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["core/store/action",{"_index":216,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["core/store/data/data.selectors",{"_index":219,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["core/store/data/data.state",{"_index":222,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{}}}],["core/store/list",{"_index":224,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["core/store/scene/scene.state",{"_index":228,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["core/store/spatial",{"_index":229,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{}}}],["coremodule",{"_index":68,"title":{"modules/CoreModule.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules.html":{},"overview.html":{}}}],["cors",{"_index":4555,"title":{},"body":{"dependencies.html":{}}}],["count",{"_index":2854,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["counter",{"_index":2508,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"miscellaneous/variables.html":{}}}],["counts",{"_index":3545,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"components/TermOccurrenceListComponent.html":{}}}],["counts[o.id",{"_index":2900,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["cover",{"_index":3827,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["coverage",{"_index":4374,"title":{"coverage.html":{}},"body":{"changelog.html":{},"coverage.html":{}}}],["create",{"_index":1811,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/FlatNode.html":{}}}],["create(original",{"_index":2139,"title":{},"body":{"classes/FlatNode.html":{}}}],["createcustomelement",{"_index":93,"title":{},"body":{"modules/AppModule.html":{}}}],["createcustomelement(appwebcomponent",{"_index":162,"title":{},"body":{"modules/AppModule.html":{}}}],["created",{"_index":1867,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"changelog.html":{}}}],["createitem",{"_index":3379,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["createitem(sex",{"_index":3349,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["createitemdescription",{"_index":3380,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["createitemdescription(sex",{"_index":3354,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["createitemid",{"_index":3381,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["createitemid(search",{"_index":3352,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["creates",{"_index":339,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/functions.html":{}}}],["createselectionlabel(ontologyselection",{"_index":464,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["createworker",{"_index":3961,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["createworker(_config",{"_index":3967,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["creating",{"_index":1027,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{}}}],["credits",{"_index":4663,"title":{},"body":{"index.html":{}}}],["criteria",{"_index":1815,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["css",{"_index":3777,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"dependencies.html":{}}}],["ct",{"_index":266,"title":{},"body":{"interfaces/AppOptions.html":{},"miscellaneous/variables.html":{}}}],["ctrlclick",{"_index":3158,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ctx",{"_index":3383,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{},"injectables/SpatialSearchUiState.html":{}}}],["ctx.dispatch(actions).pipe",{"_index":2972,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.dispatch(new",{"_index":2885,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.getstate",{"_index":2878,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.patchstate",{"_index":2890,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.patchstate(data",{"_index":2958,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.setstate(append([this.createitem(sex",{"_index":3335,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["ctx.setstate(newitems",{"_index":3348,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["ctx.setstate(removeitem(item",{"_index":3338,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["cuboid",{"_index":4372,"title":{},"body":{"changelog.html":{}}}],["cuboids",{"_index":4371,"title":{},"body":{"changelog.html":{}}}],["current",{"_index":793,"title":{},"body":{"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySelectionComponent.html":{},"components/SpatialSearchUiComponent.html":{},"miscellaneous/enumerations.html":{}}}],["currently",{"_index":445,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySelectionComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["currentnodes",{"_index":2756,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["currentsex",{"_index":2033,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["cursor",{"_index":763,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["customelements.define('ccf",{"_index":164,"title":{},"body":{"modules/AppModule.html":{}}}],["cyberinfrastructure",{"_index":4665,"title":{},"body":{"index.html":{}}}],["cycle",{"_index":4231,"title":{},"body":{"changelog.html":{}}}],["d",{"_index":1678,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["da326f",{"_index":883,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["damages",{"_index":4719,"title":{},"body":{"license.html":{}}}],["dark",{"_index":405,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["dark)').addeventlistener('change",{"_index":402,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["dark)').matches",{"_index":397,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["dark/light",{"_index":4174,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":342,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateSpatialSearch.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["data.actions",{"_index":1236,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["data.aggregatedata$.subscribe",{"_index":354,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.biomarkertermoccurencesdata$.subscribe",{"_index":357,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.celltypetermoccurencesdata$.subscribe",{"_index":356,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.content",{"_index":3275,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["data.content.length",{"_index":3283,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["data.filter$.pipe(map(x",{"_index":363,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.filter$.subscribe",{"_index":359,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.infotitle",{"_index":3274,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["data.ontologytermoccurencesdata$.subscribe",{"_index":355,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.providerfilterdata$.subscribe",{"_index":361,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.scenedata$.subscribe",{"_index":358,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.state",{"_index":1450,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["data.technologyfilterdata$.subscribe",{"_index":360,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.tissueblockdata$.subscribe",{"_index":353,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.updatefilter(filter",{"_index":369,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.videoid",{"_index":3277,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["data/data.actions",{"_index":2848,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["data/data.selectors",{"_index":2849,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["data/data.state",{"_index":2465,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["dataaction",{"_index":867,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["database",{"_index":35,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"components/DonorCardComponent.html":{},"classes/FlatNode.html":{},"interfaces/ListResult.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateFilter.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["databaseready",{"_index":1284,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["databasestatus",{"_index":1218,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["dataquerystate",{"_index":220,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"miscellaneous/enumerations.html":{}}}],["dataquerystate.completed",{"_index":1258,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["dataquerystate.running",{"_index":323,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{}}}],["dataservice",{"_index":2441,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["datasetresult",{"_index":3773,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["datasets",{"_index":4241,"title":{},"body":{"changelog.html":{}}}],["datasource",{"_index":347,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["datasourcelike",{"_index":1574,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["datasources",{"_index":542,"title":{},"body":{"components/AppWebComponent.html":{}}}],["datasourceservice",{"_index":192,"title":{},"body":{"interfaces/AppOptions.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["datastate",{"_index":221,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"classes/UpdateFilter.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["datastatemodel",{"_index":1205,"title":{"interfaces/DataStateModel.html":{}},"body":{"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"coverage.html":{}}}],["datastateselectors",{"_index":218,"title":{"classes/DataStateSelectors.html":{}},"body":{"interfaces/AppOptions.html":{},"classes/DataStateSelectors.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["datastateselectors.anatomicalstructurestreemodel",{"_index":3605,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["datastateselectors.celltypestreemodel",{"_index":3607,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["db",{"_index":2950,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["db.getcelltypetermoccurences(filter).pipe(take(1",{"_index":2956,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["db.getontologytermoccurences(filter).pipe(take(1",{"_index":2955,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["db.getreferenceorganscene(organid",{"_index":2952,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["db.gettissueblockresults(filter).pipe(take(1",{"_index":2954,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["deal",{"_index":4686,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":4725,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":2846,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["debouncetime(500",{"_index":2874,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["december",{"_index":4308,"title":{},"body":{"changelog.html":{}}}],["decides",{"_index":830,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["deck.gl",{"_index":894,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["deck.gl/core",{"_index":4524,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/geo",{"_index":4526,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/layers",{"_index":4528,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/mesh",{"_index":4529,"title":{},"body":{"dependencies.html":{}}}],["declarations",{"_index":58,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["decoration",{"_index":2198,"title":{},"body":{"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["decorator",{"_index":188,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"components/FiltersPopoverComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/StoreModule.html":{},"dependencies.html":{}}}],["decorators",{"_index":942,"title":{},"body":{"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["deep",{"_index":776,"title":{},"body":{"components/ButtonToggleComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["deeply",{"_index":4133,"title":{},"body":{"changelog.html":{}}}],["default",{"_index":28,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["default_color_palette",{"_index":878,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_color_palette.concat",{"_index":905,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["default_filter",{"_index":1237,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_icons",{"_index":1478,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_selected_organs",{"_index":3141,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_theme",{"_index":117,"title":{},"body":{"modules/AppModule.html":{},"injectables/ThemingService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaulticondefinition",{"_index":1456,"title":{"interfaces/DefaultIconDefinition.html":{}},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultposition",{"_index":2856,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["defaultposition(state",{"_index":3541,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["defaultradius",{"_index":2913,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["defaults",{"_index":904,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["defaulttheme",{"_index":3714,"title":{},"body":{"injectables/ThemingService.html":{}}}],["defaultvalue",{"_index":2852,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["defer",{"_index":1221,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["deferred",{"_index":2275,"title":{},"body":{"classes/InitializationState.html":{}}}],["defined",{"_index":22,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{}}}],["definition",{"_index":1460,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["definition.html",{"_index":2243,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["definition.url",{"_index":2242,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["delay",{"_index":1225,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["delay(2000",{"_index":1392,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["delegatedatasourceoptions",{"_index":1568,"title":{"interfaces/DelegateDataSourceOptions.html":{}},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["delegatedatasourceservice",{"_index":1190,"title":{"injectables/DelegateDataSourceService.html":{}},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["demo",{"_index":4147,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":56,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["depending",{"_index":4204,"title":{},"body":{"changelog.html":{}}}],["depth",{"_index":2909,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["descendants",{"_index":1002,"title":{},"body":{"components/ContainerComponent.html":{}}}],["descrepancies",{"_index":4062,"title":{},"body":{"changelog.html":{}}}],["describes",{"_index":810,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["description",{"_index":789,"title":{},"body":{"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{}}}],["deselect",{"_index":3033,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["deselected",{"_index":3023,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["deselectlistresult",{"_index":2434,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["deselectlistresult(result",{"_index":2444,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["details",{"_index":4405,"title":{},"body":{"changelog.html":{}}}],["detect",{"_index":1900,"title":{},"body":{"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["detected",{"_index":1844,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["detection",{"_index":985,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["detector",{"_index":977,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["determine",{"_index":2975,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{}}}],["determines",{"_index":1739,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{}}}],["developed",{"_index":4664,"title":{},"body":{"index.html":{}}}],["developmentmode",{"_index":3670,"title":{},"body":{"modules/StoreModule.html":{}}}],["developments",{"_index":4397,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dialog",{"_index":3076,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{}}}],["dialogref",{"_index":3237,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["dialogsubs",{"_index":3228,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["diff",{"_index":3053,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["different",{"_index":2423,"title":{},"body":{"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["digits",{"_index":4288,"title":{},"body":{"changelog.html":{}}}],["direct",{"_index":4414,"title":{},"body":{"changelog.html":{}}}],["directimport",{"_index":3972,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["direction",{"_index":1940,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["directive",{"_index":645,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["directives",{"_index":708,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["directly",{"_index":4343,"title":{},"body":{"changelog.html":{}}}],["disable",{"_index":523,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{}}}],["disabled",{"_index":2205,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/StoreModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["disables",{"_index":3163,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["dispatch",{"_index":185,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["display",{"_index":461,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["displayed",{"_index":1729,"title":{},"body":{"components/DropdownComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["displayformatter",{"_index":2583,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["displayformatter(option",{"_index":2596,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["displaying",{"_index":4158,"title":{},"body":{"changelog.html":{}}}],["displaylabel",{"_index":2721,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["displays",{"_index":1587,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpinnerOverlayComponent.html":{}}}],["distinct",{"_index":1226,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["distinctuntilchanged",{"_index":877,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["distribute",{"_index":4693,"title":{},"body":{"license.html":{}}}],["dobootstrap",{"_index":89,"title":{},"body":{"modules/AppModule.html":{}}}],["doc",{"_index":4382,"title":{},"body":{"changelog.html":{}}}],["docs",{"_index":4071,"title":{},"body":{"changelog.html":{}}}],["document",{"_index":1827,"title":{},"body":{"components/DualSliderComponent.html":{},"dependencies.html":{}}}],["document:click",{"_index":1806,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["document:click(target",{"_index":1824,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["document:touchstart",{"_index":1807,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["document:touchstart(target",{"_index":1835,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["documentation",{"_index":4107,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["dom",{"_index":532,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["domains",{"_index":300,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["domsanitizer",{"_index":2220,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{}}}],["don't",{"_index":469,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["done",{"_index":739,"title":{},"body":{"components/ButtonToggleComponent.html":{},"changelog.html":{}}}],["donor",{"_index":659,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["donor_card",{"_index":1628,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["donorcardcomponent",{"_index":658,"title":{"components/DonorCardComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["donorcardmodule",{"_index":1693,"title":{"modules/DonorCardModule.html":{}},"body":{"modules/DonorCardModule.html":{},"modules/ResultsBrowserModule.html":{},"modules.html":{},"overview.html":{}}}],["donors",{"_index":4242,"title":{},"body":{"changelog.html":{}}}],["doreset",{"_index":917,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["dotenv",{"_index":4559,"title":{},"body":{"dependencies.html":{}}}],["down",{"_index":280,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySelectionComponent.html":{}}}],["download",{"_index":2171,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["downloadclicked",{"_index":2176,"title":{},"body":{"components/HeaderComponent.html":{}}}],["drawer",{"_index":242,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["drawer'},{'name",{"_index":661,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["drawer.close",{"_index":3917,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.closeexpanded",{"_index":3916,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.component.html",{"_index":2312,"title":{},"body":{"classes/InitializationState.html":{}}}],["drawer.component.scss",{"_index":2313,"title":{},"body":{"classes/InitializationState.html":{}}}],["drawer.open",{"_index":3918,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.position",{"_index":1061,"title":{},"body":{"components/ContainerComponent.html":{}}}],["drawer/drawer.component",{"_index":1025,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/DrawerModule.html":{},"components/ToggleButtonComponent.html":{}}}],["drawercomponent",{"_index":235,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["drawercomponent).position",{"_index":1137,"title":{},"body":{"components/ContentComponent.html":{}}}],["drawercontainerschanged",{"_index":1163,"title":{"interfaces/DrawerContainersChanged.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drawerexpanded",{"_index":2082,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["drawerinitialized",{"_index":1169,"title":{"interfaces/DrawerInitialized.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drawermodule",{"_index":69,"title":{"modules/DrawerModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules.html":{},"overview.html":{}}}],["drawerpayload",{"_index":1174,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["drawers",{"_index":407,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["drawers.filter(drawer",{"_index":1060,"title":{},"body":{"components/ContainerComponent.html":{}}}],["drawertoggled",{"_index":1170,"title":{"interfaces/DrawerToggled.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["dropdown",{"_index":1717,"title":{},"body":{"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/TermOccurrenceListComponent.html":{}}}],["dropdown'},{'name",{"_index":663,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["dropdown.component",{"_index":1780,"title":{},"body":{"modules/DropdownModule.html":{}}}],["dropdown.component.html",{"_index":1720,"title":{},"body":{"components/DropdownComponent.html":{}}}],["dropdown.component.scss",{"_index":1719,"title":{},"body":{"components/DropdownComponent.html":{}}}],["dropdowncomponent",{"_index":662,"title":{"components/DropdownComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["dropdownmodule",{"_index":1771,"title":{"modules/DropdownModule.html":{}},"body":{"modules/DropdownModule.html":{},"modules/FiltersContentModule.html":{},"modules.html":{},"overview.html":{}}}],["dual",{"_index":665,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["dual_slider",{"_index":1927,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["dualslidercomponent",{"_index":664,"title":{"components/DualSliderComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["dualslidermodule",{"_index":70,"title":{"modules/DualSliderModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules.html":{},"overview.html":{}}}],["duration",{"_index":384,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["during",{"_index":1416,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["dynamic",{"_index":4517,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":4057,"title":{},"body":{"changelog.html":{}}}],["e",{"_index":403,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["e040fb",{"_index":887,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["each",{"_index":2510,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["ease",{"_index":1155,"title":{},"body":{"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["easier",{"_index":4090,"title":{},"body":{"changelog.html":{}}}],["easily",{"_index":482,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["edit",{"_index":3477,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["editreferenceorganclicked",{"_index":3450,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["effect",{"_index":1737,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["efficiency",{"_index":4261,"title":{},"body":{"changelog.html":{}}}],["eg",{"_index":599,"title":{},"body":{"components/AppWebComponent.html":{}}}],["el",{"_index":343,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{}}}],["element",{"_index":644,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["element.getboundingclientrect",{"_index":2361,"title":{},"body":{"classes/InitializationState.html":{}}}],["element.nativeelement",{"_index":3754,"title":{},"body":{"injectables/ThemingService.html":{}}}],["element.nativeelement.contains(target",{"_index":1919,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["elementref",{"_index":181,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"injectables/ThemingService.html":{}}}],["elements",{"_index":3796,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["ellipsis",{"_index":1690,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["embedded",{"_index":4169,"title":{},"body":{"changelog.html":{}}}],["embedding",{"_index":4163,"title":{},"body":{"changelog.html":{}}}],["embedding.md",{"_index":4161,"title":{},"body":{"changelog.html":{}}}],["emit",{"_index":821,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{}}}],["emits",{"_index":314,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["emitted",{"_index":294,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"interfaces/DataStateModel.html":{},"components/HeaderComponent.html":{},"miscellaneous/functions.html":{}}}],["emitter",{"_index":2595,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["emitters",{"_index":2994,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["emitting",{"_index":2343,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ResultsBrowserComponent.html":{}}}],["empty",{"_index":2703,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["enable",{"_index":2600,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["enabled",{"_index":1094,"title":{},"body":{"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["enabletooltip",{"_index":717,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["encapsulates",{"_index":2751,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["end",{"_index":1037,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["end?.expanded",{"_index":1148,"title":{},"body":{"components/ContentComponent.html":{}}}],["end?.opened",{"_index":1147,"title":{},"body":{"components/ContentComponent.html":{}}}],["enddrawers",{"_index":1062,"title":{},"body":{"components/ContainerComponent.html":{}}}],["enddrawers.length",{"_index":1065,"title":{},"body":{"components/ContainerComponent.html":{}}}],["enddrawers[0",{"_index":1068,"title":{},"body":{"components/ContainerComponent.html":{}}}],["endexpanded",{"_index":1146,"title":{},"body":{"components/ContentComponent.html":{}}}],["ensures",{"_index":1623,"title":{},"body":{"components/DonorCardComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["enter",{"_index":1853,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["entire",{"_index":3662,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["entities",{"_index":3119,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entry",{"_index":2602,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["entry.displaylabel.join().includes",{"_index":2645,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["entry.node.label.tolowercase",{"_index":2646,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["enum",{"_index":1252,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["enumerations",{"_index":4611,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["environment",{"_index":208,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"modules/StoreModule.html":{}}}],["environment.acceptableviewerdomains",{"_index":305,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["environment.customization",{"_index":638,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.dboptions",{"_index":636,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.disabledbworker",{"_index":1579,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["environment.googleanalyticstoken",{"_index":1198,"title":{},"body":{"modules/CoreModule.html":{}}}],["environment.production",{"_index":3671,"title":{},"body":{"modules/StoreModule.html":{}}}],["environments/environment",{"_index":209,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"modules/StoreModule.html":{}}}],["error",{"_index":1031,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/DataStateModel.html":{},"injectables/ThemingService.html":{}}}],["error('invalid",{"_index":609,"title":{},"body":{"components/AppWebComponent.html":{}}}],["error('the",{"_index":1202,"title":{},"body":{"modules/CoreModule.html":{}}}],["error(`invalid",{"_index":603,"title":{},"body":{"components/AppWebComponent.html":{}}}],["error(`multiple",{"_index":1039,"title":{},"body":{"components/ContainerComponent.html":{}}}],["errors",{"_index":1028,"title":{},"body":{"components/ContainerComponent.html":{},"miscellaneous/functions.html":{}}}],["es",{"_index":4549,"title":{},"body":{"dependencies.html":{}}}],["es2015.worker.js",{"_index":3981,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["eslint",{"_index":522,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{}}}],["eslint/naming",{"_index":527,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["eslint/prefer",{"_index":2979,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["etc",{"_index":1173,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"changelog.html":{}}}],["eui",{"_index":165,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["eui/rui",{"_index":4101,"title":{},"body":{"changelog.html":{}}}],["eui/src/app/app",{"_index":534,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["eui/src/app/app.component.ts",{"_index":169,"title":{},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["eui/src/app/app.module.ts",{"_index":80,"title":{},"body":{"modules/AppModule.html":{}}}],["eui/src/app/app.module.ts:63",{"_index":84,"title":{},"body":{"modules/AppModule.html":{}}}],["eui/src/app/core/core.module.ts",{"_index":1183,"title":{},"body":{"modules/CoreModule.html":{}}}],["eui/src/app/core/header/header.component.ts",{"_index":2169,"title":{},"body":{"components/HeaderComponent.html":{},"coverage.html":{}}}],["eui/src/app/core/header/header.component.ts:18",{"_index":2179,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:20",{"_index":2183,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:22",{"_index":2184,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:27",{"_index":2181,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:32",{"_index":2178,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:37",{"_index":2186,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:42",{"_index":2185,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.module.ts",{"_index":2209,"title":{},"body":{"modules/HeaderModule.html":{}}}],["eui/src/app/core/models/flat",{"_index":2124,"title":{},"body":{"classes/FlatNode.html":{},"coverage.html":{}}}],["eui/src/app/core/models/list",{"_index":2428,"title":{},"body":{"interfaces/ListResult.html":{},"coverage.html":{}}}],["eui/src/app/core/models/ontology",{"_index":2747,"title":{},"body":{"interfaces/OntologySelection.html":{},"coverage.html":{}}}],["eui/src/app/core/services/app",{"_index":497,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"coverage.html":{}}}],["eui/src/app/core/services/data",{"_index":1569,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/services/ontology",{"_index":2681,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"coverage.html":{}}}],["eui/src/app/core/services/theming/theming.module.ts",{"_index":3707,"title":{},"body":{"modules/ThemingModule.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts",{"_index":3712,"title":{},"body":{"injectables/ThemingService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:13",{"_index":3737,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:14",{"_index":3738,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:16",{"_index":3736,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:18",{"_index":3739,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:21",{"_index":3728,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:25",{"_index":3720,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:39",{"_index":3725,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:48",{"_index":3735,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:60",{"_index":3733,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:71",{"_index":3731,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:83",{"_index":3722,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/store/action",{"_index":4449,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["eui/src/app/core/store/color",{"_index":860,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/store/data/data.actions.ts",{"_index":3923,"title":{},"body":{"classes/UpdateFilter.html":{},"coverage.html":{}}}],["eui/src/app/core/store/data/data.actions.ts:4",{"_index":3925,"title":{},"body":{"classes/UpdateFilter.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts",{"_index":1440,"title":{},"body":{"classes/DataStateSelectors.html":{},"coverage.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts:12",{"_index":1443,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts:17",{"_index":1447,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts:22",{"_index":1445,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts:7",{"_index":1449,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["eui/src/app/core/store/data/data.state.ts",{"_index":1206,"title":{},"body":{"interfaces/DataStateModel.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/store/icon",{"_index":1457,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/store/list",{"_index":2430,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"coverage.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts",{"_index":3091,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:105",{"_index":3127,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:115",{"_index":3122,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:125",{"_index":3118,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:135",{"_index":3124,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:144",{"_index":3112,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:155",{"_index":3115,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:159",{"_index":3116,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:166",{"_index":3104,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:215",{"_index":3129,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:60",{"_index":3109,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:65",{"_index":3107,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:70",{"_index":3135,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:72",{"_index":3139,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:74",{"_index":3137,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:76",{"_index":3133,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:79",{"_index":3131,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:82",{"_index":3130,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:84",{"_index":3103,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/spatial",{"_index":7,"title":{},"body":{"classes/AddSearch.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["eui/src/app/core/store/store.module.ts",{"_index":3650,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/modules/filters/filters",{"_index":1971,"title":{},"body":{"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"coverage.html":{}}}],["eui/src/app/modules/ontology",{"_index":2566,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/modules/results",{"_index":1582,"title":{},"body":{"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/button",{"_index":711,"title":{},"body":{"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts",{"_index":788,"title":{},"body":{"components/CheckboxComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:18",{"_index":809,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:23",{"_index":814,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:28",{"_index":818,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:33",{"_index":808,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:38",{"_index":803,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:53",{"_index":827,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.module.ts",{"_index":857,"title":{},"body":{"modules/CheckboxModule.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts",{"_index":952,"title":{},"body":{"components/ContainerComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:105",{"_index":991,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:115",{"_index":982,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:124",{"_index":993,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:37",{"_index":979,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:41",{"_index":1012,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:45",{"_index":1003,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:48",{"_index":1008,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:50",{"_index":1016,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:55",{"_index":1019,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:60",{"_index":997,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:62",{"_index":973,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:83",{"_index":987,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts",{"_index":1073,"title":{},"body":{"components/ContentComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:103",{"_index":1108,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:116",{"_index":1102,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:28",{"_index":1092,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:30",{"_index":1093,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:32",{"_index":1095,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:34",{"_index":1096,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:36",{"_index":1090,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:39",{"_index":1110,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:41",{"_index":1088,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:60",{"_index":1101,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:70",{"_index":1098,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/drawer.module.ts",{"_index":1710,"title":{},"body":{"modules/DrawerModule.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts",{"_index":2273,"title":{},"body":{"classes/InitializationState.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:35",{"_index":2285,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:37",{"_index":2282,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:41",{"_index":2286,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:46",{"_index":2287,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:56",{"_index":2289,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:65",{"_index":2288,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/messages.ts",{"_index":1157,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/shared/components/drawer/toggle",{"_index":3890,"title":{},"body":{"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts",{"_index":1716,"title":{},"body":{"components/DropdownComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:18",{"_index":1725,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:23",{"_index":1727,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:28",{"_index":1730,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:33",{"_index":1731,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:38",{"_index":1724,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:50",{"_index":1734,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:59",{"_index":1733,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.module.ts",{"_index":1775,"title":{},"body":{"modules/DropdownModule.html":{}}}],["eui/src/app/shared/components/dual",{"_index":1781,"title":{},"body":{"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/run",{"_index":3074,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/spatial",{"_index":3224,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["eui/src/app/shared/components/spinner",{"_index":3630,"title":{},"body":{"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/term",{"_index":3681,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/thumbnail",{"_index":3761,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/shared/components/tissue",{"_index":3842,"title":{},"body":{"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts",{"_index":3927,"title":{},"body":{"components/ViewerComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:17",{"_index":3937,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:19",{"_index":3935,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:21",{"_index":3936,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:23",{"_index":3940,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:29",{"_index":3934,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:33",{"_index":3938,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:39",{"_index":3939,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.module.ts",{"_index":3957,"title":{},"body":{"modules/ViewerModule.html":{}}}],["eui/src/app/shared/services/message/message.service.ts",{"_index":2493,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:103",{"_index":2549,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:112",{"_index":2550,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:128",{"_index":2557,"title":{},"body":{"injectables/MessageService.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:130",{"_index":2554,"title":{},"body":{"injectables/MessageService.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:153",{"_index":2556,"title":{},"body":{"injectables/MessageService.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:163",{"_index":2555,"title":{},"body":{"injectables/MessageService.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:50",{"_index":2546,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:70",{"_index":2551,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:83",{"_index":2547,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:93",{"_index":2548,"title":{},"body":{"classes/MessageChannel.html":{}}}],["evenly",{"_index":3882,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["event",{"_index":729,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/ToggleButtonComponent.html":{},"license.html":{}}}],["event.checked",{"_index":837,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["event.key",{"_index":1934,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["event.target",{"_index":1823,"title":{},"body":{"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["event.target'])@hostlistener('document:touchstart",{"_index":1838,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["eventemitter",{"_index":725,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["eventemitter(true",{"_index":2345,"title":{},"body":{"classes/InitializationState.html":{}}}],["events",{"_index":829,"title":{},"body":{"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["everything",{"_index":1362,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["except",{"_index":2516,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["execute",{"_index":2168,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["executesearchongeneration",{"_index":2862,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["executionstrategy",{"_index":3676,"title":{},"body":{"modules/StoreModule.html":{}}}],["exists",{"_index":3876,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["expand",{"_index":2391,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["expand/collapse",{"_index":2398,"title":{},"body":{"classes/InitializationState.html":{}}}],["expand_collapse_params_default",{"_index":2305,"title":{},"body":{"classes/InitializationState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["expand_less",{"_index":1565,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"miscellaneous/variables.html":{}}}],["expand_more",{"_index":1563,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"miscellaneous/variables.html":{}}}],["expandable",{"_index":2128,"title":{},"body":{"classes/FlatNode.html":{},"miscellaneous/variables.html":{}}}],["expandcollapsedone",{"_index":2400,"title":{},"body":{"classes/InitializationState.html":{}}}],["expanded",{"_index":1171,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["expanded(value",{"_index":2340,"title":{},"body":{"classes/InitializationState.html":{}}}],["expanded/collapsed",{"_index":2297,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedchange",{"_index":2346,"title":{},"body":{"classes/InitializationState.html":{}}}],["expandedstate",{"_index":2298,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedstate2",{"_index":2300,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedstateobj",{"_index":2351,"title":{},"body":{"classes/InitializationState.html":{}}}],["expands",{"_index":2385,"title":{},"body":{"classes/InitializationState.html":{}}}],["exploration",{"_index":1401,"title":{},"body":{"interfaces/DataStateModel.html":{},"index.html":{}}}],["exploration.module",{"_index":129,"title":{},"body":{"modules/AppModule.html":{}}}],["exploration.module.ts",{"_index":2567,"title":{},"body":{"modules/OntologyExplorationModule.html":{}}}],["exploration/ontology",{"_index":128,"title":{},"body":{"modules/AppModule.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["export",{"_index":41,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{}}}],["exportas",{"_index":955,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["exports",{"_index":61,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["express",{"_index":4561,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["extended",{"_index":2303,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["extends",{"_index":170,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"injectables/WorkerDataSourceService.html":{}}}],["external",{"_index":3950,"title":{},"body":{"components/ViewerComponent.html":{},"changelog.html":{}}}],["externalurl",{"_index":3979,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["extra",{"_index":4566,"title":{},"body":{"dependencies.html":{}}}],["extract",{"_index":3780,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["extraction",{"_index":4144,"title":{},"body":{"changelog.html":{}}}],["extrapulmonary",{"_index":1514,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["eye",{"_index":1490,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["eye.svg",{"_index":1491,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["f",{"_index":1530,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["f.svg",{"_index":1531,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["factory",{"_index":2506,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["fade",{"_index":1736,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["faded",{"_index":1078,"title":{},"body":{"components/ContentComponent.html":{}}}],["fadein",{"_index":1748,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["fadeinout",{"_index":1083,"title":{},"body":{"components/ContentComponent.html":{}}}],["fail",{"_index":4306,"title":{},"body":{"changelog.html":{}}}],["fails",{"_index":4330,"title":{},"body":{"changelog.html":{}}}],["fallopian",{"_index":1492,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["false",{"_index":253,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpinnerOverlayComponent.html":{},"modules/StoreModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["favor",{"_index":4297,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":4054,"title":{},"body":{"changelog.html":{}}}],["features",{"_index":4232,"title":{},"body":{"changelog.html":{}}}],["feel",{"_index":4259,"title":{},"body":{"changelog.html":{}}}],["female",{"_index":613,"title":{},"body":{"components/AppWebComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"miscellaneous/typealiases.html":{}}}],["fetch",{"_index":1475,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"dependencies.html":{}}}],["fetches",{"_index":2702,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["ff8800",{"_index":879,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["ffd740",{"_index":881,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["field",{"_index":1750,"title":{},"body":{"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["file",{"_index":5,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{}}}],["files",{"_index":4685,"title":{},"body":{"license.html":{}}}],["fill",{"_index":1761,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["filler",{"_index":2200,"title":{},"body":{"components/HeaderComponent.html":{}}}],["filter",{"_index":31,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"classes/UpdateFilter.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["filter's",{"_index":415,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["filter(([_",{"_index":3610,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["filter(organ",{"_index":3178,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter(state",{"_index":1448,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["filter(value",{"_index":2637,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["filter).pipe(take(1",{"_index":2953,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["filter.actions",{"_index":230,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["filter.actions.ts",{"_index":10,"title":{},"body":{"classes/AddSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"coverage.html":{}}}],["filter.actions.ts:15",{"_index":2985,"title":{},"body":{"classes/RemoveSearch.html":{}}}],["filter.actions.ts:21",{"_index":3222,"title":{},"body":{"classes/SetSelectedSearches.html":{}}}],["filter.actions.ts:9",{"_index":23,"title":{},"body":{"classes/AddSearch.html":{}}}],["filter.selectors",{"_index":232,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["filter.selectors.ts",{"_index":3365,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{},"coverage.html":{}}}],["filter.selectors.ts:14",{"_index":3372,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["filter.selectors.ts:19",{"_index":3374,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["filter.selectors.ts:9",{"_index":3369,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["filter.state",{"_index":40,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"classes/SpatialSearchFilterSelectors.html":{},"modules/StoreModule.html":{}}}],["filter.state.ts",{"_index":3325,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["filter.state.ts:27",{"_index":3382,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:32",{"_index":3387,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:37",{"_index":3388,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:48",{"_index":3384,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:58",{"_index":3386,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:63",{"_index":3385,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter/spatial",{"_index":9,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["filter_checkbox",{"_index":840,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["filter_content",{"_index":2019,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["filterbox",{"_index":414,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["filterbox.removebox",{"_index":422,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["filtered",{"_index":2520,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{}}}],["filterednodes",{"_index":2815,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["filterednodes.map(node",{"_index":2822,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["filteredorgans",{"_index":3209,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filteredresults",{"_index":2579,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["filternodes",{"_index":2757,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["filternodes(selectedtypes",{"_index":2775,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["filteronchange",{"_index":798,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["filteronchange(event",{"_index":824,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["filters",{"_index":668,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["filterschange",{"_index":1985,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["filterscontentcomponent",{"_index":667,"title":{"components/FiltersContentComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["filterscontentmodule",{"_index":2065,"title":{"modules/FiltersContentModule.html":{}},"body":{"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules.html":{},"overview.html":{}}}],["filterspopovercomponent",{"_index":233,"title":{"components/FiltersPopoverComponent.html":{}},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["filterspopovermodule",{"_index":71,"title":{"modules/FiltersPopoverModule.html":{}},"body":{"modules/AppModule.html":{},"modules/FiltersPopoverModule.html":{},"modules.html":{},"overview.html":{}}}],["filtersvisible",{"_index":2079,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["final",{"_index":4300,"title":{},"body":{"changelog.html":{}}}],["finished",{"_index":1167,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["finishing",{"_index":4143,"title":{},"body":{"changelog.html":{}}}],["fired",{"_index":1834,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["first",{"_index":591,"title":{},"body":{"components/AppWebComponent.html":{},"components/DonorCardComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{}}}],["fit",{"_index":4240,"title":{},"body":{"changelog.html":{}}}],["fitness",{"_index":4711,"title":{},"body":{"license.html":{}}}],["fixed",{"_index":4224,"title":{},"body":{"changelog.html":{}}}],["fixes",{"_index":4010,"title":{},"body":{"changelog.html":{}}}],["fixes/performance",{"_index":4354,"title":{},"body":{"changelog.html":{}}}],["flat",{"_index":2133,"title":{},"body":{"classes/FlatNode.html":{},"miscellaneous/variables.html":{}}}],["flatnode",{"_index":2123,"title":{"classes/FlatNode.html":{}},"body":{"classes/FlatNode.html":{},"coverage.html":{}}}],["flatnode(original",{"_index":2151,"title":{},"body":{"classes/FlatNode.html":{}}}],["flex",{"_index":765,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["flexible",{"_index":4068,"title":{},"body":{"changelog.html":{}}}],["floor",{"_index":1907,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["flow",{"_index":2157,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/RunSpatialSearchComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{}}}],["fly",{"_index":4419,"title":{},"body":{"changelog.html":{}}}],["fn",{"_index":217,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["fn.ts",{"_index":4450,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["focus",{"_index":3832,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["following",{"_index":4701,"title":{},"body":{"license.html":{}}}],["font",{"_index":741,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["forcedunassignment",{"_index":907,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["forkjoin",{"_index":2845,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["form",{"_index":1749,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["format",{"_index":891,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["formatlabel",{"_index":2687,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["formatlabel(label",{"_index":2693,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["formats",{"_index":2696,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["formatter",{"_index":2599,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["formcontrol",{"_index":2580,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["formsmodule",{"_index":2675,"title":{},"body":{"modules/OntologySearchModule.html":{},"modules/SpatialSearchConfigModule.html":{}}}],["forwards",{"_index":1762,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["found",{"_index":2697,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["frame",{"_index":3953,"title":{},"body":{"components/ViewerComponent.html":{},"changelog.html":{}}}],["framework",{"_index":4660,"title":{},"body":{"index.html":{}}}],["free",{"_index":4682,"title":{},"body":{"license.html":{}}}],["fs",{"_index":4565,"title":{},"body":{"dependencies.html":{}}}],["full",{"_index":2304,"title":{},"body":{"classes/InitializationState.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["fullscreen",{"_index":4379,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":4233,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":481,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["functionality",{"_index":1271,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/OntologySearchComponent.html":{},"miscellaneous/functions.html":{}}}],["functions",{"_index":4613,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["funded",{"_index":4670,"title":{},"body":{"index.html":{}}}],["furnished",{"_index":4700,"title":{},"body":{"license.html":{}}}],["further",{"_index":4375,"title":{},"body":{"changelog.html":{}}}],["future",{"_index":4225,"title":{},"body":{"changelog.html":{}}}],["ga",{"_index":804,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["gap",{"_index":766,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["gatoken",{"_index":1197,"title":{},"body":{"modules/CoreModule.html":{}}}],["generate",{"_index":815,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{}}}],["generated",{"_index":4105,"title":{},"body":{"changelog.html":{}}}],["generates",{"_index":2959,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["generatespatialsearch",{"_index":2152,"title":{"classes/GenerateSpatialSearch.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["generatespatialsearch(ctx",{"_index":2962,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["generating",{"_index":4058,"title":{},"body":{"changelog.html":{}}}],["genericglobalconfig",{"_index":570,"title":{},"body":{"components/AppWebComponent.html":{}}}],["genericmessage",{"_index":1159,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["genericmessagechannel",{"_index":1160,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["genericmessageservice",{"_index":1161,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["get(event",{"_index":2647,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["getarguments",{"_index":2261,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["getarguments(undefined",{"_index":2266,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["getchildren",{"_index":2688,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["getchildren(node",{"_index":2700,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["getchildrenfunc",{"_index":4734,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["getclassend",{"_index":3907,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["getcolor",{"_index":939,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["getcolor(key",{"_index":912,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["getcontent",{"_index":1015,"title":{},"body":{"components/ContainerComponent.html":{}}}],["getexpandable",{"_index":2145,"title":{},"body":{"classes/FlatNode.html":{}}}],["gethaswrappedcontent",{"_index":1018,"title":{},"body":{"components/ContainerComponent.html":{}}}],["geticon",{"_index":3908,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["getindexofmatch",{"_index":2689,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["getindexofmatch(label",{"_index":2704,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["getlabel",{"_index":2142,"title":{},"body":{"classes/FlatNode.html":{}}}],["getlevel",{"_index":4477,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["getmessages",{"_index":2518,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmessagesfromsource",{"_index":2542,"title":{},"body":{"classes/MessageChannel.html":{}}}],["getmessagesfromsource(source",{"_index":2521,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmessagesfromsources",{"_index":2543,"title":{},"body":{"classes/MessageChannel.html":{}}}],["getmessagesfromsources(sources",{"_index":2525,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmethodname",{"_index":2254,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["getmethodname(undefined",{"_index":2268,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["getnextbuttonid",{"_index":3813,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["getoriginscene",{"_index":2843,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["getoriginscene(organ).concat(organscene",{"_index":2923,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["getprevbuttonid",{"_index":3809,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["getprobingspherescene",{"_index":3571,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["getprobingspherescene(organentity",{"_index":3587,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["getrangelabel",{"_index":1880,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["getreferenceorganscene(organid",{"_index":2918,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["gets",{"_index":409,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/FlatNode.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/ToggleButtonComponent.html":{}}}],["getter",{"_index":3941,"title":{},"body":{"components/ViewerComponent.html":{},"miscellaneous/variables.html":{}}}],["getter/setter",{"_index":2333,"title":{},"body":{"classes/InitializationState.html":{}}}],["gettermcounts",{"_index":3532,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["gettermcounts(counts",{"_index":3543,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["gettheme",{"_index":3716,"title":{},"body":{"injectables/ThemingService.html":{}}}],["getting",{"_index":3987,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"miscellaneous/typealiases.html":{}}}],["getworkerurl",{"_index":3962,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["getworkerurl(directimport",{"_index":3970,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["github",{"_index":4290,"title":{},"body":{"changelog.html":{}}}],["give",{"_index":2509,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["given",{"_index":3875,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["gizmo",{"_index":4185,"title":{},"body":{"changelog.html":{}}}],["gland",{"_index":1517,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["globalconfig",{"_index":349,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{}}}],["globalconfigstate",{"_index":193,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/StoreModule.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["globalfilter",{"_index":2916,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["globalthis.getcomputedstyle(element",{"_index":2369,"title":{},"body":{"classes/InitializationState.html":{}}}],["globalthis['dboptions",{"_index":637,"title":{},"body":{"components/AppWebComponent.html":{}}}],["good",{"_index":4327,"title":{},"body":{"changelog.html":{}}}],["google",{"_index":836,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"dependencies.html":{}}}],["googleanalyticsservice",{"_index":802,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["gradient",{"_index":3042,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["granted",{"_index":4681,"title":{},"body":{"license.html":{}}}],["graph",{"_index":3867,"title":{},"body":{"components/TissueSectionVisComponent.html":{},"modules.html":{}}}],["graphical",{"_index":4077,"title":{},"body":{"changelog.html":{}}}],["graphology",{"_index":4568,"title":{},"body":{"dependencies.html":{}}}],["greatly",{"_index":4154,"title":{},"body":{"changelog.html":{}}}],["grid",{"_index":3498,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["group",{"_index":791,"title":{},"body":{"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{}}}],["grow",{"_index":1658,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/HeaderComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["gtex",{"_index":4085,"title":{},"body":{"changelog.html":{}}}],["guide",{"_index":4323,"title":{},"body":{"changelog.html":{}}}],["half",{"_index":2302,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["hand",{"_index":1470,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{}}}],["handle",{"_index":2003,"title":{},"body":{"components/FiltersContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["handlecheckbox",{"_index":1593,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["handlehover",{"_index":2999,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handlehover(id",{"_index":3025,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handlelinkclick",{"_index":3000,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handlelinkclick(link",{"_index":3027,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handlemessage",{"_index":965,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["handlemessage(_msg",{"_index":980,"title":{},"body":{"components/ContainerComponent.html":{}}}],["handlemessage(msg",{"_index":1097,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["handler",{"_index":1861,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["handles",{"_index":1612,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["handleselection",{"_index":3001,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handleselection(result",{"_index":3030,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handleunhover",{"_index":3002,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handling",{"_index":1813,"title":{},"body":{"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ResultsBrowserComponent.html":{}}}],["happen",{"_index":1996,"title":{},"body":{"components/FiltersContentComponent.html":{},"changelog.html":{}}}],["happens",{"_index":1615,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["happy",{"_index":3666,"title":{},"body":{"modules/StoreModule.html":{}}}],["hash",{"_index":4588,"title":{},"body":{"dependencies.html":{}}}],["haswrappedcontent",{"_index":971,"title":{},"body":{"components/ContainerComponent.html":{}}}],["header",{"_index":172,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["header'},{'name",{"_index":671,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["header.component",{"_index":2212,"title":{},"body":{"modules/HeaderModule.html":{}}}],["header.component.html",{"_index":2175,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":2174,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header/header.module",{"_index":1189,"title":{},"body":{"modules/CoreModule.html":{}}}],["headercomponent",{"_index":670,"title":{"components/HeaderComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["headermodule",{"_index":1180,"title":{"modules/HeaderModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/HeaderModule.html":{},"modules.html":{},"overview.html":{}}}],["heart",{"_index":1496,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["heart.svg",{"_index":1497,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["height",{"_index":754,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["helmet",{"_index":4571,"title":{},"body":{"dependencies.html":{}}}],["help",{"_index":4322,"title":{},"body":{"changelog.html":{}}}],["helper",{"_index":1026,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":2474,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["hereby",{"_index":4680,"title":{},"body":{"license.html":{}}}],["hex",{"_index":874,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"dependencies.html":{}}}],["hexrgb",{"_index":873,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["hexrgb(color",{"_index":890,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["hidden",{"_index":746,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContainerComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["hide",{"_index":2116,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["hidelimitlabels",{"_index":1913,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hidepointerlabels",{"_index":1914,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hides",{"_index":2098,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["high",{"_index":1852,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["highlight",{"_index":4135,"title":{},"body":{"changelog.html":{}}}],["highlighted",{"_index":1596,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ResultsBrowserComponent.html":{},"changelog.html":{}}}],["highlightedid",{"_index":3092,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["highlightednodeid",{"_index":2432,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["highlightnode",{"_index":2435,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["highlightnode(id",{"_index":2446,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["highlights",{"_index":4136,"title":{},"body":{"changelog.html":{}}}],["highvalue",{"_index":1789,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hint",{"_index":3505,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["holders",{"_index":4716,"title":{},"body":{"license.html":{}}}],["holds",{"_index":3689,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["home",{"_index":2189,"title":{},"body":{"components/HeaderComponent.html":{}}}],["homeurl",{"_index":173,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/HeaderComponent.html":{}}}],["hook",{"_index":1847,"title":{},"body":{"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{}}}],["hooked",{"_index":4268,"title":{},"body":{"changelog.html":{}}}],["host",{"_index":740,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["hostbinding",{"_index":1021,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["hostbinding('@expandcollapse",{"_index":2350,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostbinding('@fadeinout",{"_index":1113,"title":{},"body":{"components/ContentComponent.html":{}}}],["hostbinding('@openclose",{"_index":2349,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostbinding('class",{"_index":999,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["hostbinding('class.active",{"_index":3640,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["hostbinding('class.ccf",{"_index":2328,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["hostbinding('class.cff",{"_index":1109,"title":{},"body":{"components/ContentComponent.html":{}}}],["hostbinding('style.margin",{"_index":1114,"title":{},"body":{"components/ContentComponent.html":{}}}],["hostbindings",{"_index":969,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["hostlistener",{"_index":1886,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/InitializationState.html":{}}}],["hostlistener('@expandcollapse.done",{"_index":2399,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostlistener('@openclose.done",{"_index":2395,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostlistener('document:click",{"_index":1837,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hostlistener('document:touchstart",{"_index":1918,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hostlisteners",{"_index":1805,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hover",{"_index":1660,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["hoverable",{"_index":1671,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["hovered",{"_index":1624,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["hovering",{"_index":4195,"title":{},"body":{"changelog.html":{}}}],["hoverstate",{"_index":1592,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["hra",{"_index":1400,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["html",{"_index":643,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["htmlelement",{"_index":1825,"title":{},"body":{"components/DualSliderComponent.html":{},"injectables/ThemingService.html":{}}}],["htmlinputelement).value",{"_index":1933,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["http://purl.obolibrary.org/obo/cl_0000000",{"_index":1247,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0000948",{"_index":3145,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0002097",{"_index":3142,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0002106",{"_index":3147,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0002113",{"_index":3146,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0004538",{"_index":3143,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0004539",{"_index":3144,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0013702",{"_index":1246,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.org/ccf/biomarkers",{"_index":1248,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.org/ccf/latest/ccf.owl#vhfskin",{"_index":3161,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["httpclientmodule",{"_index":1184,"title":{},"body":{"modules/CoreModule.html":{}}}],["https://apps.humanatlas.io/hra",{"_index":4645,"title":{},"body":{"index.html":{}}}],["https://beta",{"_index":4633,"title":{},"body":{"index.html":{}}}],["https://hubmap",{"_index":4638,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/ccf",{"_index":4637,"title":{},"body":{"index.html":{}}}],["https://humanatlas.io",{"_index":4661,"title":{},"body":{"index.html":{}}}],["https://observablehq.com/@cns",{"_index":4656,"title":{},"body":{"index.html":{}}}],["https://old",{"_index":4640,"title":{},"body":{"index.html":{}}}],["https://portal.hubmapconsortium.org/ccf",{"_index":4635,"title":{},"body":{"index.html":{}}}],["https://sampledata.hubmapconsortium.org",{"_index":4416,"title":{},"body":{"changelog.html":{}}}],["https://www.ngxs.io/advanced/options",{"_index":3677,"title":{},"body":{"modules/StoreModule.html":{}}}],["hubmap",{"_index":154,"title":{},"body":{"modules/AppModule.html":{},"components/HeaderComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["hubmapasseturl",{"_index":543,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapdataservice",{"_index":544,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapdataurl",{"_index":545,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapportalurl",{"_index":546,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmaptoken",{"_index":547,"title":{},"body":{"components/AppWebComponent.html":{}}}],["human",{"_index":3990,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["icon",{"_index":1461,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"modules/StoreModule.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["icondefinition",{"_index":2213,"title":{"interfaces/IconDefinition.html":{}},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{}}}],["iconregistry",{"_index":2221,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["iconregistrystate",{"_index":2222,"title":{"injectables/IconRegistryState.html":{}},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["icons",{"_index":1476,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["icons.ts",{"_index":1459,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["id",{"_index":45,"title":{},"body":{"classes/AddSearch.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["idb",{"_index":4573,"title":{},"body":{"dependencies.html":{}}}],["identifier",{"_index":2495,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ThumbnailCarouselComponent.html":{},"coverage.html":{}}}],["iec",{"_index":4303,"title":{},"body":{"changelog.html":{}}}],["iframe",{"_index":484,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ViewerComponent.html":{}}}],["image",{"_index":4296,"title":{},"body":{"changelog.html":{}}}],["images",{"_index":4341,"title":{},"body":{"changelog.html":{}}}],["immutable",{"_index":865,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{}}}],["implementation",{"_index":1287,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["implemented",{"_index":4267,"title":{},"body":{"changelog.html":{}}}],["implementing",{"_index":4381,"title":{},"body":{"changelog.html":{}}}],["implements",{"_index":158,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["implied",{"_index":4708,"title":{},"body":{"license.html":{}}}],["implies",{"_index":1172,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["import",{"_index":33,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{}}}],["import.meta.url",{"_index":3978,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["important",{"_index":780,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["imported",{"_index":1203,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["imports",{"_index":81,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{}}}],["importscripts('${externalurl",{"_index":3984,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["improve",{"_index":4260,"title":{},"body":{"changelog.html":{}}}],["improved",{"_index":3997,"title":{},"body":{"changelog.html":{}}}],["improvements",{"_index":4003,"title":{},"body":{"changelog.html":{}}}],["improves",{"_index":4155,"title":{},"body":{"changelog.html":{}}}],["include",{"_index":4310,"title":{},"body":{"changelog.html":{}}}],["included",{"_index":3691,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"license.html":{}}}],["includes",{"_index":4055,"title":{},"body":{"changelog.html":{}}}],["including",{"_index":4013,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["increase",{"_index":4285,"title":{},"body":{"changelog.html":{}}}],["increased",{"_index":4377,"title":{},"body":{"changelog.html":{}}}],["index",{"_index":11,"title":{"index.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indexes",{"_index":4026,"title":{},"body":{"changelog.html":{}}}],["indiana",{"_index":4668,"title":{},"body":{"index.html":{}}}],["indicates",{"_index":2147,"title":{},"body":{"classes/FlatNode.html":{}}}],["individual",{"_index":816,"title":{},"body":{"components/CheckboxComponent.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["infinity",{"_index":386,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["infix",{"_index":1752,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["info",{"_index":3,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"index.html":{}}}],["info.name",{"_index":2967,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["infobuttonmodule",{"_index":108,"title":{},"body":{"modules/AppModule.html":{},"modules/SpatialSearchUiModule.html":{}}}],["infobuttonservice",{"_index":3241,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["infoclicked",{"_index":3299,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["infodialogcomponent",{"_index":3262,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["information",{"_index":823,"title":{},"body":{"components/CheckboxComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{},"index.html":{}}}],["infoservice",{"_index":3240,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["infrastructure",{"_index":4344,"title":{},"body":{"changelog.html":{}}}],["ingestion",{"_index":4312,"title":{},"body":{"changelog.html":{}}}],["inherit",{"_index":753,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{}}}],["init",{"_index":2605,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["initial",{"_index":390,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["initialconfig",{"_index":635,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialdelay",{"_index":633,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialization",{"_index":2373,"title":{},"body":{"classes/InitializationState.html":{}}}],["initializationstate",{"_index":2272,"title":{"classes/InitializationState.html":{}},"body":{"classes/InitializationState.html":{},"coverage.html":{}}}],["initialize",{"_index":3171,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"injectables/ThemingService.html":{}}}],["initialize(component",{"_index":3726,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialize(element",{"_index":3730,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialized",{"_index":540,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"injectables/ThemingService.html":{}}}],["initializer",{"_index":3729,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initializes",{"_index":1840,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/ToggleButtonComponent.html":{}}}],["initializesliderpopover",{"_index":1797,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["initializing",{"_index":1168,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["inject",{"_index":2498,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{}}}],["inject(default_theme",{"_index":3744,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injectable",{"_index":495,"title":{"injectables/AppRootOverlayContainer.html":{},"injectables/ColorAssignmentState.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"injectables/MessageService.html":{},"injectables/OntologySearchService.html":{},"injectables/SceneState.html":{},"injectables/SpatialSearchFilterState.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"injectables/WorkerDataSourceService.html":{}},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{}}}],["injectables",{"_index":496,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"injectables/ColorAssignmentState.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"injectables/MessageService.html":{},"injectables/OntologySearchService.html":{},"injectables/SceneState.html":{},"injectables/SpatialSearchFilterState.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"injectables/WorkerDataSourceService.html":{},"overview.html":{}}}],["injectcontainerstate",{"_index":3673,"title":{},"body":{"modules/StoreModule.html":{}}}],["injecting",{"_index":2471,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["injectiontoken",{"_index":2499,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["injectiontoken('default",{"_index":3741,"title":{},"body":{"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["injector",{"_index":90,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"injectables/ThemingService.html":{}}}],["injector.get(overlaycontainer",{"_index":3755,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injector.get(renderer2",{"_index":3753,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injector.get(themingservice",{"_index":3742,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injectordelegatedatasourceservice",{"_index":1575,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["input",{"_index":568,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["inputs",{"_index":541,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["inside",{"_index":1946,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["install",{"_index":3840,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["instance",{"_index":340,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["instancetype",{"_index":4621,"title":{},"body":{"miscellaneous/functions.html":{}}}],["instant",{"_index":2295,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["instead",{"_index":1955,"title":{},"body":{"components/DualSliderComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["instructions",{"_index":4162,"title":{},"body":{"changelog.html":{}}}],["integrated",{"_index":4234,"title":{},"body":{"changelog.html":{}}}],["integrating",{"_index":4132,"title":{},"body":{"changelog.html":{}}}],["integration",{"_index":4311,"title":{},"body":{"changelog.html":{}}}],["integrations",{"_index":4247,"title":{},"body":{"changelog.html":{}}}],["inter",{"_index":2202,"title":{},"body":{"components/HeaderComponent.html":{}}}],["interact",{"_index":4220,"title":{},"body":{"changelog.html":{}}}],["interactions",{"_index":4363,"title":{},"body":{"changelog.html":{}}}],["interest",{"_index":4413,"title":{},"body":{"changelog.html":{}}}],["interface",{"_index":166,"title":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"interfaces/ListResult.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"interfaces/SpatialSearchUiModel.html":{},"interfaces/TermResult.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["interfaces",{"_index":168,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"interfaces/ListResult.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"interfaces/SpatialSearchUiModel.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"index.html":{},"overview.html":{}}}],["internal",{"_index":4295,"title":{},"body":{"changelog.html":{}}}],["intestine",{"_index":1503,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["intestine.svg",{"_index":1504,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["invisible",{"_index":1091,"title":{},"body":{"components/ContentComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["iri",{"_index":3150,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["isexpandable",{"_index":4478,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["isfirefox",{"_index":311,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["isitemselected",{"_index":715,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["isitemselected(item",{"_index":491,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{}}}],["islighttheme",{"_index":308,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["isn't",{"_index":1619,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["isnumber",{"_index":4430,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["isnumber(value",{"_index":572,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["isnumberarray",{"_index":4431,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["isnumberarray(val",{"_index":621,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isnumberarray(value",{"_index":576,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["isolated",{"_index":2504,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["issliderinitialized",{"_index":1790,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["isslideropen",{"_index":1791,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["isstring",{"_index":4432,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["isstring(val",{"_index":618,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstring(value",{"_index":579,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["isstringarray",{"_index":625,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["isstringarray(json",{"_index":608,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray(val",{"_index":628,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray(value",{"_index":580,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["issue",{"_index":4281,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":4060,"title":{},"body":{"changelog.html":{}}}],["iswhitelisted",{"_index":473,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["it's",{"_index":411,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["item",{"_index":297,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["item.color",{"_index":931,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["item.id",{"_index":2964,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["item.search",{"_index":2029,"title":{},"body":{"components/FiltersContentComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{}}}],["item.selected",{"_index":2016,"title":{},"body":{"components/FiltersContentComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["item.selected).map(item",{"_index":3378,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["item.sex",{"_index":2038,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["item.technology",{"_index":3820,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["item.thumbnail",{"_index":3818,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["item?.id",{"_index":3339,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["itemhovered",{"_index":3005,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["itemid",{"_index":3770,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["itemid(_index",{"_index":3778,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["items",{"_index":50,"title":{},"body":{"classes/AddSearch.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"classes/RemoveSearch.html":{},"components/RunSpatialSearchComponent.html":{},"classes/SetSelectedSearches.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["items(state",{"_index":3367,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["items.filter(item",{"_index":3377,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["items.length",{"_index":2039,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["items.map(item",{"_index":2028,"title":{},"body":{"components/FiltersContentComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{}}}],["itemunhovered",{"_index":3006,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["iu",{"_index":4396,"title":{},"body":{"changelog.html":{}}}],["iu/ccf",{"_index":4657,"title":{},"body":{"index.html":{}}}],["javascript",{"_index":4034,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["join",{"_index":458,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySearchComponent.html":{}}}],["json",{"_index":606,"title":{},"body":{"components/AppWebComponent.html":{},"changelog.html":{}}}],["json.parse(json.stringify(default_filter",{"_index":2025,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["jsonld",{"_index":4576,"title":{},"body":{"dependencies.html":{}}}],["july",{"_index":4362,"title":{},"body":{"changelog.html":{}}}],["jump",{"_index":4400,"title":{},"body":{"changelog.html":{}}}],["justify",{"_index":778,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["keep",{"_index":275,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DonorCardComponent.html":{}}}],["keeping",{"_index":1303,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["keeps",{"_index":2084,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["key",{"_index":901,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{}}}],["key/value",{"_index":2008,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["keyboard",{"_index":3490,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["keyboardevent",{"_index":1849,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["keyframes",{"_index":1745,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["keyval",{"_index":4574,"title":{},"body":{"dependencies.html":{}}}],["key}:${value",{"_index":2020,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["kidney",{"_index":1498,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["kidney.svg",{"_index":1499,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["kind",{"_index":4707,"title":{},"body":{"license.html":{}}}],["knee",{"_index":1500,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["knee.svg",{"_index":1501,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["known",{"_index":4059,"title":{},"body":{"changelog.html":{}}}],["kpmp",{"_index":4048,"title":{},"body":{"changelog.html":{}}}],["label",{"_index":278,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/FlatNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{}}}],["label.slice(0",{"_index":2741,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["label.slice(index",{"_index":2742,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["label.tolowercase().includes(searchvalue",{"_index":2737,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["label.tolowercase().indexof(searchvalue",{"_index":2739,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["labeled",{"_index":790,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["labelmap",{"_index":4479,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["labels",{"_index":817,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DualSliderComponent.html":{},"components/HeaderComponent.html":{}}}],["labs/dispatch",{"_index":187,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/StoreModule.html":{},"dependencies.html":{}}}],["landmarks",{"_index":4066,"title":{},"body":{"changelog.html":{}}}],["large",{"_index":1502,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["larger",{"_index":4091,"title":{},"body":{"changelog.html":{}}}],["larynx",{"_index":1505,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["larynx.svg",{"_index":1506,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["last",{"_index":471,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DropdownComponent.html":{},"modules/StoreModule.html":{}}}],["latest",{"_index":1274,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["launch",{"_index":3948,"title":{},"body":{"components/ViewerComponent.html":{}}}],["launchinfodialog",{"_index":3234,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["launchinfodialog(data",{"_index":3245,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["launchs",{"_index":3401,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["layers",{"_index":4527,"title":{},"body":{"dependencies.html":{}}}],["lazy",{"_index":2442,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ld",{"_index":4320,"title":{},"body":{"changelog.html":{}}}],["leak",{"_index":4280,"title":{},"body":{"changelog.html":{}}}],["leave",{"_index":4142,"title":{},"body":{"changelog.html":{}}}],["left",{"_index":408,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["left.closeexpanded",{"_index":419,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["left.open",{"_index":418,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["left.px",{"_index":1086,"title":{},"body":{"components/ContentComponent.html":{}}}],["left.svg",{"_index":1494,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["left/right",{"_index":4152,"title":{},"body":{"changelog.html":{}}}],["leftmargin",{"_index":1079,"title":{},"body":{"components/ContentComponent.html":{}}}],["legend",{"_index":57,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["letter",{"_index":2658,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["level",{"_index":2131,"title":{},"body":{"classes/FlatNode.html":{},"injectables/ThemingService.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["levels",{"_index":4410,"title":{},"body":{"changelog.html":{}}}],["lexically",{"_index":2619,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["liability",{"_index":4720,"title":{},"body":{"license.html":{}}}],["liable",{"_index":4717,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":4094,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["library",{"_index":4254,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":4674,"title":{"license.html":{}},"body":{"license.html":{}}}],["life",{"_index":4002,"title":{},"body":{"changelog.html":{}}}],["lifecycle",{"_index":2606,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["light",{"_index":156,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["lighter",{"_index":1674,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["limitation",{"_index":4688,"title":{},"body":{"license.html":{}}}],["limited",{"_index":4348,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["line",{"_index":525,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["link",{"_index":476,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DonorCardComponent.html":{},"components/HeaderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["linkage",{"_index":4364,"title":{},"body":{"changelog.html":{}}}],["linkclick",{"_index":1598,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["linkclicked",{"_index":3007,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["linked",{"_index":4069,"title":{},"body":{"changelog.html":{}}}],["linkhandler",{"_index":1594,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["linkhandler(url",{"_index":1613,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["links",{"_index":4119,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["lipids",{"_index":2786,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["list",{"_index":444,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["list'},{'name",{"_index":696,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["list.component",{"_index":3855,"title":{},"body":{"modules/TissueBlockListModule.html":{}}}],["list.component.html",{"_index":3845,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["list.component.scss",{"_index":3844,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["list.component.ts",{"_index":3843,"title":{},"body":{"components/TissueBlockListComponent.html":{},"coverage.html":{}}}],["list.component.ts:16",{"_index":3847,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["list.component.ts:19",{"_index":3846,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["list.module",{"_index":3529,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["list.module.ts",{"_index":3854,"title":{},"body":{"modules/TissueBlockListModule.html":{}}}],["list/term",{"_index":3526,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"coverage.html":{}}}],["list/tissue",{"_index":3528,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"coverage.html":{}}}],["listed",{"_index":2976,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["listen",{"_index":2503,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["listener",{"_index":1273,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{}}}],["listeners",{"_index":989,"title":{},"body":{"components/ContainerComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["listens",{"_index":400,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{}}}],["listresult",{"_index":2427,"title":{"interfaces/ListResult.html":{}},"body":{"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/ResultsBrowserComponent.html":{},"coverage.html":{}}}],["listresultdeselected",{"_index":3008,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["listresults",{"_index":2433,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["listresultselected",{"_index":3009,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["listresultsstate",{"_index":223,"title":{"injectables/ListResultsState.html":{}},"body":{"interfaces/AppOptions.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["listresultsstatemodel",{"_index":2466,"title":{"interfaces/ListResultsStateModel.html":{}},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"coverage.html":{}}}],["literal",{"_index":951,"title":{},"body":{"interfaces/ColorAssignmentStateModel.html":{},"interfaces/SceneStateModel.html":{},"classes/SetPosition.html":{},"dependencies.html":{}}}],["little",{"_index":4218,"title":{},"body":{"changelog.html":{}}}],["liver",{"_index":1507,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["liver.svg",{"_index":1508,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["load",{"_index":2443,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["loaded",{"_index":1462,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{}}}],["loaders.gl/core",{"_index":4530,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/draco",{"_index":4532,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/gltf",{"_index":4533,"title":{},"body":{"dependencies.html":{}}}],["loading",{"_index":1211,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["loadingmessage",{"_index":324,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["located",{"_index":2327,"title":{},"body":{"classes/InitializationState.html":{}}}],["location",{"_index":2749,"title":{},"body":{"interfaces/OntologySelection.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["locations",{"_index":2044,"title":{},"body":{"components/FiltersContentComponent.html":{},"changelog.html":{}}}],["locationstrategy",{"_index":3965,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["locator",{"_index":3964,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["lock",{"_index":3826,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["lodash",{"_index":2629,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"dependencies.html":{}}}],["lodash/sortby",{"_index":2462,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["log",{"_index":4662,"title":{},"body":{"index.html":{}}}],["logged",{"_index":2182,"title":{},"body":{"components/HeaderComponent.html":{}}}],["loggedin",{"_index":488,"title":{},"body":{"interfaces/AppOptions.html":{},"components/HeaderComponent.html":{}}}],["logger",{"_index":3679,"title":{},"body":{"modules/StoreModule.html":{}}}],["logging",{"_index":4087,"title":{},"body":{"changelog.html":{}}}],["logic",{"_index":588,"title":{},"body":{"components/AppWebComponent.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["login",{"_index":486,"title":{},"body":{"interfaces/AppOptions.html":{},"components/HeaderComponent.html":{}}}],["logindisabled",{"_index":335,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/HeaderComponent.html":{}}}],["loginenabled",{"_index":174,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["logo",{"_index":2172,"title":{},"body":{"components/HeaderComponent.html":{}}}],["logotooltip",{"_index":175,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/HeaderComponent.html":{}}}],["logout",{"_index":2187,"title":{},"body":{"components/HeaderComponent.html":{}}}],["longer",{"_index":4203,"title":{},"body":{"changelog.html":{}}}],["look",{"_index":4258,"title":{},"body":{"changelog.html":{}}}],["looks",{"_index":2708,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["lookup",{"_index":2690,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["lookup(nodes",{"_index":2706,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["lot",{"_index":4007,"title":{},"body":{"changelog.html":{}}}],["low",{"_index":1857,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["low/high",{"_index":1901,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["lower",{"_index":1819,"title":{},"body":{"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["lowvalue",{"_index":1792,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["lru",{"_index":4579,"title":{},"body":{"dependencies.html":{}}}],["luma.gl/core",{"_index":4534,"title":{},"body":{"dependencies.html":{}}}],["lung",{"_index":1509,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["lung.svg",{"_index":1510,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["lymph",{"_index":1511,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["made",{"_index":1408,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"changelog.html":{}}}],["main",{"_index":237,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/SpatialSearchUiComponent.html":{},"miscellaneous/variables.html":{}}}],["major",{"_index":4053,"title":{},"body":{"changelog.html":{}}}],["makes",{"_index":4088,"title":{},"body":{"changelog.html":{}}}],["making",{"_index":4126,"title":{},"body":{"changelog.html":{}}}],["male",{"_index":600,"title":{},"body":{"components/AppWebComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"miscellaneous/typealiases.html":{}}}],["mammary",{"_index":1516,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["managed",{"_index":1014,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["managers",{"_index":4098,"title":{},"body":{"changelog.html":{}}}],["manages",{"_index":3713,"title":{},"body":{"injectables/ThemingService.html":{}}}],["many",{"_index":243,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["map",{"_index":202,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"miscellaneous/variables.html":{}}}],["map(([scene",{"_index":3187,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([tissueblocks",{"_index":2481,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["map((color",{"_index":889,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["map((node",{"_index":3199,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map([['gene",{"_index":2782,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["map(block",{"_index":3591,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["map(items.map(item",{"_index":3343,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["map(nodes",{"_index":2725,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["map(organ",{"_index":3180,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(reforgans",{"_index":3175,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(s",{"_index":3594,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["map(searchresults",{"_index":2640,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["map(state",{"_index":321,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["map(states",{"_index":1360,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["march",{"_index":4256,"title":{},"body":{"changelog.html":{}}}],["margin",{"_index":844,"title":{},"body":{"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/variables.html":{}}}],["margin2",{"_index":2307,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["markdown",{"_index":4584,"title":{},"body":{"dependencies.html":{}}}],["marrow",{"_index":1486,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["marrow.svg",{"_index":1487,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["mat",{"_index":748,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ViewerComponent.html":{}}}],["matautocompletemodule",{"_index":2677,"title":{},"body":{"modules/OntologySearchModule.html":{}}}],["matautocompleteselectedevent",{"_index":2609,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["matbuttonmodule",{"_index":2071,"title":{},"body":{"modules/FiltersContentModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyTreeModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/ViewerModule.html":{}}}],["matbuttontogglemodule",{"_index":148,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{}}}],["match",{"_index":2192,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{}}}],["matcheckboxchange",{"_index":825,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["matcheckboxmodule",{"_index":858,"title":{},"body":{"modules/CheckboxModule.html":{},"modules/DonorCardModule.html":{}}}],["matching",{"_index":52,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matdialog",{"_index":3077,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["matdialogmodule",{"_index":3293,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{}}}],["matdialogref",{"_index":3238,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["matdividermodule",{"_index":3518,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["material",{"_index":2224,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["matformfieldmodule",{"_index":1776,"title":{},"body":{"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/OntologySearchModule.html":{}}}],["math.div($pointer",{"_index":1959,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["math.floor(math.max(width",{"_index":2921,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.gl/core",{"_index":2839,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"dependencies.html":{}}}],["math.gl/culling",{"_index":4537,"title":{},"body":{"dependencies.html":{}}}],["math.max(...this.selection",{"_index":1905,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["math.max(x",{"_index":3602,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["math.min(...this.selection",{"_index":1903,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["math.min(defaultradius",{"_index":2920,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(depth",{"_index":2912,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(height",{"_index":2911,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(math.max(width",{"_index":2914,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(n",{"_index":2936,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(width",{"_index":2910,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["maticonmodule",{"_index":95,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologyTreeModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/ViewerModule.html":{}}}],["maticonregistry",{"_index":2219,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["matinputmodule",{"_index":2678,"title":{},"body":{"modules/OntologySearchModule.html":{}}}],["matlegacyslidermodule",{"_index":3520,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["matprogressspinnermodule",{"_index":3646,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"modules/ViewerModule.html":{}}}],["matradiomodule",{"_index":3323,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{}}}],["matrix",{"_index":2933,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["matrix.gettranslation().map(n",{"_index":2935,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["matrix4",{"_index":2838,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["matrix4(node.transformmatrix",{"_index":2934,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["matselectmodule",{"_index":1778,"title":{},"body":{"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/SpatialSearchConfigModule.html":{}}}],["matslidermodule",{"_index":3521,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["matsnackbar",{"_index":184,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["matsnackbarmodule",{"_index":97,"title":{},"body":{"modules/AppModule.html":{}}}],["mattoolbarmodule",{"_index":2210,"title":{},"body":{"modules/HeaderModule.html":{}}}],["mattooltipmodule",{"_index":100,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyTreeModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/TissueBlockListModule.html":{}}}],["mattreemodule",{"_index":2834,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["max",{"_index":1960,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["maximum",{"_index":3464,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["mc",{"_index":4395,"title":{},"body":{"changelog.html":{}}}],["mdc",{"_index":1649,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["measured",{"_index":2365,"title":{},"body":{"classes/InitializationState.html":{}}}],["measuredmargin",{"_index":2367,"title":{},"body":{"classes/InitializationState.html":{}}}],["measuredwidth",{"_index":2357,"title":{},"body":{"classes/InitializationState.html":{}}}],["memory",{"_index":4279,"title":{},"body":{"changelog.html":{}}}],["menu",{"_index":1718,"title":{},"body":{"components/DropdownComponent.html":{},"components/TermOccurrenceListComponent.html":{},"changelog.html":{}}}],["menuoptions",{"_index":265,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{}}}],["merchantability",{"_index":4710,"title":{},"body":{"license.html":{}}}],["merge",{"_index":4691,"title":{},"body":{"license.html":{}}}],["mergeall",{"_index":2500,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["mergemap",{"_index":2847,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["message",{"_index":981,"title":{"interfaces/Message.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["message_service_config",{"_index":1711,"title":{},"body":{"modules/DrawerModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["message_service_default_config",{"_index":1712,"title":{},"body":{"modules/DrawerModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["messagechannel",{"_index":996,"title":{"classes/MessageChannel.html":{}},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["messagechannel(source",{"_index":2541,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["messagechannel.counter",{"_index":2528,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["messages",{"_index":975,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["messageservice",{"_index":957,"title":{"injectables/MessageService.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["messageservice.connect(this",{"_index":1044,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["messageservice.connect(this).getmessages",{"_index":1126,"title":{},"body":{"components/ContentComponent.html":{}}}],["messageserviceconfig",{"_index":2502,"title":{"interfaces/MessageServiceConfig.html":{}},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["messagess",{"_index":1263,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["metabolites",{"_index":2788,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["metadata",{"_index":537,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["method",{"_index":828,"title":{},"body":{"components/CheckboxComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ThemingService.html":{}}}],["method.apply(registry",{"_index":2251,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["methodname",{"_index":2245,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ThemingService.html":{}}}],["methods",{"_index":82,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{}}}],["milestone",{"_index":4005,"title":{},"body":{"changelog.html":{}}}],["min",{"_index":1646,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueBlockListComponent.html":{},"components/ViewerComponent.html":{}}}],["minimap",{"_index":3507,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["minimum",{"_index":3465,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["minor",{"_index":4008,"title":{},"body":{"changelog.html":{}}}],["miscellaneous",{"_index":4610,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["mismatch",{"_index":2014,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["mit",{"_index":4675,"title":{},"body":{"license.html":{}}}],["ml",{"_index":1684,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["mm",{"_index":3361,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{}}}],["mock",{"_index":4391,"title":{},"body":{"changelog.html":{}}}],["modal",{"_index":3271,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{}}}],["mode",{"_index":376,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["model",{"_index":1403,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySelectionComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["models/list",{"_index":2463,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["modify",{"_index":4690,"title":{},"body":{"license.html":{}}}],["module",{"_index":53,"title":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"overview.html":{}}}],["modules",{"_index":55,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"modules.html":{},"overview.html":{}}}],["modules/filters/filters",{"_index":124,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["modules/ontology",{"_index":127,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/results",{"_index":130,"title":{},"body":{"modules/AppModule.html":{}}}],["monorepo",{"_index":4625,"title":{},"body":{"index.html":{}}}],["more",{"_index":1254,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["mouse",{"_index":1828,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["mousepositiontrackermodule",{"_index":1187,"title":{},"body":{"modules/CoreModule.html":{}}}],["move",{"_index":3491,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["moved",{"_index":4402,"title":{},"body":{"changelog.html":{}}}],["movement",{"_index":1829,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["movetonode",{"_index":2162,"title":{"classes/MoveToNode.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["movetonode(ctx",{"_index":2932,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["moving",{"_index":2163,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{}}}],["mr",{"_index":1686,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["msg",{"_index":1100,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["msg.payload",{"_index":1138,"title":{},"body":{"components/ContentComponent.html":{}}}],["msg.payload.drawers",{"_index":1132,"title":{},"body":{"components/ContentComponent.html":{}}}],["msg.payload.opened",{"_index":3914,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["msg.payload.type",{"_index":1129,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["msg.source",{"_index":1136,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["mt",{"_index":1687,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["much",{"_index":4089,"title":{},"body":{"changelog.html":{}}}],["multi",{"_index":3711,"title":{},"body":{"modules/ThemingModule.html":{}}}],["multiple",{"_index":4626,"title":{},"body":{"index.html":{}}}],["n3",{"_index":4581,"title":{},"body":{"dependencies.html":{}}}],["name",{"_index":26,"title":{},"body":{"classes/AddSearch.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["names",{"_index":4179,"title":{},"body":{"changelog.html":{}}}],["namespace",{"_index":1471,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"miscellaneous/variables.html":{}}}],["navigate_before",{"_index":3819,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["navigate_next",{"_index":3821,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["navigation",{"_index":3768,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"changelog.html":{}}}],["navigationoptions",{"_index":3793,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["navigator.useragent.indexof('firefox",{"_index":312,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["necessary",{"_index":1859,"title":{},"body":{"components/DualSliderComponent.html":{},"injectables/ThemingService.html":{}}}],["need",{"_index":1410,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"components/FiltersPopoverComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["needed",{"_index":4262,"title":{},"body":{"changelog.html":{}}}],["needs",{"_index":986,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["nested",{"_index":1945,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["network",{"_index":4666,"title":{},"body":{"index.html":{}}}],["neuron",{"_index":1519,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["neuron.svg",{"_index":1520,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["never",{"_index":1038,"title":{},"body":{"components/ContainerComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{}}}],["new",{"_index":302,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["newitems",{"_index":3345,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["newly",{"_index":2141,"title":{},"body":{"classes/FlatNode.html":{}}}],["newvalue",{"_index":1931,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["next",{"_index":524,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["nextbuttonid",{"_index":3772,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["nextel",{"_index":3803,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["nextmessageid",{"_index":2527,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["nextuid",{"_index":3806,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["ng",{"_index":775,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["ngacceptinputtype_expanded",{"_index":2426,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngacceptinputtype_opened",{"_index":2425,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngacceptinputtype_position",{"_index":2424,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngafterviewinit",{"_index":966,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["ngdobootstrap",{"_index":83,"title":{},"body":{"modules/AppModule.html":{}}}],["ngmodule",{"_index":91,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{}}}],["ngonchanges",{"_index":1798,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ViewerComponent.html":{}}}],["ngonchanges(changes",{"_index":1841,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ViewerComponent.html":{}}}],["ngondestroy",{"_index":967,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["ngoninit",{"_index":380,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySearchComponent.html":{}}}],["ngx",{"_index":835,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"dependencies.html":{}}}],["ngxs",{"_index":186,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/logger",{"_index":3655,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/storage",{"_index":4540,"title":{},"body":{"dependencies.html":{}}}],["ngxs/store",{"_index":190,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"dependencies.html":{}}}],["ngxs/store/operators",{"_index":3329,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["ngxsdatapluginmodule",{"_index":3651,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatapluginmodule.forroot",{"_index":3668,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatarepository",{"_index":1213,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["ngxsdispatchpluginmodule",{"_index":3653,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdispatchpluginmodule.forroot",{"_index":3678,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsimmutabledatarepository",{"_index":871,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ngxslidermodule",{"_index":1968,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["ngxsloggerpluginmodule",{"_index":3654,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsloggerpluginmodule.forroot",{"_index":3680,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule",{"_index":3657,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule.forroot(root_states",{"_index":3669,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsoninit",{"_index":1215,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nih",{"_index":4671,"title":{},"body":{"index.html":{}}}],["node",{"_index":2126,"title":{},"body":{"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"dependencies.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["node's",{"_index":2144,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ccf_annotations?.some?.(tag",{"_index":3195,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["node.children",{"_index":2746,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["node.entityid",{"_index":3162,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["node.id",{"_index":2650,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["node.label.tolowercase().includes(searchvalue",{"_index":2731,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["node.reference_organ",{"_index":3197,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["node.representation_of",{"_index":3159,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["node.synonymlabels.find((label",{"_index":2736,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["node.ts",{"_index":2125,"title":{},"body":{"classes/FlatNode.html":{},"coverage.html":{}}}],["node.ts:11",{"_index":2137,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:13",{"_index":2135,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:18",{"_index":2143,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:25",{"_index":2146,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:36",{"_index":2140,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:38",{"_index":2132,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:9",{"_index":2138,"title":{},"body":{"classes/FlatNode.html":{}}}],["node1.label.trim().tolowercase",{"_index":2820,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["node2",{"_index":2819,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["node2.label.trim().tolowercase",{"_index":2821,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["node['@id",{"_index":3160,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodeclicked",{"_index":3451,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["nodeclickevent",{"_index":3111,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodes",{"_index":446,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchUiComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["nodes.filter(node",{"_index":2816,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["nodes.foreach((node",{"_index":2729,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["nodes.svg",{"_index":1512,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["nodes[node.parent",{"_index":2813,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["none",{"_index":747,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["noninfringement",{"_index":4714,"title":{},"body":{"license.html":{}}}],["normal",{"_index":2660,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["normally",{"_index":2089,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["not(:first",{"_index":1654,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["not(:last",{"_index":2199,"title":{},"body":{"components/HeaderComponent.html":{}}}],["notched",{"_index":2668,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["note",{"_index":1944,"title":{},"body":{"components/DualSliderComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["notebooks",{"_index":4032,"title":{},"body":{"changelog.html":{}}}],["notebooks/vignettes",{"_index":4652,"title":{},"body":{"index.html":{}}}],["notice",{"_index":4282,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["notifies",{"_index":3029,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["now",{"_index":4092,"title":{},"body":{"changelog.html":{}}}],["nowrap",{"_index":848,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["null",{"_index":2228,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"components/ViewerComponent.html":{}}}],["null)?.getcontainerelement",{"_index":3756,"title":{},"body":{"injectables/ThemingService.html":{}}}],["nullish",{"_index":2980,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["number",{"_index":574,"title":{},"body":{"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["number((event.target",{"_index":1932,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["number(this.options.floor",{"_index":1935,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["number(value.slice(0",{"_index":2371,"title":{},"body":{"classes/InitializationState.html":{}}}],["numebr",{"_index":3870,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["numeric",{"_index":4286,"title":{},"body":{"changelog.html":{}}}],["numresults",{"_index":2127,"title":{},"body":{"classes/FlatNode.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["o",{"_index":1278,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["o.disabled",{"_index":2899,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["o.id",{"_index":2898,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["o.representation_of",{"_index":2870,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["o.sex?.tolowercase",{"_index":2871,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["o['@id",{"_index":3193,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["obj",{"_index":583,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["obj(value",{"_index":595,"title":{},"body":{"components/AppWebComponent.html":{}}}],["obj[prop",{"_index":598,"title":{},"body":{"components/AppWebComponent.html":{}}}],["object",{"_index":296,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["object.entries(counts",{"_index":3609,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["object.prototype.hasownproperty.call(colors",{"_index":3200,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["object.values(state.nodes",{"_index":2713,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["object.values(this.treemodel.nodes",{"_index":2814,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["observable",{"_index":198,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["observableinput",{"_index":1222,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["observedvalueof",{"_index":1223,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["obtaining",{"_index":4683,"title":{},"body":{"license.html":{}}}],["occurence",{"_index":3525,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"coverage.html":{}}}],["occurencedata",{"_index":2758,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["occurences",{"_index":1318,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["occurrence",{"_index":695,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["occurrence.component",{"_index":3704,"title":{},"body":{"modules/TermOccurrenceListModule.html":{}}}],["occurrence.component.html",{"_index":3684,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.scss",{"_index":3683,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.ts",{"_index":3682,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"coverage.html":{}}}],["occurrence.component.ts:15",{"_index":3694,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.ts:20",{"_index":3687,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.ts:25",{"_index":3688,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.ts:30",{"_index":3690,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.module",{"_index":3527,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["occurrence.module.ts",{"_index":3703,"title":{},"body":{"modules/TermOccurrenceListModule.html":{}}}],["occurs",{"_index":1832,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["ofactiondispatched",{"_index":2841,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ofactiondispatched(updatespatialsearch",{"_index":2873,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["off/on",{"_index":4265,"title":{},"body":{"changelog.html":{}}}],["official",{"_index":4361,"title":{},"body":{"changelog.html":{}}}],["offset",{"_index":1140,"title":{},"body":{"components/ContentComponent.html":{}}}],["old",{"_index":4639,"title":{},"body":{"index.html":{}}}],["olditems",{"_index":3344,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["olditems.map(item",{"_index":3346,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["once",{"_index":1204,"title":{},"body":{"modules/CoreModule.html":{}}}],["onchanges",{"_index":1785,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ViewerComponent.html":{}}}],["ondestroy",{"_index":954,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["ondialogbuttonclick",{"_index":3235,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["one",{"_index":1253,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["oninit",{"_index":182,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySearchComponent.html":{}}}],["onkeyhigh",{"_index":1799,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["onkeyhigh(event",{"_index":1848,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["onkeylow",{"_index":1800,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["onkeylow(event",{"_index":1855,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["online",{"_index":4370,"title":{},"body":{"changelog.html":{}}}],["onscroll",{"_index":3003,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["onscroll(event",{"_index":3035,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["onselect",{"_index":2584,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["onselect(event",{"_index":2608,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["ontological",{"_index":4418,"title":{},"body":{"changelog.html":{}}}],["ontologies",{"_index":4321,"title":{},"body":{"changelog.html":{}}}],["ontology",{"_index":277,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["ontology_search",{"_index":2649,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["ontologyexplorationmodule",{"_index":72,"title":{"modules/OntologyExplorationModule.html":{}},"body":{"modules/AppModule.html":{},"modules/OntologyExplorationModule.html":{},"modules.html":{},"overview.html":{}}}],["ontologyfilter",{"_index":2759,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["ontologynode",{"_index":2781,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["ontologysearchcomponent",{"_index":672,"title":{"components/OntologySearchComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["ontologysearchmodule",{"_index":2563,"title":{"modules/OntologySearchModule.html":{}},"body":{"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules.html":{},"overview.html":{}}}],["ontologysearchservice",{"_index":2589,"title":{"injectables/OntologySearchService.html":{}},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"interfaces/SearchResult.html":{},"coverage.html":{},"overview.html":{}}}],["ontologysearchservice.rootnode$.pipe(tap(rootnode",{"_index":2803,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["ontologyselected(ontologyselection",{"_index":447,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection",{"_index":210,"title":{"interfaces/OntologySelection.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"coverage.html":{}}}],["ontologyselection.foreach((selection",{"_index":467,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection.length",{"_index":465,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection.map(selection",{"_index":450,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection[0",{"_index":459,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection[0].label",{"_index":460,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselectioncomponent",{"_index":674,"title":{"components/OntologySelectionComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["ontologyselectionlabel",{"_index":281,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselectionmodule",{"_index":2564,"title":{"modules/OntologySelectionModule.html":{}},"body":{"modules/OntologyExplorationModule.html":{},"modules/OntologySelectionModule.html":{},"modules.html":{},"overview.html":{}}}],["ontologyselections",{"_index":2774,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["ontologyservice",{"_index":2582,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["ontologytermoccurencesdata",{"_index":1319,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytermoccurencesdata$.pipe(take(1)).subscribe(ontologytermsfulldata",{"_index":1375,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytermoccurencesdata(filter",{"_index":1424,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytermoccurencesdataquerystatus",{"_index":1292,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytermoccurrences",{"_index":1341,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologyterms",{"_index":327,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"miscellaneous/variables.html":{}}}],["ontologytermsfulldata",{"_index":1305,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytreecomponent",{"_index":676,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologyTreeModule.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["ontologytreemodel",{"_index":191,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["ontologytreemodule",{"_index":2565,"title":{"modules/OntologyTreeModule.html":{}},"body":{"modules/OntologyExplorationModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules.html":{},"overview.html":{}}}],["ontologytreenode",{"_index":2130,"title":{},"body":{"classes/FlatNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["opacities",{"_index":4269,"title":{},"body":{"changelog.html":{}}}],["opacity",{"_index":1122,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["opacityslidermodule",{"_index":2836,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["open",{"_index":291,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/typealiases.html":{}}}],["open/close",{"_index":2348,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["open_in_new",{"_index":1638,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["openapi",{"_index":4128,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["openapi/js",{"_index":4648,"title":{},"body":{"index.html":{}}}],["openapi/ng",{"_index":4650,"title":{},"body":{"index.html":{}}}],["openapi/ts",{"_index":4649,"title":{},"body":{"index.html":{}}}],["opened",{"_index":1107,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["opened(value",{"_index":2336,"title":{},"body":{"classes/InitializationState.html":{}}}],["opened/closed",{"_index":2293,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["openedchange",{"_index":2344,"title":{},"body":{"classes/InitializationState.html":{}}}],["openedstate",{"_index":2294,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["openexpanded",{"_index":2386,"title":{},"body":{"classes/InitializationState.html":{}}}],["opening",{"_index":3021,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["opening/closing/expanding",{"_index":2310,"title":{},"body":{"classes/InitializationState.html":{}}}],["opens",{"_index":1738,"title":{},"body":{"components/DropdownComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["openspatialsearchconfig",{"_index":3395,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["operator",{"_index":1266,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["operatorfunction",{"_index":1224,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["opposite",{"_index":2299,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["optimization",{"_index":4217,"title":{},"body":{"changelog.html":{}}}],["optimizations",{"_index":4355,"title":{},"body":{"changelog.html":{}}}],["optimized",{"_index":4245,"title":{},"body":{"changelog.html":{}}}],["option",{"_index":826,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["option.displaylabel[0",{"_index":2653,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["option.displaylabel[1",{"_index":2654,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["option.displaylabel[2",{"_index":2655,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["option?.displaylabel",{"_index":2644,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["optional",{"_index":27,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":800,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["options.ceil",{"_index":1937,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["options.floor",{"_index":1936,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["optionschanged",{"_index":1801,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["optionsvisible",{"_index":1721,"title":{},"body":{"components/DropdownComponent.html":{}}}],["order",{"_index":2720,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["organ",{"_index":289,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"index.html":{}}}],["organ(id",{"_index":3546,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organ.hassex",{"_index":2982,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organ.id",{"_index":3577,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organ.name",{"_index":3311,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["organ.representation_of",{"_index":2949,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organ.sex",{"_index":2905,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organ?.representation_of",{"_index":2965,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organ['@id",{"_index":2951,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organentity",{"_index":3531,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{}}}],["organentity(state",{"_index":2868,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organentity['@id",{"_index":3588,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organid",{"_index":2160,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["organid(state",{"_index":3548,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organid?.split('/').slice",{"_index":2880,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organids",{"_index":3176,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organids.has(organ.id",{"_index":3179,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organinfo",{"_index":194,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organlistvisible",{"_index":292,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["organmatchessex",{"_index":3533,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organmatchessex(organ",{"_index":3550,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organname",{"_index":19,"title":{},"body":{"classes/AddSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["organs",{"_index":1479,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["organs(sex",{"_index":3552,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organs.filter",{"_index":3210,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organs.filter(organ",{"_index":3579,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organs.find(o",{"_index":2869,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organs.find(organ",{"_index":3576,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organs/anatomical",{"_index":4270,"title":{},"body":{"changelog.html":{}}}],["organscene",{"_index":2858,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organscene.concat(sphere",{"_index":3600,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organselectormodule",{"_index":109,"title":{},"body":{"modules/AppModule.html":{}}}],["organvalidforsex",{"_index":3614,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["organvalidforsex(organid",{"_index":2978,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["origin",{"_index":3828,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["original",{"_index":2134,"title":{},"body":{"classes/FlatNode.html":{}}}],["originx",{"_index":1888,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["originy",{"_index":1889,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["orthographic",{"_index":4189,"title":{},"body":{"changelog.html":{}}}],["ot",{"_index":1467,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["ot2od026671",{"_index":4673,"title":{},"body":{"index.html":{}}}],["other.expanded",{"_index":2413,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.expandedstate2",{"_index":2414,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.margin2",{"_index":2419,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.measuredmargin",{"_index":2417,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.measuredwidth",{"_index":2416,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.opened",{"_index":2415,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.width",{"_index":2418,"title":{},"body":{"classes/InitializationState.html":{}}}],["otherblocks",{"_index":2483,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["otherblocks.push",{"_index":2488,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["others",{"_index":301,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["otherwise",{"_index":2235,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"license.html":{}}}],["out",{"_index":79,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"classes/InitializationState.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"license.html":{},"overview.html":{}}}],["outline",{"_index":2056,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["outline__leading",{"_index":2669,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["outline__trailing",{"_index":2670,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["output",{"_index":732,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["outputs",{"_index":719,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["outside",{"_index":1603,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["ovaries",{"_index":1521,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ovaries.svg",{"_index":1522,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ovary",{"_index":1523,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["over",{"_index":1625,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["overall",{"_index":811,"title":{},"body":{"components/CheckboxComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["overflow",{"_index":771,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["overlay",{"_index":316,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/SpinnerOverlayComponent.html":{},"injectables/ThemingService.html":{},"components/ViewerComponent.html":{}}}],["overlay'},{'name",{"_index":692,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["overlay.component",{"_index":3648,"title":{},"body":{"modules/SpinnerOverlayModule.html":{}}}],["overlay.component.html",{"_index":3634,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.component.scss",{"_index":3633,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.component.ts",{"_index":3631,"title":{},"body":{"components/SpinnerOverlayComponent.html":{},"coverage.html":{}}}],["overlay.component.ts:16",{"_index":3639,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.component.ts:19",{"_index":3635,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.component.ts:22",{"_index":3637,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.create",{"_index":1895,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlay.module",{"_index":142,"title":{},"body":{"modules/AppModule.html":{}}}],["overlay.module.ts",{"_index":3645,"title":{},"body":{"modules/SpinnerOverlayModule.html":{}}}],["overlay.position().flexibleconnectedto(element).withpositions([position",{"_index":1893,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlay.service",{"_index":116,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["overlay.service.ts",{"_index":498,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"coverage.html":{}}}],["overlay.service.ts:10",{"_index":510,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.service.ts:11",{"_index":509,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.service.ts:13",{"_index":508,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.service.ts:27",{"_index":505,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.service.ts:32",{"_index":506,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.setrootelement(el",{"_index":352,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["overlay/app",{"_index":115,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"coverage.html":{}}}],["overlay/spinner",{"_index":141,"title":{},"body":{"modules/AppModule.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"coverage.html":{}}}],["overlaycontainer",{"_index":87,"title":{},"body":{"modules/AppModule.html":{},"injectables/AppRootOverlayContainer.html":{},"injectables/ThemingService.html":{}}}],["overlaymodule",{"_index":1966,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["overlayref",{"_index":1793,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlayref.attach(popoverportal",{"_index":1929,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlayref.updateposition",{"_index":1930,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlays",{"_index":4411,"title":{},"body":{"changelog.html":{}}}],["overlayx",{"_index":1890,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlayy",{"_index":1891,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overview",{"_index":4727,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owning",{"_index":3897,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["p",{"_index":4387,"title":{},"body":{"changelog.html":{}}}],["package",{"_index":4097,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{}}}],["padding",{"_index":779,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["page",{"_index":2173,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["pages",{"_index":4160,"title":{},"body":{"changelog.html":{}}}],["pair",{"_index":2421,"title":{},"body":{"classes/InitializationState.html":{}}}],["paired",{"_index":4149,"title":{},"body":{"changelog.html":{}}}],["palatine",{"_index":1524,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pancreas",{"_index":1527,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pancreas.svg",{"_index":1528,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pane",{"_index":1766,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["panel",{"_index":1759,"title":{},"body":{"components/DropdownComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["panelclass",{"_index":1896,"title":{},"body":{"components/DualSliderComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["panelcontent",{"_index":3280,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["paneldata",{"_index":3229,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["param",{"_index":341,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["param0",{"_index":3157,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["parameters",{"_index":24,"title":{},"body":{"classes/AddSearch.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["params",{"_index":2306,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["parent",{"_index":822,"title":{},"body":{"components/CheckboxComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["parent.messages.pipe(takewhile",{"_index":2534,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["parse",{"_index":639,"title":{},"body":{"components/AppWebComponent.html":{}}}],["parsedatasources",{"_index":640,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsedatasources(value",{"_index":605,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["parsefilter",{"_index":642,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsefilter(value",{"_index":610,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":4546,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":2603,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["partial",{"_index":368,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"classes/UpdateFilter.html":{},"miscellaneous/functions.html":{}}}],["particular",{"_index":4712,"title":{},"body":{"license.html":{}}}],["partly",{"_index":4255,"title":{},"body":{"changelog.html":{}}}],["partonomy",{"_index":4200,"title":{},"body":{"changelog.html":{}}}],["parts",{"_index":2255,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.join",{"_index":2260,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('innamespace",{"_index":2259,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('literal",{"_index":2258,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('set",{"_index":2257,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["passed",{"_index":279,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["passes",{"_index":1616,"title":{},"body":{"components/DonorCardComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["path",{"_index":3164,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["patient",{"_index":1588,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{}}}],["payload",{"_index":868,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/typealiases.html":{}}}],["payload('doreset",{"_index":916,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["pelvis",{"_index":1529,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["per",{"_index":3808,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["performance",{"_index":4100,"title":{},"body":{"changelog.html":{}}}],["permission",{"_index":4679,"title":{},"body":{"license.html":{}}}],["permit",{"_index":4698,"title":{},"body":{"license.html":{}}}],["person",{"_index":1635,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{},"license.html":{}}}],["persons",{"_index":4699,"title":{},"body":{"license.html":{}}}],["pick",{"_index":4050,"title":{},"body":{"changelog.html":{}}}],["pipe",{"_index":1275,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"miscellaneous/functions.html":{}}}],["pipe(mergeall",{"_index":2536,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["placed",{"_index":3667,"title":{},"body":{"modules/StoreModule.html":{}}}],["placeholder",{"_index":4365,"title":{},"body":{"changelog.html":{}}}],["placeholdertext",{"_index":2587,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["placement",{"_index":4047,"title":{},"body":{"changelog.html":{}}}],["placenta",{"_index":1532,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["placenta.svg",{"_index":1533,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["player",{"_index":4520,"title":{},"body":{"dependencies.html":{}}}],["plugin",{"_index":3656,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["plus",{"_index":4056,"title":{},"body":{"changelog.html":{}}}],["pointer",{"_index":764,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["popover",{"_index":416,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["popover's",{"_index":417,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["popover'},{'name",{"_index":669,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["popover.component",{"_index":234,"title":{},"body":{"interfaces/AppOptions.html":{},"modules/FiltersPopoverModule.html":{}}}],["popover.component.html",{"_index":2078,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.scss",{"_index":2077,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts",{"_index":2076,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"coverage.html":{}}}],["popover.component.ts:21",{"_index":2086,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:27",{"_index":2083,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:32",{"_index":2092,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:37",{"_index":2090,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:42",{"_index":2091,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:47",{"_index":2093,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:52",{"_index":2095,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:57",{"_index":2094,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:62",{"_index":2102,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:68",{"_index":2101,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:77",{"_index":2099,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:87",{"_index":2097,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.module",{"_index":126,"title":{},"body":{"modules/AppModule.html":{}}}],["popover.module.ts",{"_index":2121,"title":{},"body":{"modules/FiltersPopoverModule.html":{}}}],["popover/filters",{"_index":125,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"coverage.html":{}}}],["popoverelement",{"_index":1794,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["popoverelement?.nativeelement?.contains?.(target",{"_index":1920,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["popoverportal",{"_index":1795,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["popup",{"_index":1974,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["portal",{"_index":2180,"title":{},"body":{"components/HeaderComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"index.html":{}}}],["portal's",{"_index":4347,"title":{},"body":{"changelog.html":{}}}],["portalmodule",{"_index":1967,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["portions",{"_index":4705,"title":{},"body":{"license.html":{}}}],["position",{"_index":1029,"title":{"interfaces/Position.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["position(state",{"_index":3554,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["position(value",{"_index":2332,"title":{},"body":{"classes/InitializationState.html":{}}}],["positionchange",{"_index":3452,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["positions",{"_index":995,"title":{},"body":{"components/ContainerComponent.html":{}}}],["positionstrategy",{"_index":1892,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["possible",{"_index":4305,"title":{},"body":{"changelog.html":{}}}],["preclose",{"_index":382,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["predefine",{"_index":614,"title":{},"body":{"components/AppWebComponent.html":{}}}],["prefered",{"_index":3794,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["preference",{"_index":393,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["preferences",{"_index":4176,"title":{},"body":{"changelog.html":{}}}],["prefix",{"_index":2662,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["preparation",{"_index":4011,"title":{},"body":{"changelog.html":{}}}],["present",{"_index":594,"title":{},"body":{"components/AppWebComponent.html":{}}}],["presented",{"_index":4409,"title":{},"body":{"changelog.html":{}}}],["pressed",{"_index":1854,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["prev",{"_index":3816,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["prevbuttonid",{"_index":3771,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["prevel",{"_index":3801,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["prevent",{"_index":4081,"title":{},"body":{"changelog.html":{}}}],["preview",{"_index":4188,"title":{},"body":{"changelog.html":{}}}],["previous",{"_index":3811,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["previously",{"_index":4121,"title":{},"body":{"changelog.html":{}}}],["primary",{"_index":3504,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["private",{"_index":348,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{}}}],["probing",{"_index":3483,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["process",{"_index":1099,"title":{},"body":{"components/ContentComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["processed",{"_index":4339,"title":{},"body":{"changelog.html":{}}}],["processes",{"_index":983,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["processing",{"_index":4177,"title":{},"body":{"changelog.html":{}}}],["production",{"_index":4108,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["programming",{"_index":4093,"title":{},"body":{"changelog.html":{}}}],["progress",{"_index":3632,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["project",{"_index":4385,"title":{},"body":{"changelog.html":{}}}],["projected",{"_index":990,"title":{},"body":{"components/ContainerComponent.html":{}}}],["projects",{"_index":4627,"title":{},"body":{"index.html":{}}}],["projects/.../action",{"_index":4614,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["projects/.../app",{"_index":4615,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../color",{"_index":4739,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../container.component.ts",{"_index":4616,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../data",{"_index":4738,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../data.state.ts",{"_index":4612,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["projects/.../default",{"_index":4740,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../drawer.component.ts",{"_index":4733,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../message.service.ts",{"_index":4743,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../messages.ts",{"_index":4732,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../ontology",{"_index":4735,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../scene.state.ts",{"_index":4741,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../spatial",{"_index":4736,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../store.module.ts",{"_index":4745,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../theming.service.ts",{"_index":4742,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../thumbnail",{"_index":4744,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/ccf",{"_index":6,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["promise",{"_index":2283,"title":{},"body":{"classes/InitializationState.html":{}}}],["promise(resolve",{"_index":2280,"title":{},"body":{"classes/InitializationState.html":{}}}],["prop",{"_index":584,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"miscellaneous/functions.html":{}}}],["prop(property",{"_index":593,"title":{},"body":{"components/AppWebComponent.html":{}}}],["properties",{"_index":12,"title":{"properties.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"properties.html":{}}}],["property",{"_index":604,"title":{},"body":{"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/ViewerComponent.html":{}}}],["property('expandable",{"_index":4749,"title":{},"body":{"miscellaneous/variables.html":{}}}],["property('level",{"_index":4748,"title":{},"body":{"miscellaneous/variables.html":{}}}],["prostate",{"_index":1534,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["prostate.svg",{"_index":1535,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["protected",{"_index":501,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{}}}],["protein",{"_index":2784,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["proteoforms",{"_index":2790,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["provide",{"_index":152,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/DrawerModule.html":{},"modules/ThemingModule.html":{}}}],["provided",{"_index":1004,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{},"license.html":{}}}],["providedin",{"_index":511,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["provider",{"_index":1335,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["providerfilter",{"_index":1350,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["providerfilterdata",{"_index":1336,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["providerfilterquerystatus",{"_index":1301,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["providerfilters",{"_index":1981,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["providers",{"_index":60,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"components/ContainerComponent.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"changelog.html":{},"overview.html":{}}}],["providertoken",{"_index":1571,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["provides",{"_index":2592,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["providing",{"_index":1074,"title":{},"body":{"components/ContentComponent.html":{}}}],["public",{"_index":2581,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{}}}],["publish",{"_index":4692,"title":{},"body":{"license.html":{}}}],["publishing",{"_index":4095,"title":{},"body":{"changelog.html":{}}}],["publishreplay",{"_index":1228,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["publishreplay(1",{"_index":1282,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["purpose",{"_index":4713,"title":{},"body":{"license.html":{}}}],["pushed",{"_index":4230,"title":{},"body":{"changelog.html":{}}}],["px",{"_index":2324,"title":{},"body":{"classes/InitializationState.html":{}}}],["python",{"_index":4033,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["qs",{"_index":4589,"title":{},"body":{"dependencies.html":{}}}],["qualitative",{"_index":4351,"title":{},"body":{"changelog.html":{}}}],["quality",{"_index":4001,"title":{},"body":{"changelog.html":{}}}],["queries",{"_index":1250,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["query",{"_index":1272,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["querydata",{"_index":1276,"title":{},"body":{"interfaces/DataStateModel.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["querydata(query",{"_index":4623,"title":{},"body":{"miscellaneous/functions.html":{}}}],["querying",{"_index":1268,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["querylist",{"_index":1000,"title":{},"body":{"components/ContainerComponent.html":{}}}],["querystatus",{"_index":1352,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["question",{"_index":812,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["quickly",{"_index":4332,"title":{},"body":{"changelog.html":{}}}],["radio",{"_index":3314,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["radius",{"_index":769,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{}}}],["radius(state",{"_index":3556,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["radius.tofixed(1",{"_index":2942,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["radiuschange",{"_index":3453,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["radiussettings",{"_index":2851,"title":{"interfaces/RadiusSettings.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["radiussettings(state",{"_index":3558,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["radiussettings?.defaultvalue",{"_index":2945,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["range",{"_index":1817,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["rangelabel",{"_index":1808,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["rank",{"_index":863,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"miscellaneous/variables.html":{}}}],["rank']).concat(otherblocks",{"_index":2490,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["rc.1",{"_index":4357,"title":{},"body":{"changelog.html":{}}}],["rdf",{"_index":4591,"title":{},"body":{"dependencies.html":{}}}],["rdfjs",{"_index":4522,"title":{},"body":{"dependencies.html":{}}}],["rdfjs/data",{"_index":4541,"title":{},"body":{"dependencies.html":{}}}],["rdfxml",{"_index":4593,"title":{},"body":{"dependencies.html":{}}}],["reactiveformsmodule",{"_index":2676,"title":{},"body":{"modules/OntologySearchModule.html":{}}}],["read",{"_index":1874,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["readable",{"_index":4595,"title":{},"body":{"dependencies.html":{}}}],["readonly",{"_index":14,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{}}}],["ready",{"_index":1212,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["real",{"_index":4369,"title":{},"body":{"changelog.html":{}}}],["really",{"_index":2864,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["reallyupdatespatialsearch",{"_index":2863,"title":{"classes/ReallyUpdateSpatialSearch.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["reason",{"_index":3665,"title":{},"body":{"modules/StoreModule.html":{}}}],["receive",{"_index":1089,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{}}}],["receiving",{"_index":2507,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["record",{"_index":899,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["rectify",{"_index":4125,"title":{},"body":{"changelog.html":{}}}],["reduce",{"_index":4222,"title":{},"body":{"changelog.html":{}}}],["reduction",{"_index":4075,"title":{},"body":{"changelog.html":{}}}],["refcount",{"_index":1229,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["reference",{"_index":978,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"injectables/OntologySearchService.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["referenceorgan",{"_index":3448,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["referenceorgan.name",{"_index":3489,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["referenceorganentities",{"_index":3094,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["referenceorganentities(state",{"_index":3105,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["referenceorgans",{"_index":2857,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["referenceorgans(state",{"_index":3108,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["referenceorgans.filter((o",{"_index":2897,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["referenceorgans.find(item",{"_index":2963,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["references",{"_index":1111,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["referencing",{"_index":3795,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["refernced",{"_index":4150,"title":{},"body":{"changelog.html":{}}}],["reforgandata",{"_index":3188,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["reforgans",{"_index":372,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["reforgans.has(node.reference_organ",{"_index":3198,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["refresh",{"_index":2046,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"changelog.html":{}}}],["refreshclicked",{"_index":2177,"title":{},"body":{"components/HeaderComponent.html":{}}}],["refreshes",{"_index":2005,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["refreshfilters",{"_index":1978,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["regions",{"_index":4412,"title":{},"body":{"changelog.html":{}}}],["register",{"_index":1473,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"dependencies.html":{}}}],["registered",{"_index":1477,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["registericon",{"_index":2239,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registericon(definition",{"_index":2236,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registericonimpl",{"_index":2263,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registericonimpl(definition",{"_index":2240,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registering",{"_index":2216,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registers",{"_index":2233,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registration",{"_index":1466,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{},"index.html":{}}}],["registrations",{"_index":4212,"title":{},"body":{"changelog.html":{}}}],["registrations#1",{"_index":4020,"title":{},"body":{"changelog.html":{}}}],["registry",{"_index":2223,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registry.state",{"_index":3661,"title":{},"body":{"modules/StoreModule.html":{}}}],["registry.state.ts",{"_index":2215,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{}}}],["registry.state.ts:114",{"_index":2269,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:134",{"_index":2267,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:43",{"_index":2265,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:74",{"_index":2270,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:84",{"_index":2271,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry/default",{"_index":1458,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registry/icon",{"_index":2214,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/StoreModule.html":{},"coverage.html":{}}}],["registry[methodname",{"_index":2247,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["regular",{"_index":1374,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["related",{"_index":4250,"title":{},"body":{"changelog.html":{}}}],["relative",{"_index":1069,"title":{},"body":{"components/ContainerComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["release",{"_index":4028,"title":{},"body":{"changelog.html":{}}}],["relevant",{"_index":3020,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["reliability",{"_index":4284,"title":{},"body":{"changelog.html":{}}}],["reload",{"_index":3943,"title":{},"body":{"components/ViewerComponent.html":{}}}],["reloads",{"_index":4184,"title":{},"body":{"changelog.html":{}}}],["rem",{"_index":2049,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["remoteapiendpoint",{"_index":548,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["remove",{"_index":44,"title":{},"body":{"classes/AddSearch.html":{},"components/CheckboxComponent.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"injectables/ThemingService.html":{}}}],["removebox",{"_index":2080,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["removeclass",{"_index":3758,"title":{},"body":{"injectables/ThemingService.html":{}}}],["removed",{"_index":4168,"title":{},"body":{"changelog.html":{}}}],["removed/deleted",{"_index":1998,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["removeitem",{"_index":3328,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["removes",{"_index":3723,"title":{},"body":{"injectables/ThemingService.html":{},"changelog.html":{}}}],["removesearch",{"_index":43,"title":{"classes/RemoveSearch.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"coverage.html":{}}}],["removesearch(ctx",{"_index":3337,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["removespatialsearch",{"_index":263,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["render",{"_index":2088,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["renderer",{"_index":3752,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer2",{"_index":3740,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer[methodname](overlay",{"_index":3760,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer[methodname](root",{"_index":3759,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rendering",{"_index":2990,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["repeat",{"_index":1230,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/HeaderComponent.html":{}}}],["repeat(1000",{"_index":1394,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["replay",{"_index":1270,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["replaysubject",{"_index":199,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["replaysubject(1",{"_index":331,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["replaysubject>(1",{"_index":1306,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["repository",{"_index":1283,"title":{},"body":{"interfaces/DataStateModel.html":{},"index.html":{}}}],["required",{"_index":4324,"title":{},"body":{"changelog.html":{}}}],["reset",{"_index":78,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"classes/GenerateSpatialSearch.html":{},"modules/HeaderModule.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"classes/UpdateSpatialSearch.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["resetposition",{"_index":2164,"title":{"classes/ResetPosition.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["resetposition(ctx",{"_index":2929,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["resetradius",{"_index":2166,"title":{"classes/ResetRadius.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["resetradius(ctx",{"_index":2944,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["resets",{"_index":406,"title":{},"body":{"interfaces/AppOptions.html":{},"components/HeaderComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["resetsphere",{"_index":3454,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["resettheme",{"_index":3717,"title":{},"body":{"injectables/ThemingService.html":{}}}],["resetview",{"_index":424,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["resolve",{"_index":2276,"title":{},"body":{"classes/InitializationState.html":{}}}],["resolved",{"_index":4235,"title":{},"body":{"changelog.html":{}}}],["resolves",{"_index":1017,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["respond",{"_index":4198,"title":{},"body":{"changelog.html":{}}}],["responsible",{"_index":2683,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["restriction",{"_index":4687,"title":{},"body":{"license.html":{}}}],["result",{"_index":1373,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["result.ts",{"_index":2429,"title":{},"body":{"interfaces/ListResult.html":{},"coverage.html":{}}}],["resultlabel",{"_index":3004,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["results",{"_index":51,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["results.state",{"_index":226,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["results.state.ts",{"_index":2431,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"coverage.html":{}}}],["results.state.ts:29",{"_index":2459,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:30",{"_index":2457,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:34",{"_index":2455,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:37",{"_index":2440,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:57",{"_index":2452,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:61",{"_index":2450,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:65",{"_index":2445,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:69",{"_index":2447,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:73",{"_index":2453,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:80",{"_index":2448,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results/list",{"_index":225,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{}}}],["results_browser",{"_index":3045,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["resultsbrowser",{"_index":2989,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["resultsbrowsercomponent",{"_index":678,"title":{"components/ResultsBrowserComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["resultsbrowseritems",{"_index":2995,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["resultsbrowsermodule",{"_index":73,"title":{"modules/ResultsBrowserModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ResultsBrowserModule.html":{},"modules.html":{},"overview.html":{}}}],["return",{"_index":309,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["returns",{"_index":85,"title":{},"body":{"modules/AppModule.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{}}}],["reuse",{"_index":1372,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["reverse",{"_index":2055,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/RunSpatialSearchComponent.html":{}}}],["rgb",{"_index":875,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"dependencies.html":{}}}],["rgba",{"_index":864,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["rgba(0",{"_index":1664,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["rgba[3",{"_index":892,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["right",{"_index":413,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["right.closeexpanded",{"_index":421,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["right.open",{"_index":420,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["right.px",{"_index":1087,"title":{},"body":{"components/ContentComponent.html":{}}}],["right.svg",{"_index":1495,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["rightmargin",{"_index":1080,"title":{},"body":{"components/ContentComponent.html":{}}}],["rights",{"_index":4689,"title":{},"body":{"license.html":{}}}],["ripple",{"_index":3316,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["ripple::before",{"_index":1755,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["root",{"_index":114,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["root'},{'name",{"_index":648,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["root_states",{"_index":3663,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rootelement",{"_index":500,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["rootnode",{"_index":2685,"title":{},"body":{"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["rootnode.children",{"_index":2806,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["rootnode.children].map(option",{"_index":2808,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["rotates",{"_index":4186,"title":{},"body":{"changelog.html":{}}}],["round",{"_index":4273,"title":{},"body":{"changelog.html":{}}}],["rounded",{"_index":4287,"title":{},"body":{"changelog.html":{}}}],["route",{"_index":4067,"title":{},"body":{"changelog.html":{}}}],["row",{"_index":2054,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["ru/cdk",{"_index":4506,"title":{},"body":{"dependencies.html":{}}}],["ru/common",{"_index":4508,"title":{},"body":{"dependencies.html":{}}}],["ru/common/typings",{"_index":2719,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["ru/common/typings/immutability",{"_index":866,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ResultsBrowserComponent.html":{}}}],["ru/ngxs",{"_index":3652,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ru/ngxs/decorators",{"_index":870,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ru/ngxs/repositories",{"_index":872,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rui",{"_index":3998,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rui_locations.jsonld",{"_index":4086,"title":{},"body":{"changelog.html":{}}}],["run",{"_index":681,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["running",{"_index":1255,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/enumerations.html":{}}}],["runspatialsearchcomponent",{"_index":680,"title":{"components/RunSpatialSearchComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["runspatialsearchmodule",{"_index":74,"title":{"modules/RunSpatialSearchModule.html":{}},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules.html":{},"overview.html":{}}}],["runtime",{"_index":1465,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["rxjs",{"_index":201,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{},"dependencies.html":{}}}],["rxjs/internal/observable",{"_index":2801,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["rxjs/operators",{"_index":203,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["rxjsfilter",{"_index":1227,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["rxjsfilter((status",{"_index":1286,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["s",{"_index":3596,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["safedef",{"_index":2229,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["safehtml",{"_index":2217,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["saferesourceurl",{"_index":2218,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{}}}],["safeurl",{"_index":3931,"title":{},"body":{"components/ViewerComponent.html":{}}}],["sample",{"_index":3763,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"index.html":{}}}],["samples",{"_index":3928,"title":{},"body":{"components/ViewerComponent.html":{},"changelog.html":{}}}],["sanitize",{"_index":2226,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["sanitized",{"_index":1468,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/ViewerComponent.html":{}}}],["sanitizer",{"_index":2225,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{}}}],["sanitizer.bypasssecuritytrusthtml(html",{"_index":2231,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["sanitizer.bypasssecuritytrustresourceurl(url",{"_index":2230,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{}}}],["sans",{"_index":2203,"title":{},"body":{"components/HeaderComponent.html":{}}}],["sass:math",{"_index":1938,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["saved",{"_index":2009,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["saver",{"_index":4563,"title":{},"body":{"dependencies.html":{}}}],["scaffolding",{"_index":4386,"title":{},"body":{"changelog.html":{}}}],["scene",{"_index":345,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"classes/GenerateSpatialSearch.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{}}}],["scene(state",{"_index":3561,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["scene.filter(node",{"_index":3194,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scene.setselectedreferenceorganswithdefaults(reforgans",{"_index":373,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["scene/scene.state",{"_index":2850,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{}}}],["scenebounds",{"_index":3390,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["scenebounds(organentity",{"_index":3563,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["scenedata",{"_index":1328,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["scenedata(filter",{"_index":1433,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["scenedataquerystatus",{"_index":1297,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["scenenodeclicked",{"_index":3095,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scenenodeclicked(undefined",{"_index":3110,"title":{},"body":{"injectables/SceneState.html":{}}}],["scenenodehovered",{"_index":3096,"title":{},"body":{"injectables/SceneState.html":{}}}],["scenenodehovered(node",{"_index":3114,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scenenodeunhover",{"_index":3097,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scenestate",{"_index":227,"title":{"injectables/SceneState.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["scenestate.referenceorganentities",{"_index":2867,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["scenestatemodel",{"_index":3106,"title":{"interfaces/SceneStateModel.html":{}},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{}}}],["scenetarget",{"_index":3391,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["scenetarget(organentity",{"_index":3565,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["scheduled",{"_index":4236,"title":{},"body":{"changelog.html":{}}}],["schema",{"_index":4389,"title":{},"body":{"changelog.html":{}}}],["scheme",{"_index":396,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["schemes",{"_index":4352,"title":{},"body":{"changelog.html":{}}}],["science",{"_index":4667,"title":{},"body":{"index.html":{}}}],["scroll",{"_index":3038,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["scrollbar",{"_index":2666,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["scrolled",{"_index":3040,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["scrollheight",{"_index":3051,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["scrolling",{"_index":1071,"title":{},"body":{"components/ContainerComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["scrollingmodule",{"_index":3070,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["scrolltop",{"_index":3052,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["search",{"_index":8,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["search'},{'name",{"_index":673,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["search.component",{"_index":2680,"title":{},"body":{"modules/OntologySearchModule.html":{},"modules/RunSpatialSearchModule.html":{}}}],["search.component.html",{"_index":2577,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{}}}],["search.component.scss",{"_index":2576,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{}}}],["search.component.ts",{"_index":2573,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"coverage.html":{}}}],["search.component.ts:107",{"_index":2610,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:23",{"_index":2593,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{}}}],["search.component.ts:29",{"_index":2594,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:30",{"_index":3078,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["search.component.ts:34",{"_index":2623,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:40",{"_index":2620,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:45",{"_index":2590,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:53",{"_index":2626,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:60",{"_index":2604,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:78",{"_index":2598,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:88",{"_index":2614,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:98",{"_index":2618,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.detached",{"_index":2663,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.module",{"_index":139,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySelectionModule.html":{}}}],["search.module.ts",{"_index":2674,"title":{},"body":{"modules/OntologySearchModule.html":{},"modules/RunSpatialSearchModule.html":{}}}],["search.service",{"_index":2631,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["search.service.ts",{"_index":2682,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"coverage.html":{}}}],["search.service.ts:100",{"_index":2705,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:111",{"_index":2695,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:128",{"_index":2701,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:30",{"_index":2718,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:31",{"_index":2717,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:34",{"_index":2714,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:37",{"_index":2716,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:39",{"_index":2711,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:50",{"_index":2692,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:63",{"_index":2707,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search/ontology",{"_index":2568,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"interfaces/SearchResult.html":{},"coverage.html":{}}}],["search/run",{"_index":138,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"coverage.html":{}}}],["searched",{"_index":2607,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searches",{"_index":49,"title":{},"body":{"classes/AddSearch.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"interfaces/SearchResult.html":{},"classes/SetSelectedSearches.html":{},"classes/SpatialSearchFilterSelectors.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["searches(items",{"_index":3370,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["searches.concat(search",{"_index":2970,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["searching",{"_index":2575,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["searchresult",{"_index":2597,"title":{"interfaces/SearchResult.html":{}},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"coverage.html":{}}}],["searchresults",{"_index":2728,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searchresults.get(node.id",{"_index":2732,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searchresults.set(node.id",{"_index":2733,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searchservice",{"_index":2591,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["searchvalue",{"_index":2694,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searchvalue.length",{"_index":2743,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["section",{"_index":703,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["section.description",{"_index":1645,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["section.label",{"_index":1644,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["section.sectionnumber",{"_index":3880,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["sectionnumber",{"_index":3878,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["sectionnumber).length",{"_index":3881,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["sections",{"_index":3871,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["see",{"_index":4004,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["select",{"_index":189,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{}}}],["select(datastateselectors.anatomicalstructurestreemodel",{"_index":257,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["select(datastateselectors.biomarkerstreemodel",{"_index":258,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["select(datastateselectors.celltypestreemodel",{"_index":255,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["select(spatialsearchfilterselectors.items",{"_index":260,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["select(spatialsearchuiselectors.anatomicalstructures",{"_index":3404,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.celltypes",{"_index":3406,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.defaultposition",{"_index":3408,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.organ",{"_index":3253,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.organs",{"_index":3250,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.position",{"_index":3415,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.radius",{"_index":3417,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.radiussettings",{"_index":3419,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.scene",{"_index":3425,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.scenebounds",{"_index":3426,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.scenetarget",{"_index":3428,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.sex",{"_index":3255,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.tissueblocks",{"_index":3431,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["selectable",{"_index":1680,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["selectablesearches",{"_index":261,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selected",{"_index":48,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetSelectedSearches.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["selected(ontologynode",{"_index":2779,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selected/deselected",{"_index":2000,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["selectedanatomicalstructures",{"_index":3148,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedbyids",{"_index":3342,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["selectedbyids.get(item.id",{"_index":3347,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["selecteditems",{"_index":718,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["selectedorgan",{"_index":3230,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["selectedorgans",{"_index":176,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedreferenceorgans",{"_index":3093,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedsearches",{"_index":3366,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selectedsearches(items",{"_index":3373,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selectedset",{"_index":3207,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedset.has(id",{"_index":3211,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedsexes",{"_index":2036,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["selectedsexes.has(currentsex",{"_index":2041,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["selectedsexes.size",{"_index":2040,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["selectedtoggleoptions",{"_index":287,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selectedtypes",{"_index":2777,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selectedtypes.includes(this.biomarkerlabelmap.get(node.parent",{"_index":2817,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selecting",{"_index":1726,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["selection",{"_index":212,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["selection'},{'name",{"_index":675,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["selection.component",{"_index":2828,"title":{},"body":{"modules/OntologySelectionModule.html":{}}}],["selection.component.html",{"_index":2753,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.scss",{"_index":2752,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts",{"_index":2750,"title":{},"body":{"components/OntologySelectionComponent.html":{},"coverage.html":{}}}],["selection.component.ts:101",{"_index":2776,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:25",{"_index":2799,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:30",{"_index":2765,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:35",{"_index":2770,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:40",{"_index":2771,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:47",{"_index":2767,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:49",{"_index":2764,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:50",{"_index":2768,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:52",{"_index":2769,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:57",{"_index":2772,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:59",{"_index":2793,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:61",{"_index":2792,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:62",{"_index":2795,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:63",{"_index":2797,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:64",{"_index":2796,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:65",{"_index":2763,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:72",{"_index":2794,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:85",{"_index":2778,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:96",{"_index":2780,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.id",{"_index":451,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selection.label",{"_index":468,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selection.module",{"_index":2570,"title":{},"body":{"modules/OntologyExplorationModule.html":{}}}],["selection.module.ts",{"_index":2827,"title":{},"body":{"modules/OntologySelectionModule.html":{}}}],["selection.ts",{"_index":2748,"title":{},"body":{"interfaces/OntologySelection.html":{},"coverage.html":{}}}],["selection/deselection",{"_index":3032,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["selection/ontology",{"_index":2569,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"coverage.html":{}}}],["selectionchange",{"_index":720,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["selectionchanged",{"_index":1722,"title":{},"body":{"components/DropdownComponent.html":{}}}],["selectionchanged(value",{"_index":1732,"title":{},"body":{"components/DropdownComponent.html":{}}}],["selectionlabel",{"_index":286,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selections",{"_index":794,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["selectionstring",{"_index":466,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selectlistresult",{"_index":2436,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["selectlistresult(result",{"_index":2449,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["selector",{"_index":245,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["selector(['datastate",{"_index":1442,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["selector(['spatialsearchfilterstate",{"_index":3368,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selector(['spatialsearchuistate",{"_index":3537,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{}}}],["selector(['undefined",{"_index":3371,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["selector([datastate",{"_index":1451,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["selector([spatialsearchfilterselectors.items",{"_index":3376,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selector([spatialsearchfilterstate",{"_index":3375,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selector([spatialsearchuiselectors.organid",{"_index":3574,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["selector([spatialsearchuiselectors.sex",{"_index":3578,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["selector([spatialsearchuistate",{"_index":2866,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["selector([spatialsearchuistate.organentity",{"_index":3601,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["selectoroptions",{"_index":3672,"title":{},"body":{"modules/StoreModule.html":{}}}],["selectors",{"_index":3799,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["selects",{"_index":1620,"title":{},"body":{"components/DonorCardComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["selecttoken",{"_index":1580,"title":{},"body":{"injectables/DelegateDataSourceService.html":{}}}],["selecttoken(config",{"_index":1578,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["sell",{"_index":4696,"title":{},"body":{"license.html":{}}}],["semantic",{"_index":4408,"title":{},"body":{"changelog.html":{}}}],["send",{"_index":974,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/functions.html":{}}}],["sendcompletedto",{"_index":4457,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["sendcompletedto(subject",{"_index":1264,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["sendcompletedto(this._aggregatedataquerystatus",{"_index":1317,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._biomarkertermoccurencesdataquerystatus",{"_index":1324,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._celltypetermoccurencesdataquerystatus",{"_index":1327,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._ontologytermoccurencesdataquerystatus",{"_index":1321,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._providerfilterquerystatus",{"_index":1338,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._scenedataquerystatus",{"_index":1330,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._technologyfilterquerystatus",{"_index":1334,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._tissueblockdataquerystatus",{"_index":1313,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sender",{"_index":2497,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sending",{"_index":2403,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sending/receiving",{"_index":2374,"title":{},"body":{"classes/InitializationState.html":{}}}],["sendmessage",{"_index":2544,"title":{},"body":{"classes/MessageChannel.html":{}}}],["sendmessage(payload",{"_index":2512,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sends",{"_index":1262,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"miscellaneous/functions.html":{}}}],["sendtoggle",{"_index":2404,"title":{},"body":{"classes/InitializationState.html":{}}}],["sennet",{"_index":4103,"title":{},"body":{"changelog.html":{}}}],["sensitive",{"_index":4019,"title":{},"body":{"changelog.html":{}}}],["sent",{"_index":1158,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/typealiases.html":{}}}],["serif",{"_index":2204,"title":{},"body":{"components/HeaderComponent.html":{}}}],["server",{"_index":4392,"title":{},"body":{"changelog.html":{}}}],["service",{"_index":806,"title":{},"body":{"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["service.initialize(location",{"_index":3743,"title":{},"body":{"injectables/ThemingService.html":{}}}],["services/data",{"_index":1191,"title":{},"body":{"modules/CoreModule.html":{}}}],["services/message/message.service",{"_index":1162,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{}}}],["services/theming/theming.module",{"_index":1194,"title":{},"body":{"modules/CoreModule.html":{}}}],["set",{"_index":47,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"classes/MoveToNode.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"injectables/ThemingService.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["set((state.tissueblocks",{"_index":3590,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["set(items.map(item",{"_index":2037,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["set(reforgandata.filter(o",{"_index":3191,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["set(reforgans.map(o",{"_index":3177,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["set(selected?.length",{"_index":3208,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["set(selectedorgans.map(o",{"_index":3190,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setexecutesearchongenerate",{"_index":2100,"title":{"classes/SetExecuteSearchOnGenerate.html":{}},"body":{"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setexecutesearchongenerate(ctx",{"_index":2974,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setexecutesearchongenerate(false",{"_index":2106,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["setexecutesearchongenerate(true",{"_index":2107,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["setlistresults",{"_index":2437,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["setlistresults(@payload('listresults",{"_index":2467,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["setlistresults(listresults",{"_index":2451,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["setorgan",{"_index":2159,"title":{"classes/SetOrgan.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setorgan(ctx",{"_index":2903,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setorgan(organid",{"_index":2901,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setposition",{"_index":2161,"title":{"classes/SetPosition.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setposition(ctx",{"_index":2925,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setposition(position",{"_index":2938,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setradius",{"_index":2165,"title":{"classes/SetRadius.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setradius(ctx",{"_index":2940,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setreferenceorganentities",{"_index":3098,"title":{},"body":{"injectables/SceneState.html":{}}}],["setreferenceorganentities(@payload('referenceorganentities",{"_index":3155,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setreferenceorganentities(referenceorganentities",{"_index":3117,"title":{},"body":{"injectables/SceneState.html":{}}}],["setreferenceorgans",{"_index":3099,"title":{},"body":{"injectables/SceneState.html":{}}}],["setreferenceorgans(@payload('referenceorgans",{"_index":3154,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setreferenceorgans(referenceorgans",{"_index":3121,"title":{},"body":{"injectables/SceneState.html":{}}}],["setrootelement",{"_index":504,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["setrootelement(el",{"_index":507,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["sets",{"_index":389,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{}}}],["setscene",{"_index":3100,"title":{},"body":{"injectables/SceneState.html":{}}}],["setscene(@payload('scene",{"_index":3156,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setscene(scene",{"_index":3123,"title":{},"body":{"injectables/SceneState.html":{}}}],["setselectedreferenceorgans",{"_index":3101,"title":{},"body":{"injectables/SceneState.html":{}}}],["setselectedreferenceorgans(@payload('selectedreferenceorgans",{"_index":3153,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setselectedreferenceorgans(selectedreferenceorgans",{"_index":3126,"title":{},"body":{"injectables/SceneState.html":{}}}],["setselectedreferenceorganswithdefaults",{"_index":3102,"title":{},"body":{"injectables/SceneState.html":{}}}],["setselectedreferenceorganswithdefaults(organs",{"_index":3128,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setselectedsearches",{"_index":46,"title":{"classes/SetSelectedSearches.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"coverage.html":{}}}],["setselectedsearches(ctx",{"_index":3341,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["setsex",{"_index":2158,"title":{"classes/SetSex.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setsex(ctx",{"_index":2889,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setsex(sex",{"_index":2886,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["settheme",{"_index":3718,"title":{},"body":{"injectables/ThemingService.html":{}}}],["settheme(theme",{"_index":3734,"title":{},"body":{"injectables/ThemingService.html":{}}}],["settimeout",{"_index":2376,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["setting",{"_index":3462,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"modules/StoreModule.html":{}}}],["settings",{"_index":1975,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{}}}],["settreemodel",{"_index":2691,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["settreemodel(treemodel",{"_index":2710,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["setup",{"_index":4208,"title":{},"body":{"changelog.html":{}}}],["sex",{"_index":18,"title":{},"body":{"classes/AddSearch.html":{},"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["sex(state",{"_index":3567,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["sex.charat(0).touppercase",{"_index":3487,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["sex.slice(1",{"_index":3488,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["sexes",{"_index":4315,"title":{},"body":{"changelog.html":{}}}],["sexoptions",{"_index":611,"title":{},"body":{"components/AppWebComponent.html":{}}}],["sexoptions.includes(val",{"_index":619,"title":{},"body":{"components/AppWebComponent.html":{}}}],["sex}_${shortorgan",{"_index":2884,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["shadow",{"_index":1251,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["shall",{"_index":4703,"title":{},"body":{"license.html":{}}}],["shared",{"_index":111,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"modules/FiltersContentModule.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["shared/analytics",{"_index":197,"title":{},"body":{"interfaces/AppOptions.html":{},"modules/CoreModule.html":{}}}],["shared/components/button",{"_index":145,"title":{},"body":{"modules/AppModule.html":{},"modules/OntologyTreeModule.html":{}}}],["shared/components/checkbox/checkbox.module",{"_index":2073,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["shared/components/drawer/drawer.module",{"_index":133,"title":{},"body":{"modules/AppModule.html":{}}}],["shared/components/drawer/drawer/drawer.component",{"_index":236,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["shared/components/dropdown/dropdown.module",{"_index":2074,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["shared/components/dual",{"_index":134,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{}}}],["shared/components/run",{"_index":137,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{}}}],["shared/components/spatial",{"_index":36,"title":{},"body":{"classes/AddSearch.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["shared/components/spinner",{"_index":140,"title":{},"body":{"modules/AppModule.html":{}}}],["shared/components/thumbnail",{"_index":1701,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["shared/components/viewer/viewer.module",{"_index":143,"title":{},"body":{"modules/AppModule.html":{}}}],["shared/src/lib/components/body",{"_index":205,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["shared/src/public",{"_index":3659,"title":{},"body":{"modules/StoreModule.html":{}}}],["shared/web",{"_index":571,"title":{},"body":{"components/AppWebComponent.html":{}}}],["sharing",{"_index":1269,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["shortest",{"_index":4569,"title":{},"body":{"dependencies.html":{}}}],["shortorgan",{"_index":2879,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["show",{"_index":1783,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["showing",{"_index":4338,"title":{},"body":{"changelog.html":{}}}],["shown",{"_index":1869,"title":{},"body":{"components/DualSliderComponent.html":{},"changelog.html":{}}}],["shows",{"_index":4139,"title":{},"body":{"changelog.html":{}}}],["showtoggle",{"_index":2760,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["side",{"_index":1112,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["sidebar",{"_index":3506,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["sides",{"_index":4316,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":4202,"title":{},"body":{"changelog.html":{}}}],["simple",{"_index":4159,"title":{},"body":{"changelog.html":{}}}],["simplechanges",{"_index":1842,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ViewerComponent.html":{}}}],["simplifies",{"_index":4207,"title":{},"body":{"changelog.html":{}}}],["single",{"_index":2511,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["site",{"_index":2170,"title":{},"body":{"components/HeaderComponent.html":{},"components/ViewerComponent.html":{}}}],["sites",{"_index":4145,"title":{},"body":{"changelog.html":{}}}],["six",{"_index":851,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["sizable",{"_index":4283,"title":{},"body":{"changelog.html":{}}}],["size",{"_index":744,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["skin",{"_index":1536,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["skin.svg",{"_index":1537,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["skipself",{"_index":1186,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["slide",{"_index":3812,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["slideinhorizontaldropdown",{"_index":1746,"title":{},"body":{"components/DropdownComponent.html":{}}}],["slideinhorizontalslider",{"_index":1948,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider",{"_index":1784,"title":{},"body":{"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"dependencies.html":{}}}],["slider's",{"_index":1851,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider'},{'name",{"_index":666,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["slider.component",{"_index":1970,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["slider.component.html",{"_index":1787,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.scss",{"_index":1786,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts",{"_index":1782,"title":{},"body":{"components/DualSliderComponent.html":{},"coverage.html":{}}}],["slider.component.ts:124",{"_index":1843,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:138",{"_index":1858,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:154",{"_index":1845,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:167",{"_index":1826,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:186",{"_index":1862,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:203",{"_index":1860,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:214",{"_index":1839,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:228",{"_index":1856,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:245",{"_index":1850,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:25",{"_index":1879,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:31",{"_index":1875,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:36",{"_index":1814,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:41",{"_index":1818,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:46",{"_index":1816,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:51",{"_index":1821,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:56",{"_index":1868,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:61",{"_index":1871,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:66",{"_index":1870,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:71",{"_index":1865,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:76",{"_index":1864,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:81",{"_index":1881,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:92",{"_index":1872,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:97",{"_index":1810,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.detached",{"_index":1950,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.module",{"_index":136,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{}}}],["slider.module.ts",{"_index":1965,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["slider.wrapper",{"_index":1942,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider/dual",{"_index":135,"title":{},"body":{"modules/AppModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"coverage.html":{}}}],["slider/ngx",{"_index":1887,"title":{},"body":{"components/DualSliderComponent.html":{},"dependencies.html":{}}}],["slidervaluechanged",{"_index":1802,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slidesoffsetafter",{"_index":3787,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["slidesoffsetbefore",{"_index":3785,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["slidesperview",{"_index":3788,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["slightly",{"_index":4123,"title":{},"body":{"changelog.html":{}}}],["slow",{"_index":4219,"title":{},"body":{"changelog.html":{}}}],["small",{"_index":1538,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["snackbar",{"_index":346,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["snackbar.dismiss",{"_index":383,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["snapshot",{"_index":1370,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["software",{"_index":4628,"title":{},"body":{"index.html":{},"license.html":{}}}],["solid",{"_index":758,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["solved",{"_index":4278,"title":{},"body":{"changelog.html":{}}}],["sometimes",{"_index":4329,"title":{},"body":{"changelog.html":{}}}],["soon",{"_index":4099,"title":{},"body":{"changelog.html":{}}}],["sop",{"_index":4215,"title":{},"body":{"changelog.html":{}}}],["sort((node1",{"_index":2818,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["sortby",{"_index":2461,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{}}}],["sortby(searchresults",{"_index":2641,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sortby(topblocks",{"_index":2489,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["sortbysynonymresult",{"_index":2585,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sortbysynonymresult(this",{"_index":2613,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sortlexically",{"_index":2586,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sortlexically(this",{"_index":2617,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sorts",{"_index":2615,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["source",{"_index":4,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{}}}],["source.getbiomarkertermoccurences().pipe(take(1)).subscribe(biomarkertermsfulldata",{"_index":1380,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["source.getcelltypetermoccurences().pipe(take(1)).subscribe(celltypetermsfulldata",{"_index":1379,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["source.getontologytermoccurences().pipe(take(1)).subscribe(ontologytermsfulldata",{"_index":1378,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["source.pipe",{"_index":1279,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["source.service",{"_index":1193,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["source.service.ts",{"_index":1570,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{}}}],["source.service.ts:10",{"_index":3966,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["source.service.ts:18",{"_index":3968,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["source.service.ts:20",{"_index":1581,"title":{},"body":{"injectables/DelegateDataSourceService.html":{}}}],["source.service.ts:23",{"_index":3971,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["source.worker",{"_index":3977,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["source.worker.ts",{"_index":4443,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["source/data",{"_index":1192,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["source/worker",{"_index":3959,"title":{},"body":{"injectables/WorkerDataSourceService.html":{},"coverage.html":{}}}],["sources",{"_index":2524,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["sources.includes(msg.source",{"_index":2526,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["space",{"_index":1692,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["spacebetween",{"_index":3789,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["spacing",{"_index":2659,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sparc",{"_index":4211,"title":{},"body":{"changelog.html":{}}}],["sparql",{"_index":4040,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["spatial",{"_index":30,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["spatial_search_ui",{"_index":2883,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["spatialentity",{"_index":2844,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["spatialscenenode",{"_index":1219,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["spatialsearch",{"_index":21,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["spatialsearchconfigbehaviorcomponent",{"_index":682,"title":{"components/SpatialSearchConfigBehaviorComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spatialsearchconfigbehaviormodule",{"_index":3286,"title":{"modules/SpatialSearchConfigBehaviorModule.html":{}},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"modules.html":{},"overview.html":{}}}],["spatialsearchconfigcomponent",{"_index":685,"title":{"components/SpatialSearchConfigComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spatialsearchconfigmodule",{"_index":3291,"title":{"modules/SpatialSearchConfigModule.html":{}},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules.html":{},"overview.html":{}}}],["spatialsearchdialog",{"_index":3239,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["spatialsearches",{"_index":1249,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"miscellaneous/variables.html":{}}}],["spatialsearchfilter",{"_index":3331,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["spatialsearchfilteritem",{"_index":39,"title":{"interfaces/SpatialSearchFilterItem.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["spatialsearchfiltermodel",{"_index":3330,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"miscellaneous/typealiases.html":{}}}],["spatialsearchfilters",{"_index":1982,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["spatialsearchfilterselectors",{"_index":231,"title":{"classes/SpatialSearchFilterSelectors.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/SpatialSearchFilterSelectors.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["spatialsearchfilterstate",{"_index":3332,"title":{"injectables/SpatialSearchFilterState.html":{}},"body":{"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["spatialsearchkeyboarduibehaviormodule",{"_index":3523,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["spatialsearchlistitem",{"_index":3326,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["spatialsearchlistmodule",{"_index":2072,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["spatialsearchremoved",{"_index":1986,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["spatialsearchscene",{"_index":2859,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["spatialsearchselected",{"_index":1987,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["spatialsearchui",{"_index":2154,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["spatialsearchuibehaviorcomponent",{"_index":687,"title":{"components/SpatialSearchUiBehaviorComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spatialsearchuibehaviormodule",{"_index":3438,"title":{"modules/SpatialSearchUiBehaviorModule.html":{}},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"modules.html":{},"overview.html":{}}}],["spatialsearchuicomponent",{"_index":689,"title":{"components/SpatialSearchUiComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spatialsearchuimodel",{"_index":2855,"title":{"interfaces/SpatialSearchUiModel.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["spatialsearchuimodule",{"_index":3443,"title":{"modules/SpatialSearchUiModule.html":{}},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules.html":{},"overview.html":{}}}],["spatialsearchuiselectors",{"_index":3263,"title":{"classes/SpatialSearchUiSelectors.html":{}},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"coverage.html":{}}}],["spatialsearchuiselectors.position",{"_index":3585,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["spatialsearchuiselectors.radius",{"_index":3586,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["spatialsearchuiselectors.referenceorgans",{"_index":3575,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["spatialsearchuistate",{"_index":2865,"title":{"injectables/SpatialSearchUiState.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["spatialsearchuistate.organentity",{"_index":3534,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["spec",{"_index":4129,"title":{},"body":{"changelog.html":{}}}],["spec.yaml",{"_index":4647,"title":{},"body":{"index.html":{}}}],["specific",{"_index":1176,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["specification",{"_index":4646,"title":{},"body":{"index.html":{}}}],["specified",{"_index":2523,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["specifying",{"_index":2505,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["speed",{"_index":4074,"title":{},"body":{"changelog.html":{}}}],["sphere",{"_index":3456,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["spinal",{"_index":1539,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["spinner",{"_index":317,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{}}}],["spinneractive",{"_index":319,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["spinneroverlaycomponent",{"_index":691,"title":{"components/SpinnerOverlayComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spinneroverlaymodule",{"_index":75,"title":{"modules/SpinnerOverlayModule.html":{}},"body":{"modules/AppModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules.html":{},"overview.html":{}}}],["spinning",{"_index":4390,"title":{},"body":{"changelog.html":{}}}],["spleen",{"_index":1542,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["spleen.svg",{"_index":1543,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["sprint",{"_index":4239,"title":{},"body":{"changelog.html":{}}}],["stage",{"_index":4266,"title":{},"body":{"changelog.html":{}}}],["staging",{"_index":4109,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["standalone",{"_index":4275,"title":{},"body":{"changelog.html":{}}}],["standard",{"_index":4319,"title":{},"body":{"changelog.html":{}}}],["standards",{"_index":4394,"title":{},"body":{"changelog.html":{}}}],["star2",{"_index":4631,"title":{},"body":{"index.html":{}}}],["start",{"_index":1036,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{}}}],["start?.expanded",{"_index":1145,"title":{},"body":{"components/ContentComponent.html":{}}}],["start?.opened",{"_index":1144,"title":{},"body":{"components/ContentComponent.html":{}}}],["startdrawers",{"_index":1059,"title":{},"body":{"components/ContainerComponent.html":{}}}],["startdrawers.length",{"_index":1063,"title":{},"body":{"components/ContainerComponent.html":{}}}],["startdrawers[0",{"_index":1067,"title":{},"body":{"components/ContainerComponent.html":{}}}],["started",{"_index":3988,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"changelog.html":{}}}],["startexpanded",{"_index":1143,"title":{},"body":{"components/ContentComponent.html":{}}}],["starting",{"_index":3459,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["starts",{"_index":3079,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"changelog.html":{}}}],["startspatialsearchflow",{"_index":2156,"title":{"classes/StartSpatialSearchFlow.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/RunSpatialSearchComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["startspatialsearchflow()).pipe",{"_index":3084,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["startspatialsearchflow(ctx",{"_index":2877,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["startup",{"_index":1463,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["startwith",{"_index":1023,"title":{},"body":{"components/ContainerComponent.html":{},"components/OntologySearchComponent.html":{}}}],["stat",{"_index":3057,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["stat.count",{"_index":3055,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["stat.label",{"_index":3056,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["state",{"_index":322,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["state('closed",{"_index":2316,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('collapsed",{"_index":2321,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('extended",{"_index":2325,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('false",{"_index":1121,"title":{},"body":{"components/ContentComponent.html":{}}}],["state('full",{"_index":2326,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('half",{"_index":2322,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('open",{"_index":2315,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('true",{"_index":1123,"title":{},"body":{"components/ContentComponent.html":{}}}],["state.anatomicalstructurestreemodel",{"_index":1453,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["state.biomarkerstreemodel",{"_index":1455,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["state.celltypestreemodel",{"_index":1454,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["state.defaultposition",{"_index":3582,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.filter",{"_index":1452,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["state.nodes[state.root",{"_index":2715,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["state.organid",{"_index":3573,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.organscene",{"_index":3593,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.position",{"_index":3581,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.radius",{"_index":3583,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.radiussettings",{"_index":3584,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.referenceorganentities",{"_index":3152,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["state.referenceorgans",{"_index":3151,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["state.sex",{"_index":3572,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.tissueblocks",{"_index":3604,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["statechange",{"_index":2347,"title":{},"body":{"classes/InitializationState.html":{}}}],["statecontext",{"_index":2842,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["statements",{"_index":4427,"title":{},"body":{"coverage.html":{}}}],["staterepository",{"_index":869,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["states",{"_index":1105,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["states.every(state",{"_index":1261,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["static",{"_index":13,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"classes/DataStateSelectors.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/SpatialSearchFilterSelectors.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{}}}],["stats",{"_index":2991,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["status",{"_index":1209,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/OntologySearchComponent.html":{}}}],["status.message",{"_index":1407,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["status.status",{"_index":1396,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["statusmessage",{"_index":1210,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["stay",{"_index":4424,"title":{},"body":{"changelog.html":{}}}],["step",{"_index":1912,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["still",{"_index":2087,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"changelog.html":{}}}],["stomach",{"_index":1544,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["stomach.svg",{"_index":1545,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["store",{"_index":443,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{}}}],["store.dispatch(reallyupdatespatialsearch",{"_index":2875,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["store/store.module",{"_index":1195,"title":{},"body":{"modules/CoreModule.html":{}}}],["storemodule",{"_index":1181,"title":{"modules/StoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{},"modules.html":{},"overview.html":{}}}],["stories",{"_index":4383,"title":{},"body":{"changelog.html":{}}}],["strange",{"_index":3664,"title":{},"body":{"modules/StoreModule.html":{}}}],["stream",{"_index":4596,"title":{},"body":{"dependencies.html":{}}}],["streaming",{"_index":4594,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":20,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{}}}],["string)?.tolowercase",{"_index":2035,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["structure",{"_index":4246,"title":{},"body":{"changelog.html":{}}}],["structures",{"_index":270,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["style",{"_index":1116,"title":{},"body":{"components/ContentComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["style.margin",{"_index":1085,"title":{},"body":{"components/ContentComponent.html":{}}}],["styled",{"_index":2191,"title":{},"body":{"components/HeaderComponent.html":{}}}],["styles",{"_index":710,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["styles.getpropertyvalue(property",{"_index":2370,"title":{},"body":{"classes/InitializationState.html":{}}}],["styleurls",{"_index":248,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["styling",{"_index":4156,"title":{},"body":{"changelog.html":{}}}],["sub",{"_index":244,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["subject",{"_index":876,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["subject.next(dataquerystate.completed",{"_index":1265,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sublicense",{"_index":4694,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":1397,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["subscription",{"_index":1013,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["subscriptions",{"_index":964,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["substantial",{"_index":4704,"title":{},"body":{"license.html":{}}}],["successful",{"_index":2234,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["such",{"_index":1831,"title":{},"body":{"components/DualSliderComponent.html":{},"changelog.html":{}}}],["suffix",{"_index":2699,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["super",{"_index":1361,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["super(configstore",{"_index":632,"title":{},"body":{"components/AppWebComponent.html":{}}}],["super(globalconfig",{"_index":3973,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["super._createcontainer",{"_index":529,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["super.ngxsoninit",{"_index":2470,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["support",{"_index":4042,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["svg",{"_index":1472,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules.html":{}}}],["swiper",{"_index":3792,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"dependencies.html":{}}}],["swiper.use([navigation",{"_index":3841,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["swiper/angular",{"_index":3838,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["swiper/types",{"_index":3815,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["swipermodule",{"_index":3837,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["swiperoptions",{"_index":3783,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["switch",{"_index":1128,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"changelog.html":{}}}],["switched",{"_index":4289,"title":{},"body":{"changelog.html":{}}}],["switchmap",{"_index":1231,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/OntologySearchComponent.html":{}}}],["switchmap(query",{"_index":1280,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["switchmap(value",{"_index":2638,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sync",{"_index":4187,"title":{},"body":{"changelog.html":{}}}],["syncexpanded(other",{"_index":2412,"title":{},"body":{"classes/InitializationState.html":{}}}],["syncs",{"_index":2409,"title":{},"body":{"classes/InitializationState.html":{}}}],["synonym",{"_index":2698,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["synonyms",{"_index":2616,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["t",{"_index":1277,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{}}}],["tab",{"_index":477,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["table",{"_index":4505,"title":{},"body":{"coverage.html":{}}}],["tables",{"_index":4117,"title":{},"body":{"changelog.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":4504,"title":{},"body":{"coverage.html":{}}}],["tagging",{"_index":4318,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1232,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["take(1",{"_index":1393,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["takewhile",{"_index":1233,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["takewhile((status",{"_index":1395,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tap",{"_index":1234,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["tap((counts",{"_index":2896,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["tap((data",{"_index":2957,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["tap((organs",{"_index":3181,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["tap((organscene",{"_index":2919,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["tap((status",{"_index":1390,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tap(next",{"_index":1281,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tap(reforgans",{"_index":3173,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["tap(results",{"_index":2491,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["tap(scene",{"_index":3205,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["target",{"_index":1833,"title":{},"body":{"components/DualSliderComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["technologies",{"_index":1245,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["technology",{"_index":1331,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{}}}],["technologyfilter",{"_index":1348,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["technologyfilterdata",{"_index":1332,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["technologyfilterquerystatus",{"_index":1299,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["technologyfilters",{"_index":1983,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["telemetry",{"_index":4181,"title":{},"body":{"changelog.html":{}}}],["tells",{"_index":832,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["template",{"_index":539,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["templateurl",{"_index":246,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["term",{"_index":694,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["term.count",{"_index":3697,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["term.label",{"_index":3696,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["term.split('/').slice",{"_index":3613,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["termdata",{"_index":2761,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["termlist",{"_index":3685,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["termlist.length",{"_index":3695,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["termoccurrencelistcomponent",{"_index":693,"title":{"components/TermOccurrenceListComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["termoccurrencelistmodule",{"_index":3515,"title":{"modules/TermOccurrenceListModule.html":{}},"body":{"modules/SpatialSearchUiModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules.html":{},"overview.html":{}}}],["termresult",{"_index":2853,"title":{"interfaces/TermResult.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["terms",{"_index":1304,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/OntologySelectionComponent.html":{},"components/TermOccurrenceListComponent.html":{},"changelog.html":{}}}],["test",{"_index":1259,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["testing",{"_index":1257,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["text",{"_index":749,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["theme",{"_index":155,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"injectables/ThemingService.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["thememode",{"_index":330,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["themes",{"_index":4102,"title":{},"body":{"changelog.html":{}}}],["theming",{"_index":344,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["theming.initialize(el",{"_index":351,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["theming.service",{"_index":3709,"title":{},"body":{"modules/ThemingModule.html":{}}}],["themingmodule",{"_index":1182,"title":{"modules/ThemingModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/ThemingModule.html":{},"modules.html":{},"overview.html":{}}}],["themingservice",{"_index":213,"title":{"injectables/ThemingService.html":{}},"body":{"interfaces/AppOptions.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"coverage.html":{},"overview.html":{}}}],["themingservice.initialize",{"_index":3710,"title":{},"body":{"modules/ThemingModule.html":{}}}],["themselves",{"_index":3797,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["thick",{"_index":1554,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thick.svg",{"_index":1555,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thin",{"_index":1556,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"miscellaneous/variables.html":{}}}],["thin.svg",{"_index":1557,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["things",{"_index":2473,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this._aggregatedataquerystatus$.next(dataquerystate.completed",{"_index":1364,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._aggregatedataquerystatus$.next(dataquerystate.running",{"_index":1422,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._aggregatedataquerystatus$.pipe(distinct",{"_index":1340,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._biomarkertermoccurencesdataquerystatus$.next(dataquerystate.running",{"_index":1431,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._biomarkertermoccurencesdataquerystatus$.pipe(distinct",{"_index":1346,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._celltypetermoccurencesdataquerystatus$.next(dataquerystate.completed",{"_index":1366,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._celltypetermoccurencesdataquerystatus$.next(dataquerystate.running",{"_index":1428,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._celltypetermoccurencesdataquerystatus$.pipe(distinct",{"_index":1344,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._containerelement",{"_index":530,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this._expanded",{"_index":2339,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._measuredmargin",{"_index":2368,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._measuredwidth",{"_index":2358,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._ontologytermoccurencesdataquerystatus$.next(dataquerystate.completed",{"_index":1365,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._ontologytermoccurencesdataquerystatus$.next(dataquerystate.running",{"_index":1425,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._ontologytermoccurencesdataquerystatus$.pipe(distinct",{"_index":1342,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._opened",{"_index":2335,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._position",{"_index":2331,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._providerfilterquerystatus$.next(dataquerystate.completed",{"_index":1369,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._providerfilterquerystatus$.next(dataquerystate.running",{"_index":1438,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._providerfilterquerystatus$.pipe(distinct",{"_index":1351,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._scenedataquerystatus$.next(dataquerystate.completed",{"_index":1367,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._scenedataquerystatus$.next(dataquerystate.running",{"_index":1434,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._scenedataquerystatus$.pipe(distinct",{"_index":1347,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._technologyfilterquerystatus$.next(dataquerystate.completed",{"_index":1368,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._technologyfilterquerystatus$.next(dataquerystate.running",{"_index":1436,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._technologyfilterquerystatus$.pipe(distinct",{"_index":1349,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._tissueblockdataquerystatus$.next(dataquerystate.completed",{"_index":1363,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._tissueblockdataquerystatus$.next(dataquerystate.running",{"_index":1418,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._tissueblockdataquerystatus$.pipe(distinct",{"_index":1339,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.aggregatedata",{"_index":1316,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.aggregatedataquerystatus",{"_index":1354,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.animationsenabled",{"_index":1134,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.appendtoroot",{"_index":521,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.applyfilters.emit(this.filters",{"_index":2024,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.applythemeclass(theme",{"_index":3748,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.applythemeclass(this.gettheme",{"_index":3751,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.applythemeclass(this.theme",{"_index":3747,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.atscrollbottom",{"_index":3054,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.attached",{"_index":512,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.biomarkerlabelmap.get(option",{"_index":2809,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.biomarkermenuoptions",{"_index":2807,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.biomarkerselectionlabel",{"_index":456,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.biomarkertermoccurencesdata",{"_index":1323,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.bodyui.bounds",{"_index":429,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.bodyui.rotation",{"_index":427,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.bodyui.rotationx",{"_index":428,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.bodyui.target",{"_index":425,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.cdr.markforcheck",{"_index":1052,"title":{},"body":{"components/ContainerComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["this.celltypeselectionlabel",{"_index":454,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.celltypetermoccurencesdata",{"_index":1326,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.celltypetermoccurencesdataquerystatus",{"_index":1356,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.celltypeterms",{"_index":365,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.channel",{"_index":1043,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.asobservable",{"_index":2533,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.closed",{"_index":2535,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.complete",{"_index":2538,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.next",{"_index":2513,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.sendmessage",{"_index":1049,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["this.checked.emit(this.selected",{"_index":1630,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.close",{"_index":3266,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.closeiframeviewer",{"_index":480,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.colorassignments",{"_index":2477,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.colorassignments.assigncolor(node['@id",{"_index":3166,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.colorassignments.assigncolor(result.tissueblock.spatialentityid",{"_index":2468,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["this.colorassignments.colorassignments",{"_index":2480,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.colorassignments.unassigncolor(result.tissueblock.spatialentityid",{"_index":2469,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["this.consentservice.consent",{"_index":385,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.content",{"_index":1054,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.changes.pipe(startwith(null)).subscribe",{"_index":1053,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.first",{"_index":1040,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.length",{"_index":1042,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content2.first",{"_index":1041,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.contentsvisible",{"_index":1924,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.createitemdescription(sex",{"_index":3351,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["this.createitemid(search",{"_index":3350,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["this.createselectionlabel(ontologyselection",{"_index":453,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.ctx.patchstate",{"_index":933,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.data.querystatus$.pipe",{"_index":320,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.data.state$.pipe(map(x",{"_index":325,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.data.updatefilter",{"_index":449,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.databaseready$.pipe(switchmap",{"_index":1419,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.databaseready$.pipe(take(1",{"_index":1398,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.dataservice.getreferenceorgans",{"_index":3185,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.dataservice.getreferenceorgans().pipe",{"_index":3172,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.datasource",{"_index":2917,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.datasource.getontologytermoccurences(filter).pipe",{"_index":2895,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.datastate",{"_index":2475,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.datastate.scenedata",{"_index":3183,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.datastate.tissueblockdata",{"_index":2479,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["this.datastate.updatefilter",{"_index":3165,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.defaulttheme",{"_index":3745,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.deferred",{"_index":2309,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.dialog.open(infodialogcomponent",{"_index":3269,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.dialog.open(spatialsearchconfigbehaviorcomponent",{"_index":3085,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.dialogref.close",{"_index":3267,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.dialogsubs.add(panelcontent$.subscribe(data",{"_index":3282,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["this.dialogsubs.unsubscribe",{"_index":3268,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["this.drawer",{"_index":3915,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.drawer.position",{"_index":3913,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.drawers",{"_index":1131,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.drawers.changes.pipe(startwith(null)).subscribe",{"_index":1047,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.drawers.toarray",{"_index":1058,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.element",{"_index":3750,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.element.nativeelement",{"_index":2359,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expanded",{"_index":1631,"title":{},"body":{"components/DonorCardComponent.html":{},"classes/InitializationState.html":{}}}],["this.expandedchange.emit(this.expanded",{"_index":2401,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedstate",{"_index":2382,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedstate2",{"_index":2352,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.faded",{"_index":1149,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.filter$.pipe(querydata",{"_index":1311,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.filter$.subscribe((filter",{"_index":367,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.filteredresults",{"_index":2635,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.filternodes(this.biomarkermenuoptions",{"_index":2810,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.filters",{"_index":2017,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["this.filters['sex",{"_index":2034,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.filterschange.emit(filters",{"_index":2108,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["this.filterschange.emit(this.filters",{"_index":2021,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.filtersvisible",{"_index":2105,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["this.forcedunassignment.asobservable",{"_index":908,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["this.forcedunassignment.next",{"_index":924,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["this.formatlabel(node.label",{"_index":2735,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.formcontrol.reset",{"_index":2652,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.formcontrol.valuechanges",{"_index":2634,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.ga.event('expanded_toggled",{"_index":1632,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.ga.event('filter_added",{"_index":839,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["this.ga.event('filter_removed",{"_index":842,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["this.ga.event('filter_update",{"_index":2018,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.ga.event('filters_applied",{"_index":2023,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.ga.event('filters_reset",{"_index":2026,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.ga.event('generate_search",{"_index":2971,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('link_clicked",{"_index":1633,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.ga.event('list_result_selected",{"_index":3044,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.ga.event('reset_position",{"_index":2930,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('reset_radius",{"_index":2946,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('search",{"_index":2648,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.ga.event('selected_toggled",{"_index":1627,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.ga.event('selection_change",{"_index":1742,"title":{},"body":{"components/DropdownComponent.html":{}}}],["this.ga.event('set_organ",{"_index":2882,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('set_position",{"_index":2926,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('set_radius",{"_index":2941,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('set_sex",{"_index":2891,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('slider_range_change",{"_index":1926,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.getarguments(definition",{"_index":2249,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.getindexofmatch(label",{"_index":2740,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.getindexofmatch(node.label",{"_index":2734,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.getmessages().pipe(filter(msg",{"_index":2522,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.getmethodname(definition",{"_index":2246,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.getstate().filter",{"_index":1412,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.gettermcounts(state.anatomicalstructures",{"_index":3606,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["this.gettermcounts(state.celltypes",{"_index":3608,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["this.getworkerurl(true",{"_index":3974,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["this.globalconfig.getoption('filter",{"_index":337,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('header",{"_index":332,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('homeurl",{"_index":333,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('logindisabled",{"_index":336,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('logotooltip",{"_index":334,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('selectedorgans",{"_index":338,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('theme",{"_index":329,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.snapshot.hubmaptoken",{"_index":489,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.handlemessage(msg",{"_index":1046,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.highvalue",{"_index":1904,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.infoservice.panelcontent.asobservable",{"_index":3281,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.infoservice.updatedata('assets/docs/spatial_search_readme.md",{"_index":3278,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.initialized",{"_index":2308,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.set",{"_index":2375,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.valueof",{"_index":2383,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.wait",{"_index":2405,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initializesliderpopover",{"_index":1925,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.injector",{"_index":163,"title":{},"body":{"modules/AppModule.html":{},"injectables/ThemingService.html":{}}}],["this.injector.get(colorassignmentstate",{"_index":2478,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.injector.get(datastate",{"_index":2476,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.injector.get(listresultsstate",{"_index":3170,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.isitemselected(value",{"_index":734,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.issliderinitialized",{"_index":1922,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.isslideropen",{"_index":1923,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.label}:${lowvalue}:${highvalue",{"_index":1928,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.label}:${value",{"_index":1743,"title":{},"body":{"components/DropdownComponent.html":{}}}],["this.launchinfodialog(this.paneldata",{"_index":3285,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.leftmargin",{"_index":1141,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.linkclick.emit(url",{"_index":1634,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.linkclicked.emit(link",{"_index":3049,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.listresultdeselected.next(result",{"_index":3048,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.listresults",{"_index":3169,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.listresults.highlightednodeid",{"_index":3186,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.listresults.highlightnode(node['@id",{"_index":3167,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.listresults.unhighlightnode",{"_index":3168,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.listresultselected.next(result",{"_index":3047,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.loading",{"_index":3947,"title":{},"body":{"components/ViewerComponent.html":{}}}],["this.locator.prepareexternalurl('0",{"_index":3980,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["this.lookup(nodes",{"_index":2726,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.lowvalue",{"_index":1902,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.margin2",{"_index":2355,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.measuredmargin",{"_index":2354,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.measuredwidth",{"_index":2406,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.messages",{"_index":2532,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.messages.pipe(filter(msg",{"_index":2519,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.nextbuttonid",{"_index":3804,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["this.nextmessageid",{"_index":2514,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.nodes$.pipe",{"_index":2724,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.ontologysearchservice.settreemodel(this.treemodel",{"_index":2811,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.ontologyselectionlabel",{"_index":452,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.ontologyservice.filter(value",{"_index":2639,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.ontologytermoccurencesdata",{"_index":1320,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.ontologytermoccurencesdataquerystatus",{"_index":1355,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.ontologyterms",{"_index":362,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.opened",{"_index":2380,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.openedchange.emit(this.opened",{"_index":2397,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.openedstate",{"_index":2381,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.options",{"_index":1906,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.options.ceil",{"_index":1916,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.options.floor",{"_index":1915,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.optionschanged",{"_index":1898,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.optionsvisible",{"_index":1741,"title":{},"body":{"components/DropdownComponent.html":{}}}],["this.organmatchessex(organ",{"_index":3580,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["this.organvalidforsex(organid",{"_index":2892,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.original.children.length",{"_index":2150,"title":{},"body":{"classes/FlatNode.html":{}}}],["this.original.label",{"_index":2149,"title":{},"body":{"classes/FlatNode.html":{}}}],["this.overlayref",{"_index":1894,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.overlayref.detach",{"_index":1921,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.overlayref.dispose",{"_index":1917,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.paneldata",{"_index":3284,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.position",{"_index":2330,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.prevbuttonid",{"_index":3802,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["this.providerfilterdata",{"_index":1337,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.providerfilterquerystatus",{"_index":1359,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.registericonimpl(definition",{"_index":2237,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registericonimpl(safedef",{"_index":2232,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registry",{"_index":2241,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.removebox",{"_index":2109,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["this.resetview",{"_index":423,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.resolve",{"_index":2281,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.resultlabel",{"_index":3046,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.rightmargin",{"_index":1142,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.rootelement",{"_index":514,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.appendchild(this._containerelement",{"_index":531,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.removechild(this._containerelement",{"_index":513,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.style.display",{"_index":515,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.style.height",{"_index":519,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.style.position",{"_index":517,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootnode",{"_index":2802,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.rootnode.id",{"_index":2804,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.safeurl",{"_index":3946,"title":{},"body":{"components/ViewerComponent.html":{}}}],["this.scenedata",{"_index":1329,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.scenedataquerystatus",{"_index":1357,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.selected",{"_index":1626,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.selected.emit(node",{"_index":2651,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.selecteditems",{"_index":735,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selecteditems?.filter",{"_index":736,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selecteditems?.includes(item",{"_index":733,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selecteditems?.push(value",{"_index":737,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selectedorgans$]).subscribe",{"_index":371,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.selectedreferenceorgans",{"_index":3184,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.selectedtoggleoptions",{"_index":494,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.selectedtoggleoptions.includes(item",{"_index":492,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.selectedtoggleoptions=this.menuoptions",{"_index":379,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.selection",{"_index":838,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["this.selection.filter(selection",{"_index":841,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["this.selectionchange.emit(this.selecteditems",{"_index":738,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selectionchange.emit(this.selection",{"_index":843,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DualSliderComponent.html":{}}}],["this.selectionchange.emit(value",{"_index":1744,"title":{},"body":{"components/DropdownComponent.html":{}}}],["this.selectionlabel",{"_index":457,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.sendtoggle",{"_index":2384,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.setlistresults(results",{"_index":2492,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["this.setreferenceorganentities(reforgans",{"_index":3174,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.setreferenceorgans(organs",{"_index":3182,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.setscene(scene",{"_index":3206,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.setselectedreferenceorgans(filteredorgans",{"_index":3212,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.settheme(this.defaulttheme",{"_index":3749,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.snackbar.openfromcomponent(trackingpopupcomponent",{"_index":381,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.snapshot",{"_index":913,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["this.snapshot.colorpalette.concat",{"_index":918,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["this.sortbysynonymresult",{"_index":2642,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.sortlexically",{"_index":2643,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.source",{"_index":2515,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.source.getaggregateresults(filter",{"_index":1423,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getbiomarkertermoccurences(filter",{"_index":1432,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getbiomarkertreemodel().pipe(take(1)).subscribe((model",{"_index":1385,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getcelltypetermoccurences(filter",{"_index":1429,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getcelltypetreemodel().pipe(take(1)).subscribe((model",{"_index":1383,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getdatabasestatus()).pipe",{"_index":1389,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getdatasettechnologynames",{"_index":1437,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getontologytermoccurences(filter",{"_index":1426,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getontologytreemodel().pipe(take(1)).subscribe((model",{"_index":1381,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getprovidernames",{"_index":1439,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getscene(filter",{"_index":1435,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.gettissueblockresults(filter",{"_index":1420,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.spatialsearchdialog.open(spatialsearchuibehaviorcomponent",{"_index":3265,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["this.spatialsearchselected.emit",{"_index":2027,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.spatialsearchselected.emit(items",{"_index":2030,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.state$.pipe(map(x",{"_index":909,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.statechange.emit",{"_index":2407,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.store.dispatch(new",{"_index":3083,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["this.store.selectsnapshot(datastateselectors.filter",{"_index":2893,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.store.selectsnapshot(scenestate.referenceorgans",{"_index":2894,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.store.selectsnapshot(spatialsearchfilterselectors.selectedsearches",{"_index":2968,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.store.selectsnapshot(spatialsearchuistate.organentity",{"_index":2904,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.subscriptions.add(channel.getmessagesfromsource(drawer).subscribe(msg",{"_index":3912,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.subscriptions.add(messages.subscribe(msg",{"_index":1127,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.subscriptions.add(panelcontent$.subscribe(data",{"_index":3437,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.subscriptions.add(this.channel.getmessages().subscribe(msg",{"_index":1045,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["this.subscriptions.unsubscribe",{"_index":1055,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["this.syncexpanded(other",{"_index":2408,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.technologyfilterdata",{"_index":1333,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.technologyfilterquerystatus",{"_index":1358,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.theme",{"_index":3746,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.thememode$.next('dark",{"_index":398,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.thememode$.next('light",{"_index":399,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.thememode$.next(e.matches",{"_index":404,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.thememode$.next(this.islighttheme",{"_index":439,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.thememode$]).subscribe",{"_index":375,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.theming.gettheme().endswith('light",{"_index":310,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.theming.settheme(`${theme",{"_index":377,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.tissueblock.label",{"_index":1629,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.tissueblockdata",{"_index":1312,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.tissueblockdataquerystatus",{"_index":1353,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.tissuesections.filter(section",{"_index":3879,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["this.toggle(coercebooleanproperty(value",{"_index":2337,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggle(false",{"_index":2378,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggle(true",{"_index":2377,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(coercebooleanproperty(value",{"_index":2341,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(false",{"_index":2390,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(true",{"_index":2387,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.tooltips",{"_index":2805,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.tree.expandandselect(ontologynode",{"_index":2812,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.treemodel",{"_index":2723,"title":{},"body":{"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["this.treemodel$.next(treemodel",{"_index":2722,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.treemodel$.pipe(map(state",{"_index":2712,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.treemodel?.nodes",{"_index":2744,"title":{},"body":{"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["this.uid",{"_index":3817,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["this.updateanatomicalstructurestreemodel(model",{"_index":1382,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatebiomarkerstreemodel(model",{"_index":1386,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatecelltypestreemodel(model",{"_index":1384,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatefaded",{"_index":1133,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.updatefilter('both",{"_index":2042,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatefilter(filter",{"_index":1415,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatefilter(searches",{"_index":2031,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatemargin(position",{"_index":1139,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.updatesearchselection(this.spatialsearchfilters.filter(item",{"_index":2022,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatesexfromselection(items",{"_index":2032,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatesexfromselection(this.spatialsearchfilters.filter(item",{"_index":2015,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatestatus",{"_index":1399,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatestatus(status",{"_index":1391,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updateurl",{"_index":3945,"title":{},"body":{"components/ViewerComponent.html":{}}}],["this.url",{"_index":474,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.validatedrawers",{"_index":1048,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.valuerange",{"_index":1908,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.valuerange[0",{"_index":1909,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.valuerange[1",{"_index":1911,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.vieweropen",{"_index":475,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.warmupdatabase",{"_index":1387,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.width",{"_index":2353,"title":{},"body":{"classes/InitializationState.html":{}}}],["those",{"_index":2517,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["thread",{"_index":4747,"title":{},"body":{"miscellaneous/variables.html":{}}}],["three",{"_index":849,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["through",{"_index":4331,"title":{},"body":{"changelog.html":{}}}],["throw",{"_index":602,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"modules/CoreModule.html":{}}}],["throwduplicatedrawerserror",{"_index":4486,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["throwduplicatedrawerserror('end",{"_index":1066,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throwduplicatedrawerserror('start",{"_index":1064,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throwduplicatedrawerserror(position",{"_index":1035,"title":{},"body":{"components/ContainerComponent.html":{},"miscellaneous/functions.html":{}}}],["thrown",{"_index":1034,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throws",{"_index":1030,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/ThemingService.html":{}}}],["thumbnail",{"_index":698,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["thumbnailcarouselcomponent",{"_index":697,"title":{"components/ThumbnailCarouselComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["thumbnailcarouselmodule",{"_index":1698,"title":{"modules/ThumbnailCarouselModule.html":{}},"body":{"modules/DonorCardModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules.html":{},"overview.html":{}}}],["thumbnails",{"_index":3764,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["thymus",{"_index":1546,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thymus.svg",{"_index":1547,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tick",{"_index":3883,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tied",{"_index":4248,"title":{},"body":{"changelog.html":{}}}],["tiff",{"_index":4340,"title":{},"body":{"changelog.html":{}}}],["time",{"_index":727,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{}}}],["timeouts",{"_index":4082,"title":{},"body":{"changelog.html":{}}}],["times",{"_index":4076,"title":{},"body":{"changelog.html":{}}}],["timing",{"_index":1154,"title":{},"body":{"components/ContentComponent.html":{}}}],["tip",{"_index":3693,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["tissue",{"_index":701,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["tissueblock",{"_index":1597,"title":{},"body":{"components/DonorCardComponent.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["tissueblock.description",{"_index":1641,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["tissueblock.donor.description",{"_index":1637,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["tissueblock.donor.label",{"_index":1636,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["tissueblock.label",{"_index":1640,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["tissueblockdata",{"_index":1310,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tissueblockdata(filter",{"_index":1417,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tissueblockdataquerystatus",{"_index":1288,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tissueblocklistcomponent",{"_index":700,"title":{"components/TissueBlockListComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tissueblocklistmodule",{"_index":3516,"title":{"modules/TissueBlockListModule.html":{}},"body":{"modules/SpatialSearchUiModule.html":{},"modules/TissueBlockListModule.html":{},"modules.html":{},"overview.html":{}}}],["tissueblockresult",{"_index":1220,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/ListResult.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueBlockListComponent.html":{}}}],["tissueblocks",{"_index":2484,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueBlockListComponent.html":{}}}],["tissueblocks(state",{"_index":3569,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["tissueblocks.length",{"_index":3848,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["tissues",{"_index":3866,"title":{},"body":{"components/TissueSectionVisComponent.html":{},"changelog.html":{}}}],["tissuesection",{"_index":3877,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesectionexists",{"_index":3861,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesectionexists(sectionnumber",{"_index":3873,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesectionresult",{"_index":3864,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesections",{"_index":3862,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesections]=\"tissueblock.sections",{"_index":1643,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["tissuesectionviscomponent",{"_index":702,"title":{"components/TissueSectionVisComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tissuesectionvismodule",{"_index":1699,"title":{"modules/TissueSectionVisModule.html":{}},"body":{"modules/DonorCardModule.html":{},"modules/TissueSectionVisModule.html":{},"modules.html":{},"overview.html":{}}}],["title",{"_index":1656,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["tmc",{"_index":1244,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["toggle",{"_index":150,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["toggle'},{'name",{"_index":651,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["toggle(opened",{"_index":2379,"title":{},"body":{"classes/InitializationState.html":{}}}],["toggle.component",{"_index":147,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{}}}],["toggle.component.html",{"_index":714,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.scss",{"_index":713,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts",{"_index":712,"title":{},"body":{"components/ButtonToggleComponent.html":{},"coverage.html":{}}}],["toggle.component.ts:16",{"_index":722,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:18",{"_index":723,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:20",{"_index":721,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:21",{"_index":724,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:26",{"_index":726,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:28",{"_index":730,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:32",{"_index":731,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.module",{"_index":151,"title":{},"body":{"modules/AppModule.html":{},"modules/OntologyTreeModule.html":{}}}],["toggle.module.ts",{"_index":784,"title":{},"body":{"modules/ButtonToggleModule.html":{}}}],["toggle/button",{"_index":146,"title":{},"body":{"modules/AppModule.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"modules/OntologyTreeModule.html":{},"coverage.html":{}}}],["toggle:last",{"_index":773,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["togglebuttoncomponent",{"_index":705,"title":{"components/ToggleButtonComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["toggled",{"_index":1135,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["toggleexpanded(expanded",{"_index":2393,"title":{},"body":{"classes/InitializationState.html":{}}}],["toggleexpansion",{"_index":1595,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["togglefiltervisible",{"_index":2081,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["togglegroup",{"_index":768,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggleoptions",{"_index":1723,"title":{},"body":{"components/DropdownComponent.html":{}}}],["toggles",{"_index":436,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{}}}],["togglescheme",{"_index":438,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["toggleselection",{"_index":716,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggleselection(value",{"_index":493,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{}}}],["togglesliderpopover",{"_index":1803,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["token",{"_index":487,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["token.length",{"_index":490,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["tonsil",{"_index":1525,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tonsil.svg",{"_index":1526,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tool",{"_index":3692,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"changelog.html":{}}}],["toolbar",{"_index":3951,"title":{},"body":{"components/ViewerComponent.html":{}}}],["tooltip",{"_index":760,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["tooltips",{"_index":268,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["tooltiptext",{"_index":3686,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["top",{"_index":1655,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["topblocks",{"_index":2482,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["topblocks.push",{"_index":2486,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["tort",{"_index":4722,"title":{},"body":{"license.html":{}}}],["total",{"_index":3869,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["totaltissuesections",{"_index":3863,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["totaltissuesections]=\"tissueblock.sectioncount",{"_index":1642,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["touch",{"_index":1072,"title":{},"body":{"components/ContainerComponent.html":{},"components/DualSliderComponent.html":{}}}],["trachea",{"_index":1548,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["trachea.svg",{"_index":1549,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["track",{"_index":276,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["tracking/telemetry",{"_index":4194,"title":{},"body":{"changelog.html":{}}}],["trackingpopupcomponent",{"_index":195,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["trackingpopupmodule",{"_index":110,"title":{},"body":{"modules/AppModule.html":{}}}],["tracks",{"_index":2624,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["transform",{"_index":1768,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["transition",{"_index":1117,"title":{},"body":{"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["transition('closed",{"_index":2317,"title":{},"body":{"classes/InitializationState.html":{}}}],["transition('false",{"_index":1124,"title":{},"body":{"components/ContentComponent.html":{}}}],["translate",{"_index":2053,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["translatey",{"_index":1769,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["translatey(0rem",{"_index":3317,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["transparency",{"_index":4276,"title":{},"body":{"changelog.html":{}}}],["travel_explore",{"_index":3086,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["travisci",{"_index":4291,"title":{},"body":{"changelog.html":{}}}],["tree",{"_index":533,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["tree'},{'name",{"_index":677,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["tree.component",{"_index":2800,"title":{},"body":{"components/OntologySelectionComponent.html":{},"modules/OntologyTreeModule.html":{}}}],["tree.component.ts",{"_index":4474,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["tree.module",{"_index":2572,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"modules/OntologySelectionModule.html":{}}}],["tree.module.ts",{"_index":2833,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["tree.nodes[term]?.label",{"_index":3612,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["tree/ontology",{"_index":2571,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["treemodel",{"_index":2686,"title":{},"body":{"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["trigger",{"_index":1118,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{}}}],["trigger('expandcollapse",{"_index":2320,"title":{},"body":{"classes/InitializationState.html":{}}}],["trigger('fadeinout",{"_index":1120,"title":{},"body":{"components/ContentComponent.html":{}}}],["trigger('openclose",{"_index":2314,"title":{},"body":{"classes/InitializationState.html":{}}}],["triggered",{"_index":2612,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["true",{"_index":293,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["try",{"_index":2250,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["ts",{"_index":4601,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":4604,"title":{},"body":{"dependencies.html":{}}}],["tube",{"_index":1493,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tuned",{"_index":4425,"title":{},"body":{"changelog.html":{}}}],["tuple",{"_index":1056,"title":{},"body":{"components/ContainerComponent.html":{}}}],["turn",{"_index":4264,"title":{},"body":{"changelog.html":{}}}],["turned",{"_index":4251,"title":{},"body":{"changelog.html":{}}}],["turning",{"_index":4249,"title":{},"body":{"changelog.html":{}}}],["tutorial",{"_index":4170,"title":{},"body":{"changelog.html":{}}}],["two",{"_index":4350,"title":{},"body":{"changelog.html":{}}}],["type",{"_index":15,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["typealiases",{"_index":4730,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":575,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/OntologySearchComponent.html":{}}}],["types",{"_index":272,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["typescript",{"_index":526,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"index.html":{}}}],["typing",{"_index":4399,"title":{},"body":{"changelog.html":{}}}],["ufl",{"_index":4244,"title":{},"body":{"changelog.html":{}}}],["ufxmpzatowe",{"_index":3279,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["ui",{"_index":688,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["ui'},{'name",{"_index":690,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["ui.actions",{"_index":2104,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ui.actions.ts",{"_index":2153,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["ui.actions.ts:14",{"_index":3216,"title":{},"body":{"classes/SetOrgan.html":{}}}],["ui.actions.ts:20",{"_index":3218,"title":{},"body":{"classes/SetPosition.html":{}}}],["ui.actions.ts:26",{"_index":2559,"title":{},"body":{"classes/MoveToNode.html":{}}}],["ui.actions.ts:32",{"_index":2986,"title":{},"body":{"classes/ResetPosition.html":{}}}],["ui.actions.ts:36",{"_index":3220,"title":{},"body":{"classes/SetRadius.html":{}}}],["ui.actions.ts:4",{"_index":3649,"title":{},"body":{"classes/StartSpatialSearchFlow.html":{}}}],["ui.actions.ts:42",{"_index":2987,"title":{},"body":{"classes/ResetRadius.html":{}}}],["ui.actions.ts:46",{"_index":3926,"title":{},"body":{"classes/UpdateSpatialSearch.html":{}}}],["ui.actions.ts:50",{"_index":2155,"title":{},"body":{"classes/GenerateSpatialSearch.html":{}}}],["ui.actions.ts:54",{"_index":3214,"title":{},"body":{"classes/SetExecuteSearchOnGenerate.html":{}}}],["ui.actions.ts:8",{"_index":3223,"title":{},"body":{"classes/SetSex.html":{}}}],["ui.component",{"_index":207,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiModule.html":{}}}],["ui.component.html",{"_index":3447,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.scss",{"_index":3446,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts",{"_index":3445,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"coverage.html":{}}}],["ui.component.ts:20",{"_index":3486,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:23",{"_index":3467,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:26",{"_index":3468,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:29",{"_index":3470,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:32",{"_index":3471,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:35",{"_index":3466,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:38",{"_index":3461,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:41",{"_index":3463,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:44",{"_index":3458,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:47",{"_index":3460,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:50",{"_index":3472,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:53",{"_index":3455,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:56",{"_index":3457,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:59",{"_index":3474,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:62",{"_index":3482,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:65",{"_index":3484,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:68",{"_index":3475,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:71",{"_index":3481,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:74",{"_index":3480,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:77",{"_index":3476,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:80",{"_index":3478,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:83",{"_index":3479,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.module",{"_index":3444,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{}}}],["ui.module.ts",{"_index":3517,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["ui.netlify.app",{"_index":4634,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/organ",{"_index":4644,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/rui",{"_index":4641,"title":{},"body":{"index.html":{}}}],["ui.selectors",{"_index":3264,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["ui.selectors.ts",{"_index":3530,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"coverage.html":{}}}],["ui.selectors.ts:101",{"_index":3570,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:106",{"_index":3538,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:111",{"_index":3540,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:115",{"_index":3544,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:12",{"_index":3535,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:15",{"_index":3568,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:20",{"_index":3560,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:25",{"_index":3549,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:30",{"_index":3547,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:39",{"_index":3553,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:43",{"_index":3551,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:49",{"_index":3555,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:54",{"_index":3542,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:59",{"_index":3557,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:64",{"_index":3559,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:69",{"_index":3562,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:84",{"_index":3564,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:95",{"_index":3566,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.state",{"_index":3436,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{}}}],["ui.state.ts",{"_index":2837,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["ui.state.ts:104",{"_index":3628,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:116",{"_index":3627,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:146",{"_index":3624,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:187",{"_index":3625,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:196",{"_index":3621,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:206",{"_index":3618,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:218",{"_index":3626,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:226",{"_index":3622,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:239",{"_index":3629,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:272",{"_index":3617,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:304",{"_index":3623,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:313",{"_index":3620,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:71",{"_index":2983,"title":{},"body":{"classes/ReallyUpdateSpatialSearch.html":{}}}],["ui.state.ts:85",{"_index":3619,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:88",{"_index":3616,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui/body",{"_index":206,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ui/organ",{"_index":4643,"title":{},"body":{"index.html":{}}}],["ui/rui",{"_index":4642,"title":{},"body":{"index.html":{}}}],["ui/spatial",{"_index":2103,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/RunSpatialSearchComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["uid",{"_index":3769,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["uievent",{"_index":3036,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["uis",{"_index":4030,"title":{},"body":{"changelog.html":{}}}],["unassigncolor",{"_index":940,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["unassigncolor(@payload('key",{"_index":934,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["unassigncolor(key",{"_index":945,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["unchecked",{"_index":833,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["undefined",{"_index":448,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/GenerateSpatialSearch.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MoveToNode.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["under",{"_index":1474,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["underline",{"_index":2667,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["unhighlightnode",{"_index":2438,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["unique",{"_index":2494,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["university",{"_index":4669,"title":{},"body":{"index.html":{}}}],["unknown",{"_index":573,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/FiltersContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["unless",{"_index":1618,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["unlike",{"_index":1464,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["unnecessary",{"_index":4183,"title":{},"body":{"changelog.html":{}}}],["unselect",{"_index":4221,"title":{},"body":{"changelog.html":{}}}],["unset",{"_index":3921,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["until",{"_index":1876,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"changelog.html":{}}}],["untypedformcontrol",{"_index":2622,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["unused",{"_index":3782,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["up",{"_index":988,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/OntologySearchService.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["update",{"_index":442,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{}}}],["updateanatomicalstructurestreemodel(@payload('treemodel",{"_index":1402,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updatebiomarkerstreemodel(@payload('treemodel",{"_index":1405,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updatecelltypestreemodel(@payload('treemodel",{"_index":1404,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updated",{"_index":820,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["updatefaded",{"_index":1081,"title":{},"body":{"components/ContentComponent.html":{}}}],["updatefilter",{"_index":1235,"title":{"classes/UpdateFilter.html":{}},"body":{"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"classes/UpdateFilter.html":{},"coverage.html":{}}}],["updatefilter(@payload('filter",{"_index":1409,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updatefilter(value",{"_index":2006,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatefilterhandler(_ctx",{"_index":1414,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updatemargin",{"_index":1082,"title":{},"body":{"components/ContentComponent.html":{}}}],["updatemargin(position",{"_index":1106,"title":{},"body":{"components/ContentComponent.html":{}}}],["updateorgan",{"_index":3231,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["updateposition",{"_index":3392,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["updateradius",{"_index":3393,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["updates",{"_index":1104,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["updatesearchselection",{"_index":1979,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatesearchselection(items",{"_index":2010,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatesex",{"_index":3232,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["updatesexfromselection",{"_index":1980,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatesexfromselection(items",{"_index":2012,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatespatialsearch",{"_index":2167,"title":{"classes/UpdateSpatialSearch.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["updatespatialsearch(ctx",{"_index":2948,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["updatestatus(@payload('status",{"_index":1406,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updateurl",{"_index":3932,"title":{},"body":{"components/ViewerComponent.html":{}}}],["upgraded",{"_index":4336,"title":{},"body":{"changelog.html":{}}}],["upgrades",{"_index":4401,"title":{},"body":{"changelog.html":{}}}],["upgrading",{"_index":4196,"title":{},"body":{"changelog.html":{}}}],["upload",{"_index":4274,"title":{},"body":{"changelog.html":{}}}],["upper",{"_index":1820,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["ureter",{"_index":1550,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["url",{"_index":295,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["url('./data",{"_index":3976,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["url.createobjecturl(codeblob",{"_index":3986,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["url?.startswith(domain",{"_index":472,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["urls",{"_index":2227,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["usage",{"_index":4031,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["usage.ipynb",{"_index":4653,"title":{},"body":{"index.html":{}}}],["use",{"_index":1621,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/SpatialSearchUiComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["usecase",{"_index":4658,"title":{},"body":{"index.html":{}}}],["usecase.ipynb",{"_index":4655,"title":{},"body":{"index.html":{}}}],["used",{"_index":274,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["useexisting",{"_index":157,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{}}}],["useful",{"_index":1032,"title":{},"body":{"components/ContainerComponent.html":{}}}],["user",{"_index":392,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{},"index.html":{}}}],["user/os",{"_index":4175,"title":{},"body":{"changelog.html":{}}}],["useremoteapi",{"_index":549,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["users",{"_index":4415,"title":{},"body":{"changelog.html":{}}}],["uses",{"_index":441,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["usevalue",{"_index":153,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules/ThemingModule.html":{}}}],["using",{"_index":3798,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["uterus",{"_index":1551,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["uterus.svg",{"_index":1552,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["utilities",{"_index":4180,"title":{},"body":{"changelog.html":{}}}],["utility",{"_index":4618,"title":{},"body":{"miscellaneous/functions.html":{}}}],["uuid",{"_index":4606,"title":{},"body":{"dependencies.html":{}}}],["v1.1",{"_index":4118,"title":{},"body":{"changelog.html":{}}}],["v1.3",{"_index":4039,"title":{},"body":{"changelog.html":{}}}],["v1.4",{"_index":4029,"title":{},"body":{"changelog.html":{}}}],["v1.5.0",{"_index":4263,"title":{},"body":{"changelog.html":{}}}],["v1.7",{"_index":4120,"title":{},"body":{"changelog.html":{}}}],["v1.7.0",{"_index":4112,"title":{},"body":{"changelog.html":{}}}],["v1.8.0",{"_index":4084,"title":{},"body":{"changelog.html":{}}}],["v1.9.0",{"_index":4065,"title":{},"body":{"changelog.html":{}}}],["v1.9.4",{"_index":4046,"title":{},"body":{"changelog.html":{}}}],["v1/sparql",{"_index":4070,"title":{},"body":{"changelog.html":{}}}],["v2",{"_index":1969,"title":{},"body":{"modules/DualSliderModule.html":{},"dependencies.html":{}}}],["v2.1.0",{"_index":4037,"title":{},"body":{"changelog.html":{}}}],["v2.2.0",{"_index":4025,"title":{},"body":{"changelog.html":{}}}],["v3",{"_index":4049,"title":{},"body":{"changelog.html":{}}}],["val",{"_index":617,"title":{},"body":{"components/AppWebComponent.html":{}}}],["val.length",{"_index":622,"title":{},"body":{"components/AppWebComponent.html":{}}}],["valid",{"_index":2887,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["validatedrawers",{"_index":968,"title":{},"body":{"components/ContainerComponent.html":{}}}],["validates",{"_index":994,"title":{},"body":{"components/ContainerComponent.html":{}}}],["validation",{"_index":2625,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["validator",{"_index":585,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["validator(obj[prop",{"_index":601,"title":{},"body":{"components/AppWebComponent.html":{}}}],["value",{"_index":29,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["value.every(isnumber",{"_index":578,"title":{},"body":{"components/AppWebComponent.html":{}}}],["value.every(isstring",{"_index":581,"title":{},"body":{"components/AppWebComponent.html":{}}}],["value.slice(0",{"_index":3356,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["value.slice(1",{"_index":3358,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["value.tolowercase",{"_index":2727,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["valuechanges",{"_index":2633,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["valuechanges.pipe",{"_index":2636,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["valueof",{"_index":2277,"title":{},"body":{"classes/InitializationState.html":{}}}],["valuerange",{"_index":1804,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["values",{"_index":1165,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/SpatialSearchUiComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["var",{"_index":646,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["variable",{"_index":306,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DonorCardComponent.html":{},"coverage.html":{}}}],["variables",{"_index":4737,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["vasculature",{"_index":1553,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["version",{"_index":4130,"title":{},"body":{"changelog.html":{},"index.html":{},"properties.html":{}}}],["very",{"_index":4326,"title":{},"body":{"changelog.html":{}}}],["via",{"_index":4080,"title":{},"body":{"changelog.html":{}}}],["video",{"_index":4197,"title":{},"body":{"changelog.html":{}}}],["videoid",{"_index":3276,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["view",{"_index":1676,"title":{},"body":{"components/DonorCardComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["viewchild",{"_index":183,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["viewchild('bodyui",{"_index":252,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["viewchild('popover",{"_index":1873,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["viewchild(cdkportal",{"_index":1878,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["viewchild(ontologytreecomponent",{"_index":2798,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["viewchildren",{"_index":1022,"title":{},"body":{"components/ContainerComponent.html":{}}}],["viewchildren(contentcomponent",{"_index":1007,"title":{},"body":{"components/ContainerComponent.html":{}}}],["viewer",{"_index":299,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["viewer.component",{"_index":3958,"title":{},"body":{"modules/ViewerModule.html":{}}}],["viewer.component.html",{"_index":3930,"title":{},"body":{"components/ViewerComponent.html":{}}}],["viewer.component.scss",{"_index":3929,"title":{},"body":{"components/ViewerComponent.html":{}}}],["viewercomponent",{"_index":707,"title":{"components/ViewerComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"coverage.html":{},"overview.html":{}}}],["viewermodule",{"_index":76,"title":{"modules/ViewerModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ViewerModule.html":{},"modules.html":{},"overview.html":{}}}],["vieweropen",{"_index":307,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["viewing",{"_index":4063,"title":{},"body":{"changelog.html":{}}}],["viewport",{"_index":3039,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["views",{"_index":4190,"title":{},"body":{"changelog.html":{}}}],["virtual",{"_index":2993,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["vis",{"_index":3858,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis'},{'name",{"_index":704,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["vis.component",{"_index":3889,"title":{},"body":{"modules/TissueSectionVisModule.html":{}}}],["vis.component.html",{"_index":3860,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.scss",{"_index":3859,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.ts",{"_index":3857,"title":{},"body":{"components/TissueSectionVisComponent.html":{},"coverage.html":{}}}],["vis.component.ts:12",{"_index":3872,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.ts:15",{"_index":3868,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.ts:18",{"_index":3865,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.ts:21",{"_index":3874,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.module",{"_index":1706,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["vis.module.ts",{"_index":3888,"title":{},"body":{"modules/TissueSectionVisModule.html":{}}}],["vis/tissue",{"_index":1705,"title":{},"body":{"modules/DonorCardModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"coverage.html":{}}}],["visibility",{"_index":1863,"title":{},"body":{"components/DualSliderComponent.html":{},"components/SpinnerOverlayComponent.html":{}}}],["visibility_off",{"_index":1562,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visibility_on",{"_index":1560,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visible",{"_index":1740,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpinnerOverlayComponent.html":{}}}],["visited",{"_index":3831,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["visual",{"_index":4061,"title":{},"body":{"changelog.html":{}}}],["visualization",{"_index":4213,"title":{},"body":{"changelog.html":{}}}],["vitessce",{"_index":4337,"title":{},"body":{"changelog.html":{}}}],["void",{"_index":86,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{}}}],["vs",{"_index":4167,"title":{},"body":{"changelog.html":{}}}],["vu",{"_index":4421,"title":{},"body":{"changelog.html":{}}}],["w",{"_index":1681,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["wait",{"_index":2279,"title":{},"body":{"classes/InitializationState.html":{}}}],["waits",{"_index":2402,"title":{},"body":{"classes/InitializationState.html":{}}}],["walkthrough",{"_index":4654,"title":{},"body":{"index.html":{}}}],["warming",{"_index":4079,"title":{},"body":{"changelog.html":{}}}],["warmupdatabase",{"_index":1388,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["warning",{"_index":4359,"title":{},"body":{"changelog.html":{}}}],["warranties",{"_index":4709,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":4706,"title":{},"body":{"license.html":{}}}],["watchoverflow",{"_index":3790,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["way",{"_index":3041,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["wc",{"_index":538,"title":{},"body":{"components/AppWebComponent.html":{}}}],["wc'},{'name",{"_index":649,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["web",{"_index":120,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["webcomponent",{"_index":4166,"title":{},"body":{"changelog.html":{}}}],["webcomponents/webcomponentsjs",{"_index":4543,"title":{},"body":{"dependencies.html":{}}}],["webkit",{"_index":1070,"title":{},"body":{"components/ContainerComponent.html":{}}}],["webpages",{"_index":4134,"title":{},"body":{"changelog.html":{}}}],["website",{"_index":4630,"title":{},"body":{"index.html":{}}}],["week",{"_index":4426,"title":{},"body":{"changelog.html":{}}}],["weight",{"_index":742,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["well",{"_index":2992,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["whenever",{"_index":315,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"miscellaneous/functions.html":{}}}],["whether",{"_index":288,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ResultsBrowserComponent.html":{},"components/SpinnerOverlayComponent.html":{},"injectables/ThemingService.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"license.html":{}}}],["white",{"_index":1691,"title":{},"body":{"components/DonorCardComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["whole",{"_index":4423,"title":{},"body":{"changelog.html":{}}}],["whose",{"_index":597,"title":{},"body":{"components/AppWebComponent.html":{},"components/OntologySearchComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["width",{"_index":752,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["widths",{"_index":2410,"title":{},"body":{"classes/InitializationState.html":{}}}],["window",{"_index":303,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["window.matchmedia",{"_index":388,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["window.matchmedia('(prefers",{"_index":394,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["window.open(url",{"_index":478,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["within",{"_index":2766,"title":{},"body":{"components/OntologySelectionComponent.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["without",{"_index":1009,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{},"license.html":{}}}],["work",{"_index":3800,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["workaround",{"_index":2420,"title":{},"body":{"classes/InitializationState.html":{}}}],["worker",{"_index":1577,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["worker(url",{"_index":3975,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["workerccfdatabasedatasourceservice",{"_index":3960,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["workerdatasourceservice",{"_index":1576,"title":{"injectables/WorkerDataSourceService.html":{}},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{}}}],["workflows",{"_index":4293,"title":{},"body":{"changelog.html":{}}}],["working",{"_index":4124,"title":{},"body":{"changelog.html":{}}}],["works",{"_index":4309,"title":{},"body":{"changelog.html":{}}}],["wrap",{"_index":847,"title":{},"body":{"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{}}}],["wrapped",{"_index":1006,"title":{},"body":{"components/ContainerComponent.html":{}}}],["wrapper",{"_index":1751,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["wrapper/container",{"_index":1947,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["wrapping",{"_index":1010,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{}}}],["x",{"_index":430,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateSpatialSearch.html":{}}}],["x.tofixed(1",{"_index":3362,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["x?.celltypeterms",{"_index":366,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["x?.colorassignments",{"_index":910,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["x?.colorassignmentslist",{"_index":911,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["x?.filter",{"_index":1309,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["x?.highlightedid",{"_index":3132,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x?.highlightednodeid",{"_index":2456,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["x?.listresults",{"_index":2458,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["x?.ontologyterms",{"_index":364,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["x?.referenceorgans",{"_index":3134,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x?.scene",{"_index":3136,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x?.selectedreferenceorgans",{"_index":3138,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x?.status",{"_index":1285,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["x?.statusmessage",{"_index":326,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["x_dimension",{"_index":2906,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["xyz",{"_index":3510,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["xyzpositionmodule",{"_index":3524,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["x},${y},${z",{"_index":3353,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["x}_${y}_${z",{"_index":2927,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["y",{"_index":432,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["y.tofixed(1",{"_index":3363,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["y_dimension",{"_index":2907,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["yes",{"_index":2601,"title":{},"body":{"components/OntologySearchComponent.html":{},"miscellaneous/functions.html":{}}}],["youtube",{"_index":4146,"title":{},"body":{"changelog.html":{}}}],["z",{"_index":434,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{}}}],["z.tofixed(1",{"_index":3364,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["z_dimension",{"_index":2908,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["zone.js",{"_index":4608,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":77,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}]],"pipeline":["stemmer"]}, - "store": {"classes/AddSearch.html":{"url":"classes/AddSearch.html","title":"class - AddSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(sex: Sex, organName: string, search: SpatialSearch)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n \n Sex\n \n \n \n No\n \n \n \n \n organName\n \n \n string\n \n \n \n No\n \n \n \n \n search\n \n \n SpatialSearch\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[Spatial Search Filter] Add'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:9\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSearch } from 'ccf-database';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\n\nimport type { SpatialSearchFilterItem } from './spatial-search-filter.state';\n\n\nexport class AddSearch {\n static readonly type = '[Spatial Search Filter] Add';\n\n constructor(readonly sex: Sex, readonly organName: string, readonly search: SpatialSearch) { }\n}\n\nexport class RemoveSearch {\n static readonly type = '[Spatial Search Filter] Remove';\n\n constructor(readonly id: string) { }\n}\n\nexport class SetSelectedSearches {\n static readonly type = '[Spatial Search Filter] Set selected searches';\n\n constructor(readonly items: SpatialSearchFilterItem[]) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nButtonToggleModule\n\nButtonToggleModule\n\nAppModule -->\n\nButtonToggleModule->AppModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nDrawerModule\n\nDrawerModule\n\nAppModule -->\n\nDrawerModule->AppModule\n\n\n\n\n\nDualSliderModule\n\nDualSliderModule\n\nAppModule -->\n\nDualSliderModule->AppModule\n\n\n\n\n\nFiltersPopoverModule\n\nFiltersPopoverModule\n\nAppModule -->\n\nFiltersPopoverModule->AppModule\n\n\n\n\n\nOntologyExplorationModule\n\nOntologyExplorationModule\n\nAppModule -->\n\nOntologyExplorationModule->AppModule\n\n\n\n\n\nResultsBrowserModule\n\nResultsBrowserModule\n\nAppModule -->\n\nResultsBrowserModule->AppModule\n\n\n\n\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule\n\nAppModule -->\n\nRunSpatialSearchModule->AppModule\n\n\n\n\n\nSpinnerOverlayModule\n\nSpinnerOverlayModule\n\nAppModule -->\n\nSpinnerOverlayModule->AppModule\n\n\n\n\n\nViewerModule\n\nViewerModule\n\nAppModule -->\n\nViewerModule->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/app.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n AppComponent\n \n \n AppWebComponent\n \n \n \n \n Imports\n \n \n ButtonToggleModule\n \n \n CoreModule\n \n \n DrawerModule\n \n \n DualSliderModule\n \n \n FiltersPopoverModule\n \n \n OntologyExplorationModule\n \n \n ResultsBrowserModule\n \n \n RunSpatialSearchModule\n \n \n SpinnerOverlayModule\n \n \n ViewerModule\n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngDoBootstrap\n \n \n \n \n \n \nngDoBootstrap()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/app.module.ts:63\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n\n\n \n import { OverlayContainer } from '@angular/cdk/overlay';\nimport { DoBootstrap, Injector, NgModule } from '@angular/core';\nimport { createCustomElement } from '@angular/elements';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { BodyUiModule, InfoButtonModule, OrganSelectorModule, TrackingPopupModule } from 'ccf-shared';\nimport { AppRootOverlayContainer } from './core/services/app-root-overlay/app-root-overlay.service';\n\nimport { DEFAULT_THEME } from '../app/core/services/theming/theming.service';\nimport { AppWebComponent } from './app-web-component.component';\nimport { AppComponent } from './app.component';\nimport { CoreModule } from './core/core.module';\nimport { FiltersPopoverModule } from './modules/filters/filters-popover/filters-popover.module';\nimport { OntologyExplorationModule } from './modules/ontology-exploration/ontology-exploration.module';\nimport { ResultsBrowserModule } from './modules/results-browser/results-browser/results-browser.module';\nimport { DrawerModule } from './shared/components/drawer/drawer.module';\nimport { DualSliderModule } from './shared/components/dual-slider/dual-slider.module';\nimport { RunSpatialSearchModule } from './shared/components/run-spatial-search/run-spatial-search.module';\nimport { SpinnerOverlayModule } from './shared/components/spinner-overlay/spinner-overlay.module';\nimport { ViewerModule } from './shared/components/viewer/viewer.module';\nimport { ButtonToggleComponent } from './shared/components/button-toggle/button-toggle.component';\nimport { MatButtonToggleModule } from '@angular/material/button-toggle';\nimport { ButtonToggleModule } from './shared/components/button-toggle/button-toggle.module';\n\n\n\n@NgModule({\n imports: [\n BrowserAnimationsModule,\n BrowserModule,\n CoreModule,\n DrawerModule,\n FiltersPopoverModule,\n OntologyExplorationModule,\n MatIconModule,\n DualSliderModule,\n ResultsBrowserModule,\n SpinnerOverlayModule,\n BodyUiModule,\n OrganSelectorModule,\n InfoButtonModule,\n MatTooltipModule,\n ViewerModule,\n TrackingPopupModule,\n MatSnackBarModule,\n RunSpatialSearchModule,\n MatSnackBarModule,\n MatButtonToggleModule,\n ButtonToggleModule\n ],\n declarations: [AppComponent, AppWebComponent],\n providers: [\n { provide: DEFAULT_THEME, useValue: 'hubmap-theme-light' },\n { provide: OverlayContainer, useExisting: AppRootOverlayContainer }\n ]\n})\nexport class AppModule implements DoBootstrap {\n constructor(private readonly injector: Injector) { }\n\n ngDoBootstrap(): void {\n const appElement = createCustomElement(AppWebComponent, {\n injector: this.injector\n });\n\n customElements.define('ccf-eui', appElement);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AppOptions.html":{"url":"interfaces/AppOptions.html","title":"interface - AppOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AppOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/app.component.ts\n \n\n\n\n \n Extends\n \n \n CCFDatabaseOptions\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n header\n \n \n \n Optional\n \n homeUrl\n \n \n \n Optional\n \n loginEnabled\n \n \n \n Optional\n \n logoTooltip\n \n \n \n Optional\n \n selectedOrgans\n \n \n \n Optional\n \n theme\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n header\n \n \n \n \n \n \n \n \n header: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n \n \n \n \n homeUrl: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n loginEnabled\n \n \n \n \n \n \n \n \n loginEnabled: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n \n \n \n \n logoTooltip: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n selectedOrgans\n \n \n \n \n \n \n \n \n selectedOrgans: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n theme\n \n \n \n \n \n \n \n \n theme: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n Injector,\n OnInit,\n ViewChild,\n} from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { Dispatch } from '@ngxs-labs/dispatch-decorator';\nimport { Select } from '@ngxs/store';\nimport { CCFDatabaseOptions, Filter, OntologyTreeModel } from 'ccf-database';\nimport { DataSourceService, GlobalConfigState, OrganInfo, TrackingPopupComponent } from 'ccf-shared';\nimport { ConsentService } from 'ccf-shared/analytics';\nimport { Observable, ReplaySubject, combineLatest } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nimport { BodyUiComponent } from '../../../ccf-shared/src/lib/components/body-ui/body-ui.component';\nimport { environment } from '../environments/environment';\nimport { OntologySelection } from './core/models/ontology-selection';\nimport { AppRootOverlayContainer } from './core/services/app-root-overlay/app-root-overlay.service';\nimport { ThemingService } from './core/services/theming/theming.service';\nimport { actionAsFn } from './core/store/action-as-fn';\nimport { DataStateSelectors } from './core/store/data/data.selectors';\nimport { DataQueryState, DataState } from './core/store/data/data.state';\nimport { ListResultsState } from './core/store/list-results/list-results.state';\nimport { SceneState } from './core/store/scene/scene.state';\nimport {\n RemoveSearch,\n SetSelectedSearches,\n} from './core/store/spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from './core/store/spatial-search-filter/spatial-search-filter.selectors';\nimport { SpatialSearchFilterItem } from './core/store/spatial-search-filter/spatial-search-filter.state';\nimport { FiltersPopoverComponent } from './modules/filters/filters-popover/filters-popover.component';\nimport { DrawerComponent } from './shared/components/drawer/drawer/drawer.component';\n\ninterface AppOptions extends CCFDatabaseOptions {\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n selectedOrgans?: string[];\n loginEnabled?: boolean;\n}\n\n\n/**\n * This is the main angular component that all the other components branch off from.\n * It is in charge of the header and drawer components who have many sub-components.\n */\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AppComponent implements OnInit {\n @ViewChild('bodyUI', { static: false }) bodyUI: BodyUiComponent;\n\n\n @Select(DataStateSelectors.cellTypesTreeModel)\n readonly cellTypeTreeModel$: Observable;\n\n @Select(DataStateSelectors.anatomicalStructuresTreeModel)\n readonly ontologyTreeModel$: Observable;\n\n @Select(DataStateSelectors.biomarkersTreeModel)\n readonly biomarkersTreeModel$: Observable;\n\n @Select(SpatialSearchFilterSelectors.items)\n readonly selectableSearches$: Observable;\n\n @Dispatch()\n readonly setSelectedSearches = actionAsFn(SetSelectedSearches);\n\n @Dispatch()\n readonly removeSpatialSearch = actionAsFn(RemoveSearch);\n\n menuOptions: string[] = ['AS', 'CT', 'B'];\n tooltips: string[] = ['Anatomical Structures', 'Cell Types', 'Biomarkers'];\n /**\n * Used to keep track of the ontology label to be passed down to the\n * results-browser component.\n */\n ontologySelectionLabel = 'body';\n\n cellTypeSelectionLabel = 'cell';\n\n biomarkerSelectionLabel = 'biomarker';\n\n selectionLabel = 'body | cell | biomarker';\n\n selectedtoggleOptions: string[] = [];\n\n /**\n * Whether or not organ carousel is open\n */\n organListVisible = true;\n\n /**\n * Emitted url object from the results browser item\n */\n url = '';\n\n /**\n * Acceptable viewer domains (others will open in new window)\n */\n acceptableViewerDomains: string[] = environment.acceptableViewerDomains || [];\n\n /**\n * Variable to keep track of whether the viewer is open\n * or not\n */\n viewerOpen = false;\n\n get isLightTheme(): boolean {\n return this.theming.getTheme().endsWith('light');\n }\n\n get isFirefox(): boolean {\n return navigator.userAgent.indexOf('Firefox') != -1;\n }\n\n /** Emits true whenever the overlay spinner should activate. */\n readonly spinnerActive$ = this.data.queryStatus$.pipe(\n map(state => state === DataQueryState.Running)\n );\n\n readonly loadingMessage$ = this.data.state$.pipe(map(x => x?.statusMessage));\n\n\n readonly ontologyTerms$: Observable;\n readonly cellTypeTerms$: Observable;\n\n readonly theme$ = this.globalConfig.getOption('theme');\n readonly themeMode$ = new ReplaySubject(1);\n\n readonly header$ = this.globalConfig.getOption('header');\n readonly homeUrl$ = this.globalConfig.getOption('homeUrl');\n readonly logoTooltip$ = this.globalConfig.getOption('logoTooltip');\n readonly loginDisabled$ = this.globalConfig.getOption('loginDisabled');\n readonly filter$ = this.globalConfig.getOption('filter');\n readonly selectedOrgans$ = this.globalConfig.getOption('selectedOrgans');\n /**\n * Creates an instance of app component.\n *\n * @param data The data state.\n */\n constructor(\n el: ElementRef,\n injector: Injector,\n readonly data: DataState,\n readonly theming: ThemingService,\n readonly scene: SceneState,\n readonly listResultsState: ListResultsState,\n readonly consentService: ConsentService,\n readonly snackbar: MatSnackBar,\n overlay: AppRootOverlayContainer,\n readonly dataSource: DataSourceService,\n private readonly globalConfig: GlobalConfigState,\n cdr: ChangeDetectorRef\n ) {\n theming.initialize(el, injector);\n overlay.setRootElement(el);\n data.tissueBlockData$.subscribe();\n data.aggregateData$.subscribe();\n data.ontologyTermOccurencesData$.subscribe();\n data.cellTypeTermOccurencesData$.subscribe();\n data.biomarkerTermOccurencesData$.subscribe();\n data.sceneData$.subscribe();\n data.filter$.subscribe();\n data.technologyFilterData$.subscribe();\n data.providerFilterData$.subscribe();\n this.ontologyTerms$ = data.filter$.pipe(map(x => x?.ontologyTerms));\n this.cellTypeTerms$ = data.filter$.pipe(map(x => x?.cellTypeTerms));\n this.filter$.subscribe((filter: Partial)=> data.updateFilter(filter));\n\n combineLatest([scene.referenceOrgans$, this.selectedOrgans$]).subscribe(\n ([refOrgans, selected]: [OrganInfo[], string[]]) => {\n scene.setSelectedReferenceOrgansWithDefaults(refOrgans, selected);\n });\n combineLatest([this.theme$, this.themeMode$]).subscribe(\n ([theme, mode]) => {\n this.theming.setTheme(`${theme}-theme-${mode}`);\n cdr.markForCheck();\n }\n );\n this.selectedtoggleOptions=this.menuOptions;\n }\n\n ngOnInit(): void {\n const snackBar = this.snackbar.openFromComponent(TrackingPopupComponent, {\n data: {\n preClose: () => {\n snackBar.dismiss();\n }\n },\n duration: this.consentService.consent === 'not-set' ? Infinity : 3000\n });\n\n if (window.matchMedia) {\n // Sets initial theme according to user theme preference\n if (window.matchMedia('(prefers-color-scheme: dark)').matches) {\n this.themeMode$.next('dark');\n } else {\n this.themeMode$.next('light');\n }\n\n // Listens for changes in user theme preference\n window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => {\n this.themeMode$.next(e.matches ? 'dark' : 'light');\n });\n } else {\n this.themeMode$.next('light');\n }\n }\n\n /**\n * Resets the drawers and filter components to their default state.\n *\n * @param left The left drawer component gets passed in so we can call it's methods to control it's state\n * @param right The right drawer component gets passed in so we can call it's methods to control it's state\n * @param filterbox The filter's popover component gets passed in so we can control it's popover's state\n */\n reset(\n left: DrawerComponent,\n right: DrawerComponent,\n filterbox: FiltersPopoverComponent\n ): void {\n left.open();\n left.closeExpanded();\n right.open();\n right.closeExpanded();\n filterbox.removeBox();\n this.resetView();\n }\n\n resetView(): void {\n this.bodyUI.target = [0, 0, 0];\n this.bodyUI.rotation = 0;\n this.bodyUI.rotationX = 0;\n this.bodyUI.bounds = { x: 2.2, y: 2, z: 0.4 };\n }\n\n /**\n * Toggles scheme between light and dark mode\n */\n toggleScheme(): void {\n this.themeMode$.next(this.isLightTheme ? 'dark' : 'light');\n }\n\n /**\n * Captures changes in the ontologySelection and uses them to update the results-browser label\n * and the filter object in the data store.\n *\n * @param ontologySelection the list of currently selected organ nodes\n */\n ontologySelected(ontologySelection: OntologySelection[] | undefined, type: 'anatomical-structures' | 'cell-type' | 'biomarkers'): void {\n if (ontologySelection) {\n if (type === 'anatomical-structures') {\n this.data.updateFilter({ ontologyTerms: ontologySelection.map(selection => selection.id) });\n this.ontologySelectionLabel = this.createSelectionLabel(ontologySelection);\n } else if (type === 'cell-type') {\n this.data.updateFilter({ cellTypeTerms: ontologySelection.map(selection => selection.id) });\n this.cellTypeSelectionLabel = this.createSelectionLabel(ontologySelection);\n } else {\n this.data.updateFilter({ biomarkerTerms: ontologySelection.map(selection => selection.id) });\n this.biomarkerSelectionLabel = this.createSelectionLabel(ontologySelection);\n }\n\n this.selectionLabel = [\n this.ontologySelectionLabel || 'body',\n this.cellTypeSelectionLabel || 'cell',\n this.biomarkerSelectionLabel || 'biomarker'\n ].join(' | ');\n\n if (ontologySelection[0] && ontologySelection[0].label === 'body') {\n this.resetView();\n }\n return;\n }\n\n this.data.updateFilter({ ontologyTerms: [], cellTypeTerms: [] });\n this.ontologySelectionLabel = '';\n this.cellTypeSelectionLabel = '';\n }\n\n /**\n * Creates selection label for the results-browser to display based on an\n * array of selected ontology nodes.\n */\n createSelectionLabel(ontologySelection: OntologySelection[]): string {\n if (ontologySelection.length === 0) {\n return '';\n }\n\n if (ontologySelection.length === 1) {\n return ontologySelection[0].label;\n }\n\n let selectionString = '';\n ontologySelection.forEach((selection, index) => {\n selectionString += selection.label;\n\n // Don't add a comma if it's the last item in the array.\n if (index url?.startsWith(domain));\n if (isWhitelisted) {\n this.url = url;\n this.viewerOpen = !!url;\n } else {\n // Open link in new tab\n window.open(url, '_blank');\n this.closeiFrameViewer();\n }\n }\n\n /**\n * Function to easily close the iFrame viewer.\n */\n closeiFrameViewer(): void {\n this.viewerOpen = false;\n }\n\n /**\n * Gets login token\n */\n get loggedIn(): boolean {\n const token = this.globalConfig.snapshot.hubmapToken ?? '';\n return token.length > 0;\n }\n\n isItemSelected(item: string) {\n return this.selectedtoggleOptions.includes(item);\n }\n\n toggleSelection(value) {\n this.selectedtoggleOptions = value;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/AppRootOverlayContainer.html":{"url":"injectables/AppRootOverlayContainer.html","title":"injectable - AppRootOverlayContainer","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n AppRootOverlayContainer\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts\n \n\n\n\n \n Extends\n \n \n OverlayContainer\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n attached\n \n \n Private\n rootElement\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Protected\n _createContainer\n \n \n Private\n appendToRoot\n \n \n setRootElement\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Protected\n _createContainer\n \n \n \n \n \n \n \n _createContainer()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:27\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n appendToRoot\n \n \n \n \n \n \n \n appendToRoot()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:32\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setRootElement\n \n \n \n \n \n \nsetRootElement(el: ElementRef)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:13\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n el\n \n ElementRef\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n attached\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:11\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n rootElement\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:10\n \n \n\n\n \n \n\n\n \n\n\n \n import { OverlayContainer } from '@angular/cdk/overlay';\nimport { Injectable, ElementRef } from '@angular/core';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AppRootOverlayContainer extends OverlayContainer {\n private rootElement: ElementRef;\n private attached = false;\n\n setRootElement(el: ElementRef): void {\n if (this.attached) {\n this.rootElement.nativeElement.removeChild(this._containerElement);\n this.attached = false;\n }\n\n this.rootElement = el;\n this.rootElement.nativeElement.style.display = 'block';\n this.rootElement.nativeElement.style.position = 'contents';\n this.rootElement.nativeElement.style.height = '100%';\n this.appendToRoot();\n }\n\n // eslint-disable-next-line @typescript-eslint/naming-convention\n protected _createContainer(): void {\n super._createContainer();\n this.appendToRoot();\n }\n\n private appendToRoot(): void {\n if (!this._containerElement || !this.rootElement) {\n return;\n }\n\n this.rootElement.nativeElement.appendChild(this._containerElement);\n this.attached = true;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppWebComponent.html":{"url":"components/AppWebComponent.html","title":"component - AppWebComponent","body":"\n \n\n\n\n\n\n Components\n \n AppWebComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/app-web-component.component.ts\n\n\n\n\n \n Extends\n \n \n BaseWebComponent\n \n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root-wc\n \n\n\n\n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n initialized\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n dataSources\n \n \n filter\n \n \n header\n \n \n homeUrl\n \n \n hubmapAssetUrl\n \n \n hubmapDataService\n \n \n hubmapDataUrl\n \n \n hubmapPortalUrl\n \n \n hubmapToken\n \n \n loginDisabled\n \n \n logoTooltip\n \n \n remoteApiEndpoint\n \n \n selectedOrgans\n \n \n theme\n \n \n useRemoteApi\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(configStore: GlobalConfigState, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:114\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n configStore\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n dataSources\n \n \n \n \n Type : string | string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:96\n \n \n \n \n \n \n \n \n \n filter\n \n \n \n \n Type : string | Partial\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:112\n \n \n \n \n \n \n \n \n \n header\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:108\n \n \n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:109\n \n \n \n \n \n \n \n \n \n hubmapAssetUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:101\n \n \n \n \n \n \n \n \n \n hubmapDataService\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:99\n \n \n \n \n \n \n \n \n \n hubmapDataUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:100\n \n \n \n \n \n \n \n \n \n hubmapPortalUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:103\n \n \n \n \n \n \n \n \n \n hubmapToken\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:102\n \n \n \n \n \n \n \n \n \n loginDisabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:111\n \n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:110\n \n \n \n \n \n \n \n \n \n remoteApiEndpoint\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:106\n \n \n \n \n \n \n \n \n \n selectedOrgans\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:97\n \n \n \n \n \n \n \n \n \n theme\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:107\n \n \n \n \n \n \n \n \n \n useRemoteApi\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:105\n \n \n \n \n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n initialized\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:114\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n} from '@angular/core';\nimport { GlobalConfigState } from 'ccf-shared';\nimport {\n BaseWebComponent,\n BUILTIN_PARSERS,\n GenericGlobalConfig,\n} from 'ccf-shared/web-components';\n\nimport { environment } from '../environments/environment';\nimport { Filter } from 'ccf-database';\n\nfunction isNumber(value: unknown): value is number {\n return typeof value === 'number';\n}\n\nfunction isNumberArray(value: unknown): value is number[] {\n return Array.isArray(value) && value.every(isNumber);\n}\n\nfunction isString(value: unknown): value is string {\n return typeof value === 'string';\n}\n\nfunction isStringArray(value: unknown): value is string[] {\n return Array.isArray(value) && value.every(isString);\n}\n\nfunction checkOptionalProperty(\n name: string,\n obj: object,\n prop: string,\n validator: (value: unknown) => boolean // returns boolean after being called. Logic is passed as an argument when 'checkProp()' is called.\n): void {\n /** first check if prop(property name) is present in the obj(value) and then apply the validator function whose\n *logic is passed when the checkProp() is called.\n */\n if (prop in obj) {\n //obj[prop] is value for eg. 'Male' in sex\n if (!validator(obj[prop])) {\n throw new Error(`Invalid property ${prop} in ${name}`);\n }\n }\n}\n\nfunction parseDataSources(value: unknown): string[] {\n if (typeof value === 'string') {\n const json = BUILTIN_PARSERS.json(value);\n if (isStringArray(json)) {\n return json;\n }\n } else if (isStringArray(value)) {\n return value;\n }\n\n throw new Error('Invalid type for string array');\n}\n\nfunction parseFilter(value: unknown): string | Partial {\n if (typeof value === 'string') {\n value = BUILTIN_PARSERS.json(value);\n if (isString(value)) {\n return value;\n }\n }\n\n if (typeof value === 'object') {\n const sexOptions = ['Both', 'Male', 'Female'];\n // predefine name as 'filter' and obj as value. 'this' is set to undefined\n const checkProp = checkOptionalProperty.bind(undefined, 'filter', value);\n checkProp('sex', val => isString(val) && sexOptions.includes(val));\n checkProp('ageRange', val => isNumberArray(val) && val.length === 2);\n checkProp('bmiRange', val => isNumberArray(val) && val.length === 2);\n checkProp('consortiums', isStringArray);\n checkProp('tmc', isStringArray);\n checkProp('technologies', val => isStringArray(val));\n checkProp('ontologyTerms', val => isStringArray(val));\n checkProp('cellTypeTerms', val => isStringArray(val));\n checkProp('spatialSearches', val => isStringArray(val));\n return value as Filter;\n }\n\n throw new Error('Invalid filter');\n}\n\n@Component({\n selector: 'ccf-root-wc',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AppWebComponent extends BaseWebComponent {\n @Input() dataSources: string | string[];\n @Input() selectedOrgans: string[];\n\n @Input() hubmapDataService: string;\n @Input() hubmapDataUrl: string;\n @Input() hubmapAssetUrl: string;\n @Input() hubmapToken: string;\n @Input() hubmapPortalUrl: string;\n\n @Input() useRemoteApi: string | boolean;\n @Input() remoteApiEndpoint: string;\n @Input() theme: string;\n @Input() header: string | boolean;\n @Input() homeUrl: string;\n @Input() logoTooltip: string;\n @Input() loginDisabled: boolean;\n @Input() filter: string | Partial;\n\n initialized: boolean;\n\n constructor(\n configStore: GlobalConfigState,\n cdr: ChangeDetectorRef\n ) {\n super(configStore, cdr, {\n initialDelay: 10,\n\n initialConfig: {\n ...environment.dbOptions,\n ...globalThis['dbOptions'],\n ...environment.customization,\n },\n parse: {\n dataSources: parseDataSources,\n useRemoteApi: BUILTIN_PARSERS.boolean,\n header: BUILTIN_PARSERS.boolean,\n loginDisabled: BUILTIN_PARSERS.boolean,\n filter: parseFilter,\n },\n });\n }\n}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppWebComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ButtonToggleComponent.html":{"url":"components/ButtonToggleComponent.html","title":"component - ButtonToggleComponent","body":"\n \n\n\n\n\n\n Components\n \n ButtonToggleComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-button-toggle\n \n\n\n\n \n styleUrls\n ./button-toggle.component.scss\n \n\n\n\n \n templateUrl\n ./button-toggle.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n isItemSelected\n \n \n toggleSelection\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n enableTooltip\n \n \n menuOptions\n \n \n selectedItems\n \n \n tooltips\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selectionChange\n \n \n \n \n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n enableTooltip\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:20\n \n \n \n \n \n \n \n \n \n menuOptions\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:16\n \n \n \n \n \n \n \n \n \n selectedItems\n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:18\n \n \n \n \n \n \n \n \n \n tooltips\n \n \n \n \n Type : {}\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:21\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selectionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:26\n \n \n \n \n Any time a button is clicked, event is emitted.\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n isItemSelected\n \n \n \n \n \n \nisItemSelected(item: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:28\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleSelection\n \n \n \n \n \n \ntoggleSelection(value: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:32\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output\n} from '@angular/core';\n\n@Component({\n selector: 'ccf-button-toggle',\n templateUrl: './button-toggle.component.html',\n styleUrls: ['./button-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ButtonToggleComponent {\n @Input() menuOptions: string[];\n\n @Input() selectedItems?: string[] = [];\n\n @Input() enableTooltip = false;\n @Input() tooltips = [];\n\n /**\n * Any time a button is clicked, event is emitted.\n */\n @Output() readonly selectionChange = new EventEmitter();\n\n isItemSelected(item: string) {\n return this.selectedItems?.includes(item);\n }\n\n toggleSelection(value: string): void {\n if (this.isItemSelected(value)) {\n this.selectedItems = this.selectedItems?.filter(\n (el) => el != value\n );\n } else {\n this.selectedItems?.push(value);\n }\n this.selectionChange.emit(this.selectedItems);\n }\n}\n\n \n\n \n \n \n \n\n done\n {{item}}\n \n \n\n\n \n\n \n \n ./button-toggle.component.scss\n \n :host {\n font-weight: 400;\n font-size: 0.875rem;\n\n .hidden {\n display: none;\n }\n\n mat-button-toggle {\n text-align: center;\n width: inherit;\n line-height: 0px;\n border-right: 1px solid #757575;\n\n .tooltip-content-container {\n cursor: pointer;\n display: flex;\n align-items: center;\n gap: 0.5rem;\n }\n }\n\n .toggleGroup {\n border-radius: 35px;\n border: 1px solid #757575;\n width: 100%;\n overflow-x: auto;\n\n mat-button-toggle:last-child {\n border-right: 0;\n }\n }\n\n ::ng-deep .mat-button-toggle-label-content {\n display: flex;\n height: 2rem;\n justify-content: center;\n padding: 0 !important;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' done {{item}} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ButtonToggleComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ButtonToggleModule.html":{"url":"modules/ButtonToggleModule.html","title":"module - ButtonToggleModule","body":"\n \n\n\n\n\n Modules\n ButtonToggleModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ButtonToggleModule\n\n\n\ncluster_ButtonToggleModule_declarations\n\n\n\ncluster_ButtonToggleModule_exports\n\n\n\n\nButtonToggleComponent\n\nButtonToggleComponent\n\n\n\nButtonToggleModule\n\nButtonToggleModule\n\nButtonToggleModule -->\n\nButtonToggleComponent->ButtonToggleModule\n\n\n\n\n\nButtonToggleComponent \n\nButtonToggleComponent \n\nButtonToggleComponent -->\n\nButtonToggleModule->ButtonToggleComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ButtonToggleComponent\n \n \n \n \n Exports\n \n \n ButtonToggleComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ButtonToggleComponent } from './button-toggle.component';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonToggleModule } from '@angular/material/button-toggle';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\n\n\n@NgModule({\n imports: [CommonModule,MatIconModule,MatButtonToggleModule, MatTooltipModule],\n declarations: [ButtonToggleComponent],\n exports: [ButtonToggleComponent]\n})\nexport class ButtonToggleModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/CheckboxComponent.html":{"url":"components/CheckboxComponent.html","title":"component - CheckboxComponent","body":"\n \n\n\n\n\n\n Components\n \n CheckboxComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts\n\n\n\n \n Description\n \n \n Creates a labeled group of checkboxes and emits a current list of selections whenever a selection changes.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-checkbox\n \n\n\n\n \n styleUrls\n ./checkbox.component.scss\n \n\n\n\n \n templateUrl\n ./checkbox.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterOnChange\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n columns\n \n \n label\n \n \n options\n \n \n selection\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selectionChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:38\n \n \n\n \n \n Creates an instance of checkbox component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n columns\n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 3\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:33\n \n \n \n \n Number of columns\n\n \n \n \n \n \n \n \n \n \n label\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:18\n \n \n \n \n The label that describes the overall question the checkbox is asking\n\n \n \n \n \n \n \n \n \n \n options\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:23\n \n \n \n \n Used to generate the individual checkboxes and their individual labels\n\n \n \n \n \n \n \n \n \n \n selection\n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:28\n \n \n \n \n A list of the checkboxes the user has checked. To be updated any time a checkbox changes.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selectionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:38\n \n \n \n \n Any time a checkbox changes we emit that value so the parent component has that information\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filterOnChange\n \n \n \n \n \n \nfilterOnChange(event: MatCheckboxChange, option: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:53\n \n \n\n\n \n \n This method captures checkbox events and decides whether to add or remove a filter selection based on the checked property\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n MatCheckboxChange\n \n\n \n No\n \n\n\n \n Event object from the checkbox that contains the boolean property 'checked'\n\n \n \n \n option\n \n string\n \n\n \n No\n \n\n\n \n Tells us which option was checked or unchecked\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { MatCheckboxChange } from '@angular/material/checkbox';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Creates a labeled group of checkboxes and emits a current list of selections whenever a selection changes.\n */\n@Component({\n selector: 'ccf-checkbox',\n templateUrl: './checkbox.component.html',\n styleUrls: ['./checkbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class CheckboxComponent {\n /**\n * The label that describes the overall question the checkbox is asking\n */\n @Input() label: string;\n\n /**\n * Used to generate the individual checkboxes and their individual labels\n */\n @Input() options: string[];\n\n /**\n * A list of the checkboxes the user has checked. To be updated any time a checkbox changes.\n */\n @Input() selection: string[] = [];\n\n /**\n * Number of columns\n */\n @Input() columns = 3;\n\n /**\n * Any time a checkbox changes we emit that value so the parent component has that information\n */\n @Output() readonly selectionChange = new EventEmitter();\n\n /**\n * Creates an instance of checkbox component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * This method captures checkbox events and decides whether to add or remove a filter selection based on the checked property\n *\n * @param event Event object from the checkbox that contains the boolean property 'checked'\n * @param option Tells us which option was checked or unchecked\n */\n filterOnChange(event: MatCheckboxChange, option: string): void {\n const checked = event.checked;\n\n if (checked) {\n this.selection = [...this.selection, option];\n this.ga.event('filter_added', 'filter_checkbox', option);\n } else {\n this.selection = this.selection.filter(selection => selection !== option);\n this.ga.event('filter_removed', 'filter_checkbox', option);\n }\n\n this.selectionChange.emit(this.selection);\n }\n}\n\n \n\n \n \n {{ label }}\n\n \n \n \n {{ option }}\n \n \n \n\n\n \n\n \n \n ./checkbox.component.scss\n \n .filter-label {\n margin-bottom: 0.5rem;\n font-weight: bold;\n text-wrap: nowrap;\n}\n\n.options-container {\n display: flex;\n flex-wrap: wrap;\n\n .option {\n display: flex;\n height: 2rem;\n align-items: center;\n }\n\n &.three {\n .option {\n width: 14.375rem;\n }\n }\n\n &.six {\n .option {\n width: 16.5%;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ label }} {{ option }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'CheckboxComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CheckboxModule.html":{"url":"modules/CheckboxModule.html","title":"module - CheckboxModule","body":"\n \n\n\n\n\n Modules\n CheckboxModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_CheckboxModule\n\n\n\ncluster_CheckboxModule_declarations\n\n\n\ncluster_CheckboxModule_exports\n\n\n\n\nCheckboxComponent\n\nCheckboxComponent\n\n\n\nCheckboxModule\n\nCheckboxModule\n\nCheckboxModule -->\n\nCheckboxComponent->CheckboxModule\n\n\n\n\n\nCheckboxComponent \n\nCheckboxComponent \n\nCheckboxComponent -->\n\nCheckboxModule->CheckboxComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/checkbox/checkbox.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n CheckboxComponent\n \n \n \n \n Exports\n \n \n CheckboxComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\n\nimport { CheckboxComponent } from './checkbox.component';\n\n\n@NgModule({\n imports: [CommonModule, MatCheckboxModule],\n declarations: [CheckboxComponent],\n exports: [CheckboxComponent]\n})\nexport class CheckboxModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Color.html":{"url":"interfaces/Color.html","title":"interface - Color","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Color\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n color\n \n \n \n \n rank\n \n \n \n \n rgba\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n color\n \n \n \n \n \n \n \n \n color: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n rank\n \n \n \n \n \n \n \n \n rank: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n rgba\n \n \n \n \n \n \n \n \n rgba: [number, number, number, number]\n\n \n \n\n\n \n \n Type : [number, number, number, number]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings/immutability';\nimport { Injectable } from '@angular/core';\nimport { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport hexRgb from 'hex-rgb';\nimport { Subject } from 'rxjs';\nimport { distinctUntilChanged, map } from 'rxjs/operators';\n\n\nexport interface Color {\n color: string;\n rgba: [number, number, number, number];\n rank: number;\n}\n\nexport const DEFAULT_COLOR_PALETTE: Color[] = [\n '#FF8800',\n '#2979ff',\n '#ffd740',\n '#b92dff',\n '#da326f',\n '#7323e2',\n '#acf32b',\n '#82B1FF',\n '#E040FB',\n '#00E5FF'\n].map((color, rank) => {\n const rgba = hexRgb(color, { format: 'array' });\n rgba[3] = 255; // for Deck.gl\n return { color, rgba, rank };\n});\n\nexport interface ColorAssignmentStateModel {\n colorPalette: Color[];\n colorsAvailable: Color[];\n colorAssignments: Record;\n colorAssignmentsList: { color: Color; key: string }[];\n}\n\n/**\n * Color Assignment State\n */\n@StateRepository()\n@State({\n name: 'colors',\n defaults: {\n colorPalette: DEFAULT_COLOR_PALETTE.concat(),\n colorsAvailable: DEFAULT_COLOR_PALETTE.concat(),\n colorAssignments: {},\n colorAssignmentsList: []\n }\n})\n@Injectable()\nexport class ColorAssignmentState extends NgxsImmutableDataRepository {\n private readonly forcedUnassignment = new Subject();\n\n readonly forcedUnassignment$ = this.forcedUnassignment.asObservable();\n readonly colorAssignments$ = this.state$.pipe(map(x => x?.colorAssignments), distinctUntilChanged());\n readonly colorAssignmentsList$ = this.state$.pipe(map(x => x?.colorAssignmentsList), distinctUntilChanged());\n\n getColor(key: string): Immutable | undefined {\n const { colorAssignments } = this.snapshot;\n return colorAssignments[key];\n }\n\n @DataAction()\n assignColor(@Payload('key') key: string, @Payload('doReset') doReset = false): Immutable {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n if (doReset) {\n colorsAvailable = this.snapshot.colorPalette.concat();\n colorAssignmentsList = [];\n colorAssignments = {};\n }\n let color = colorAssignments[key];\n if (!color) {\n if (colorsAvailable.length > 0) {\n color = colorsAvailable[0];\n } else {\n color = colorAssignmentsList[colorAssignmentsList.length - 1].color;\n colorAssignmentsList = colorAssignmentsList.slice(0, -1);\n this.forcedUnassignment.next();\n }\n colorsAvailable = colorsAvailable.filter(c => c.color !== color.color);\n colorAssignmentsList = [{ color, key }].concat(colorAssignmentsList);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n return color;\n }\n\n @DataAction()\n unassignColor(@Payload('key') key: string): void {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n const color = colorAssignments[key];\n if (color) {\n colorsAvailable = [color].concat(colorsAvailable);\n colorAssignmentsList = colorAssignmentsList.filter(a => a.color.color !== color.color);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ColorAssignmentState.html":{"url":"injectables/ColorAssignmentState.html","title":"injectable - ColorAssignmentState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ColorAssignmentState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n\n\n \n Description\n \n \n Color Assignment State\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n colorAssignments$\n \n \n Readonly\n colorAssignmentsList$\n \n \n Private\n Readonly\n forcedUnassignment\n \n \n Readonly\n forcedUnassignment$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n assignColor\n \n \n getColor\n \n \n \n unassignColor\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n assignColor\n \n \n \n \n \n \n \n assignColor(key: string, doReset)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:69\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n doReset\n \n \n\n \n No\n \n\n \n false\n \n\n \n \n \n \n \n Returns : Immutable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getColor\n \n \n \n \n \n \ngetColor(key: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:63\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Immutable | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n unassignColor\n \n \n \n \n \n \n \n unassignColor(key: string)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:102\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n colorAssignments$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.colorAssignments), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:60\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n colorAssignmentsList$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.colorAssignmentsList), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:61\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n forcedUnassignment\n \n \n \n \n \n \n Default value : new Subject()\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:57\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n forcedUnassignment$\n \n \n \n \n \n \n Default value : this.forcedUnassignment.asObservable()\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:59\n \n \n\n\n \n \n\n\n \n\n\n \n import { Immutable } from '@angular-ru/common/typings/immutability';\nimport { Injectable } from '@angular/core';\nimport { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport hexRgb from 'hex-rgb';\nimport { Subject } from 'rxjs';\nimport { distinctUntilChanged, map } from 'rxjs/operators';\n\n\nexport interface Color {\n color: string;\n rgba: [number, number, number, number];\n rank: number;\n}\n\nexport const DEFAULT_COLOR_PALETTE: Color[] = [\n '#FF8800',\n '#2979ff',\n '#ffd740',\n '#b92dff',\n '#da326f',\n '#7323e2',\n '#acf32b',\n '#82B1FF',\n '#E040FB',\n '#00E5FF'\n].map((color, rank) => {\n const rgba = hexRgb(color, { format: 'array' });\n rgba[3] = 255; // for Deck.gl\n return { color, rgba, rank };\n});\n\nexport interface ColorAssignmentStateModel {\n colorPalette: Color[];\n colorsAvailable: Color[];\n colorAssignments: Record;\n colorAssignmentsList: { color: Color; key: string }[];\n}\n\n/**\n * Color Assignment State\n */\n@StateRepository()\n@State({\n name: 'colors',\n defaults: {\n colorPalette: DEFAULT_COLOR_PALETTE.concat(),\n colorsAvailable: DEFAULT_COLOR_PALETTE.concat(),\n colorAssignments: {},\n colorAssignmentsList: []\n }\n})\n@Injectable()\nexport class ColorAssignmentState extends NgxsImmutableDataRepository {\n private readonly forcedUnassignment = new Subject();\n\n readonly forcedUnassignment$ = this.forcedUnassignment.asObservable();\n readonly colorAssignments$ = this.state$.pipe(map(x => x?.colorAssignments), distinctUntilChanged());\n readonly colorAssignmentsList$ = this.state$.pipe(map(x => x?.colorAssignmentsList), distinctUntilChanged());\n\n getColor(key: string): Immutable | undefined {\n const { colorAssignments } = this.snapshot;\n return colorAssignments[key];\n }\n\n @DataAction()\n assignColor(@Payload('key') key: string, @Payload('doReset') doReset = false): Immutable {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n if (doReset) {\n colorsAvailable = this.snapshot.colorPalette.concat();\n colorAssignmentsList = [];\n colorAssignments = {};\n }\n let color = colorAssignments[key];\n if (!color) {\n if (colorsAvailable.length > 0) {\n color = colorsAvailable[0];\n } else {\n color = colorAssignmentsList[colorAssignmentsList.length - 1].color;\n colorAssignmentsList = colorAssignmentsList.slice(0, -1);\n this.forcedUnassignment.next();\n }\n colorsAvailable = colorsAvailable.filter(c => c.color !== color.color);\n colorAssignmentsList = [{ color, key }].concat(colorAssignmentsList);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n return color;\n }\n\n @DataAction()\n unassignColor(@Payload('key') key: string): void {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n const color = colorAssignments[key];\n if (color) {\n colorsAvailable = [color].concat(colorsAvailable);\n colorAssignmentsList = colorAssignmentsList.filter(a => a.color.color !== color.color);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ColorAssignmentStateModel.html":{"url":"interfaces/ColorAssignmentStateModel.html","title":"interface - ColorAssignmentStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ColorAssignmentStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n colorAssignments\n \n \n \n \n colorAssignmentsList\n \n \n \n \n colorPalette\n \n \n \n \n colorsAvailable\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n colorAssignments\n \n \n \n \n \n \n \n \n colorAssignments: Record\n\n \n \n\n\n \n \n Type : Record\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n colorAssignmentsList\n \n \n \n \n \n \n \n \n colorAssignmentsList: literal type[]\n\n \n \n\n\n \n \n Type : literal type[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n colorPalette\n \n \n \n \n \n \n \n \n colorPalette: Color[]\n\n \n \n\n\n \n \n Type : Color[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n colorsAvailable\n \n \n \n \n \n \n \n \n colorsAvailable: Color[]\n\n \n \n\n\n \n \n Type : Color[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings/immutability';\nimport { Injectable } from '@angular/core';\nimport { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport hexRgb from 'hex-rgb';\nimport { Subject } from 'rxjs';\nimport { distinctUntilChanged, map } from 'rxjs/operators';\n\n\nexport interface Color {\n color: string;\n rgba: [number, number, number, number];\n rank: number;\n}\n\nexport const DEFAULT_COLOR_PALETTE: Color[] = [\n '#FF8800',\n '#2979ff',\n '#ffd740',\n '#b92dff',\n '#da326f',\n '#7323e2',\n '#acf32b',\n '#82B1FF',\n '#E040FB',\n '#00E5FF'\n].map((color, rank) => {\n const rgba = hexRgb(color, { format: 'array' });\n rgba[3] = 255; // for Deck.gl\n return { color, rgba, rank };\n});\n\nexport interface ColorAssignmentStateModel {\n colorPalette: Color[];\n colorsAvailable: Color[];\n colorAssignments: Record;\n colorAssignmentsList: { color: Color; key: string }[];\n}\n\n/**\n * Color Assignment State\n */\n@StateRepository()\n@State({\n name: 'colors',\n defaults: {\n colorPalette: DEFAULT_COLOR_PALETTE.concat(),\n colorsAvailable: DEFAULT_COLOR_PALETTE.concat(),\n colorAssignments: {},\n colorAssignmentsList: []\n }\n})\n@Injectable()\nexport class ColorAssignmentState extends NgxsImmutableDataRepository {\n private readonly forcedUnassignment = new Subject();\n\n readonly forcedUnassignment$ = this.forcedUnassignment.asObservable();\n readonly colorAssignments$ = this.state$.pipe(map(x => x?.colorAssignments), distinctUntilChanged());\n readonly colorAssignmentsList$ = this.state$.pipe(map(x => x?.colorAssignmentsList), distinctUntilChanged());\n\n getColor(key: string): Immutable | undefined {\n const { colorAssignments } = this.snapshot;\n return colorAssignments[key];\n }\n\n @DataAction()\n assignColor(@Payload('key') key: string, @Payload('doReset') doReset = false): Immutable {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n if (doReset) {\n colorsAvailable = this.snapshot.colorPalette.concat();\n colorAssignmentsList = [];\n colorAssignments = {};\n }\n let color = colorAssignments[key];\n if (!color) {\n if (colorsAvailable.length > 0) {\n color = colorsAvailable[0];\n } else {\n color = colorAssignmentsList[colorAssignmentsList.length - 1].color;\n colorAssignmentsList = colorAssignmentsList.slice(0, -1);\n this.forcedUnassignment.next();\n }\n colorsAvailable = colorsAvailable.filter(c => c.color !== color.color);\n colorAssignmentsList = [{ color, key }].concat(colorAssignmentsList);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n return color;\n }\n\n @DataAction()\n unassignColor(@Payload('key') key: string): void {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n const color = colorAssignments[key];\n if (color) {\n colorsAvailable = [color].concat(colorsAvailable);\n colorAssignmentsList = colorAssignmentsList.filter(a => a.color.color !== color.color);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContainerComponent.html":{"url":"components/ContainerComponent.html","title":"component - ContainerComponent","body":"\n \n\n\n\n\n\n Components\n \n ContainerComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts\n\n\n\n \n Description\n \n \n Main container for drawer components.\n\n \n\n\n \n Implements\n \n \n AfterViewInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n \n exportAs\n ccfDrawerContainer\n \n\n\n\n\n\n \n providers\n \n MessageService\n \n \n\n\n \n selector\n ccf-drawer-container\n \n\n\n\n \n styleUrls\n ./container.component.scss\n \n\n\n\n \n templateUrl\n ./container.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n channel\n \n \n \n Readonly\n className\n \n \n \n Private\n content1\n \n \n \n Private\n content2\n \n \n \n Private\n drawers\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n handleMessage\n \n \n ngAfterViewInit\n \n \n ngOnDestroy\n \n \n Private\n validateDrawers\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n content\n \n \n hasWrappedContent\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:62\n \n \n\n \n \n Creates an instance of container component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n The service used to send event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-container\"\n\n \n \n \n \n Default value : 'ccf-drawer-container'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:37\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n handleMessage\n \n \n \n \n \n \n \n handleMessage(_msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:115\n \n \n\n\n \n \n Processes event messages.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to be run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:83\n \n \n\n\n \n \n Sets up all listeners after all content has been projected.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:105\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n validateDrawers\n \n \n \n \n \n \n \n validateDrawers()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:124\n \n \n\n\n \n \n Validates the number of drawers and their positions.\n\n\n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n channel\n \n \n \n \n \n \n Type : MessageChannel\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:60\n \n \n\n \n \n The connected message channel.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-container'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:37\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n content1\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ContentChildren(ContentComponent, {descendants: true})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:45\n \n \n\n \n \n Content component if provided already wrapped.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n content2\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ViewChildren(ContentComponent)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:48\n \n \n\n \n \n Content component if provided without wrapping.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n drawers\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ContentChildren(DrawerComponent, {descendants: true})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:41\n \n \n\n \n \n Drawer components in this container.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:62\n \n \n\n \n \n All subscriptions managed by the container.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n content\n \n \n\n \n \n getcontent()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:50\n \n \n \n \n Resolves the content component.\n\n\n \n Returns : ContentComponent\n\n \n \n \n\n \n \n \n \n \n \n \n hasWrappedContent\n \n \n\n \n \n gethasWrappedContent()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:55\n \n \n \n \n Whether the content was wrapped.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import {\n AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChildren, HostBinding, OnDestroy, QueryList,\n ViewChildren,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { startWith } from 'rxjs/operators';\n\nimport { ContentComponent } from '../content/content.component';\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageChannel, MessageService } from '../messages';\n\n\n/**\n * Helper function for creating drawer errors.\n *\n * @param position The position of the drawer.\n * @throws {Error} Error with useful message is always thrown.\n */\nfunction throwDuplicateDrawersError(position: 'start' | 'end'): never {\n throw new Error(`Multiple drawers in position ${position}`);\n}\n\n\n/**\n * Main container for drawer components.\n */\n@Component({\n selector: 'ccf-drawer-container',\n exportAs: 'ccfDrawerContainer',\n templateUrl: './container.component.html',\n styleUrls: ['./container.component.scss'],\n providers: [MessageService],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContainerComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-container';\n\n /** Drawer components in this container. */\n @ContentChildren(DrawerComponent, { descendants: true })\n private drawers: QueryList;\n\n /** Content component if provided already wrapped. */\n @ContentChildren(ContentComponent, { descendants: true })\n private content1: QueryList;\n /** Content component if provided without wrapping. */\n @ViewChildren(ContentComponent)\n private content2: QueryList;\n /** Resolves the content component. */\n private get content(): ContentComponent {\n return this.content1.first ?? this.content2.first;\n }\n\n /** Whether the content was wrapped. */\n get hasWrappedContent(): boolean {\n return this.content1.length !== 0;\n }\n\n /** The connected message channel. */\n private channel: MessageChannel;\n /** All subscriptions managed by the container. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of container component.\n *\n * @param messageService The service used to send event messages.\n * @param cdr The change detector reference.\n */\n constructor(messageService: MessageService,\n private cdr: ChangeDetectorRef) {\n this.channel = messageService.connect(this);\n this.subscriptions.add(this.channel.getMessages().subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Sets up all listeners after all content has been projected.\n */\n ngAfterViewInit(): void {\n this.drawers.changes.pipe(startWith(null)).subscribe(() => {\n const drawers = this.validateDrawers();\n this.channel.sendMessage({\n type: 'drawer-containers-changed',\n drawers\n });\n this.cdr.markForCheck();\n });\n\n this.content1.changes.pipe(startWith(null)).subscribe(() => {\n this.channel.sendMessage({\n type: 'content-container-changed',\n content: this.content\n });\n this.cdr.markForCheck();\n });\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Processes event messages.\n *\n * @param _msg The event.\n * @returns true if change detection needs to be run.\n */\n private handleMessage(_msg: Message): boolean {\n return true;\n }\n\n /**\n * Validates the number of drawers and their positions.\n *\n * @returns A tuple containing the start and end drawers.\n */\n private validateDrawers(): [DrawerComponent | undefined, DrawerComponent | undefined] {\n const drawers = this.drawers.toArray();\n const startDrawers = drawers.filter(drawer => drawer.position === 'start');\n const endDrawers = drawers.filter(drawer => drawer.position === 'end');\n\n if (startDrawers.length > 1) {\n throwDuplicateDrawersError('start');\n }\n if (endDrawers.length > 1) {\n throwDuplicateDrawersError('end');\n }\n\n return [startDrawers[0], endDrawers[0]];\n }\n}\n\n \n\n \n \n\n\n\n \n\n\n \n\n \n \n ./container.component.scss\n \n :host {\n display: block;\n position: relative;\n z-index: 1;\n overflow: hidden;\n -webkit-overflow-scrolling: touch;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContainerComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContentComponent.html":{"url":"components/ContentComponent.html","title":"component - ContentComponent","body":"\n \n\n\n\n\n\n Components\n \n ContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts\n\n\n\n \n Description\n \n \n Component wrapping and providing animations for center content.\n\n \n\n\n \n Implements\n \n \n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-drawer-content\n \n\n\n\n \n styleUrls\n ./content.component.scss\n \n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n animationsEnabled\n \n \n \n Readonly\n className\n \n \n Private\n drawers\n \n \n \n faded\n \n \n \n leftMargin\n \n \n \n rightMargin\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n handleMessage\n \n \n ngOnDestroy\n \n \n Private\n updateFaded\n \n \n Private\n updateMargin\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n @fadeInOut\n \n \n class\n \n \n class.cff-drawer-content-animations\n \n \n style.margin-left.px\n \n \n style.margin-right.px\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:41\n \n \n\n \n \n Creates an instance of content component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n Service used to send and receive event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n @fadeInOut\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:36\n \n \n\n \n \n Whether the content is invisible.\n\n \n \n\n \n \n \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-content\"\n\n \n \n \n \n Default value : 'ccf-drawer-content'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:28\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n class.cff-drawer-content-animations\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:30\n \n \n\n \n \n Whether animations are enabled.\n\n \n \n\n \n \n \n \n \n \n \n \n style.margin-left.px\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:32\n \n \n\n \n \n Left margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n style.margin-right.px\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:34\n \n \n\n \n \n Right margin size.\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n handleMessage\n \n \n \n \n \n \n \n handleMessage(msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:70\n \n \n\n\n \n \n Process an event message.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:60\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n updateFaded\n \n \n \n \n \n \n \n updateFaded()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:116\n \n \n\n\n \n \n Checks and updates the faded state based on the drawer states.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n updateMargin\n \n \n \n \n \n \n \n updateMargin(position: \"start\" | \"end\", opened: boolean, width: number, margin: number)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:103\n \n \n\n\n \n \n Updates a margin.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n position\n \n \"start\" | \"end\"\n \n\n \n No\n \n\n\n \n Start (left) or end (right) margin.\n\n \n \n \n opened\n \n boolean\n \n\n \n No\n \n\n\n \n Whether the drawer is opened.\n\n \n \n \n width\n \n number\n \n\n \n No\n \n\n\n \n The width of the drawer if opened.\n\n \n \n \n margin\n \n number\n \n\n \n No\n \n\n\n \n The margin size.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n animationsEnabled\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('class.cff-drawer-content-animations')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:30\n \n \n\n \n \n Whether animations are enabled.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-content'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:28\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n drawers\n \n \n \n \n \n \n Type : DrawerComponent[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:39\n \n \n\n \n \n References to the side drawers.\n\n \n \n\n \n \n \n \n \n \n \n \n \n faded\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('@fadeInOut')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:36\n \n \n\n \n \n Whether the content is invisible.\n\n \n \n\n \n \n \n \n \n \n \n \n \n leftMargin\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Decorators : \n \n \n @HostBinding('style.margin-left.px')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:32\n \n \n\n \n \n Left margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n \n rightMargin\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Decorators : \n \n \n @HostBinding('style.margin-right.px')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:34\n \n \n\n \n \n Right margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:41\n \n \n\n \n \n Subscriptions managed by this component.\n\n \n \n\n \n \n\n\n\n\n\n \n import { animate, state, style, transition, trigger } from '@angular/animations';\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding, OnDestroy } from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageService } from '../messages';\n\n\n/**\n * Component wrapping and providing animations for center content.\n */\n@Component({\n selector: 'ccf-drawer-content',\n template: '',\n styleUrls: ['./content.component.scss'],\n animations: [\n trigger('fadeInOut', [\n state('false', style({ opacity: 1 })),\n state('true', style({ opacity: 0 })),\n\n transition('false true', animate('1s'))\n ])\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContentComponent implements OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-content';\n /** Whether animations are enabled. */\n @HostBinding('class.cff-drawer-content-animations') animationsEnabled = false;\n /** Left margin size. */\n @HostBinding('style.margin-left.px') leftMargin = 0;\n /** Right margin size. */\n @HostBinding('style.margin-right.px') rightMargin = 0;\n /** Whether the content is invisible. */\n @HostBinding('@fadeInOut') faded = false;\n\n /** References to the side drawers. */\n private drawers: DrawerComponent[] = [];\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of content component.\n *\n * @param messageService Service used to send and receive event messages.\n * @param cdr The change detector reference.\n */\n constructor(messageService: MessageService,\n cdr: ChangeDetectorRef) {\n const messages = messageService.connect(this).getMessages();\n this.subscriptions.add(messages.subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /** Cleans up all subscriptions. */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Process an event message.\n *\n * @param msg The event.\n * @returns true if change detection needs to run.\n */\n private handleMessage(msg: Message): boolean {\n switch (msg.payload.type) {\n case 'drawer-containers-changed':\n this.drawers = msg.payload.drawers as DrawerComponent[];\n this.updateFaded();\n return true;\n\n case 'drawer-initialized':\n this.animationsEnabled = true;\n return true;\n\n case 'drawer-toggled': {\n const position = (msg.source as DrawerComponent).position;\n const { opened, width, margin } = msg.payload;\n\n this.updateMargin(position, opened, width, margin);\n this.updateFaded();\n return true;\n }\n\n default:\n return false;\n }\n }\n\n /**\n * Updates a margin.\n *\n * @param position Start (left) or end (right) margin.\n * @param opened Whether the drawer is opened.\n * @param width The width of the drawer if opened.\n * @param margin The margin size.\n */\n private updateMargin(position: 'start' | 'end', opened: boolean,\n width: number, margin: number): void {\n const offset = opened ? width + margin : margin;\n if (position === 'start') {\n this.leftMargin = offset;\n } else {\n this.rightMargin = offset;\n }\n }\n\n /**\n * Checks and updates the faded state based on the drawer states.\n */\n private updateFaded(): void {\n const [start, end] = this.drawers;\n const startExpanded = start?.opened && start?.expanded;\n const endExpanded = end?.opened && end?.expanded;\n this.faded = startExpanded || endExpanded;\n }\n}\n\n \n\n\n \n \n ./content.component.scss\n \n :host {\n display: block;\n height: calc(100% - 5.5rem);\n z-index: 2;\n overflow: auto;\n\n &.cff-drawer-content-animations {\n transition: {\n duration: .5s;\n timing-function: ease-in-out;\n property: margin-left, margin-right;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ContentContainerChanged.html":{"url":"interfaces/ContentContainerChanged.html","title":"interface - ContentContainerChanged","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ContentContainerChanged\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when the content component changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n content\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n content\n \n \n \n \n \n \n \n \n content: \n\n \n \n\n\n\n\n\n\n\n \n \n A reference to the new content component.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_exports\n\n\n\ncluster_CoreModule_imports\n\n\n\n\nHeaderModule\n\nHeaderModule\n\n\n\nCoreModule\n\nCoreModule\n\nCoreModule -->\n\nHeaderModule->CoreModule\n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nThemingModule\n\nThemingModule\n\nCoreModule -->\n\nThemingModule->CoreModule\n\n\n\n\n\nHeaderModule \n\nHeaderModule \n\nHeaderModule -->\n\nCoreModule->HeaderModule \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/core/core.module.ts\n \n\n\n\n\n\n \n \n \n Imports\n \n \n HeaderModule\n \n \n StoreModule\n \n \n ThemingModule\n \n \n \n \n Exports\n \n \n HeaderModule\n \n \n \n \n \n\n\n \n\n\n \n import { HttpClientModule } from '@angular/common/http';\nimport { NgModule, Optional, SkipSelf } from '@angular/core';\nimport { DataSourceService, MousePositionTrackerModule } from 'ccf-shared';\nimport { AnalyticsModule } from 'ccf-shared/analytics';\nimport { environment } from '../../environments/environment';\nimport { HeaderModule } from './header/header.module';\nimport { DelegateDataSourceService } from './services/data-source/data-source.service';\nimport { ThemingModule } from './services/theming/theming.module';\nimport { StoreModule } from './store/store.module';\n\n\n@NgModule({\n imports: [\n HttpClientModule,\n\n AnalyticsModule.forRoot({\n gaToken: environment.googleAnalyticsToken,\n appName: 'eui'\n }),\n MousePositionTrackerModule,\n HeaderModule,\n StoreModule,\n ThemingModule\n ],\n providers: [\n { provide: DataSourceService, useExisting: DelegateDataSourceService }\n ],\n exports: [HeaderModule]\n})\nexport class CoreModule {\n constructor(@Optional() @SkipSelf() core: CoreModule) {\n if (core) {\n throw new Error('The core module should only be imported once in the root module');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DataStateModel.html":{"url":"interfaces/DataStateModel.html","title":"interface - DataStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DataStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n\n\n \n Description\n \n \n Store data state.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n anatomicalStructuresTreeModel\n \n \n \n Optional\n \n biomarkersTreeModel\n \n \n \n Optional\n \n cellTypesTreeModel\n \n \n \n \n filter\n \n \n \n \n status\n \n \n \n \n statusMessage\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructuresTreeModel\n \n \n \n \n \n \n \n \n anatomicalStructuresTreeModel: OntologyTreeModel\n\n \n \n\n\n \n \n Type : OntologyTreeModel\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n biomarkersTreeModel\n \n \n \n \n \n \n \n \n biomarkersTreeModel: OntologyTreeModel\n\n \n \n\n\n \n \n Type : OntologyTreeModel\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n cellTypesTreeModel\n \n \n \n \n \n \n \n \n cellTypesTreeModel: OntologyTreeModel\n\n \n \n\n\n \n \n Type : OntologyTreeModel\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n filter\n \n \n \n \n \n \n \n \n filter: Filter\n\n \n \n\n\n \n \n Type : Filter\n\n \n \n\n\n\n\n\n \n \n Current filter.\n\n \n \n \n \n \n \n \n \n \n status\n \n \n \n \n \n \n \n \n status: \"Loading\" | \"Ready\" | \"Error\"\n\n \n \n\n\n \n \n Type : \"Loading\" | \"Ready\" | \"Error\"\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n statusMessage\n \n \n \n \n \n \n \n \n statusMessage: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Action, NgxsOnInit, State } from '@ngxs/store';\nimport { bind } from 'bind-decorator';\nimport { AggregateResult, DatabaseStatus, Filter, OntologyTreeModel, SpatialSceneNode, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService } from 'ccf-shared';\nimport { combineLatest, defer, ObservableInput, ObservedValueOf, OperatorFunction, ReplaySubject, Subject } from 'rxjs';\nimport { delay, distinct, filter as rxjsFilter, map, publishReplay, refCount, repeat, switchMap, take, takeWhile, tap } from 'rxjs/operators';\nimport { UpdateFilter } from './data.actions';\n\n\n/** Default values for filters. */\nexport const DEFAULT_FILTER: Filter = {\n sex: 'Both',\n ageRange: [1, 110],\n bmiRange: [13, 83],\n consortiums: [],\n tmc: [],\n technologies: [],\n ontologyTerms: ['http://purl.obolibrary.org/obo/UBERON_0013702'],\n cellTypeTerms: ['http://purl.obolibrary.org/obo/CL_0000000'],\n biomarkerTerms: ['http://purl.org/ccf/biomarkers'],\n spatialSearches: []\n};\n\n/** Current state of data queries. */\n// eslint-disable-next-line no-shadow\nexport enum DataQueryState {\n /** One or more queries are running. */\n Running = 'running',\n /** All queries have completed. */\n Completed = 'completed'\n}\n\n/**\n * Helper for testing that all states in an array are `DataQueryState.Completed`.\n *\n * @param states The array of states to test.\n * @returns true if all values in the array is `Completed`.\n */\nfunction allCompleted(states: DataQueryState[]): boolean {\n return states.every(state => state === DataQueryState.Completed);\n}\n\n/**\n * Helper creating a function that sends a `DataQueryState.Completed` to\n * a subject whenever it is called.\n *\n * @param subject The subject to send completed messagess to.\n * @returns The function.\n */\nfunction sendCompletedTo(subject: Subject): () => void {\n return () => subject.next(DataQueryState.Completed);\n}\n\n/**\n * Helper operator that combines querying with sharing and replay functionality.\n *\n * @param query The data query function.\n * @param [next] An optional listener on the values emitted by the latest query.\n * @returns The combined pipe operator function.\n */\nfunction queryData>(\n query: (value: T, index: number) => O,\n next?: (value: ObservedValueOf) => void\n): OperatorFunction> {\n return source => source.pipe(\n switchMap(query),\n tap(next),\n publishReplay(1),\n refCount()\n );\n}\n\n/** Store data state. */\nexport interface DataStateModel {\n /** Current filter. */\n filter: Filter;\n status: 'Loading' | 'Ready' | 'Error';\n statusMessage: string;\n anatomicalStructuresTreeModel?: OntologyTreeModel;\n cellTypesTreeModel?: OntologyTreeModel;\n biomarkersTreeModel?: OntologyTreeModel;\n}\n\n/**\n * Data state repository and service.\n */\n@StateRepository()\n@State({\n name: 'data',\n defaults: {\n filter: DEFAULT_FILTER,\n status: 'Loading',\n statusMessage: 'Loading database'\n }\n})\n@Injectable()\nexport class DataState extends NgxsDataRepository implements NgxsOnInit {\n /** Emits when the database is ready. */\n readonly databaseReady$ = this.state$.pipe(map(x => x?.status), distinct(), rxjsFilter((status) => status === 'Ready'));\n\n /** Implementation subject for tissueBlockDataQueryStatus$. */\n private readonly _tissueBlockDataQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for aggregateDataQueryStatus$. */\n private readonly _aggregateDataQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for ontologyTermOccurencesDataQueryStatus$. */\n private readonly _ontologyTermOccurencesDataQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for cellTypeTermOccurencesDataQueryStatus$. */\n private readonly _cellTypeTermOccurencesDataQueryStatus$ = new ReplaySubject(1);\n private readonly _biomarkerTermOccurencesDataQueryStatus$ = new ReplaySubject(1);\n\n /** Implementation subject for sceneDataQueryStatus$. */\n private readonly _sceneDataQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for technologyFilterQueryStatus$. */\n private readonly _technologyFilterQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for providerFilterQueryStatus$. */\n private readonly _providerFilterQueryStatus$ = new ReplaySubject(1);\n /** Keeping track of all ontology terms there is data for. */\n readonly ontologyTermsFullData$ = new ReplaySubject>(1);\n /** Keeping track of all cell type terms there is data for. */\n readonly cellTypeTermsFullData$ = new ReplaySubject>(1);\n readonly biomarkerTermsFullData$ = new ReplaySubject>(1);\n\n /** Current filter. */\n readonly filter$ = this.state$.pipe(map(x => x?.filter));\n /** Latest tissue block query data. */\n readonly tissueBlockData$ = this.filter$.pipe(queryData(\n this.tissueBlockData, sendCompletedTo(this._tissueBlockDataQueryStatus$)\n ));\n /** Latest aggregate query data. */\n readonly aggregateData$ = this.filter$.pipe(queryData(\n this.aggregateData, sendCompletedTo(this._aggregateDataQueryStatus$)\n ));\n /** Latest ontology term occurences query data. */\n readonly ontologyTermOccurencesData$ = this.filter$.pipe(queryData(\n this.ontologyTermOccurencesData, sendCompletedTo(this._ontologyTermOccurencesDataQueryStatus$)\n ));\n /** Latest ontology term occurences query data. */\n readonly biomarkerTermOccurencesData$ = this.filter$.pipe(queryData(\n this.biomarkerTermOccurencesData, sendCompletedTo(this._biomarkerTermOccurencesDataQueryStatus$)\n ));\n /** Latest cell type term occurences query data. */\n readonly cellTypeTermOccurencesData$ = this.filter$.pipe(queryData(\n this.cellTypeTermOccurencesData, sendCompletedTo(this._cellTypeTermOccurencesDataQueryStatus$)\n ));\n /** Latest scene query data. */\n readonly sceneData$ = this.filter$.pipe(queryData(\n this.sceneData, sendCompletedTo(this._sceneDataQueryStatus$)\n ));\n /** Latest technology filter label query data. */\n readonly technologyFilterData$ = this.filter$.pipe(queryData(\n this.technologyFilterData, sendCompletedTo(this._technologyFilterQueryStatus$)\n ));\n /** Latest provider filter label query data. */\n readonly providerFilterData$ = this.filter$.pipe(queryData(\n this.providerFilterData, sendCompletedTo(this._providerFilterQueryStatus$)\n ));\n\n /** Current status of queries in the tissueBlockData$ observable. */\n readonly tissueBlockDataQueryStatus$ = this._tissueBlockDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the aggregateData$ observable. */\n readonly aggregateDataQueryStatus$ = this._aggregateDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the ontologyTermOccurrences$ observable. */\n readonly ontologyTermOccurencesDataQueryStatus$ = this._ontologyTermOccurencesDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the cellTypeTermOccurrences$ observable. */\n readonly cellTypeTermOccurencesDataQueryStatus$ = this._cellTypeTermOccurencesDataQueryStatus$.pipe(distinct());\n\n readonly biomarkerTermOccurencesDataQueryStatus$ = this._biomarkerTermOccurencesDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the sceneData$ observable. */\n readonly sceneDataQueryStatus$ = this._sceneDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the technologyFilter$ observable. */\n readonly technologyFilterQueryStatus$ = this._technologyFilterQueryStatus$.pipe(distinct());\n /** Current status of queries in the providerFilter$ observable. */\n readonly providerFilterQueryStatus$ = this._providerFilterQueryStatus$.pipe(distinct());\n\n /** Current status of all queries. */\n readonly queryStatus$ = combineLatest([\n this.tissueBlockDataQueryStatus$,\n this.aggregateDataQueryStatus$,\n this.ontologyTermOccurencesDataQueryStatus$,\n this.cellTypeTermOccurencesDataQueryStatus$,\n this.sceneDataQueryStatus$,\n this.technologyFilterQueryStatus$,\n this.providerFilterQueryStatus$\n ]).pipe(\n map(states => allCompleted(states) ? DataQueryState.Completed : DataQueryState.Running),\n distinct()\n );\n\n /**\n * Creates an instance of data state.\n *\n * @param source Data query service.\n */\n constructor(private readonly source: DataSourceService) {\n super();\n // Start everything in the completed state\n this._tissueBlockDataQueryStatus$.next(DataQueryState.Completed);\n this._aggregateDataQueryStatus$.next(DataQueryState.Completed);\n this._ontologyTermOccurencesDataQueryStatus$.next(DataQueryState.Completed);\n this._cellTypeTermOccurencesDataQueryStatus$.next(DataQueryState.Completed);\n this._sceneDataQueryStatus$.next(DataQueryState.Completed);\n this._technologyFilterQueryStatus$.next(DataQueryState.Completed);\n this._providerFilterQueryStatus$.next(DataQueryState.Completed);\n }\n\n ngxsOnInit(): void {\n const { ontologyTermsFullData$, ontologyTermOccurencesData$, cellTypeTermsFullData$, cellTypeTermOccurencesData$, source, snapshot: { filter } , biomarkerTermsFullData$, biomarkerTermOccurencesData$ } = this;\n if (filter === DEFAULT_FILTER) {\n // Common case - Reuse the result of the regular query\n ontologyTermOccurencesData$.pipe(take(1)).subscribe(ontologyTermsFullData$);\n cellTypeTermOccurencesData$.pipe(take(1)).subscribe(cellTypeTermsFullData$);\n biomarkerTermOccurencesData$.pipe(take(1)).subscribe(biomarkerTermsFullData$);\n\n } else {\n source.getOntologyTermOccurences().pipe(take(1)).subscribe(ontologyTermsFullData$);\n source.getCellTypeTermOccurences().pipe(take(1)).subscribe(cellTypeTermsFullData$);\n source.getBiomarkerTermOccurences().pipe(take(1)).subscribe(biomarkerTermsFullData$);\n\n }\n this.source.getOntologyTreeModel().pipe(take(1)).subscribe((model) => this.updateAnatomicalStructuresTreeModel(model));\n this.source.getCellTypeTreeModel().pipe(take(1)).subscribe((model) => this.updateCellTypesTreeModel(model));\n this.source.getBiomarkerTreeModel().pipe(take(1)).subscribe((model) => this.updateBiomarkersTreeModel(model));\n this.warmUpDatabase();\n }\n\n private warmUpDatabase(): void {\n defer(() => this.source.getDatabaseStatus()).pipe(\n tap((status) => this.updateStatus(status)),\n delay(2000),\n take(1)\n ).pipe(\n repeat(1000),\n takeWhile((status) => status.status === 'Loading')\n ).subscribe();\n\n this.databaseReady$.pipe(take(1), tap(() => {\n this.updateStatus({\n status: 'Ready',\n message: 'Loading HRA Exploration User Interface (EUI)'\n });\n })).subscribe();\n }\n\n @DataAction()\n updateAnatomicalStructuresTreeModel(@Payload('treeModel') model: OntologyTreeModel): void {\n this.ctx.patchState({\n anatomicalStructuresTreeModel: model\n });\n }\n\n @DataAction()\n updateCellTypesTreeModel(@Payload('treeModel') model: OntologyTreeModel): void {\n this.ctx.patchState({\n cellTypesTreeModel: model\n });\n }\n\n @DataAction()\n updateBiomarkersTreeModel(@Payload('treeModel') model: OntologyTreeModel): void {\n this.ctx.patchState({\n biomarkersTreeModel: model\n });\n }\n\n @DataAction()\n updateStatus(@Payload('status') status: DatabaseStatus): void {\n this.ctx.patchState({\n status: status.status,\n statusMessage: status.message\n });\n }\n\n /**\n * Updates the current filter.\n *\n * @param filter Changes to be made to the current filter.\n */\n @DataAction()\n updateFilter(@Payload('filter') filter: Partial): void {\n this.ctx.patchState({\n // Might need to do a deep compare of current and new filter\n filter: { ...this.getState().filter, ...filter }\n });\n }\n\n @Action(UpdateFilter)\n updateFilterHandler(_ctx: unknown, { filter }: UpdateFilter): void {\n this.updateFilter(filter);\n }\n\n /**\n * Queries for tissue block data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private tissueBlockData(filter: Filter): ObservableInput {\n this._tissueBlockDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getTissueBlockResults(filter)));\n }\n\n /**\n * Queries for aggregate data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private aggregateData(filter: Filter): ObservableInput {\n this._aggregateDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getAggregateResults(filter)));\n }\n\n /**\n * Queries for ontology term occurences data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private ontologyTermOccurencesData(filter: Filter): ObservableInput> {\n this._ontologyTermOccurencesDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getOntologyTermOccurences(filter)));\n }\n\n /**\n * Queries for cell type term occurences data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private cellTypeTermOccurencesData(filter: Filter): ObservableInput> {\n this._cellTypeTermOccurencesDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getCellTypeTermOccurences(filter)));\n }\n @bind\n private biomarkerTermOccurencesData(filter: Filter): ObservableInput> {\n this._biomarkerTermOccurencesDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getBiomarkerTermOccurences(filter)));\n }\n\n /**\n * Queries for scene data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private sceneData(filter: Filter): ObservableInput {\n this._sceneDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getScene(filter)));\n }\n\n /**\n * Queries for technology filter data.\n *\n * @returns The result of the query.\n */\n @bind\n private technologyFilterData(): ObservableInput {\n this._technologyFilterQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getDatasetTechnologyNames()));\n }\n\n /**\n * Queries for provider filter data.\n *\n * @returns The result of the query.\n */\n @bind\n private providerFilterData(): ObservableInput {\n this._providerFilterQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getProviderNames()));\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/DataStateSelectors.html":{"url":"classes/DataStateSelectors.html","title":"class - DataStateSelectors","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n DataStateSelectors\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/data/data.selectors.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n Static\n anatomicalStructuresTreeModel\n \n \n \n Static\n biomarkersTreeModel\n \n \n \n Static\n cellTypesTreeModel\n \n \n \n Static\n filter\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n anatomicalStructuresTreeModel\n \n \n \n \n \n \n \n anatomicalStructuresTreeModel(state: DataStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['DataState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.selectors.ts:12\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n DataStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OntologyTreeModel\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n biomarkersTreeModel\n \n \n \n \n \n \n \n biomarkersTreeModel(state: DataStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['DataState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.selectors.ts:22\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n DataStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OntologyTreeModel\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n cellTypesTreeModel\n \n \n \n \n \n \n \n cellTypesTreeModel(state: DataStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['DataState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.selectors.ts:17\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n DataStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OntologyTreeModel\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n filter\n \n \n \n \n \n \n \n filter(state: DataStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['DataState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.selectors.ts:7\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n DataStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Filter\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Selector } from '@ngxs/store';\nimport { Filter, OntologyTreeModel } from 'ccf-database';\nimport { DataState, DataStateModel } from './data.state';\n\nexport class DataStateSelectors {\n @Selector([DataState])\n static filter(state: DataStateModel): Filter {\n return state.filter;\n }\n\n @Selector([DataState])\n static anatomicalStructuresTreeModel(state: DataStateModel): OntologyTreeModel {\n return state.anatomicalStructuresTreeModel ?? { root: '', nodes: {} };\n }\n\n @Selector([DataState])\n static cellTypesTreeModel(state: DataStateModel): OntologyTreeModel {\n return state.cellTypesTreeModel ?? { root: '', nodes: {} };\n }\n\n @Selector([DataState])\n static biomarkersTreeModel(state: DataStateModel): OntologyTreeModel {\n return state.biomarkersTreeModel ?? { root: '', nodes: {} };\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DefaultIconDefinition.html":{"url":"interfaces/DefaultIconDefinition.html","title":"interface - DefaultIconDefinition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DefaultIconDefinition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/icon-registry/default-icons.ts\n \n\n\n \n Description\n \n \n Object definition for icon that should be loaded on startup.\nUnlike runtime registration object this does not need url ot html\nto be sanitized before hand.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n html\n \n \n \n Optional\n \n name\n \n \n \n Optional\n \n namespace\n \n \n \n Optional\n \n url\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n html\n \n \n \n \n \n \n \n \n html: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Html containing the svg of the icon or icon set.\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Name to register the icon under.\n\n \n \n \n \n \n \n \n \n \n namespace\n \n \n \n \n \n \n \n \n namespace: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Namespace to register the icon or icon set under.\n\n \n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n \n \n url: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Url to fetch the icon or icon set from.\n\n \n \n \n \n \n \n\n\n \n export interface DefaultIconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: string;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: string;\n}\n\n\n/**\n * Icons registered at startup.\n */\nexport const DEFAULT_ICONS: DefaultIconDefinition[] = [\n // Reference Organs\n { name: 'bladder', namespace: 'app', url: 'assets/icons/organs/ico-organs-bladder.svg' },\n { name: 'blood', namespace: 'app', url: 'assets/icons/organs/ico-organs-blood.svg' },\n { name: 'bone-marrow', namespace: 'app', url: 'assets/icons/organs/ico-organs-bone-marrow.svg' },\n { name: 'brain', namespace: 'app', url: 'assets/icons/organs/ico-organs-brain.svg' },\n { name: 'eye', namespace: 'app', url: 'assets/icons/organs/ico-organs-eye.svg' },\n { name: 'fallopian-tube-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-left.svg' },\n { name: 'fallopian-tube-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-right.svg' },\n { name: 'heart', namespace: 'app', url: 'assets/icons/organs/ico-organs-heart.svg' },\n { name: 'kidney-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-left.svg' },\n { name: 'kidney-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-right.svg' },\n { name: 'kidney', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney.svg' },\n { name: 'knee', namespace: 'app', url: 'assets/icons/organs/ico-organs-knee.svg' },\n { name: 'large-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-large-intestine.svg' },\n { name: 'larynx', namespace: 'app', url: 'assets/icons/organs/ico-organs-larynx.svg' },\n { name: 'liver', namespace: 'app', url: 'assets/icons/organs/ico-organs-liver.svg' },\n { name: 'lung-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-left.svg' },\n { name: 'lung-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-right.svg' },\n { name: 'lung', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung.svg' },\n { name: 'lymph-nodes', namespace: 'app', url: 'assets/icons/organs/ico-organs-lymph-nodes.svg' },\n { name: 'main-bronchus', namespace: 'app', url: 'assets/icons/organs/ico-organs-extrapulmonary bronchus.svg' },\n { name: 'mammary-gland', namespace: 'app', url: 'assets/icons/organs/ico-organs-breast.svg' },\n { name: 'neuron', namespace: 'app', url: 'assets/icons/organs/ico-organs-neuron.svg' },\n { name: 'ovaries', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovaries.svg' },\n { name: 'ovary-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-left.svg' },\n { name: 'ovary-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-right.svg' },\n { name: 'palatine-tonsil', namespace: 'app', url: 'assets/icons/organs/ico-organs-palatine tonsil.svg' },\n { name: 'pancreas', namespace: 'app', url: 'assets/icons/organs/ico-organs-pancreas.svg' },\n { name: 'pelvis-f', namespace: 'app', url: 'assets/icons/organs/ico-organs-pelvis-f.svg' },\n { name: 'placenta', namespace: 'app', url: 'assets/icons/organs/ico-organs-placenta.svg' },\n { name: 'prostate', namespace: 'app', url: 'assets/icons/organs/ico-organs-prostate.svg' },\n { name: 'skin', namespace: 'app', url: 'assets/icons/organs/ico-organs-skin.svg' },\n { name: 'small-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-small intestine.svg' },\n { name: 'spinal-cord', namespace: 'app', url: 'assets/icons/organs/ico-organs-spinal-cord.svg' },\n { name: 'spleen', namespace: 'app', url: 'assets/icons/organs/ico-organs-spleen.svg' },\n { name: 'stomach', namespace: 'app', url: 'assets/icons/organs/ico-organs-stomach.svg' },\n { name: 'thymus', namespace: 'app', url: 'assets/icons/organs/ico-organs-thymus.svg' },\n { name: 'trachea', namespace: 'app', url: 'assets/icons/organs/ico-organs-trachea.svg' },\n { name: 'ureter-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-left.svg' },\n { name: 'ureter-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-right.svg' },\n { name: 'uterus', namespace: 'app', url: 'assets/icons/organs/ico-organs-uterus.svg' },\n { name: 'vasculature-thick', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thick.svg' },\n { name: 'vasculature-thin', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thin.svg' },\n\n { name: 'opacity', namespace: 'app', url: 'assets/icons/opacity-24px.svg' },\n { name: 'visibility_on', namespace: 'app', url: 'assets/icons/visibility-on-24px.svg' },\n { name: 'visibility_off', namespace: 'app', url: 'assets/icons/visibility-off-24px.svg' },\n { name: 'expand_more', namespace: 'app', url: 'assets/icons/expand_more-24px.svg' },\n { name: 'expand_less', namespace: 'app', url: 'assets/icons/expand_less-24px.svg' },\n { name: 'filter', url: 'assets/icons/filter.svg' }\n];\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DelegateDataSourceOptions.html":{"url":"interfaces/DelegateDataSourceOptions.html","title":"interface - DelegateDataSourceOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DelegateDataSourceOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n remoteApiEndpoint\n \n \n \n Optional\n \n useRemoteApi\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n remoteApiEndpoint\n \n \n \n \n \n \n \n \n remoteApiEndpoint: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n useRemoteApi\n \n \n \n \n \n \n \n \n useRemoteApi: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Injectable, ProviderToken } from '@angular/core';\nimport {\n ApiEndpointDataSourceService, CCFDatabaseDataSourceService, DataSourceLike, InjectorDelegateDataSourceService,\n} from 'ccf-shared';\n\nimport { environment } from '../../../../environments/environment';\nimport { WorkerDataSourceService } from './worker-data-source.service';\n\n\nexport interface DelegateDataSourceOptions {\n useRemoteApi?: boolean;\n remoteApiEndpoint?: string;\n}\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DelegateDataSourceService extends InjectorDelegateDataSourceService {\n protected selectToken(config: DelegateDataSourceOptions): ProviderToken {\n const { useRemoteApi, remoteApiEndpoint } = config;\n\n if (useRemoteApi && !!remoteApiEndpoint) {\n return ApiEndpointDataSourceService;\n } else if (typeof Worker !== 'undefined' && !environment.disableDbWorker) {\n return WorkerDataSourceService;\n } else {\n return CCFDatabaseDataSourceService;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/DelegateDataSourceService.html":{"url":"injectables/DelegateDataSourceService.html","title":"injectable - DelegateDataSourceService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n DelegateDataSourceService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts\n \n\n\n\n \n Extends\n \n \n InjectorDelegateDataSourceService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Protected\n selectToken\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Protected\n selectToken\n \n \n \n \n \n \n \n selectToken(config: DelegateDataSourceOptions)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts:20\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n DelegateDataSourceOptions\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ProviderToken\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable, ProviderToken } from '@angular/core';\nimport {\n ApiEndpointDataSourceService, CCFDatabaseDataSourceService, DataSourceLike, InjectorDelegateDataSourceService,\n} from 'ccf-shared';\n\nimport { environment } from '../../../../environments/environment';\nimport { WorkerDataSourceService } from './worker-data-source.service';\n\n\nexport interface DelegateDataSourceOptions {\n useRemoteApi?: boolean;\n remoteApiEndpoint?: string;\n}\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DelegateDataSourceService extends InjectorDelegateDataSourceService {\n protected selectToken(config: DelegateDataSourceOptions): ProviderToken {\n const { useRemoteApi, remoteApiEndpoint } = config;\n\n if (useRemoteApi && !!remoteApiEndpoint) {\n return ApiEndpointDataSourceService;\n } else if (typeof Worker !== 'undefined' && !environment.disableDbWorker) {\n return WorkerDataSourceService;\n } else {\n return CCFDatabaseDataSourceService;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DonorCardComponent.html":{"url":"components/DonorCardComponent.html","title":"component - DonorCardComponent","body":"\n \n\n\n\n\n\n Components\n \n DonorCardComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts\n\n\n\n \n Description\n \n \n Donor card component which displays data from a patient\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-donor-card\n \n\n\n\n \n styleUrls\n ./donor-card.component.scss\n \n\n\n\n \n templateUrl\n ./donor-card.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n hoverState\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleCheckbox\n \n \n linkHandler\n \n \n toggleExpansion\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n color\n \n \n expanded\n \n \n highlighted\n \n \n selected\n \n \n tissueBlock\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n checked\n \n \n linkClick\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:40\n \n \n\n \n \n Creates an instance of donor card component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n color\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:26\n \n \n \n \n Allows color of the checkbox background to be set from outside the component\n\n \n \n \n \n \n \n \n \n \n expanded\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:29\n \n \n \n \n Allows the expanded state of the card to be set from outside the component\n\n \n \n \n \n \n \n \n \n \n highlighted\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:31\n \n \n \n \n \n \n \n \n \n selected\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:23\n \n \n \n \n Allows the selected state to be set from outside the component\n\n \n \n \n \n \n \n \n \n \n tissueBlock\n \n \n \n \n Type : TissueBlockResult\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:20\n \n \n \n \n Tissue Block to generate the donor card from\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n checked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:34\n \n \n \n \n Emits the new checked state whenever it changes\n\n \n \n \n \n \n \n \n \n \n linkClick\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:37\n \n \n \n \n Emit the url of any link when clicked.\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-donor-card\"\n\n \n \n \n \n Default value : 'ccf-donor-card'\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:17\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleCheckbox\n \n \n \n \n \n \nhandleCheckbox()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:52\n \n \n\n\n \n \n Handles the logic that needs to run when the checkbox is clicked on.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n linkHandler\n \n \n \n \n \n \nlinkHandler(url: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:76\n \n \n\n\n \n \n Handles what happens when an info card is clicked.\nPasses up the link click event unless the card isn't selected\nIn which case it selects it for ease of use.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n the URL to emit up.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleExpansion\n \n \n \n \n \n \ntoggleExpansion()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:62\n \n \n\n\n \n \n Ensures that the expanded variable is only changed if selected first.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-donor-card'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:17\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n \n \n \n \n \n \n hoverState\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:40\n \n \n\n \n \n To keep track of which element, if any, are hovered over.\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { TissueBlockResult } from 'ccf-database';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Donor card component which displays data from a patient\n */\n@Component({\n selector: 'ccf-donor-card',\n templateUrl: './donor-card.component.html',\n styleUrls: ['./donor-card.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DonorCardComponent {\n /** HTML Class Name */\n @HostBinding('class') readonly clsName = 'ccf-donor-card';\n\n /** Tissue Block to generate the donor card from */\n @Input() tissueBlock!: TissueBlockResult;\n\n /** Allows the selected state to be set from outside the component */\n @Input() selected = false;\n\n /** Allows color of the checkbox background to be set from outside the component */\n @Input() color!: string;\n\n /** Allows the expanded state of the card to be set from outside the component */\n @Input() expanded = false;\n\n @Input() highlighted = false;\n\n /** Emits the new checked state whenever it changes */\n @Output() readonly checked = new EventEmitter();\n\n /** Emit the url of any link when clicked. */\n @Output() readonly linkClick = new EventEmitter();\n\n /** To keep track of which element, if any, are hovered over. */\n hoverState = '';\n\n /**\n * Creates an instance of donor card component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Handles the logic that needs to run when the checkbox is clicked on.\n */\n handleCheckbox(): void {\n this.selected = !this.selected;\n this.ga.event('selected_toggled', 'donor_card', this.tissueBlock.label, +this.selected);\n this.checked.emit(this.selected);\n this.expanded = false;\n }\n\n /**\n * Ensures that the expanded variable is only changed if selected first.\n */\n toggleExpansion(): void {\n if (this.selected) {\n this.expanded = !this.expanded;\n this.ga.event('expanded_toggled', 'donor_card', this.tissueBlock.label, +this.expanded);\n }\n }\n\n /**\n * Handles what happens when an info card is clicked.\n * Passes up the link click event unless the card isn't selected\n * In which case it selects it for ease of use.\n *\n * @param url the URL to emit up.\n */\n linkHandler(url: string): void {\n this.ga.event('link_clicked', 'donor_card', this.tissueBlock.label);\n if (this.selected) {\n this.linkClick.emit(url);\n } else {\n this.selected = true;\n this.checked.emit(this.selected);\n }\n }\n}\n\n \n\n \n \n \n \n \n\n \n \n person\n\n \n {{ tissueBlock.donor.label }}\n {{ tissueBlock.donor.description }}\n \n \n \n DONOR\n open_in_new\n \n\n {{ expanded ? \"expand_less\" : \"expand_more\" }}\n \n\n\n\n \n \n bubble_chart\n \n {{ tissueBlock.label }}\n {{ tissueBlock.description }}\n \n\n \n TISSUE BLOCK\n open_in_new\n \n \n\n 1\"\n [totalTissueSections]=\"tissueBlock.sectionCount\"\n [tissueSections]=\"tissueBlock.sections\"\n >\n\n 0\">\n \n \n \n \n\n \n \n bubble_chart\n \n {{ section.label }}\n {{ section.description }}\n \n\n \n TISSUE SECTION\n open_in_new\n \n \n\n 0\">\n \n \n \n \n\n\n \n\n \n \n ./donor-card.component.scss\n \n :host {\n width: 100%;\n\n .main-container {\n display: flex;\n min-height: 3rem;\n width: 100%;\n align-items: center;\n padding-left: 0.5rem;\n }\n\n .checkbox-background {\n height: 2rem;\n width: 2rem;\n border-radius: 50%;\n margin-right: 0.5rem;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n\n &.highlighted {\n ::ng-deep .mdc-checkbox__ripple {\n opacity: .04;\n }\n }\n }\n\n .align-end {\n margin-left: auto;\n }\n\n .info-block {\n display: flex;\n font-size: 0.75rem;\n line-height: 1rem;\n width: 100%;\n align-items: center;\n\n &:not(:first-child) {\n margin-top: 0.5rem;\n }\n\n .text-content {\n .title {\n font-weight: 600;\n }\n }\n }\n\n .donor {\n display: flex;\n font-size: 0.75rem;\n line-height: 1rem;\n align-items: center;\n flex-grow: 1;\n height: 2.5rem;\n\n &:hover, &.highlighted {\n box-shadow: 0px 6px 2px -2px rgba(0, 0, 0, 0.2), 0px 4px 4px 0px rgba(0, 0, 0, 0.14), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);\n }\n\n .hover-state {\n width: 19.5rem !important;\n }\n\n .donor-info {\n .title {\n font-weight: 600;\n }\n }\n }\n\n .hoverable {\n position: relative;\n }\n\n .hover-enabled {\n position: relative;\n\n &:hover {\n .hover-state {\n opacity: 1;\n }\n }\n }\n\n .hover-state {\n transition: opacity 0.15s ease-in-out;\n opacity: 0;\n cursor: pointer;\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n margin-left: -0.5rem;\n align-items: center;\n display: flex;\n justify-content: flex-end;\n padding-right: 1rem;\n font-size: 0.75rem;\n\n .hover-title {\n font-weight: lighter;\n }\n\n .hover-icon {\n margin-left: 1rem;\n }\n }\n\n .default-padding {\n padding: 0.5rem;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n }\n\n .expanded-view {\n margin-top: 0.25rem;\n width: 85%;\n margin-bottom: 0.25rem;\n }\n\n .d-flex {\n display: flex;\n align-items: center;\n }\n\n .icon-size {\n height: 1.5rem;\n width: 1.5rem;\n font-size: 1.5rem;\n }\n\n .selectable {\n cursor: pointer;\n }\n\n .w-80 {\n width: 80% !important;\n\n .info-block {\n .text-content {\n .description {\n width: 16rem !important;\n }\n }\n }\n }\n\n .ml-5 {\n margin-left: 0.5rem;\n }\n\n .mr-5 {\n margin-right: 0.5rem;\n }\n\n .mt-05 {\n margin-top: 0.5rem;\n }\n\n .description {\n width: 17rem;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' person {{ tissueBlock.donor.label }} {{ tissueBlock.donor.description }} DONOR open_in_new {{ expanded ? \"expand_less\" : \"expand_more\" }} bubble_chart {{ tissueBlock.label }} {{ tissueBlock.description }} TISSUE BLOCK open_in_new 1\" [totalTissueSections]=\"tissueBlock.sectionCount\" [tissueSections]=\"tissueBlock.sections\" > 0\"> bubble_chart {{ section.label }} {{ section.description }} TISSUE SECTION open_in_new 0\"> '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'DonorCardComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DonorCardModule.html":{"url":"modules/DonorCardModule.html","title":"module - DonorCardModule","body":"\n \n\n\n\n\n Modules\n DonorCardModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DonorCardModule\n\n\n\ncluster_DonorCardModule_declarations\n\n\n\ncluster_DonorCardModule_exports\n\n\n\ncluster_DonorCardModule_imports\n\n\n\n\nDonorCardComponent\n\nDonorCardComponent\n\n\n\nDonorCardModule\n\nDonorCardModule\n\nDonorCardModule -->\n\nDonorCardComponent->DonorCardModule\n\n\n\n\n\nDonorCardComponent \n\nDonorCardComponent \n\nDonorCardComponent -->\n\nDonorCardModule->DonorCardComponent \n\n\n\n\n\nThumbnailCarouselModule\n\nThumbnailCarouselModule\n\nDonorCardModule -->\n\nThumbnailCarouselModule->DonorCardModule\n\n\n\n\n\nTissueSectionVisModule\n\nTissueSectionVisModule\n\nDonorCardModule -->\n\nTissueSectionVisModule->DonorCardModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n DonorCardComponent\n \n \n \n \n Imports\n \n \n ThumbnailCarouselModule\n \n \n TissueSectionVisModule\n \n \n \n \n Exports\n \n \n DonorCardComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatIconModule } from '@angular/material/icon';\n\nimport { ThumbnailCarouselModule } from '../../../shared/components/thumbnail-carousel/thumbnail-carousel.module';\nimport { DonorCardComponent } from './donor-card.component';\nimport { TissueSectionVisModule } from './../tissue-section-vis/tissue-section-vis.module';\n\n\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatCheckboxModule,\n MatIconModule,\n\n ThumbnailCarouselModule,\n TissueSectionVisModule\n ],\n declarations: [DonorCardComponent],\n exports: [DonorCardComponent]\n})\nexport class DonorCardModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerContainersChanged.html":{"url":"interfaces/DrawerContainersChanged.html","title":"interface - DrawerContainersChanged","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerContainersChanged\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when a drawer component changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n drawers\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n drawers\n \n \n \n \n \n \n \n \n drawers: [, ]\n\n \n \n\n\n \n \n Type : [, ]\n\n \n \n\n\n\n\n\n \n \n References to the drawer components. Can contain undefined values.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerInitialized.html":{"url":"interfaces/DrawerInitialized.html","title":"interface - DrawerInitialized","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerInitialized\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when a drawer has finished initializing.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DrawerModule.html":{"url":"modules/DrawerModule.html","title":"module - DrawerModule","body":"\n \n\n\n\n\n Modules\n DrawerModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DrawerModule\n\n\n\ncluster_DrawerModule_declarations\n\n\n\ncluster_DrawerModule_exports\n\n\n\n\nContainerComponent\n\nContainerComponent\n\n\n\nDrawerModule\n\nDrawerModule\n\nDrawerModule -->\n\nContainerComponent->DrawerModule\n\n\n\n\n\nContentComponent\n\nContentComponent\n\nDrawerModule -->\n\nContentComponent->DrawerModule\n\n\n\n\n\nDrawerComponent\n\nDrawerComponent\n\nDrawerModule -->\n\nDrawerComponent->DrawerModule\n\n\n\n\n\nToggleButtonComponent\n\nToggleButtonComponent\n\nDrawerModule -->\n\nToggleButtonComponent->DrawerModule\n\n\n\n\n\nContainerComponent \n\nContainerComponent \n\nContainerComponent -->\n\nDrawerModule->ContainerComponent \n\n\n\n\n\nContentComponent \n\nContentComponent \n\nContentComponent -->\n\nDrawerModule->ContentComponent \n\n\n\n\n\nDrawerComponent \n\nDrawerComponent \n\nDrawerComponent -->\n\nDrawerModule->DrawerComponent \n\n\n\n\n\nToggleButtonComponent \n\nToggleButtonComponent \n\nToggleButtonComponent -->\n\nDrawerModule->ToggleButtonComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ContainerComponent\n \n \n ContentComponent\n \n \n DrawerComponent\n \n \n ToggleButtonComponent\n \n \n \n \n Exports\n \n \n ContainerComponent\n \n \n ContentComponent\n \n \n DrawerComponent\n \n \n ToggleButtonComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n\nimport { MESSAGE_SERVICE_CONFIG, MESSAGE_SERVICE_DEFAULT_CONFIG } from '../../services/message/message.service';\nimport { ContainerComponent } from './container/container.component';\nimport { ContentComponent } from './content/content.component';\nimport { DrawerComponent } from './drawer/drawer.component';\nimport { ToggleButtonComponent } from './toggle-button/toggle-button.component';\n\n\n@NgModule({\n imports: [BrowserModule, BrowserAnimationsModule, MatIconModule],\n providers: [{\n provide: MESSAGE_SERVICE_CONFIG, useValue: MESSAGE_SERVICE_DEFAULT_CONFIG\n }],\n declarations: [ContainerComponent, ContentComponent, DrawerComponent, ToggleButtonComponent],\n exports: [ContainerComponent, ContentComponent, DrawerComponent, ToggleButtonComponent]\n})\nexport class DrawerModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerToggled.html":{"url":"interfaces/DrawerToggled.html","title":"interface - DrawerToggled","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerToggled\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message send when the state of a drawer changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n expanded\n \n \n \n \n margin\n \n \n \n \n opened\n \n \n \n \n type\n \n \n \n \n width\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n expanded\n \n \n \n \n \n \n \n \n expanded: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the drawer is expanded. Implies opened.\n\n \n \n \n \n \n \n \n \n \n margin\n \n \n \n \n \n \n \n \n margin: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Margin used by the drawer for toggle button, etc.\n\n \n \n \n \n \n \n \n \n \n opened\n \n \n \n \n \n \n \n \n opened: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the drawer is open.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n \n \n \n width\n \n \n \n \n \n \n \n \n width: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Width of the drawer.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DropdownComponent.html":{"url":"components/DropdownComponent.html","title":"component - DropdownComponent","body":"\n \n\n\n\n\n\n Components\n \n DropdownComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts\n\n\n\n \n Description\n \n \n Component for a dropdown menu.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-dropdown\n \n\n\n\n \n styleUrls\n ./dropdown.component.scss\n \n\n\n\n \n templateUrl\n ./dropdown.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n optionsVisible\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n selectionChanged\n \n \n toggleOptions\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n label\n \n \n options\n \n \n selection\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selectionChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:38\n \n \n\n \n \n Creates an instance of dropdown component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n label\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:18\n \n \n \n \n What the component is selecting for.\n\n \n \n \n \n \n \n \n \n \n options\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:23\n \n \n \n \n Choices displayed in the dropdown menu.\n\n \n \n \n \n \n \n \n \n \n selection\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:28\n \n \n \n \n Current option selected.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selectionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:33\n \n \n \n \n Emits the new selected option when selection is changed.\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n selectionChanged\n \n \n \n \n \n \nselectionChanged(value: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:59\n \n \n\n\n \n \n Updates the selected value.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n The value that has been selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleOptions\n \n \n \n \n \n \ntoggleOptions()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:50\n \n \n\n\n \n \n Controls fade-in effect after dropdown menu opens\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n optionsVisible\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'invisible'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:38\n \n \n\n \n \n Determines if menu contents are visible (used for fade-in effect).\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Component for a dropdown menu.\n */\n@Component({\n selector: 'ccf-dropdown',\n templateUrl: './dropdown.component.html',\n styleUrls: ['./dropdown.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DropdownComponent {\n\n /**\n * What the component is selecting for.\n */\n @Input() label: string;\n\n /**\n * Choices displayed in the dropdown menu.\n */\n @Input() options: string[];\n\n /**\n * Current option selected.\n */\n @Input() selection: string;\n\n /**\n * Emits the new selected option when selection is changed.\n */\n @Output() readonly selectionChange = new EventEmitter();\n\n /**\n * Determines if menu contents are visible (used for fade-in effect).\n */\n optionsVisible = 'invisible';\n\n /**\n * Creates an instance of dropdown component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Controls fade-in effect after dropdown menu opens\n */\n toggleOptions(): void {\n this.optionsVisible = this.optionsVisible === 'visible' ? 'invisible' : 'visible';\n }\n\n /**\n * Updates the selected value.\n *\n * @param value The value that has been selected\n */\n selectionChanged(value: string): void {\n this.selection = value;\n this.ga.event('selection_change', 'dropdown', `${this.label}:${value}`);\n this.selectionChange.emit(value);\n }\n}\n\n \n\n \n \n \n \n {{ label }}\n \n \n \n \n {{ option }}\n \n \n \n \n\n\n \n\n \n \n ./dropdown.component.scss\n \n @keyframes slideInHorizontalDropdown {\n from {\n width: 0;\n }\n to {\n width: 9.85rem;\n }\n}\n\n@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n\n.dropdown-form-field {\n width: 100%;\n height: 3rem;\n\n ::ng-deep .mat-mdc-text-field-wrapper {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n\n .mat-mdc-form-field-flex {\n .mat-mdc-form-field-infix {\n font-size: 0.875rem;\n border: none;\n\n .label {\n height: 19.25px;\n }\n\n mat-select {\n font-size: 1rem;\n font-weight: bold;\n\n .mat-mdc-select-arrow-wrapper {\n position: relative;\n bottom: 0.25rem;\n right: 0.25rem;\n }\n }\n }\n }\n\n .mdc-line-ripple::before {\n border-bottom-width: 2px;\n }\n }\n}\n\n.visible {\n animation: fadeIn 0.3s;\n transition-delay: .275s;\n animation-delay: .275s;\n}\n\n.invisible {\n opacity: 0;\n}\n\n::ng-deep .option-panel {\n animation: slideInHorizontalDropdown .3s;\n animation-fill-mode: forwards;\n flex-grow: 1;\n padding: 0 !important;\n\n mat-option {\n border-bottom-width: 1px;\n border-bottom-style: solid;\n padding-left: 1em;\n font-size: 16px;\n }\n\n :last-child {\n border-bottom: none;\n }\n}\n\n::ng-deep .cdk-overlay-pane {\n min-width: 0rem !important;\n}\n\n::ng-deep .ccf-dropdown {\n .mat-select-arrow-wrapper {\n transform: translatey(-.5em);\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ label }} {{ option }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'DropdownComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DropdownModule.html":{"url":"modules/DropdownModule.html","title":"module - DropdownModule","body":"\n \n\n\n\n\n Modules\n DropdownModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DropdownModule\n\n\n\ncluster_DropdownModule_exports\n\n\n\ncluster_DropdownModule_declarations\n\n\n\n\nDropdownComponent\n\nDropdownComponent\n\n\n\nDropdownModule\n\nDropdownModule\n\nDropdownModule -->\n\nDropdownComponent->DropdownModule\n\n\n\n\n\nDropdownComponent \n\nDropdownComponent \n\nDropdownComponent -->\n\nDropdownModule->DropdownComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/dropdown/dropdown.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n DropdownComponent\n \n \n \n \n Exports\n \n \n DropdownComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\n\nimport { DropdownComponent } from './dropdown.component';\n\n\n@NgModule({\n imports: [CommonModule, MatFormFieldModule, MatSelectModule],\n declarations: [DropdownComponent],\n exports: [DropdownComponent]\n})\n\nexport class DropdownModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DualSliderComponent.html":{"url":"components/DualSliderComponent.html","title":"component - DualSliderComponent","body":"\n \n\n\n\n\n\n Components\n \n DualSliderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts\n\n\n\n \n Description\n \n \n Component containing a button that when clicked will show a slider popover.\n\n \n\n\n \n Implements\n \n \n OnDestroy\n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-dual-slider\n \n\n\n\n \n styleUrls\n ./dual-slider.component.scss\n \n\n\n\n \n templateUrl\n ./dual-slider.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n contentsVisible\n \n \n highValue\n \n \n Private\n isSliderInitialized\n \n \n isSliderOpen\n \n \n lowValue\n \n \n options\n \n \n Private\n overlayRef\n \n \n \n popoverElement\n \n \n \n popoverPortal\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n \n closeSliderPopover\n \n \n Private\n initializeSliderPopover\n \n \n ngOnChanges\n \n \n ngOnDestroy\n \n \n onKeyHigh\n \n \n onKeyLow\n \n \n optionsChanged\n \n \n sliderValueChanged\n \n \n toggleSliderPopover\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n label\n \n \n selection\n \n \n valueRange\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selectionChange\n \n \n \n \n\n\n \n \n HostListeners\n \n \n \n \n \n \n document:click\n \n \n document:touchstart\n \n \n \n \n\n \n \n Accessors\n \n \n \n \n \n \n rangeLabel\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(overlay: Overlay, element: ElementRef, ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:97\n \n \n\n \n \n Creates an instance of dual slider component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n overlay\n \n \n Overlay\n \n \n \n No\n \n \n \n The overlay service used to create the slider popover.\n\n \n \n \n element\n \n \n ElementRef\n \n \n \n No\n \n \n \n A reference to the component's element. Used during event handling.\n\n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n label\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:36\n \n \n \n \n Which criteria the slider is selecting for.\n\n \n \n \n \n \n \n \n \n \n selection\n \n \n \n \n Type : number[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:46\n \n \n \n \n The current range selected.\n\n \n \n \n \n \n \n \n \n \n valueRange\n \n \n \n \n Type : number[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:41\n \n \n \n \n The lower and upper range of the slider.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selectionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:51\n \n \n \n \n Emits the new selection range when a change is made to it.\n\n \n \n \n \n\n\n \n HostListeners \n \n \n \n \n \n document:click\n \n \n \n \n \n \n Arguments : '$event.target' \n \n \n \n \ndocument:click(target: HTMLElement)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:167\n \n \n\n\n \n \n Listens to document click, mouse movement, and touch event.\nCloses the slider popover when such an event occurs outside the button or popover.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The element on which the event was fired.\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n document:touchstart\n \n \n \n \n \n \n Arguments : '$event.target' \n \n \n \n \ndocument:touchstart(target: HTMLElement)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:167\n \n \n\n\n \n \n Listens to document click, mouse movement, and touch event.\nCloses the slider popover when such an event occurs outside the button or popover.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The element on which the event was fired.\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n \n closeSliderPopover\n \n \n \n \n \n \n \n closeSliderPopover(target: HTMLElement)\n \n \n\n \n \n Decorators : \n \n @HostListener('document:click', ['$event.target'])@HostListener('document:touchstart', ['$event.target'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:167\n \n \n\n\n \n \n Listens to document click, mouse movement, and touch event.\nCloses the slider popover when such an event occurs outside the button or popover.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n target\n \n HTMLElement\n \n\n \n No\n \n\n\n \n The element on which the event was fired.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n initializeSliderPopover\n \n \n \n \n \n \n \n initializeSliderPopover()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:214\n \n \n\n\n \n \n Creates and initializes the slider popover.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:124\n \n \n\n\n \n \n Updates slider options (with optionsChanged) and selection when changes detected.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n Changes that have been made to the slider properties.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:154\n \n \n\n\n \n \n Angular's OnDestroy hook.\nCleans up the overlay.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n onKeyHigh\n \n \n \n \n \n \nonKeyHigh(event: KeyboardEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:245\n \n \n\n\n \n \n Updates the slider's high pointer value when Enter key is pressed.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n KeyboardEvent\n \n\n \n No\n \n\n\n \n Event passed into the component\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onKeyLow\n \n \n \n \n \n \nonKeyLow(event: KeyboardEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:228\n \n \n\n\n \n \n Updates the slider's low pointer value when Enter key is pressed.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n KeyboardEvent\n \n\n \n No\n \n\n\n \n Event passed into the component\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n optionsChanged\n \n \n \n \n \n \noptionsChanged()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:138\n \n \n\n\n \n \n Updates the slider options, and the slider values if necessary.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n sliderValueChanged\n \n \n \n \n \n \nsliderValueChanged()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:203\n \n \n\n\n \n \n Handler for updates to the slider values.\nEmits the updated selection value array.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n toggleSliderPopover\n \n \n \n \n \n \ntoggleSliderPopover()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:186\n \n \n\n\n \n \n Toggles the visibility of the slider popover.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n contentsVisible\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'invisible'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:76\n \n \n\n \n \n Determines if slider contents are visible (used for fade-in effect).\n\n \n \n\n \n \n \n \n \n \n \n \n highValue\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:71\n \n \n\n \n \n Value bound to the slider's high pointer value.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n isSliderInitialized\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:97\n \n \n\n \n \n Determines whether slider popover has been created and initialized.\n\n \n \n\n \n \n \n \n \n \n \n \n isSliderOpen\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:56\n \n \n\n \n \n Determines whether slider popover is shown.\n\n \n \n\n \n \n \n \n \n \n \n \n lowValue\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:66\n \n \n\n \n \n Value bound to the slider's low pointer value.\n\n \n \n\n \n \n \n \n \n \n \n \n options\n \n \n \n \n \n \n Type : Options\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:61\n \n \n\n \n \n Slider options.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n overlayRef\n \n \n \n \n \n \n Type : OverlayRef\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:92\n \n \n\n \n \n Reference to the slider popover overlay.\n\n \n \n\n \n \n \n \n \n \n \n \n \n popoverElement\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('popover', {read: ElementRef, static: false})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:31\n \n \n\n \n \n Reference to the popover element.\nThis is undefined until the slider popover is initialized.\n\n \n \n\n \n \n \n \n \n \n \n \n \n popoverPortal\n \n \n \n \n \n \n Type : CdkPortal\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(CdkPortal, {static: true})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:25\n \n \n\n \n \n Reference to the template for the slider popover.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n rangeLabel\n \n \n\n \n \n getrangeLabel()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:81\n \n \n \n \n Computes the current age range for display in the button.\n\n\n \n Returns : string\n\n \n \n \n\n \n \n\n\n\n\n \n import { ConnectedPosition, Overlay, OverlayRef } from '@angular/cdk/overlay';\nimport { CdkPortal } from '@angular/cdk/portal';\nimport {\n ChangeDetectionStrategy,\n Component, ElementRef, EventEmitter, HostListener, Input, OnChanges, OnDestroy, Output, SimpleChanges, ViewChild,\n} from '@angular/core';\nimport { Options } from '@angular-slider/ngx-slider';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Component containing a button that when clicked will show a slider popover.\n */\n@Component({\n selector: 'ccf-dual-slider',\n templateUrl: './dual-slider.component.html',\n styleUrls: ['./dual-slider.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DualSliderComponent implements OnDestroy, OnChanges {\n /**\n * Reference to the template for the slider popover.\n */\n @ViewChild(CdkPortal, { static: true }) popoverPortal: CdkPortal;\n\n /**\n * Reference to the popover element.\n * This is undefined until the slider popover is initialized.\n */\n @ViewChild('popover', { read: ElementRef, static: false }) popoverElement: ElementRef;\n\n /**\n * Which criteria the slider is selecting for.\n */\n @Input() label: string;\n\n /**\n * The lower and upper range of the slider.\n */\n @Input() valueRange: number[];\n\n /**\n * The current range selected.\n */\n @Input() selection: number[];\n\n /**\n * Emits the new selection range when a change is made to it.\n */\n @Output() readonly selectionChange = new EventEmitter();\n\n /**\n * Determines whether slider popover is shown.\n */\n isSliderOpen = false;\n\n /**\n * Slider options.\n */\n options: Options;\n\n /**\n * Value bound to the slider's low pointer value.\n */\n lowValue: number;\n\n /**\n * Value bound to the slider's high pointer value.\n */\n highValue: number;\n\n /**\n * Determines if slider contents are visible (used for fade-in effect).\n */\n contentsVisible = 'invisible';\n\n /**\n * Computes the current age range for display in the button.\n */\n get rangeLabel(): string {\n const { lowValue, highValue } = this;\n if (lowValue === highValue) {\n return `${lowValue}`;\n }\n return `${lowValue}-${highValue}`;\n }\n\n /**\n * Reference to the slider popover overlay.\n */\n private overlayRef: OverlayRef;\n\n /**\n * Determines whether slider popover has been created and initialized.\n */\n private isSliderInitialized = false;\n\n /**\n * Creates an instance of dual slider component.\n *\n * @param overlay The overlay service used to create the slider popover.\n * @param element A reference to the component's element. Used during event handling.\n * @param ga Analytics service\n */\n constructor(\n overlay: Overlay,\n private element: ElementRef,\n private readonly ga: GoogleAnalyticsService\n ) {\n const position: ConnectedPosition = { originX: 'start', originY: 'bottom', overlayX: 'start', overlayY: 'top' };\n const positionStrategy = overlay.position().flexibleConnectedTo(element).withPositions([position]);\n this.overlayRef = overlay.create({\n panelClass: 'slider-pane',\n positionStrategy\n });\n }\n\n /**\n * Updates slider options (with optionsChanged) and selection when changes detected.\n *\n * @param changes Changes that have been made to the slider properties.\n */\n ngOnChanges(changes: SimpleChanges): void {\n if (changes.valueRange) {\n this.optionsChanged();\n }\n if (changes.selection) {\n // Detect when selection is changed and update low/high value.\n this.lowValue = Math.min(...this.selection);\n this.highValue = Math.max(...this.selection);\n }\n }\n\n /**\n * Updates the slider options, and the slider values if necessary.\n */\n optionsChanged(): void {\n this.options = {\n floor: this.valueRange ? this.valueRange[0] : 0,\n ceil: this.valueRange ? this.valueRange[1] : 0,\n step: 1,\n hideLimitLabels: true,\n hidePointerLabels: true\n };\n this.lowValue = this.options.floor ?? 0;\n this.highValue = this.options.ceil ?? 0;\n }\n\n /**\n * Angular's OnDestroy hook.\n * Cleans up the overlay.\n */\n ngOnDestroy(): void {\n this.overlayRef.dispose();\n }\n\n /**\n * Listens to document click, mouse movement, and touch event.\n * Closes the slider popover when such an event occurs outside the button or popover.\n *\n * @param target The element on which the event was fired.\n */\n @HostListener('document:click', ['$event.target']) // eslint-disable-line\n // eslint-disable-line\n @HostListener('document:touchstart', ['$event.target']) // eslint-disable-line\n closeSliderPopover(target: HTMLElement): void {\n const { element, isSliderOpen, popoverElement } = this;\n if (!isSliderOpen) {\n return;\n } else if (element.nativeElement.contains(target)) {\n return;\n } else if (popoverElement?.nativeElement?.contains?.(target)) {\n return;\n }\n\n this.overlayRef.detach();\n this.isSliderInitialized = false;\n this.isSliderOpen = false;\n this.contentsVisible = 'invisible';\n }\n\n /**\n * Toggles the visibility of the slider popover.\n */\n toggleSliderPopover(): void {\n const { isSliderOpen, isSliderInitialized } = this;\n if (isSliderInitialized) {\n this.overlayRef.detach();\n this.isSliderInitialized = false;\n } else if (!isSliderInitialized && !isSliderOpen) {\n this.initializeSliderPopover();\n }\n\n this.contentsVisible = this.contentsVisible === 'visible' ? 'invisible' : 'visible';\n this.isSliderOpen = !isSliderOpen;\n }\n\n /**\n * Handler for updates to the slider values.\n * Emits the updated selection value array.\n */\n sliderValueChanged(): void {\n const { lowValue, highValue } = this;\n\n this.selection = [lowValue, highValue];\n this.ga.event('slider_range_change', 'dual_slider', `${this.label}:${lowValue}:${highValue}`);\n this.selectionChange.emit(this.selection);\n }\n\n /**\n * Creates and initializes the slider popover.\n */\n private initializeSliderPopover(): void {\n const { overlayRef, popoverPortal } = this;\n\n overlayRef.attach(popoverPortal);\n overlayRef.updatePosition();\n\n this.isSliderInitialized = true;\n }\n\n /**\n * Updates the slider's low pointer value when Enter key is pressed.\n *\n * @param event Event passed into the component\n */\n onKeyLow(event: KeyboardEvent): void {\n const newValue = Number((event.target as HTMLInputElement).value);\n if (event.key === 'Enter') {\n if (newValue >= Number(this.options.floor) && newValue = Number(this.options.floor) && newValue \n \n\n \n \n \n \n \n {{ options.floor }}> \n \n \n\n \n \n\n \n {{ options.ceil }} \n \n \n \n\n \n \n {{ label }}\n {{ rangeLabel }}\n \n \n \n \n\n\n \n\n \n \n ./dual-slider.component.scss\n \n @use 'sass:math';\n\n.slider-form-field {\n width: 100%;\n height: 3rem;\n\n ::ng-deep .mat-mdc-text-field-wrapper {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n height: calc(3rem - 1px);\n\n .mat-mdc-form-field-flex {\n .mat-mdc-form-field-infix {\n font-size: 0.875rem;\n border: none;\n\n .slider-labels {\n height: 19.25px;\n display: flex;\n flex-direction: column;\n\n .name-label {\n height: 100%;\n }\n\n .range-label {\n font-weight: bold;\n }\n }\n\n mat-select {\n font-size: 1rem;\n font-weight: bold;\n\n .mat-mdc-select-arrow-wrapper {\n position: relative;\n bottom: 0.25rem;\n right: 0.25rem;\n }\n }\n }\n }\n\n .mdc-line-ripple::before {\n border-bottom-width: 2px;\n }\n }\n}\n\n::ng-deep .ccf-slider.wrapper {\n .mat-select-arrow-wrapper {\n transform: translatey(-1.5em);\n }\n}\n\n// Styles for the popover slider\n// NOTE: This must NOT be nested inside the wrapper/container!\n\n@keyframes slideInHorizontalSlider {\n from {\n width: 0;\n }\n to {\n width: 20em;\n }\n}\n\n@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n\n.visible {\n animation: fadeIn 0.3s;\n transition-delay: .275s;\n animation-delay: .275s;\n}\n\n.invisible {\n opacity: 0;\n}\n\n::ng-deep .slider-pane {\n position: absolute !important;\n top: -1px;\n}\n\n.ccf-slider.detached {\n animation: slideInHorizontalSlider 0.3s;\n animation-fill-mode: forwards;\n box-shadow: 0.2rem 0.2rem 1rem 0rem #0000003e;\n\n display: flex;\n justify-content: center;\n align-items: center;\n width: 0rem;\n height: 4.375rem;\n padding: .75rem; // NOTE: Use padding instead of margin!\n\n .slider ::ng-deep {\n visibility: hidden;\n margin-top: 0.9375rem;\n margin-bottom: 0.9375rem;\n .ngx-slider-bar {\n opacity: .2;\n height: .15rem;\n }\n\n .ngx-slider-selection {\n opacity: 1;\n }\n\n .ngx-slider-pointer {\n $pointer-size: 1rem;\n\n width: $pointer-size;\n height: $pointer-size;\n top: 0.095rem - math.div($pointer-size, 2);\n\n &:after {\n display: none;\n }\n }\n }\n\n .label {\n display: flex;\n flex-direction: column;\n width: 2rem;\n\n &.min {\n margin-right: 1rem;\n }\n\n &.max {\n margin-left: 1rem;\n align-items: flex-end;\n\n .ceil, input {\n text-align: right;\n }\n }\n\n .floor, .ceil {\n font-size: 0.875rem;\n }\n\n input {\n border: none;\n width: 1.75rem;\n font-size: 1rem;\n font-weight: bold;\n padding: 0;\n }\n\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ options.floor }}> {{ options.ceil }} {{ label }} {{ rangeLabel }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'DualSliderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DualSliderModule.html":{"url":"modules/DualSliderModule.html","title":"module - DualSliderModule","body":"\n \n\n\n\n\n Modules\n DualSliderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DualSliderModule\n\n\n\ncluster_DualSliderModule_exports\n\n\n\ncluster_DualSliderModule_declarations\n\n\n\n\nDualSliderComponent\n\nDualSliderComponent\n\n\n\nDualSliderModule\n\nDualSliderModule\n\nDualSliderModule -->\n\nDualSliderComponent->DualSliderModule\n\n\n\n\n\nDualSliderComponent \n\nDualSliderComponent \n\nDualSliderComponent -->\n\nDualSliderModule->DualSliderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n DualSliderComponent\n \n \n \n \n Exports\n \n \n DualSliderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { OverlayModule } from '@angular/cdk/overlay';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\nimport { NgxSliderModule } from 'ngx-slider-v2';\n\nimport { DualSliderComponent } from './dual-slider.component';\n\n@NgModule({\n imports: [\n CommonModule,\n OverlayModule,\n PortalModule,\n NgxSliderModule,\n MatFormFieldModule,\n MatSelectModule\n ],\n declarations: [DualSliderComponent],\n exports: [DualSliderComponent]\n})\nexport class DualSliderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FiltersContentComponent.html":{"url":"components/FiltersContentComponent.html","title":"component - FiltersContentComponent","body":"\n \n\n\n\n\n\n Components\n \n FiltersContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts\n\n\n\n \n Description\n \n \n Contains components of the filters popup and handles changes in filter settings\n\n \n\n\n \n Implements\n \n \n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-filters-content\n \n\n\n\n \n styleUrls\n ./filters-content.component.scss\n \n\n\n\n \n templateUrl\n ./filters-content.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n applyButtonClick\n \n \n ngOnChanges\n \n \n refreshFilters\n \n \n updateFilter\n \n \n updateSearchSelection\n \n \n updateSexFromSelection\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n filters\n \n \n hidden\n \n \n providerFilters\n \n \n spatialSearchFilters\n \n \n technologyFilters\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n applyFilters\n \n \n filtersChange\n \n \n spatialSearchRemoved\n \n \n spatialSearchSelected\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:63\n \n \n\n \n \n Creates an instance of filters content component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n filters\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:28\n \n \n \n \n Allows the filters to be set from outside the component\n\n \n \n \n \n \n \n \n \n \n hidden\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:23\n \n \n \n \n Determines if the filters are visible\n\n \n \n \n \n \n \n \n \n \n providerFilters\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:38\n \n \n \n \n List of providers in the data\n\n \n \n \n \n \n \n \n \n \n spatialSearchFilters\n \n \n \n \n Type : SpatialSearchFilterItem[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:43\n \n \n \n \n List of spatial searches\n\n \n \n \n \n \n \n \n \n \n technologyFilters\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:33\n \n \n \n \n List of technologies in the data\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n applyFilters\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:63\n \n \n \n \n Emits the filters to be applied\n\n \n \n \n \n \n \n \n \n \n filtersChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:48\n \n \n \n \n Emits the filter change when they happen\n\n \n \n \n \n \n \n \n \n \n spatialSearchRemoved\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:58\n \n \n \n \n Emits when a spatial search is removed/deleted\n\n \n \n \n \n \n \n \n \n \n spatialSearchSelected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:53\n \n \n \n \n Emits when a spatial search is selected/deselected\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n applyButtonClick\n \n \n \n \n \n \napplyButtonClick()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:96\n \n \n\n\n \n \n Emits the current filters when the apply button is clicked\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:75\n \n \n\n\n \n \n Handle input changes\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n refreshFilters\n \n \n \n \n \n \nrefreshFilters()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:105\n \n \n\n\n \n \n Refreshes all filter settings\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateFilter\n \n \n \n \n \n \nupdateFilter(value, key: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:87\n \n \n\n\n \n \n Updates the filter object with a new key/value\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n \n\n \n No\n \n\n\n \n The value to be saved for the filter\n\n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n The key for the filter to be saved at\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSearchSelection\n \n \n \n \n \n \nupdateSearchSelection(items: SpatialSearchFilterItem[])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:117\n \n \n\n\n \n \n Emits events for updated searches\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n items\n \n SpatialSearchFilterItem[]\n \n\n \n No\n \n\n\n \n New set of selected items\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSexFromSelection\n \n \n \n \n \n \nupdateSexFromSelection(items: SpatialSearchFilterItem[])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:128\n \n \n\n\n \n \n Updates sex to Both if there is a mismatch between the current selection and the sex\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n SpatialSearchFilterItem[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnChanges, Output, SimpleChanges } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { DEFAULT_FILTER } from '../../../core/store/data/data.state';\nimport { SpatialSearchFilterItem } from '../../../core/store/spatial-search-filter/spatial-search-filter.state';\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\n\n\n/**\n * Contains components of the filters popup and handles changes in filter settings\n */\n@Component({\n selector: 'ccf-filters-content',\n templateUrl: './filters-content.component.html',\n styleUrls: ['./filters-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class FiltersContentComponent implements OnChanges {\n\n /**\n * Determines if the filters are visible\n */\n @Input() hidden: boolean;\n\n /**\n * Allows the filters to be set from outside the component\n */\n @Input() filters: Record;\n\n /**\n * List of technologies in the data\n */\n @Input() technologyFilters: string[];\n\n /**\n * List of providers in the data\n */\n @Input() providerFilters: string[];\n\n /**\n * List of spatial searches\n */\n @Input() spatialSearchFilters: SpatialSearchFilterItem[] = [];\n\n /**\n * Emits the filter change when they happen\n */\n @Output() readonly filtersChange = new EventEmitter>();\n\n /**\n * Emits when a spatial search is selected/deselected\n */\n @Output() readonly spatialSearchSelected = new EventEmitter();\n\n /**\n * Emits when a spatial search is removed/deleted\n */\n @Output() readonly spatialSearchRemoved = new EventEmitter();\n\n /**\n * Emits the filters to be applied\n */\n @Output() readonly applyFilters = new EventEmitter>();\n\n /**\n * Creates an instance of filters content component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Handle input changes\n */\n ngOnChanges(changes: SimpleChanges): void {\n if ('spatialSearchFilters' in changes) {\n this.updateSexFromSelection(this.spatialSearchFilters.filter(item => item.selected));\n }\n }\n\n /**\n * Updates the filter object with a new key/value\n *\n * @param value The value to be saved for the filter\n * @param key The key for the filter to be saved at\n */\n updateFilter(value: unknown, key: string): void {\n this.filters = { ...this.filters, [key]: value };\n this.ga.event('filter_update', 'filter_content', `${key}:${value}`);\n this.filtersChange.emit(this.filters);\n }\n\n /**\n * Emits the current filters when the apply button is clicked\n */\n applyButtonClick(): void {\n this.updateSearchSelection(this.spatialSearchFilters.filter(item => item.selected));\n this.ga.event('filters_applied', 'filter_content');\n this.applyFilters.emit(this.filters);\n }\n\n /**\n * Refreshes all filter settings\n */\n refreshFilters(): void {\n this.filters = JSON.parse(JSON.stringify(DEFAULT_FILTER));\n this.ga.event('filters_reset', 'filter_content');\n this.spatialSearchSelected.emit([]);\n this.filtersChange.emit(this.filters);\n }\n\n /**\n * Emits events for updated searches\n *\n * @param items New set of selected items\n */\n updateSearchSelection(items: SpatialSearchFilterItem[]): void {\n const searches = items.map(item => item.search);\n\n this.spatialSearchSelected.emit(items);\n this.updateFilter(searches, 'spatialSearches');\n this.updateSexFromSelection(items);\n }\n\n /**\n * Updates sex to `Both` if there is a mismatch between the current selection and the sex\n */\n updateSexFromSelection(items: SpatialSearchFilterItem[]): void {\n const currentSex = (this.filters['sex'] as string)?.toLowerCase() as Sex;\n const selectedSexes = new Set(items.map(item => item.sex));\n\n if (items.length > 0 && (selectedSexes.size > 1 || !selectedSexes.has(currentSex))) {\n this.updateFilter('Both', 'sex');\n }\n }\n}\n\n \n\n \n \n \n\n \n \n\n\n\n \n\n\n\n \n\n\n 0\" class=\"filter spatial-locations\" [class.hidden]=\"hidden\">\n \n \n\n\n\n \n \n Apply Filters\n \n refresh\n \n \n\n\n \n\n \n \n ./filters-content.component.scss\n \n .filter {\n margin-top: 1.5rem;\n\n &.assays {\n max-height: 6rem;\n .option {\n margin-right: 0 rem;\n width: 25%;\n }\n }\n\n &.providers {\n max-height: 16rem;\n }\n\n ::ng-deep ccf-checkbox {\n .options-container {\n position: relative;\n left: -0.5rem;\n width: calc(100% + 0.5rem);\n\n .mdc-checkbox {\n padding: 0.5rem;\n width: 1rem;\n height: 1rem;\n flex: 0 0 1rem;\n\n .mdc-checkbox__native-control {\n height: 2rem;\n width: 2rem;\n }\n\n .mdc-checkbox__background {\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n }\n }\n\n .mdc-label {\n font-weight: 400;\n padding-left: 0;\n text-wrap: nowrap;\n }\n }\n }\n}\n\n.button-container {\n display: flex;\n justify-content: space-between;\n margin-top: 1.5rem;\n\n .right-group {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n\n .outline-button {\n border-width: 1px;\n border-style: solid;\n width: 11rem;\n height: 100%;\n box-shadow: 0.1rem 0.1rem 0.2rem 0rem #0000001d;\n }\n\n .refresh-icon {\n padding: 0.25rem;\n border-radius: 0.25rem;\n margin-right: 1rem;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: 0.6s;\n\n .refresh {\n cursor: pointer;\n transition: .6s;\n transition-property: background;\n }\n }\n }\n}\n\n.patient-filters {\n display: flex;\n padding-top: .5rem;\n gap: 2rem;\n\n ccf-dual-slider {\n margin-left: .5rem;\n }\n}\n\n.hidden {\n opacity: 0;\n transition-duration: 0.2s;\n}\n\nccf-dropdown, ccf-dual-slider {\n width: 10rem;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' 0\" class=\"filter spatial-locations\" [class.hidden]=\"hidden\"> Apply Filters refresh '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'FiltersContentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/FiltersContentModule.html":{"url":"modules/FiltersContentModule.html","title":"module - FiltersContentModule","body":"\n \n\n\n\n\n Modules\n FiltersContentModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_FiltersContentModule\n\n\n\ncluster_FiltersContentModule_exports\n\n\n\ncluster_FiltersContentModule_imports\n\n\n\ncluster_FiltersContentModule_declarations\n\n\n\n\nFiltersContentComponent\n\nFiltersContentComponent\n\n\n\nFiltersContentModule\n\nFiltersContentModule\n\nFiltersContentModule -->\n\nFiltersContentComponent->FiltersContentModule\n\n\n\n\n\nFiltersContentComponent \n\nFiltersContentComponent \n\nFiltersContentComponent -->\n\nFiltersContentModule->FiltersContentComponent \n\n\n\n\n\nCheckboxModule\n\nCheckboxModule\n\nFiltersContentModule -->\n\nCheckboxModule->FiltersContentModule\n\n\n\n\n\nDropdownModule\n\nDropdownModule\n\nFiltersContentModule -->\n\nDropdownModule->FiltersContentModule\n\n\n\n\n\nDualSliderModule\n\nDualSliderModule\n\nFiltersContentModule -->\n\nDualSliderModule->FiltersContentModule\n\n\n\n\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule\n\nFiltersContentModule -->\n\nRunSpatialSearchModule->FiltersContentModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n FiltersContentComponent\n \n \n \n \n Imports\n \n \n CheckboxModule\n \n \n DropdownModule\n \n \n DualSliderModule\n \n \n RunSpatialSearchModule\n \n \n \n \n Exports\n \n \n FiltersContentComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { SpatialSearchListModule } from 'ccf-shared';\n\nimport { CheckboxModule } from '../../../shared/components/checkbox/checkbox.module';\nimport { DropdownModule } from '../../../shared/components/dropdown/dropdown.module';\nimport { DualSliderModule } from '../../../shared/components/dual-slider/dual-slider.module';\nimport { RunSpatialSearchModule } from '../../../shared/components/run-spatial-search/run-spatial-search.module';\nimport { FiltersContentComponent } from './filters-content.component';\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatButtonModule,\n MatIconModule,\n\n CheckboxModule,\n DropdownModule,\n DualSliderModule,\n SpatialSearchListModule,\n RunSpatialSearchModule\n ],\n declarations: [FiltersContentComponent],\n exports: [FiltersContentComponent]\n})\nexport class FiltersContentModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FiltersPopoverComponent.html":{"url":"components/FiltersPopoverComponent.html","title":"component - FiltersPopoverComponent","body":"\n \n\n\n\n\n\n Components\n \n FiltersPopoverComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts\n\n\n\n \n Description\n \n \n Popover box for filter settings\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-filters-popover\n \n\n\n\n \n styleUrls\n ./filters-popover.component.scss\n \n\n\n\n \n templateUrl\n ./filters-popover.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n filtersVisible\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n applyFilters\n \n \n \n removeBox\n \n \n \n toggleFilterVisible\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n drawerExpanded\n \n \n filters\n \n \n providerFilters\n \n \n spatialSearchFilters\n \n \n technologyFilters\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n filtersChange\n \n \n spatialSearchRemoved\n \n \n spatialSearchSelected\n \n \n \n \n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n drawerExpanded\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:27\n \n \n \n \n Keeps track of whether or not the containing drawer is expanded\nBecause the styles need to change accordingly\n\n \n \n \n \n \n \n \n \n \n filters\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:21\n \n \n \n \n Allows the filters to be set from outside the component, and still render / function normally\n\n \n \n \n \n \n \n \n \n \n providerFilters\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:37\n \n \n \n \n List of providers in the data\n\n \n \n \n \n \n \n \n \n \n spatialSearchFilters\n \n \n \n \n Type : SpatialSearchFilterItem[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:42\n \n \n \n \n List of spatial searches\n\n \n \n \n \n \n \n \n \n \n technologyFilters\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:32\n \n \n \n \n List of technologies in the data\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n filtersChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:47\n \n \n \n \n Emits the current filters\n\n \n \n \n \n \n \n \n \n \n spatialSearchRemoved\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:57\n \n \n \n \n Emits when a spatial search is removed/deleted\n\n \n \n \n \n \n \n \n \n \n spatialSearchSelected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:52\n \n \n \n \n Emits when a spatial search is selected/deselected\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n applyFilters\n \n \n \n \n \n \napplyFilters(filters: Record)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:87\n \n \n\n\n \n \n Emits the current filters, and hides the popover box\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n filters\n \n Record\n \n\n \n No\n \n\n\n \n The object containing all the currently set filters\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n removeBox\n \n \n \n \n \n \n \n removeBox()\n \n \n\n \n \n Decorators : \n \n @Dispatch()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:77\n \n \n\n\n \n \n Hides the filters popover box\n\n\n \n Returns : SetExecuteSearchOnGenerate\n\n \n \n \n \n \n \n \n \n \n \n \n \n toggleFilterVisible\n \n \n \n \n \n \n \n toggleFilterVisible()\n \n \n\n \n \n Decorators : \n \n @Dispatch()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:68\n \n \n\n\n \n \n Toggles filter visible\n\n\n \n Returns : SetExecuteSearchOnGenerate\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n filtersVisible\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:62\n \n \n\n \n \n Keeps track of whether or not the filters popover box is visible or not\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { Dispatch } from '@ngxs-labs/dispatch-decorator';\n\nimport { SpatialSearchFilterItem } from '../../../core/store/spatial-search-filter/spatial-search-filter.state';\nimport { SetExecuteSearchOnGenerate } from '../../../core/store/spatial-search-ui/spatial-search-ui.actions';\n\n\n/**\n * Popover box for filter settings\n */\n@Component({\n selector: 'ccf-filters-popover',\n templateUrl: './filters-popover.component.html',\n styleUrls: ['./filters-popover.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class FiltersPopoverComponent {\n /**\n * Allows the filters to be set from outside the component, and still render / function normally\n */\n @Input() filters: Record;\n\n /**\n * Keeps track of whether or not the containing drawer is expanded\n * Because the styles need to change accordingly\n */\n @Input() drawerExpanded: boolean;\n\n /**\n * List of technologies in the data\n */\n @Input() technologyFilters: string[];\n\n /**\n * List of providers in the data\n */\n @Input() providerFilters: string[];\n\n /**\n * List of spatial searches\n */\n @Input() spatialSearchFilters: SpatialSearchFilterItem[] = [];\n\n /**\n * Emits the current filters\n */\n @Output() readonly filtersChange = new EventEmitter>();\n\n /**\n * Emits when a spatial search is selected/deselected\n */\n @Output() readonly spatialSearchSelected = new EventEmitter();\n\n /**\n * Emits when a spatial search is removed/deleted\n */\n @Output() readonly spatialSearchRemoved = new EventEmitter();\n\n /**\n * Keeps track of whether or not the filters popover box is visible or not\n */\n filtersVisible = false;\n\n /**\n * Toggles filter visible\n */\n @Dispatch()\n toggleFilterVisible(): SetExecuteSearchOnGenerate {\n this.filtersVisible = !this.filtersVisible;\n return new SetExecuteSearchOnGenerate(false);\n }\n\n /**\n * Hides the filters popover box\n */\n @Dispatch()\n removeBox(): SetExecuteSearchOnGenerate {\n this.filtersVisible = false;\n return new SetExecuteSearchOnGenerate(true);\n }\n\n /**\n * Emits the current filters, and hides the popover box\n *\n * @param filters The object containing all the currently set filters\n */\n applyFilters(filters: Record): void {\n this.filters = filters;\n this.filtersChange.emit(filters);\n this.removeBox();\n }\n}\n\n \n\n \n \n \n \n close\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./filters-popover.component.scss\n \n .filters-popover {\n position: inherit;\n\n &.expanded {\n position: relative;\n\n .popup-container {\n right: inherit;\n }\n\n .popup-body {\n padding-left: 4em !important;\n }\n }\n}\n\n.popup-container {\n position: absolute;\n z-index: 5;\n top: 1.2rem;\n left: 1.48rem;\n box-shadow: 0.2rem 0.2rem 1rem 0rem #00000058;\n transition: all 0.3s ease-in-out;\n\n .popup-body {\n transition-duration: 0.2s;\n }\n\n &.visible {\n padding: 2rem;\n width: 47.5rem;\n border-width: 1px;\n\n .popup-body {\n opacity: 1;\n transition-delay: 0.4s;\n }\n }\n\n &.hidden {\n padding: 0;\n width: 0;\n transition-delay: 0.2s;\n pointer-events: none;\n\n .popup-body {\n opacity: 0;\n }\n }\n}\n\n.show-hide {\n background: none;\n border: none;\n z-index: 10;\n position: relative;\n cursor: pointer;\n outline: none;\n padding: 0.5rem;\n border-radius: 0.25rem;\n transition: 0.6s;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' close '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'FiltersPopoverComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/FiltersPopoverModule.html":{"url":"modules/FiltersPopoverModule.html","title":"module - FiltersPopoverModule","body":"\n \n\n\n\n\n Modules\n FiltersPopoverModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_FiltersPopoverModule\n\n\n\ncluster_FiltersPopoverModule_declarations\n\n\n\ncluster_FiltersPopoverModule_imports\n\n\n\ncluster_FiltersPopoverModule_exports\n\n\n\n\nFiltersPopoverComponent\n\nFiltersPopoverComponent\n\n\n\nFiltersPopoverModule\n\nFiltersPopoverModule\n\nFiltersPopoverModule -->\n\nFiltersPopoverComponent->FiltersPopoverModule\n\n\n\n\n\nFiltersPopoverComponent \n\nFiltersPopoverComponent \n\nFiltersPopoverComponent -->\n\nFiltersPopoverModule->FiltersPopoverComponent \n\n\n\n\n\nFiltersContentModule\n\nFiltersContentModule\n\nFiltersPopoverModule -->\n\nFiltersContentModule->FiltersPopoverModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n FiltersPopoverComponent\n \n \n \n \n Imports\n \n \n FiltersContentModule\n \n \n \n \n Exports\n \n \n FiltersPopoverComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\n\nimport { FiltersContentModule } from '../filters-content/filters-content.module';\nimport { FiltersPopoverComponent } from './filters-popover.component';\n\n\n@NgModule({\n imports: [CommonModule, MatIconModule, FiltersContentModule],\n declarations: [FiltersPopoverComponent],\n exports: [FiltersPopoverComponent]\n})\nexport class FiltersPopoverModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/FlatNode.html":{"url":"classes/FlatNode.html","title":"class - FlatNode","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n FlatNode\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/models/flat-node.ts\n \n\n\n \n Description\n \n \n Node type used by ontology tree component.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n numResults\n \n \n Optional\n opacity\n \n \n Optional\n visible\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n create\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n label\n \n \n expandable\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(original: OntologyTreeNode, level: number)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:38\n \n \n\n \n \n Creates an instance of flat node.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n original\n \n \n OntologyTreeNode\n \n \n \n No\n \n \n \n The original ontology node object.\n\n \n \n \n level\n \n \n number\n \n \n \n No\n \n \n \n The level of the new flat node in the tree.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Optional\n numResults\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n Optional\n opacity\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 20\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:11\n \n \n\n\n \n \n \n \n \n \n \n \n Optional\n visible\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:9\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n create\n \n \n \n \n \n \n \n create(original: OntologyTreeNode, level: number)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:36\n \n \n\n\n \n \n Creates a flat node from a ontology node object and a level in the tree.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n original\n \n OntologyTreeNode\n \n\n \n No\n \n\n\n \n The original ontology node object.\n\n \n \n \n level\n \n number\n \n\n \n No\n \n\n\n \n The level of the new flat node in the tree.\n\n \n \n \n \n \n \n Returns : FlatNode\n\n \n \n The newly created flat node.\n\n \n \n \n \n \n\n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n label\n \n \n\n \n \n getlabel()\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:18\n \n \n \n \n Gets this node's label.\n\n\n \n Returns : string\n\n \n \n \n\n \n \n \n \n \n \n \n expandable\n \n \n\n \n \n getexpandable()\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:25\n \n \n \n \n Indicates whether this node has children.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n \n\n\n \n import { OntologyTreeNode } from 'ccf-database';\n\n\n/**\n * Node type used by ontology tree component.\n */\nexport class FlatNode {\n visible?: boolean = true;\n\n opacity?: number = 20;\n\n numResults?: number;\n\n /**\n * Gets this node's label.\n */\n get label(): string {\n return this.original.label;\n }\n\n /**\n * Indicates whether this node has children.\n */\n get expandable(): boolean {\n return this.original.children.length > 0;\n }\n\n /**\n * Creates a flat node from a ontology node object and a level in the tree.\n *\n * @param original The original ontology node object.\n * @param level The level of the new flat node in the tree.\n * @returns The newly created flat node.\n */\n static create(original: OntologyTreeNode, level: number): FlatNode {\n return new FlatNode(original, level);\n }\n\n /**\n * Creates an instance of flat node.\n *\n * @param original The original ontology node object.\n * @param level The level of the new flat node in the tree.\n */\n constructor(readonly original: OntologyTreeNode, readonly level: number) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/GenerateSpatialSearch.html":{"url":"classes/GenerateSpatialSearch.html","title":"class - GenerateSpatialSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n GenerateSpatialSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Generate and add a spatial search'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:50\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HeaderComponent.html":{"url":"components/HeaderComponent.html","title":"component - HeaderComponent","body":"\n \n\n\n\n\n\n Components\n \n HeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/core/header/header.component.ts\n\n\n\n \n Description\n \n \n Header which is always displayed on the site; contains current filter info,\na link to download data, and a logo which resets the page when clicked.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-header\n \n\n\n\n \n styleUrls\n ./header.component.scss\n \n\n\n\n \n templateUrl\n ./header.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n filters\n \n \n homeUrl\n \n \n loggedIn\n \n \n loginDisabled\n \n \n logoTooltip\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n downloadClicked\n \n \n refreshClicked\n \n \n \n \n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n filters\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:32\n \n \n \n \n Current filter settings\n\n \n \n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:18\n \n \n \n \n URL to Portal site\n\n \n \n \n \n \n \n \n \n \n loggedIn\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:27\n \n \n \n \n Is the user logged in?\n\n \n \n \n \n \n \n \n \n \n loginDisabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:20\n \n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:22\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n downloadClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:42\n \n \n \n \n Emitted when download button is clicked\n\n \n \n \n \n \n \n \n \n \n refreshClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:37\n \n \n \n \n Emitted when refresh button is clicked\n\n \n \n \n \n\n\n\n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\n\n/**\n * Header which is always displayed on the site; contains current filter info,\n * a link to download data, and a logo which resets the page when clicked.\n */\n@Component({\n selector: 'ccf-header',\n templateUrl: './header.component.html',\n styleUrls: ['./header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class HeaderComponent {\n\n /**\n * URL to Portal site\n */\n @Input() homeUrl: string;\n\n @Input() loginDisabled: boolean;\n\n @Input() logoTooltip: string;\n\n /**\n * Is the user logged in?\n */\n @Input() loggedIn: boolean;\n\n /**\n * Current filter settings\n */\n @Input() filters: Record;\n\n /**\n * Emitted when refresh button is clicked\n */\n @Output() readonly refreshClicked = new EventEmitter();\n\n /**\n * Emitted when download button is clicked\n */\n @Output() readonly downloadClicked = new EventEmitter();\n}\n\n \n\n \n \n \n \n \n \n\n \n \n LOGIN\n LOGOUT\n\n\n \n\n \n \n ./header.component.scss\n \n .ccf-header {\n height: 4rem;\n padding: 0 1.5rem;\n border-bottom-width: 1px;\n border-bottom-style: solid;\n display: flex;\n\n .home {\n height: 100%;\n width: 25rem;\n align-items: center;\n display: flex;\n padding: 0.25rem 0;\n }\n\n .logo {\n width: 100%;\n height: 50%;\n background-repeat: no-repeat;\n background-size: contain;\n }\n\n .download {\n height: 1.5rem;\n }\n\n // Styled to match the HuBMAP Portal\n .authentication {\n width: 8.25rem;\n border-radius: 0.125rem;\n font-weight: 500;\n }\n\n .logo, .download, .refresh {\n display: flex;\n align-items: center;\n transition: color 1s;\n cursor: pointer;\n text-decoration: none;\n }\n\n :not(:last-child) {\n margin-right: 1.5rem;\n }\n\n .filler {\n flex-grow: 1;\n margin: 0;\n }\n\n .filter-labels {\n display: flex;\n align-items: center;\n height: 100%;\n font: 400 1rem/1.25rem Inter, sans-serif;\n }\n\n .disabled {\n display: none;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' LOGIN LOGOUT'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'HeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/HeaderModule.html":{"url":"modules/HeaderModule.html","title":"module - HeaderModule","body":"\n \n\n\n\n\n Modules\n HeaderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_HeaderModule\n\n\n\ncluster_HeaderModule_declarations\n\n\n\ncluster_HeaderModule_exports\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\n\n\nHeaderModule\n\nHeaderModule\n\nHeaderModule -->\n\nHeaderComponent->HeaderModule\n\n\n\n\n\nHeaderComponent \n\nHeaderComponent \n\nHeaderComponent -->\n\nHeaderModule->HeaderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/core/header/header.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n HeaderComponent\n \n \n \n \n Exports\n \n \n HeaderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { HeaderComponent } from './header.component';\n\n\n@NgModule({\n imports: [CommonModule, MatButtonModule, MatIconModule, MatToolbarModule, MatTooltipModule],\n declarations: [HeaderComponent],\n exports: [HeaderComponent]\n})\nexport class HeaderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/IconDefinition.html":{"url":"interfaces/IconDefinition.html","title":"interface - IconDefinition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n IconDefinition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n\n\n \n Description\n \n \n Object definition for registering new svg icons.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n html\n \n \n \n Optional\n \n name\n \n \n \n Optional\n \n namespace\n \n \n \n Optional\n \n url\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n html\n \n \n \n \n \n \n \n \n html: SafeHtml\n\n \n \n\n\n \n \n Type : SafeHtml\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Html containing the svg of the icon or icon set.\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Name to register the icon under.\n\n \n \n \n \n \n \n \n \n \n namespace\n \n \n \n \n \n \n \n \n namespace: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Namespace to register the icon or icon set under.\n\n \n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n \n \n url: SafeResourceUrl\n\n \n \n\n\n \n \n Type : SafeResourceUrl\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Url to fetch the icon or icon set from.\n\n \n \n \n \n \n \n\n\n \n import { Injectable, Optional } from '@angular/core';\nimport { MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';\nimport { DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\n\nimport { DEFAULT_ICONS } from './default-icons';\n\n\n/**\n * Object definition for registering new svg icons.\n */\nexport interface IconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: SafeResourceUrl;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: SafeHtml;\n}\n\n\n/**\n * State handling the registration of icons for use with `mat-icon`.\n */\n@StateRepository()\n@State({ name: 'iconRegistry' })\n@Injectable()\nexport class IconRegistryState extends NgxsDataRepository {\n /**\n * Creates an instance of icon registry state.\n *\n * @param registry Material icon registry.\n * @param sanitizer Service used to sanitize default imported urls and html.\n */\n constructor(\n @Optional() private readonly registry: MatIconRegistry | null,\n sanitizer: DomSanitizer\n ) {\n super();\n\n for (const { name, namespace, url, html } of DEFAULT_ICONS) {\n const safeDef: IconDefinition = {\n name, namespace,\n url: url && sanitizer.bypassSecurityTrustResourceUrl(url),\n html: html && sanitizer.bypassSecurityTrustHtml(html)\n };\n\n this.registerIconImpl(safeDef);\n }\n }\n\n /**\n * Registers a svg icon for use in mat-icon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n @DataAction()\n registerIcon(definition: IconDefinition): boolean {\n return this.registerIconImpl(definition);\n }\n\n /**\n * Backing implementation of registerIcon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n private registerIconImpl(definition: IconDefinition): boolean {\n if (!this.registry) {\n return false;\n }\n if (!definition.url && !definition.html) {\n return false;\n }\n\n const registry = this.registry as unknown as { [prop: string]: (...arg: unknown[]) => void };\n const methodName = this.getMethodName(definition);\n const method = registry[methodName];\n const args = this.getArguments(definition);\n\n if (!method) {\n return false;\n }\n try {\n method.apply(registry, args);\n return true;\n } catch (_error) {\n return false;\n }\n }\n\n /**\n * Selects the MatIconRegistry method used to register the icon.\n *\n * @param definition Icon definition.\n * @returns The name of the registry method.\n */\n private getMethodName({ name, namespace, url }: IconDefinition): string {\n const parts = ['addSvgIcon'];\n if (!name) {\n parts.push('Set');\n }\n if (!url) {\n parts.push('Literal');\n }\n if (namespace) {\n parts.push('InNamespace');\n }\n return parts.join('');\n }\n\n /**\n * Selects the argument used to call the registration method.\n *\n * @param definition Icon definition.\n * @returns An array of arguments.\n */\n private getArguments({ name, namespace, url, html }: IconDefinition): unknown[] {\n const args: unknown[] = [namespace, name, url ?? html];\n return args.filter(value => !!value);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/IconRegistryState.html":{"url":"injectables/IconRegistryState.html","title":"injectable - IconRegistryState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n IconRegistryState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n\n\n \n Description\n \n \n State handling the registration of icons for use with mat-icon.\n\n \n\n \n Extends\n \n \n NgxsDataRepository\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n getArguments\n \n \n Private\n getMethodName\n \n \n \n registerIcon\n \n \n Private\n registerIconImpl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(registry: MatIconRegistry | null, sanitizer: DomSanitizer)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:43\n \n \n\n \n \n Creates an instance of icon registry state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n registry\n \n \n MatIconRegistry | null\n \n \n \n No\n \n \n \n Material icon registry.\n\n \n \n \n sanitizer\n \n \n DomSanitizer\n \n \n \n No\n \n \n \n Service used to sanitize default imported urls and html.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n getArguments\n \n \n \n \n \n \n \n getArguments(undefined: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:134\n \n \n\n\n \n \n Selects the argument used to call the registration method.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n IconDefinition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : []\n\n \n \n An array of arguments.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n getMethodName\n \n \n \n \n \n \n \n getMethodName(undefined: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:114\n \n \n\n\n \n \n Selects the MatIconRegistry method used to register the icon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n IconDefinition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n The name of the registry method.\n\n \n \n \n \n \n \n \n \n \n \n \n \n registerIcon\n \n \n \n \n \n \n \n registerIcon(definition: IconDefinition)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:74\n \n \n\n\n \n \n Registers a svg icon for use in mat-icon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n definition\n \n IconDefinition\n \n\n \n No\n \n\n\n \n Icon to register.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if registration was successful, otherwise false.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n registerIconImpl\n \n \n \n \n \n \n \n registerIconImpl(definition: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:84\n \n \n\n\n \n \n Backing implementation of registerIcon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n definition\n \n IconDefinition\n \n\n \n No\n \n\n\n \n Icon to register.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if registration was successful, otherwise false.\n\n \n \n \n \n \n\n\n \n\n\n \n import { Injectable, Optional } from '@angular/core';\nimport { MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';\nimport { DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\n\nimport { DEFAULT_ICONS } from './default-icons';\n\n\n/**\n * Object definition for registering new svg icons.\n */\nexport interface IconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: SafeResourceUrl;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: SafeHtml;\n}\n\n\n/**\n * State handling the registration of icons for use with `mat-icon`.\n */\n@StateRepository()\n@State({ name: 'iconRegistry' })\n@Injectable()\nexport class IconRegistryState extends NgxsDataRepository {\n /**\n * Creates an instance of icon registry state.\n *\n * @param registry Material icon registry.\n * @param sanitizer Service used to sanitize default imported urls and html.\n */\n constructor(\n @Optional() private readonly registry: MatIconRegistry | null,\n sanitizer: DomSanitizer\n ) {\n super();\n\n for (const { name, namespace, url, html } of DEFAULT_ICONS) {\n const safeDef: IconDefinition = {\n name, namespace,\n url: url && sanitizer.bypassSecurityTrustResourceUrl(url),\n html: html && sanitizer.bypassSecurityTrustHtml(html)\n };\n\n this.registerIconImpl(safeDef);\n }\n }\n\n /**\n * Registers a svg icon for use in mat-icon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n @DataAction()\n registerIcon(definition: IconDefinition): boolean {\n return this.registerIconImpl(definition);\n }\n\n /**\n * Backing implementation of registerIcon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n private registerIconImpl(definition: IconDefinition): boolean {\n if (!this.registry) {\n return false;\n }\n if (!definition.url && !definition.html) {\n return false;\n }\n\n const registry = this.registry as unknown as { [prop: string]: (...arg: unknown[]) => void };\n const methodName = this.getMethodName(definition);\n const method = registry[methodName];\n const args = this.getArguments(definition);\n\n if (!method) {\n return false;\n }\n try {\n method.apply(registry, args);\n return true;\n } catch (_error) {\n return false;\n }\n }\n\n /**\n * Selects the MatIconRegistry method used to register the icon.\n *\n * @param definition Icon definition.\n * @returns The name of the registry method.\n */\n private getMethodName({ name, namespace, url }: IconDefinition): string {\n const parts = ['addSvgIcon'];\n if (!name) {\n parts.push('Set');\n }\n if (!url) {\n parts.push('Literal');\n }\n if (namespace) {\n parts.push('InNamespace');\n }\n return parts.join('');\n }\n\n /**\n * Selects the argument used to call the registration method.\n *\n * @param definition Icon definition.\n * @returns An array of arguments.\n */\n private getArguments({ name, namespace, url, html }: IconDefinition): unknown[] {\n const args: unknown[] = [namespace, name, url ?? html];\n return args.filter(value => !!value);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/InitializationState.html":{"url":"classes/InitializationState.html","title":"class - InitializationState","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n InitializationState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n\n\n \n Description\n \n \n Boolean state that can also be awaited.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n deferred\n \n \n Private\n initialized\n \n \n Private\n resolve\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n set\n \n \n valueOf\n \n \n Async\n wait\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n deferred\n \n \n \n \n \n \n Default value : new Promise(resolve => {\n this.resolve = resolve;\n })\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:37\n \n \n\n \n \n Promise used to await on.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n initialized\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:35\n \n \n\n \n \n Whether this state is true or false.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n resolve\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:41\n \n \n\n \n \n Resolve function for the promise.\n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:46\n \n \n\n\n \n \n Sets the state to true and\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n valueOf\n \n \n \n \n \n \nvalueOf()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:65\n \n \n\n\n \n \n Gets the boolean state of this object.\n\n\n \n Returns : boolean\n\n \n \n true if set has been called.\n\n \n \n \n \n \n \n \n \n \n \n \n Async\n wait\n \n \n \n \n \n \n \n wait()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:56\n \n \n\n\n \n \n Gets a promise that resolves when this state is set to true.\n\n\n \n Returns : Promise\n\n \n \n A promise.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { animate, state, style, transition, trigger } from '@angular/animations';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport {\n AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, HostBinding, HostListener,\n Input, OnDestroy, Output,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { Message, MessageChannel, MessageService } from '../messages';\n\n\n/** Opened/closed state. */\ntype OpenedState = 'open' | 'open-instant' | 'closed';\n/** Expanded/collapsed state. */\ntype ExpandedState = 'open' | 'open-instant' | 'closed';\n/** Expanded state relative to an opposite drawer. */\ntype ExpandedState2 = 'collapsed' | 'half' | 'extended' | 'full';\n\n/** Default animation parameters. */\nconst EXPAND_COLLAPSE_PARAMS_DEFAULT = {\n params: {\n width: 0,\n margin: 0,\n margin2: 0\n }\n};\n\n/**\n * Boolean state that can also be awaited.\n */\nclass InitializationState {\n /** Whether this state is true or false. */\n private initialized = false;\n /** Promise used to await on. */\n private deferred = new Promise(resolve => {\n this.resolve = resolve;\n });\n /** Resolve function for the promise. */\n private resolve: () => void;\n\n /**\n * Sets the state to true and\n */\n set(): void {\n this.initialized = true;\n this.resolve();\n }\n\n /**\n * Gets a promise that resolves when this state is set to true.\n *\n * @returns A promise.\n */\n async wait(): Promise {\n return this.deferred;\n }\n\n /**\n * Gets the boolean state of this object.\n *\n * @returns true if set has been called.\n */\n valueOf(): boolean {\n return this.initialized;\n }\n}\n\n\n/**\n * Side drawer component.\n * Contains all the logic for opening/closing/expanding.\n */\n@Component({\n selector: 'ccf-drawer',\n exportAs: 'ccfDrawer',\n templateUrl: './drawer.component.html',\n styleUrls: ['./drawer.component.scss'],\n animations: [\n trigger('openClose', [\n state('open, open-instant', style({\n transform: 'none'\n })),\n state('closed', style({})),\n\n transition('closed => open-instant', animate(0)),\n transition('closed open, open-instant => closed', animate('.5s ease-in-out'))\n ]),\n trigger('expandCollapse', [\n state('collapsed', style({})),\n state('half', style({\n width: 'calc(50% - {{ margin }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n state('extended', style({\n width: 'calc(100% - {{ width }}px - {{ margin }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n state('full', style({\n width: 'calc(100% - {{ margin }}px - {{ margin2 }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n\n transition('* *', animate('.5s ease-in-out'))\n ])\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DrawerComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer';\n /** Whether this is located at the end position. */\n @HostBinding('class.ccf-drawer-end') // eslint-disable-line\n get classEnd(): boolean {\n return this.position === 'end';\n }\n\n /** Position of the drawer - start (left) or end (right). */\n @Input()// eslint-disable-line\n get position(): 'start' | 'end' {\n return this._position;\n }\n set position(value: 'start' | 'end') {\n this._position = value || 'start';\n }\n /** Property for position getter/setter. */\n private _position: 'start' | 'end' = 'start';\n\n /** Whether the drawer is opened. */\n @Input() // eslint-disable-line\n @HostBinding('class.ccf-drawer-opened') // eslint-disable-line\n get opened(): boolean {\n return this._opened;\n }\n set opened(value: boolean) {\n this.toggle(coerceBooleanProperty(value));\n }\n /** Property for opened getter/setter. */\n private _opened = false;\n\n /** Whether the drawer is expanded. */\n @Input() // eslint-disable-line\n @HostBinding('class.ccf-drawer-expanded') // eslint-disable-line\n get expanded(): boolean {\n return this._expanded;\n }\n set expanded(value: boolean) {\n this.toggleExpanded(coerceBooleanProperty(value));\n }\n /** Property for expanded getter/setter */\n private _expanded = false;\n\n /** Output emitting when the drawer has opened. */\n @Output() readonly openedChange = new EventEmitter(true);\n /** Output emitting when the drawer has expanded. */\n @Output() readonly expandedChange = new EventEmitter(true);\n /** Output emitting whenever the drawer state changes. */\n @Output() readonly stateChange = new EventEmitter(true);\n\n /** Current open/close animation state. */\n @HostBinding('@openClose')\n openedState: OpenedState = 'closed';\n\n /** Expanded/collapsed state parameters. */\n @HostBinding('@expandCollapse') // eslint-disable-line\n get expandedStateObj(): unknown {\n return {\n value: this.expandedState2, params: {\n width: this.width, margin: this.measuredMargin,\n margin2: this.margin2\n }\n };\n }\n /** Current expanded/collapsed animation state. */\n expandedState: ExpandedState = 'closed';\n /** Current expanded state relative to the opposite drawer. */\n private expandedState2: ExpandedState2 = 'collapsed';\n\n /** Gets the calculated width of the drawer. */\n private get measuredWidth(): number {\n if (this._measuredWidth > 0) {\n return this._measuredWidth;\n }\n\n const element = this.element.nativeElement;\n if (!element) {\n return 0;\n }\n\n const bbox = element.getBoundingClientRect();\n const width = bbox.right - bbox.left;\n if (width === 0) {\n return 0;\n }\n\n this._measuredWidth = width;\n return width;\n }\n /** Cached measured width. */\n private _measuredWidth = 0;\n /** Width of opposite drawer. */\n private width = 0;\n\n /** Gets the calculated margin of the drawer. */\n private get measuredMargin(): number {\n if (this._measuredMargin > 0) {\n return this._measuredMargin;\n }\n\n const element = this.element.nativeElement;\n if (!element) {\n return 0;\n }\n\n const styles = globalThis.getComputedStyle(element);\n const property = this.position === 'start' ? 'margin-right' : 'margin-left';\n const value = styles.getPropertyValue(property);\n const margin = Number(value.slice(0, -2));\n\n this._measuredMargin = margin;\n return margin;\n }\n /** Cached measured margin. */\n private _measuredMargin = 0;\n /** Margin of the opposite drawer. */\n private margin2 = 0;\n\n /** Initialization state. */\n private initialized = new InitializationState();\n /** Connected message channel. */\n private channel: MessageChannel;\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of drawer component.\n *\n * @param messageService Service for sending/receiving event messages.\n * @param cdr The change detector reference.\n * @param element Reference to components HTML element.\n */\n constructor(\n messageService: MessageService,\n cdr: ChangeDetectorRef,\n private readonly element: ElementRef\n ) {\n this.channel = messageService.connect(this);\n this.subscriptions.add(this.channel.getMessages().subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Initializes this component.\n */\n ngAfterViewInit(): void {\n this.initialized.set();\n setTimeout(() => this.channel.sendMessage({ type: 'drawer-initialized' }));\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Opens the drawer.\n */\n open(): void {\n this.toggle(true);\n }\n\n /**\n * Closes the drawer.\n */\n close(): void {\n this.toggle(false);\n }\n\n /**\n * Toggles the drawer between opened and closed.\n *\n * @param [opened] Whether to open or close the drawer.\n */\n toggle(opened = !this.opened): void {\n if (this.opened === opened) {\n return;\n }\n\n if (!opened) {\n this.openedState = 'closed';\n this.expandedState = 'closed';\n this.expandedState2 = 'collapsed';\n this._expanded = false;\n } else if (this.initialized.valueOf()) {\n this.openedState = 'open';\n } else {\n this.openedState = 'open-instant';\n }\n\n this._opened = opened;\n this.sendToggle();\n }\n\n /**\n * Expands the drawer.\n */\n openExpanded(): void {\n this.toggleExpanded(true);\n }\n\n /**\n * Collapses the drawer.\n */\n closeExpanded(): void {\n this.toggleExpanded(false);\n }\n\n /**\n * Toggles the drawer between expanded and collapsed.\n *\n * @param [expanded] Whether to expand or collapse the drawer.\n */\n toggleExpanded(expanded = !this.expanded): void {\n if (this.expanded === expanded) {\n return;\n }\n\n if (!expanded) {\n this.expandedState = 'closed';\n this.expandedState2 = 'collapsed';\n } else if (this.initialized.valueOf()) {\n this.expandedState = 'open';\n } else {\n this.expandedState = 'open-instant';\n }\n\n this._expanded = expanded;\n this.sendToggle();\n }\n\n /**\n * Listener to open/close animation completion.\n */\n @HostListener('@openClose.done') // eslint-disable-line\n closeOpenDone(): void {\n this.openedChange.emit(this.opened);\n }\n\n /**\n * Listener to expand/collapse animation completion.\n */\n @HostListener('@expandCollapse.done') // eslint-disable-line\n expandCollapseDone(): void {\n this.expandedChange.emit(this.expanded);\n }\n\n /**\n * Sends a toggle event to the channel.\n * Waits until initialization is completed before sending.\n */\n private async sendToggle(): Promise {\n await this.initialized.wait();\n this.channel.sendMessage({\n type: 'drawer-toggled',\n opened: this.opened,\n expanded: this.expanded,\n width: this.measuredWidth,\n margin: this.measuredMargin\n });\n this.stateChange.emit();\n }\n\n /**\n * Processes an event.\n *\n * @param msg The event.\n * @returns true if change detection should run.\n */\n private handleMessage(msg: Message): boolean {\n switch (msg.payload.type) {\n case 'drawer-toggled': {\n const other = msg.source as DrawerComponent;\n this.syncExpanded(other);\n return true;\n }\n\n default:\n return false;\n }\n }\n\n /**\n * Syncs the drawer widths and margin against the opposite drawer.\n *\n * @param other The opposite drawer.\n */\n private syncExpanded(other: DrawerComponent): void {\n if (this.expanded || other.expanded) {\n if (this.expanded && other.expanded) {\n this.expandedState2 = other.expandedState2 = 'half';\n } else if (this.expanded) {\n if (other.opened) {\n this.expandedState2 = 'extended';\n this.width = other.measuredWidth + other.measuredMargin;\n } else {\n this.expandedState2 = 'full';\n this.margin2 = other.measuredMargin;\n }\n } else {\n if (this.opened) {\n other.expandedState2 = 'extended';\n other.width = this.measuredWidth + this.measuredMargin;\n } else {\n other.expandedState2 = 'full';\n other.margin2 = this.measuredMargin;\n }\n }\n }\n }\n\n /** Workaround for getter/setter pair not accepting different types. */\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_position: '' | 'start' | 'end';\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_opened: BooleanInput;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_expanded: BooleanInput;\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ListResult.html":{"url":"interfaces/ListResult.html","title":"interface - ListResult","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ListResult\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/models/list-result.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n color\n \n \n \n Optional\n \n rank\n \n \n \n \n selected\n \n \n \n \n tissueBlock\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n color\n \n \n \n \n \n \n \n \n color: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n rank\n \n \n \n \n \n \n \n \n rank: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n selected\n \n \n \n \n \n \n \n \n selected: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n tissueBlock\n \n \n \n \n \n \n \n \n tissueBlock: TissueBlockResult\n\n \n \n\n\n \n \n Type : TissueBlockResult\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { TissueBlockResult } from 'ccf-database';\n\nexport interface ListResult {\n selected: boolean;\n color?: string;\n tissueBlock: TissueBlockResult;\n rank?: number;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ListResultsState.html":{"url":"injectables/ListResultsState.html","title":"injectable - ListResultsState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ListResultsState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts\n \n\n\n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n colorAssignments\n \n \n Private\n dataState\n \n \n Readonly\n highlightedNodeId$\n \n \n Readonly\n listResults$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n deselectListResult\n \n \n highlightNode\n \n \n ngxsOnInit\n \n \n selectListResult\n \n \n \n setListResults\n \n \n unHighlightNode\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dataService: DataSourceService, injector: Injector)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:37\n \n \n\n \n \n Creates an instance of scene state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dataService\n \n \n DataSourceService\n \n \n \n No\n \n \n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n Injector service used to lazy load data state\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n deselectListResult\n \n \n \n \n \n \ndeselectListResult(result: ListResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:65\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n result\n \n ListResult\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n highlightNode\n \n \n \n \n \n \nhighlightNode(id: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:69\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:80\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n selectListResult\n \n \n \n \n \n \nselectListResult(result: ListResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:61\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n result\n \n ListResult\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setListResults\n \n \n \n \n \n \n \n setListResults(listResults: ListResult[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:57\n \n \n\n\n \n \n Sets the list results\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n listResults\n \n ListResult[]\n \n\n \n No\n \n\n\n \n The list of results to display\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n unHighlightNode\n \n \n \n \n \n \nunHighlightNode()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:73\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n colorAssignments\n \n \n \n \n \n \n Type : ColorAssignmentState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:37\n \n \n\n \n \n Color assignments state\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n dataState\n \n \n \n \n \n \n Type : DataState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:34\n \n \n\n \n \n The data state\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n highlightedNodeId$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.highlightedNodeId), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n listResults$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.listResults), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:29\n \n \n\n \n \n Scene to display in the 3d Scene\n\n \n \n\n \n \n\n\n \n\n\n \n import { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { NgxsOnInit, State } from '@ngxs/store';\nimport { DataSourceService } from 'ccf-shared';\nimport sortBy from 'lodash/sortBy';\nimport { combineLatest } from 'rxjs';\nimport { distinctUntilChanged, map, tap } from 'rxjs/operators';\nimport { ListResult } from '../../models/list-result';\nimport { ColorAssignmentState } from '../color-assignment/color-assignment.state';\nimport { DataState } from '../data/data.state';\n\n\nexport interface ListResultsStateModel {\n listResults: ListResult[];\n highlightedNodeId?: string;\n}\n\n@StateRepository()\n@State({\n name: 'listResults',\n defaults: {\n listResults: []\n }\n})\n@Injectable()\nexport class ListResultsState extends NgxsImmutableDataRepository implements NgxsOnInit {\n /** Scene to display in the 3d Scene */\n readonly listResults$ = this.state$.pipe(map(x => x?.listResults), distinctUntilChanged());\n readonly highlightedNodeId$ = this.state$.pipe(map(x => x?.highlightedNodeId), distinctUntilChanged());\n\n\n /** The data state */\n private dataState: DataState;\n\n /** Color assignments state */\n private colorAssignments: ColorAssignmentState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load data state\n */\n constructor(\n private readonly dataService: DataSourceService,\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Sets the list results\n *\n * @param listResults The list of results to display\n */\n @DataAction()\n setListResults(@Payload('listResults') listResults: ListResult[]): void {\n this.ctx.patchState({ listResults });\n }\n\n selectListResult(result: ListResult): void {\n this.colorAssignments.assignColor(result.tissueBlock.spatialEntityId);\n }\n\n deselectListResult(result: ListResult): void {\n this.colorAssignments.unassignColor(result.tissueBlock.spatialEntityId);\n }\n\n highlightNode(id: string): void {\n this.ctx.patchState({ highlightedNodeId: id });\n }\n\n unHighlightNode(): void {\n this.ctx.patchState({ highlightedNodeId: undefined });\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.dataState = this.injector.get(DataState);\n this.colorAssignments = this.injector.get(ColorAssignmentState);\n\n combineLatest([\n this.dataState.tissueBlockData$,\n this.colorAssignments.colorAssignments$\n ]).pipe(\n map(([tissueBlocks, colors]) => {\n const topBlocks: ListResult[] = [];\n const otherBlocks: ListResult[] = [];\n\n for (const tissueBlock of tissueBlocks) {\n const color = colors[tissueBlock.spatialEntityId];\n if (color) {\n topBlocks.push({\n selected: true, color: color.color, tissueBlock, rank: color.rank\n });\n } else {\n otherBlocks.push({\n selected: false, tissueBlock\n });\n }\n }\n\n return sortBy(topBlocks, ['rank']).concat(otherBlocks);\n }),\n tap(results => this.setListResults(results))\n ).subscribe();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ListResultsStateModel.html":{"url":"interfaces/ListResultsStateModel.html","title":"interface - ListResultsStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ListResultsStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n highlightedNodeId\n \n \n \n \n listResults\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n highlightedNodeId\n \n \n \n \n \n \n \n \n highlightedNodeId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n listResults\n \n \n \n \n \n \n \n \n listResults: ListResult[]\n\n \n \n\n\n \n \n Type : ListResult[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { NgxsOnInit, State } from '@ngxs/store';\nimport { DataSourceService } from 'ccf-shared';\nimport sortBy from 'lodash/sortBy';\nimport { combineLatest } from 'rxjs';\nimport { distinctUntilChanged, map, tap } from 'rxjs/operators';\nimport { ListResult } from '../../models/list-result';\nimport { ColorAssignmentState } from '../color-assignment/color-assignment.state';\nimport { DataState } from '../data/data.state';\n\n\nexport interface ListResultsStateModel {\n listResults: ListResult[];\n highlightedNodeId?: string;\n}\n\n@StateRepository()\n@State({\n name: 'listResults',\n defaults: {\n listResults: []\n }\n})\n@Injectable()\nexport class ListResultsState extends NgxsImmutableDataRepository implements NgxsOnInit {\n /** Scene to display in the 3d Scene */\n readonly listResults$ = this.state$.pipe(map(x => x?.listResults), distinctUntilChanged());\n readonly highlightedNodeId$ = this.state$.pipe(map(x => x?.highlightedNodeId), distinctUntilChanged());\n\n\n /** The data state */\n private dataState: DataState;\n\n /** Color assignments state */\n private colorAssignments: ColorAssignmentState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load data state\n */\n constructor(\n private readonly dataService: DataSourceService,\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Sets the list results\n *\n * @param listResults The list of results to display\n */\n @DataAction()\n setListResults(@Payload('listResults') listResults: ListResult[]): void {\n this.ctx.patchState({ listResults });\n }\n\n selectListResult(result: ListResult): void {\n this.colorAssignments.assignColor(result.tissueBlock.spatialEntityId);\n }\n\n deselectListResult(result: ListResult): void {\n this.colorAssignments.unassignColor(result.tissueBlock.spatialEntityId);\n }\n\n highlightNode(id: string): void {\n this.ctx.patchState({ highlightedNodeId: id });\n }\n\n unHighlightNode(): void {\n this.ctx.patchState({ highlightedNodeId: undefined });\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.dataState = this.injector.get(DataState);\n this.colorAssignments = this.injector.get(ColorAssignmentState);\n\n combineLatest([\n this.dataState.tissueBlockData$,\n this.colorAssignments.colorAssignments$\n ]).pipe(\n map(([tissueBlocks, colors]) => {\n const topBlocks: ListResult[] = [];\n const otherBlocks: ListResult[] = [];\n\n for (const tissueBlock of tissueBlocks) {\n const color = colors[tissueBlock.spatialEntityId];\n if (color) {\n topBlocks.push({\n selected: true, color: color.color, tissueBlock, rank: color.rank\n });\n } else {\n otherBlocks.push({\n selected: false, tissueBlock\n });\n }\n }\n\n return sortBy(topBlocks, ['rank']).concat(otherBlocks);\n }),\n tap(results => this.setListResults(results))\n ).subscribe();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Message.html":{"url":"interfaces/Message.html","title":"interface - Message","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Message\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n A message sent on a channel.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n payload\n \n \n \n \n source\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Unique identifier for a message.\n\n \n \n \n \n \n \n \n \n \n payload\n \n \n \n \n \n \n \n \n payload: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n Data associated with this message.\n\n \n \n \n \n \n \n \n \n \n source\n \n \n \n \n \n \n \n \n source: \n\n \n \n\n\n\n\n\n\n\n \n \n Sender of the message.\n\n \n \n \n \n \n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/MessageChannel.html":{"url":"classes/MessageChannel.html","title":"class - MessageChannel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n MessageChannel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Channel for sending and receiving messages.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Static\n counter\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getMessages\n \n \n getMessagesFromSource\n \n \n getMessagesFromSources\n \n \n Private\n nextMessageId\n \n \n sendMessage\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(source, channel: Subject>, messages: Observable>)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:50\n \n \n\n \n \n Creates a new channel.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n source\n \n \n \n \n \n No\n \n \n \n The message source.\n\n \n \n \n channel\n \n \n Subject>\n \n \n \n No\n \n \n \n The message send subject.\n\n \n \n \n messages\n \n \n Observable>\n \n \n \n No\n \n \n \n The message receive observable.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n Static\n counter\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:50\n \n \n\n \n \n Counter used to give each message a unique id.\n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getMessages\n \n \n \n \n \n \ngetMessages()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:83\n \n \n\n\n \n \n Gets an observable emitting all messages except for those sent by this source.\n\n\n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n getMessagesFromSource\n \n \n \n \n \n \ngetMessagesFromSource(source)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:93\n \n \n\n\n \n \n Gets an observable emitting messages sent from a specific source.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n source\n\n \n No\n \n\n\n \n The source messages are filtered on.\n\n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n getMessagesFromSources\n \n \n \n \n \n \ngetMessagesFromSources(sources: [])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:103\n \n \n\n\n \n \n Gets an observable emitting messages sent from any of the specified sources.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n sources\n \n []\n \n\n \n No\n \n\n\n \n The sources messages are filtered on.\n\n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n nextMessageId\n \n \n \n \n \n \n \n nextMessageId()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:112\n \n \n\n\n \n \n Creates a unique message identifier.\n\n\n \n Returns : number\n\n \n \n The identifier number.\n\n \n \n \n \n \n \n \n \n \n \n \n sendMessage\n \n \n \n \n \n \nsendMessage(payload: T)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:70\n \n \n\n\n \n \n Sends a single message with a payload.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n payload\n \n T\n \n\n \n No\n \n\n\n \n The message payload.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/MessageService.html":{"url":"injectables/MessageService.html","title":"injectable - MessageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n MessageService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Service for creating message channels.\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n channel\n \n \n Private\n messages\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n connect\n \n \n ngOnDestroy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: MessageServiceConfig, parent: MessageService | null)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:130\n \n \n\n \n \n Creates an instance of message service.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n \n MessageServiceConfig\n \n \n \n No\n \n \n \n The configuration for this service.\n\n \n \n \n parent\n \n \n MessageService | null\n \n \n \n No\n \n \n \n The parent message service, if any.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n connect\n \n \n \n \n \n \nconnect(source)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:163\n \n \n\n\n \n \n Connects to a message channel.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n source\n\n \n No\n \n\n\n \n The source of messages sent.\n\n \n \n \n \n \n \n Returns : MessageChannel\n\n \n \n A new connected message channel.\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:153\n \n \n\n\n \n \n Clean up.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n channel\n \n \n \n \n \n \n Default value : new Subject>()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:128\n \n \n\n \n \n The message channel.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n messages\n \n \n \n \n \n \n Type : Observable>\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:130\n \n \n\n \n \n The message listener.\n\n \n \n\n \n \n\n\n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/MessageServiceConfig.html":{"url":"interfaces/MessageServiceConfig.html","title":"interface - MessageServiceConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n MessageServiceConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Message service configuration options.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n isolated\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n isolated\n \n \n \n \n \n \n \n \n isolated: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether to listen to parent messages.\n\n \n \n \n \n \n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/MoveToNode.html":{"url":"classes/MoveToNode.html","title":"class - MoveToNode","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n MoveToNode\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(node: SpatialSceneNode)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:26\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n node\n \n \n SpatialSceneNode\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Start moving the position to a scene node'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:26\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OntologyExplorationModule.html":{"url":"modules/OntologyExplorationModule.html","title":"module - OntologyExplorationModule","body":"\n \n\n\n\n\n Modules\n OntologyExplorationModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OntologyExplorationModule\n\n\n\ncluster_OntologyExplorationModule_exports\n\n\n\ncluster_OntologyExplorationModule_imports\n\n\n\n\nOntologySearchModule\n\nOntologySearchModule\n\n\n\nOntologyExplorationModule\n\nOntologyExplorationModule\n\nOntologyExplorationModule -->\n\nOntologySearchModule->OntologyExplorationModule\n\n\n\n\n\nOntologySelectionModule\n\nOntologySelectionModule\n\nOntologyExplorationModule -->\n\nOntologySelectionModule->OntologyExplorationModule\n\n\n\n\n\nOntologyTreeModule\n\nOntologyTreeModule\n\nOntologyExplorationModule -->\n\nOntologyTreeModule->OntologyExplorationModule\n\n\n\n\n\nOntologySearchModule \n\nOntologySearchModule \n\nOntologySearchModule -->\n\nOntologyExplorationModule->OntologySearchModule \n\n\n\n\n\nOntologySelectionModule \n\nOntologySelectionModule \n\nOntologySelectionModule -->\n\nOntologyExplorationModule->OntologySelectionModule \n\n\n\n\n\nOntologyTreeModule \n\nOntologyTreeModule \n\nOntologyTreeModule -->\n\nOntologyExplorationModule->OntologyTreeModule \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-exploration.module.ts\n \n\n\n\n\n\n \n \n \n Imports\n \n \n OntologySearchModule\n \n \n OntologySelectionModule\n \n \n OntologyTreeModule\n \n \n \n \n Exports\n \n \n OntologySearchModule\n \n \n OntologySelectionModule\n \n \n OntologyTreeModule\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { OntologySearchModule } from './ontology-search/ontology-search.module';\nimport { OntologySelectionModule } from './ontology-selection/ontology-selection.module';\nimport { OntologyTreeModule } from './ontology-tree/ontology-tree.module';\n\n\n@NgModule({\n imports: [\n CommonModule,\n OntologySearchModule,\n OntologyTreeModule,\n OntologySelectionModule\n ],\n exports: [OntologySearchModule, OntologyTreeModule, OntologySelectionModule]\n})\nexport class OntologyExplorationModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/OntologySearchComponent.html":{"url":"components/OntologySearchComponent.html","title":"component - OntologySearchComponent","body":"\n \n\n\n\n\n\n Components\n \n OntologySearchComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts\n\n\n\n \n Description\n \n \n Componenet for searching the Ontology nodes.\n\n \n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-ontology-search\n \n\n\n\n \n styleUrls\n ./ontology-search.component.scss\n \n\n\n\n \n templateUrl\n ./ontology-search.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n autoCompleteOpen\n \n \n filteredResults$\n \n \n formControl\n \n \n Public\n ontologyService\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n displayFormatter\n \n \n ngOnInit\n \n \n onSelect\n \n \n sortBySynonymResult\n \n \n sortLexically\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n placeholderText\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selected\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ontologyService: OntologySearchService, ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:45\n \n \n\n \n \n Creates an instance of ontology search component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ontologyService\n \n \n OntologySearchService\n \n \n \n No\n \n \n \n instance of searchService which provides all the search functionality\n\n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n placeholderText\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:23\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:29\n \n \n \n \n Output event-emitter which emits the id of the OntologyTreeNode whose label was\nselected by the user in the search-results\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n displayFormatter\n \n \n \n \n \n \ndisplayFormatter(option?: SearchResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:78\n \n \n\n\n \n \n A formatter function to enable different display and selected value\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n option\n \n SearchResult\n \n\n \n Yes\n \n\n\n \n a search result entry\n\n \n \n \n \n \n \n Returns : string\n\n \n \n a part of the search result entry to be displayed as a display value\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:60\n \n \n\n\n \n \n on-init lifecycle hook for this component -\ngets the searched value from the view, sends it to the filter function in the OntologyService,\nand gets the search results from the service\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n onSelect\n \n \n \n \n \n \nonSelect(event: MatAutocompleteSelectedEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:107\n \n \n\n\n \n \n Callback function triggered when the user selects a value from search results\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n MatAutocompleteSelectedEvent\n \n\n \n No\n \n\n\n \n instance of MatAutocompleteSelectedEvent\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sortBySynonymResult\n \n \n \n \n \n \nsortBySynonymResult(this: void, entry: SearchResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:88\n \n \n\n\n \n \n Sorts by results which have synonyms\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n this\n \n void\n \n\n \n No\n \n\n\n \n \n \n \n entry\n \n SearchResult\n \n\n \n No\n \n\n\n \n search result entry\n\n \n \n \n \n \n \n Returns : number\n\n \n \n 1 or -1\n\n \n \n \n \n \n \n \n \n \n \n \n sortLexically\n \n \n \n \n \n \nsortLexically(this: void, entry: SearchResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:98\n \n \n\n\n \n \n Sorts lexically\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n this\n \n void\n \n\n \n No\n \n\n\n \n \n \n \n entry\n \n SearchResult\n \n\n \n No\n \n\n\n \n search result entry\n\n \n \n \n \n \n \n Returns : string\n\n \n \n lower case value of node label\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n autoCompleteOpen\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:40\n \n \n\n \n \n Determines if autocomplete is open or close.\n\n \n \n\n \n \n \n \n \n \n \n \n filteredResults$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:45\n \n \n\n \n \n Observable which provides the filtered search results\n\n \n \n\n \n \n \n \n \n \n \n \n formControl\n \n \n \n \n \n \n Default value : new UntypedFormControl('')\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:34\n \n \n\n \n \n Instance of FormControl - tracks the value and validation status of an individual form control\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n ontologyService\n \n \n \n \n \n \n Type : OntologySearchService\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:53\n \n \n\n \n \n instance of searchService which provides all the search functionality\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, OnInit, Input, Output } from '@angular/core';\nimport { UntypedFormControl } from '@angular/forms';\nimport { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';\nimport { OntologyTreeNode } from 'ccf-database';\nimport { get, sortBy } from 'lodash';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { Observable } from 'rxjs';\nimport { filter, map, startWith, switchMap } from 'rxjs/operators';\n\nimport { OntologySearchService, SearchResult } from '../../../core/services/ontology-search/ontology-search.service';\n\n\n/**\n * Componenet for searching the Ontology nodes.\n */\n@Component({\n selector: 'ccf-ontology-search',\n templateUrl: './ontology-search.component.html',\n styleUrls: ['./ontology-search.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class OntologySearchComponent implements OnInit {\n @Input() placeholderText: string;\n\n /**\n * Output event-emitter which emits the id of the OntologyTreeNode whose label was\n * selected by the user in the search-results\n */\n @Output() readonly selected = new EventEmitter();\n\n /**\n * Instance of FormControl - tracks the value and validation status of an individual form control\n */\n formControl = new UntypedFormControl('');\n\n\n /**\n * Determines if autocomplete is open or close.\n */\n autoCompleteOpen = false;\n\n /**\n * Observable which provides the filtered search results\n */\n filteredResults$: Observable;\n\n /**\n * Creates an instance of ontology search component.\n *\n * @param ontologyService instance of searchService which provides all the search functionality\n * @param ga Analytics service\n */\n constructor(public ontologyService: OntologySearchService, private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * on-init lifecycle hook for this component -\n * gets the searched value from the view, sends it to the filter function in the OntologyService,\n * and gets the search results from the service\n */\n ngOnInit(): void {\n const valueChanges = this.formControl.valueChanges as Observable;\n this.filteredResults$ = valueChanges.pipe(\n filter(value => typeof value === 'string'),\n startWith(''),\n switchMap(value => this.ontologyService.filter(value)),\n map(searchResults => sortBy(searchResults, [\n this.sortBySynonymResult, 'index', this.sortLexically\n ]))\n );\n }\n\n /**\n * A formatter function to enable different display and selected value\n *\n * @param option a search result entry\n * @returns a part of the search result entry to be displayed as a display value\n */\n displayFormatter(option?: SearchResult): string {\n return (option?.displayLabel ?? []).join('');\n }\n\n /**\n * Sorts by results which have synonyms\n *\n * @param entry search result entry\n * @returns 1 or -1\n */\n sortBySynonymResult(this: void, entry: SearchResult): number {\n return entry.displayLabel.join().includes('(') ? 1 : -1;\n }\n\n /**\n * Sorts lexically\n *\n * @param entry search result entry\n * @returns lower case value of node label\n */\n sortLexically(this: void, entry: SearchResult): string {\n return entry.node.label.toLowerCase();\n }\n\n /**\n * Callback function triggered when the user selects a value from search results\n *\n * @param event instance of MatAutocompleteSelectedEvent\n */\n onSelect(event: MatAutocompleteSelectedEvent): void {\n const node = get(event, ['option', 'value', 'node']) as OntologyTreeNode;\n if (node) {\n this.ga.event('search', 'ontology_search', node.id);\n this.selected.emit(node);\n this.formControl.reset();\n }\n }\n}\n\n \n\n \n \n \n search\n \n\n \n \n \n {{option.displayLabel[0]}}\n {{option.displayLabel[1]}}\n {{option.displayLabel[2]}}\n \n \n \n \n\n\n \n\n \n \n ./ontology-search.component.scss\n \n .ccf-ontology-search {\n width: 100%;\n\n .field {\n width: 100%;\n padding-bottom: 1.34375em;\n font-size: inherit;\n line-height: 1.125;\n letter-spacing: normal;\n\n ::ng-deep .mat-mdc-text-field-wrapper {\n margin: 0;\n height: 2.75rem;\n\n .mat-mdc-form-field-flex {\n align-items: center;\n height: 2.75rem;\n\n .mat-mdc-form-field-infix {\n padding: 1rem 0;\n\n input {\n margin-left: .4rem;\n }\n }\n\n .mat-mdc-form-field-icon-prefix {\n padding: 0;\n }\n\n mat-icon {\n padding-right: 0;\n }\n }\n }\n }\n}\n\n\n::ng-deep .ccf-ontology-search.detached {\n border: 0.125rem solid;\n border-top: none;\n border-radius: 0 0 0.25rem 0.25rem;\n max-height: 18rem;\n padding: 0;\n box-shadow: none;\n\n .results-container {\n width: 23.75rem;\n margin-bottom: 1rem;\n overflow: auto;\n max-height: 15rem;\n scrollbar-width: thin;\n\n mat-option {\n min-height: 1.5rem;\n font-size: 1rem;\n font-weight: 500;\n\n .search-term {\n text-decoration: underline;\n }\n }\n }\n}\n\n.autocomplete-open {\n ::ng-deep .mdc-notched-outline {\n .mdc-notched-outline__leading {\n border-radius: 0.25rem 0 0 0;\n border-bottom: none;\n }\n\n .mdc-notched-outline__trailing {\n border-radius: 0 0.25rem 0 0;\n border-bottom: none;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' search {{option.displayLabel[0]}} {{option.displayLabel[1]}} {{option.displayLabel[2]}} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'OntologySearchComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OntologySearchModule.html":{"url":"modules/OntologySearchModule.html","title":"module - OntologySearchModule","body":"\n \n\n\n\n\n Modules\n OntologySearchModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OntologySearchModule\n\n\n\ncluster_OntologySearchModule_declarations\n\n\n\ncluster_OntologySearchModule_exports\n\n\n\n\nOntologySearchComponent\n\nOntologySearchComponent\n\n\n\nOntologySearchModule\n\nOntologySearchModule\n\nOntologySearchModule -->\n\nOntologySearchComponent->OntologySearchModule\n\n\n\n\n\nOntologySearchComponent \n\nOntologySearchComponent \n\nOntologySearchComponent -->\n\nOntologySearchModule->OntologySearchComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n OntologySearchComponent\n \n \n \n \n Exports\n \n \n OntologySearchComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MatAutocompleteModule } from '@angular/material/autocomplete';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\n\nimport { OntologySearchComponent } from './ontology-search.component';\nimport { MatFormFieldModule } from '@angular/material/form-field';\n\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MatAutocompleteModule,\n MatFormFieldModule,\n MatInputModule,\n MatIconModule\n ],\n declarations: [OntologySearchComponent],\n exports: [OntologySearchComponent]\n})\nexport class OntologySearchModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/OntologySearchService.html":{"url":"injectables/OntologySearchService.html","title":"injectable - OntologySearchService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n OntologySearchService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts\n \n\n\n \n Description\n \n \n Injectable OntologySearchService responsible for search result computations\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n nodes$\n \n \n Public\n Readonly\n rootNode$\n \n \n Private\n treeModel\n \n \n Private\n Readonly\n treeModel$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filter\n \n \n formatLabel\n \n \n \n getChildren\n \n \n getIndexOfMatch\n \n \n Private\n lookup\n \n \n setTreeModel\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filter\n \n \n \n \n \n \nfilter(value: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:50\n \n \n\n\n \n \n Searches the ontology with the search-term\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n the search term\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n an array of search-results\n\n \n \n \n \n \n \n \n \n \n \n \n formatLabel\n \n \n \n \n \n \nformatLabel(label: string, searchValue: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:111\n \n \n\n\n \n \n Formats label based on where the search-term was found in the OntologyTreeNode\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n label\n \n string\n \n\n \n No\n \n\n\n \n label or first synonym-label of OntologyTreeNode which has the search-term\n\n \n \n \n searchValue\n \n string\n \n\n \n No\n \n\n\n \n search-term\n\n \n \n \n \n \n \n Returns : string[]\n\n \n \n an array in the form of [prefix, search-term, suffix]\n\n \n \n \n \n \n \n \n \n \n \n \n \n getChildren\n \n \n \n \n \n \n \n getChildren(node: OntologyTreeNode)\n \n \n\n \n \n Decorators : \n \n @bind()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:128\n \n \n\n\n \n \n Fetches the children of an ontology node.\nNote: This can be called without a reference to this.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n node\n \n OntologyTreeNode\n \n\n \n No\n \n\n\n \n The node for which to get children.\n\n \n \n \n \n \n \n Returns : OntologyTreeNode[]\n\n \n \n An array of children, empty if the node has no children.\n\n \n \n \n \n \n \n \n \n \n \n \n getIndexOfMatch\n \n \n \n \n \n \ngetIndexOfMatch(label: string, searchValue: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:100\n \n \n\n\n \n \n Gets index of match in the ontology label\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n label\n \n string\n \n\n \n No\n \n\n\n \n the provided ontology node label or synonym label\n\n \n \n \n searchValue\n \n string\n \n\n \n No\n \n\n\n \n the searched text in lower case\n\n \n \n \n \n \n \n Returns : number\n\n \n \n the index of the match in the label\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n lookup\n \n \n \n \n \n \n \n lookup(nodes: Immutable[], searchValue: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:63\n \n \n\n\n \n \n looks up ontology nodes and composes search results\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n nodes\n \n Immutable[]\n \n\n \n No\n \n\n\n \n Ontology nodes\n\n \n \n \n searchValue\n \n string\n \n\n \n No\n \n\n\n \n search text in lower case\n\n \n \n \n \n \n \n Returns : SearchResult[]\n\n \n \n search results\n\n \n \n \n \n \n \n \n \n \n \n \n setTreeModel\n \n \n \n \n \n \nsetTreeModel(treeModel: OntologyTreeModel)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n treeModel\n \n OntologyTreeModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n nodes$\n \n \n \n \n \n \n Default value : this.treeModel$.pipe(map(state => Object.values(state.nodes)))\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:34\n \n \n\n \n \n All nodes in the ontology tree.\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n Readonly\n rootNode$\n \n \n \n \n \n \n Default value : this.treeModel$.pipe(map(state => state.nodes[state.root]))\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:37\n \n \n\n \n \n Root node of the ontology tree.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n treeModel\n \n \n \n \n \n \n Type : OntologyTreeModel\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n treeModel$\n \n \n \n \n \n \n Default value : new ReplaySubject(1)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:30\n \n \n\n\n \n \n\n\n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { bind } from 'bind-decorator';\nimport { OntologyTreeModel, OntologyTreeNode } from 'ccf-database';\nimport { at } from 'lodash';\nimport { Observable, ReplaySubject } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\n\n/**\n * Search result interface type for the search results\n */\nexport interface SearchResult {\n /** ensures order of search-results */\n index: number;\n\n /** label to be displayed in the view */\n displayLabel: string[];\n\n /** instance of OntologyTreeNode, provides data associated with a search result */\n node: OntologyTreeNode;\n}\n\n/**\n * Injectable OntologySearchService responsible for search result computations\n */\n@Injectable()\nexport class OntologySearchService {\n private readonly treeModel$ = new ReplaySubject(1);\n private treeModel: OntologyTreeModel;\n\n /** All nodes in the ontology tree. */\n public readonly nodes$ = this.treeModel$.pipe(map(state => Object.values(state.nodes)));\n\n /** Root node of the ontology tree. */\n public readonly rootNode$ = this.treeModel$.pipe(map(state => state.nodes[state.root]));\n\n setTreeModel(treeModel: OntologyTreeModel): void {\n this.treeModel$.next(treeModel);\n this.treeModel = treeModel;\n }\n\n /**\n * Searches the ontology with the search-term\n *\n * @param value the search term\n * @returns an array of search-results\n */\n filter(value: string): Observable {\n return this.nodes$.pipe(\n map(nodes => this.lookup(nodes, value.toLowerCase()))\n );\n }\n\n /**\n * looks up ontology nodes and composes search results\n *\n * @param nodes Ontology nodes\n * @param searchValue search text in lower case\n * @returns search results\n */\n private lookup(nodes: Immutable[], searchValue: string): SearchResult[] {\n const searchResults = new Map();\n\n if (nodes) {\n nodes.forEach((node: OntologyTreeNode) => {\n const condition = node.label.toLowerCase().includes(searchValue);\n\n if (condition && !searchResults.get(node.id)) {\n searchResults.set(node.id, {\n index: this.getIndexOfMatch(node.label, searchValue),\n displayLabel: this.formatLabel(node.label, searchValue),\n node\n });\n } else {\n const match = node.synonymLabels.find((label) => label.toLowerCase().includes(searchValue));\n\n if (match && !searchResults.get(node.id)) {\n searchResults.set(node.id, {\n index: this.getIndexOfMatch(node.label + ' (' + match + ')', searchValue),\n displayLabel: this.formatLabel(node.label + ' (' + match + ')', searchValue),\n node\n });\n }\n }\n });\n }\n\n return Array.from(searchResults.values());\n }\n\n /**\n * Gets index of match in the ontology label\n *\n * @param label the provided ontology node label or synonym label\n * @param searchValue the searched text in lower case\n * @returns the index of the match in the label\n */\n getIndexOfMatch(label: string, searchValue: string): number {\n return label.toLowerCase().indexOf(searchValue);\n }\n\n /**\n * Formats label based on where the search-term was found in the OntologyTreeNode\n *\n * @param label label or first synonym-label of OntologyTreeNode which has the search-term\n * @param searchValue search-term\n * @returns an array in the form of [prefix, search-term, suffix]\n */\n formatLabel(label: string, searchValue: string): string[] {\n const index = this.getIndexOfMatch(label, searchValue);\n return [\n label.slice(0, index),\n label.slice(index, index + searchValue.length),\n label.slice(index + searchValue.length)\n ];\n }\n\n /**\n * Fetches the children of an ontology node.\n * Note: This can be called without a reference to `this`.\n *\n * @param node The node for which to get children.\n * @returns An array of children, empty if the node has no children.\n */\n @bind\n getChildren(node: OntologyTreeNode): OntologyTreeNode[] {\n const nodes = this.treeModel?.nodes ?? {};\n return at(nodes, node.children);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OntologySelection.html":{"url":"interfaces/OntologySelection.html","title":"interface - OntologySelection","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OntologySelection\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/models/ontology-selection.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n label\n \n \n \n \n location\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n location\n \n \n \n \n \n \n \n \n location: OntologyTreeNode | undefined\n\n \n \n\n\n \n \n Type : OntologyTreeNode | undefined\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { OntologyTreeNode } from 'ccf-database';\n\nexport interface OntologySelection {\n location: OntologyTreeNode | undefined;\n id: string;\n label: string;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/OntologySelectionComponent.html":{"url":"components/OntologySelectionComponent.html","title":"component - OntologySelectionComponent","body":"\n \n\n\n\n\n\n Components\n \n OntologySelectionComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts\n\n\n\n \n Description\n \n \n Ontology selection component that encapsulates ontology search and tree components.\n\n \n\n\n \n Implements\n \n \n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n \n providers\n \n OntologySearchService\n \n \n\n\n \n selector\n ccf-ontology-selection\n \n\n\n\n \n styleUrls\n ./ontology-selection.component.scss\n \n\n\n\n \n templateUrl\n ./ontology-selection.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n biomarkerLabelMap\n \n \n biomarkerMenuOptions\n \n \n currentNodes\n \n \n Public\n ontologySearchService\n \n \n rootNode\n \n \n rootNode$\n \n \n tooltips\n \n \n \n tree\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterNodes\n \n \n ngOnChanges\n \n \n selected\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n header\n \n \n occurenceData\n \n \n ontologyFilter\n \n \n placeholderText\n \n \n showtoggle\n \n \n termData\n \n \n treeModel\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n ontologySelection\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ontologySearchService: OntologySearchService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:65\n \n \n\n \n \n Creates an instance of ontology selection component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ontologySearchService\n \n \n OntologySearchService\n \n \n \n No\n \n \n \n Service for searching the ontology.\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n header\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:49\n \n \n \n \n \n \n \n \n \n occurenceData\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:30\n \n \n \n \n A record of terms within the current filter. To be passed on to ontology-tree\n\n \n \n \n \n \n \n \n \n \n ontologyFilter\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:47\n \n \n \n \n Input list of selected ontology terms passed down to ontology-tree.\nUsed to change display of ontology tree when selection is made from\noutside the component.\n\n \n \n \n \n \n \n \n \n \n placeholderText\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:50\n \n \n \n \n \n \n \n \n \n showtoggle\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:52\n \n \n \n \n \n \n \n \n \n termData\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:35\n \n \n \n \n A record of terms the app currently has data for. To be passed on to ontology-tree\n\n \n \n \n \n \n \n \n \n \n treeModel\n \n \n \n \n Type : OntologyTreeModel\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:40\n \n \n \n \n The ontology tree model to display\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n ontologySelection\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:57\n \n \n \n \n Captures and passes along the change in ontologySelections.\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filterNodes\n \n \n \n \n \n \nfilterNodes(selectedTypes: string[])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:101\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n selectedTypes\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:85\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n selected\n \n \n \n \n \n \nselected(ontologyNode: OntologyTreeNode)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:96\n \n \n\n\n \n \n Ontology selection event when node is selected from the search results.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ontologyNode\n \n OntologyTreeNode\n \n\n \n No\n \n\n\n \n selected ontology node.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n biomarkerLabelMap\n \n \n \n \n \n \n Default value : new Map([['gene', 'BG',], ['protein', 'BP'], ['lipids', 'BL'], ['metabolites', 'BM'], ['proteoforms', 'BF']])\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:65\n \n \n\n\n \n \n \n \n \n \n \n \n biomarkerMenuOptions\n \n \n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:61\n \n \n\n\n \n \n \n \n \n \n \n \n currentNodes\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n ontologySearchService\n \n \n \n \n \n \n Type : OntologySearchService\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:72\n \n \n\n \n \n Service for searching the ontology.\n \n \n\n \n \n \n \n \n \n \n \n rootNode\n \n \n \n \n \n \n Type : OntologyTreeNode\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:62\n \n \n\n\n \n \n \n \n \n \n \n \n rootNode$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:64\n \n \n\n\n \n \n \n \n \n \n \n \n tooltips\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:63\n \n \n\n\n \n \n \n \n \n \n \n \n \n tree\n \n \n \n \n \n \n Type : OntologyTreeComponent\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(OntologyTreeComponent, {static: false})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:25\n \n \n\n \n \n View child of search component\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnChanges, Output, SimpleChanges, ViewChild } from '@angular/core';\nimport { OntologyTreeModel, OntologyTreeNode } from 'ccf-database';\n\nimport { OntologySelection } from '../../../core/models/ontology-selection';\nimport { OntologySearchService } from '../../../core/services/ontology-search/ontology-search.service';\nimport { OntologyTreeComponent } from '../ontology-tree/ontology-tree.component';\nimport { tap } from 'rxjs/operators';\nimport { Observable } from 'rxjs/internal/Observable';\n\n\n/**\n * Ontology selection component that encapsulates ontology search and tree components.\n */\n@Component({\n selector: 'ccf-ontology-selection',\n templateUrl: './ontology-selection.component.html',\n styleUrls: ['./ontology-selection.component.scss'],\n providers: [OntologySearchService],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class OntologySelectionComponent implements OnChanges {\n /**\n * View child of search component\n */\n @ViewChild(OntologyTreeComponent, { static: false }) tree: OntologyTreeComponent;\n\n /**\n * A record of terms within the current filter. To be passed on to ontology-tree\n */\n @Input() occurenceData: Record;\n\n /**\n * A record of terms the app currently has data for. To be passed on to ontology-tree\n */\n @Input() termData: Record;\n\n /**\n * The ontology tree model to display\n */\n @Input() treeModel: OntologyTreeModel;\n\n /**\n * Input list of selected ontology terms passed down to ontology-tree.\n * Used to change display of ontology tree when selection is made from\n * outside the component.\n */\n @Input() ontologyFilter: string[];\n\n @Input() header: boolean;\n @Input() placeholderText: string;\n\n @Input() showtoggle: boolean;\n\n /**\n * Captures and passes along the change in ontologySelections.\n */\n @Output() readonly ontologySelection = new EventEmitter();\n\n currentNodes: string[];\n\n biomarkerMenuOptions;\n rootNode: OntologyTreeNode;\n tooltips: string[];\n rootNode$: Observable;\n biomarkerLabelMap = new Map([['gene', 'BG',], ['protein', 'BP'], ['lipids', 'BL'], ['metabolites', 'BM'], ['proteoforms', 'BF']]);\n /**\n * Creates an instance of ontology selection component.\n *\n * @param ontologySearchService Service for searching the ontology.\n */\n constructor(\n public ontologySearchService: OntologySearchService,\n ) {\n\n this.rootNode$ = ontologySearchService.rootNode$.pipe(tap(rootNode => {\n this.rootNode = { ...rootNode };\n if (this.rootNode.id === 'biomarkers') {\n this.tooltips = [...rootNode.children];\n this.biomarkerMenuOptions = [...rootNode.children].map(option => this.biomarkerLabelMap.get(option));\n this.filterNodes(this.biomarkerMenuOptions);\n }\n }));\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if ('treeModel' in changes && this.treeModel) {\n this.ontologySearchService.setTreeModel(this.treeModel);\n }\n }\n\n /**\n * Ontology selection event when node is selected from the search results.\n *\n * @param ontologyNode selected ontology node.\n */\n selected(ontologyNode: OntologyTreeNode): void {\n const nodes = this.treeModel?.nodes ?? {};\n this.tree.expandAndSelect(ontologyNode, node => nodes[node.parent]);\n }\n\n filterNodes(selectedTypes: string[]): void {\n const nodes = Object.values(this.treeModel.nodes);\n const filteredNodes = nodes.filter(node => selectedTypes.includes(this.biomarkerLabelMap.get(node.parent) ?? ''))\n .sort((node1, node2) => node1.label.trim().toLowerCase() > node2.label.trim().toLowerCase() ? 1 : -1);\n const rootNode = { ...this.rootNode };\n rootNode.children = filteredNodes.map(node => node.id);\n this.rootNode = { ...rootNode };\n }\n\n}\n\n \n\n \n \n\n \n\n \n \n ./ontology-selection.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'OntologySelectionComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OntologySelectionModule.html":{"url":"modules/OntologySelectionModule.html","title":"module - OntologySelectionModule","body":"\n \n\n\n\n\n Modules\n OntologySelectionModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OntologySelectionModule\n\n\n\ncluster_OntologySelectionModule_exports\n\n\n\ncluster_OntologySelectionModule_imports\n\n\n\ncluster_OntologySelectionModule_OntologySelectionComponent_providers\n\n\n\n\nOntologySelectionComponent\n\nOntologySelectionComponent\n\n\n\nOntologySelectionModule\n\nOntologySelectionModule\n\nOntologySelectionModule -->\n\nOntologySelectionComponent->OntologySelectionModule\n\n\n\n\n\nOntologySelectionComponent \n\nOntologySelectionComponent \n\nOntologySelectionComponent -->\n\nOntologySelectionModule->OntologySelectionComponent \n\n\n\n\n\nOntologySearchService\n\nOntologySearchService\n\nOntologySelectionComponent -->\n\nOntologySearchService->OntologySelectionComponent\n\n\n\n\n\nOntologySearchModule\n\nOntologySearchModule\n\nOntologySelectionModule -->\n\nOntologySearchModule->OntologySelectionModule\n\n\n\n\n\nOntologyTreeModule\n\nOntologyTreeModule\n\nOntologySelectionModule -->\n\nOntologyTreeModule->OntologySelectionModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n OntologySelectionComponent\n \n \n \n \n Imports\n \n \n OntologySearchModule\n \n \n OntologyTreeModule\n \n \n \n \n Exports\n \n \n OntologySelectionComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { OntologySearchModule } from '../ontology-search/ontology-search.module';\nimport { OntologyTreeModule } from '../ontology-tree/ontology-tree.module';\nimport { OntologySelectionComponent } from './ontology-selection.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n OntologySearchModule,\n OntologyTreeModule\n ],\n declarations: [OntologySelectionComponent],\n exports: [OntologySelectionComponent],\n})\nexport class OntologySelectionModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OntologyTreeModule.html":{"url":"modules/OntologyTreeModule.html","title":"module - OntologyTreeModule","body":"\n \n\n\n\n\n Modules\n OntologyTreeModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OntologyTreeModule\n\n\n\ncluster_OntologyTreeModule_declarations\n\n\n\ncluster_OntologyTreeModule_exports\n\n\n\ncluster_OntologyTreeModule_imports\n\n\n\n\nOntologyTreeComponent\n\nOntologyTreeComponent\n\n\n\nOntologyTreeModule\n\nOntologyTreeModule\n\nOntologyTreeModule -->\n\nOntologyTreeComponent->OntologyTreeModule\n\n\n\n\n\nOntologyTreeComponent \n\nOntologyTreeComponent \n\nOntologyTreeComponent -->\n\nOntologyTreeModule->OntologyTreeComponent \n\n\n\n\n\nButtonToggleModule\n\nButtonToggleModule\n\nOntologyTreeModule -->\n\nButtonToggleModule->OntologyTreeModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n OntologyTreeComponent\n \n \n \n \n Imports\n \n \n ButtonToggleModule\n \n \n \n \n Exports\n \n \n OntologyTreeComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { MatTreeModule } from '@angular/material/tree';\n\nimport { OntologyTreeComponent } from './ontology-tree.component';\nimport { OpacitySliderModule } from 'ccf-shared';\nimport { ButtonToggleModule } from '../../../shared/components/button-toggle/button-toggle.module';\n\n@NgModule({\n imports: [\n CommonModule,\n MatButtonModule,\n MatIconModule,\n MatTooltipModule,\n MatTreeModule,\n OpacitySliderModule,\n ButtonToggleModule\n ],\n declarations: [OntologyTreeComponent],\n exports: [OntologyTreeComponent],\n})\nexport class OntologyTreeModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Position.html":{"url":"interfaces/Position.html","title":"interface - Position","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Position\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n x\n \n \n \n \n \n \n \n \n x: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n y\n \n \n \n \n \n \n \n \n y: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n z\n \n \n \n \n \n \n \n \n z: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/RadiusSettings.html":{"url":"interfaces/RadiusSettings.html","title":"interface - RadiusSettings","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n RadiusSettings\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n defaultValue\n \n \n \n \n max\n \n \n \n \n min\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n defaultValue\n \n \n \n \n \n \n \n \n defaultValue: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n max\n \n \n \n \n \n \n \n \n max: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n min\n \n \n \n \n \n \n \n \n min: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ReallyUpdateSpatialSearch.html":{"url":"classes/ReallyUpdateSpatialSearch.html","title":"class - ReallyUpdateSpatialSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ReallyUpdateSpatialSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Really update spatial search data'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:71\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RemoveSearch.html":{"url":"classes/RemoveSearch.html","title":"class - RemoveSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RemoveSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(id: string)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:15\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[Spatial Search Filter] Remove'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:15\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSearch } from 'ccf-database';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\n\nimport type { SpatialSearchFilterItem } from './spatial-search-filter.state';\n\n\nexport class AddSearch {\n static readonly type = '[Spatial Search Filter] Add';\n\n constructor(readonly sex: Sex, readonly organName: string, readonly search: SpatialSearch) { }\n}\n\nexport class RemoveSearch {\n static readonly type = '[Spatial Search Filter] Remove';\n\n constructor(readonly id: string) { }\n}\n\nexport class SetSelectedSearches {\n static readonly type = '[Spatial Search Filter] Set selected searches';\n\n constructor(readonly items: SpatialSearchFilterItem[]) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ResetPosition.html":{"url":"classes/ResetPosition.html","title":"class - ResetPosition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ResetPosition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Reset position'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:32\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ResetRadius.html":{"url":"classes/ResetRadius.html","title":"class - ResetRadius","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ResetRadius\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Reset radius'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:42\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ResultsBrowserComponent.html":{"url":"components/ResultsBrowserComponent.html","title":"component - ResultsBrowserComponent","body":"\n \n\n\n\n\n\n Components\n \n ResultsBrowserComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts\n\n\n\n \n Description\n \n \n ResultsBrowser is the container component in charge of rendering the label and stats of\nthe results as well as handling the virtual scrolling and click emitters of\nResultsBrowserItems.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-results-browser\n \n\n\n\n \n styleUrls\n ./results-browser.component.scss\n \n\n\n\n \n templateUrl\n ./results-browser.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n atScrollBottom\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleHover\n \n \n handleLinkClick\n \n \n handleSelection\n \n \n handleUnhover\n \n \n onScroll\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n aggregateData\n \n \n header\n \n \n highlighted\n \n \n listResults\n \n \n resultLabel\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n itemHovered\n \n \n itemUnhovered\n \n \n linkClicked\n \n \n listResultDeselected\n \n \n listResultSelected\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:64\n \n \n\n \n \n Creates an instance of results browser component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n aggregateData\n \n \n \n \n Type : Immutable\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:29\n \n \n \n \n Input used to add a list of stats at the top the results browser\n\n \n \n \n \n \n \n \n \n \n header\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:38\n \n \n \n \n \n \n \n \n \n highlighted\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:36\n \n \n \n \n \n \n \n \n \n listResults\n \n \n \n \n Type : Immutable\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:24\n \n \n \n \n Input array of List Results to display\n\n \n \n \n \n \n \n \n \n \n resultLabel\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:34\n \n \n \n \n Input allowing the title of the result browser to be set outside of the component\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n itemHovered\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:56\n \n \n \n \n \n \n \n \n \n itemUnhovered\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:58\n \n \n \n \n \n \n \n \n \n linkClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:44\n \n \n \n \n Output emitting the result that was clicked on and its relevant information.\nUsed for opening and rendering the result viewer.\n\n \n \n \n \n \n \n \n \n \n listResultDeselected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:54\n \n \n \n \n Output emitting the link result deselected\n\n \n \n \n \n \n \n \n \n \n listResultSelected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:49\n \n \n \n \n Output emitting the link result selected\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleHover\n \n \n \n \n \n \nhandleHover(id: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:111\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleLinkClick\n \n \n \n \n \n \nhandleLinkClick(link: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:93\n \n \n\n\n \n \n Notifies on link click\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n link\n \n string\n \n\n \n No\n \n\n\n \n the link clicked\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleSelection\n \n \n \n \n \n \nhandleSelection(result: Immutable, selected: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:79\n \n \n\n\n \n \n Notifies listeners when a selection/deselection is made\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n result\n \n Immutable\n \n\n \n No\n \n\n\n \n the list result\n\n \n \n \n selected\n \n boolean\n \n\n \n No\n \n\n\n \n whether to select or deselect the result\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleUnhover\n \n \n \n \n \n \nhandleUnhover()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:115\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n onScroll\n \n \n \n \n \n \nonScroll(event: UIEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:102\n \n \n\n\n \n \n Handles the scroll event to detect when scroll is at the bottom.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n UIEvent\n \n\n \n No\n \n\n\n \n The scroll event.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n atScrollBottom\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:64\n \n \n\n \n \n Keeps track of whether or not the virtual scroll viewport is scrolled all the way to the bottom.\nUsed to determine whether or not to render the gradient at the bottom.\n\n \n \n\n \n \n\n\n\n\n\n \n import { Immutable } from '@angular-ru/common/typings/immutability';\nimport { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { AggregateResult } from 'ccf-database';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { ListResult } from '../../../core/models/list-result';\n\n\n/**\n * ResultsBrowser is the container component in charge of rendering the label and stats of\n * the results as well as handling the virtual scrolling and click emitters of\n * ResultsBrowserItems.\n */\n@Component({\n selector: 'ccf-results-browser',\n templateUrl: './results-browser.component.html',\n styleUrls: ['./results-browser.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ResultsBrowserComponent {\n /**\n * Input array of List Results to display\n */\n @Input() listResults: Immutable;\n\n /**\n * Input used to add a list of stats at the top the results browser\n */\n @Input() aggregateData: Immutable;\n\n /**\n * Input allowing the title of the result browser to be set outside of the component\n */\n @Input() resultLabel: string;\n\n @Input() highlighted: string;\n\n @Input() header: boolean;\n\n /**\n * Output emitting the result that was clicked on and its relevant information.\n * Used for opening and rendering the result viewer.\n */\n @Output() readonly linkClicked = new EventEmitter();\n\n /**\n * Output emitting the link result selected\n */\n @Output() readonly listResultSelected = new EventEmitter>();\n\n /**\n * Output emitting the link result deselected\n */\n @Output() readonly listResultDeselected = new EventEmitter>();\n\n @Output() readonly itemHovered = new EventEmitter();\n\n @Output() readonly itemUnhovered = new EventEmitter();\n\n /**\n * Keeps track of whether or not the virtual scroll viewport is scrolled all the way to the bottom.\n * Used to determine whether or not to render the gradient at the bottom.\n */\n atScrollBottom = false;\n\n /**\n * Creates an instance of results browser component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Notifies listeners when a selection/deselection is made\n *\n * @param result the list result\n * @param selected whether to select or deselect the result\n */\n handleSelection(result: Immutable, selected: boolean): void {\n this.ga.event('list_result_selected', 'results_browser', this.resultLabel, +selected);\n if (selected) {\n this.listResultSelected.next(result);\n } else {\n this.listResultDeselected.next(result);\n }\n }\n\n /**\n * Notifies on link click\n *\n * @param link the link clicked\n */\n handleLinkClick(link: string): void {\n this.linkClicked.emit(link);\n }\n\n /**\n * Handles the scroll event to detect when scroll is at the bottom.\n *\n * @param event The scroll event.\n */\n onScroll(event: UIEvent): void {\n if (!event.target) {\n return;\n }\n const { clientHeight, scrollHeight, scrollTop } = event.target as Element;\n const diff = scrollHeight - scrollTop - clientHeight;\n this.atScrollBottom = diff \n \n\n \n \n \n {{ resultLabel }}\n \n {{stat.count}}\n {{stat.label}}\n \n \n\n \n \n \n \n \n \n\n\n \n\n \n \n ./results-browser.component.scss\n \n .results-browser-container {\n display: flex;\n flex-direction: column;\n height: calc(100% - 3rem);\n padding: 0 1.5rem 1.5rem 1.5rem;\n\n .stat-box {\n margin-bottom: 1.5rem;\n line-height: 1.25;\n min-height: 7.75rem;\n\n #title {\n font-size: 1.25rem;\n margin-bottom: 0.75rem;\n }\n\n .stat-row {\n display: flex;\n flex-direction: row;\n\n .stat-value {\n margin-right: 1rem;\n width: 5.5rem;\n text-align: right;\n font-weight: 600;\n }\n .stat-label {\n font-weight: 300;\n }\n }\n }\n\n .results-browser-list {\n display: flex;\n flex-direction: column;\n overflow-y: auto;\n scrollbar-width: thin;\n padding-right: .5rem;\n height: calc(100vh - 20rem);\n\n &.header-hidden {\n height: calc(100vh - 16rem);\n }\n\n .browser-item-container {\n width: 100%;\n }\n }\n\n .scroll-gradient {\n position: absolute;\n height: 3rem;\n width: 95%;\n bottom: 0;\n pointer-events: none;\n\n\n &.hidden {\n display: none;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ resultLabel }} {{stat.count}} {{stat.label}} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ResultsBrowserComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ResultsBrowserModule.html":{"url":"modules/ResultsBrowserModule.html","title":"module - ResultsBrowserModule","body":"\n \n\n\n\n\n Modules\n ResultsBrowserModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ResultsBrowserModule\n\n\n\ncluster_ResultsBrowserModule_declarations\n\n\n\ncluster_ResultsBrowserModule_exports\n\n\n\ncluster_ResultsBrowserModule_imports\n\n\n\n\nResultsBrowserComponent\n\nResultsBrowserComponent\n\n\n\nResultsBrowserModule\n\nResultsBrowserModule\n\nResultsBrowserModule -->\n\nResultsBrowserComponent->ResultsBrowserModule\n\n\n\n\n\nResultsBrowserComponent \n\nResultsBrowserComponent \n\nResultsBrowserComponent -->\n\nResultsBrowserModule->ResultsBrowserComponent \n\n\n\n\n\nDonorCardModule\n\nDonorCardModule\n\nResultsBrowserModule -->\n\nDonorCardModule->ResultsBrowserModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ResultsBrowserComponent\n \n \n \n \n Imports\n \n \n DonorCardModule\n \n \n \n \n Exports\n \n \n ResultsBrowserComponent\n \n \n \n \n \n\n\n \n\n\n \n import { ScrollingModule } from '@angular/cdk/scrolling';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { ResultsBrowserComponent } from './results-browser.component';\nimport { DonorCardModule } from '../donor-card/donor-card.module';\n\n\n@NgModule({\n declarations: [ResultsBrowserComponent],\n imports: [\n CommonModule,\n ScrollingModule,\n DonorCardModule\n ],\n exports: [ResultsBrowserComponent]\n})\nexport class ResultsBrowserModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RunSpatialSearchComponent.html":{"url":"components/RunSpatialSearchComponent.html","title":"component - RunSpatialSearchComponent","body":"\n \n\n\n\n\n\n Components\n \n RunSpatialSearchComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts\n\n\n\n \n Description\n \n \n Button that opens up the Spatial Search config\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-run-spatial-search\n \n\n\n\n \n styleUrls\n ./run-spatial-search.component.scss\n \n\n\n\n \n templateUrl\n ./run-spatial-search.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n startSpatialSearchFlow\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: Store, dialog: MatDialog)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts:23\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n Store\n \n \n \n No\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-run-spatial-search\"\n\n \n \n \n \n Default value : 'ccf-run-spatial-search'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts:23\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n startSpatialSearchFlow\n \n \n \n \n \n \nstartSpatialSearchFlow()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts:30\n \n \n\n\n \n \n Starts spatial search flow\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-run-spatial-search'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts:23\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { Store } from '@ngxs/store';\nimport { take, tap } from 'rxjs/operators';\n\nimport { StartSpatialSearchFlow } from '../../../core/store/spatial-search-ui/spatial-search-ui.actions';\nimport {\n SpatialSearchConfigBehaviorComponent,\n} from '../spatial-search-config-behavior/spatial-search-config-behavior.component';\n\n\n/**\n * Button that opens up the Spatial Search config\n */\n@Component({\n selector: 'ccf-run-spatial-search',\n templateUrl: './run-spatial-search.component.html',\n styleUrls: ['./run-spatial-search.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RunSpatialSearchComponent {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-run-spatial-search';\n\n constructor(private readonly store: Store, private readonly dialog: MatDialog) { }\n\n /**\n * Starts spatial search flow\n */\n startSpatialSearchFlow(): void {\n this.store.dispatch(new StartSpatialSearchFlow()).pipe(\n take(1),\n tap(() => this.dialog.open(SpatialSearchConfigBehaviorComponent))\n ).subscribe();\n }\n}\n\n \n\n \n \n Run Spatial Search\n travel_explore\n\n\n \n\n \n \n ./run-spatial-search.component.scss\n \n :host {\n .run-spatial-search-button {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n border-width: 1px;\n border-style: solid;\n white-space: nowrap;\n height: 2rem;\n width: 13rem;\n\n .mat-icon {\n height: 1.5rem;\n width: 1.5rem;\n font-size: 1.5rem;\n margin-left: 0.5rem;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Run Spatial Search travel_explore'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RunSpatialSearchComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RunSpatialSearchModule.html":{"url":"modules/RunSpatialSearchModule.html","title":"module - RunSpatialSearchModule","body":"\n \n\n\n\n\n Modules\n RunSpatialSearchModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RunSpatialSearchModule\n\n\n\ncluster_RunSpatialSearchModule_exports\n\n\n\ncluster_RunSpatialSearchModule_declarations\n\n\n\n\nRunSpatialSearchComponent\n\nRunSpatialSearchComponent\n\n\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule -->\n\nRunSpatialSearchComponent->RunSpatialSearchModule\n\n\n\n\n\nRunSpatialSearchComponent \n\nRunSpatialSearchComponent \n\nRunSpatialSearchComponent -->\n\nRunSpatialSearchModule->RunSpatialSearchComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RunSpatialSearchComponent\n \n \n \n \n Exports\n \n \n RunSpatialSearchComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\n\nimport { RunSpatialSearchComponent } from './run-spatial-search.component';\n\n@NgModule({\n imports: [CommonModule, MatButtonModule, MatIconModule],\n declarations: [RunSpatialSearchComponent],\n exports: [RunSpatialSearchComponent]\n})\nexport class RunSpatialSearchModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SceneState.html":{"url":"injectables/SceneState.html","title":"injectable - SceneState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SceneState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n\n\n \n Description\n \n \n 3d Scene state\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n colorAssignments\n \n \n Private\n dataState\n \n \n Readonly\n highlightedId$\n \n \n Private\n listResults\n \n \n Readonly\n referenceOrgans$\n \n \n Readonly\n scene$\n \n \n Readonly\n selectedReferenceOrgans$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngxsOnInit\n \n \n \n Static\n referenceOrganEntities\n \n \n \n Static\n referenceOrgans\n \n \n sceneNodeClicked\n \n \n sceneNodeHovered\n \n \n sceneNodeUnhover\n \n \n \n setReferenceOrganEntities\n \n \n \n setReferenceOrgans\n \n \n \n setScene\n \n \n \n setSelectedReferenceOrgans\n \n \n setSelectedReferenceOrgansWithDefaults\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dataService: DataSourceService, injector: Injector)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:84\n \n \n\n \n \n Creates an instance of scene state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dataService\n \n \n DataSourceService\n \n \n \n No\n \n \n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n Injector service used to lazy load data state\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:166\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Static\n referenceOrganEntities\n \n \n \n \n \n \n \n referenceOrganEntities(state: SceneStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:65\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SceneStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialEntity[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n referenceOrgans\n \n \n \n \n \n \n \n referenceOrgans(state: SceneStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:60\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SceneStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OrganInfo[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sceneNodeClicked\n \n \n \n \n \n \nsceneNodeClicked(undefined: NodeClickEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:144\n \n \n\n\n \n \n Handle scene node clicks\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n NodeClickEvent\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sceneNodeHovered\n \n \n \n \n \n \nsceneNodeHovered(node: SpatialSceneNode)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:155\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n node\n \n SpatialSceneNode\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sceneNodeUnhover\n \n \n \n \n \n \nsceneNodeUnhover()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:159\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n setReferenceOrganEntities\n \n \n \n \n \n \n \n setReferenceOrganEntities(referenceOrganEntities: SpatialEntity[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:125\n \n \n\n\n \n \n Sets the reference organ entities\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n referenceOrganEntities\n \n SpatialEntity[]\n \n\n \n No\n \n\n\n \n The reference organ entities available\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setReferenceOrgans\n \n \n \n \n \n \n \n setReferenceOrgans(referenceOrgans: OrganInfo[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:115\n \n \n\n\n \n \n Sets the reference organs\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n referenceOrgans\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n The reference organs available\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setScene\n \n \n \n \n \n \n \n setScene(scene: SpatialSceneNode[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:135\n \n \n\n\n \n \n Sets the scene\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n scene\n \n SpatialSceneNode[]\n \n\n \n No\n \n\n\n \n The active scene to display\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSelectedReferenceOrgans\n \n \n \n \n \n \n \n setSelectedReferenceOrgans(selectedReferenceOrgans: OrganInfo[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:105\n \n \n\n\n \n \n Sets the selected reference organs\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n selectedReferenceOrgans\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSelectedReferenceOrgansWithDefaults\n \n \n \n \n \n \nsetSelectedReferenceOrgansWithDefaults(organs: OrganInfo[], selected: string[])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:215\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organs\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n \n selected\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n colorAssignments\n \n \n \n \n \n \n Type : ColorAssignmentState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:82\n \n \n\n \n \n Color assignments state\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n dataState\n \n \n \n \n \n \n Type : DataState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:79\n \n \n\n \n \n The data state\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n highlightedId$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.highlightedId), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:76\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n listResults\n \n \n \n \n \n \n Type : ListResultsState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:84\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n referenceOrgans$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.referenceOrgans), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:70\n \n \n\n \n \n Available Reference Organs\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n scene$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.scene), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:74\n \n \n\n \n \n Scene to display in the 3d Scene\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n selectedReferenceOrgans$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.selectedReferenceOrgans), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:72\n \n \n\n \n \n Selected Reference Organs\n\n \n \n\n \n \n\n\n \n\n\n \n import { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { NgxsOnInit, Selector, State } from '@ngxs/store';\nimport { NodeClickEvent, SpatialSceneNode } from 'ccf-body-ui';\nimport { SpatialEntity } from 'ccf-database';\nimport { ALL_POSSIBLE_ORGANS, DataSourceService, OrganInfo } from 'ccf-shared';\nimport { combineLatest } from 'rxjs';\nimport { distinctUntilChanged, map, take, tap } from 'rxjs/operators';\n\nimport { ColorAssignmentState } from '../color-assignment/color-assignment.state';\nimport { DataState } from '../data/data.state';\nimport { ListResultsState } from '../list-results/list-results.state';\n\nexport const DEFAULT_SELECTED_ORGANS = new Set([\n 'http://purl.obolibrary.org/obo/UBERON_0002097',\n 'http://purl.obolibrary.org/obo/UBERON_0004538',\n 'http://purl.obolibrary.org/obo/UBERON_0004539',\n 'http://purl.obolibrary.org/obo/UBERON_0000948',\n 'http://purl.obolibrary.org/obo/UBERON_0002113',\n 'http://purl.obolibrary.org/obo/UBERON_0002106']);\n\nexport interface SceneStateModel {\n scene: SpatialSceneNode[];\n referenceOrgans: OrganInfo[];\n referenceOrganEntities: SpatialEntity[];\n selectedReferenceOrgans: OrganInfo[];\n\n selectedAnatomicalStructures: unknown[];\n anatomicalStructureSettings: {\n [iri: string]: {\n enabled: boolean;\n visible: boolean;\n opacity: boolean;\n };\n };\n highlightedId?: string;\n}\n\n/**\n * 3d Scene state\n */\n@StateRepository()\n@State({\n name: 'scene',\n defaults: {\n scene: [],\n referenceOrgans: [],\n referenceOrganEntities: [],\n selectedReferenceOrgans: [],\n selectedAnatomicalStructures: [],\n anatomicalStructureSettings: {}\n }\n})\n@Injectable()\nexport class SceneState extends NgxsImmutableDataRepository implements NgxsOnInit {\n @Selector()\n static referenceOrgans(state: SceneStateModel): OrganInfo[] {\n return state.referenceOrgans;\n }\n\n @Selector()\n static referenceOrganEntities(state: SceneStateModel): SpatialEntity[] {\n return state.referenceOrganEntities;\n }\n\n /** Available Reference Organs */\n readonly referenceOrgans$ = this.state$.pipe(map(x => x?.referenceOrgans), distinctUntilChanged());\n /** Selected Reference Organs */\n readonly selectedReferenceOrgans$ = this.state$.pipe(map(x => x?.selectedReferenceOrgans), distinctUntilChanged());\n /** Scene to display in the 3d Scene */\n readonly scene$ = this.state$.pipe(map(x => x?.scene), distinctUntilChanged());\n\n readonly highlightedId$ = this.state$.pipe(map(x => x?.highlightedId), distinctUntilChanged());\n\n /** The data state */\n private dataState: DataState;\n\n /** Color assignments state */\n private colorAssignments: ColorAssignmentState;\n\n private listResults: ListResultsState;\n\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load data state\n */\n constructor(\n private readonly dataService: DataSourceService,\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Sets the selected reference organs\n *\n * @param referenceOrgans The selected reference organs selected\n */\n @DataAction()\n setSelectedReferenceOrgans(@Payload('selectedReferenceOrgans') selectedReferenceOrgans: OrganInfo[]): void {\n this.ctx.patchState({ selectedReferenceOrgans });\n }\n\n /**\n * Sets the reference organs\n *\n * @param referenceOrgans The reference organs available\n */\n @DataAction()\n setReferenceOrgans(@Payload('referenceOrgans') referenceOrgans: OrganInfo[]): void {\n this.ctx.patchState({ referenceOrgans });\n }\n\n /**\n * Sets the reference organ entities\n *\n * @param referenceOrganEntities The reference organ entities available\n */\n @DataAction()\n setReferenceOrganEntities(@Payload('referenceOrganEntities') referenceOrganEntities: SpatialEntity[]): void {\n this.ctx.patchState({ referenceOrganEntities });\n }\n\n /**\n * Sets the scene\n *\n * @param scene The active scene to display\n */\n @DataAction()\n setScene(@Payload('scene') scene: SpatialSceneNode[]): void {\n this.ctx.patchState({ scene });\n }\n\n /**\n * Handle scene node clicks\n *\n * @param param0 scene node click event\n */\n sceneNodeClicked({ node, ctrlClick }: NodeClickEvent): void {\n if (node.representation_of &&\n node['@id'] !== 'http://purl.org/ccf/latest/ccf.owl#VHFSkin'\n && node.entityId // Disables this path. Need to update logic here.\n ) {\n this.dataState.updateFilter({ ontologyTerms: [node.representation_of] });\n } else if (node.entityId) {\n this.colorAssignments.assignColor(node['@id'], !ctrlClick);\n }\n }\n\n sceneNodeHovered(node: SpatialSceneNode): void {\n this.listResults.highlightNode(node['@id']);\n }\n\n sceneNodeUnhover(): void {\n this.listResults.unHighlightNode();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.dataState = this.injector.get(DataState);\n this.colorAssignments = this.injector.get(ColorAssignmentState);\n this.listResults = this.injector.get(ListResultsState);\n // Initialize reference organ info\n this.dataService.getReferenceOrgans().pipe(\n tap(refOrgans => this.setReferenceOrganEntities(refOrgans)),\n map(refOrgans => {\n const organIds = new Set(refOrgans.map(o => o.representation_of));\n return ALL_POSSIBLE_ORGANS\n .filter(organ => organIds.has(organ.id))\n .map(organ => ({ ...organ, disabled: false, numResults: 0 }));\n }),\n take(1),\n tap((organs: OrganInfo[]) => this.setReferenceOrgans(organs)),\n ).subscribe();\n\n // Update scene as the overall state changes\n combineLatest([\n this.dataState.sceneData$,\n this.selectedReferenceOrgans$,\n this.colorAssignments.colorAssignments$,\n this.dataService.getReferenceOrgans(),\n this.listResults.highlightedNodeId$\n ]).pipe(\n map(([scene, selectedOrgans, colors, refOrganData, highlightedNodeId]) => {\n const activeOrgans = new Set(selectedOrgans.map(o => o.id));\n const refOrgans = new Set(refOrganData.filter(o => activeOrgans.has(o.representation_of)).map(o => o['@id']));\n return scene.filter(node =>\n (node.ccf_annotations?.some?.(tag => activeOrgans.has(tag))) ??\n (node.reference_organ && refOrgans.has(node.reference_organ))\n ).map((node): SpatialSceneNode =>\n node.entityId && (Object.prototype.hasOwnProperty.call(colors, node['@id']) || highlightedNodeId === node['@id']) ?\n ({\n ...node,\n color: highlightedNodeId === node['@id'] ?\n [30, 136, 229, 255] :\n colors[node['@id']].rgba as [number, number, number, number]\n }) : node\n );\n }),\n tap(scene => this.setScene(scene))\n ).subscribe();\n }\n\n setSelectedReferenceOrgansWithDefaults(organs: OrganInfo[], selected: string[]) {\n const selectedSet = new Set(selected?.length ? selected : DEFAULT_SELECTED_ORGANS);\n const filteredOrgans = organs.filter(({ id }) => selectedSet.has(id as string));\n this.setSelectedReferenceOrgans(filteredOrgans);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SceneStateModel.html":{"url":"interfaces/SceneStateModel.html","title":"interface - SceneStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SceneStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n anatomicalStructureSettings\n \n \n \n Optional\n \n highlightedId\n \n \n \n \n referenceOrganEntities\n \n \n \n \n referenceOrgans\n \n \n \n \n scene\n \n \n \n \n selectedAnatomicalStructures\n \n \n \n \n selectedReferenceOrgans\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructureSettings\n \n \n \n \n \n \n \n \n anatomicalStructureSettings: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n highlightedId\n \n \n \n \n \n \n \n \n highlightedId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n referenceOrganEntities\n \n \n \n \n \n \n \n \n referenceOrganEntities: SpatialEntity[]\n\n \n \n\n\n \n \n Type : SpatialEntity[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n referenceOrgans\n \n \n \n \n \n \n \n \n referenceOrgans: OrganInfo[]\n\n \n \n\n\n \n \n Type : OrganInfo[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n scene\n \n \n \n \n \n \n \n \n scene: SpatialSceneNode[]\n\n \n \n\n\n \n \n Type : SpatialSceneNode[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n selectedAnatomicalStructures\n \n \n \n \n \n \n \n \n selectedAnatomicalStructures: []\n\n \n \n\n\n \n \n Type : []\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n selectedReferenceOrgans\n \n \n \n \n \n \n \n \n selectedReferenceOrgans: OrganInfo[]\n\n \n \n\n\n \n \n Type : OrganInfo[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { NgxsOnInit, Selector, State } from '@ngxs/store';\nimport { NodeClickEvent, SpatialSceneNode } from 'ccf-body-ui';\nimport { SpatialEntity } from 'ccf-database';\nimport { ALL_POSSIBLE_ORGANS, DataSourceService, OrganInfo } from 'ccf-shared';\nimport { combineLatest } from 'rxjs';\nimport { distinctUntilChanged, map, take, tap } from 'rxjs/operators';\n\nimport { ColorAssignmentState } from '../color-assignment/color-assignment.state';\nimport { DataState } from '../data/data.state';\nimport { ListResultsState } from '../list-results/list-results.state';\n\nexport const DEFAULT_SELECTED_ORGANS = new Set([\n 'http://purl.obolibrary.org/obo/UBERON_0002097',\n 'http://purl.obolibrary.org/obo/UBERON_0004538',\n 'http://purl.obolibrary.org/obo/UBERON_0004539',\n 'http://purl.obolibrary.org/obo/UBERON_0000948',\n 'http://purl.obolibrary.org/obo/UBERON_0002113',\n 'http://purl.obolibrary.org/obo/UBERON_0002106']);\n\nexport interface SceneStateModel {\n scene: SpatialSceneNode[];\n referenceOrgans: OrganInfo[];\n referenceOrganEntities: SpatialEntity[];\n selectedReferenceOrgans: OrganInfo[];\n\n selectedAnatomicalStructures: unknown[];\n anatomicalStructureSettings: {\n [iri: string]: {\n enabled: boolean;\n visible: boolean;\n opacity: boolean;\n };\n };\n highlightedId?: string;\n}\n\n/**\n * 3d Scene state\n */\n@StateRepository()\n@State({\n name: 'scene',\n defaults: {\n scene: [],\n referenceOrgans: [],\n referenceOrganEntities: [],\n selectedReferenceOrgans: [],\n selectedAnatomicalStructures: [],\n anatomicalStructureSettings: {}\n }\n})\n@Injectable()\nexport class SceneState extends NgxsImmutableDataRepository implements NgxsOnInit {\n @Selector()\n static referenceOrgans(state: SceneStateModel): OrganInfo[] {\n return state.referenceOrgans;\n }\n\n @Selector()\n static referenceOrganEntities(state: SceneStateModel): SpatialEntity[] {\n return state.referenceOrganEntities;\n }\n\n /** Available Reference Organs */\n readonly referenceOrgans$ = this.state$.pipe(map(x => x?.referenceOrgans), distinctUntilChanged());\n /** Selected Reference Organs */\n readonly selectedReferenceOrgans$ = this.state$.pipe(map(x => x?.selectedReferenceOrgans), distinctUntilChanged());\n /** Scene to display in the 3d Scene */\n readonly scene$ = this.state$.pipe(map(x => x?.scene), distinctUntilChanged());\n\n readonly highlightedId$ = this.state$.pipe(map(x => x?.highlightedId), distinctUntilChanged());\n\n /** The data state */\n private dataState: DataState;\n\n /** Color assignments state */\n private colorAssignments: ColorAssignmentState;\n\n private listResults: ListResultsState;\n\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load data state\n */\n constructor(\n private readonly dataService: DataSourceService,\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Sets the selected reference organs\n *\n * @param referenceOrgans The selected reference organs selected\n */\n @DataAction()\n setSelectedReferenceOrgans(@Payload('selectedReferenceOrgans') selectedReferenceOrgans: OrganInfo[]): void {\n this.ctx.patchState({ selectedReferenceOrgans });\n }\n\n /**\n * Sets the reference organs\n *\n * @param referenceOrgans The reference organs available\n */\n @DataAction()\n setReferenceOrgans(@Payload('referenceOrgans') referenceOrgans: OrganInfo[]): void {\n this.ctx.patchState({ referenceOrgans });\n }\n\n /**\n * Sets the reference organ entities\n *\n * @param referenceOrganEntities The reference organ entities available\n */\n @DataAction()\n setReferenceOrganEntities(@Payload('referenceOrganEntities') referenceOrganEntities: SpatialEntity[]): void {\n this.ctx.patchState({ referenceOrganEntities });\n }\n\n /**\n * Sets the scene\n *\n * @param scene The active scene to display\n */\n @DataAction()\n setScene(@Payload('scene') scene: SpatialSceneNode[]): void {\n this.ctx.patchState({ scene });\n }\n\n /**\n * Handle scene node clicks\n *\n * @param param0 scene node click event\n */\n sceneNodeClicked({ node, ctrlClick }: NodeClickEvent): void {\n if (node.representation_of &&\n node['@id'] !== 'http://purl.org/ccf/latest/ccf.owl#VHFSkin'\n && node.entityId // Disables this path. Need to update logic here.\n ) {\n this.dataState.updateFilter({ ontologyTerms: [node.representation_of] });\n } else if (node.entityId) {\n this.colorAssignments.assignColor(node['@id'], !ctrlClick);\n }\n }\n\n sceneNodeHovered(node: SpatialSceneNode): void {\n this.listResults.highlightNode(node['@id']);\n }\n\n sceneNodeUnhover(): void {\n this.listResults.unHighlightNode();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.dataState = this.injector.get(DataState);\n this.colorAssignments = this.injector.get(ColorAssignmentState);\n this.listResults = this.injector.get(ListResultsState);\n // Initialize reference organ info\n this.dataService.getReferenceOrgans().pipe(\n tap(refOrgans => this.setReferenceOrganEntities(refOrgans)),\n map(refOrgans => {\n const organIds = new Set(refOrgans.map(o => o.representation_of));\n return ALL_POSSIBLE_ORGANS\n .filter(organ => organIds.has(organ.id))\n .map(organ => ({ ...organ, disabled: false, numResults: 0 }));\n }),\n take(1),\n tap((organs: OrganInfo[]) => this.setReferenceOrgans(organs)),\n ).subscribe();\n\n // Update scene as the overall state changes\n combineLatest([\n this.dataState.sceneData$,\n this.selectedReferenceOrgans$,\n this.colorAssignments.colorAssignments$,\n this.dataService.getReferenceOrgans(),\n this.listResults.highlightedNodeId$\n ]).pipe(\n map(([scene, selectedOrgans, colors, refOrganData, highlightedNodeId]) => {\n const activeOrgans = new Set(selectedOrgans.map(o => o.id));\n const refOrgans = new Set(refOrganData.filter(o => activeOrgans.has(o.representation_of)).map(o => o['@id']));\n return scene.filter(node =>\n (node.ccf_annotations?.some?.(tag => activeOrgans.has(tag))) ??\n (node.reference_organ && refOrgans.has(node.reference_organ))\n ).map((node): SpatialSceneNode =>\n node.entityId && (Object.prototype.hasOwnProperty.call(colors, node['@id']) || highlightedNodeId === node['@id']) ?\n ({\n ...node,\n color: highlightedNodeId === node['@id'] ?\n [30, 136, 229, 255] :\n colors[node['@id']].rgba as [number, number, number, number]\n }) : node\n );\n }),\n tap(scene => this.setScene(scene))\n ).subscribe();\n }\n\n setSelectedReferenceOrgansWithDefaults(organs: OrganInfo[], selected: string[]) {\n const selectedSet = new Set(selected?.length ? selected : DEFAULT_SELECTED_ORGANS);\n const filteredOrgans = organs.filter(({ id }) => selectedSet.has(id as string));\n this.setSelectedReferenceOrgans(filteredOrgans);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SearchResult.html":{"url":"interfaces/SearchResult.html","title":"interface - SearchResult","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SearchResult\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts\n \n\n\n \n Description\n \n \n Search result interface type for the search results\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n displayLabel\n \n \n \n \n index\n \n \n \n \n node\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n displayLabel\n \n \n \n \n \n \n \n \n displayLabel: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n label to be displayed in the view\n\n \n \n \n \n \n \n \n \n \n index\n \n \n \n \n \n \n \n \n index: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n ensures order of search-results\n\n \n \n \n \n \n \n \n \n \n node\n \n \n \n \n \n \n \n \n node: OntologyTreeNode\n\n \n \n\n\n \n \n Type : OntologyTreeNode\n\n \n \n\n\n\n\n\n \n \n instance of OntologyTreeNode, provides data associated with a search result\n\n \n \n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { bind } from 'bind-decorator';\nimport { OntologyTreeModel, OntologyTreeNode } from 'ccf-database';\nimport { at } from 'lodash';\nimport { Observable, ReplaySubject } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\n\n/**\n * Search result interface type for the search results\n */\nexport interface SearchResult {\n /** ensures order of search-results */\n index: number;\n\n /** label to be displayed in the view */\n displayLabel: string[];\n\n /** instance of OntologyTreeNode, provides data associated with a search result */\n node: OntologyTreeNode;\n}\n\n/**\n * Injectable OntologySearchService responsible for search result computations\n */\n@Injectable()\nexport class OntologySearchService {\n private readonly treeModel$ = new ReplaySubject(1);\n private treeModel: OntologyTreeModel;\n\n /** All nodes in the ontology tree. */\n public readonly nodes$ = this.treeModel$.pipe(map(state => Object.values(state.nodes)));\n\n /** Root node of the ontology tree. */\n public readonly rootNode$ = this.treeModel$.pipe(map(state => state.nodes[state.root]));\n\n setTreeModel(treeModel: OntologyTreeModel): void {\n this.treeModel$.next(treeModel);\n this.treeModel = treeModel;\n }\n\n /**\n * Searches the ontology with the search-term\n *\n * @param value the search term\n * @returns an array of search-results\n */\n filter(value: string): Observable {\n return this.nodes$.pipe(\n map(nodes => this.lookup(nodes, value.toLowerCase()))\n );\n }\n\n /**\n * looks up ontology nodes and composes search results\n *\n * @param nodes Ontology nodes\n * @param searchValue search text in lower case\n * @returns search results\n */\n private lookup(nodes: Immutable[], searchValue: string): SearchResult[] {\n const searchResults = new Map();\n\n if (nodes) {\n nodes.forEach((node: OntologyTreeNode) => {\n const condition = node.label.toLowerCase().includes(searchValue);\n\n if (condition && !searchResults.get(node.id)) {\n searchResults.set(node.id, {\n index: this.getIndexOfMatch(node.label, searchValue),\n displayLabel: this.formatLabel(node.label, searchValue),\n node\n });\n } else {\n const match = node.synonymLabels.find((label) => label.toLowerCase().includes(searchValue));\n\n if (match && !searchResults.get(node.id)) {\n searchResults.set(node.id, {\n index: this.getIndexOfMatch(node.label + ' (' + match + ')', searchValue),\n displayLabel: this.formatLabel(node.label + ' (' + match + ')', searchValue),\n node\n });\n }\n }\n });\n }\n\n return Array.from(searchResults.values());\n }\n\n /**\n * Gets index of match in the ontology label\n *\n * @param label the provided ontology node label or synonym label\n * @param searchValue the searched text in lower case\n * @returns the index of the match in the label\n */\n getIndexOfMatch(label: string, searchValue: string): number {\n return label.toLowerCase().indexOf(searchValue);\n }\n\n /**\n * Formats label based on where the search-term was found in the OntologyTreeNode\n *\n * @param label label or first synonym-label of OntologyTreeNode which has the search-term\n * @param searchValue search-term\n * @returns an array in the form of [prefix, search-term, suffix]\n */\n formatLabel(label: string, searchValue: string): string[] {\n const index = this.getIndexOfMatch(label, searchValue);\n return [\n label.slice(0, index),\n label.slice(index, index + searchValue.length),\n label.slice(index + searchValue.length)\n ];\n }\n\n /**\n * Fetches the children of an ontology node.\n * Note: This can be called without a reference to `this`.\n *\n * @param node The node for which to get children.\n * @returns An array of children, empty if the node has no children.\n */\n @bind\n getChildren(node: OntologyTreeNode): OntologyTreeNode[] {\n const nodes = this.treeModel?.nodes ?? {};\n return at(nodes, node.children);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetExecuteSearchOnGenerate.html":{"url":"classes/SetExecuteSearchOnGenerate.html","title":"class - SetExecuteSearchOnGenerate","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetExecuteSearchOnGenerate\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(execute)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:54\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n execute\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set execute search on generate'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:54\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetOrgan.html":{"url":"classes/SetOrgan.html","title":"class - SetOrgan","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetOrgan\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(organId: string | undefined)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:14\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n organId\n \n \n string | undefined\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set organ'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:14\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetPosition.html":{"url":"classes/SetPosition.html","title":"class - SetPosition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetPosition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(position: literal type)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:20\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n position\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set position'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:20\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetRadius.html":{"url":"classes/SetRadius.html","title":"class - SetRadius","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetRadius\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(radius: number)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:36\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n radius\n \n \n number\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set radius'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:36\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetSelectedSearches.html":{"url":"classes/SetSelectedSearches.html","title":"class - SetSelectedSearches","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetSelectedSearches\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(items: SpatialSearchFilterItem[])\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:21\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n \n SpatialSearchFilterItem[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[Spatial Search Filter] Set selected searches'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:21\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSearch } from 'ccf-database';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\n\nimport type { SpatialSearchFilterItem } from './spatial-search-filter.state';\n\n\nexport class AddSearch {\n static readonly type = '[Spatial Search Filter] Add';\n\n constructor(readonly sex: Sex, readonly organName: string, readonly search: SpatialSearch) { }\n}\n\nexport class RemoveSearch {\n static readonly type = '[Spatial Search Filter] Remove';\n\n constructor(readonly id: string) { }\n}\n\nexport class SetSelectedSearches {\n static readonly type = '[Spatial Search Filter] Set selected searches';\n\n constructor(readonly items: SpatialSearchFilterItem[]) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetSex.html":{"url":"classes/SetSex.html","title":"class - SetSex","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetSex\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(sex: \"male\" | \"female\")\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:8\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n \n \"male\" | \"female\"\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set sex'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:8\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpatialSearchConfigBehaviorComponent.html":{"url":"components/SpatialSearchConfigBehaviorComponent.html","title":"component - SpatialSearchConfigBehaviorComponent","body":"\n \n\n\n\n\n\n Components\n \n SpatialSearchConfigBehaviorComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spatial-search-config-behavior\n \n\n\n\n\n\n\n \n templateUrl\n ./spatial-search-config-behavior.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n dialog\n \n \n Private\n Readonly\n dialogSubs\n \n \n \n Readonly\n organs$\n \n \n panelData\n \n \n \n Readonly\n selectedOrgan$\n \n \n \n Readonly\n sex$\n \n \n Private\n Readonly\n subscriptions\n \n \n \n Readonly\n updateOrgan\n \n \n \n Readonly\n updateSex\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n buttonClicked\n \n \n close\n \n \n launchInfoDialog\n \n \n ngOnDestroy\n \n \n onDialogButtonClick\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog, dialogRef: MatDialogRef, spatialSearchDialog: MatDialog, infoService: InfoButtonService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:40\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n \n spatialSearchDialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n infoService\n \n \n InfoButtonService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n buttonClicked\n \n \n \n \n \n \nbuttonClicked()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:49\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n close\n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:54\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n launchInfoDialog\n \n \n \n \n \n \nlaunchInfoDialog(data: PanelData)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:58\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n data\n \n PanelData\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:83\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n onDialogButtonClick\n \n \n \n \n \n \nonDialogButtonClick()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:72\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n dialog\n \n \n \n \n \n \n Type : MatDialog\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:43\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n dialogSubs\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:40\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n organs$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.organs)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n panelData\n \n \n \n \n \n \n Type : PanelData\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:36\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n selectedOrgan$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.organ)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n sex$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.sex)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:38\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n updateOrgan\n \n \n \n \n \n \n Default value : actionAsFn(SetOrgan)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:34\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n updateSex\n \n \n \n \n \n \n Default value : actionAsFn(SetSex)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:31\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnDestroy } from '@angular/core';\nimport { MatDialog, MatDialogRef } from '@angular/material/dialog';\nimport { Dispatch } from '@ngxs-labs/dispatch-decorator';\nimport { Select } from '@ngxs/store';\nimport { InfoButtonService, InfoDialogComponent, OrganInfo, PanelData } from 'ccf-shared';\nimport { Observable, Subscription } from 'rxjs';\n\nimport { actionAsFn } from '../../../core/store/action-as-fn';\nimport { SetOrgan, SetSex } from '../../../core/store/spatial-search-ui/spatial-search-ui.actions';\nimport { SpatialSearchUiSelectors } from '../../../core/store/spatial-search-ui/spatial-search-ui.selectors';\nimport { Sex, SpatialSearchConfigComponent } from '../spatial-search-config/spatial-search-config.component';\nimport { SpatialSearchUiBehaviorComponent } from '../spatial-search-ui-behavior/spatial-search-ui-behavior.component';\n\n\n@Component({\n selector: 'ccf-spatial-search-config-behavior',\n templateUrl: './spatial-search-config-behavior.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SpatialSearchConfigBehaviorComponent implements OnDestroy {\n @Select(SpatialSearchUiSelectors.sex)\n readonly sex$: Observable;\n\n @Select(SpatialSearchUiSelectors.organ)\n readonly selectedOrgan$: Observable;\n\n @Select(SpatialSearchUiSelectors.organs)\n readonly organs$: Observable;\n\n @Dispatch()\n readonly updateSex = actionAsFn(SetSex);\n\n @Dispatch()\n readonly updateOrgan = actionAsFn(SetOrgan);\n\n panelData: PanelData;\n\n private readonly subscriptions = new Subscription();\n\n private readonly dialogSubs = new Subscription();\n\n constructor(\n public dialog: MatDialog,\n private readonly dialogRef: MatDialogRef,\n private readonly spatialSearchDialog: MatDialog,\n private readonly infoService: InfoButtonService\n ) { }\n\n buttonClicked(): void {\n this.spatialSearchDialog.open(SpatialSearchUiBehaviorComponent);\n this.close();\n }\n\n close(): void {\n this.dialogRef.close();\n }\n\n launchInfoDialog(data: PanelData): void {\n this.dialogSubs.unsubscribe();\n this.dialog.open(InfoDialogComponent, {\n autoFocus: false,\n panelClass: 'modal-animated',\n width: '72rem',\n data: {\n title: data.infoTitle,\n content: data.content,\n videoID: data.videoID\n }\n });\n }\n\n onDialogButtonClick(): void {\n this.infoService.updateData('assets/docs/SPATIAL_SEARCH_README.md', 'UfxMpzatowE', 'Spatial Search');\n const panelContent$ = this.infoService.panelContent.asObservable();\n this.dialogSubs.add(panelContent$.subscribe(data => {\n if (data.content.length) {\n this.panelData = data;\n this.launchInfoDialog(this.panelData);\n }\n }));\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n\n \n\n \n \n\n\n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpatialSearchConfigBehaviorComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpatialSearchConfigBehaviorModule.html":{"url":"modules/SpatialSearchConfigBehaviorModule.html","title":"module - SpatialSearchConfigBehaviorModule","body":"\n \n\n\n\n\n Modules\n SpatialSearchConfigBehaviorModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpatialSearchConfigBehaviorModule\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_imports\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_exports\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_declarations\n\n\n\n\nSpatialSearchConfigBehaviorComponent\n\nSpatialSearchConfigBehaviorComponent\n\n\n\nSpatialSearchConfigBehaviorModule\n\nSpatialSearchConfigBehaviorModule\n\nSpatialSearchConfigBehaviorModule -->\n\nSpatialSearchConfigBehaviorComponent->SpatialSearchConfigBehaviorModule\n\n\n\n\n\nSpatialSearchConfigBehaviorComponent \n\nSpatialSearchConfigBehaviorComponent \n\nSpatialSearchConfigBehaviorComponent -->\n\nSpatialSearchConfigBehaviorModule->SpatialSearchConfigBehaviorComponent \n\n\n\n\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigBehaviorModule -->\n\nSpatialSearchConfigModule->SpatialSearchConfigBehaviorModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpatialSearchConfigBehaviorComponent\n \n \n \n \n Imports\n \n \n SpatialSearchConfigModule\n \n \n \n \n Exports\n \n \n SpatialSearchConfigBehaviorComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatDialogModule } from '@angular/material/dialog';\n\nimport { SpatialSearchConfigModule } from '../spatial-search-config/spatial-search-config.module';\nimport { SpatialSearchConfigBehaviorComponent } from './spatial-search-config-behavior.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SpatialSearchConfigModule,\n MatDialogModule\n ],\n declarations: [SpatialSearchConfigBehaviorComponent],\n exports: [SpatialSearchConfigBehaviorComponent]\n})\nexport class SpatialSearchConfigBehaviorModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpatialSearchConfigComponent.html":{"url":"components/SpatialSearchConfigComponent.html","title":"component - SpatialSearchConfigComponent","body":"\n \n\n\n\n\n\n Components\n \n SpatialSearchConfigComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts\n\n\n\n \n Description\n \n \n Config popup for spatial search\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spatial-search-config\n \n\n\n\n \n styleUrls\n ./spatial-search-config.component.scss\n \n\n\n\n \n templateUrl\n ./spatial-search-config.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n organs\n \n \n selectedOrgan\n \n \n sex\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n buttonClicked\n \n \n closeDialog\n \n \n infoClicked\n \n \n updateOrgan\n \n \n updateSex\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n organs\n \n \n \n \n Type : OrganInfo[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:20\n \n \n \n \n Selectable organs\n\n \n \n \n \n \n \n \n \n \n selectedOrgan\n \n \n \n \n Type : OrganInfo\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:23\n \n \n \n \n Currently selected organ\n\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n Type : Sex\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:26\n \n \n \n \n Currently selected sex\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n buttonClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:35\n \n \n \n \n Emits when the continue button is clicked\n\n \n \n \n \n \n \n \n \n \n closeDialog\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:38\n \n \n \n \n Emits when the close button is clicked\n\n \n \n \n \n \n \n \n \n \n infoClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:41\n \n \n \n \n Emits when the info button is clicked\n\n \n \n \n \n \n \n \n \n \n updateOrgan\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:32\n \n \n \n \n Emits when organ is updated\n\n \n \n \n \n \n \n \n \n \n updateSex\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:29\n \n \n \n \n Emits when sex is updated\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-spatial-search-config\"\n\n \n \n \n \n Default value : 'ccf-spatial-search-config'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:17\n \n \n\n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-spatial-search-config'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:17\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { OrganInfo } from 'ccf-shared';\n\n/** Sex can either be male or female */\nexport type Sex = 'male' | 'female';\n\n/**\n * Config popup for spatial search\n */\n@Component({\n selector: 'ccf-spatial-search-config',\n templateUrl: './spatial-search-config.component.html',\n styleUrls: ['./spatial-search-config.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SpatialSearchConfigComponent {\n @HostBinding('class') readonly className = 'ccf-spatial-search-config';\n\n /** Selectable organs */\n @Input() organs: OrganInfo[];\n\n /** Currently selected organ */\n @Input() selectedOrgan?: OrganInfo;\n\n /** Currently selected sex */\n @Input() sex: Sex;\n\n /** Emits when sex is updated */\n @Output() readonly updateSex = new EventEmitter();\n\n /** Emits when organ is updated */\n @Output() readonly updateOrgan = new EventEmitter();\n\n /** Emits when the continue button is clicked */\n @Output() readonly buttonClicked = new EventEmitter();\n\n /** Emits when the close button is clicked */\n @Output() readonly closeDialog = new EventEmitter();\n\n /** Emits when the info button is clicked */\n @Output() readonly infoClicked = new EventEmitter();\n}\n\n \n\n \n \n \n Configure Spatial Search\n \n info\n \n \n \n close\n \n\n\n\n Donor Sex: \n \n Male\n Female\n \n\n\n\n Select an organ\n \n Organs\n \n \n {{organ.name}}\n \n \n \n\n\nContinue\n\n \n\n \n \n ./spatial-search-config.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n padding: 2rem;\n gap: 2rem;\n width: 30.5rem;\n box-shadow: 0px 25rem 25rem rgba(0, 0, 0, 0.16);\n border-radius: .25rem;\n font-size: 1rem;\n\n .button {\n cursor: pointer;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n width: 100%;\n font-size: 1.25rem;\n align-items: center;\n\n .header-left {\n display: flex;\n align-items: center;\n\n .title {\n margin-right: 1rem;\n }\n }\n\n button {\n padding: 0;\n background: none;\n border: none;\n cursor: pointer;\n outline: none;\n border-radius: 0.25rem;\n transition: 0.6s;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n\n .sex-toggle {\n display: flex;\n\n .label {\n margin-right: 2rem;\n line-height: 1.75rem;\n }\n\n .radio {\n margin-right: 4rem;\n\n ::ng-deep .mdc-radio {\n padding: 0;\n padding-right: 0.5rem;\n }\n }\n }\n\n .organ-selector {\n .label {\n height: 0rem;\n }\n\n ::ng-deep .mat-mdc-text-field-wrapper {\n font-size: 1rem;\n padding-bottom: .75rem;\n padding-top: 3rem;\n margin-left: 0.5rem;\n width: 14rem;\n\n .mat-mdc-form-field-infix {\n padding: 0;\n border-top: none;\n }\n\n .mdc-line-ripple {\n bottom: 0rem;\n height: 0.125rem;\n }\n\n .mat-mdc-select-arrow-wrapper {\n transform: translatey(0rem);\n }\n }\n }\n\n .continue-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: .25rem 1rem;\n width: 14rem;\n height: 2rem;\n border-width: 1px;\n border-style: solid;\n border-radius: .25rem;\n box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);\n\n &.disabled {\n pointer-events: none;\n opacity: .5;\n }\n }\n}\n\n::ng-deep .organ-select {\n top: 2.5rem;\n left: -0.25rem;\n padding: 0 !important;\n\n .organ-select-option {\n height: 3.5rem;\n border-bottom: 1px solid;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Configure Spatial Search info close Donor Sex: Male Female Select an organ Organs {{organ.name}} Continue'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpatialSearchConfigComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpatialSearchConfigModule.html":{"url":"modules/SpatialSearchConfigModule.html","title":"module - SpatialSearchConfigModule","body":"\n \n\n\n\n\n Modules\n SpatialSearchConfigModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpatialSearchConfigModule\n\n\n\ncluster_SpatialSearchConfigModule_exports\n\n\n\ncluster_SpatialSearchConfigModule_declarations\n\n\n\n\nSpatialSearchConfigComponent\n\nSpatialSearchConfigComponent\n\n\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigModule -->\n\nSpatialSearchConfigComponent->SpatialSearchConfigModule\n\n\n\n\n\nSpatialSearchConfigComponent \n\nSpatialSearchConfigComponent \n\nSpatialSearchConfigComponent -->\n\nSpatialSearchConfigModule->SpatialSearchConfigComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpatialSearchConfigComponent\n \n \n \n \n Exports\n \n \n SpatialSearchConfigComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatRadioModule } from '@angular/material/radio';\nimport { MatSelectModule } from '@angular/material/select';\n\nimport { SpatialSearchConfigComponent } from './spatial-search-config.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n MatSelectModule,\n MatIconModule,\n MatRadioModule,\n MatButtonModule\n ],\n declarations: [SpatialSearchConfigComponent],\n exports: [SpatialSearchConfigComponent]\n})\nexport class SpatialSearchConfigModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SpatialSearchFilterItem.html":{"url":"interfaces/SpatialSearchFilterItem.html","title":"interface - SpatialSearchFilterItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SpatialSearchFilterItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n\n\n\n \n Extends\n \n \n SpatialSearchListItem\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n search\n \n \n \n \n sex\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n search\n \n \n \n \n \n \n \n \n search: SpatialSearch\n\n \n \n\n\n \n \n Type : SpatialSearch\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: Sex\n\n \n \n\n\n \n \n Type : Sex\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Action, State, StateContext } from '@ngxs/store';\nimport { append, removeItem } from '@ngxs/store/operators';\nimport { SpatialSearch } from 'ccf-database';\nimport { SpatialSearchListItem } from 'ccf-shared';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { AddSearch, RemoveSearch, SetSelectedSearches } from './spatial-search-filter.actions';\n\n\nexport interface SpatialSearchFilterItem extends SpatialSearchListItem {\n id: string;\n search: SpatialSearch;\n sex: Sex;\n}\n\nexport type SpatialSearchFilterModel = SpatialSearchFilterItem[];\n\n\n@State({\n name: 'spatialSearchFilter',\n defaults: []\n})\n@Injectable()\nexport class SpatialSearchFilterState {\n @Action(AddSearch)\n addSearch(ctx: StateContext, { sex, organName, search }: AddSearch): void {\n ctx.setState(append([this.createItem(sex, organName, search)]));\n }\n\n @Action(RemoveSearch)\n removeSearch(ctx: StateContext, { id }: RemoveSearch): void {\n ctx.setState(removeItem(item => item?.id === id));\n }\n\n @Action(SetSelectedSearches)\n setSelectedSearches(ctx: StateContext, { items }: SetSelectedSearches): void {\n const selectedByIds = new Map(items.map(item => [item.id, item]));\n const oldItems = ctx.getState();\n const newItems = oldItems.map(item =>\n selectedByIds.get(item.id) ??\n (item.selected ? { ...item, selected: false } : item)\n );\n\n ctx.setState(newItems);\n }\n\n private createItem(sex: Sex, name: string, search: SpatialSearch): SpatialSearchFilterItem {\n return {\n id: this.createItemId(search),\n selected: true,\n description: this.createItemDescription(sex, name, search),\n sex,\n search\n };\n }\n\n private createItemId(search: SpatialSearch): string {\n const { x, y, z, radius, target } = search;\n return `${target}-${radius}-${x},${y},${z}`;\n }\n\n private createItemDescription(sex: Sex, name: string, search: SpatialSearch): string {\n const capitalize = (value: string) => value.slice(0, 1).toUpperCase() + value.slice(1);\n const { x, y, z, radius } = search;\n\n return `${capitalize(sex)}, ${capitalize(name)}, ${radius.toFixed(1)} mm, X: ${x.toFixed(1)}, Y: ${y.toFixed(1)}, Z: ${z.toFixed(1)}`;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SpatialSearchFilterSelectors.html":{"url":"classes/SpatialSearchFilterSelectors.html","title":"class - SpatialSearchFilterSelectors","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SpatialSearchFilterSelectors\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n Static\n items\n \n \n \n Static\n searches\n \n \n \n Static\n selectedSearches\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n items\n \n \n \n \n \n \n \n items(state: SpatialSearchFilterModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchFilterState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts:9\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchFilterModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSearchFilterItem[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n searches\n \n \n \n \n \n \n \n searches(items: SpatialSearchFilterItem[])\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts:14\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n SpatialSearchFilterItem[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSearch[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n selectedSearches\n \n \n \n \n \n \n \n selectedSearches(items: SpatialSearchFilterItem[])\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts:19\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n SpatialSearchFilterItem[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSearch[]\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Selector } from '@ngxs/store';\nimport { SpatialSearch } from 'ccf-database';\n\nimport { SpatialSearchFilterItem, SpatialSearchFilterModel, SpatialSearchFilterState } from './spatial-search-filter.state';\n\n\nexport class SpatialSearchFilterSelectors {\n @Selector([SpatialSearchFilterState])\n static items(state: SpatialSearchFilterModel): SpatialSearchFilterItem[] {\n return state;\n }\n\n @Selector([SpatialSearchFilterSelectors.items])\n static searches(items: SpatialSearchFilterItem[]): SpatialSearch[] {\n return items.map(item => item.search);\n }\n\n @Selector([SpatialSearchFilterSelectors.items])\n static selectedSearches(items: SpatialSearchFilterItem[]): SpatialSearch[] {\n return items.filter(item => item.selected).map(item => item.search);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SpatialSearchFilterState.html":{"url":"injectables/SpatialSearchFilterState.html","title":"injectable - SpatialSearchFilterState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SpatialSearchFilterState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n addSearch\n \n \n Private\n createItem\n \n \n Private\n createItemDescription\n \n \n Private\n createItemId\n \n \n \n removeSearch\n \n \n \n setSelectedSearches\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addSearch\n \n \n \n \n \n \n \n addSearch(ctx: StateContext, undefined: AddSearch)\n \n \n\n \n \n Decorators : \n \n @Action(AddSearch)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:27\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n AddSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n createItem\n \n \n \n \n \n \n \n createItem(sex: Sex, name: string, search: SpatialSearch)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:48\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n name\n \n string\n \n\n \n No\n \n\n\n \n \n search\n \n SpatialSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSearchFilterItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n createItemDescription\n \n \n \n \n \n \n \n createItemDescription(sex: Sex, name: string, search: SpatialSearch)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:63\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n name\n \n string\n \n\n \n No\n \n\n\n \n \n search\n \n SpatialSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n createItemId\n \n \n \n \n \n \n \n createItemId(search: SpatialSearch)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:58\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n search\n \n SpatialSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n removeSearch\n \n \n \n \n \n \n \n removeSearch(ctx: StateContext, undefined: RemoveSearch)\n \n \n\n \n \n Decorators : \n \n @Action(RemoveSearch)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:32\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n RemoveSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSelectedSearches\n \n \n \n \n \n \n \n setSelectedSearches(ctx: StateContext, undefined: SetSelectedSearches)\n \n \n\n \n \n Decorators : \n \n @Action(SetSelectedSearches)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:37\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetSelectedSearches\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Action, State, StateContext } from '@ngxs/store';\nimport { append, removeItem } from '@ngxs/store/operators';\nimport { SpatialSearch } from 'ccf-database';\nimport { SpatialSearchListItem } from 'ccf-shared';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { AddSearch, RemoveSearch, SetSelectedSearches } from './spatial-search-filter.actions';\n\n\nexport interface SpatialSearchFilterItem extends SpatialSearchListItem {\n id: string;\n search: SpatialSearch;\n sex: Sex;\n}\n\nexport type SpatialSearchFilterModel = SpatialSearchFilterItem[];\n\n\n@State({\n name: 'spatialSearchFilter',\n defaults: []\n})\n@Injectable()\nexport class SpatialSearchFilterState {\n @Action(AddSearch)\n addSearch(ctx: StateContext, { sex, organName, search }: AddSearch): void {\n ctx.setState(append([this.createItem(sex, organName, search)]));\n }\n\n @Action(RemoveSearch)\n removeSearch(ctx: StateContext, { id }: RemoveSearch): void {\n ctx.setState(removeItem(item => item?.id === id));\n }\n\n @Action(SetSelectedSearches)\n setSelectedSearches(ctx: StateContext, { items }: SetSelectedSearches): void {\n const selectedByIds = new Map(items.map(item => [item.id, item]));\n const oldItems = ctx.getState();\n const newItems = oldItems.map(item =>\n selectedByIds.get(item.id) ??\n (item.selected ? { ...item, selected: false } : item)\n );\n\n ctx.setState(newItems);\n }\n\n private createItem(sex: Sex, name: string, search: SpatialSearch): SpatialSearchFilterItem {\n return {\n id: this.createItemId(search),\n selected: true,\n description: this.createItemDescription(sex, name, search),\n sex,\n search\n };\n }\n\n private createItemId(search: SpatialSearch): string {\n const { x, y, z, radius, target } = search;\n return `${target}-${radius}-${x},${y},${z}`;\n }\n\n private createItemDescription(sex: Sex, name: string, search: SpatialSearch): string {\n const capitalize = (value: string) => value.slice(0, 1).toUpperCase() + value.slice(1);\n const { x, y, z, radius } = search;\n\n return `${capitalize(sex)}, ${capitalize(name)}, ${radius.toFixed(1)} mm, X: ${x.toFixed(1)}, Y: ${y.toFixed(1)}, Z: ${z.toFixed(1)}`;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpatialSearchUiBehaviorComponent.html":{"url":"components/SpatialSearchUiBehaviorComponent.html","title":"component - SpatialSearchUiBehaviorComponent","body":"\n \n\n\n\n\n\n Components\n \n SpatialSearchUiBehaviorComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts\n\n\n\n \n Description\n \n \n Behavioral component for Spatial Search UI\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spatial-search-ui-behavior\n \n\n\n\n\n\n\n \n templateUrl\n ./spatial-search-ui-behavior.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n anatomicalStructures$\n \n \n \n Readonly\n cellTypes$\n \n \n \n Readonly\n defaultPosition$\n \n \n Public\n dialog\n \n \n \n Readonly\n moveToNode\n \n \n \n Readonly\n organ$\n \n \n panelData\n \n \n \n Readonly\n position$\n \n \n \n Readonly\n radius$\n \n \n \n Readonly\n radiusSettings$\n \n \n \n Readonly\n resetPosition\n \n \n \n Readonly\n resetRadius\n \n \n \n Readonly\n scene$\n \n \n \n Readonly\n sceneBounds$\n \n \n \n Readonly\n sceneTarget$\n \n \n \n Readonly\n sex$\n \n \n Private\n Readonly\n subscriptions\n \n \n \n Readonly\n tissueBlocks$\n \n \n \n Readonly\n updatePosition\n \n \n \n Readonly\n updateRadius\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n addSpatialSearch\n \n \n close\n \n \n launchInfoDialog\n \n \n onDialogButtonClick\n \n \n openSpatialSearchConfig\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialogRef: MatDialogRef, dialog: MatDialog, infoService: InfoButtonService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:92\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n infoService\n \n \n InfoButtonService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addSpatialSearch\n \n \n \n \n \n \n \n addSpatialSearch()\n \n \n\n \n \n Decorators : \n \n @Dispatch()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:144\n \n \n\n\n \n \n Adds a new spatial search and closes the spatial search UI\n\n\n \n Returns : GenerateSpatialSearch\n\n \n \n spatial search\n\n \n \n \n \n \n \n \n \n \n \n \n close\n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:135\n \n \n\n\n \n \n Closes spatial search UI\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n launchInfoDialog\n \n \n \n \n \n \nlaunchInfoDialog(data: PanelData)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:104\n \n \n\n\n \n \n Launchs info dialog with the input data\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n data\n \n PanelData\n \n\n \n No\n \n\n\n \n Data for the info dialog\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onDialogButtonClick\n \n \n \n \n \n \nonDialogButtonClick()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:121\n \n \n\n\n \n \n Updates dialog with spatial search information\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n openSpatialSearchConfig\n \n \n \n \n \n \nopenSpatialSearchConfig()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:152\n \n \n\n\n \n \n Closes the spatial search UI and opens spatial search config\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n anatomicalStructures$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.anatomicalStructures)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:68\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n cellTypes$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.cellTypes)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:71\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n defaultPosition$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.defaultPosition)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:56\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n dialog\n \n \n \n \n \n \n Type : MatDialog\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:96\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n moveToNode\n \n \n \n \n \n \n Default value : actionAsFn(MoveToNode)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:80\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n organ$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.organ)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:50\n \n \n\n\n \n \n \n \n \n \n \n \n panelData\n \n \n \n \n \n \n Type : PanelData\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:89\n \n \n\n \n \n Data to be displayed in the info panel\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n position$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.position)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:53\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n radius$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.radius)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n radiusSettings$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.radiusSettings)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:62\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n resetPosition\n \n \n \n \n \n \n Default value : actionAsFn(ResetPosition)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:77\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n resetRadius\n \n \n \n \n \n \n Default value : actionAsFn(ResetRadius)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:86\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n scene$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.scene)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:38\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n sceneBounds$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.sceneBounds)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:41\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n sceneTarget$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.sceneTarget)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:44\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n sex$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.sex)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:47\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:92\n \n \n\n \n \n Subscriptions for the info panel data\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n tissueBlocks$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.tissueBlocks)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:65\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n updatePosition\n \n \n \n \n \n \n Default value : actionAsFn(SetPosition)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:74\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n updateRadius\n \n \n \n \n \n \n Default value : actionAsFn(SetRadius)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:83\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { MatDialog, MatDialogRef } from '@angular/material/dialog';\nimport { Dispatch } from '@ngxs-labs/dispatch-decorator';\nimport { Select } from '@ngxs/store';\nimport { SpatialSceneNode, TissueBlockResult } from 'ccf-database';\nimport { InfoButtonService, InfoDialogComponent, OrganInfo, PanelData } from 'ccf-shared';\nimport { Observable, Subscription } from 'rxjs';\n\nimport { actionAsFn } from '../../../core/store/action-as-fn';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetPosition,\n SetRadius,\n} from '../../../core/store/spatial-search-ui/spatial-search-ui.actions';\nimport { SpatialSearchUiSelectors } from '../../../core/store/spatial-search-ui/spatial-search-ui.selectors';\nimport { Position, RadiusSettings, TermResult } from '../../../core/store/spatial-search-ui/spatial-search-ui.state';\nimport {\n SpatialSearchConfigBehaviorComponent,\n} from '../spatial-search-config-behavior/spatial-search-config-behavior.component';\nimport { Sex } from '../spatial-search-config/spatial-search-config.component';\nimport { SpatialSearchUiComponent } from '../spatial-search-ui/spatial-search-ui.component';\n\n\n/**\n * Behavioral component for Spatial Search UI\n */\n@Component({\n selector: 'ccf-spatial-search-ui-behavior',\n templateUrl: './spatial-search-ui-behavior.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SpatialSearchUiBehaviorComponent {\n\n @Select(SpatialSearchUiSelectors.scene)\n readonly scene$: Observable;\n\n @Select(SpatialSearchUiSelectors.sceneBounds)\n readonly sceneBounds$: Observable;\n\n @Select(SpatialSearchUiSelectors.sceneTarget)\n readonly sceneTarget$: Observable;\n\n @Select(SpatialSearchUiSelectors.sex)\n readonly sex$: Observable;\n\n @Select(SpatialSearchUiSelectors.organ)\n readonly organ$: Observable;\n\n @Select(SpatialSearchUiSelectors.position)\n readonly position$: Observable;\n\n @Select(SpatialSearchUiSelectors.defaultPosition)\n readonly defaultPosition$: Observable;\n\n @Select(SpatialSearchUiSelectors.radius)\n readonly radius$: Observable;\n\n @Select(SpatialSearchUiSelectors.radiusSettings)\n readonly radiusSettings$: Observable;\n\n @Select(SpatialSearchUiSelectors.tissueBlocks)\n readonly tissueBlocks$: Observable;\n\n @Select(SpatialSearchUiSelectors.anatomicalStructures)\n readonly anatomicalStructures$: Observable;\n\n @Select(SpatialSearchUiSelectors.cellTypes)\n readonly cellTypes$: Observable;\n\n @Dispatch()\n readonly updatePosition = actionAsFn(SetPosition);\n\n @Dispatch()\n readonly resetPosition = actionAsFn(ResetPosition);\n\n @Dispatch()\n readonly moveToNode = actionAsFn(MoveToNode);\n\n @Dispatch()\n readonly updateRadius = actionAsFn(SetRadius);\n\n @Dispatch()\n readonly resetRadius = actionAsFn(ResetRadius);\n\n /** Data to be displayed in the info panel */\n panelData: PanelData;\n\n /** Subscriptions for the info panel data */\n private readonly subscriptions = new Subscription();\n\n constructor(\n private readonly dialogRef: MatDialogRef,\n public dialog: MatDialog,\n private readonly infoService: InfoButtonService\n ) { }\n\n /**\n * Launchs info dialog with the input data\n * @param data Data for the info dialog\n */\n launchInfoDialog(data: PanelData): void {\n this.subscriptions.unsubscribe();\n this.dialog.open(InfoDialogComponent, {\n autoFocus: false,\n panelClass: 'modal-animated',\n width: '72rem',\n data: {\n title: data.infoTitle,\n content: data.content,\n videoID: data.videoID\n }\n });\n }\n\n /**\n * Updates dialog with spatial search information\n */\n onDialogButtonClick(): void {\n this.infoService.updateData('assets/docs/SPATIAL_SEARCH_README.md', 'UfxMpzatowE', 'Spatial Search');\n const panelContent$ = this.infoService.panelContent.asObservable();\n this.subscriptions.add(panelContent$.subscribe(data => {\n if (data.content.length) {\n this.panelData = data;\n this.launchInfoDialog(this.panelData);\n }\n }));\n }\n\n /**\n * Closes spatial search UI\n */\n close(): void {\n this.dialogRef.close();\n }\n\n /**\n * Adds a new spatial search and closes the spatial search UI\n * @returns spatial search\n */\n @Dispatch()\n addSpatialSearch(): GenerateSpatialSearch {\n this.close();\n return new GenerateSpatialSearch();\n }\n\n /**\n * Closes the spatial search UI and opens spatial search config\n */\n openSpatialSearchConfig(): void {\n this.close();\n this.dialog.open(SpatialSearchConfigBehaviorComponent);\n }\n}\n\n \n\n \n \n\n\n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpatialSearchUiBehaviorComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpatialSearchUiBehaviorModule.html":{"url":"modules/SpatialSearchUiBehaviorModule.html","title":"module - SpatialSearchUiBehaviorModule","body":"\n \n\n\n\n\n Modules\n SpatialSearchUiBehaviorModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpatialSearchUiBehaviorModule\n\n\n\ncluster_SpatialSearchUiBehaviorModule_declarations\n\n\n\ncluster_SpatialSearchUiBehaviorModule_exports\n\n\n\ncluster_SpatialSearchUiBehaviorModule_imports\n\n\n\n\nSpatialSearchUiBehaviorComponent\n\nSpatialSearchUiBehaviorComponent\n\n\n\nSpatialSearchUiBehaviorModule\n\nSpatialSearchUiBehaviorModule\n\nSpatialSearchUiBehaviorModule -->\n\nSpatialSearchUiBehaviorComponent->SpatialSearchUiBehaviorModule\n\n\n\n\n\nSpatialSearchUiBehaviorComponent \n\nSpatialSearchUiBehaviorComponent \n\nSpatialSearchUiBehaviorComponent -->\n\nSpatialSearchUiBehaviorModule->SpatialSearchUiBehaviorComponent \n\n\n\n\n\nSpatialSearchUiModule\n\nSpatialSearchUiModule\n\nSpatialSearchUiBehaviorModule -->\n\nSpatialSearchUiModule->SpatialSearchUiBehaviorModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpatialSearchUiBehaviorComponent\n \n \n \n \n Imports\n \n \n SpatialSearchUiModule\n \n \n \n \n Exports\n \n \n SpatialSearchUiBehaviorComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatDialogModule } from '@angular/material/dialog';\n\nimport { SpatialSearchUiModule } from '../spatial-search-ui/spatial-search-ui.module';\nimport { SpatialSearchUiBehaviorComponent } from './spatial-search-ui-behavior.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SpatialSearchUiModule,\n MatDialogModule\n ],\n declarations: [SpatialSearchUiBehaviorComponent],\n exports: [SpatialSearchUiBehaviorComponent]\n})\nexport class SpatialSearchUiBehaviorModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpatialSearchUiComponent.html":{"url":"components/SpatialSearchUiComponent.html","title":"component - SpatialSearchUiComponent","body":"\n \n\n\n\n\n\n Components\n \n SpatialSearchUiComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts\n\n\n\n \n Description\n \n \n Main Spatial Search UI component\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spatial-search-ui\n \n\n\n\n \n styleUrls\n ./spatial-search-ui.component.scss\n \n\n\n\n \n templateUrl\n ./spatial-search-ui.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n anatomicalStructures\n \n \n cellTypes\n \n \n defaultPosition\n \n \n position\n \n \n radius\n \n \n radiusSettings\n \n \n referenceOrgan\n \n \n scene\n \n \n sceneBounds\n \n \n sceneTarget\n \n \n sex\n \n \n tissueBlocks\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n addSpatialSearch\n \n \n closeSpatialSearch\n \n \n editReferenceOrganClicked\n \n \n infoClicked\n \n \n nodeClicked\n \n \n positionChange\n \n \n radiusChange\n \n \n resetPosition\n \n \n resetSphere\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n anatomicalStructures\n \n \n \n \n Type : TermResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:53\n \n \n \n \n Anatomical structures within the sphere radius\n\n \n \n \n \n \n \n \n \n \n cellTypes\n \n \n \n \n Type : TermResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:56\n \n \n \n \n Cell types within the sphere radius\n\n \n \n \n \n \n \n \n \n \n defaultPosition\n \n \n \n \n Type : Position\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:44\n \n \n \n \n Starting position of sphere\n\n \n \n \n \n \n \n \n \n \n position\n \n \n \n \n Type : Position\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:47\n \n \n \n \n Current position of sphere\n\n \n \n \n \n \n \n \n \n \n radius\n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:38\n \n \n \n \n Current sphere radius setting\n\n \n \n \n \n \n \n \n \n \n radiusSettings\n \n \n \n \n Type : RadiusSettings\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:41\n \n \n \n \n Maximum, minimum, and default sphere radius values\n\n \n \n \n \n \n \n \n \n \n referenceOrgan\n \n \n \n \n Type : OrganInfo\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:35\n \n \n \n \n Current selected organ\n\n \n \n \n \n \n \n \n \n \n scene\n \n \n \n \n Type : SpatialSceneNode[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:23\n \n \n \n \n Nodes in the scene\n\n \n \n \n \n \n \n \n \n \n sceneBounds\n \n \n \n \n Type : Position\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:26\n \n \n \n \n Bounds of the scene\n\n \n \n \n \n \n \n \n \n \n sceneTarget\n \n \n \n \n Type : [number, number, number]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:29\n \n \n \n \n Scene target\n\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:32\n \n \n \n \n Current selected sex\n\n \n \n \n \n \n \n \n \n \n tissueBlocks\n \n \n \n \n Type : TissueBlockResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:50\n \n \n \n \n Tissue blocks within the sphere radius\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n addSpatialSearch\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:59\n \n \n \n \n Emits when run spatial search button clicked\n\n \n \n \n \n \n \n \n \n \n closeSpatialSearch\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:68\n \n \n \n \n Emits when close button clicked\n\n \n \n \n \n \n \n \n \n \n editReferenceOrganClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:77\n \n \n \n \n Emits when the edit organ link is clicked\n\n \n \n \n \n \n \n \n \n \n infoClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:80\n \n \n \n \n Emits when info button in header is clicked\n\n \n \n \n \n \n \n \n \n \n nodeClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:83\n \n \n \n \n Emits when a node in the scene is clicked\n\n \n \n \n \n \n \n \n \n \n positionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:74\n \n \n \n \n Emits when the sphere position changes\n\n \n \n \n \n \n \n \n \n \n radiusChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:71\n \n \n \n \n Emits when the radius changes\n\n \n \n \n \n \n \n \n \n \n resetPosition\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:62\n \n \n \n \n Emits when reset probing sphere button clicked\n\n \n \n \n \n \n \n \n \n \n resetSphere\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:65\n \n \n \n \n Emits when reset camera button clicked\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-spatial-search-ui\"\n\n \n \n \n \n Default value : 'ccf-spatial-search-ui'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:20\n \n \n\n \n \n HTML Class\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-spatial-search-ui'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:20\n \n \n\n \n \n HTML Class\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { SpatialSceneNode } from 'ccf-body-ui';\nimport { TissueBlockResult } from 'ccf-database';\nimport { OrganInfo } from 'ccf-shared';\n\nimport { Position, RadiusSettings, TermResult } from '../../../core/store/spatial-search-ui/spatial-search-ui.state';\n\n/**\n * Main Spatial Search UI component\n */\n@Component({\n selector: 'ccf-spatial-search-ui',\n templateUrl: './spatial-search-ui.component.html',\n styleUrls: ['./spatial-search-ui.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\n\nexport class SpatialSearchUiComponent {\n /** HTML Class */\n @HostBinding('class') readonly className = 'ccf-spatial-search-ui';\n\n /** Nodes in the scene */\n @Input() readonly scene: SpatialSceneNode[];\n\n /** Bounds of the scene */\n @Input() readonly sceneBounds: Position;\n\n /** Scene target */\n @Input() readonly sceneTarget: [number, number, number];\n\n /** Current selected sex */\n @Input() readonly sex: string;\n\n /** Current selected organ */\n @Input() readonly referenceOrgan: OrganInfo;\n\n /** Current sphere radius setting */\n @Input() readonly radius: number;\n\n /** Maximum, minimum, and default sphere radius values */\n @Input() readonly radiusSettings: RadiusSettings;\n\n /** Starting position of sphere */\n @Input() readonly defaultPosition: Position;\n\n /** Current position of sphere */\n @Input() readonly position: Position;\n\n /** Tissue blocks within the sphere radius */\n @Input() readonly tissueBlocks: TissueBlockResult[];\n\n /** Anatomical structures within the sphere radius */\n @Input() readonly anatomicalStructures: TermResult[];\n\n /** Cell types within the sphere radius */\n @Input() readonly cellTypes: TermResult[];\n\n /** Emits when run spatial search button clicked */\n @Output() readonly addSpatialSearch = new EventEmitter();\n\n /** Emits when reset probing sphere button clicked */\n @Output() readonly resetPosition = new EventEmitter();\n\n /** Emits when reset camera button clicked */\n @Output() readonly resetSphere = new EventEmitter();\n\n /** Emits when close button clicked */\n @Output() readonly closeSpatialSearch = new EventEmitter();\n\n /** Emits when the radius changes */\n @Output() readonly radiusChange = new EventEmitter();\n\n /** Emits when the sphere position changes */\n @Output() readonly positionChange = new EventEmitter();\n\n /** Emits when the edit organ link is clicked */\n @Output() readonly editReferenceOrganClicked = new EventEmitter();\n\n /** Emits when info button in header is clicked */\n @Output() readonly infoClicked = new EventEmitter();\n\n /** Emits when a node in the scene is clicked */\n @Output() readonly nodeClicked = new EventEmitter();\n}\n\n \n\n \n \n Configure Spatial Search\n \n info\n \n \n close\n \n\n\n\n \n \n \n Donor Sex: \n {{sex.charAt(0).toUpperCase() + sex.slice(1)}}\n \n \n Organ: \n {{referenceOrgan.name}}\n \n Edit\n \n \n \n Probing Sphere Radius\n \n \n {{ radius }} mm\n \n \n Reset Probing Sphere\n Reset\n Camera View\n \n \n \n \n \n \n \n \n \n Run Spatial Search\n \n \n \n Use the keyboard or click a Tissue Block to move the Probing Sphere\n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./spatial-search-ui.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n padding: 2rem;\n gap: 1rem;\n height: 95vh;\n width: 78vw;\n border-radius: 0.25rem;\n min-height: 45rem;\n min-width: 60rem;\n\n .header {\n display: flex;\n width: 100%;\n align-items: center;\n\n .info, .close {\n padding: 0;\n background: none;\n border: none;\n cursor: pointer;\n outline: none;\n border-radius: 0.25rem;\n transition: 0.6s;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .title {\n display: flex;\n align-items: center;\n margin-right: 1rem;\n }\n\n .close {\n margin-left: auto;\n }\n }\n\n .content {\n display: flex;\n width: 100%;\n height: calc(100% - 3.5rem);\n\n .button {\n border-width: 1px;\n border-style: solid;\n border-radius: 0.25rem;\n font-size: 0.875rem;\n height: 2rem;\n line-height: 2rem;\n transition: 0.5s;\n\n &.disabled {\n opacity: 0.5;\n pointer-events: none;\n }\n }\n\n .info-panel {\n display: flex;\n flex-direction: column;\n margin-right: 2rem;\n grid-gap: 1rem;\n gap: 1rem;\n width: 25rem;\n\n .organ-sex-selection {\n display: flex;\n font-size: 1rem;\n justify-content: space-between;\n\n .sex, .organ {\n display: flex;\n\n .label {\n font-weight: 300;\n margin-right: 0.5rem;\n }\n\n .current-sex, .current-organ {\n font-weight: 600;\n }\n }\n\n .edit {\n cursor: pointer;\n }\n }\n\n .radius-slider {\n display: flex;\n flex-direction: column;\n\n .title {\n font-weight: 600;\n font-size: 1rem;\n }\n\n .slider-container {\n display: flex;\n justify-content: space-between;\n\n .slider {\n width: 19rem;\n }\n\n .value {\n display: flex;\n align-items: center;\n font-size: 1rem;\n }\n }\n\n .reset-buttons {\n display: flex;\n justify-content: space-between;\n\n button {\n width: 11.5rem;\n }\n }\n }\n\n .results {\n height: calc(100% - 15rem - 2px);\n .list {\n height: 33%;\n display: flex;\n flex-direction: column;\n\n }\n }\n }\n\n .spatial-search-scene {\n display: flex;\n width: calc(100% - 25rem);\n background-color: black;\n border-bottom-left-radius: 0.5rem;\n border-bottom-right-radius: 0.5rem;\n border-top-right-radius: .5rem;\n border-top-left-radius: .5rem;\n\n .primary-scene-wrapper {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n\n .primary-scene {\n flex: auto;\n overflow: hidden;\n }\n\n .body-ui-hint {\n color: white;\n font-size: 1rem;\n margin: 1rem;\n }\n }\n\n .sidebar {\n .minimap-scene {\n margin: 1.5rem;\n width: 12.75rem;\n height: 11rem;\n ::ng-deep .body-ui {\n background-color: #232f3a;\n }\n }\n\n ccf-spatial-search-keyboard-ui-behavior {\n margin: 1.5rem;\n display: flex;\n justify-content: center;\n }\n\n ccf-xyz-position {\n margin: 1.5rem;\n padding-left: 5rem;\n }\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Configure Spatial Search info close Donor Sex: {{sex.charAt(0).toUpperCase() + sex.slice(1)}} Organ: {{referenceOrgan.name}} Edit Probing Sphere Radius {{ radius }} mm Reset Probing Sphere Reset Camera View Run Spatial Search Use the keyboard or click a Tissue Block to move the Probing Sphere '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpatialSearchUiComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SpatialSearchUiModel.html":{"url":"interfaces/SpatialSearchUiModel.html","title":"interface - SpatialSearchUiModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SpatialSearchUiModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n anatomicalStructures\n \n \n \n Optional\n \n cellTypes\n \n \n \n Optional\n \n defaultPosition\n \n \n \n \n executeSearchOnGeneration\n \n \n \n Optional\n \n organId\n \n \n \n Optional\n \n organScene\n \n \n \n Optional\n \n position\n \n \n \n Optional\n \n radius\n \n \n \n Optional\n \n radiusSettings\n \n \n \n Optional\n \n referenceOrgans\n \n \n \n \n sex\n \n \n \n Optional\n \n spatialSearchScene\n \n \n \n Optional\n \n tissueBlocks\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructures\n \n \n \n \n \n \n \n \n anatomicalStructures: Record\n\n \n \n\n\n \n \n Type : Record\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n cellTypes\n \n \n \n \n \n \n \n \n cellTypes: Record\n\n \n \n\n\n \n \n Type : Record\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n defaultPosition\n \n \n \n \n \n \n \n \n defaultPosition: Position\n\n \n \n\n\n \n \n Type : Position\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n executeSearchOnGeneration\n \n \n \n \n \n \n \n \n executeSearchOnGeneration: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n organId\n \n \n \n \n \n \n \n \n organId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n organScene\n \n \n \n \n \n \n \n \n organScene: SpatialSceneNode[]\n\n \n \n\n\n \n \n Type : SpatialSceneNode[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n position\n \n \n \n \n \n \n \n \n position: Position\n\n \n \n\n\n \n \n Type : Position\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n radius\n \n \n \n \n \n \n \n \n radius: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n radiusSettings\n \n \n \n \n \n \n \n \n radiusSettings: RadiusSettings\n\n \n \n\n\n \n \n Type : RadiusSettings\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n referenceOrgans\n \n \n \n \n \n \n \n \n referenceOrgans: OrganInfo[]\n\n \n \n\n\n \n \n Type : OrganInfo[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: Sex\n\n \n \n\n\n \n \n Type : Sex\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n spatialSearchScene\n \n \n \n \n \n \n \n \n spatialSearchScene: SpatialSceneNode[]\n\n \n \n\n\n \n \n Type : SpatialSceneNode[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n tissueBlocks\n \n \n \n \n \n \n \n \n tissueBlocks: TissueBlockResult[]\n\n \n \n\n\n \n \n Type : TissueBlockResult[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpatialSearchUiModule.html":{"url":"modules/SpatialSearchUiModule.html","title":"module - SpatialSearchUiModule","body":"\n \n\n\n\n\n Modules\n SpatialSearchUiModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpatialSearchUiModule\n\n\n\ncluster_SpatialSearchUiModule_declarations\n\n\n\ncluster_SpatialSearchUiModule_imports\n\n\n\ncluster_SpatialSearchUiModule_exports\n\n\n\n\nSpatialSearchUiComponent\n\nSpatialSearchUiComponent\n\n\n\nSpatialSearchUiModule\n\nSpatialSearchUiModule\n\nSpatialSearchUiModule -->\n\nSpatialSearchUiComponent->SpatialSearchUiModule\n\n\n\n\n\nSpatialSearchUiComponent \n\nSpatialSearchUiComponent \n\nSpatialSearchUiComponent -->\n\nSpatialSearchUiModule->SpatialSearchUiComponent \n\n\n\n\n\nTermOccurrenceListModule\n\nTermOccurrenceListModule\n\nSpatialSearchUiModule -->\n\nTermOccurrenceListModule->SpatialSearchUiModule\n\n\n\nSpatialSearchUiModule -->\n\nTermOccurrenceListModule->SpatialSearchUiModule\n\n\n\n\n\nTissueBlockListModule\n\nTissueBlockListModule\n\nSpatialSearchUiModule -->\n\nTissueBlockListModule->SpatialSearchUiModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpatialSearchUiComponent\n \n \n \n \n Imports\n \n \n TermOccurrenceListModule\n \n \n TermOccurrenceListModule\n \n \n TissueBlockListModule\n \n \n \n \n Exports\n \n \n SpatialSearchUiComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatLegacySliderModule as MatSliderModule } from '@angular/material/legacy-slider';\n\nimport { BodyUiModule, InfoButtonModule, SpatialSearchKeyboardUIBehaviorModule, XYZPositionModule } from 'ccf-shared';\nimport { TermOccurrenceListModule } from '../term-occurence-list/term-occurrence.module';\nimport { TissueBlockListModule } from '../tissue-block-list/tissue-block-list.module';\nimport { SpatialSearchUiComponent } from './spatial-search-ui.component';\n\n@NgModule({\n imports: [\n CommonModule,\n BodyUiModule,\n XYZPositionModule,\n TissueBlockListModule,\n SpatialSearchKeyboardUIBehaviorModule,\n MatIconModule,\n MatSliderModule,\n TermOccurrenceListModule,\n MatDividerModule,\n MatButtonModule,\n InfoButtonModule,\n TermOccurrenceListModule\n ],\n declarations: [SpatialSearchUiComponent],\n exports: [SpatialSearchUiComponent]\n})\nexport class SpatialSearchUiModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SpatialSearchUiSelectors.html":{"url":"classes/SpatialSearchUiSelectors.html","title":"class - SpatialSearchUiSelectors","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SpatialSearchUiSelectors\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n organEntity\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n Static\n anatomicalStructures\n \n \n \n Static\n cellTypes\n \n \n \n Static\n defaultPosition\n \n \n Private\n Static\n getTermCounts\n \n \n \n Static\n organ\n \n \n \n Static\n organId\n \n \n Static\n organMatchesSex\n \n \n \n Static\n organs\n \n \n \n Static\n position\n \n \n \n Static\n radius\n \n \n \n Static\n radiusSettings\n \n \n \n Static\n referenceOrgans\n \n \n \n Static\n scene\n \n \n \n Static\n sceneBounds\n \n \n \n Static\n sceneTarget\n \n \n \n Static\n sex\n \n \n \n Static\n tissueBlocks\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n organEntity\n \n \n \n \n \n \n Default value : SpatialSearchUiState.organEntity\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:12\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n anatomicalStructures\n \n \n \n \n \n \n \n anatomicalStructures(state: SpatialSearchUiModel, tree: OntologyTreeModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:106\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n tree\n \n OntologyTreeModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : TermResult[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n cellTypes\n \n \n \n \n \n \n \n cellTypes(state: SpatialSearchUiModel, tree: OntologyTreeModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:111\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n tree\n \n OntologyTreeModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : TermResult[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n defaultPosition\n \n \n \n \n \n \n \n defaultPosition(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:54\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Position\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n Static\n getTermCounts\n \n \n \n \n \n \n \n getTermCounts(counts: Record | undefined, tree: OntologyTreeModel)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:115\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n counts\n \n Record | undefined\n \n\n \n No\n \n\n\n \n \n tree\n \n OntologyTreeModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : TermResult[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organ\n \n \n \n \n \n \n \n organ(id: string | undefined, organs: OrganInfo[])\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:30\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string | undefined\n \n\n \n No\n \n\n\n \n \n organs\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OrganInfo | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organId\n \n \n \n \n \n \n \n organId(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:25\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organMatchesSex\n \n \n \n \n \n \n \n organMatchesSex(organ: OrganInfo, sex: Sex)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:43\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organ\n \n OrganInfo\n \n\n \n No\n \n\n\n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organs\n \n \n \n \n \n \n \n organs(sex: Sex, organs: OrganInfo[])\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n organs\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OrganInfo[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n position\n \n \n \n \n \n \n \n position(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:49\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Position\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n radius\n \n \n \n \n \n \n \n radius(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:59\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : number\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n radiusSettings\n \n \n \n \n \n \n \n radiusSettings(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:64\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : RadiusSettings\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n referenceOrgans\n \n \n \n \n \n \n \n referenceOrgans(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:20\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OrganInfo[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n scene\n \n \n \n \n \n \n \n scene(state: SpatialSearchUiModel, organEntity: SpatialEntity, position: Position, radius: number)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState', 'undefined', 'undefined', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:69\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n organEntity\n \n SpatialEntity\n \n\n \n No\n \n\n\n \n \n position\n \n Position\n \n\n \n No\n \n\n\n \n \n radius\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSceneNode[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n sceneBounds\n \n \n \n \n \n \n \n sceneBounds(organEntity: SpatialEntity)\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:84\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organEntity\n \n SpatialEntity\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Position\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n sceneTarget\n \n \n \n \n \n \n \n sceneTarget(organEntity: SpatialEntity)\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:95\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organEntity\n \n SpatialEntity\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n sex\n \n \n \n \n \n \n \n sex(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:15\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Sex\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n tissueBlocks\n \n \n \n \n \n \n \n tissueBlocks(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:101\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : TissueBlockResult[]\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Selector } from '@ngxs/store';\nimport { SpatialSceneNode } from 'ccf-body-ui';\nimport { getProbingSphereScene, OntologyTreeModel, SpatialEntity, TissueBlockResult } from 'ccf-database';\nimport { OrganInfo } from 'ccf-shared';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { Position, RadiusSettings, SpatialSearchUiModel, SpatialSearchUiState, TermResult } from './spatial-search-ui.state';\n\n\nexport class SpatialSearchUiSelectors {\n static readonly organEntity = SpatialSearchUiState.organEntity;\n\n @Selector([SpatialSearchUiState])\n static sex(state: SpatialSearchUiModel): Sex {\n return state.sex;\n }\n\n @Selector([SpatialSearchUiState])\n static referenceOrgans(state: SpatialSearchUiModel): OrganInfo[] {\n return state.referenceOrgans ?? [];\n }\n\n @Selector([SpatialSearchUiState])\n static organId(state: SpatialSearchUiModel): string | undefined {\n return state.organId;\n }\n\n @Selector([SpatialSearchUiSelectors.organId, SpatialSearchUiSelectors.referenceOrgans])\n static organ(id: string | undefined, organs: OrganInfo[]): OrganInfo | undefined {\n if (id === undefined) {\n return undefined;\n }\n\n return organs.find(organ => organ.id === id);\n }\n\n @Selector([SpatialSearchUiSelectors.sex, SpatialSearchUiSelectors.referenceOrgans])\n static organs(sex: Sex, organs: OrganInfo[]): OrganInfo[] {\n return organs.filter(organ => this.organMatchesSex(organ, sex));\n }\n\n static organMatchesSex(organ: OrganInfo, sex: Sex): boolean {\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n\n @Selector([SpatialSearchUiState])\n static position(state: SpatialSearchUiModel): Position {\n return state.position ?? { x: 0, y: 0, z: 0 };\n }\n\n @Selector([SpatialSearchUiState])\n static defaultPosition(state: SpatialSearchUiModel): Position {\n return state.defaultPosition ?? { x: 0, y: 0, z: 0 };\n }\n\n @Selector([SpatialSearchUiState])\n static radius(state: SpatialSearchUiModel): number {\n return state.radius ?? 0;\n }\n\n @Selector([SpatialSearchUiState])\n static radiusSettings(state: SpatialSearchUiModel): RadiusSettings {\n return state.radiusSettings ?? { min: 0, max: 0, defaultValue: 0 };\n }\n\n @Selector([SpatialSearchUiState, SpatialSearchUiState.organEntity, SpatialSearchUiSelectors.position, SpatialSearchUiSelectors.radius])\n static scene(state: SpatialSearchUiModel, organEntity: SpatialEntity, position: Position, radius: number): SpatialSceneNode[] {\n const sphere = getProbingSphereScene(organEntity, {\n ...position, radius, target: organEntity['@id']\n });\n const collisions = new Set((state.tissueBlocks ?? []).map(block => block.spatialEntityId));\n const organScene = (state.organScene ?? []).map(s => {\n if (collisions.has(s['@id'])) {\n s = { ...s, color: [41, 121, 255, 0.9 * 255] };\n }\n return s;\n });\n return organScene.concat(sphere);\n }\n\n @Selector([SpatialSearchUiState.organEntity])\n static sceneBounds(organEntity: SpatialEntity): Position {\n const { x_dimension: x, y_dimension: y, z_dimension: z } = organEntity;\n const margin = Math.max(x, y, z) * 0.42;\n return {\n x: (margin + x) / 1000,\n y: (margin + y) / 1000,\n z: (margin + z) / 1000\n };\n }\n\n @Selector([SpatialSearchUiState.organEntity])\n static sceneTarget(organEntity: SpatialEntity): [number, number, number] {\n const { x_dimension: x, y_dimension: y, z_dimension: z } = organEntity;\n return [x / 1000 / 2, y / 1000 / 2, z / 1000 / 2];\n }\n\n @Selector([SpatialSearchUiState])\n static tissueBlocks(state: SpatialSearchUiModel): TissueBlockResult[] {\n return state.tissueBlocks ?? [];\n }\n\n @Selector([SpatialSearchUiState, DataStateSelectors.anatomicalStructuresTreeModel])\n static anatomicalStructures(state: SpatialSearchUiModel, tree: OntologyTreeModel): TermResult[] {\n return this.getTermCounts(state.anatomicalStructures, tree);\n }\n\n @Selector([SpatialSearchUiState, DataStateSelectors.cellTypesTreeModel])\n static cellTypes(state: SpatialSearchUiModel, tree: OntologyTreeModel): TermResult[] {\n return this.getTermCounts(state.cellTypes, tree);\n }\n\n private static getTermCounts(counts: Record | undefined, tree: OntologyTreeModel): TermResult[] {\n return Object.entries(counts ?? {}).filter(([_, count]) => count > 0).map(([term, count]) => ({\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': term,\n label: tree.nodes[term]?.label ?? term.split('/').slice(-1)[0],\n count\n }));\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SpatialSearchUiState.html":{"url":"injectables/SpatialSearchUiState.html","title":"injectable - SpatialSearchUiState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SpatialSearchUiState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n generateSpatialSearch\n \n \n \n moveToNode\n \n \n \n Static\n organEntity\n \n \n Private\n organValidForSex\n \n \n \n resetPosition\n \n \n \n resetRadius\n \n \n \n setExecuteSearchOnGenerate\n \n \n \n setOrgan\n \n \n \n setPosition\n \n \n \n setRadius\n \n \n \n setSex\n \n \n \n startSpatialSearchFlow\n \n \n \n updateSpatialSearch\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dataSource: DataSourceService, store: Store, actions$: Actions, ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:88\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dataSource\n \n \n DataSourceService\n \n \n \n No\n \n \n \n \n store\n \n \n Store\n \n \n \n No\n \n \n \n \n actions$\n \n \n Actions\n \n \n \n No\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n generateSpatialSearch\n \n \n \n \n \n \n \n generateSpatialSearch(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(GenerateSpatialSearch)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:272\n \n \n\n\n \n \n Generates and adds a new spatial search then resets the ui state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n moveToNode\n \n \n \n \n \n \n \n moveToNode(ctx: StateContext, undefined: MoveToNode)\n \n \n\n \n \n Decorators : \n \n @Action(MoveToNode)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:206\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n MoveToNode\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organEntity\n \n \n \n \n \n \n \n organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[])\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:85\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n organs\n \n SpatialEntity[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialEntity | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n organValidForSex\n \n \n \n \n \n \n \n organValidForSex(organId: string, sex: Sex)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:313\n \n \n\n\n \n \n Used to determine if an organ should be listed if a certain sex is selected\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organId\n \n string\n \n\n \n No\n \n\n\n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetPosition\n \n \n \n \n \n \n \n resetPosition(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(ResetPosition)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:196\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetRadius\n \n \n \n \n \n \n \n resetRadius(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(ResetRadius)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:226\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setExecuteSearchOnGenerate\n \n \n \n \n \n \n \n setExecuteSearchOnGenerate(ctx: StateContext, undefined: SetExecuteSearchOnGenerate)\n \n \n\n \n \n Decorators : \n \n @Action(SetExecuteSearchOnGenerate)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:304\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetExecuteSearchOnGenerate\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setOrgan\n \n \n \n \n \n \n \n setOrgan(ctx: StateContext, undefined: SetOrgan)\n \n \n\n \n \n Decorators : \n \n @Action(SetOrgan)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:146\n \n \n\n\n \n \n Updates organId in the SpatialSearchUI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetOrgan\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setPosition\n \n \n \n \n \n \n \n setPosition(ctx: StateContext, undefined: SetPosition)\n \n \n\n \n \n Decorators : \n \n @Action(SetPosition)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:187\n \n \n\n\n \n \n Updates position in the SpatialSearchUI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetPosition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setRadius\n \n \n \n \n \n \n \n setRadius(ctx: StateContext, undefined: SetRadius)\n \n \n\n \n \n Decorators : \n \n @Action(SetRadius)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:218\n \n \n\n\n \n \n Updates radius in the SpatialSearchUI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetRadius\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSex\n \n \n \n \n \n \n \n setSex(ctx: StateContext, undefined: SetSex)\n \n \n\n \n \n Decorators : \n \n @Action(SetSex)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:116\n \n \n\n\n \n \n Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetSex\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n startSpatialSearchFlow\n \n \n \n \n \n \n \n startSpatialSearchFlow(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(StartSpatialSearchFlow)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:104\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSpatialSearch\n \n \n \n \n \n \n \n updateSpatialSearch(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(ReallyUpdateSpatialSearch)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:239\n \n \n\n\n \n \n Updates the spatial search data as the organ, position, and radius changes\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpinnerOverlayComponent.html":{"url":"components/SpinnerOverlayComponent.html","title":"component - SpinnerOverlayComponent","body":"\n \n\n\n\n\n\n Components\n \n SpinnerOverlayComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts\n\n\n\n \n Description\n \n \n Overlay component that displays a progress spinner and\nan optional text description.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spinner-overlay\n \n\n\n\n \n styleUrls\n ./spinner-overlay.component.scss\n \n\n\n\n \n templateUrl\n ./spinner-overlay.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n active\n \n \n text\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n active\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts:19\n \n \n \n \n Whether the overlay is active/showing.\n\n \n \n \n \n \n \n \n \n \n text\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts:22\n \n \n \n \n Optional text description displayed alongside the spinner.\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-spinner-overlay\"\n\n \n \n \n \n Default value : 'ccf-spinner-overlay'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts:16\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-spinner-overlay'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts:16\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\n\n/**\n * Overlay component that displays a progress spinner and\n * an optional text description.\n */\n@Component({\n selector: 'ccf-spinner-overlay',\n templateUrl: './spinner-overlay.component.html',\n styleUrls: ['./spinner-overlay.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SpinnerOverlayComponent {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-spinner-overlay';\n\n /** Whether the overlay is active/showing. */\n @Input() @HostBinding('class.active') active = false;\n\n /** Optional text description displayed alongside the spinner. */\n @Input() text: string;\n}\n\n \n\n \n \n{{ text }}\n\n \n\n \n \n ./spinner-overlay.component.scss\n \n :host {\n display: flex;\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 99;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n pointer-events: none;\n visibility: hidden;\n opacity: 0;\n transition: visibility 0.6s, opacity 0.4s ease-in-out;\n\n mat-spinner {\n margin-bottom: 1rem;\n opacity: 0;\n transition: opacity 0.3s ease-in-out 0.3s;\n }\n\n &.active {\n pointer-events: auto;\n visibility: visible;\n opacity: 1;\n\n mat-spinner {\n opacity: 1;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{ text }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpinnerOverlayComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpinnerOverlayModule.html":{"url":"modules/SpinnerOverlayModule.html","title":"module - SpinnerOverlayModule","body":"\n \n\n\n\n\n Modules\n SpinnerOverlayModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpinnerOverlayModule\n\n\n\ncluster_SpinnerOverlayModule_declarations\n\n\n\ncluster_SpinnerOverlayModule_exports\n\n\n\n\nSpinnerOverlayComponent\n\nSpinnerOverlayComponent\n\n\n\nSpinnerOverlayModule\n\nSpinnerOverlayModule\n\nSpinnerOverlayModule -->\n\nSpinnerOverlayComponent->SpinnerOverlayModule\n\n\n\n\n\nSpinnerOverlayComponent \n\nSpinnerOverlayComponent \n\nSpinnerOverlayComponent -->\n\nSpinnerOverlayModule->SpinnerOverlayComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpinnerOverlayComponent\n \n \n \n \n Exports\n \n \n SpinnerOverlayComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\nimport { SpinnerOverlayComponent } from './spinner-overlay.component';\n\n\n@NgModule({\n imports: [CommonModule, MatProgressSpinnerModule],\n declarations: [SpinnerOverlayComponent],\n exports: [SpinnerOverlayComponent]\n})\nexport class SpinnerOverlayModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StartSpatialSearchFlow.html":{"url":"classes/StartSpatialSearchFlow.html","title":"class - StartSpatialSearchFlow","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StartSpatialSearchFlow\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Start the Spatial Search flow'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:4\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StoreModule.html":{"url":"modules/StoreModule.html","title":"module - StoreModule","body":"\n \n\n\n\n\n Modules\n StoreModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/core/store/store.module.ts\n \n\n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { NgxsDataPluginModule } from '@angular-ru/ngxs';\nimport { NgxsDispatchPluginModule } from '@ngxs-labs/dispatch-decorator';\nimport { NgxsLoggerPluginModule } from '@ngxs/logger-plugin';\nimport { NgxsModule } from '@ngxs/store';\nimport { GlobalConfigState } from 'ccf-shared';\nimport { CallToActionState } from 'projects/ccf-shared/src/public-api';\n\nimport { environment } from '../../../environments/environment';\nimport { ColorAssignmentState } from './color-assignment/color-assignment.state';\nimport { DataState } from './data/data.state';\nimport { IconRegistryState } from './icon-registry/icon-registry.state';\nimport { ListResultsState } from './list-results/list-results.state';\nimport { SceneState } from './scene/scene.state';\nimport { SpatialSearchFilterState } from './spatial-search-filter/spatial-search-filter.state';\nimport { SpatialSearchUiState } from './spatial-search-ui/spatial-search-ui.state';\n\n\n/**\n * States shared across the entire app.\n */\nexport const ROOT_STATES = [\n GlobalConfigState,\n ColorAssignmentState,\n IconRegistryState,\n ListResultsState,\n DataState,\n SceneState,\n CallToActionState,\n SpatialSearchUiState,\n SpatialSearchFilterState\n];\n\n@NgModule({\n imports: [\n // For some strange reason the data plugin is not happy being placed after the store module!?\n NgxsDataPluginModule.forRoot(),\n\n NgxsModule.forRoot(ROOT_STATES, {\n developmentMode: !environment.production,\n selectorOptions: {\n injectContainerState: false\n }\n // Consider setting compatibility and executionStrategy\n // https://www.ngxs.io/advanced/options\n }),\n\n NgxsDispatchPluginModule.forRoot(),\n\n // Logger plugin must be last!\n NgxsLoggerPluginModule.forRoot({\n disabled: environment.production\n })\n ]\n})\nexport class StoreModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TermOccurrenceListComponent.html":{"url":"components/TermOccurrenceListComponent.html","title":"component - TermOccurrenceListComponent","body":"\n \n\n\n\n\n\n Components\n \n TermOccurrenceListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts\n\n\n\n \n Description\n \n \n Component for a dropdown menu\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-term-occurrence-list\n \n\n\n\n \n styleUrls\n ./term-occurrence.component.scss\n \n\n\n\n \n templateUrl\n ./term-occurrence.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n termList\n \n \n title\n \n \n toolTipText\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n termList\n \n \n \n \n Type : TermResult[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:20\n \n \n \n \n array that contains the terms and their counts\n\n \n \n \n \n \n \n \n \n \n title\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:25\n \n \n \n \n Holds title for section\n\n \n \n \n \n \n \n \n \n \n toolTipText\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:30\n \n \n \n \n Text to be included in the tool tip\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-term-occurrence-list\"\n\n \n \n \n \n Default value : 'ccf-term-occurrence-list'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:15\n \n \n\n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-term-occurrence-list'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:15\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\nimport { TermResult } from '../../../core/store/spatial-search-ui/spatial-search-ui.state';\n\n/**\n * Component for a dropdown menu\n */\n@Component({\n selector: 'ccf-term-occurrence-list',\n templateUrl: './term-occurrence.component.html',\n styleUrls: ['./term-occurrence.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TermOccurrenceListComponent {\n @HostBinding('class') readonly className = 'ccf-term-occurrence-list';\n\n /**\n * array that contains the terms and their counts\n */\n @Input() termList: TermResult[] = [];\n\n /**\n * Holds title for section\n */\n @Input() title: string;\n\n /**\n * Text to be included in the tool tip\n */\n @Input() toolTipText: string;\n}\n\n \n\n \n \n {{termList.length}} {{title}}\n \n info\n \n\n\n\n \n\n \n {{ term.label }}\n {{ term.count }}\n \n \n\n\n \n\n \n \n ./term-occurrence.component.scss\n \n :host {\n padding-top: 1rem;\n .term-list-header {\n display: flex;\n justify-content: space-between;\n margin-bottom: 1rem;\n\n .title {\n font-size: .875rem;\n }\n .counter {\n font-size: 1rem;\n }\n\n .info {\n padding-right: 0;\n background: none;\n border: none;\n outline: none;\n border-radius: 0.25rem;\n transition: 0.6s;\n }\n }\n .term-list {\n overflow: auto;\n padding-left: 2rem;\n font-size: 1rem;\n .term-bloc {\n display: flex;\n justify-content: space-between;\n margin-bottom: 1rem;\n overflow: auto;\n }\n .term-line{\n padding-right: 2rem;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{termList.length}} {{title}} info {{ term.label }} {{ term.count }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'TermOccurrenceListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TermOccurrenceListModule.html":{"url":"modules/TermOccurrenceListModule.html","title":"module - TermOccurrenceListModule","body":"\n \n\n\n\n\n Modules\n TermOccurrenceListModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TermOccurrenceListModule\n\n\n\ncluster_TermOccurrenceListModule_declarations\n\n\n\ncluster_TermOccurrenceListModule_exports\n\n\n\n\nTermOccurrenceListComponent\n\nTermOccurrenceListComponent\n\n\n\nTermOccurrenceListModule\n\nTermOccurrenceListModule\n\nTermOccurrenceListModule -->\n\nTermOccurrenceListComponent->TermOccurrenceListModule\n\n\n\n\n\nTermOccurrenceListComponent \n\nTermOccurrenceListComponent \n\nTermOccurrenceListComponent -->\n\nTermOccurrenceListModule->TermOccurrenceListComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TermOccurrenceListComponent\n \n \n \n \n Exports\n \n \n TermOccurrenceListComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { TermOccurrenceListComponent } from './term-occurrence.component';\n\n\n@NgModule({\n imports: [CommonModule, MatTooltipModule, MatIconModule],\n declarations: [TermOccurrenceListComponent],\n exports: [TermOccurrenceListComponent]\n})\n\nexport class TermOccurrenceListModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TermResult.html":{"url":"interfaces/TermResult.html","title":"interface - TermResult","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TermResult\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n @id\n \n \n \n \n count\n \n \n \n \n label\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n @id\n \n \n \n \n \n \n \n \n @id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n count\n \n \n \n \n \n \n \n \n count: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ThemingModule.html":{"url":"modules/ThemingModule.html","title":"module - ThemingModule","body":"\n \n\n\n\n\n Modules\n ThemingModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ThemingModule\n\n\n\ncluster_ThemingModule_providers\n\n\n\n\nThemingService\n\nThemingService\n\n\n\nThemingModule\n\nThemingModule\n\nThemingModule -->\n\nThemingService->ThemingModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/core/services/theming/theming.module.ts\n \n\n\n\n\n\n \n \n \n Providers\n \n \n ThemingService\n \n \n \n \n \n\n\n \n\n\n \n import { APP_BOOTSTRAP_LISTENER, NgModule } from '@angular/core';\n\nimport { ThemingService } from './theming.service';\n\n\n@NgModule({\n providers: [\n { provide: APP_BOOTSTRAP_LISTENER, useValue: ThemingService.initialize, multi: true },\n ThemingService\n ]\n})\nexport class ThemingModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ThemingService.html":{"url":"injectables/ThemingService.html","title":"injectable - ThemingService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ThemingService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/theming/theming.service.ts\n \n\n\n \n Description\n \n \n Manages the currently active theme.\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n defaultTheme\n \n \n Private\n element\n \n \n Private\n injector\n \n \n Private\n theme\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n applyThemeClass\n \n \n getTheme\n \n \n Static\n initialize\n \n \n initialize\n \n \n resetTheme\n \n \n setTheme\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(defaultTheme: string | null)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:25\n \n \n\n \n \n Creates the theming service.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n defaultTheme\n \n \n string | null\n \n \n \n No\n \n \n \n An optional default theme.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n applyThemeClass\n \n \n \n \n \n \n \n applyThemeClass(cls: string, method: \"add\" | \"remove\")\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:83\n \n \n\n\n \n \n Adds or removes a theme class from the necessary components.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n cls\n \n string\n \n\n \n No\n \n\n \n \n\n \n The theme class.\n\n \n \n \n method\n \n \"add\" | \"remove\"\n \n\n \n No\n \n\n \n 'add'\n \n\n \n Whether to add or remove the theme.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTheme\n \n \n \n \n \n \ngetTheme()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:39\n \n \n\n\n \n \n Get the currently active theme.\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Static\n initialize\n \n \n \n \n \n \n \n initialize(component: ComponentRef<>)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:21\n \n \n\n\n \n \n Initializer called during bootstrap to set up theming.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n component\n \n ComponentRef<>\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n initialize\n \n \n \n \n \n \ninitialize(element: ElementRef<>, injector: Injector)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:71\n \n \n\n\n \n \n Binds theming service to a component.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n element\n \n ElementRef<>\n \n\n \n No\n \n\n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetTheme\n \n \n \n \n \n \nresetTheme()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:60\n \n \n\n\n \n \n Resets the theme to the default.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setTheme\n \n \n \n \n \n \nsetTheme(theme: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:48\n \n \n\n\n \n \n Sets the currently active theme.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n The new theme class.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n defaultTheme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:16\n \n \n\n \n \n Default theme class.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n element\n \n \n \n \n \n \n Type : ElementRef<>\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n injector\n \n \n \n \n \n \n Type : Injector\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n theme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:18\n \n \n\n \n \n Currently active theme class.\n\n \n \n\n \n \n\n\n \n\n\n \n import { OverlayContainer } from '@angular/cdk/overlay';\nimport { ComponentRef, ElementRef, Inject, Injector, Injectable, InjectionToken, Optional, Renderer2 } from '@angular/core';\n\n/** Token for specifying the default theme class. */\nexport const DEFAULT_THEME = new InjectionToken('Default theme class');\n\n/**\n * Manages the currently active theme.\n */\n@Injectable()\nexport class ThemingService {\n private element: ElementRef;\n private injector: Injector;\n /** Default theme class. */\n private defaultTheme: string;\n /** Currently active theme class. */\n private theme: string;\n\n /** Initializer called during bootstrap to set up theming. */\n static initialize(component: ComponentRef): void {\n const { injector, location } = component;\n const service = injector.get(ThemingService);\n service.initialize(location, injector);\n }\n\n /**\n * Creates the theming service.\n *\n * @param defaultTheme An optional default theme.\n */\n constructor(@Optional() @Inject(DEFAULT_THEME) defaultTheme: string | null) {\n this.defaultTheme = this.theme = defaultTheme ?? '';\n }\n\n /**\n * Get the currently active theme.\n */\n getTheme(): string {\n return this.theme;\n }\n\n /**\n * Sets the currently active theme.\n *\n * @param theme The new theme class.\n */\n setTheme(theme: string): void {\n if (theme === this.theme) {\n return;\n }\n this.applyThemeClass(this.theme, 'remove');\n this.applyThemeClass(theme);\n this.theme = theme;\n }\n\n /**\n * Resets the theme to the default.\n */\n resetTheme(): void {\n this.setTheme(this.defaultTheme);\n }\n\n\n /**\n * Binds theming service to a component.\n *\n * @param component The top level component.\n * @throws {Error} If the theming service has already been initialized.\n */\n initialize(element: ElementRef, injector: Injector): void {\n this.element = element;\n this.injector = injector;\n this.applyThemeClass(this.getTheme());\n }\n\n /**\n * Adds or removes a theme class from the necessary components.\n *\n * @param cls The theme class.\n * @param method Whether to add or remove the theme.\n */\n private applyThemeClass(cls: string, method: 'add' | 'remove' = 'add'): void {\n const { element, injector } = this;\n if (!cls || !element || !injector) {\n return;\n }\n\n const renderer = injector.get(Renderer2, null);\n if (!renderer) {\n return;\n }\n\n const root = element.nativeElement as HTMLElement;\n const overlay = injector.get(OverlayContainer, null)?.getContainerElement();\n const methodName = method === 'add' ? 'addClass' : 'removeClass';\n\n renderer[methodName](root, cls);\n if (overlay) {\n renderer[methodName](overlay, cls);\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ThumbnailCarouselComponent.html":{"url":"components/ThumbnailCarouselComponent.html","title":"component - ThumbnailCarouselComponent","body":"\n \n\n\n\n\n\n Components\n \n ThumbnailCarouselComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts\n\n\n\n \n Description\n \n \n Carousel containing sample thumbnails in expanded donor cards\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-thumbnail-carousel\n \n\n\n\n \n styleUrls\n ./thumbnail-carousel.component.scss\n \n\n\n\n \n templateUrl\n ./thumbnail-carousel.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n Readonly\n config\n \n \n Readonly\n navigation\n \n \n Readonly\n uid\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n itemId\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n data\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n linkClicked\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n prevButtonId\n \n \n nextButtonId\n \n \n \n \n \n \n\n\n\n \n Inputs\n \n \n \n \n \n data\n \n \n \n \n Type : DatasetResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:34\n \n \n \n \n Items to show in the carousel\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n linkClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:39\n \n \n \n \n Outputs the result whose link was clicked\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-thumbnail-carousel\"\n\n \n \n \n \n Default value : 'ccf-thumbnail-carousel'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:29\n \n \n\n \n \n Primary css class selector\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n itemId\n \n \n \n \n \n \nitemId(_index: number, item: DatasetResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:89\n \n \n\n\n \n \n Extract a unique identifier for an item\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _index\n \n number\n \n\n \n No\n \n\n\n \n Unused\n\n \n \n \n item\n \n DatasetResult\n \n\n \n No\n \n\n\n \n The item\n\n \n \n \n \n \n \n Returns : string\n\n \n \n An unique identifier\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-thumbnail-carousel'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:29\n \n \n\n \n \n Primary css class selector\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n config\n \n \n \n \n \n \n Type : SwiperOptions\n\n \n \n \n \n Default value : {\n allowTouchMove: false,\n slidesOffsetBefore: 4,\n slidesOffsetAfter: 4,\n slidesPerView: 'auto',\n spaceBetween: 4,\n watchOverflow: true\n }\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:63\n \n \n\n \n \n Swiper configuration\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n navigation\n \n \n \n \n \n \n Type : NavigationOptions\n\n \n \n \n \n Default value : {\n // Normally I would have prefered referencing the elements themselves instead of using selectors\n // However in this case it does not work with angular swiper\n prevEl: '#' + this.prevButtonId,\n nextEl: '#' + this.nextButtonId\n }\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:75\n \n \n\n \n \n Navigation configuration\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n uid\n \n \n \n \n \n \n Default value : nextUid()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:44\n \n \n\n \n \n Per instance unique identifier\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n prevButtonId\n \n \n\n \n \n getprevButtonId()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:49\n \n \n \n \n HTML id for previous slide button\n\n\n \n Returns : string\n\n \n \n \n\n \n \n \n \n \n \n \n nextButtonId\n \n \n\n \n \n getnextButtonId()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:56\n \n \n \n \n HTML id for next slide button\n\n\n \n Returns : string\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { DatasetResult } from 'ccf-database';\nimport { SwiperOptions } from 'swiper';\nimport { NavigationOptions } from 'swiper/types';\n\n// Returns a unique identifier\nconst nextUid = (() => {\n let counter = -1;\n return () => {\n counter += 1;\n return counter;\n };\n})();\n\n\n/**\n * Carousel containing sample thumbnails in expanded donor cards\n */\n@Component({\n selector: 'ccf-thumbnail-carousel',\n templateUrl: './thumbnail-carousel.component.html',\n styleUrls: ['./thumbnail-carousel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ThumbnailCarouselComponent {\n /**\n * Primary css class selector\n */\n @HostBinding('class') readonly className = 'ccf-thumbnail-carousel';\n\n /**\n * Items to show in the carousel\n */\n @Input() data: DatasetResult[];\n\n /**\n * Outputs the result whose link was clicked\n */\n @Output() readonly linkClicked = new EventEmitter();\n\n /**\n * Per instance unique identifier\n */\n readonly uid = nextUid();\n\n /**\n * HTML id for previous slide button\n */\n get prevButtonId(): string {\n return `ccf-thumbnail-carousel-prev-button-${this.uid}`;\n }\n\n /**\n * HTML id for next slide button\n */\n get nextButtonId(): string {\n return `ccf-thumbnail-carousel-next-button-${this.uid}`;\n }\n\n /**\n * Swiper configuration\n */\n readonly config: SwiperOptions = {\n allowTouchMove: false,\n slidesOffsetBefore: 4,\n slidesOffsetAfter: 4,\n slidesPerView: 'auto',\n spaceBetween: 4,\n watchOverflow: true\n };\n\n /**\n * Navigation configuration\n */\n readonly navigation: NavigationOptions = {\n // Normally I would have prefered referencing the elements themselves instead of using selectors\n // However in this case it does not work with angular swiper\n prevEl: '#' + this.prevButtonId,\n nextEl: '#' + this.nextButtonId\n };\n\n /**\n * Extract a unique identifier for an item\n *\n * @param _index Unused\n * @param item The item\n * @returns An unique identifier\n */\n itemId(_index: number, item: DatasetResult): string {\n return item.thumbnail;\n }\n}\n\n \n\n \n \n \n navigate_before\n \n\n\n\n \n \n \n \n {{ item.technology }}\n \n \n DATA\n open_in_new\n \n \n \n \n\n\n\n \n \n \n\n navigate_next\n \n\n\n \n\n \n \n ./thumbnail-carousel.component.scss\n \n :host {\n display: flex;\n\n .swiper {\n flex-grow: 1;\n padding-bottom: 0.3125rem;\n\n ::ng-deep .swiper-slide {\n width: 3.75rem;\n height: 2.8125rem;\n }\n }\n\n .prev, .next {\n display: flex;\n align-items: center;\n\n height: 2.8125rem;\n\n button {\n width: 1.5rem;\n height: 1.5rem;\n line-height: 1.5rem;\n padding: 0;\n }\n\n .fade {\n position: absolute;\n top: -0.625rem;\n left: -2rem;\n z-index: 10;\n\n width: 2rem;\n height: 2.8125rem + 0.3125rem;\n\n opacity: 1;\n transition: opacity ease-in-out 0.3s;\n\n pointer-events: none;\n }\n\n .swiper-button-disabled, .swiper-button-lock {\n cursor: default;\n pointer-events: none;\n\n .fade {\n opacity: 0;\n }\n }\n }\n\n .slide {\n position: relative;\n width: 100%;\n height: 100%;\n\n .thumbnail {\n display: flex;\n align-items: center;\n justify-content: center;\n background-size: cover;\n\n position: relative;\n width: calc(100% - 2 * 0.125rem);\n height: calc(100% - 2 * 0.125rem);\n\n border-style: solid;\n border-width: 0.125rem;\n border-radius: 0.25rem;\n\n background-origin: padding-box;\n background-clip: padding-box;\n\n font-size: 0.875rem;\n font-weight: bold;\n\n &:after {\n content: \"\";\n\n position: absolute;\n bottom: -0.125rem;\n left: -0.125rem;\n width: 0.125rem;\n height: 0.125rem;\n }\n }\n\n .link {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n\n position: absolute;\n top: 0;\n bottom: 0;\n right: 0;\n left: 0;\n\n opacity: 0;\n transition: opacity ease-in-out 0.3s;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);\n\n font-size: 0.75rem;\n line-height: 0.75rem;\n\n &,\n &:link,\n &:visited,\n &:hover,\n &:focus,\n &:active {\n cursor: pointer;\n text-decoration: none;\n }\n }\n\n &:hover .link {\n opacity: 1;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' navigate_before {{ item.technology }} DATA open_in_new navigate_next '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ThumbnailCarouselComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ThumbnailCarouselModule.html":{"url":"modules/ThumbnailCarouselModule.html","title":"module - ThumbnailCarouselModule","body":"\n \n\n\n\n\n Modules\n ThumbnailCarouselModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ThumbnailCarouselModule\n\n\n\ncluster_ThumbnailCarouselModule_exports\n\n\n\ncluster_ThumbnailCarouselModule_declarations\n\n\n\n\nThumbnailCarouselComponent\n\nThumbnailCarouselComponent\n\n\n\nThumbnailCarouselModule\n\nThumbnailCarouselModule\n\nThumbnailCarouselModule -->\n\nThumbnailCarouselComponent->ThumbnailCarouselModule\n\n\n\n\n\nThumbnailCarouselComponent \n\nThumbnailCarouselComponent \n\nThumbnailCarouselComponent -->\n\nThumbnailCarouselModule->ThumbnailCarouselComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ThumbnailCarouselComponent\n \n \n \n \n Exports\n \n \n ThumbnailCarouselComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { SwiperModule } from 'swiper/angular';\nimport { Navigation, Swiper } from 'swiper';\n\nimport { ThumbnailCarouselComponent } from './thumbnail-carousel.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatButtonModule,\n MatIconModule,\n\n SwiperModule\n ],\n declarations: [ThumbnailCarouselComponent],\n exports: [ThumbnailCarouselComponent]\n})\nexport class ThumbnailCarouselModule {\n constructor() {\n // Install swiper modules\n Swiper.use([Navigation]);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TissueBlockListComponent.html":{"url":"components/TissueBlockListComponent.html","title":"component - TissueBlockListComponent","body":"\n \n\n\n\n\n\n Components\n \n TissueBlockListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts\n\n\n\n \n Description\n \n \n Tissue block list in spatial search UI\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-tissue-block-list\n \n\n\n\n \n styleUrls\n ./tissue-block-list.component.scss\n \n\n\n\n \n templateUrl\n ./tissue-block-list.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n tissueBlocks\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n tissueBlocks\n \n \n \n \n Type : TissueBlockResult[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts:19\n \n \n \n \n Tissue blocks to be displayed\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-tissue-block-list\"\n\n \n \n \n \n Default value : 'ccf-tissue-block-list'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts:16\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-tissue-block-list'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts:16\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\nimport { TissueBlockResult } from 'ccf-database';\n\n\n/**\n * Tissue block list in spatial search UI\n */\n@Component({\n selector: 'ccf-tissue-block-list',\n templateUrl: './tissue-block-list.component.html',\n styleUrls: ['./tissue-block-list.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TissueBlockListComponent {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-tissue-block-list';\n\n /** Tissue blocks to be displayed */\n @Input() tissueBlocks: TissueBlockResult[] = [];\n\n}\n\n \n\n \n \n {{tissueBlocks.length}} Tissue Blocks\n \n info\n \n\n\n\n \n person\n\n \n {{ tissueBlock.donor.label }}\n {{ tissueBlock.donor.description }}\n \n \n\n\n \n\n \n \n ./tissue-block-list.component.scss\n \n :host { \n .tissue-block-header {\n display: flex;\n justify-content: space-between;\n margin-bottom: 1rem;\n\n .title {\n font-size: .875rem;\n }\n\n .info {\n padding: 0;\n background: none;\n border: none;\n outline: none;\n border-radius: 0.25rem;\n transition: 0.6s;\n }\n }\n\n .tissue-list {\n overflow: auto;\n }\n\n .donor {\n min-height: 3rem;\n padding-left: 0.5rem;\n display: flex;\n font-size: 0.75rem;\n line-height: 1rem;\n align-items: center;\n flex-grow: 1;\n height: 2.5rem;\n width: 22rem;\n padding: 0.5rem;\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\n cursor: pointer;\n margin-right: 1rem;\n margin-bottom: .5rem;\n\n .icon {\n margin-right: 0.5rem;\n }\n\n .donor-info {\n .title {\n font-weight: 600;\n }\n\n .description {\n width: 17rem;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n }\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{tissueBlocks.length}} Tissue Blocks info person {{ tissueBlock.donor.label }} {{ tissueBlock.donor.description }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'TissueBlockListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TissueBlockListModule.html":{"url":"modules/TissueBlockListModule.html","title":"module - TissueBlockListModule","body":"\n \n\n\n\n\n Modules\n TissueBlockListModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TissueBlockListModule\n\n\n\ncluster_TissueBlockListModule_declarations\n\n\n\ncluster_TissueBlockListModule_exports\n\n\n\n\nTissueBlockListComponent\n\nTissueBlockListComponent\n\n\n\nTissueBlockListModule\n\nTissueBlockListModule\n\nTissueBlockListModule -->\n\nTissueBlockListComponent->TissueBlockListModule\n\n\n\n\n\nTissueBlockListComponent \n\nTissueBlockListComponent \n\nTissueBlockListComponent -->\n\nTissueBlockListModule->TissueBlockListComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TissueBlockListComponent\n \n \n \n \n Exports\n \n \n TissueBlockListComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { TissueBlockListComponent } from './tissue-block-list.component';\n\n@NgModule({\n imports: [\n CommonModule,\n MatIconModule,\n MatTooltipModule\n ],\n declarations: [TissueBlockListComponent],\n exports: [TissueBlockListComponent]\n})\nexport class TissueBlockListModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TissueSectionVisComponent.html":{"url":"components/TissueSectionVisComponent.html","title":"component - TissueSectionVisComponent","body":"\n \n\n\n\n\n\n Components\n \n TissueSectionVisComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-tissue-section-vis\n \n\n\n\n \n styleUrls\n ./tissue-section-vis.component.scss\n \n\n\n\n \n templateUrl\n ./tissue-section-vis.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n tissueSectionExists\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n tissueSections\n \n \n totalTissueSections\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n tissueSections\n \n \n \n \n Type : TissueSectionResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:18\n \n \n \n \n Tissue section data, used to determine which tissues to color on the graph\n\n \n \n \n \n \n \n \n \n \n totalTissueSections\n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:15\n \n \n \n \n The total numebr of tissue sections, used for end label\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-tissue-section-vis\"\n\n \n \n \n \n Default value : 'ccf-tissue-section-vis'\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:12\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n tissueSectionExists\n \n \n \n \n \n \ntissueSectionExists(sectionNumber: number)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:21\n \n \n\n\n \n \n Returns whether or not the given section number exists in the tissueSection array\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n sectionNumber\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-tissue-section-vis'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:12\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\nimport { TissueSectionResult } from 'ccf-database';\n\n@Component({\n selector: 'ccf-tissue-section-vis',\n templateUrl: './tissue-section-vis.component.html',\n styleUrls: ['./tissue-section-vis.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TissueSectionVisComponent {\n /** HTML Class Name */\n @HostBinding('class') readonly clsName = 'ccf-tissue-section-vis';\n\n /** The total numebr of tissue sections, used for end label */\n @Input() totalTissueSections!: number;\n\n /** Tissue section data, used to determine which tissues to color on the graph */\n @Input() tissueSections!: TissueSectionResult[];\n\n /** Returns whether or not the given section number exists in the tissueSection array */\n tissueSectionExists(sectionNumber: number): boolean {\n if (this.tissueSections.filter(section => section.sectionNumber === sectionNumber).length > 0) {\n return true;\n }\n\n return false;\n }\n}\n\n \n\n \n 0\n\n \n \n\n{{ totalTissueSections }}\n \n\n \n \n ./tissue-section-vis.component.scss\n \n :host {\n width: 100%;\n height: 2.5rem;\n padding: .5rem;\n padding-left: 1rem;\n padding-right: 1rem;\n display: flex;\n\n .container {\n margin-right: .5rem;\n margin-left: .5rem;\n flex-grow: 1;\n display: flex;\n position: relative;\n justify-content: space-evenly;\n\n .line-tick {\n height: 100%;\n width: 1px;\n z-index: 2;\n }\n\n .x-axis {\n width: 100%;\n height: 2px;\n position: absolute;\n top: calc(50% - 1px);\n right: 0;\n z-index: 1;\n }\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '0 {{ totalTissueSections }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'TissueSectionVisComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TissueSectionVisModule.html":{"url":"modules/TissueSectionVisModule.html","title":"module - TissueSectionVisModule","body":"\n \n\n\n\n\n Modules\n TissueSectionVisModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TissueSectionVisModule\n\n\n\ncluster_TissueSectionVisModule_declarations\n\n\n\ncluster_TissueSectionVisModule_exports\n\n\n\n\nTissueSectionVisComponent\n\nTissueSectionVisComponent\n\n\n\nTissueSectionVisModule\n\nTissueSectionVisModule\n\nTissueSectionVisModule -->\n\nTissueSectionVisComponent->TissueSectionVisModule\n\n\n\n\n\nTissueSectionVisComponent \n\nTissueSectionVisComponent \n\nTissueSectionVisComponent -->\n\nTissueSectionVisModule->TissueSectionVisComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TissueSectionVisComponent\n \n \n \n \n Exports\n \n \n TissueSectionVisComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TissueSectionVisComponent } from './tissue-section-vis.component';\n\n\n\n@NgModule({\n declarations: [TissueSectionVisComponent],\n imports: [CommonModule],\n exports: [TissueSectionVisComponent]\n})\nexport class TissueSectionVisModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ToggleButtonComponent.html":{"url":"components/ToggleButtonComponent.html","title":"component - ToggleButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ToggleButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts\n\n\n\n \n Description\n \n \n Implements open/close button for the side drawers.\n\n \n\n\n \n Implements\n \n \n AfterViewInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-drawer-toggle-button\n \n\n\n\n \n styleUrls\n ./toggle-button.component.scss\n \n\n\n\n \n templateUrl\n ./toggle-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n Private\n opened\n \n \n Private\n position\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleMessage\n \n \n ngAfterViewInit\n \n \n ngOnDestroy\n \n \n toggle\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n class.ccf-drawer-toggle-button-end\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n classEnd\n \n \n icon\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(drawer: DrawerComponent, messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:42\n \n \n\n \n \n Creates an instance of toggle button component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n drawer\n \n \n DrawerComponent\n \n \n \n No\n \n \n \n The owning side drawer.\n\n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n Service used to send and receive event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-toggle-button\"\n\n \n \n \n \n Default value : 'ccf-drawer-toggle-button'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:19\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n class.ccf-drawer-toggle-button-end\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:22\n \n \n\n \n \n Whether this button is attach to a drawer in position 'end'.\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleMessage\n \n \n \n \n \n \nhandleMessage(msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:85\n \n \n\n\n \n \n Process an event message.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to be run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:65\n \n \n\n\n \n \n Initializes this component.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:75\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n toggle\n \n \n \n \n \n \ntoggle()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:97\n \n \n\n\n \n \n Updates the drawer state.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-toggle-button'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:19\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n opened\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:40\n \n \n\n \n \n Whether the owning drawer is opened.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n position\n \n \n \n \n \n \n Type : \"start\" | \"end\"\n\n \n \n \n \n Default value : 'start'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:38\n \n \n\n \n \n Position of the owning side drawer.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:42\n \n \n\n \n \n Subscriptions managed by this component.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n classEnd\n \n \n\n \n \n getclassEnd()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:22\n \n \n \n \n Whether this button is attach to a drawer in position 'end'.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n \n \n \n \n \n icon\n \n \n\n \n \n geticon()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:27\n \n \n \n \n Gets the name of the icon to display.\n\n\n \n Returns : string\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, ChangeDetectorRef, Component, OnDestroy, HostBinding, AfterViewInit } from '@angular/core';\n\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageService } from '../messages';\nimport { Subscription } from 'rxjs';\n\n\n/**\n * Implements open/close button for the side drawers.\n */\n@Component({\n selector: 'ccf-drawer-toggle-button',\n templateUrl: './toggle-button.component.html',\n styleUrls: ['./toggle-button.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ToggleButtonComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-toggle-button';\n /** Whether this button is attach to a drawer in position 'end'. */\n @HostBinding('class.ccf-drawer-toggle-button-end') // eslint-disable-line\n get classEnd(): boolean {\n return this.position === 'end';\n }\n\n /** Gets the name of the icon to display. */\n get icon(): string {\n let expand = 'arrow_right';\n let collapse = 'arrow_left';\n if (this.position === 'end') {\n ([expand, collapse] = [collapse, expand]);\n }\n\n return this.opened ? collapse : expand;\n }\n\n /** Position of the owning side drawer. */\n private position: 'start' | 'end' = 'start';\n /** Whether the owning drawer is opened. */\n private opened = false;\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of toggle button component.\n *\n * @param drawer The owning side drawer.\n * @param messageService Service used to send and receive event messages.\n * @param cdr The change detector reference.\n */\n constructor(private drawer: DrawerComponent,\n messageService: MessageService,\n private cdr: ChangeDetectorRef) {\n const channel = messageService.connect(this);\n this.subscriptions.add(channel.getMessagesFromSource(drawer).subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Initializes this component.\n */\n ngAfterViewInit(): void {\n setTimeout(() => {\n this.position = this.drawer.position;\n this.cdr.markForCheck();\n });\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Process an event message.\n *\n * @param msg The event.\n * @returns true if change detection needs to be run.\n */\n handleMessage(msg: Message): boolean {\n if (msg.payload.type === 'drawer-toggled') {\n this.opened = msg.payload.opened;\n return true;\n }\n\n return false;\n }\n\n /**\n * Updates the drawer state.\n */\n toggle(): void {\n const drawer = this.drawer;\n const { opened, expanded } = drawer;\n if (opened) {\n if (expanded) {\n drawer.closeExpanded();\n } else {\n drawer.close();\n }\n } else {\n drawer.open();\n }\n }\n}\n\n \n\n \n \n {{ icon }}\n\n\n \n\n \n \n ./toggle-button.component.scss\n \n :host {\n position: absolute;\n top: calc(50% - 2.0625rem);\n right: -1.0625rem;\n width: 1.0625rem;\n height: 3rem;\n border-radius: 0rem 0.25rem 0.25rem 0rem;\n cursor: pointer;\n display: flex;\n align-items: center;\n transition: 0.6s;\n\n &.ccf-drawer-toggle-button-end {\n right: unset;\n left: calc(-1rem - 1px);\n border-radius: 0.25rem 0rem 0rem 0.25rem;\n }\n\n .expand-collapse-icon {\n position: relative;\n right: 0.25rem;\n transition: all 0.5s;\n }\n\n &.ccf-drawer-toggle-button-end .expand-collapse-icon {\n right: unset;\n left: -0.25rem;\n }\n}\n\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ icon }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ToggleButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateFilter.html":{"url":"classes/UpdateFilter.html","title":"class - UpdateFilter","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateFilter\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/data/data.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(filter: Partial)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.actions.ts:4\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n filter\n \n \n Partial\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[DataState] Update filter'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.actions.ts:4\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { Filter } from 'ccf-database';\n\nexport class UpdateFilter {\n static readonly type = '[DataState] Update filter';\n\n constructor(readonly filter: Partial) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateSpatialSearch.html":{"url":"classes/UpdateSpatialSearch.html","title":"class - UpdateSpatialSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateSpatialSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Update spatial search data'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:46\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ViewerComponent.html":{"url":"components/ViewerComponent.html","title":"component - ViewerComponent","body":"\n \n\n\n\n\n\n Components\n \n ViewerComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts\n\n\n\n \n Description\n \n \n Viewer for tissue samples\n\n \n\n\n \n Implements\n \n \n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-viewer\n \n\n\n\n \n styleUrls\n ./viewer.component.scss\n \n\n\n\n \n templateUrl\n ./viewer.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n className\n \n \n loading\n \n \n safeUrl\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnChanges\n \n \n Private\n updateUrl\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n url\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n closed\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(sanitizer: DomSanitizer)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:29\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sanitizer\n \n \n DomSanitizer\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n url\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:19\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n closed\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:21\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-viewer'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:17\n \n \n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:33\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n updateUrl\n \n \n \n \n \n \n \n updateUrl()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:39\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-viewer'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n loading\n \n \n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n safeUrl\n \n \n \n \n \n \n Type : SafeResourceUrl | null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:29\n \n \n\n \n \n Sanitized url\nNOTE: Never use a getter for this property! It will cause the iframe to reload constantly.\n\n \n \n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, OnChanges, Output, SimpleChanges,\n} from '@angular/core';\nimport { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';\n\n\n/**\n * Viewer for tissue samples\n */\n@Component({\n selector: 'ccf-viewer',\n templateUrl: './viewer.component.html',\n styleUrls: ['./viewer.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ViewerComponent implements OnChanges {\n @HostBinding('class') className = 'ccf-viewer';\n\n @Input() url = '';\n\n @Output() readonly closed = new EventEmitter();\n\n loading = true;\n\n /**\n * Sanitized url\n * NOTE: Never use a getter for this property! It will cause the iframe to reload constantly.\n */\n safeUrl: SafeResourceUrl | null = null;\n\n constructor(private readonly sanitizer: DomSanitizer) { }\n\n ngOnChanges(changes: SimpleChanges): void {\n if ('url' in changes) {\n this.updateUrl();\n }\n }\n\n private updateUrl(): void {\n const { sanitizer, url } = this;\n this.safeUrl = null;\n if (url) {\n this.safeUrl = sanitizer.bypassSecurityTrustResourceUrl(url);\n this.loading = true;\n }\n }\n}\n\n \n\n \n \n \n launch\n Open in Portal\n \n \n clear\n \n\n\n\n \n Loading External Site\n\n\n\n\n\n \n\n \n \n ./viewer.component.scss\n \n :host {\n display: block;\n z-index: 1;\n\n .toolbar {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n\n width: 100%;\n height: 1.5rem;\n\n .launch {\n margin-right: 3.5rem;\n\n &.mat-button-disabled {\n cursor: not-allowed;\n }\n\n .icon {\n margin-right: 0.25rem;\n }\n }\n\n .close {\n min-width: 0;\n padding: 0;\n border-radius: 0;\n height: 100%;\n width: 1.5rem;\n\n .icon {\n margin: 0;\n }\n }\n }\n\n .overlay {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n\n position: absolute;\n top: 1.5rem;\n bottom: 0;\n left: 0;\n right: 0;\n\n .spinner {\n margin-bottom: 0.5rem;\n }\n }\n\n .frame {\n width: 100%;\n height: 100%;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' launch Open in Portal clear Loading External Site'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ViewerComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ViewerModule.html":{"url":"modules/ViewerModule.html","title":"module - ViewerModule","body":"\n \n\n\n\n\n Modules\n ViewerModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ViewerModule\n\n\n\ncluster_ViewerModule_exports\n\n\n\ncluster_ViewerModule_declarations\n\n\n\n\nViewerComponent\n\nViewerComponent\n\n\n\nViewerModule\n\nViewerModule\n\nViewerModule -->\n\nViewerComponent->ViewerModule\n\n\n\n\n\nViewerComponent \n\nViewerComponent \n\nViewerComponent -->\n\nViewerModule->ViewerComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/viewer/viewer.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ViewerComponent\n \n \n \n \n Exports\n \n \n ViewerComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\nimport { ViewerComponent } from './viewer.component';\n\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatButtonModule,\n MatIconModule,\n MatProgressSpinnerModule\n ],\n declarations: [ViewerComponent],\n exports: [ViewerComponent]\n})\nexport class ViewerModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/WorkerDataSourceService.html":{"url":"injectables/WorkerDataSourceService.html","title":"injectable - WorkerDataSourceService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n WorkerDataSourceService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts\n \n\n\n\n \n Extends\n \n \n WorkerCCFDatabaseDataSourceService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Protected\n createWorker\n \n \n Private\n getWorkerUrl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(globalConfig: GlobalConfigState, locator: LocationStrategy)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n locator\n \n \n LocationStrategy\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Protected\n createWorker\n \n \n \n \n \n \n \n createWorker(_config: CCFDatabaseOptions)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts:18\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n _config\n \n CCFDatabaseOptions\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Worker\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n getWorkerUrl\n \n \n \n \n \n \n \n getWorkerUrl(directImport: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts:23\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n directImport\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string | URL\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { LocationStrategy } from '@angular/common';\nimport { Injectable } from '@angular/core';\nimport { CCFDatabaseOptions } from 'ccf-database';\nimport { GlobalConfigState, WorkerCCFDatabaseDataSourceService } from 'ccf-shared';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class WorkerDataSourceService extends WorkerCCFDatabaseDataSourceService {\n constructor(\n globalConfig: GlobalConfigState,\n private readonly locator: LocationStrategy\n ) {\n super(globalConfig);\n }\n\n protected createWorker(_config: CCFDatabaseOptions): Worker {\n const url = this.getWorkerUrl(true);\n return new Worker(url, { type: 'module' });\n }\n\n private getWorkerUrl(directImport: boolean): string | URL {\n if (directImport) {\n return new URL('./data-source.worker', import.meta.url);\n }\n\n const externalUrl = this.locator.prepareExternalUrl('0-es2015.worker.js');\n const codeBlob = new Blob(\n [`importScripts('${externalUrl}')`],\n { type: 'application/javascript' }\n );\n\n return URL.createObjectURL(codeBlob);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChangelog\nChangelog for the Human Reference Atlas (HRA) User Interfaces\n3.8.1 - 2023-11-17\nAdded in 3.8.1\n\nImproved keyboard controls in the RUI\n\n3.8.0 - 2023-11-16\nAdded in 3.8.0\n\nEUI Quality of Life Improvements. See milestone 6\nRUI Quality of Life Improvements. See milestone 5\nA lot of minor UI and bug fixes in preparation for HRA 2.0\nUpdated dependencies including, update to Angular 16\n\n3.7.2 - 2023-07-12\nAdded in 3.7.2\n\nClient side cache has been updated to be more sensitive to configuration changes. Fixes hra-registrations#1\n\n3.7.0 - 2023-06-15\nAdded in 3.7.0\n\nUpdated to CCF.OWL v2.2.0 which indexes the Human Reference Atlas (HRA) 5th Release (v1.4) for use in the CCF UIs and CCF-API.\nAdded CCF-API usage notebooks for python and javascript\n\n3.6.0 - 2022-10-15\nAdded in 3.6.0.\n\nUpdated to CCF.OWL v2.1.0 which indexes the Human Reference Atlas (HRA) 4th Release (v1.3) for use in the CCF UIs and CCF-API. Note that some terms have changed in the ontology. As such, some SPARQL queries may need to be updated. All CCF-API calls have been updated to support the new terms.\n\n3.5.0 - 2022-09-27\nAdded in 3.5.0\n\nUpdate to CCF.OWL v1.9.4\nUpdate placement for KPMP rui locations\nSwitch to HuBMAP v3 search-api\nPick right organ when loading rui locations from a file in the RUI\n\n3.4.0 - 2022-07-01\nAdded in 3.4.0\n\nMajor feature added: Spatial Search! This includes an expanded API plus a user interface for dynamically generating spatial searches.\n\nKnown Issues in 3.4.0\n\nThere are some minor visual descrepancies when viewing the spatial search 3D scene and the results. However, blocks which are highlighted will be selected if the spatial search is added to your overall search filters.\n\n3.3.0 - 2022-06-17\nAdded in 3.3.0\n\nAdded support for the latest CCF Ontology v1.9.0 which adds Placenta, Spinal Cord, new Landmarks for reference organs, and a host of data updates.\nAdded a SPARQL route to the CCF-API for flexible querying of the Ontology and linked data. See the /v1/sparql docs for more information.\nClean up and bug fixes\n\n3.2.0 - 2022-04-14\nAdded in 3.2.0\n\nMajor CCF Database speed improvements! 95% reduction in load times!\nMinor graphical fixes\n\n3.1.1 - 2022-04-12\nAdded in 3.1.1\n\nExpanded RUI web component options\nAdded support for warming up the CCF database via the CCF-API so that the EUI can prevent timeouts\n\n3.1.0 - 2022-04-07\nAdded in 3.1.0\n\nAdded support for the latest CCF Ontology v1.8.0 which adds cell types\nAdded feature to search for tissue blocks by cell type\nAdded API feature to dynamically generate GTEx rui_locations.jsonld\nAdded logging of organ and block position changes to the RUI\nAdded an expanded organ selector that makes selecting organs much easier with the larger number of reference organs we have now\nNow generating programming libraries for the CCF-API in Python, TypeScript, TypeScript (Angular), and JavaScript. We will be publishing them to appropriate package managers soon.\nImproved performance of the CCF-API\nNew theming options and toggle for the CCF EUI/RUI\nAdded new themes for SenNet, GTEx, and a default theme\nAdded compodoc generated code documentation to production and staging builds\nBug fixes and minor improvements\n\n3.0.0 - 2022-01-27\nAdded in 3.0.0\n\nAdded support for the latest CCF Ontology v1.7.0\nBug fixes and code cleanup\n\n3.0.0 BETA - 2021-12-17\nAdded in 3.0.0 BETA\n\nAdded reference organs and ASCT+B tables from the v1.1 CCF Release\nLinks: CCF Ontology v1.7 BETA, CCF Release v1.1\n\n\n\nKnown issues in 3.0.0 BETA\n\nPreviously registered tissues may appear slightly off. We are working to rectify this before making it a production release.\n\n2.5.0 - 2021-12-17\nAdded in 2.5.0\n\nCCF-API OpenAPI Spec and implementation. Next version will connect the EUI to this as it's backend.\nAdded the CCF Body UI Web Component for integrating the 3D scene deeply in webpages (including the HuBMAP data portal).\nThe organ-info Web Component can now take an option to highlight specific blocks in the scene. Currently only highlights by providers, but age, sex, and BMI will be added in the next version.\nBug fixes and Quality of Life improvements\n\n2.4.0 - 2021-12-10\nAdded in 2.4.0\n\nRUI shows a confirmation dialog when a user attempts to leave without finishing registration\nAdded GTEx data to EUI\nRUI Common Extraction Sites are now known as Landmarks\nOrgan info now highlights the block selected on click\nUpdated RUI YouTube Demo link\nBug fixes and Quality of Life improvements\n\n2.3.1 - 2021-09-13\nAdded in 2.3.1\n\nAdded support for paired organs to be refernced by their parent (ala Kidney + Left/Right Kidney)\n\n2.3.0 - 2021-09-10\nAdded in 2.3.0\n\nGreatly improved CCF Database performance. This improves the performance in both organ-info and EUI.\nImproved styling of organ-info\n\n2.2.0 - 2021-09-10\nAdded in 2.2.0\n\nAdded an organ-info web component for displaying reference organs and associated data in a simple panel display. The hubmap portal will be using this soon for organ pages.\nEMBEDDING.md instructions have been updated for organ-info embedding.\n\n2.1.0 - 2021-07-30\nAdded in EUI / RUI 2.1.0\n\nBetter support for embedding EUI/RUI in different containers, see EMBEDDING.md for updated instructions.\nConfiguration updates:\nConfiguration of EUI/RUI via webcomponent properties (vs globalConfig)\nOptional use of ontology id to select reference organs in the RUI\nRemoved embedded and tutorial mode configurations from the RUI config\nAbility to load data sources in the eui via external configuration\nAdded cancelRegistration callback to rui external configuration\n\n\nSet dark/light theme based on user/OS preferences\nUpdate HuBMAP search processing to conform to new field names\nCode cleanup, shared utilities, etc.\nTelemetry dialog box fixes to avoid unnecessary reloads\nRUI gizmo rotates in sync with the reference organ in 3D preview view\nRUI now uses an orthographic view when in registration views\n\n2.0.0 - 2021-07-16\nAdded in EUI / RUI 2.0.0\n\nRUI and EUI are now basic web-components, see EMBEDDING.md\nAdded advanced google analytics tracking/telemetry\nLinked donor card and tissue block hovering\nUpdated dependencies, including upgrading to Angular 12\nMinor UI and Bug fixes\nUpdated demo video links\nOrgan carousel will respond to container width and show only full icons\nEUI: clicking refresh and selecting body on partonomy resets the body view\n\nBreaking changes in EUI / RUI 2.0.0\n\nEmbedding the EUI and RUI must now be done via web-components. The most significant change is the element is no longer called ccf-root but is instead called ccf-eui or ccf-rui depending on the UI being embedded.\n\n1.7.0 - 2021-05-21\nAdded in EUI / RUI 1.7.0\n\nAdded a startup modal to the RUI which simplifies the initial setup for a new registration\nAdded 8 new reference organs, bringing us to 13 Reference Organs!\nAdded SPARC Registrations to the EUI\nAdded a tissue section visualization to the results list in the EUI\n\n1.6.0 - 2021-04-09\nAdded in RUI 1.6.0\n\nAdded SOP information to the About section\n\nAdded in EUI 1.6.0\n\nAdded color assignment/selection to both 3d scene and list results\nBug fixes, code cleanup, and optimization\n\nKnown issues in 1.6.0\n\nThe 3d scene is a little slow. To be able to interact, unselect reference organs to reduce scene complexity.\nTissue samples may be a little off in the 3D scene. This will be fixed in a future release. Data is still accurate.\n\n1.5.0 - 2021-03-26\nAdded in RUI 1.5.0\n\nMinor styling updates\n\nAdded in EUI 1.5.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features not fully integrated. This should be resolved in the next release scheduled for April 9th. You can view the results of this sprint on staging.\n\nUpdated styling to better fit the user interface spec\nAdded a new results pane which structures data into Donor->Tissue Blocks (+Datasets)->Tissue Samples (+Datasets)\nAdded a link viewer that allows us to display donors, samples, and datasets in a frame within the application\nAdded UFL thumbnails\nUpdated and optimized the ccf-database for the new results structure and future integrations\nTied organ carousel to the 3D scene. Turning off an organ removes the organ and related tissues from the 3D scene.\nTurned off anatomical structure opacity adjustment until it can be fully integrated\n\n1.4.0 - 2021-03-12\nAdded in RUI 1.4.0\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec\n\nAdded in EUI 1.4.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features partly integrated. This should be resolved in the next release scheduled for March 26th. You can view the results of this sprint on staging.\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec and match RUI styling\nUpdated the Info Dialog to match the RUI look and feel\nUpdated the data processing to improve efficiency and generate data in the form needed for the v1.5.0 spec\nAdded a reference organ selector, also used in the RUI, to turn off/on reference organs on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\nAdded a technology filter\nAdded a control to set Opacities of individual organs/anatomical structures on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\n\n1.3.5 - 2021-02-26\nAdded in RUI 1.3.5\n\nUpdated with a new round of User Interface improvements\nAdded the ability to upload previous registrations created using the standalone version of the RUI tool\nOrgans now have transparency applied automatically\nSolved a major memory leak and performance issue with the 3D reference organ interface. You should notice a sizable speed and reliability increase.\nRUI location numeric data is now rounded to 3 digits\nSwitched to using GitHub Actions over TravisCI for our CI/CD workflows\n\nAdded in EUI 1.3.5\n\nRemoved CCF's internal image-viewer in favor of the image-viewer on the HuBMAP Data Portal\n\nEUI 1.2.0 / RUI 1.0 FINAL - 2020-10-30\nAdded in EUI 1.2.0 / RUI 1.0 FINAL\n\nBug fixes and improvements\nUpdated embedding API in collaboration with the IEC\nUpdated EUI codebase to be in sync with code changes made for the RUI\nAdded KPMP data to the EUI\n\nKnown Issues in EUI 1.2.0 / RUI 1.0 FINAL\n\nIt is still possible that a 3d organ may fail to load. If this happens, just refresh and try again.\nEUI has not been updated with the latest organ set. This will be added in December with its scheduled refresh.\n\nRUI 1.0 BETA - 2020-10-16\nAdded in RUI 1.0 BETA\n\nCreated the first version of the RUI 1.0. This version is a BETA and works in standalone mode only. The next version will include full support and integration into the HuBMAP Ingestion Portal.\n10 Reference Organs are available to choose from (a combination of 4 organs, 2 sexes, and one organ with 2 sides [kidney])\nImplemented automatic tagging of data via collisions with anatomical structures\nRUI Location data is in standard JSON-LD format linked via the CCF Ontology and related ontologies\nImplemented extraction sites display to help guide placement of tissues\n\nKnown Issues in RUI 1.0 BETA\n\nWhile support for embedding is implemented, more testing and collaboration with IEC is required before it is made fully available. Initial embedding documentation is available here.\nWhen adjusting transparency via the left-hand Anatomical Structures menu or Show Previous Registrations option, the transparency effect is not very good. This will be addressed before the RUI 1.0 production release.\nSometimes the 3d organ fails to load when clicking through reference organs quickly (and other side cases). If this happens, just refresh and try again.\n\n1.1.0 - 2020-07-31\nAdded in 1.1.0\n\nUpgraded to latest Vitessce Image Viewer and started showing processed TIFF images coming directly from the HuBMAP infrastructure\nProcessed CODEX and 10x datasets are shown in the HuBMAP Portal's visualization tool\nAdded a limited set of TIFF image thumbnails, with more to come\nAdded two qualitative color schemes for colorizing images in the image viewer\nBug fixes/performance optimizations\n\n1.0.0-rc.1 - 2020-06-22\n\n:warning: WARNING: This version is a release candidate. Some minor updates will likely happen between now and the official HuBMAP Data Release 1 in July.\n\nAdded in 1.0.0-rc.1\n\nBody UI interactions\nImage Viewer Integration\nPartonomy linkage to search / Body UI\nNow fully integrated into the HuBMAP Portal\n\nKnown Issues in 1.0.0-rc.1\n\nImage Viewer is using a placeholder .tiff until more .tiff images can be loaded from the IEC\n\n1.0.0-alpha.3 - 2019-05-08\nAdded in 1.0.0-alpha.3\n\nHooked up the interface to real data (not shown online as the data is not public yet)\nAdded the Tissue Browser on the right\nAdded the initial (Tissue) Image Viewer popup. Currently shows metadata, but no images yet.\nAdded an initial 3D Body. Tissues cuboids currently not displayed, but a test cuboid is shown.\nDocumentation (>90%) and testing coverage improved further\n\n1.0.0-alpha.2 - 2019-03-27\nAdded in 1.0.0-alpha.2\n\nIncreased documentation and testing coverage across the board\nAdded fullscreen button\nBug fixes and optimizations\n\n1.0.0-alpha.1 - 2019-03-06\nAdded in 1.0.0-alpha.1\n\nStarted the process of implementing the 1.0.0 UI spec\nSpec Doc\nUser Stories\n\n\nSetup the base project scaffolding for the new version\nAdded CCF Partonomy (CCF-P) search and tree display\nAdded a filter for filter tissues\n\n0.6.0 - 2019-11-08\nAdded in 0.6.0\n\nThe CCF API project was started with an initial OpenAPI Schema, documentation, and code for spinning up a mock data server. This codifies the CCF data and metadata standards defined by MC-IU and will be used by the CCF EUI and RUI.\nIn preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.\nUpdated navigation to directly jump to the tissue browser when a user selects an item from the search box\nUpgraded dependencies, including upgrades to Angular 8\nTesting and bug fixes\nMinor UI updates\nChanged download icon color\nChanged the background color for the search\nMoved the Technologies filter above ontology\nAdditional styles for details button\n\n\n\n0.5.0 - 2019-05-24\nAdded in 0.5.0\n\nDisplay of the CCF ontology, integrated with search\nSemantic search by ontology, results are presented at all levels\nTissue overlays showing regions of interest\nData download links to direct users to https://sampledata.hubmapconsortium.org\nData documentation (95% coverage) and testing (85% coverage)\n\n0.2.0 - 2019-05-03\nAdded in 0.2.0\n\nSprint 2 release of the CCF-UI!\nA search interface was added to query data by age, sex, technology and TMC. Ontological search will be implemented in the next sprint.\nBody, Organ, and Tissue views now respond to updates to the search on the fly\nAppropriate metadata is now displayed in the Body, Organ, Tissue, and Cell views\n\n0.1.0 - 2019-04-12\nAdded in 0.1.0\n\nSprint 1 release of the CCF-UI!\nSetup the base project scaffolding\nAdded a sample database that includes initial data provided by VU\nAdded Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level\nStay tuned! More features coming in Sprint 2 (starts next week!) and Sprint 3\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n component\n AppWebComponent\n \n 0 %\n (0/18)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n checkOptionalProperty\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n isNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n isNumberArray\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n isString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n isStringArray\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n parseDataSources\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n parseFilter\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app.component.ts\n \n component\n AppComponent\n \n 33 %\n (14/42)\n \n \n \n \n \n projects/ccf-eui/src/app/app.component.ts\n \n interface\n AppOptions\n \n 0 %\n (0/7)\n \n \n \n \n \n projects/ccf-eui/src/app/core/header/header.component.ts\n \n component\n HeaderComponent\n \n 75 %\n (6/8)\n \n \n \n \n \n projects/ccf-eui/src/app/core/models/flat-node.ts\n \n class\n FlatNode\n \n 50 %\n (3/6)\n \n \n \n \n \n projects/ccf-eui/src/app/core/models/list-result.ts\n \n interface\n ListResult\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/models/ontology-selection.ts\n \n interface\n OntologySelection\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts\n \n injectable\n AppRootOverlayContainer\n \n 0 %\n (0/6)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts\n \n injectable\n DelegateDataSourceService\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts\n \n interface\n DelegateDataSourceOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.worker.ts\n \n variable\n database\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts\n \n injectable\n WorkerDataSourceService\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts\n \n injectable\n OntologySearchService\n \n 72 %\n (8/11)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts\n \n interface\n SearchResult\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/theming/theming.service.ts\n \n injectable\n ThemingService\n \n 83 %\n (10/12)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/theming/theming.service.ts\n \n variable\n DEFAULT_THEME\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/action-as-fn.ts\n \n function\n actionAsFn\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n injectable\n ColorAssignmentState\n \n 12 %\n (1/8)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n interface\n Color\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n interface\n ColorAssignmentStateModel\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n variable\n DEFAULT_COLOR_PALETTE\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.actions.ts\n \n class\n UpdateFilter\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.selectors.ts\n \n class\n DataStateSelectors\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n injectable\n DataState\n \n 77 %\n (37/48)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n interface\n DataStateModel\n \n 28 %\n (2/7)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n function\n allCompleted\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n function\n queryData\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n function\n sendCompletedTo\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n variable\n DEFAULT_FILTER\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/icon-registry/default-icons.ts\n \n interface\n DefaultIconDefinition\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/icon-registry/default-icons.ts\n \n variable\n DEFAULT_ICONS\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n injectable\n IconRegistryState\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n interface\n IconDefinition\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts\n \n injectable\n ListResultsState\n \n 50 %\n (6/12)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts\n \n interface\n ListResultsStateModel\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n injectable\n SceneState\n \n 65 %\n (13/20)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n interface\n SceneStateModel\n \n 0 %\n (0/8)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n variable\n DEFAULT_SELECTED_ORGANS\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n class\n AddSearch\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n class\n RemoveSearch\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n class\n SetSelectedSearches\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts\n \n class\n SpatialSearchFilterSelectors\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n injectable\n SpatialSearchFilterState\n \n 0 %\n (0/7)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n interface\n SpatialSearchFilterItem\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n GenerateSpatialSearch\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n MoveToNode\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n ResetPosition\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n ResetRadius\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetExecuteSearchOnGenerate\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetOrgan\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetPosition\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetRadius\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetSex\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n StartSpatialSearchFlow\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n UpdateSpatialSearch\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts\n \n class\n SpatialSearchUiSelectors\n \n 0 %\n (0/19)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n class\n ReallyUpdateSpatialSearch\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n injectable\n SpatialSearchUiState\n \n 46 %\n (7/15)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n interface\n Position\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n interface\n RadiusSettings\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n interface\n SpatialSearchUiModel\n \n 0 %\n (0/14)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n interface\n TermResult\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/store.module.ts\n \n variable\n ROOT_STATES\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts\n \n component\n FiltersContentComponent\n \n 100 %\n (17/17)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts\n \n component\n FiltersPopoverComponent\n \n 100 %\n (13/13)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts\n \n component\n OntologySearchComponent\n \n 92 %\n (12/13)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts\n \n component\n OntologySelectionComponent\n \n 47 %\n (10/21)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n component\n OntologyTreeComponent\n \n 74 %\n (35/47)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n variable\n getLevel\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n variable\n isExpandable\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n variable\n labelMap\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts\n \n component\n DonorCardComponent\n \n 93 %\n (14/15)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts\n \n component\n ResultsBrowserComponent\n \n 66 %\n (12/18)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts\n \n component\n TissueSectionVisComponent\n \n 83 %\n (5/6)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts\n \n component\n ButtonToggleComponent\n \n 12 %\n (1/8)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts\n \n component\n CheckboxComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts\n \n component\n ContainerComponent\n \n 100 %\n (13/13)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts\n \n function\n throwDuplicateDrawersError\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts\n \n component\n ContentComponent\n \n 100 %\n (18/18)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n component\n DrawerComponent\n \n 95 %\n (42/44)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n class\n InitializationState\n \n 100 %\n (7/7)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n variable\n EXPAND_COLLAPSE_PARAMS_DEFAULT\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n interface\n ContentContainerChanged\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerContainersChanged\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerInitialized\n \n 100 %\n (2/2)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerToggled\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n variable\n MessageService\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts\n \n component\n ToggleButtonComponent\n \n 100 %\n (12/12)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts\n \n component\n DropdownComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts\n \n component\n DualSliderComponent\n \n 100 %\n (26/26)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts\n \n component\n RunSpatialSearchComponent\n \n 80 %\n (4/5)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts\n \n component\n SpatialSearchConfigBehaviorComponent\n \n 0 %\n (0/16)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts\n \n component\n SpatialSearchConfigComponent\n \n 81 %\n (9/11)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts\n \n component\n SpatialSearchUiBehaviorComponent\n \n 29 %\n (8/27)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts\n \n component\n SpatialSearchUiComponent\n \n 100 %\n (24/24)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts\n \n component\n SpinnerOverlayComponent\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts\n \n component\n TermOccurrenceListComponent\n \n 66 %\n (4/6)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts\n \n component\n ThumbnailCarouselComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts\n \n variable\n nextUid\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts\n \n component\n TissueBlockListComponent\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts\n \n component\n ViewerComponent\n \n 20 %\n (2/10)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n class\n MessageChannel\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n injectable\n MessageService\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n interface\n Message\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n interface\n MessageServiceConfig\n \n 100 %\n (2/2)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n variable\n MESSAGE_SERVICE_CONFIG\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n variable\n MESSAGE_SERVICE_DEFAULT_CONFIG\n \n 100 %\n (1/1)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular-ru/cdk : 14.10.1\n \n @angular-ru/common : 15.313.0\n \n @angular-ru/ngxs : 14.1.4\n \n @angular-slider/ngx-slider : ^2.0.4\n \n @angular/animations : ^16.1.5\n \n @angular/cdk : ^16.1.5\n \n @angular/common : ^16.1.5\n \n @angular/compiler : ^16.1.5\n \n @angular/core : ^16.1.6\n \n @angular/elements : ^16.1.6\n \n @angular/forms : ^16.1.5\n \n @angular/material : ^16.1.5\n \n @angular/platform-browser : ^16.1.5\n \n @angular/platform-browser-dynamic : ^16.1.5\n \n @angular/router : ^16.1.5\n \n @angular/youtube-player : ^16.1.5\n \n @comunica/query-sparql-rdfjs : ^2.8.1\n \n @deck.gl/core : ~8.8.20\n \n @deck.gl/geo-layers : ~8.8.20\n \n @deck.gl/layers : ~8.8.20\n \n @deck.gl/mesh-layers : ~8.8.20\n \n @loaders.gl/core : ~3.2.10\n \n @loaders.gl/draco : ~3.2.10\n \n @loaders.gl/gltf : ~3.2.10\n \n @luma.gl/core : ~8.5.16\n \n @math.gl/core : ~3.6.3\n \n @math.gl/culling : ~3.5.7\n \n @ngxs-labs/dispatch-decorator : ^5.0.0\n \n @ngxs/logger-plugin : ^3.8.1\n \n @ngxs/storage-plugin : ^3.8.1\n \n @ngxs/store : ^3.8.1\n \n @rdfjs/data-model : ^2.0.1\n \n @webcomponents/webcomponentsjs : ^2.8.0\n \n bind-decorator : ^1.0.11\n \n body-parser : ^1.20.2\n \n cannon-es : ^0.20.0\n \n comlink : ^4.4.1\n \n concat : ^1.0.3\n \n cors : ^2.8.5\n \n css-element-queries : ^1.2.3\n \n document-register-element : ^1.14.10\n \n dotenv : ^16.3.1\n \n express : ^4.18.2\n \n file-saver : ^2.0.5\n \n fs-extra : ^11.1.1\n \n graphology : ^0.20.0\n \n graphology-shortest-path : ^1.4.1\n \n helmet : ^7.0.0\n \n hex-rgb : ^5.0.0\n \n idb-keyval : ^6.2.1\n \n jsonld : ^8.2.0\n \n lodash : ^4.17.21\n \n lru-cache : ^10.0.0\n \n n3 : ^1.17.0\n \n ngx-google-analytics : ^14.0.1\n \n ngx-markdown : ^16.0.0\n \n ngx-slider-v2 : ^16.0.2\n \n node-fetch : ^3.3.2\n \n object-hash : ^3.0.0\n \n qs : ^6.11.2\n \n rdf-literal : ^1.3.1\n \n rdfxml-streaming-parser : ^1.4.0\n \n readable-stream : ^4.4.2\n \n rxjs : ^7.8.1\n \n stream-browserify : ^3.0.0\n \n swiper : ^8.0.6\n \n ts-cacheable : ^1.0.9\n \n tslib : ^2.6.1\n \n uuid : ^9.0.0\n \n zone.js : ~0.13.1\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/enumerations.html":{"url":"miscellaneous/enumerations.html","title":"miscellaneous-enumerations - enumerations","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Enumerations\n\n\n\n Index\n \n \n \n \n \n \n DataQueryState   (projects/.../data.state.ts)\n \n \n \n \n \n \n\n\n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n \n \n \n \n \n DataQueryState\n \n \n \n \n Current state of data queries.\n\n \n \n \n \n  Running\n \n \n \n \n Value : running\n \n \n \n \n  Completed\n \n \n \n \n Value : completed\n \n \n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n actionAsFn   (projects/.../action-as-fn.ts)\n \n \n allCompleted   (projects/.../data.state.ts)\n \n \n checkOptionalProperty   (projects/.../app-web-component.component.ts)\n \n \n isNumber   (projects/.../app-web-component.component.ts)\n \n \n isNumberArray   (projects/.../app-web-component.component.ts)\n \n \n isString   (projects/.../app-web-component.component.ts)\n \n \n isStringArray   (projects/.../app-web-component.component.ts)\n \n \n parseDataSources   (projects/.../app-web-component.component.ts)\n \n \n parseFilter   (projects/.../app-web-component.component.ts)\n \n \n queryData   (projects/.../data.state.ts)\n \n \n sendCompletedTo   (projects/.../data.state.ts)\n \n \n throwDuplicateDrawersError   (projects/.../container.component.ts)\n \n \n \n \n \n \n\n\n projects/ccf-eui/src/app/core/store/action-as-fn.ts\n \n \n \n \n \n \n \n actionAsFn\n \n \n \n \n \n \nactionAsFn(type: T)\n \n \n\n\n\n\n \n \n Small utility for creating callables that construct a new action\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n type\n \n T\n \n\n \n No\n \n\n\n \n Action type\n\n \n \n \n \n \n \n Returns : InstanceType\n\n \n \n Callable that creates a new action when called\n\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n \n \n \n \n \n \n allCompleted\n \n \n \n \n \n \nallCompleted(states)\n \n \n\n\n\n\n \n \n Helper for testing that all states in an array are DataQueryState.Completed.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n states\n\n \n No\n \n\n\n \n The array of states to test.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if all values in the array is Completed.\n\n \n \n \n \n \n \n \n \n \n \n \n queryData\n \n \n \n \n \n \nqueryData(query, next?)\n \n \n\n\n\n\n \n \n Helper operator that combines querying with sharing and replay functionality.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n query\n\n \n No\n \n\n\n \n The data query function.\n\n \n \n \n next\n\n \n Yes\n \n\n\n \n An optional listener on the values emitted by the latest query.\n\n \n \n \n \n \n \n Returns : OperatorFunction>\n\n \n \n The combined pipe operator function.\n\n \n \n \n \n \n \n \n \n \n \n \n sendCompletedTo\n \n \n \n \n \n \nsendCompletedTo(subject: Subject)\n \n \n\n\n\n\n \n \n Helper creating a function that sends a DataQueryState.Completed to\na subject whenever it is called.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n subject\n \n Subject\n \n\n \n No\n \n\n\n \n The subject to send completed messagess to.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n The function.\n\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n \n \n \n \n \n \n checkOptionalProperty\n \n \n \n \n \n \ncheckOptionalProperty(name: string, obj, prop: string, validator)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n name\n \n string\n \n\n \n No\n \n\n\n \n \n obj\n \n \n\n \n No\n \n\n\n \n \n prop\n \n string\n \n\n \n No\n \n\n\n \n \n validator\n \n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isNumber\n \n \n \n \n \n \nisNumber(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : number\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isNumberArray\n \n \n \n \n \n \nisNumberArray(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : number[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isString\n \n \n \n \n \n \nisString(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isStringArray\n \n \n \n \n \n \nisStringArray(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n parseDataSources\n \n \n \n \n \n \nparseDataSources(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n parseFilter\n \n \n \n \n \n \nparseFilter(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string | Partial\n\n \n \n \n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts\n \n \n \n \n \n \n \n throwDuplicateDrawersError\n \n \n \n \n \n \nthrowDuplicateDrawersError(position)\n \n \n\n\n\n\n \n \n Helper function for creating drawer errors.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n position\n\n \n No\n \n\n\n \n The position of the drawer.\n\n \n \n \n \n \n \n Returns : never\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nHuman Reference Atlas (HRA) - User Interfaces\n\n\n\n\n\n\n\nThis repository is a monorepo (multiple projects in one repository) containing the software to build the EUI, RUI, and Organ-Info.\nWebsite Links\n\nHRA Exploration User Interface (EUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app\nProduction: https://portal.hubmapconsortium.org/ccf-eui\nProduction (alt): https://hubmapconsortium.github.io/ccf-ui/\nStaging: https://hubmap-ccf-ui.netlify.app/\nOld Version 0.6.0: https://old--hubmap-ccf-ui.netlify.app\n\n\nHRA Registration User Interface (RUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app/rui/\nProduction: https://hubmapconsortium.github.io/ccf-ui/rui/\nStaging: https://hubmap-ccf-ui.netlify.app/rui/\n\n\nHRA Organ Info Component (Organ-Info)\nProduction: https://hubmapconsortium.github.io/ccf-ui/organ-info/\nStaging: https://hubmap-ccf-ui.netlify.app/organ-info/\n\n\nHRA API\nProduction: https://apps.humanatlas.io/hra-api/\nStaging: https://apps.humanatlas.io/hra-api--staging/\nOpenAPI Specification: ccf-api-spec.yaml\n\n\nHRA API Client Libraries:\nJavaScript: @ccf-openapi/js-client\nTypeScript: @ccf-openapi/ts-client\nAngular 12+: @ccf-openapi/ng-client\nPython 3.6+: ccf-openapi\n\n\nHRA API Sample Notebooks/Vignettes:\nPython 3.6+:\nBasic Usage: ccf-api-usage.ipynb\nUse case walkthrough: ccf-api-usecase.ipynb\n\n\nJavaScript:\nBasic Usage: https://observablehq.com/@cns-iu/ccf-api-documentation-javascript\nUse case walkthrough: https://observablehq.com/@cns-iu/ccf-api-usecase-javascript\n\n\n\n\n\nBackground and More Information\nFor more information about the Human Reference Atlas (HRA) and the Common Coordinate Framework (CCF), see the HuBMAP HRA Portal at https://humanatlas.io.\nChange Log\nSee the ChangeLog for the latest developments.\nCredits\nThis software is developed by the Cyberinfrastructure for Network Science Center at Indiana University. It is funded by NIH Award OT2OD026671.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nMIT License\nCopyright (c) 2019 HuBMAP Consortium\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ButtonToggleModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n CheckboxModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n CoreModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DonorCardModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DrawerModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DropdownModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DualSliderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n FiltersContentModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n FiltersPopoverModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n HeaderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OntologyExplorationModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OntologySearchModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OntologySelectionModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OntologyTreeModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ResultsBrowserModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RunSpatialSearchModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpatialSearchConfigBehaviorModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpatialSearchConfigModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpatialSearchUiBehaviorModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpatialSearchUiModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpinnerOverlayModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StoreModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n TermOccurrenceListModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ThemingModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ThumbnailCarouselModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TissueBlockListModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TissueSectionVisModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ViewerModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_ButtonToggleModule\n\n\n\ncluster_ButtonToggleModule_declarations\n\n\n\ncluster_ButtonToggleModule_exports\n\n\n\ncluster_CheckboxModule\n\n\n\ncluster_CheckboxModule_declarations\n\n\n\ncluster_CheckboxModule_exports\n\n\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\ncluster_CoreModule_exports\n\n\n\ncluster_DonorCardModule\n\n\n\ncluster_DonorCardModule_declarations\n\n\n\ncluster_DonorCardModule_imports\n\n\n\ncluster_DonorCardModule_exports\n\n\n\ncluster_DrawerModule\n\n\n\ncluster_DrawerModule_declarations\n\n\n\ncluster_DrawerModule_exports\n\n\n\ncluster_DropdownModule\n\n\n\ncluster_DropdownModule_declarations\n\n\n\ncluster_DropdownModule_exports\n\n\n\ncluster_DualSliderModule\n\n\n\ncluster_DualSliderModule_declarations\n\n\n\ncluster_DualSliderModule_exports\n\n\n\ncluster_FiltersContentModule\n\n\n\ncluster_FiltersContentModule_declarations\n\n\n\ncluster_FiltersContentModule_exports\n\n\n\ncluster_FiltersPopoverModule\n\n\n\ncluster_FiltersPopoverModule_declarations\n\n\n\ncluster_FiltersPopoverModule_exports\n\n\n\ncluster_HeaderModule\n\n\n\ncluster_HeaderModule_declarations\n\n\n\ncluster_HeaderModule_exports\n\n\n\ncluster_OntologyExplorationModule\n\n\n\ncluster_OntologyExplorationModule_imports\n\n\n\ncluster_OntologyExplorationModule_exports\n\n\n\ncluster_OntologySearchModule\n\n\n\ncluster_OntologySearchModule_declarations\n\n\n\ncluster_OntologySearchModule_exports\n\n\n\ncluster_OntologySelectionModule\n\n\n\ncluster_OntologySelectionModule_declarations\n\n\n\ncluster_OntologySelectionModule_OntologySelectionComponent_providers\n\n\n\ncluster_OntologySelectionModule_exports\n\n\n\ncluster_OntologyTreeModule\n\n\n\ncluster_OntologyTreeModule_declarations\n\n\n\ncluster_OntologyTreeModule_exports\n\n\n\ncluster_ResultsBrowserModule\n\n\n\ncluster_ResultsBrowserModule_declarations\n\n\n\ncluster_ResultsBrowserModule_exports\n\n\n\ncluster_RunSpatialSearchModule\n\n\n\ncluster_RunSpatialSearchModule_declarations\n\n\n\ncluster_RunSpatialSearchModule_exports\n\n\n\ncluster_SpatialSearchConfigBehaviorModule\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_declarations\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_imports\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_exports\n\n\n\ncluster_SpatialSearchConfigModule\n\n\n\ncluster_SpatialSearchConfigModule_declarations\n\n\n\ncluster_SpatialSearchConfigModule_exports\n\n\n\ncluster_SpatialSearchUiBehaviorModule\n\n\n\ncluster_SpatialSearchUiBehaviorModule_declarations\n\n\n\ncluster_SpatialSearchUiBehaviorModule_imports\n\n\n\ncluster_SpatialSearchUiBehaviorModule_exports\n\n\n\ncluster_SpatialSearchUiModule\n\n\n\ncluster_SpatialSearchUiModule_declarations\n\n\n\ncluster_SpatialSearchUiModule_imports\n\n\n\ncluster_SpatialSearchUiModule_exports\n\n\n\ncluster_SpinnerOverlayModule\n\n\n\ncluster_SpinnerOverlayModule_declarations\n\n\n\ncluster_SpinnerOverlayModule_exports\n\n\n\ncluster_TermOccurrenceListModule\n\n\n\ncluster_TermOccurrenceListModule_declarations\n\n\n\ncluster_TermOccurrenceListModule_exports\n\n\n\ncluster_ThemingModule\n\n\n\ncluster_ThemingModule_providers\n\n\n\ncluster_ThumbnailCarouselModule\n\n\n\ncluster_ThumbnailCarouselModule_declarations\n\n\n\ncluster_ThumbnailCarouselModule_exports\n\n\n\ncluster_TissueBlockListModule\n\n\n\ncluster_TissueBlockListModule_declarations\n\n\n\ncluster_TissueBlockListModule_exports\n\n\n\ncluster_TissueSectionVisModule\n\n\n\ncluster_TissueSectionVisModule_declarations\n\n\n\ncluster_TissueSectionVisModule_exports\n\n\n\ncluster_ViewerModule\n\n\n\ncluster_ViewerModule_declarations\n\n\n\ncluster_ViewerModule_exports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nButtonToggleModule\n\nButtonToggleModule\n\nAppModule -->\n\nButtonToggleModule->AppModule\n\n\n\n\n\nButtonToggleComponent \n\nButtonToggleComponent \n\nButtonToggleComponent -->\n\nButtonToggleModule->ButtonToggleComponent \n\n\n\n\n\nOntologyTreeModule\n\nOntologyTreeModule\n\nOntologyTreeModule -->\n\nButtonToggleModule->OntologyTreeModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nHeaderModule \n\nHeaderModule \n\nHeaderModule -->\n\nCoreModule->HeaderModule \n\n\n\n\n\nDrawerModule\n\nDrawerModule\n\nAppModule -->\n\nDrawerModule->AppModule\n\n\n\n\n\nContainerComponent \n\nContainerComponent \n\nContainerComponent -->\n\nDrawerModule->ContainerComponent \n\n\n\n\n\nContentComponent \n\nContentComponent \n\nContentComponent -->\n\nDrawerModule->ContentComponent \n\n\n\n\n\nDrawerComponent \n\nDrawerComponent \n\nDrawerComponent -->\n\nDrawerModule->DrawerComponent \n\n\n\n\n\nToggleButtonComponent \n\nToggleButtonComponent \n\nToggleButtonComponent -->\n\nDrawerModule->ToggleButtonComponent \n\n\n\n\n\nDualSliderModule\n\nDualSliderModule\n\nAppModule -->\n\nDualSliderModule->AppModule\n\n\n\n\n\nDualSliderComponent \n\nDualSliderComponent \n\nDualSliderComponent -->\n\nDualSliderModule->DualSliderComponent \n\n\n\n\n\nFiltersContentModule\n\nFiltersContentModule\n\nFiltersContentModule -->\n\nDualSliderModule->FiltersContentModule\n\n\n\n\n\nFiltersPopoverModule\n\nFiltersPopoverModule\n\nAppModule -->\n\nFiltersPopoverModule->AppModule\n\n\n\n\n\nFiltersPopoverComponent \n\nFiltersPopoverComponent \n\nFiltersPopoverComponent -->\n\nFiltersPopoverModule->FiltersPopoverComponent \n\n\n\n\n\nOntologyExplorationModule\n\nOntologyExplorationModule\n\nAppModule -->\n\nOntologyExplorationModule->AppModule\n\n\n\n\n\nOntologySearchModule \n\nOntologySearchModule \n\nOntologySearchModule -->\n\nOntologyExplorationModule->OntologySearchModule \n\n\n\n\n\nOntologySelectionModule \n\nOntologySelectionModule \n\nOntologySelectionModule -->\n\nOntologyExplorationModule->OntologySelectionModule \n\n\n\n\n\nOntologyTreeModule \n\nOntologyTreeModule \n\nOntologyTreeModule -->\n\nOntologyExplorationModule->OntologyTreeModule \n\n\n\n\n\nResultsBrowserModule\n\nResultsBrowserModule\n\nAppModule -->\n\nResultsBrowserModule->AppModule\n\n\n\n\n\nResultsBrowserComponent \n\nResultsBrowserComponent \n\nResultsBrowserComponent -->\n\nResultsBrowserModule->ResultsBrowserComponent \n\n\n\n\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule\n\nAppModule -->\n\nRunSpatialSearchModule->AppModule\n\n\n\nFiltersContentModule -->\n\nRunSpatialSearchModule->FiltersContentModule\n\n\n\n\n\nRunSpatialSearchComponent \n\nRunSpatialSearchComponent \n\nRunSpatialSearchComponent -->\n\nRunSpatialSearchModule->RunSpatialSearchComponent \n\n\n\n\n\nSpinnerOverlayModule\n\nSpinnerOverlayModule\n\nAppModule -->\n\nSpinnerOverlayModule->AppModule\n\n\n\n\n\nSpinnerOverlayComponent \n\nSpinnerOverlayComponent \n\nSpinnerOverlayComponent -->\n\nSpinnerOverlayModule->SpinnerOverlayComponent \n\n\n\n\n\nViewerModule\n\nViewerModule\n\nAppModule -->\n\nViewerModule->AppModule\n\n\n\n\n\nViewerComponent \n\nViewerComponent \n\nViewerComponent -->\n\nViewerModule->ViewerComponent \n\n\n\n\n\nButtonToggleComponent\n\nButtonToggleComponent\n\nButtonToggleModule -->\n\nButtonToggleComponent->ButtonToggleModule\n\n\n\n\n\nCheckboxComponent\n\nCheckboxComponent\n\n\n\nCheckboxModule\n\nCheckboxModule\n\nCheckboxModule -->\n\nCheckboxComponent->CheckboxModule\n\n\n\n\n\nCheckboxComponent \n\nCheckboxComponent \n\nCheckboxComponent -->\n\nCheckboxModule->CheckboxComponent \n\n\n\nFiltersContentModule -->\n\nCheckboxModule->FiltersContentModule\n\n\n\n\n\nHeaderModule\n\nHeaderModule\n\nCoreModule -->\n\nHeaderModule->CoreModule\n\n\n\n\n\nHeaderComponent \n\nHeaderComponent \n\nHeaderComponent -->\n\nHeaderModule->HeaderComponent \n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nThemingModule\n\nThemingModule\n\nCoreModule -->\n\nThemingModule->CoreModule\n\n\n\n\n\nDonorCardComponent\n\nDonorCardComponent\n\n\n\nDonorCardModule\n\nDonorCardModule\n\nDonorCardModule -->\n\nDonorCardComponent->DonorCardModule\n\n\n\nResultsBrowserModule -->\n\nDonorCardModule->ResultsBrowserModule\n\n\n\n\n\nDonorCardComponent \n\nDonorCardComponent \n\nDonorCardComponent -->\n\nDonorCardModule->DonorCardComponent \n\n\n\n\n\nThumbnailCarouselModule\n\nThumbnailCarouselModule\n\nDonorCardModule -->\n\nThumbnailCarouselModule->DonorCardModule\n\n\n\n\n\nThumbnailCarouselComponent \n\nThumbnailCarouselComponent \n\nThumbnailCarouselComponent -->\n\nThumbnailCarouselModule->ThumbnailCarouselComponent \n\n\n\n\n\nTissueSectionVisModule\n\nTissueSectionVisModule\n\nDonorCardModule -->\n\nTissueSectionVisModule->DonorCardModule\n\n\n\n\n\nTissueSectionVisComponent \n\nTissueSectionVisComponent \n\nTissueSectionVisComponent -->\n\nTissueSectionVisModule->TissueSectionVisComponent \n\n\n\n\n\nContainerComponent\n\nContainerComponent\n\nDrawerModule -->\n\nContainerComponent->DrawerModule\n\n\n\n\n\nContentComponent\n\nContentComponent\n\nDrawerModule -->\n\nContentComponent->DrawerModule\n\n\n\n\n\nDrawerComponent\n\nDrawerComponent\n\nDrawerModule -->\n\nDrawerComponent->DrawerModule\n\n\n\n\n\nToggleButtonComponent\n\nToggleButtonComponent\n\nDrawerModule -->\n\nToggleButtonComponent->DrawerModule\n\n\n\n\n\nDropdownComponent\n\nDropdownComponent\n\n\n\nDropdownModule\n\nDropdownModule\n\nDropdownModule -->\n\nDropdownComponent->DropdownModule\n\n\n\n\n\nDropdownComponent \n\nDropdownComponent \n\nDropdownComponent -->\n\nDropdownModule->DropdownComponent \n\n\n\nFiltersContentModule -->\n\nDropdownModule->FiltersContentModule\n\n\n\n\n\nDualSliderComponent\n\nDualSliderComponent\n\nDualSliderModule -->\n\nDualSliderComponent->DualSliderModule\n\n\n\n\n\nFiltersContentComponent\n\nFiltersContentComponent\n\nFiltersContentModule -->\n\nFiltersContentComponent->FiltersContentModule\n\n\n\nFiltersPopoverModule -->\n\nFiltersContentModule->FiltersPopoverModule\n\n\n\n\n\nFiltersContentComponent \n\nFiltersContentComponent \n\nFiltersContentComponent -->\n\nFiltersContentModule->FiltersContentComponent \n\n\n\n\n\nFiltersPopoverComponent\n\nFiltersPopoverComponent\n\nFiltersPopoverModule -->\n\nFiltersPopoverComponent->FiltersPopoverModule\n\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\nHeaderModule -->\n\nHeaderComponent->HeaderModule\n\n\n\n\n\nOntologySearchModule\n\nOntologySearchModule\n\nOntologyExplorationModule -->\n\nOntologySearchModule->OntologyExplorationModule\n\n\n\n\n\nOntologySelectionModule\n\nOntologySelectionModule\n\nOntologySelectionModule -->\n\nOntologySearchModule->OntologySelectionModule\n\n\n\n\n\nOntologySearchComponent \n\nOntologySearchComponent \n\nOntologySearchComponent -->\n\nOntologySearchModule->OntologySearchComponent \n\n\n\nOntologyExplorationModule -->\n\nOntologySelectionModule->OntologyExplorationModule\n\n\n\n\n\nOntologySelectionComponent \n\nOntologySelectionComponent \n\nOntologySelectionComponent -->\n\nOntologySelectionModule->OntologySelectionComponent \n\n\n\nOntologyExplorationModule -->\n\nOntologyTreeModule->OntologyExplorationModule\n\n\n\nOntologySelectionModule -->\n\nOntologyTreeModule->OntologySelectionModule\n\n\n\n\n\nOntologyTreeComponent \n\nOntologyTreeComponent \n\nOntologyTreeComponent -->\n\nOntologyTreeModule->OntologyTreeComponent \n\n\n\n\n\nOntologySearchComponent\n\nOntologySearchComponent\n\nOntologySearchModule -->\n\nOntologySearchComponent->OntologySearchModule\n\n\n\n\n\nOntologySelectionComponent\n\nOntologySelectionComponent\n\nOntologySelectionModule -->\n\nOntologySelectionComponent->OntologySelectionModule\n\n\n\n\n\nOntologySearchService\n\nOntologySearchService\n\nOntologySelectionComponent -->\n\nOntologySearchService->OntologySelectionComponent\n\n\n\n\n\nOntologyTreeComponent\n\nOntologyTreeComponent\n\nOntologyTreeModule -->\n\nOntologyTreeComponent->OntologyTreeModule\n\n\n\n\n\nResultsBrowserComponent\n\nResultsBrowserComponent\n\nResultsBrowserModule -->\n\nResultsBrowserComponent->ResultsBrowserModule\n\n\n\n\n\nRunSpatialSearchComponent\n\nRunSpatialSearchComponent\n\nRunSpatialSearchModule -->\n\nRunSpatialSearchComponent->RunSpatialSearchModule\n\n\n\n\n\nSpatialSearchConfigBehaviorComponent\n\nSpatialSearchConfigBehaviorComponent\n\n\n\nSpatialSearchConfigBehaviorModule\n\nSpatialSearchConfigBehaviorModule\n\nSpatialSearchConfigBehaviorModule -->\n\nSpatialSearchConfigBehaviorComponent->SpatialSearchConfigBehaviorModule\n\n\n\n\n\nSpatialSearchConfigBehaviorComponent \n\nSpatialSearchConfigBehaviorComponent \n\nSpatialSearchConfigBehaviorComponent -->\n\nSpatialSearchConfigBehaviorModule->SpatialSearchConfigBehaviorComponent \n\n\n\n\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigBehaviorModule -->\n\nSpatialSearchConfigModule->SpatialSearchConfigBehaviorModule\n\n\n\n\n\nSpatialSearchConfigComponent \n\nSpatialSearchConfigComponent \n\nSpatialSearchConfigComponent -->\n\nSpatialSearchConfigModule->SpatialSearchConfigComponent \n\n\n\n\n\nSpatialSearchConfigComponent\n\nSpatialSearchConfigComponent\n\nSpatialSearchConfigModule -->\n\nSpatialSearchConfigComponent->SpatialSearchConfigModule\n\n\n\n\n\nSpatialSearchUiBehaviorComponent\n\nSpatialSearchUiBehaviorComponent\n\n\n\nSpatialSearchUiBehaviorModule\n\nSpatialSearchUiBehaviorModule\n\nSpatialSearchUiBehaviorModule -->\n\nSpatialSearchUiBehaviorComponent->SpatialSearchUiBehaviorModule\n\n\n\n\n\nSpatialSearchUiBehaviorComponent \n\nSpatialSearchUiBehaviorComponent \n\nSpatialSearchUiBehaviorComponent -->\n\nSpatialSearchUiBehaviorModule->SpatialSearchUiBehaviorComponent \n\n\n\n\n\nSpatialSearchUiModule\n\nSpatialSearchUiModule\n\nSpatialSearchUiBehaviorModule -->\n\nSpatialSearchUiModule->SpatialSearchUiBehaviorModule\n\n\n\n\n\nSpatialSearchUiComponent \n\nSpatialSearchUiComponent \n\nSpatialSearchUiComponent -->\n\nSpatialSearchUiModule->SpatialSearchUiComponent \n\n\n\n\n\nSpatialSearchUiComponent\n\nSpatialSearchUiComponent\n\nSpatialSearchUiModule -->\n\nSpatialSearchUiComponent->SpatialSearchUiModule\n\n\n\n\n\nTermOccurrenceListModule\n\nTermOccurrenceListModule\n\nSpatialSearchUiModule -->\n\nTermOccurrenceListModule->SpatialSearchUiModule\n\n\n\nSpatialSearchUiModule -->\n\nTermOccurrenceListModule->SpatialSearchUiModule\n\n\n\n\n\nTermOccurrenceListComponent \n\nTermOccurrenceListComponent \n\nTermOccurrenceListComponent -->\n\nTermOccurrenceListModule->TermOccurrenceListComponent \n\n\n\n\n\nTissueBlockListModule\n\nTissueBlockListModule\n\nSpatialSearchUiModule -->\n\nTissueBlockListModule->SpatialSearchUiModule\n\n\n\n\n\nTissueBlockListComponent \n\nTissueBlockListComponent \n\nTissueBlockListComponent -->\n\nTissueBlockListModule->TissueBlockListComponent \n\n\n\n\n\nSpinnerOverlayComponent\n\nSpinnerOverlayComponent\n\nSpinnerOverlayModule -->\n\nSpinnerOverlayComponent->SpinnerOverlayModule\n\n\n\n\n\nTermOccurrenceListComponent\n\nTermOccurrenceListComponent\n\nTermOccurrenceListModule -->\n\nTermOccurrenceListComponent->TermOccurrenceListModule\n\n\n\n\n\nThemingService\n\nThemingService\n\nThemingModule -->\n\nThemingService->ThemingModule\n\n\n\n\n\nThumbnailCarouselComponent\n\nThumbnailCarouselComponent\n\nThumbnailCarouselModule -->\n\nThumbnailCarouselComponent->ThumbnailCarouselModule\n\n\n\n\n\nTissueBlockListComponent\n\nTissueBlockListComponent\n\nTissueBlockListModule -->\n\nTissueBlockListComponent->TissueBlockListModule\n\n\n\n\n\nTissueSectionVisComponent\n\nTissueSectionVisComponent\n\nTissueSectionVisModule -->\n\nTissueSectionVisComponent->TissueSectionVisModule\n\n\n\n\n\nViewerComponent\n\nViewerComponent\n\nViewerModule -->\n\nViewerComponent->ViewerModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 29 Modules\n \n \n \n \n \n \n \n \n 29 Components\n \n \n \n \n \n \n \n 13 Injectables\n \n \n \n \n \n \n \n 22 Classes\n \n \n \n \n \n \n \n 23 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 3.7.2\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n Constructor   (projects/.../action-as-fn.ts)\n \n \n ContainerPayload   (projects/.../messages.ts)\n \n \n DrawerPayload   (projects/.../messages.ts)\n \n \n ExpandedState   (projects/.../drawer.component.ts)\n \n \n ExpandedState2   (projects/.../drawer.component.ts)\n \n \n GetChildrenFunc   (projects/.../ontology-tree.component.ts)\n \n \n Message   (projects/.../messages.ts)\n \n \n MessageChannel   (projects/.../messages.ts)\n \n \n MessageService   (projects/.../messages.ts)\n \n \n OpenedState   (projects/.../drawer.component.ts)\n \n \n Payload   (projects/.../messages.ts)\n \n \n Sex   (projects/.../spatial-search-config.component.ts)\n \n \n SpatialSearchFilterModel   (projects/.../spatial-search-filter.state.ts)\n \n \n \n \n \n \n\n\n projects/ccf-eui/src/app/core/store/action-as-fn.ts\n \n \n \n \n \n \n Constructor\n \n \n \n \n \n\n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n \n \n \n \n \n ContainerPayload\n \n \n \n \n Payload types for messages sent from the drawer container.\n\n \n \n \n \n ContentContainerChanged | DrawerContainersChanged\n\n \n \n \n \n \n \n \n \n \n DrawerPayload\n \n \n \n \n Payload types for messages sent from the drawers.\n\n \n \n \n \n DrawerToggled | DrawerInitialized\n\n \n \n \n \n \n \n \n \n \n Message\n \n \n \n \n Specific message type.\n\n \n \n \n \n GenericMessage\n\n \n \n \n \n \n \n \n \n \n MessageChannel\n \n \n \n \n Specific channel type.\n\n \n \n \n \n GenericMessageChannel\n\n \n \n \n \n \n \n \n \n \n MessageService\n \n \n \n \n Specific service type.\n\n \n \n \n \n GenericMessageService\n\n \n \n \n \n \n \n \n \n \n Payload\n \n \n \n \n Combined payload type for all drawer sub components.\n\n \n \n \n \n ContainerPayload | DrawerPayload\n\n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n \n \n \n \n \n ExpandedState\n \n \n \n \n Expanded/collapsed state.\n\n \n \n \n \n \"open\" | \"open-instant\" | \"closed\"\n\n \n \n \n \n \n \n \n \n \n ExpandedState2\n \n \n \n \n Expanded state relative to an opposite drawer.\n\n \n \n \n \n \"collapsed\" | \"half\" | \"extended\" | \"full\"\n\n \n \n \n \n \n \n \n \n \n OpenedState\n \n \n \n \n Opened/closed state.\n\n \n \n \n \n \"open\" | \"open-instant\" | \"closed\"\n\n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n \n \n \n \n \n GetChildrenFunc\n \n \n \n \n Type of function for getting child nodes from a parent node.\n\n \n \n \n \n function\n\n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts\n \n \n \n \n \n \n Sex\n \n \n \n \n Sex can either be male or female\n\n \n \n \n \n \"male\" | \"female\"\n\n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n \n \n \n \n \n SpatialSearchFilterModel\n \n \n \n \n SpatialSearchFilterItem[]\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n database   (projects/.../data-source.worker.ts)\n \n \n DEFAULT_COLOR_PALETTE   (projects/.../color-assignment.state.ts)\n \n \n DEFAULT_FILTER   (projects/.../data.state.ts)\n \n \n DEFAULT_ICONS   (projects/.../default-icons.ts)\n \n \n DEFAULT_SELECTED_ORGANS   (projects/.../scene.state.ts)\n \n \n DEFAULT_THEME   (projects/.../theming.service.ts)\n \n \n EXPAND_COLLAPSE_PARAMS_DEFAULT   (projects/.../drawer.component.ts)\n \n \n getLevel   (projects/.../ontology-tree.component.ts)\n \n \n isExpandable   (projects/.../ontology-tree.component.ts)\n \n \n labelMap   (projects/.../ontology-tree.component.ts)\n \n \n MESSAGE_SERVICE_CONFIG   (projects/.../message.service.ts)\n \n \n MESSAGE_SERVICE_DEFAULT_CONFIG   (projects/.../message.service.ts)\n \n \n MessageService   (projects/.../messages.ts)\n \n \n nextUid   (projects/.../thumbnail-carousel.component.ts)\n \n \n ROOT_STATES   (projects/.../store.module.ts)\n \n \n \n \n \n \n\n\n projects/ccf-eui/src/app/core/services/data-source/data-source.worker.ts\n \n \n \n \n \n \n \n database\n \n \n \n \n \n \n Default value : new CCFDatabase()\n \n \n\n \n \n Worker thread database.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n \n \n \n \n \n \n DEFAULT_COLOR_PALETTE\n \n \n \n \n \n \n Type : Color[]\n\n \n \n \n \n Default value : [\n '#FF8800',\n '#2979ff',\n '#ffd740',\n '#b92dff',\n '#da326f',\n '#7323e2',\n '#acf32b',\n '#82B1FF',\n '#E040FB',\n '#00E5FF'\n].map((color, rank) => {\n const rgba = hexRgb(color, { format: 'array' });\n rgba[3] = 255; // for Deck.gl\n return { color, rgba, rank };\n})\n \n \n\n\n \n \n\n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n \n \n \n \n \n \n DEFAULT_FILTER\n \n \n \n \n \n \n Type : Filter\n\n \n \n \n \n Default value : {\n sex: 'Both',\n ageRange: [1, 110],\n bmiRange: [13, 83],\n consortiums: [],\n tmc: [],\n technologies: [],\n ontologyTerms: ['http://purl.obolibrary.org/obo/UBERON_0013702'],\n cellTypeTerms: ['http://purl.obolibrary.org/obo/CL_0000000'],\n biomarkerTerms: ['http://purl.org/ccf/biomarkers'],\n spatialSearches: []\n}\n \n \n\n \n \n Default values for filters.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/core/store/icon-registry/default-icons.ts\n \n \n \n \n \n \n \n DEFAULT_ICONS\n \n \n \n \n \n \n Type : DefaultIconDefinition[]\n\n \n \n \n \n Default value : [\n // Reference Organs\n { name: 'bladder', namespace: 'app', url: 'assets/icons/organs/ico-organs-bladder.svg' },\n { name: 'blood', namespace: 'app', url: 'assets/icons/organs/ico-organs-blood.svg' },\n { name: 'bone-marrow', namespace: 'app', url: 'assets/icons/organs/ico-organs-bone-marrow.svg' },\n { name: 'brain', namespace: 'app', url: 'assets/icons/organs/ico-organs-brain.svg' },\n { name: 'eye', namespace: 'app', url: 'assets/icons/organs/ico-organs-eye.svg' },\n { name: 'fallopian-tube-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-left.svg' },\n { name: 'fallopian-tube-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-right.svg' },\n { name: 'heart', namespace: 'app', url: 'assets/icons/organs/ico-organs-heart.svg' },\n { name: 'kidney-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-left.svg' },\n { name: 'kidney-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-right.svg' },\n { name: 'kidney', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney.svg' },\n { name: 'knee', namespace: 'app', url: 'assets/icons/organs/ico-organs-knee.svg' },\n { name: 'large-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-large-intestine.svg' },\n { name: 'larynx', namespace: 'app', url: 'assets/icons/organs/ico-organs-larynx.svg' },\n { name: 'liver', namespace: 'app', url: 'assets/icons/organs/ico-organs-liver.svg' },\n { name: 'lung-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-left.svg' },\n { name: 'lung-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-right.svg' },\n { name: 'lung', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung.svg' },\n { name: 'lymph-nodes', namespace: 'app', url: 'assets/icons/organs/ico-organs-lymph-nodes.svg' },\n { name: 'main-bronchus', namespace: 'app', url: 'assets/icons/organs/ico-organs-extrapulmonary bronchus.svg' },\n { name: 'mammary-gland', namespace: 'app', url: 'assets/icons/organs/ico-organs-breast.svg' },\n { name: 'neuron', namespace: 'app', url: 'assets/icons/organs/ico-organs-neuron.svg' },\n { name: 'ovaries', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovaries.svg' },\n { name: 'ovary-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-left.svg' },\n { name: 'ovary-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-right.svg' },\n { name: 'palatine-tonsil', namespace: 'app', url: 'assets/icons/organs/ico-organs-palatine tonsil.svg' },\n { name: 'pancreas', namespace: 'app', url: 'assets/icons/organs/ico-organs-pancreas.svg' },\n { name: 'pelvis-f', namespace: 'app', url: 'assets/icons/organs/ico-organs-pelvis-f.svg' },\n { name: 'placenta', namespace: 'app', url: 'assets/icons/organs/ico-organs-placenta.svg' },\n { name: 'prostate', namespace: 'app', url: 'assets/icons/organs/ico-organs-prostate.svg' },\n { name: 'skin', namespace: 'app', url: 'assets/icons/organs/ico-organs-skin.svg' },\n { name: 'small-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-small intestine.svg' },\n { name: 'spinal-cord', namespace: 'app', url: 'assets/icons/organs/ico-organs-spinal-cord.svg' },\n { name: 'spleen', namespace: 'app', url: 'assets/icons/organs/ico-organs-spleen.svg' },\n { name: 'stomach', namespace: 'app', url: 'assets/icons/organs/ico-organs-stomach.svg' },\n { name: 'thymus', namespace: 'app', url: 'assets/icons/organs/ico-organs-thymus.svg' },\n { name: 'trachea', namespace: 'app', url: 'assets/icons/organs/ico-organs-trachea.svg' },\n { name: 'ureter-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-left.svg' },\n { name: 'ureter-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-right.svg' },\n { name: 'uterus', namespace: 'app', url: 'assets/icons/organs/ico-organs-uterus.svg' },\n { name: 'vasculature-thick', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thick.svg' },\n { name: 'vasculature-thin', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thin.svg' },\n\n { name: 'opacity', namespace: 'app', url: 'assets/icons/opacity-24px.svg' },\n { name: 'visibility_on', namespace: 'app', url: 'assets/icons/visibility-on-24px.svg' },\n { name: 'visibility_off', namespace: 'app', url: 'assets/icons/visibility-off-24px.svg' },\n { name: 'expand_more', namespace: 'app', url: 'assets/icons/expand_more-24px.svg' },\n { name: 'expand_less', namespace: 'app', url: 'assets/icons/expand_less-24px.svg' },\n { name: 'filter', url: 'assets/icons/filter.svg' }\n]\n \n \n\n \n \n Icons registered at startup.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n \n \n \n \n \n \n DEFAULT_SELECTED_ORGANS\n \n \n \n \n \n \n Default value : new Set([\n 'http://purl.obolibrary.org/obo/UBERON_0002097',\n 'http://purl.obolibrary.org/obo/UBERON_0004538',\n 'http://purl.obolibrary.org/obo/UBERON_0004539',\n 'http://purl.obolibrary.org/obo/UBERON_0000948',\n 'http://purl.obolibrary.org/obo/UBERON_0002113',\n 'http://purl.obolibrary.org/obo/UBERON_0002106'])\n \n \n\n\n \n \n\n projects/ccf-eui/src/app/core/services/theming/theming.service.ts\n \n \n \n \n \n \n \n DEFAULT_THEME\n \n \n \n \n \n \n Default value : new InjectionToken('Default theme class')\n \n \n\n \n \n Token for specifying the default theme class.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n \n \n \n \n \n \n EXPAND_COLLAPSE_PARAMS_DEFAULT\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n params: {\n width: 0,\n margin: 0,\n margin2: 0\n }\n}\n \n \n\n \n \n Default animation parameters.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n \n \n \n \n \n \n getLevel\n \n \n \n \n \n \n Default value : property('level')\n \n \n\n \n \n Getter function for 'level' on a flat node.\n\n \n \n\n \n \n \n \n \n \n \n \n isExpandable\n \n \n \n \n \n \n Default value : property('expandable')\n \n \n\n \n \n Getter function for 'expandable' on a flat node.\n\n \n \n\n \n \n \n \n \n \n \n \n labelMap\n \n \n \n \n \n \n Default value : new Map([\n ['colon', 'large intestine'],\n ['body', 'Anatomical Structures (AS)'],\n ['cell', 'Cell Types (CT)']\n])\n \n \n\n\n \n \n\n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n \n \n \n \n \n \n MESSAGE_SERVICE_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n)\n \n \n\n \n \n Token for specifying the message service configuration.\n\n \n \n\n \n \n \n \n \n \n \n \n MESSAGE_SERVICE_DEFAULT_CONFIG\n \n \n \n \n \n \n Type : MessageServiceConfig\n\n \n \n \n \n Default value : {\n isolated: true\n}\n \n \n\n \n \n Default message service configuration.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n \n \n \n \n \n \n MessageService\n \n \n \n \n \n \n Default value : GenericMessageService\n \n \n\n \n \n Reference to the service class.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts\n \n \n \n \n \n \n \n nextUid\n \n \n \n \n \n \n Default value : (() => {\n let counter = -1;\n return () => {\n counter += 1;\n return counter;\n };\n})()\n \n \n\n\n \n \n\n projects/ccf-eui/src/app/core/store/store.module.ts\n \n \n \n \n \n \n \n ROOT_STATES\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n GlobalConfigState,\n ColorAssignmentState,\n IconRegistryState,\n ListResultsState,\n DataState,\n SceneState,\n CallToActionState,\n SpatialSearchUiState,\n SpatialSearchFilterState\n]\n \n \n\n \n \n States shared across the entire app.\n\n \n \n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} + "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/classes/AddSearch.html",[0,0.063,1,2.258]],["body/classes/AddSearch.html",[0,0.113,1,3.771,2,2.302,3,0.121,4,0.145,5,0.109,6,0.114,7,2.846,8,1.504,9,3.505,10,4.579,11,0.476,12,0.854,13,2.419,14,1.219,15,0.707,16,1.276,17,5.389,18,2.635,19,5.731,20,1.126,21,4.408,22,1.174,23,7.493,24,1.248,25,0.009,26,0.829,27,0.955,28,1.023,29,0.955,30,1.426,31,2.83,32,3.237,33,0.21,34,0.695,35,1.622,36,3.066,37,2.49,38,2.789,39,3.901,40,3.703,41,0.193,42,3.715,43,3.703,44,4.303,45,2.19,46,3.703,47,1.989,48,2.086,49,2.875,50,2.425,51,0.007,52,0.007]],["title/modules/AppModule.html",[53,0.736,54,3.373]],["body/modules/AppModule.html",[0,0.068,3,0.097,4,0.116,5,0.087,6,0.091,14,0.663,22,0.764,25,0.009,30,1.066,33,0.242,34,0.556,41,0.116,51,0.006,52,0.006,53,0.8,54,7.062,55,1.485,56,1.485,57,0.895,58,2.385,59,1.555,60,1.891,61,1.592,62,4.314,63,4.314,64,4.314,65,2.662,66,2.662,67,5.579,68,5.894,69,5.894,70,5.579,71,5.894,72,5.894,73,5.894,74,5.579,75,5.894,76,5.894,77,2.121,78,1.19,79,1.357,80,4.877,81,2.172,82,1.27,83,7.307,84,4.877,85,1.114,86,1.391,87,5.253,88,3.444,89,6.497,90,4.956,91,2.121,92,0.393,93,4.877,94,4.314,95,2.975,96,2.107,97,7.307,98,4.314,99,3.943,100,4.343,101,3.26,102,5.747,103,4.343,104,2.731,105,5.747,106,4.314,107,5.747,108,5.747,109,6.497,110,6.497,111,1.52,112,4.589,113,4.314,114,1.517,115,3.665,116,4.314,117,4.883,118,4.877,119,3.26,120,3.444,121,4.877,122,4.877,123,4.877,124,4.314,125,3.444,126,4.877,127,4.877,128,2.731,129,4.877,130,4.877,131,4.883,132,4.877,133,4.877,134,4.314,135,3.444,136,4.314,137,4.314,138,3.444,139,3.665,140,4.877,141,3.665,142,4.877,143,4.877,144,1.52,145,5.747,146,4.589,147,4.314,148,5.747,149,2.731,150,1.388,151,4.314,152,4.883,153,3.943,154,3.444,155,3.26,156,4.314,157,4.314,158,1.941,159,2.731,160,0.936,161,6.497,162,4.877,163,4.314,164,4.877,165,3.444]],["title/interfaces/AppOptions.html",[166,0.736,167,3.628]],["body/interfaces/AppOptions.html",[0,0.041,3,0.059,4,0.071,5,0.053,6,0.042,8,1.131,9,2.391,11,0.432,12,0.519,13,0.827,14,1.217,15,0.63,16,0.622,20,1.125,25,0.009,27,1.282,28,0.499,29,0.466,31,2.073,32,1.283,33,0.23,34,0.762,35,0.791,39,1.547,40,1.806,41,0.071,43,1.806,46,2.767,47,0.97,48,2.123,51,0.006,52,0.004,65,0.948,78,0.725,82,1.186,86,1.51,90,3.946,92,0.24,98,2.628,99,2.402,104,3.474,111,0.926,112,3.215,113,2.628,114,1.292,115,2.233,116,2.628,119,1.986,124,2.628,125,2.098,155,5.299,156,4.895,158,1.183,160,0.873,166,0.487,167,3.68,168,1.042,169,2.628,170,1.966,171,4.895,172,4.111,173,5.406,174,6.203,175,5.406,176,5.026,177,1.895,178,0.993,179,3.043,180,1.16,181,3.215,182,4.027,183,2.402,184,4.552,185,4.159,186,1.986,187,1.986,188,1.731,189,1.806,190,1.017,191,2.896,192,2.291,193,3.215,194,2.217,195,2.971,196,5.534,197,2.628,198,3.172,199,2.233,200,1.986,201,0.97,202,1.495,203,1.068,204,4.552,205,2.971,206,2.971,207,2.402,208,1.986,209,1.986,210,4.983,211,2.628,212,2.896,213,3.043,214,2.971,215,2.098,216,2.402,217,2.402,218,1.603,219,2.971,220,2.402,221,2.456,222,2.628,223,3.224,224,2.971,225,1.89,226,2.233,227,2.291,228,2.971,229,3.364,230,1.731,231,1.664,232,1.89,233,1.419,234,2.628,235,1.725,236,2.971,237,1.986,238,1.215,239,1.726,240,2.971,241,2.402,242,1.611,243,2.971,244,1.986,245,0.757,246,1.042,247,2.971,248,1.068,249,2.971,250,0.993,251,0.993,252,2.971,253,1.807,254,2.971,255,2.971,256,2.971,257,2.971,258,2.971,259,2.402,260,2.971,261,2.971,262,2.971,263,2.971,264,2.971,265,2.628,266,2.628,267,2.971,268,2.402,269,4.159,270,4.159,271,4.983,272,1.664,273,4.027,274,0.865,275,4.027,276,3.215,277,1.267,278,2.091,279,4.662,280,2.628,281,2.971,282,2.535,283,2.971,284,2.971,285,5.534,286,2.971,287,2.971,288,1.765,289,1.597,290,2.402,291,3.614,292,2.971,293,1.086,294,2.098,295,3.614,296,2.37,297,2.549,298,2.971,299,1.85,300,2.971,301,2.971,302,0.95,303,2.971,304,2.971,305,2.971,306,2.402,307,2.971,308,2.971,309,1.572,310,2.971,311,2.971,312,2.971,313,1.765,314,1.603,315,1.986,316,3.043,317,0.97,318,2.971,319,2.971,320,2.971,321,2.971,322,2.149,323,2.628,324,2.971,325,2.971,326,2.971,327,2.985,328,4.474,329,2.971,330,2.971,331,2.233,332,2.971,333,2.971,334,2.971,335,2.402,336,2.971,337,2.971,338,2.971,339,1.558,340,0.993,341,2.084,342,1.495,343,2.402,344,2.402,345,1.183,346,4.552,347,1.89,348,0.774,349,2.402,350,1.986,351,2.971,352,2.971,353,2.971,354,2.971,355,2.971,356,2.971,357,2.971,358,2.971,359,2.971,360,2.971,361,2.971,362,2.971,363,4.552,364,2.971,365,2.971,366,2.971,367,2.971,368,1.603,369,2.971,370,2.971,371,2.971,372,2.402,373,2.971,374,2.971,375,2.971,376,4.159,377,2.971,378,2.098,379,2.971,380,2.628,381,2.971,382,2.971,383,2.971,384,2.233,385,2.971,386,2.971,387,2.971,388,2.971,389,1.447,390,2.628,391,2.971,392,2.896,393,4.552,394,4.552,395,1.912,396,5.534,397,2.971,398,2.971,399,4.552,400,2.628,401,1.72,402,2.971,403,2.971,404,2.971,405,5.534,406,1.664,407,1.731,408,2.202,409,3.346,410,3.68,411,6.24,412,4.159,413,2.091,414,4.552,415,2.971,416,2.402,417,2.971,418,2.971,419,2.971,420,2.971,421,2.971,422,2.971,423,4.552,424,2.971,425,2.971,426,1.871,427,2.971,428,2.971,429,2.971,430,1.123,431,2.971,432,1.152,433,1.402,434,0.993,435,2.971,436,2.233,437,1.806,438,2.971,439,2.971,440,2.402,441,2.628,442,1.123,443,1.664,444,1.402,445,1.986,446,2.549,447,2.971,448,0.846,449,6.203,450,5.534,451,5.534,452,5.534,453,5.534,454,5.534,455,2.402,456,4.552,457,2.971,458,2.628,459,2.971,460,4.552,461,1.017,462,1.986,463,2.084,464,2.971,465,4.552,466,4.552,467,2.971,468,2.971,469,2.971,470,2.971,471,2.402,472,2.971,473,2.971,474,2.971,475,4.552,476,1.89,477,2.971,478,2.971,479,2.971,480,2.971,481,1.547,482,2.971,483,1.731,484,2.628,485,2.971,486,2.628,487,2.896,488,2.628,489,2.971,490,2.971,491,2.628,492,2.971,493,2.628,494,2.971]],["title/injectables/AppRootOverlayContainer.html",[112,3.169,495,1.094]],["body/injectables/AppRootOverlayContainer.html",[0,0.082,3,0.116,4,0.139,5,0.104,6,0.123,11,0.456,12,0.832,15,0.57,22,1.346,24,1.198,25,0.009,26,0.795,27,0.916,28,0.981,29,0.916,33,0.189,41,0.139,51,0.007,52,0.007,82,1.902,85,1.82,86,1.875,87,6.439,88,4.127,92,0.471,112,5.157,114,2.162,115,6.584,170,3.154,181,6.186,253,2.6,293,1.395,309,1.251,343,5.903,348,2.36,495,1.781,496,2.941,497,7.748,498,5.169,499,7.965,500,7.965,501,5.986,502,8.343,503,8.343,504,7.302,505,5.844,506,5.844,507,7.302,508,5.844,509,5.844,510,5.844,511,3.405,512,7.965,513,5.844,514,7.302,515,5.844,516,1.78,517,5.844,518,4.724,519,5.844,520,2.676,521,7.302,522,2.676,523,2.676,524,2.598,525,2.001,526,2.758,527,2.941,528,2.941,529,5.844,530,5.844,531,5.844]],["title/components/AppWebComponent.html",[66,1.431,180,0.687]],["body/components/AppWebComponent.html",[0,0.049,3,0.069,4,0.083,5,0.062,6,0.124,8,1.078,11,0.272,12,0.585,15,0.691,16,1.075,18,1.038,20,1.206,22,1.38,24,0.714,25,0.009,26,1.054,27,0.546,29,1.38,30,1.175,31,2.713,33,0.185,34,1.054,35,0.928,41,0.083,47,1.138,51,0.006,52,0.005,57,0.64,65,1.112,66,2.143,85,0.797,86,0.746,92,0.281,111,1.086,114,1.423,120,6.25,144,1.086,150,0.992,155,4.073,160,1.169,170,2.217,172,3.916,173,4.925,175,4.925,176,4.579,177,2.013,178,1.165,179,4.492,180,0.933,193,4.746,208,2.33,209,2.33,233,1.086,235,1.086,239,1.696,242,1.773,245,2.344,250,1.716,251,1.716,277,1.696,279,3.858,296,2.672,299,1.165,302,1.046,309,1.702,317,1.138,335,5.433,350,4.492,368,3.287,433,2.423,448,0.992,463,1.596,481,4.139,516,1.062,532,1.223,533,1.086,534,7.154,535,2.818,536,6.092,537,1.193,538,5.133,539,1.637,540,3.55,541,2.098,542,6.721,543,6.092,544,6.092,545,6.092,546,6.092,547,6.092,548,4.925,549,5.433,550,3.486,551,5.133,552,5.133,553,3.486,554,3.486,555,3.486,556,3.486,557,3.486,558,3.486,559,3.486,560,3.486,561,3.486,562,3.486,563,3.486,564,3.486,565,3.486,566,3.486,567,3.486,568,3.393,569,3.486,570,3.486,571,3.486,572,3.083,573,3.004,574,1.304,575,5.384,576,3.083,577,5.133,578,3.486,579,4.54,580,4.54,581,3.486,582,2.818,583,5.389,584,4.579,585,4.54,586,2.818,587,3.703,588,3.625,589,2.818,590,6.092,591,2.462,592,3.486,593,3.486,594,3.486,595,3.486,596,3.083,597,2.818,598,3.486,599,3.486,600,2.098,601,3.486,602,4.925,603,3.486,604,2.33,605,3.083,606,4.54,607,5.133,608,3.486,609,5.133,610,3.083,611,3.486,612,2.462,613,1.425,614,3.486,615,3.486,616,3.486,617,7.748,618,3.486,619,3.486,620,3.486,621,5.133,622,5.133,623,3.486,624,3.486,625,4.15,626,3.486,627,3.486,628,6.721,629,3.486,630,3.486,631,3.486,632,3.486,633,3.486,634,2.62,635,3.486,636,3.486,637,3.486,638,3.486,639,3.486,640,2.818,641,6.092,642,2.818,643,1.637,644,1.637,645,1.223,646,2.357,647,1.223,648,1.223,649,1.223,650,1.062,651,1.223,652,1.112,653,1.223,654,1.112,655,1.223,656,1.112,657,1.8,658,1.112,659,1.138,660,1.223,661,1.223,662,1.112,663,1.223,664,1.112,665,1.193,666,1.223,667,1.112,668,1.6,669,1.223,670,1.112,671,1.223,672,1.112,673,1.8,674,1.112,675,1.223,676,1.138,677,1.223,678,1.112,679,1.223,680,1.112,681,1.165,682,1.112,683,0.992,684,1.8,685,1.112,686,1.223,687,1.112,688,0.714,689,1.112,690,1.223,691,1.112,692,1.223,693,1.112,694,1.062,695,1.223,696,1.8,697,1.112,698,1.193,699,1.223,700,1.112,701,1.563,702,1.112,703,1.112,704,1.223,705,1.112,706,1.223,707,1.112,708,1.223,709,1.223]],["title/components/ButtonToggleComponent.html",[144,1.398,180,0.687]],["body/components/ButtonToggleComponent.html",[0,0.06,3,0.085,4,0.102,5,0.077,6,0.118,8,1.185,11,0.335,14,0.584,15,0.643,20,1.118,22,1.291,24,1.221,25,0.009,26,1.005,27,0.934,28,1.148,29,1.217,30,1.274,33,0.111,34,1.066,41,0.102,50,1.708,51,0.006,52,0.005,57,0.788,65,1.369,66,1.369,82,1.552,85,1.361,86,1.275,92,0.346,114,1.002,144,2.303,146,5.932,150,2.209,177,1.047,178,1.435,180,1.048,233,1.338,235,1.338,239,1.658,242,1.991,245,2.382,246,2.089,248,2.141,250,1.991,251,1.991,253,1.945,265,6.051,268,5.53,277,1.904,278,1.622,294,4.207,297,3.831,299,1.435,302,0.737,309,0.919,317,1.401,343,4.815,413,2.251,426,1.518,430,1.622,461,2.342,491,5.269,493,5.269,516,1.307,520,1.965,525,1.469,532,1.505,533,1.338,537,1.469,539,1.369,541,2.435,568,3.01,643,1.9,644,1.9,645,1.505,646,2.592,647,1.505,648,1.505,649,1.505,650,2.7,651,1.505,652,1.369,653,1.505,654,1.369,655,1.505,656,1.369,657,2.089,658,1.369,659,1.401,660,1.505,661,1.505,662,1.369,663,1.505,664,1.369,665,1.469,666,1.505,667,1.369,668,1.856,669,1.505,670,1.369,671,1.505,672,1.369,673,2.089,674,1.369,675,1.505,676,1.401,677,1.505,678,1.369,679,1.505,680,1.369,681,1.435,682,1.369,683,1.222,684,2.089,685,1.369,686,1.505,687,1.369,688,0.88,689,1.369,690,1.505,691,1.369,692,1.505,693,1.369,694,1.307,695,1.505,696,2.089,697,1.369,698,1.469,699,1.505,700,1.369,701,1.814,702,1.369,703,1.369,704,1.505,705,1.369,706,1.505,707,1.369,708,1.505,709,1.505,710,1.543,711,6.791,712,3.796,713,6.841,714,5.957,715,5.957,716,5.957,717,6.841,718,6.841,719,2.811,720,5.142,721,4.292,722,4.292,723,4.292,724,4.292,725,3.132,726,4.292,727,5.269,728,3.471,729,2.901,730,4.292,731,4.292,732,2.727,733,4.292,734,4.292,735,4.292,736,4.292,737,4.292,738,4.292,739,5.269,740,2.026,741,2.811,742,2.234,743,3.47,744,2.09,745,3.031,746,2.315,747,2.09,748,3.831,749,1.965,750,2.727,751,3.041,752,1.695,753,3.47,754,2.141,755,3.226,756,3.383,757,3.213,758,3.471,759,5.957,760,4.292,761,2.796,762,1.965,763,2.315,764,2.16,765,2.502,766,3.226,767,2.404,768,4.292,769,1.249,770,4.292,771,2.501,772,2.404,773,4.292,774,2.869,775,2.501,776,2.404,777,2.315,778,2.234,779,1.965,780,2.869]],["title/modules/ButtonToggleModule.html",[53,0.736,67,2.999]],["body/modules/ButtonToggleModule.html",[0,0.092,3,0.13,4,0.157,5,0.117,6,0.092,25,0.009,33,0.233,41,0.157,51,0.007,52,0.007,53,1.078,55,2.002,56,2.002,57,1.206,58,2.738,59,2.096,60,1.913,61,2.738,67,6.086,77,2.561,78,1.603,79,1.829,81,2.197,91,2.561,92,0.53,95,3.009,96,2.839,100,5.244,101,4.393,144,2.916,146,4.641,147,5.813,148,5.813,149,3.68,150,1.87,650,2.002,711,5.313,781,5.813,782,5.813,783,5.813,784,6.572,785,2.421,786,2.305,787,6.572]],["title/components/CheckboxComponent.html",[180,0.687,652,1.431]],["body/components/CheckboxComponent.html",[0,0.054,3,0.076,4,0.092,5,0.069,6,0.114,8,1.13,11,0.301,14,0.751,15,0.624,16,0.808,20,1.078,22,1.252,24,1.132,25,0.009,26,0.958,27,0.866,28,0.927,29,1.104,30,1.224,31,2.157,32,2.386,33,0.167,34,1.057,41,0.092,44,3.901,50,1.535,51,0.006,52,0.005,57,0.708,65,1.23,66,1.23,82,1.439,85,0.881,86,1.182,92,0.311,114,0.9,144,1.202,150,1.097,159,2.16,160,0.74,177,1.347,178,1.289,180,1.224,212,5.199,233,1.202,235,1.202,239,1.537,242,1.878,245,2.363,246,1.937,248,1.985,250,1.846,251,1.846,274,1.608,277,1.796,278,3.089,288,2.141,296,2.875,299,1.289,302,0.662,314,2.98,315,3.692,317,1.259,339,2.412,340,1.846,341,2.011,392,3.513,401,2.932,440,4.465,444,3.326,461,1.891,462,3.692,516,1.174,532,1.352,533,1.202,537,1.32,539,1.23,541,2.258,568,2.892,574,1.381,604,4.71,643,1.762,644,1.762,645,1.352,646,2.471,647,1.352,648,1.352,649,1.352,650,1.174,651,1.352,652,2.247,653,1.352,654,1.23,655,1.352,656,1.23,657,1.937,658,1.23,659,1.259,660,1.352,661,1.352,662,1.23,663,1.352,664,1.23,665,1.32,666,1.352,667,1.23,668,1.721,669,1.352,670,1.23,671,1.352,672,1.23,673,1.937,674,1.23,675,1.352,676,1.259,677,1.352,678,1.23,679,1.352,680,1.23,681,1.289,682,1.23,683,1.097,684,1.937,685,1.23,686,1.352,687,1.23,688,0.79,689,1.23,690,1.352,691,1.23,692,1.352,693,1.23,694,1.174,695,1.352,696,1.937,697,1.23,698,1.32,699,1.352,700,1.23,701,1.682,702,1.23,703,1.23,704,1.352,705,1.23,706,1.352,707,1.23,708,1.352,709,1.352,710,1.386,719,2.607,720,4.85,725,2.955,727,6.233,729,3.432,732,2.529,741,1.82,742,2.008,749,1.765,750,1.765,751,1.714,752,1.572,754,1.386,762,1.765,765,2.711,767,2.16,777,2.08,788,3.411,789,1.475,790,5.523,791,4.885,792,7.76,793,2.98,794,5.523,795,7.094,796,6.453,797,5.523,798,5.523,799,7.458,800,4.106,801,2.723,802,3.546,803,5.523,804,3.247,805,3.046,806,1.762,807,4.885,808,3.856,809,3.856,810,5.523,811,4.151,812,5.523,813,5.523,814,3.856,815,2.69,816,5.697,817,4.465,818,3.856,819,7.469,820,3.901,821,4.885,822,3.513,823,3.901,824,5.523,825,7.047,826,5.905,827,3.856,828,4.151,829,3.357,830,5.523,831,3.901,832,5.523,833,5.523,834,3.117,835,1.82,836,1.82,837,3.856,838,5.217,839,3.856,840,5.523,841,3.856,842,3.856,843,3.411,844,1.457,845,1.878,846,2.898,847,5.708,848,2.723,849,3.856,850,3.856,851,3.856,852,3.856]],["title/modules/CheckboxModule.html",[53,0.736,853,3.169]],["body/modules/CheckboxModule.html",[0,0.093,3,0.133,4,0.159,5,0.12,6,0.094,25,0.009,33,0.226,41,0.159,51,0.007,52,0.007,53,1.098,55,2.039,56,2.039,57,1.229,58,2.76,59,2.135,60,1.949,61,2.76,77,2.59,78,1.633,79,1.863,81,2.238,91,2.59,92,0.54,652,2.99,785,2.923,786,2.348,834,5.412,853,6.454,854,5.922,855,5.922,856,5.922,857,6.695,858,7.016,859,6.695]],["title/interfaces/Color.html",[166,0.736,395,1.885]],["body/interfaces/Color.html",[0,0.067,3,0.095,4,0.114,5,0.086,6,0.067,11,0.374,12,0.732,14,1.052,15,0.566,20,1.098,25,0.009,26,0.652,33,0.223,41,0.184,51,0.006,52,0.006,86,1.026,92,0.387,160,1.485,166,1.054,168,1.681,170,2.07,190,1.641,201,1.565,202,2.412,203,1.723,238,2.961,253,1.565,297,3.597,302,0.823,309,1.727,313,1.858,322,2.206,348,1.248,395,3.896,426,1.221,448,1.364,463,2.194,495,1.567,574,1.949,860,3.385,861,2.684,862,3.385,863,5.611,864,6.242,865,4.842,866,3.602,867,4.056,868,2.131,869,3.597,870,2.684,871,4.085,872,2.684,873,3.875,874,3.602,875,3.602,876,3.597,877,4.607,878,3.385,879,3.602,880,3.602,881,3.602,882,3.602,883,3.602,884,3.602,885,3.602,886,3.602,887,3.602,888,3.602,889,3.602,890,3.602,891,3.385,892,3.602,893,3.049,894,3.602,895,3.385,896,5.192,897,7.058,898,5.659,899,2.334,900,7.193,901,5.465,902,3.875,903,3.049,904,2.194,905,5.192,906,2.586,907,5.192,908,3.875,909,3.904,910,3.875,911,3.875,912,3.875,913,5.856,914,5.856,915,3.875,916,3.875,917,5.192,918,3.875,919,3.875,920,3.875,921,3.875,922,3.875,923,3.875,924,3.875,925,3.875,926,3.875,927,4.536,928,3.875,929,5.192,930,5.192,931,5.192,932,5.192,933,3.904,934,3.875,935,3.875,936,3.875,937,3.875]],["title/injectables/ColorAssignmentState.html",[495,1.094,906,2.421]],["body/injectables/ColorAssignmentState.html",[0,0.06,3,0.086,4,0.103,5,0.077,6,0.118,11,0.338,12,0.683,14,1.199,15,0.537,20,1.132,22,1.294,24,1.408,25,0.009,26,1.009,27,1.077,28,1.307,29,1.22,33,0.218,41,0.177,51,0.005,52,0.005,82,1.561,85,1.57,86,1.283,92,0.349,160,1.423,166,0.983,170,2.588,190,1.482,201,1.413,202,2.178,203,1.556,238,2.809,253,1.956,297,3.356,302,1.029,309,1.667,313,1.678,322,2.259,348,1.79,395,3.822,426,1.103,448,1.705,463,1.982,495,1.462,496,2.178,574,1.667,789,0.989,860,5.945,861,4.714,862,3.057,863,5.253,864,5.165,865,5.205,866,3.254,867,4.361,868,1.924,869,3.356,870,2.424,871,4.372,872,2.424,873,3.5,874,3.254,875,3.254,876,3.849,877,4.953,878,3.057,879,3.254,880,3.254,881,3.254,882,3.254,883,3.254,884,3.254,885,3.254,886,3.254,887,3.254,888,3.254,889,3.254,890,3.254,891,3.057,892,3.254,893,2.754,894,3.254,895,3.057,896,4.844,897,6.909,898,5.648,899,2.109,900,7.177,901,5.832,902,4.844,903,2.754,904,1.982,905,4.844,906,3.233,907,6.512,908,4.844,909,4.508,910,4.844,911,4.844,912,4.844,913,5.556,914,5.556,915,3.5,916,3.5,917,5.996,918,3.5,919,3.5,920,3.5,921,3.5,922,3.5,923,3.5,924,3.5,925,3.5,926,3.5,927,4.232,928,3.5,929,4.844,930,4.844,931,4.844,932,4.844,933,3.642,934,3.5,935,3.5,936,3.5,937,3.5,938,5.992,939,5.992,940,5.992,941,4.329,942,2.003,943,4.329,944,4.329,945,4.329,946,4.329,947,4.329,948,4.329,949,4.329,950,4.329]],["title/interfaces/ColorAssignmentStateModel.html",[166,0.736,895,3.169]],["body/interfaces/ColorAssignmentStateModel.html",[0,0.067,3,0.095,4,0.114,5,0.085,6,0.067,11,0.373,12,0.731,14,1.051,15,0.648,20,1.044,25,0.009,26,0.65,33,0.223,41,0.184,51,0.006,52,0.006,86,1.023,92,0.385,160,1.483,166,1.052,168,1.676,170,2.064,190,1.636,201,1.56,202,2.405,203,1.718,238,2.956,253,1.56,297,3.59,302,0.82,309,1.725,313,1.853,322,2.203,348,1.245,395,3.895,426,1.218,448,1.36,463,2.188,495,1.564,574,1.725,860,3.375,861,2.677,862,3.375,863,5.392,864,5.436,865,4.835,866,3.592,867,4.051,868,2.125,869,3.59,870,2.677,871,4.077,872,2.677,873,3.864,874,3.592,875,3.592,876,3.59,877,4.601,878,3.375,879,3.592,880,3.592,881,3.592,882,3.592,883,3.592,884,3.592,885,3.592,886,3.592,887,3.592,888,3.592,889,3.592,890,3.592,891,3.375,892,3.592,893,3.04,894,3.592,895,4.527,896,6.516,897,7.241,898,5.763,899,3.523,900,7.324,901,5.458,902,3.864,903,3.04,904,2.188,905,5.182,906,2.578,907,5.182,908,3.864,909,3.896,910,3.864,911,3.864,912,3.864,913,5.847,914,5.847,915,3.864,916,3.864,917,5.182,918,3.864,919,3.864,920,3.864,921,3.864,922,3.864,923,3.864,924,3.864,925,3.864,926,3.864,927,4.527,928,3.864,929,5.182,930,5.182,931,5.182,932,5.182,933,3.896,934,3.864,935,3.864,936,3.864,937,3.864,951,4.818]],["title/components/ContainerComponent.html",[180,0.687,654,1.431]],["body/components/ContainerComponent.html",[0,0.102,3,0.065,4,0.078,5,0.058,6,0.12,8,1.044,11,0.382,12,0.557,14,0.797,15,0.634,16,0.684,20,0.423,22,1.336,24,1.002,25,0.009,26,0.885,27,0.766,28,0.984,29,0.919,30,1.144,33,0.189,34,1.05,41,0.078,51,0.005,52,0.004,57,0.599,60,1.423,65,1.041,66,1.041,82,1.274,85,1.733,86,1.393,92,0.263,114,0.763,144,1.018,150,0.929,158,1.946,160,1.249,177,1.588,178,1.092,179,4.351,180,1.263,201,1.066,203,1.174,233,1.018,235,2.028,237,3.269,239,2.036,242,2.52,245,2.331,246,1.715,248,1.758,250,1.635,251,1.635,274,1.423,277,1.632,288,1.896,293,1.81,299,1.092,302,1.006,309,1.393,313,2.273,317,1.066,339,1.674,340,1.635,341,2.028,348,2.334,350,4.351,378,2.306,389,2.382,407,4.733,426,0.832,434,1.092,448,1.392,461,1.118,481,2.546,516,1.489,532,1.145,533,1.018,537,1.118,539,1.041,574,1.047,602,2.64,643,2.223,644,1.56,645,1.145,646,2.283,647,1.145,648,1.145,649,1.145,650,0.995,651,1.145,652,1.041,653,1.145,654,2.076,655,1.145,656,2.076,657,1.715,658,1.041,659,1.066,660,1.145,661,1.145,662,1.041,663,1.145,664,1.041,665,1.118,666,1.145,667,1.041,668,1.524,669,1.145,670,1.041,671,1.145,672,1.041,673,1.715,674,1.041,675,1.145,676,1.066,677,1.145,678,1.041,679,1.145,680,1.041,681,1.959,682,1.041,683,0.929,684,1.715,685,1.041,686,1.145,687,1.041,688,0.669,689,1.041,690,1.145,691,1.041,692,1.145,693,1.041,694,0.995,695,1.145,696,1.715,697,1.041,698,1.118,699,1.145,700,1.041,701,1.489,702,1.041,703,1.041,704,1.145,705,1.041,706,1.145,707,1.041,708,1.145,709,1.145,710,1.174,729,3.563,740,1.541,746,1.762,761,3.514,762,3.935,771,2.849,789,1.339,806,1.56,942,2.176,952,2.64,953,4.739,954,3.283,955,4.325,956,4.89,957,3.571,958,5.862,959,4.89,960,3.629,961,3.052,962,5.862,963,5.862,964,5.07,965,3.953,966,5.262,967,3.645,968,6.509,969,2.461,970,3.453,971,5.862,972,4.325,973,4.89,974,2.461,975,3.508,976,3.645,977,3.675,978,2.174,979,4.89,980,4.89,981,3.372,982,3.266,983,4.325,984,4.89,985,3.675,986,3.453,987,3.266,988,3.072,989,4.325,990,4.89,991,3.266,992,3.453,993,3.266,994,4.89,995,4.89,996,2.95,997,3.266,998,3.269,999,2.382,1000,7.585,1001,4.89,1002,6.509,1003,3.266,1004,4.597,1005,4.325,1006,6.509,1007,4.89,1008,3.266,1009,3.453,1010,4.325,1011,4.89,1012,3.266,1013,3.919,1014,3.675,1015,3.266,1016,3.266,1017,4.325,1018,3.266,1019,3.266,1020,3.266,1021,1.59,1022,3.266,1023,2.888,1024,2.888,1025,2.454,1026,2.64,1027,2.077,1028,2.888,1029,1.856,1030,2.888,1031,3.953,1032,3.266,1033,2.888,1034,3.266,1035,2.888,1036,2.462,1037,3.563,1038,2.64,1039,3.266,1040,3.266,1041,3.266,1042,3.266,1043,2.183,1044,2.64,1045,2.888,1046,2.454,1047,3.266,1048,3.266,1049,4.325,1050,2.077,1051,2.739,1052,4.325,1053,3.266,1054,3.266,1055,2.183,1056,3.266,1057,1.985,1058,3.266,1059,3.266,1060,4.89,1061,4.89,1062,3.266,1063,3.266,1064,3.266,1065,3.266,1066,3.266,1067,3.266,1068,3.266,1069,1.762,1070,3.266,1071,2.888,1072,2.888]],["title/components/ContentComponent.html",[180,0.687,656,1.431]],["body/components/ContentComponent.html",[0,0.099,3,0.06,4,0.072,5,0.054,6,0.121,8,1.004,11,0.36,12,0.526,14,0.761,15,0.641,16,0.634,20,0.392,22,1.349,24,1.147,25,0.009,26,0.917,27,0.877,28,1.395,29,1.287,30,1.106,33,0.174,34,1.043,41,0.072,51,0.005,52,0.004,57,0.555,65,0.965,66,0.965,79,0.842,82,1.202,85,1.54,86,1.521,92,0.244,114,0.706,144,0.943,150,0.861,158,1.837,160,1.418,177,1.803,178,1.011,179,4.185,180,1.196,201,0.988,233,0.943,235,2.101,239,1.285,242,2.583,245,2.314,248,1.659,250,1.543,251,1.543,253,2.413,274,1.343,277,1.557,288,2.954,293,1.764,299,1.011,302,0.792,309,1.34,313,1.173,317,0.988,322,1.704,339,1.58,340,1.543,341,2.303,348,2.208,350,4.185,378,2.136,384,2.274,407,3.928,408,2.828,413,2.685,426,1.883,433,1.428,434,1.011,461,1.036,462,3.085,481,1.575,516,1.406,532,1.061,533,0.943,537,1.036,539,1.472,540,1.763,574,1.705,604,2.022,643,2.15,644,1.472,645,1.061,646,2.196,647,1.061,648,1.061,649,1.061,650,0.921,651,1.061,652,0.965,653,1.061,654,0.965,655,1.061,656,1.997,657,1.619,658,0.965,659,0.988,660,1.061,661,1.061,662,0.965,663,1.061,664,0.965,665,1.036,666,1.061,667,0.965,668,1.438,669,1.061,670,0.965,671,1.061,672,0.965,673,1.619,674,0.965,675,1.061,676,0.988,677,1.061,678,0.965,679,1.061,680,0.965,681,1.87,682,0.965,683,0.861,684,1.619,685,0.965,686,1.061,687,0.965,688,0.62,689,0.965,690,1.061,691,0.965,692,1.061,693,0.965,694,0.921,695,1.061,696,1.619,697,0.965,698,1.036,699,1.061,700,0.965,701,1.406,702,0.965,703,0.965,704,1.061,705,0.965,706,1.061,707,0.965,708,1.061,709,1.061,710,1.087,729,3.461,740,1.428,744,3.711,751,2.052,752,2.222,754,1.087,761,3.541,771,1.763,772,1.694,789,1.431,806,1.472,844,3.34,942,2.253,954,3.134,957,3.253,961,2.913,964,4.94,965,3.731,967,3.506,969,2.322,972,4.082,974,2.322,975,3.151,976,3.506,977,3.469,978,2.052,981,3.159,985,3.469,986,3.259,988,2.178,992,3.259,999,2.248,1010,4.082,1013,3.741,1014,3.469,1021,1.473,1025,2.274,1029,1.667,1036,3.104,1037,4.319,1046,2.274,1050,1.924,1051,1.694,1055,2.022,1073,2.676,1074,4.615,1075,7.163,1076,4.949,1077,5.596,1078,6.742,1079,5.596,1080,5.596,1081,6.261,1082,4.615,1083,4.615,1084,4.615,1085,6.261,1086,6.261,1087,6.261,1088,4.615,1089,3.085,1090,4.615,1091,4.524,1092,4.615,1093,4.615,1094,4.206,1095,4.615,1096,4.615,1097,3.731,1098,3.025,1099,3.731,1100,3.731,1101,3.025,1102,3.025,1103,4.615,1104,3.049,1105,2.689,1106,4.615,1107,5.151,1108,3.025,1109,4.615,1110,3.025,1111,3.259,1112,3.469,1113,4.615,1114,6.261,1115,2.676,1116,3.26,1117,2.178,1118,2.676,1119,2.446,1120,3.025,1121,3.025,1122,2.113,1123,3.025,1124,3.025,1125,3.025,1126,3.025,1127,3.025,1128,2.446,1129,2.446,1130,3.26,1131,4.615,1132,3.025,1133,4.615,1134,3.025,1135,1.924,1136,2.022,1137,3.025,1138,3.025,1139,3.025,1140,5.596,1141,3.025,1142,3.025,1143,4.615,1144,3.025,1145,3.025,1146,4.615,1147,3.025,1148,3.025,1149,3.025,1150,2.022,1151,2.676,1152,3.025,1153,3.025,1154,3.025,1155,2.022]],["title/interfaces/ContentContainerChanged.html",[166,0.736,1156,2.854]],["body/interfaces/ContentContainerChanged.html",[0,0.075,3,0.106,4,0.128,5,0.096,6,0.075,11,0.419,12,0.788,15,0.733,25,0.009,33,0.139,41,0.216,51,0.006,52,0.006,150,1.526,160,1.029,166,1.326,168,1.881,177,1.686,180,1.281,239,1.924,242,2.665,244,3.584,272,3.872,274,1.561,288,2.681,291,3.124,302,1.187,322,1.633,401,3.055,407,4.029,448,1.526,522,2.455,523,2.455,524,2.384,525,1.836,526,2.531,527,2.698,528,2.698,540,3.124,573,2.967,574,1.48,650,1.633,752,1.968,761,3.647,762,3.166,789,1.225,806,2.205,844,2.613,868,3.594,957,3.504,960,2.792,974,2.698,975,3.479,978,3.402,981,4.07,996,3.479,1050,3.411,1051,3.872,1107,4.398,1111,3.787,1135,3.411,1156,4.868,1157,3.411,1158,4.992,1159,4.883,1160,4.883,1161,5.115,1162,3.787,1163,4.398,1164,3.787,1165,3.124,1166,4.883,1167,4.03,1168,4.03,1169,4.398,1170,4.398,1171,3.73,1172,4.03,1173,3.787,1174,4.883,1175,3.411,1176,4.286]],["title/modules/CoreModule.html",[53,0.736,68,3.169]],["body/modules/CoreModule.html",[0,0.084,3,0.12,4,0.144,5,0.108,6,0.084,25,0.009,27,0.946,33,0.235,34,0.849,41,0.144,51,0.007,52,0.007,53,1.326,55,1.838,56,1.838,57,1.108,58,1.97,59,1.924,60,2.168,61,2.638,68,6.538,77,2.432,78,1.472,79,1.679,81,2.49,91,2.432,92,0.487,111,1.88,114,1.409,152,4.535,157,5.337,165,4.261,192,3.748,197,5.337,208,4.033,209,4.033,302,1.036,602,4.878,1177,5.337,1178,5.337,1179,5.337,1180,6.538,1181,6.235,1182,6.235,1183,6.034,1184,7.449,1185,6.034,1186,5.26,1187,7.449,1188,6.034,1189,6.034,1190,5.26,1191,6.034,1192,4.261,1193,4.878,1194,6.034,1195,6.034,1196,6.034,1197,6.034,1198,6.034,1199,6.034,1200,5.337,1201,8.08,1202,6.034,1203,4.878,1204,6.034]],["title/interfaces/DataStateModel.html",[166,0.736,1205,3.373]],["body/interfaces/DataStateModel.html",[0,0.037,3,0.053,4,0.152,5,0.048,6,0.037,11,0.328,12,0.478,14,1.219,15,0.587,18,0.796,20,0.67,25,0.009,26,0.364,27,1.108,28,0.449,29,0.658,31,3.072,33,0.199,34,0.478,35,1.379,41,0.14,51,0.004,52,0.004,85,1.759,86,1.648,92,0.216,111,0.834,158,1.064,159,1.498,160,0.805,165,1.889,166,0.688,168,0.938,170,1.155,177,0.652,188,1.558,190,0.916,191,5.145,192,2.111,198,3.053,199,2.01,200,2.805,201,0.873,202,1.346,203,0.961,220,3.392,221,1.443,238,1.715,259,5.149,271,3.657,274,1.854,276,2.963,277,1.632,278,1.586,293,0.638,294,1.889,302,1.369,309,1.68,313,1.037,314,1.443,315,1.788,322,2.292,323,2.366,327,1.443,328,2.162,331,5.5,339,0.916,340,0.894,341,2.446,342,1.968,345,1.67,348,2.194,368,1.443,392,1.701,401,1.011,443,2.35,455,2.162,463,2.37,481,3.679,495,1.023,516,1.278,522,1.225,523,1.225,524,2.302,525,0.916,573,1.037,574,0.573,587,1.626,612,1.889,668,0.834,694,1.94,701,1.278,776,1.498,789,0.611,793,4.464,806,1.338,867,3.785,868,1.189,869,2.35,870,1.498,872,1.498,876,4.467,904,1.225,909,2.55,933,3.872,974,1.346,981,1.189,1026,4.186,1027,1.701,1031,4.186,1036,1.124,1104,1.303,1105,3.017,1130,1.558,1165,3.017,1175,1.701,1205,3.154,1206,1.889,1207,5.634,1208,5.634,1209,7.45,1210,6.759,1211,5.713,1212,6.759,1213,3.392,1214,1.443,1215,3.657,1216,5.787,1217,2.366,1218,4.196,1219,1.011,1220,1.346,1221,4.196,1222,7.525,1223,4.196,1224,3.711,1225,2.01,1226,5.178,1227,2.675,1228,2.675,1229,4.196,1230,2.366,1231,2.366,1232,1.443,1233,1.889,1234,2.111,1235,2.264,1236,2.675,1237,3.891,1238,2.366,1239,2.366,1240,2.366,1241,2.01,1242,2.162,1243,2.366,1244,2.162,1245,1.889,1246,2.366,1247,2.366,1248,2.366,1249,1.558,1250,6.379,1251,1.558,1252,2.675,1253,2.162,1254,2.162,1255,4.58,1256,5.08,1257,2.162,1258,5.186,1259,2.162,1260,3.711,1261,2.675,1262,1.626,1263,2.366,1264,2.366,1265,2.675,1266,3.711,1267,2.366,1268,2.162,1269,2.366,1270,2.366,1271,2.162,1272,7.142,1273,1.701,1274,5.656,1275,2.695,1276,2.162,1277,1.788,1278,2.675,1279,2.675,1280,2.675,1281,2.675,1282,2.675,1283,2.366,1284,2.675,1285,2.675,1286,2.675,1287,5.312,1288,4.196,1289,2.675,1290,4.196,1291,2.675,1292,4.196,1293,2.675,1294,4.196,1295,2.675,1296,2.675,1297,4.196,1298,2.675,1299,4.196,1300,2.675,1301,4.196,1302,2.675,1303,4.196,1304,3.154,1305,4.196,1306,5.178,1307,4.196,1308,4.196,1309,2.675,1310,4.196,1311,7.317,1312,2.675,1313,2.675,1314,4.196,1315,3.711,1316,2.675,1317,2.675,1318,6.37,1319,4.196,1320,2.675,1321,2.675,1322,4.196,1323,2.675,1324,2.675,1325,4.196,1326,2.675,1327,2.675,1328,4.196,1329,2.675,1330,2.675,1331,3.711,1332,4.196,1333,2.675,1334,2.675,1335,4.196,1336,4.196,1337,2.675,1338,2.675,1339,2.675,1340,2.675,1341,2.675,1342,2.675,1343,2.675,1344,2.675,1345,2.675,1346,2.675,1347,2.675,1348,2.675,1349,2.675,1350,2.675,1351,2.675,1352,2.675,1353,2.675,1354,2.675,1355,2.675,1356,2.675,1357,2.675,1358,2.675,1359,2.675,1360,2.675,1361,1.701,1362,2.675,1363,2.675,1364,2.675,1365,2.675,1366,2.675,1367,2.675,1368,2.675,1369,2.675,1370,2.675,1371,2.162,1372,2.675,1373,4.448,1374,2.675,1375,2.675,1376,2.675,1377,2.675,1378,2.675,1379,2.675,1380,2.675,1381,2.675,1382,2.675,1383,2.675,1384,2.675,1385,2.675,1386,2.675,1387,2.675,1388,2.675,1389,2.675,1390,2.675,1391,2.675,1392,2.675,1393,1.498,1394,2.675,1395,2.675,1396,4.196,1397,2.184,1398,2.675,1399,2.675,1400,2.162,1401,2.366,1402,2.675,1403,4.299,1404,2.675,1405,2.675,1406,2.675,1407,2.675,1408,1.889,1409,2.675,1410,1.788,1411,2.675,1412,2.675,1413,2.675,1414,2.675,1415,2.675,1416,4.787,1417,2.675,1418,2.675,1419,7.317,1420,2.675,1421,2.675,1422,2.675,1423,2.675,1424,2.675,1425,2.675,1426,2.675,1427,2.675,1428,2.675,1429,2.675,1430,2.675,1431,2.675,1432,2.675,1433,2.675,1434,2.675,1435,2.675,1436,2.675,1437,2.675,1438,2.675,1439,2.675]],["title/classes/DataStateSelectors.html",[0,0.063,218,2.421]],["body/classes/DataStateSelectors.html",[0,0.082,2,2.219,3,0.116,4,0.14,5,0.105,6,0.12,11,0.458,13,2.568,15,0.652,22,1.31,24,1.713,25,0.009,26,1.137,27,1.31,31,2.875,33,0.206,34,0.669,35,1.563,41,0.14,51,0.007,52,0.007,82,1.908,85,1.91,114,1.864,190,2.01,191,5.658,218,3.951,221,3.167,245,1.496,259,5.92,309,1.789,322,2.545,446,4.47,942,2.793,1205,6.961,1207,6.478,1208,6.478,1440,5.193,1441,7.323,1442,8.357,1443,5.871,1444,7.323,1445,5.871,1446,7.323,1447,5.871,1448,7.323,1449,5.871,1450,5.871,1451,8.357,1452,5.871,1453,5.871,1454,5.871,1455,5.871]],["title/interfaces/DefaultIconDefinition.html",[166,0.736,1456,3.373]],["body/interfaces/DefaultIconDefinition.html",[3,0.074,4,0.089,5,0.067,6,0.052,11,0.292,12,0.616,15,0.543,20,1.112,25,0.009,26,1.285,27,1.271,31,1.25,41,0.129,47,2.508,51,0.005,52,0.005,119,6.29,160,0.718,166,0.614,168,1.312,237,2.501,295,5.509,296,2.813,408,2.933,413,2.785,446,2.095,643,2.526,789,0.855,978,1.663,1057,3.285,1122,1.713,1410,2.501,1456,4.768,1457,2.642,1458,3.024,1459,3.024,1460,3.024,1461,4.577,1462,3.309,1463,4.369,1464,3.741,1465,3.741,1466,2.642,1467,3.741,1468,3.309,1469,3.024,1470,3.309,1471,7.099,1472,4.062,1473,5.223,1474,5.618,1475,4.062,1476,2.642,1477,3.024,1478,2.642,1479,4.569,1480,3.309,1481,8.29,1482,3.309,1483,3.309,1484,3.309,1485,4.78,1486,3.309,1487,3.309,1488,3.309,1489,3.309,1490,3.309,1491,3.309,1492,6.146,1493,6.146,1494,6.519,1495,6.519,1496,3.309,1497,3.309,1498,5.958,1499,3.309,1500,3.309,1501,3.309,1502,4.78,1503,4.78,1504,4.78,1505,3.309,1506,3.309,1507,3.309,1508,3.309,1509,6.519,1510,3.309,1511,4.78,1512,3.309,1513,3.309,1514,3.309,1515,3.309,1516,3.309,1517,3.309,1518,3.309,1519,3.309,1520,3.309,1521,3.309,1522,3.309,1523,6.146,1524,4.78,1525,3.309,1526,3.309,1527,3.309,1528,3.309,1529,4.78,1530,3.309,1531,3.309,1532,3.024,1533,3.309,1534,3.309,1535,3.309,1536,3.309,1537,3.309,1538,4.369,1539,4.369,1540,3.024,1541,3.309,1542,3.309,1543,3.309,1544,3.309,1545,3.309,1546,3.309,1547,3.309,1548,3.309,1549,3.309,1550,6.146,1551,3.309,1552,3.309,1553,6.146,1554,3.309,1555,3.309,1556,2.812,1557,3.309,1558,3.309,1559,6.519,1560,3.309,1561,4.78,1562,3.309,1563,3.024,1564,3.309,1565,3.024,1566,3.309,1567,3.309]],["title/interfaces/DelegateDataSourceOptions.html",[166,0.736,1568,3.373]],["body/interfaces/DelegateDataSourceOptions.html",[0,0.089,3,0.126,4,0.152,5,0.114,6,0.089,11,0.497,12,0.878,15,0.601,20,1.072,25,0.009,27,1.347,33,0.222,34,0.726,41,0.183,51,0.007,52,0.007,92,0.514,111,1.986,114,1.488,160,1.222,166,1.045,168,2.235,170,2.752,177,2.019,208,4.259,209,4.259,309,1.772,342,1.425,448,1.813,495,1.878,501,4.789,511,3.712,548,7.231,549,7.231,575,4.789,683,1.813,1190,4.5,1192,4.5,1193,5.151,1568,6.22,1569,4.5,1570,4.789,1571,6.811,1572,6.811,1573,6.811,1574,5.635,1575,6.811,1576,5.438,1577,5.788,1578,5.635,1579,5.635]],["title/injectables/DelegateDataSourceService.html",[495,1.094,1190,3.169]],["body/injectables/DelegateDataSourceService.html",[0,0.088,3,0.126,4,0.151,5,0.113,6,0.107,11,0.494,15,0.494,20,0.82,22,0.992,24,1.297,25,0.009,26,0.861,27,0.992,33,0.222,34,0.722,41,0.183,51,0.007,52,0.007,82,1.998,85,1.447,92,0.511,111,1.973,114,1.478,160,1.215,166,1.039,170,3.314,177,1.544,208,4.232,209,4.232,309,1.767,342,1.416,448,1.802,495,1.871,496,3.186,501,6.203,511,3.689,548,6.672,549,6.672,575,4.758,683,2.183,1190,5.418,1192,5.418,1193,5.118,1568,6.448,1569,5.418,1570,4.758,1571,7.3,1572,6.785,1573,6.785,1574,5.6,1575,7.3,1576,5.418,1577,5.766,1578,6.785,1579,5.6,1580,7.671,1581,6.331]],["title/components/DonorCardComponent.html",[180,0.687,658,1.431]],["body/components/DonorCardComponent.html",[0,0.094,3,0.134,4,0.063,5,0.048,6,0.116,8,0.938,11,0.208,12,0.477,14,0.918,15,0.622,16,0.558,20,0.914,22,1.282,24,0.857,25,0.009,26,0.96,27,0.656,28,1.184,29,1.058,30,1.043,33,0.133,34,1.033,35,0.71,41,0.063,47,2.203,48,2.573,50,2.686,51,0.005,52,0.004,57,0.489,65,0.85,66,0.85,79,0.742,82,1.09,85,1.18,86,1.444,92,0.215,114,0.622,144,0.83,150,0.758,159,1.492,177,1.26,178,0.891,180,1.238,233,0.83,235,0.83,237,1.781,239,1.164,242,1.503,245,2.284,246,1.467,248,1.504,250,1.398,251,1.398,253,2.304,275,3.7,276,2.955,277,1.438,293,0.636,295,3.932,299,0.891,302,1.005,306,3.382,313,2.269,314,2.257,315,2.797,317,0.87,322,2.289,339,1.432,340,1.398,341,1.304,342,0.935,395,2.671,401,1.581,408,2.531,413,1.952,426,2.031,461,2.31,476,3.722,516,2.149,520,2.911,525,1.432,532,0.935,533,0.83,537,0.912,539,0.85,541,1.71,568,2.616,588,2.955,591,2.955,643,2.028,644,1.866,645,0.935,646,2.052,647,0.935,648,0.935,649,0.935,650,0.812,651,0.935,652,0.85,653,0.935,654,0.85,655,0.935,656,0.85,657,1.467,658,1.866,659,2.835,660,0.935,661,0.935,662,0.85,663,0.935,664,0.85,665,0.912,666,0.935,667,0.85,668,1.304,669,0.935,670,0.85,671,0.935,672,0.85,673,1.467,674,0.85,675,0.935,676,0.87,677,0.935,678,0.85,679,0.935,680,0.85,681,1.727,682,0.85,683,0.758,684,1.467,685,0.85,686,0.935,687,0.85,688,0.546,689,0.85,690,0.935,691,0.85,692,0.935,693,0.85,694,0.812,695,0.935,696,1.467,697,0.85,698,0.912,699,0.935,700,0.85,701,2.226,702,0.85,703,1.647,704,0.935,705,0.85,706,0.935,707,0.85,708,0.935,709,0.935,710,0.958,719,1.975,725,2.911,728,3.932,729,2.038,732,2.365,740,1.258,741,3.331,742,2.689,744,3.097,746,1.437,749,2.365,750,3.231,751,3.137,752,2.231,754,2.536,755,4.779,756,1.22,761,2.392,762,1.22,763,2.786,764,2.599,765,3.157,767,4.093,769,0.776,771,2.438,772,1.492,774,1.781,775,1.553,776,1.492,777,2.257,778,2.178,779,3.09,780,3.453,789,1.453,795,5.14,801,1.882,802,2.944,804,2.599,805,2.438,806,1.334,815,2.038,819,5.624,821,5.176,835,1.258,836,1.258,844,2.906,845,2.038,848,1.882,942,0.891,969,2.105,986,2.955,988,2.762,999,2.038,1021,1.298,1029,1.375,1037,2.543,1051,2.343,1069,2.257,1094,2.003,1117,1.258,1122,2.679,1130,2.438,1155,3.453,1171,4.149,1220,2.599,1251,1.553,1461,2.178,1563,3.382,1565,3.382,1582,5.26,1583,6.685,1584,6.215,1585,2.357,1586,7.501,1587,3.7,1588,3.7,1589,5.165,1590,4.184,1591,4.569,1592,5.165,1593,5.851,1594,4.184,1595,5.851,1596,5.14,1597,3.882,1598,5.165,1599,4.184,1600,2.665,1601,5.072,1602,2.786,1603,4.511,1604,2.665,1605,2.665,1606,2.665,1607,2.665,1608,2.665,1609,2.665,1610,4.184,1611,2.665,1612,4.73,1613,4.184,1614,2.665,1615,3.7,1616,3.7,1617,2.661,1618,4.184,1619,4.184,1620,2.955,1621,2.438,1622,2.665,1623,3.382,1624,4.184,1625,3.7,1626,6.748,1627,2.665,1628,5.165,1629,5.165,1630,4.184,1631,5.176,1632,2.665,1633,2.665,1634,2.665,1635,3.382,1636,3.7,1637,3.7,1638,5.969,1639,5.851,1640,4.184,1641,4.184,1642,4.184,1643,4.184,1644,4.184,1645,4.184,1646,1.258,1647,1.695,1648,2.003,1649,1.781,1650,2.665,1651,2.357,1652,3.882,1653,2.85,1654,2.665,1655,3.097,1656,3.139,1657,3.144,1658,1.781,1659,2.003,1660,6.464,1661,1.492,1662,2.154,1663,3.286,1664,3.882,1665,2.665,1666,3.7,1667,2.665,1668,2.665,1669,2.665,1670,2.665,1671,2.665,1672,2.665,1673,1.553,1674,2.665,1675,2.85,1676,1.695,1677,2.357,1678,2.665,1679,3.009,1680,2.357,1681,2.665,1682,3.7,1683,2.154,1684,2.665,1685,2.343,1686,2.665,1687,2.665,1688,2.357,1689,2.357,1690,2.357,1691,2.003,1692,1.62]],["title/modules/DonorCardModule.html",[53,0.736,1693,3.169]],["body/modules/DonorCardModule.html",[0,0.088,3,0.125,4,0.15,5,0.113,6,0.088,25,0.009,33,0.233,41,0.15,51,0.007,52,0.007,53,1.035,55,1.921,56,1.921,57,1.158,58,2.69,59,2.012,60,1.836,61,2.69,77,2.499,78,1.538,79,1.755,81,2.558,91,2.499,92,0.509,95,3.504,96,2.725,658,2.969,659,2.059,701,1.921,703,2.441,785,2.82,786,2.212,834,5.099,858,6.769,1582,4.012,1583,5.099,1584,4.741,1693,6.549,1694,5.579,1695,5.579,1696,5.579,1697,5.579,1698,6.302,1699,6.302,1700,6.307,1701,6.307,1702,4.454,1703,6.307,1704,6.307,1705,4.741,1706,6.307]],["title/interfaces/DrawerContainersChanged.html",[166,0.736,1163,2.854]],["body/interfaces/DrawerContainersChanged.html",[0,0.074,3,0.105,4,0.127,5,0.095,6,0.074,11,0.415,12,0.784,15,0.733,25,0.009,33,0.137,41,0.216,51,0.006,52,0.006,150,1.513,160,1.02,166,1.322,168,1.865,177,1.677,180,1.234,239,2.121,242,2.684,244,3.554,272,3.851,274,1.548,288,2.666,291,3.098,302,0.913,322,1.619,401,3.045,407,4.862,448,1.957,522,2.434,523,2.434,524,2.363,525,1.82,526,2.509,527,2.675,528,2.675,540,3.098,573,2.955,574,1.472,650,1.619,752,1.957,761,3.294,762,3.148,789,1.215,806,2.193,844,2.598,868,3.582,957,3.489,960,2.768,974,2.675,975,3.46,978,3.057,981,4.066,996,3.46,1050,3.382,1051,3.851,1107,4.374,1111,4.856,1135,3.382,1156,4.374,1157,3.382,1158,4.98,1159,4.856,1160,4.856,1161,5.095,1162,3.755,1163,4.848,1164,4.856,1165,4.007,1166,4.856,1167,3.996,1168,3.996,1169,4.374,1170,4.374,1171,3.709,1172,3.996,1173,3.755,1174,4.856,1175,3.382,1176,4.268]],["title/interfaces/DrawerInitialized.html",[166,0.736,1169,2.854]],["body/interfaces/DrawerInitialized.html",[0,0.075,3,0.107,4,0.129,5,0.097,6,0.076,11,0.422,12,0.792,15,0.733,25,0.009,33,0.14,41,0.216,51,0.006,52,0.006,150,1.538,160,1.037,166,1.33,168,1.895,177,1.695,180,1.176,239,1.934,242,2.679,244,3.612,272,3.891,274,1.573,288,2.694,291,3.148,302,0.928,322,1.646,401,2.902,407,4.048,448,1.538,522,2.474,523,2.474,524,2.402,525,1.85,526,2.55,527,2.719,528,2.719,540,3.148,573,2.978,574,1.487,650,1.646,752,1.977,761,3.314,762,3.181,789,1.234,806,2.216,844,2.625,868,3.604,957,3.516,960,2.813,974,2.719,975,3.496,978,3.089,981,4.074,996,3.496,1050,3.437,1051,3.891,1107,4.42,1111,3.816,1135,3.437,1156,4.42,1157,3.437,1158,5.002,1159,4.907,1160,4.907,1161,5.134,1162,3.816,1163,4.42,1164,3.816,1165,3.148,1166,4.907,1167,5.222,1168,5.222,1169,4.885,1170,4.42,1171,3.748,1172,4.061,1173,3.816,1174,4.907,1175,3.437,1176,4.301]],["title/modules/DrawerModule.html",[53,0.736,69,3.169]],["body/modules/DrawerModule.html",[0,0.084,3,0.119,4,0.143,5,0.107,6,0.084,25,0.009,33,0.235,41,0.143,51,0.007,52,0.007,53,0.985,55,1.829,56,1.829,57,1.102,58,2.632,59,1.915,60,2.162,61,2.632,69,6.615,77,2.425,78,1.465,79,1.671,81,2.007,91,2.425,92,0.484,95,3.4,96,2.594,102,6.569,103,4.964,104,3.363,105,6.569,106,5.311,150,1.709,152,4.513,153,4.854,235,2.883,654,2.951,656,2.951,705,2.951,1024,5.311,1025,4.513,1162,4.241,1707,5.311,1708,5.311,1709,5.311,1710,6.005,1711,4.724,1712,4.724,1713,6.005,1714,4.854,1715,6.005]],["title/interfaces/DrawerToggled.html",[166,0.736,1170,2.854]],["body/interfaces/DrawerToggled.html",[0,0.072,3,0.102,4,0.123,5,0.092,6,0.072,11,0.403,12,0.769,15,0.735,25,0.009,33,0.133,41,0.215,51,0.006,52,0.006,150,1.919,160,0.99,166,1.307,168,1.809,177,2.068,180,1.15,239,1.877,242,2.699,244,3.448,272,3.776,274,1.962,288,3.088,291,3.928,302,0.885,322,2.053,401,3.01,407,3.928,448,1.468,522,2.362,523,2.362,524,2.293,525,1.766,526,2.434,527,2.596,528,2.596,540,3.005,573,2.912,574,1.815,650,2.053,752,2.413,761,3.256,762,3.087,789,1.179,806,2.15,844,3.204,868,3.541,957,3.439,960,2.685,974,3.393,975,3.393,978,2.997,981,4.049,996,3.393,1050,3.281,1051,3.776,1107,5.393,1111,3.643,1135,3.281,1156,4.289,1157,3.281,1158,4.816,1159,4.761,1160,4.761,1161,5.021,1162,3.643,1163,4.289,1164,3.643,1165,3.005,1166,4.761,1167,3.877,1168,3.877,1169,4.289,1170,4.778,1171,4.573,1172,5.067,1173,4.761,1174,4.761,1175,3.281,1176,4.206]],["title/components/DropdownComponent.html",[180,0.687,662,1.431]],["body/components/DropdownComponent.html",[0,0.051,3,0.072,4,0.087,5,0.065,6,0.115,8,1.102,11,0.285,12,0.605,14,0.722,15,0.614,16,0.765,20,1.08,22,1.262,24,1.088,25,0.009,26,0.934,27,0.832,28,0.613,29,1.262,30,1.198,33,0.137,34,1.054,41,0.087,48,2.757,51,0.006,52,0.005,57,0.67,65,1.164,66,1.164,82,1.383,85,1.213,86,1.471,92,0.294,114,0.853,144,1.138,150,1.039,159,2.045,178,1.22,180,1.257,189,3.803,212,4.643,233,1.138,235,1.138,239,1.478,242,1.821,245,2.353,246,1.862,248,1.908,250,1.775,251,1.775,274,1.545,277,1.742,278,2.878,299,1.22,302,1.074,313,2.059,314,2.864,316,2.441,317,1.192,339,1.818,340,1.775,341,1.655,376,2.744,408,2.113,413,2.006,426,1.86,471,2.952,516,1.112,518,4.292,520,2.431,525,1.25,532,1.28,533,1.138,537,1.25,539,1.164,541,2.17,568,2.664,643,1.693,644,1.693,645,1.28,646,2.41,647,1.28,648,1.28,649,1.28,650,1.112,651,1.28,652,1.164,653,1.28,654,1.164,655,1.28,656,1.164,657,1.862,658,1.164,659,1.192,660,1.28,661,1.28,662,2.191,663,1.28,664,1.164,665,1.25,666,1.28,667,1.164,668,1.655,669,1.28,670,1.164,671,1.28,672,1.164,673,1.862,674,1.164,675,1.28,676,1.192,677,1.28,678,1.164,679,1.28,680,1.164,681,1.22,682,1.164,683,1.039,684,1.862,685,1.164,686,1.28,687,1.164,688,0.748,689,1.164,690,1.28,691,1.164,692,1.28,693,1.164,694,1.112,695,1.28,696,1.862,697,1.164,698,1.25,699,1.28,700,1.164,701,1.617,702,1.164,703,1.164,704,1.28,705,1.164,706,1.28,707,1.164,708,1.28,709,1.28,710,1.312,719,2.506,720,4.703,725,2.865,732,2.431,741,3.243,742,1.901,744,3.048,745,2.578,747,2.586,748,4.402,749,1.672,752,2.168,754,1.908,756,3.342,757,1.97,758,2.127,765,2.23,774,2.441,775,4.003,776,3.848,779,3.145,780,3.549,789,1.43,793,2.864,800,3.646,801,2.578,802,3.457,804,3.149,805,2.953,806,1.693,826,5.384,835,1.723,836,1.723,838,2.952,845,3.555,846,2.744,1029,0.972,1051,2.974,1069,1.97,1091,5.554,1104,2.586,1116,2.127,1117,1.723,1122,2.865,1225,3.991,1646,1.723,1647,2.322,1649,4.879,1653,1.778,1658,2.441,1663,2.322,1675,3.346,1716,3.229,1717,6.973,1718,6.511,1719,6.257,1720,5.31,1721,6.257,1722,5.31,1723,6.87,1724,5.31,1725,3.651,1726,4.292,1727,3.651,1728,5.31,1729,3.094,1730,3.651,1731,3.651,1732,5.31,1733,3.651,1734,3.651,1735,4.696,1736,5.554,1737,5.554,1738,3.991,1739,3.991,1740,4.437,1741,5.31,1742,3.651,1743,3.651,1744,3.651,1745,4.696,1746,5.31,1747,3.651,1748,4.696,1749,3.98,1750,4.176,1751,4.419,1752,2.744,1753,3.229,1754,4.292,1755,3.229,1756,5.164,1757,2.578,1758,4.696,1759,2.744,1760,3.651,1761,3.229,1762,3.229,1763,3.651,1764,3.651,1765,3.651,1766,2.952,1767,2.441,1768,2.578,1769,3.229,1770,3.651]],["title/modules/DropdownModule.html",[53,0.736,1771,3.169]],["body/modules/DropdownModule.html",[0,0.093,3,0.132,4,0.158,5,0.119,6,0.093,25,0.009,33,0.23,41,0.158,51,0.007,52,0.007,53,1.088,55,2.02,56,2.02,57,1.218,58,2.749,59,2.115,60,1.931,61,2.749,77,2.575,78,1.618,79,1.846,81,2.217,91,2.575,92,0.535,662,2.987,785,2.907,786,2.326,1750,4.031,1771,6.442,1772,5.867,1773,5.867,1774,5.867,1775,6.633,1776,6.377,1777,5.362,1778,6.377,1779,5.362,1780,6.633]],["title/components/DualSliderComponent.html",[180,0.687,664,1.431]],["body/components/DualSliderComponent.html",[0,0.028,3,0.04,4,0.048,5,0.036,6,0.119,8,0.8,11,0.158,12,0.569,13,1.389,14,0.457,15,0.614,16,0.703,20,0.716,22,1.331,24,1.293,25,0.009,26,0.959,27,0.989,28,0.721,29,1.246,30,0.907,33,0.143,34,0.995,41,0.048,48,1.149,50,1.336,51,0.004,52,0.003,57,0.372,65,0.647,66,0.647,82,0.874,85,1.611,86,1.703,88,1.432,92,0.164,99,1.64,114,0.474,135,6.025,144,0.632,150,0.577,158,1.336,160,1.266,178,0.678,180,1.08,181,4.66,183,1.64,189,2.61,212,4.601,233,0.632,235,0.632,238,0.829,239,0.934,242,1.25,245,2.209,246,1.177,248,1.206,250,1.122,251,1.122,253,2.234,274,1.734,277,1.195,278,2.493,279,3.228,288,1.935,293,1.32,299,0.678,302,0.737,309,1.184,313,1.665,314,2.693,316,5.034,317,0.662,339,1.709,340,1.122,341,1.857,348,1.884,376,1.524,400,4.415,401,2.252,408,1.336,413,1.886,416,6.955,426,1.744,433,1.584,436,2.523,442,0.766,448,0.955,461,2.04,463,1.537,516,0.618,518,2.714,520,1.966,522,1.966,523,1.966,525,1.709,532,0.711,533,0.632,537,0.694,539,1.37,540,2.908,541,1.372,568,2.31,574,1.412,643,1.071,644,2.476,645,0.711,646,1.751,647,0.711,648,0.711,649,0.711,650,2.084,651,0.711,652,0.647,653,0.711,654,0.647,655,0.711,656,0.647,657,1.177,658,0.647,659,0.662,660,0.711,661,0.711,662,0.647,663,0.711,664,1.592,665,2.414,666,0.711,667,0.647,668,1.046,669,0.711,670,0.647,671,0.711,672,0.647,673,1.177,674,0.647,675,0.711,676,0.662,677,0.711,678,0.647,679,0.711,680,0.647,681,0.678,682,0.647,683,0.577,684,1.177,685,0.647,686,0.711,687,0.647,688,0.416,689,0.647,690,0.711,691,0.647,692,0.711,693,0.647,694,0.618,695,0.711,696,1.177,697,0.647,698,0.694,699,0.711,700,0.647,701,1.022,702,0.647,703,0.647,704,0.711,705,0.647,706,0.711,707,0.647,708,0.711,709,0.711,710,1.206,719,1.584,720,3.228,725,1.966,728,1.956,729,3.983,732,1.537,741,2.977,742,2.236,744,3.214,745,2.371,746,1.094,747,2.092,748,3.337,749,1.537,750,1.966,751,1.492,752,1.878,754,2.267,756,1.966,757,1.811,761,0.829,764,3.64,765,2.65,775,2.908,776,2.795,777,1.094,778,1.056,779,2.532,780,1.356,789,1.508,793,2.693,800,4.307,802,2.512,804,2.512,805,2.027,806,1.592,817,1.64,820,2.371,835,2.356,836,0.957,838,1.64,843,1.794,844,2.09,845,2.431,846,3.228,901,3.033,942,1.436,954,3.097,967,2.795,970,2.371,976,1.88,978,2.933,988,1.584,992,2.371,1029,1.143,1036,1.41,1037,1.233,1051,1.136,1057,2.04,1069,1.094,1072,4.415,1091,4.471,1104,3.333,1117,0.957,1122,2.532,1165,2.908,1225,2.523,1251,1.182,1408,3.525,1416,2.523,1603,3.337,1617,3.175,1621,1.956,1646,0.957,1647,1.29,1649,3.697,1653,2.902,1655,2.431,1661,1.136,1663,1.29,1673,1.182,1675,2.431,1726,2.714,1736,2.714,1737,2.714,1739,4.479,1740,3.361,1745,2.969,1748,2.969,1749,2.732,1750,3.034,1751,3.033,1752,1.524,1753,1.794,1754,2.714,1755,1.794,1756,3.752,1757,2.371,1758,2.969,1761,1.794,1762,1.794,1766,2.714,1767,2.244,1768,1.432,1769,1.794,1781,6.896,1782,1.794,1783,2.523,1784,6.077,1785,3.228,1786,4.294,1787,3.357,1788,4.294,1789,6.598,1790,5.959,1791,6.598,1792,6.843,1793,6.308,1794,4.992,1795,4.992,1796,3.357,1797,4.992,1798,2.523,1799,3.357,1800,3.357,1801,5.959,1802,4.992,1803,4.992,1804,4.294,1805,3.357,1806,3.357,1807,3.357,1808,5.53,1809,2.028,1810,3.357,1811,2.969,1812,3.357,1813,2.523,1814,2.028,1815,3.357,1816,2.028,1817,6.843,1818,2.028,1819,2.523,1820,3.357,1821,2.028,1822,2.714,1823,4.892,1824,2.028,1825,4.892,1826,4.294,1827,4.415,1828,4.992,1829,4.992,1830,4.035,1831,4.415,1832,4.992,1833,2.693,1834,4.992,1835,2.028,1836,3.357,1837,3.357,1838,2.028,1839,2.028,1840,2.135,1841,2.523,1842,3.752,1843,2.028,1844,3.357,1845,2.028,1846,3.357,1847,2.969,1848,2.028,1849,5.53,1850,2.028,1851,6.308,1852,4.294,1853,4.992,1854,4.294,1855,3.357,1856,2.028,1857,4.992,1858,2.028,1859,2.969,1860,2.028,1861,3.357,1862,2.028,1863,3.798,1864,2.028,1865,2.028,1866,4.992,1867,2.714,1868,2.028,1869,2.969,1870,2.028,1871,2.028,1872,2.028,1873,3.357,1874,3.357,1875,2.028,1876,2.714,1877,4.294,1878,3.357,1879,2.028,1880,2.028,1881,2.028,1882,3.357,1883,2.969,1884,3.357,1885,1.794,1886,1.794,1887,1.794,1888,2.028,1889,2.028,1890,2.028,1891,2.028,1892,3.357,1893,2.028,1894,2.028,1895,2.028,1896,1.64,1897,2.028,1898,2.028,1899,2.028,1900,1.794,1901,2.028,1902,3.357,1903,2.028,1904,3.357,1905,2.028,1906,2.028,1907,3.357,1908,3.357,1909,2.028,1910,4.294,1911,2.028,1912,2.028,1913,2.028,1914,2.028,1915,2.028,1916,2.028,1917,2.028,1918,2.028,1919,2.028,1920,2.028,1921,3.357,1922,4.294,1923,3.357,1924,4.294,1925,2.028,1926,2.028,1927,2.028,1928,2.028,1929,2.028,1930,2.028,1931,4.992,1932,2.028,1933,2.028,1934,2.028,1935,3.357,1936,3.357,1937,3.357,1938,2.028,1939,2.028,1940,1.956,1941,2.135,1942,2.028,1943,2.028,1944,2.371,1945,2.028,1946,2.028,1947,2.028,1948,3.357,1949,2.028,1950,2.028,1951,2.714,1952,2.028,1953,2.028,1954,1.794,1955,1.64,1956,3.357,1957,1.64,1958,2.028,1959,2.028,1960,1.136,1961,1.794]],["title/modules/DualSliderModule.html",[53,0.736,70,2.999]],["body/modules/DualSliderModule.html",[0,0.09,3,0.127,4,0.153,5,0.115,6,0.09,25,0.009,33,0.236,41,0.153,51,0.007,52,0.007,53,1.053,55,1.955,56,1.955,57,1.179,58,2.711,59,2.048,60,1.869,61,2.711,70,6.058,77,2.526,78,1.566,79,1.787,81,2.146,88,4.534,91,2.526,92,0.518,135,4.534,664,2.975,665,2.198,785,2.85,786,2.252,835,3.03,1750,3.902,1776,6.254,1777,5.19,1778,6.254,1779,5.19,1781,5.19,1784,4.292,1885,5.679,1962,5.679,1963,5.679,1964,5.679,1965,6.42,1966,7.736,1967,7.736,1968,7.736,1969,5.679,1970,6.42]],["title/components/FiltersContentComponent.html",[180,0.687,667,1.431]],["body/components/FiltersContentComponent.html",[0,0.04,3,0.056,4,0.067,5,0.051,6,0.119,8,1.297,9,1.224,11,0.221,14,0.89,15,0.647,16,0.593,18,2.149,20,0.935,22,1.324,24,1.341,25,0.009,26,0.982,27,1.026,28,0.476,29,1.085,30,1.345,31,2.74,33,0.169,34,1.037,36,1.426,37,1.158,38,1.297,39,3.987,40,1.722,41,0.067,47,1.975,48,1.502,49,3.089,50,2.873,51,0.005,52,0.004,57,0.52,60,1.564,65,0.904,66,0.904,82,1.143,85,1.582,86,1.732,92,0.228,114,0.662,144,0.883,150,0.806,158,1.747,159,1.587,160,1.031,177,1.071,178,0.947,180,1.106,212,2.792,222,2.506,229,1.722,233,0.883,235,0.883,239,1.684,242,1.564,245,2.299,246,1.539,248,1.577,250,1.467,251,1.467,277,1.495,278,1.071,296,2.285,299,0.947,302,1.315,313,1.099,314,4.364,317,0.925,339,1.502,340,1.467,341,1.885,342,1.352,384,2.13,401,2.616,408,2.408,412,2.13,413,2.03,426,1.901,437,3.265,444,3.267,461,2.071,516,0.863,520,1.297,532,0.994,533,0.883,537,0.97,539,0.904,541,1.794,568,2.892,573,1.099,596,5.351,604,1.894,612,3.1,643,1.4,644,1.4,645,0.994,646,2.122,647,0.994,648,0.994,649,0.994,650,1.993,651,0.994,652,0.904,653,0.994,654,0.904,655,0.994,656,0.904,657,1.539,658,0.904,659,0.925,660,0.994,661,0.994,662,0.904,663,0.994,664,0.904,665,1.839,666,0.994,667,1.929,668,2.782,669,0.994,670,0.904,671,0.994,672,0.904,673,1.539,674,0.904,675,0.994,676,0.925,677,0.994,678,0.904,679,0.994,680,0.904,681,0.947,682,0.904,683,0.806,684,1.539,685,0.904,686,0.994,687,0.904,688,0.581,689,0.904,690,0.994,691,0.904,692,0.994,693,0.904,694,0.863,695,0.994,696,1.539,697,0.904,698,0.97,699,0.994,700,0.904,701,1.337,702,0.904,703,0.904,704,0.994,705,0.904,706,0.994,707,0.904,708,0.994,709,0.994,710,1.018,719,2.071,725,3.507,728,2.557,732,2.996,741,1.337,742,1.475,743,2.291,746,3.263,749,1.297,750,2.009,751,2.388,752,2.055,754,2.352,756,2.459,757,1.529,758,1.651,761,2.829,762,2.009,763,1.529,764,1.426,765,2.908,766,2.13,767,3.008,769,0.825,775,1.651,776,1.587,777,2.898,778,2.285,779,2.77,789,1.382,791,2.506,793,3.263,795,3.548,800,1.651,801,2.001,802,3.044,804,2.703,805,2.535,806,1.4,820,3.1,826,1.894,829,2.668,831,3.1,835,1.337,836,1.337,844,2.473,847,2.506,848,2.001,899,2.138,901,5.099,976,2.458,1029,0.754,1069,1.529,1076,4.751,1104,2.946,1116,1.651,1117,2.855,1122,1.297,1150,1.894,1235,2.368,1237,2.13,1245,3.1,1249,1.651,1251,1.651,1461,1.475,1588,2.506,1601,3.299,1602,1.529,1603,2.934,1612,3.548,1648,4.547,1649,4.044,1653,2.946,1655,2.946,1661,1.587,1675,2.138,1679,2.557,1683,2.291,1692,1.722,1717,2.291,1739,3.299,1740,2.668,1767,1.894,1768,2.001,1784,2.934,1785,4.037,1798,3.299,1841,3.299,1842,4.547,1940,1.651,1951,2.291,1960,2.458,1971,6.011,1972,6.397,1973,2.506,1974,3.299,1975,4.89,1976,4.389,1977,6.049,1978,6.049,1979,4.389,1980,4.389,1981,4.751,1982,5.351,1983,4.751,1984,4.751,1985,4.751,1986,4.751,1987,4.751,1988,4.389,1989,2.833,1990,2.833,1991,2.833,1992,2.833,1993,2.833,1994,3.882,1995,2.833,1996,3.882,1997,2.833,1998,3.882,1999,2.833,2000,3.882,2001,2.833,2002,2.833,2003,3.548,2004,2.833,2005,4.389,2006,4.389,2007,2.833,2008,4.389,2009,6.049,2010,4.389,2011,2.833,2012,4.389,2013,2.833,2014,4.389,2015,2.833,2016,3.548,2017,4.751,2018,2.833,2019,5.372,2020,2.833,2021,4.389,2022,2.833,2023,2.833,2024,2.833,2025,2.833,2026,2.833,2027,2.833,2028,2.506,2029,2.506,2030,2.833,2031,2.833,2032,2.833,2033,2.833,2034,2.833,2035,2.833,2036,2.833,2037,2.833,2038,2.833,2039,2.833,2040,2.833,2041,2.833,2042,2.833,2043,4.389,2044,3.882,2045,4.389,2046,4.89,2047,2.833,2048,2.833,2049,2.833,2050,2.833,2051,2.833,2052,2.833,2053,2.833,2054,2.13,2055,2.506,2056,1.802,2057,2.506,2058,4.389,2059,2.833,2060,1.722,2061,2.833,2062,3.1,2063,2.506,2064,2.833]],["title/modules/FiltersContentModule.html",[53,0.736,2065,3.169]],["body/modules/FiltersContentModule.html",[0,0.085,3,0.12,4,0.144,5,0.108,6,0.085,25,0.009,30,1.226,33,0.237,34,0.691,41,0.144,51,0.007,52,0.007,53,0.995,55,1.847,56,1.847,57,1.113,58,2.644,59,1.934,60,1.765,61,2.644,70,5.909,74,5.909,77,2.439,78,1.479,79,1.687,81,2.497,91,2.439,92,0.489,95,3.42,96,2.619,111,1.889,134,5.363,135,4.282,136,5.363,137,5.363,138,4.282,139,4.557,149,3.395,667,2.954,668,1.889,785,2.753,786,2.126,853,6.243,1771,6.243,1971,4.282,1972,4.557,2065,6.605,2066,5.363,2067,5.363,2068,6.063,2069,5.363,2070,6.063,2071,4.541,2072,7.471,2073,6.063,2074,6.063,2075,6.063]],["title/components/FiltersPopoverComponent.html",[180,0.687,233,1.398]],["body/components/FiltersPopoverComponent.html",[0,0.048,3,0.068,4,0.082,5,0.061,6,0.119,8,1.354,9,1.486,11,0.472,12,0.579,14,0.822,15,0.631,20,0.865,22,1.323,24,0.705,25,0.009,26,0.822,27,0.539,28,0.853,29,0.797,30,1.369,31,2.232,33,0.173,34,1.047,39,3.148,40,2.091,41,0.082,47,2.18,49,2.399,51,0.005,52,0.005,57,0.632,60,1.48,65,1.097,66,1.097,79,0.958,82,1.324,85,1.381,86,1.088,92,0.277,114,0.803,125,6.025,144,1.072,150,0.979,177,1.24,178,1.15,180,1.091,185,5.355,186,2.3,187,2.3,188,2.005,229,3.09,233,2.081,235,1.072,239,1.415,242,2.074,245,2.341,246,1.783,248,1.827,250,1.699,251,1.699,253,1.974,276,4.716,277,1.683,282,2.73,288,2.589,296,2.646,299,1.15,302,1.223,309,1.088,313,1.334,314,4.273,317,1.123,341,1.072,342,1.493,384,2.586,408,2.023,413,1.3,416,6.745,426,1.541,434,1.699,436,3.821,444,3.52,445,3.398,481,2.646,483,2.962,516,1.048,532,1.207,533,1.072,537,1.178,539,1.097,541,2.078,568,2.891,634,2.586,643,1.621,644,1.621,645,1.207,646,2.342,647,1.207,648,1.207,649,1.207,650,1.048,651,1.207,652,1.097,653,1.207,654,1.097,655,1.207,656,1.097,657,1.783,658,1.097,659,1.123,660,1.207,661,1.207,662,1.097,663,1.207,664,1.097,665,1.178,666,1.207,667,1.097,668,2.846,669,1.207,670,1.097,671,1.207,672,1.097,673,1.783,674,1.097,675,1.207,676,1.123,677,1.207,678,1.097,679,1.207,680,1.097,681,1.15,682,1.097,683,0.979,684,1.783,685,1.097,686,1.207,687,1.097,688,0.705,689,1.097,690,1.207,691,1.097,692,1.207,693,1.097,694,1.048,695,1.207,696,1.783,697,1.097,698,1.178,699,1.207,700,1.097,701,1.548,702,1.097,703,1.097,704,1.207,705,1.097,706,1.207,707,1.097,708,1.207,709,1.207,710,2.173,719,2.399,725,3.532,732,3.057,746,1.856,747,3.253,752,1.721,753,4.11,756,2.768,757,1.856,762,2.327,763,1.856,764,2.558,767,1.927,769,1.001,777,1.856,779,3.057,780,2.3,789,1.162,793,3.603,829,2.091,899,3.47,942,1.699,976,2.847,1029,1.778,1057,4.059,1069,2.742,1117,3.363,1122,2.327,1155,2.3,1171,3.262,1225,3.821,1245,3.59,1251,2.005,1410,3.398,1601,3.821,1602,1.856,1603,3.398,1653,1.676,1655,1.676,1661,4.529,1673,2.005,1675,1.676,1685,1.927,1740,4.331,1757,2.43,1767,2.3,1783,2.586,1951,4.11,1971,6.025,1974,5.605,1975,4.11,1981,5.348,1982,5.348,1983,5.348,1984,4.496,1985,5.348,1986,5.348,1987,5.348,1998,4.496,2000,4.496,2017,3.043,2056,2.188,2060,2.091,2063,4.496,2076,3.043,2077,6.046,2078,5.083,2079,6.046,2080,6.678,2081,6.678,2082,6.046,2083,3.44,2084,5.907,2085,5.083,2086,3.44,2087,4.496,2088,4.496,2089,4.496,2090,3.44,2091,3.44,2092,3.44,2093,3.44,2094,3.44,2095,3.44,2096,5.083,2097,3.44,2098,6.678,2099,3.44,2100,2.912,2101,3.44,2102,3.44,2103,1.15,2104,1.927,2105,6.046,2106,3.44,2107,3.44,2108,3.44,2109,3.44,2110,3.44,2111,3.44,2112,3.44,2113,3.44,2114,3.44,2115,3.043,2116,3.44]],["title/modules/FiltersPopoverModule.html",[53,0.736,71,3.169]],["body/modules/FiltersPopoverModule.html",[0,0.091,3,0.129,4,0.155,5,0.117,6,0.091,25,0.009,33,0.229,41,0.155,51,0.007,52,0.007,53,1.07,55,1.986,56,1.986,57,1.197,58,2.729,59,2.08,60,1.898,61,2.729,71,6.515,77,2.549,78,1.59,79,1.815,81,2.61,91,2.549,92,0.526,95,3.575,96,2.817,125,4.605,233,2.913,234,5.767,668,2.433,785,2.877,786,2.287,1971,4.605,1972,4.901,2065,6.351,2117,5.767,2118,6.521,2119,5.767,2120,5.767,2121,6.521,2122,6.521]],["title/classes/FlatNode.html",[0,0.063,2123,3.628]],["body/classes/FlatNode.html",[0,0.072,2,1.939,3,0.102,4,0.122,5,0.092,6,0.122,11,0.401,12,0.766,13,2.085,14,0.698,15,0.673,16,1.075,20,0.87,22,1.352,24,1.377,25,0.009,26,0.914,27,1.371,28,1.128,29,1.053,33,0.133,34,0.585,35,1.366,41,0.122,42,2.349,51,0.006,52,0.006,82,1.75,85,1.816,177,1.939,180,1.029,274,1.956,277,2.435,278,3.118,288,2.605,293,1.604,296,4.407,302,1.417,309,1.604,339,2.721,340,2.246,341,2.477,409,3.625,426,1.308,533,2.727,574,1.912,789,1.712,970,4.746,1122,3.43,1740,4.554,1811,5.943,1867,5.432,2123,6.426,2124,7.739,2125,4.539,2126,3.113,2127,6.057,2128,6.627,2129,5.132,2130,5.766,2131,6.901,2132,5.132,2133,7.899,2134,8.849,2135,5.132,2136,5.943,2137,5.132,2138,5.132,2139,6.719,2140,5.132,2141,6.719,2142,5.132,2143,5.132,2144,6.719,2145,5.132,2146,5.132,2147,6.719,2148,5.432,2149,5.132,2150,5.132,2151,5.132]],["title/classes/GenerateSpatialSearch.html",[0,0.063,2152,1.834]],["body/classes/GenerateSpatialSearch.html",[0,0.127,2,2.091,3,0.11,4,0.132,5,0.099,6,0.099,7,2.474,8,1.439,11,0.432,12,0.804,13,2.559,14,1.25,15,0.721,18,2.101,20,0.914,22,0.867,25,0.009,28,0.929,29,0.867,30,1.342,32,3.048,33,0.143,34,0.631,41,0.217,42,3.955,47,2.758,51,0.006,52,0.006,78,1.721,282,2.262,289,1.941,293,1.321,342,1.237,345,2.202,430,2.091,432,2.146,434,1.85,442,2.091,448,1.575,574,1.751,600,2.262,613,2.262,688,1.134,769,2.261,815,3.783,1029,2.178,1036,2.964,1219,2.666,2100,2.262,2103,2.358,2126,2.358,2152,2.884,2153,2.881,2154,4.068,2155,5.534,2156,2.262,2157,2.881,2158,2.262,2159,2.262,2160,2.391,2161,2.262,2162,2.262,2163,2.985,2164,2.202,2165,2.262,2166,2.262,2167,2.325,2168,3.136]],["title/components/HeaderComponent.html",[180,0.687,670,1.431]],["body/components/HeaderComponent.html",[0,0.059,3,0.134,4,0.1,5,0.075,6,0.117,8,1.174,11,0.328,14,0.798,15,0.639,20,0.948,22,1.283,25,0.009,26,0.798,30,1.264,31,2.574,33,0.108,34,1.065,41,0.1,50,2.691,51,0.006,52,0.005,57,0.771,65,1.339,66,1.339,92,0.339,114,0.98,144,1.308,150,1.195,154,2.965,172,4.487,173,5.466,175,5.466,177,1.785,178,1.403,180,1.035,233,1.308,235,1.308,239,1.633,242,1.968,245,2.378,246,2.057,248,2.108,250,1.961,251,1.961,277,1.882,294,5.169,295,3.418,299,1.403,302,1.007,313,1.628,317,1.371,335,5.466,342,1.312,392,3.731,395,1.764,406,3.285,413,1.587,426,1.723,461,2.636,476,3.731,486,5.188,488,5.98,516,1.279,520,3.095,532,1.473,533,1.308,537,1.437,539,1.339,541,2.398,568,3.093,643,1.871,644,1.871,645,1.473,646,2.567,647,1.473,648,1.473,649,1.473,650,2.346,651,1.473,652,1.339,653,1.473,654,1.339,655,1.473,656,1.339,657,2.057,658,1.339,659,1.371,660,1.473,661,1.473,662,1.339,663,1.473,664,1.339,665,1.437,666,1.473,667,1.339,668,2.4,669,1.473,670,2.334,671,1.473,672,1.339,673,2.057,674,1.339,675,1.473,676,1.371,677,1.473,678,1.339,679,1.473,680,1.339,681,1.403,682,1.339,683,1.195,684,2.057,685,1.339,686,1.473,687,1.339,688,0.86,689,1.339,690,1.473,691,1.339,692,1.473,693,1.339,694,1.279,695,1.473,696,2.057,697,1.339,698,1.437,699,1.473,700,1.339,701,1.787,702,1.339,703,1.339,704,1.473,705,1.339,706,1.473,707,1.339,708,1.473,709,1.473,710,1.509,719,2.769,725,3.526,728,4.649,732,3.095,741,2.769,742,2.186,743,3.394,744,2.045,747,2.857,749,1.922,750,3.095,751,3.006,752,2.083,754,2.768,756,3.095,757,2.265,758,2.446,763,2.265,764,2.113,765,3.235,769,1.222,774,2.807,779,2.686,789,0.959,793,3.949,817,3.394,831,4.143,844,2.217,845,2.857,899,2.857,1033,5.188,1116,2.446,1117,1.982,1164,2.965,1230,5.188,1602,3.164,1648,3.156,1658,2.807,1675,2.045,1679,3.939,1729,3.418,1975,4.742,2046,5.466,2169,3.714,2170,6.474,2171,7.057,2172,7.319,2173,4.143,2174,6.761,2175,5.866,2176,6.761,2177,6.761,2178,4.199,2179,4.199,2180,5.082,2181,4.199,2182,5.866,2183,4.199,2184,4.199,2185,4.199,2186,4.199,2187,5.866,2188,3.394,2189,4.199,2190,3.394,2191,4.199,2192,3.156,2193,4.199,2194,4.199,2195,3.156,2196,3.714,2197,4.199,2198,3.394,2199,4.199,2200,4.199,2201,4.199,2202,4.199,2203,4.199,2204,4.199,2205,2.552]],["title/modules/HeaderModule.html",[53,0.736,1180,3.169]],["body/modules/HeaderModule.html",[0,0.091,3,0.13,4,0.156,5,0.117,6,0.091,25,0.009,33,0.235,41,0.156,51,0.007,52,0.007,53,1.073,55,1.991,56,1.991,57,1.2,58,2.732,59,2.085,60,1.903,61,2.732,77,2.553,78,1.595,79,1.82,81,2.185,91,2.553,92,0.527,95,3.581,96,2.824,100,5.228,101,4.37,149,3.661,670,2.982,785,2.882,786,2.293,1180,6.424,2071,4.753,2206,5.783,2207,5.783,2208,5.783,2209,6.538,2210,7.821,2211,6.538,2212,6.538]],["title/interfaces/IconDefinition.html",[166,0.736,2213,3.373]],["body/interfaces/IconDefinition.html",[0,0.061,3,0.087,4,0.105,5,0.079,6,0.062,11,0.343,12,0.691,14,0.598,15,0.583,16,0.921,20,1.094,25,0.009,26,1.218,27,1.36,28,1.017,29,0.689,33,0.214,41,0.144,47,2.643,51,0.005,52,0.005,85,1.706,86,0.941,92,0.355,96,1.9,103,2.94,104,2.463,160,1.621,166,0.722,168,1.542,170,1.9,177,1.478,190,1.505,238,2.476,253,2.643,274,2.017,293,1.654,295,5.186,296,3.154,302,1.04,309,1.809,322,2.274,339,1.505,340,1.47,341,2.522,348,1.945,410,3.555,463,2.013,495,1.478,573,2.895,584,3.305,589,3.555,643,2.818,748,3.392,789,1.005,806,1.403,828,5.886,867,3.392,869,3.392,870,2.463,872,2.463,1057,3.682,1203,3.555,1213,4.897,1287,3.305,1361,2.797,1457,3.106,1460,6.831,1461,4.822,1466,5.273,1471,6.642,1472,5.886,1473,6.233,1474,6.036,1475,4.553,1476,5.273,1478,4.278,1620,4.278,1621,3.529,1813,3.305,1822,3.555,2213,6.233,2214,3.305,2215,3.555,2216,5.358,2217,6.604,2218,6.036,2219,6.129,2220,4.897,2221,3.89,2222,2.94,2223,7.159,2224,3.89,2225,4.897,2226,3.89,2227,3.89,2228,2.673,2229,3.89,2230,3.555,2231,3.89,2232,3.89,2233,3.89,2234,5.358,2235,4.897,2236,3.89,2237,3.89,2238,3.89,2239,3.89,2240,3.89,2241,5.358,2242,3.89,2243,3.89,2244,3.89,2245,3.555,2246,3.89,2247,3.89,2248,6.129,2249,3.89,2250,3.555,2251,3.89,2252,3.89,2253,3.89,2254,3.89,2255,3.89,2256,3.89,2257,3.89,2258,3.89,2259,3.89,2260,3.89,2261,3.89,2262,3.89]],["title/injectables/IconRegistryState.html",[495,1.094,2222,2.999]],["body/injectables/IconRegistryState.html",[0,0.056,3,0.08,4,0.096,5,0.072,6,0.11,11,0.313,14,0.545,15,0.591,16,1.19,20,0.98,22,1.186,24,1.551,25,0.009,26,1.215,27,1.267,28,1.107,29,0.629,33,0.209,41,0.135,47,2.153,51,0.005,52,0.005,82,1.479,85,1.887,86,0.858,92,0.323,96,1.732,103,2.681,104,2.246,160,1.584,166,0.658,170,2.454,177,1.75,190,1.373,238,2.322,253,2.696,274,2.288,293,1.807,295,4.894,296,2.088,302,0.688,309,1.768,322,2.394,339,1.944,340,1.899,341,2.45,348,2.218,410,4.592,463,2.6,495,1.385,496,2.018,573,2.781,584,3.014,589,4.592,643,2.679,748,4.017,789,1.639,806,1.811,828,6.207,867,3.693,869,3.181,870,2.246,872,2.246,942,1.341,1057,2.438,1203,4.592,1213,5.331,1287,4.269,1361,2.551,1457,5.552,1460,6.79,1461,4.792,1466,5.832,1471,6.207,1472,5.391,1473,6.207,1474,4.592,1475,3.014,1476,5.066,1478,4.011,1620,5.066,1621,4.179,1813,4.269,1822,4.592,2213,6.637,2214,5.909,2215,3.242,2216,3.547,2217,5.024,2218,4.592,2219,6.954,2220,5.799,2221,3.547,2222,3.797,2223,7.532,2224,5.024,2225,5.799,2226,5.024,2227,5.024,2228,4.008,2229,3.547,2230,3.242,2231,3.547,2232,3.547,2233,5.024,2234,6.344,2235,5.799,2236,5.024,2237,3.547,2238,5.024,2239,6.344,2240,5.024,2241,5.024,2242,3.547,2243,3.547,2244,3.547,2245,3.242,2246,3.547,2247,3.547,2248,5.833,2249,3.547,2250,3.242,2251,3.547,2252,3.547,2253,3.547,2254,5.833,2255,3.547,2256,3.547,2257,3.547,2258,3.547,2259,3.547,2260,3.547,2261,5.833,2262,3.547,2263,5.68,2264,4.01,2265,4.01,2266,4.01,2267,4.01,2268,4.01,2269,4.01,2270,4.01,2271,4.01]],["title/classes/InitializationState.html",[0,0.063,2272,3.628]],["body/classes/InitializationState.html",[0,0.07,2,0.958,3,0.05,4,0.06,5,0.045,6,0.097,11,0.198,12,0.458,13,1.391,14,0.844,15,0.516,16,0.531,22,1.035,24,0.824,25,0.009,28,0.955,29,0.973,33,0.16,34,0.458,41,0.06,47,2.525,51,0.004,52,0.004,79,1.119,82,1.047,85,1.509,86,1.732,92,0.204,150,0.721,158,1.008,160,1.454,177,1.919,178,0.847,179,2.688,180,1.011,181,2.84,201,0.827,235,1.558,239,0.705,242,2.608,245,0.646,246,0.889,248,0.911,250,0.847,251,0.847,253,2.344,272,1.419,274,1.17,288,2.684,291,4.713,293,1.846,296,2.093,302,1.188,309,1.799,315,1.694,322,2.595,339,0.867,340,0.847,341,2.157,348,2.285,350,2.688,378,1.79,389,1.958,401,0.958,408,1.6,409,3.563,413,1.519,426,2.035,433,1.196,436,3.022,437,2.444,481,2.602,483,2.343,522,3.602,523,3.602,524,2.222,525,2.694,526,2.359,527,2.515,528,2.515,540,3.616,568,2.206,573,0.982,574,0.861,587,2.444,588,1.79,604,3.804,643,1.282,644,2.208,681,0.847,710,0.911,725,1.16,729,2.771,732,3.169,747,1.234,752,2.328,789,0.579,793,2.696,806,0.808,831,1.79,844,3.092,953,3.251,954,2.252,955,2.241,957,2.605,960,2.602,961,1.319,964,3.341,966,2.049,967,1.419,975,2.023,976,2.252,977,1.905,978,1.787,981,2.222,983,2.241,985,1.905,988,1.196,992,1.79,996,2.023,998,1.694,999,1.234,1013,2.688,1014,1.905,1017,3.556,1021,1.234,1029,1.515,1036,3.017,1037,4.365,1043,1.694,1044,2.049,1045,2.241,1046,1.905,1049,3.556,1055,1.694,1069,2.169,1075,2.241,1097,2.049,1100,2.049,1107,4.919,1112,1.905,1115,2.241,1116,4.033,1117,1.898,1118,2.241,1119,2.049,1128,2.049,1129,2.049,1130,1.476,1135,2.558,1136,1.694,1150,2.688,1155,2.688,1171,4.308,1256,1.905,1262,1.54,1273,2.558,1469,2.049,1631,5.842,1738,1.905,1756,4.664,1768,1.79,1830,2.049,1840,1.612,1876,2.049,1886,2.241,2272,4.041,2273,1.905,2274,4.021,2275,4.998,2276,6.922,2277,5.69,2278,5.69,2279,5.69,2280,4.021,2281,4.998,2282,2.534,2283,7.734,2284,4.998,2285,2.534,2286,2.534,2287,2.534,2288,2.534,2289,2.534,2290,4.998,2291,2.534,2292,2.534,2293,2.241,2294,4.421,2295,6.123,2296,5.979,2297,4.421,2298,4.421,2299,5.842,2300,4.421,2301,5.489,2302,3.556,2303,4.421,2304,4.041,2305,4.6,2306,3.556,2307,5.033,2308,4.021,2309,2.534,2310,2.534,2311,2.534,2312,2.534,2313,2.534,2314,2.534,2315,2.534,2316,2.534,2317,4.021,2318,2.534,2319,4.021,2320,2.534,2321,2.534,2322,2.534,2323,2.049,2324,6.206,2325,2.534,2326,2.534,2327,2.534,2328,4.421,2329,2.241,2330,3.556,2331,4.021,2332,2.534,2333,5.69,2334,2.534,2335,4.021,2336,2.534,2337,2.534,2338,2.534,2339,4.998,2340,2.534,2341,2.534,2342,2.534,2343,3.341,2344,2.534,2345,4.998,2346,2.534,2347,2.534,2348,3.556,2349,2.534,2350,2.534,2351,2.534,2352,6.604,2353,4.021,2354,5.69,2355,4.021,2356,4.021,2357,2.534,2358,4.998,2359,4.021,2360,2.534,2361,2.534,2362,2.534,2363,2.534,2364,4.021,2365,4.021,2366,2.534,2367,2.534,2368,4.998,2369,2.534,2370,2.534,2371,2.534,2372,2.534,2373,4.021,2374,2.534,2375,2.534,2376,2.241,2377,2.534,2378,2.534,2379,2.534,2380,5.033,2381,4.998,2382,5.69,2383,4.021,2384,4.021,2385,2.534,2386,2.534,2387,2.534,2388,2.534,2389,2.534,2390,2.534,2391,2.241,2392,2.241,2393,2.534,2394,4.021,2395,2.534,2396,2.534,2397,2.534,2398,2.534,2399,2.534,2400,2.534,2401,2.534,2402,2.534,2403,1.79,2404,2.534,2405,2.534,2406,4.021,2407,2.534,2408,2.534,2409,2.534,2410,2.534,2411,2.534,2412,2.534,2413,4.021,2414,4.998,2415,2.534,2416,2.534,2417,4.021,2418,2.534,2419,2.534,2420,2.534,2421,2.534,2422,2.534,2423,2.049,2424,2.534,2425,2.534,2426,2.534]],["title/interfaces/ListResult.html",[166,0.736,2427,2.999]],["body/interfaces/ListResult.html",[3,0.135,4,0.162,5,0.121,6,0.095,11,0.53,12,0.912,15,0.686,20,1.101,25,0.008,27,1.376,33,0.176,34,0.775,35,1.809,41,0.162,48,3.006,51,0.007,52,0.007,166,1.115,168,2.383,177,2.075,395,3.689,574,1.821,863,5.586,1220,4.419,1597,6.6,2427,5.349,2428,6.01,2429,6.01]],["title/injectables/ListResultsState.html",[223,2.614,495,1.094]],["body/injectables/ListResultsState.html",[0,0.059,3,0.083,4,0.1,5,0.075,6,0.123,11,0.328,12,0.669,14,1.136,15,0.639,16,1.416,20,0.948,22,1.362,24,1.578,25,0.009,26,1.085,27,1.207,28,0.985,29,0.919,33,0.225,34,0.479,41,0.14,45,2.108,48,2.008,51,0.007,52,0.005,82,1.528,85,1.823,86,1.877,90,5.469,92,0.339,111,1.308,158,1.671,160,1.404,166,0.689,170,2.534,190,1.437,192,3.683,200,3.921,201,1.371,202,2.113,203,1.509,221,4.304,223,3.418,225,5.577,238,2.398,253,1.371,274,1.707,293,1.002,309,0.899,322,2.67,339,2.008,340,1.961,341,1.828,342,1.636,345,3.175,348,2.176,389,2.857,395,3.351,444,3.455,448,1.195,461,2.506,495,1.431,496,2.113,789,1.34,806,2.334,861,2.351,863,2.671,867,3.786,868,1.866,869,3.285,870,2.351,871,4.301,872,2.351,877,4.899,898,4.301,903,2.671,904,1.922,906,3.647,909,4.449,927,2.965,933,4.109,942,1.403,1105,2.446,1215,5.635,1234,2.113,1275,2.186,1361,2.671,1373,4.109,1397,2.186,1403,2.671,1597,5.082,1840,3.731,2173,2.965,2427,5.906,2430,7.088,2431,3.394,2432,5.997,2433,6.072,2434,5.866,2435,5.866,2436,5.866,2437,5.866,2438,6.474,2439,3.714,2440,5.866,2441,4.409,2442,5.082,2443,4.775,2444,5.188,2445,4.199,2446,5.188,2447,4.199,2448,4.199,2449,5.188,2450,4.199,2451,4.199,2452,4.199,2453,4.199,2454,4.409,2455,4.199,2456,5.188,2457,4.199,2458,5.188,2459,4.199,2460,4.143,2461,3.394,2462,3.714,2463,3.714,2464,2.965,2465,2.965,2466,3.156,2467,3.714,2468,3.714,2469,3.714,2470,3.156,2471,3.156,2472,3.156,2473,3.156,2474,2.965,2475,3.156,2476,3.156,2477,3.156,2478,3.156,2479,3.714,2480,3.156,2481,3.714,2482,3.714,2483,3.714,2484,2.186,2485,3.714,2486,3.714,2487,3.714,2488,3.714,2489,3.714,2490,3.714,2491,3.714,2492,3.714]],["title/interfaces/ListResultsStateModel.html",[166,0.736,2466,3.373]],["body/interfaces/ListResultsStateModel.html",[0,0.07,3,0.1,4,0.12,5,0.09,6,0.07,11,0.392,12,0.755,14,1.072,15,0.517,16,1.387,20,1.02,25,0.009,26,0.682,27,1.038,33,0.232,34,0.572,41,0.158,45,1.804,48,2.267,51,0.007,52,0.006,86,1.801,90,5.211,92,0.405,111,1.564,158,1.997,160,1.512,166,0.823,168,1.76,170,2.168,190,1.718,192,3.332,200,4.426,201,1.638,202,2.525,203,1.804,221,3.998,223,2.924,225,3.192,238,2.707,253,1.638,274,1.461,293,1.198,309,1.074,322,2.613,339,1.718,340,1.678,341,2.064,342,1.48,345,2.95,348,2.053,389,2.444,395,3.441,444,3.125,448,1.428,461,2.267,495,1.615,806,2.112,861,2.811,863,3.192,867,3.708,868,2.231,869,3.708,870,2.811,871,4.212,872,2.811,877,4.714,898,3.192,903,3.192,904,2.298,906,3.572,909,4.025,927,3.544,933,4.504,1105,2.924,1215,5.234,1234,2.525,1275,2.613,1361,3.192,1373,3.05,1397,2.613,1403,3.192,1597,5.57,1840,3.192,2173,3.544,2427,5.89,2430,4.057,2431,4.057,2432,6.448,2433,6.282,2438,4.439,2441,3.772,2442,4.977,2443,4.677,2444,4.439,2446,4.439,2449,4.439,2454,3.772,2456,4.439,2458,4.439,2460,3.544,2461,4.057,2462,4.439,2463,4.439,2464,3.544,2465,3.544,2466,4.977,2467,4.439,2468,4.439,2469,4.439,2470,3.772,2471,3.772,2472,3.772,2473,3.772,2474,3.544,2475,3.772,2476,3.772,2477,3.772,2478,3.772,2479,4.439,2480,3.772,2481,4.439,2482,4.439,2483,4.439,2484,2.613,2485,4.439,2486,4.439,2487,4.439,2488,4.439,2489,4.439,2490,4.439,2491,4.439,2492,4.439]],["title/interfaces/Message.html",[166,0.736,981,1.995]],["body/interfaces/Message.html",[0,0.083,3,0.085,4,0.215,5,0.077,6,0.06,11,0.336,12,0.68,13,1.198,14,0.932,15,0.607,16,0.901,25,0.009,27,0.935,28,0.722,31,1.438,33,0.177,41,0.192,45,2.89,51,0.005,52,0.005,85,1.775,86,1.277,92,0.347,114,1.393,158,1.713,160,1.145,166,0.979,168,1.509,177,1.05,198,3.831,201,1.405,203,1.547,274,1.253,288,1.668,293,1.027,302,1.334,309,1.663,339,2.345,340,1.438,341,2.66,342,1.334,348,2.094,409,3.696,426,1.097,487,2.737,495,1.456,511,3.477,539,2.185,573,3.013,574,1.663,683,1.698,789,0.983,800,2.507,806,2.681,822,4.943,868,3.881,876,4.143,954,3.342,957,2.732,960,4.498,967,2.41,974,2.165,975,4.393,981,4.161,988,2.031,996,3.003,998,2.876,1027,2.737,1043,3.989,1089,2.876,1136,3.989,1158,4.685,1176,2.41,1186,4.214,1233,3.039,1262,2.615,1273,2.737,1277,5.511,1711,2.737,1712,3.796,2228,2.615,2343,4.579,2403,3.039,2493,2.876,2494,5.225,2495,4.945,2496,3.627,2497,4.485,2498,3.039,2499,3.989,2500,3.234,2501,4.943,2502,4.358,2503,3.234,2504,4.214,2505,2.876,2506,3.039,2507,3.234,2508,3.796,2509,3.234,2510,3.234,2511,3.234,2512,3.234,2513,3.234,2514,3.234,2515,4.485,2516,3.234,2517,3.234,2518,3.234,2519,3.234,2520,4.214,2521,3.234,2522,4.485,2523,3.234,2524,4.838,2525,3.234,2526,3.234,2527,3.234,2528,3.234,2529,3.234,2530,3.234,2531,3.234,2532,5.149,2533,3.234,2534,3.234,2535,3.234,2536,3.234,2537,3.039,2538,3.234,2539,3.234,2540,3.234,2541,3.234]],["title/classes/MessageChannel.html",[0,0.063,996,2.258]],["body/classes/MessageChannel.html",[0,0.076,2,1.442,3,0.076,4,0.214,5,0.068,6,0.114,11,0.298,12,0.625,13,1.785,14,0.872,15,0.622,16,1.148,22,1.248,24,1.437,25,0.009,26,0.954,27,1.212,28,0.92,29,0.598,31,1.275,33,0.166,41,0.184,45,2.52,51,0.005,52,0.005,82,1.428,85,1.925,86,1.373,92,0.308,114,1.28,158,1.518,160,1.052,166,0.899,177,0.931,198,3.958,201,1.245,203,1.371,274,1.595,288,1.479,293,0.91,302,1.327,309,1.59,339,2.543,340,1.275,341,2.587,342,0.853,348,2.194,409,4.171,426,1.397,487,2.427,495,1.337,511,3.194,539,2.046,573,2.88,574,1.655,683,1.56,789,1.697,800,2.223,806,2.599,822,4.724,868,3.791,876,4.461,954,3.07,957,2.509,960,4.526,967,2.137,974,2.758,975,4.527,981,4.151,988,1.801,996,3.228,998,2.55,1027,2.427,1043,3.664,1089,3.664,1136,3.664,1158,4.749,1176,3.07,1186,3.871,1233,2.694,1262,3.331,1273,2.427,1277,5.325,1711,2.427,1712,3.487,2228,2.319,2343,5.169,2403,3.871,2493,2.55,2494,5.245,2495,4.965,2496,2.319,2497,2.867,2498,2.694,2499,3.664,2500,2.867,2501,4.724,2502,4.08,2503,2.867,2504,3.871,2505,2.55,2506,2.694,2507,4.12,2508,4.724,2509,4.12,2510,4.12,2511,4.12,2512,4.12,2513,2.867,2514,2.867,2515,4.12,2516,4.12,2517,4.12,2518,5.27,2519,2.867,2520,4.952,2521,4.12,2522,4.12,2523,4.12,2524,5.461,2525,4.12,2526,2.867,2527,5.27,2528,2.867,2529,2.867,2530,2.867,2531,2.867,2532,4.821,2533,2.867,2534,2.867,2535,2.867,2536,2.867,2537,2.694,2538,2.867,2539,2.867,2540,2.867,2541,2.867,2542,5.481,2543,5.481,2544,5.481,2545,3.815,2546,5.481,2547,3.815,2548,3.815,2549,3.815,2550,3.815,2551,3.815]],["title/injectables/MessageService.html",[495,1.094,957,2.054]],["body/injectables/MessageService.html",[0,0.08,3,0.08,4,0.212,5,0.072,6,0.11,11,0.317,12,0.653,13,1.129,14,0.902,15,0.594,16,1.199,22,1.192,24,1.173,25,0.009,26,0.779,27,1.13,28,0.961,29,0.636,31,1.356,33,0.171,41,0.188,45,2.385,51,0.005,52,0.005,82,1.491,85,1.853,86,1.42,92,0.327,114,1.337,158,1.614,160,1.099,166,0.939,177,0.989,198,3.821,201,1.324,203,1.458,274,1.181,288,1.572,293,0.968,302,1.392,309,1.627,339,2.468,340,1.914,341,2.624,342,0.907,348,2.223,409,3.58,426,1.033,487,2.58,495,1.396,496,2.041,511,3.336,539,2.116,573,2.948,574,1.42,683,1.889,789,1.516,800,2.363,806,2.779,822,5.268,868,3.682,876,4.258,954,3.206,957,3.481,960,4.605,967,4.037,974,2.041,975,4.452,981,4.154,988,2.702,996,3.339,998,3.827,1027,3.642,1043,3.827,1089,2.711,1136,3.827,1158,4.597,1176,2.271,1186,4.043,1233,2.864,1262,2.465,1273,3.642,1277,5.082,1711,2.58,1712,3.642,2228,4.033,2343,4.436,2403,2.864,2493,2.711,2494,4.686,2495,4.436,2496,2.465,2497,3.048,2498,2.864,2499,3.827,2500,3.048,2501,5.019,2502,4.836,2503,3.048,2504,4.043,2505,2.711,2506,2.864,2507,3.048,2508,3.642,2509,3.048,2510,3.048,2511,3.048,2512,3.048,2513,3.048,2514,3.048,2515,4.303,2516,3.048,2517,3.048,2518,3.048,2519,3.048,2520,4.043,2521,3.048,2522,4.303,2523,3.048,2524,4.686,2525,3.048,2526,3.048,2527,3.048,2528,3.048,2529,4.303,2530,3.048,2531,3.048,2532,4.987,2533,3.048,2534,3.048,2535,3.048,2536,3.048,2537,4.043,2538,3.048,2539,4.303,2540,4.303,2541,3.048,2552,5.064,2553,4.056,2554,5.725,2555,4.056,2556,4.056,2557,4.056]],["title/interfaces/MessageServiceConfig.html",[166,0.736,2502,2.854]],["body/interfaces/MessageServiceConfig.html",[0,0.084,3,0.086,4,0.212,5,0.078,6,0.061,11,0.34,12,0.686,13,1.211,14,0.937,15,0.58,16,0.911,25,0.009,27,0.942,28,0.73,31,1.455,33,0.178,41,0.192,45,2.477,51,0.005,52,0.005,85,1.783,86,1.287,92,0.351,114,1.404,158,1.732,160,1.154,166,0.987,168,1.526,177,1.681,198,3.838,201,1.421,203,1.564,274,1.267,288,2.332,293,1.039,302,1.339,309,1.67,339,2.359,340,1.455,341,2.666,342,0.973,348,2.102,409,3.718,426,1.109,487,2.768,495,1.467,511,3.504,539,2.198,573,3.025,574,1.475,683,1.712,789,0.994,800,3.504,806,2.729,822,5.132,868,3.747,876,4.163,954,3.368,957,2.753,960,4.454,967,2.437,974,2.19,975,4.439,981,4.143,988,2.054,996,3.026,998,2.909,1027,2.768,1043,4.02,1089,2.909,1136,4.02,1158,4.546,1176,2.437,1186,4.247,1233,3.073,1262,2.645,1273,2.768,1277,5.215,1711,2.768,1712,3.825,2228,2.645,2343,4.606,2403,3.073,2493,2.909,2494,4.867,2495,4.606,2496,2.645,2497,3.271,2498,3.073,2499,4.02,2500,3.271,2501,5.132,2502,4.728,2503,4.52,2504,5.51,2505,2.909,2506,3.073,2507,3.271,2508,3.825,2509,3.271,2510,3.271,2511,3.271,2512,3.271,2513,3.271,2514,3.271,2515,4.52,2516,3.271,2517,3.271,2518,3.271,2519,3.271,2520,4.247,2521,3.271,2522,4.52,2523,3.271,2524,4.867,2525,3.271,2526,3.271,2527,3.271,2528,3.271,2529,3.271,2530,3.271,2531,3.271,2532,5.179,2533,3.271,2534,3.271,2535,3.271,2536,3.271,2537,3.073,2538,3.271,2539,3.271,2540,3.271,2541,3.271]],["title/classes/MoveToNode.html",[0,0.063,2162,1.834]],["body/classes/MoveToNode.html",[0,0.127,2,2.05,3,0.108,4,0.129,5,0.097,6,0.108,7,2.699,8,1.446,11,0.424,12,0.794,13,2.552,14,1.247,15,0.722,16,1.136,18,2.074,20,0.902,22,1.092,24,1.112,25,0.009,26,0.738,27,0.85,28,0.911,29,0.85,30,1.263,32,2.344,33,0.14,34,0.619,41,0.216,42,3.935,47,2.742,51,0.006,52,0.006,78,1.699,282,2.218,289,1.903,293,1.295,342,1.213,345,2.773,430,2.05,432,2.104,434,1.814,442,2.05,448,1.544,574,1.738,600,2.218,613,2.218,688,1.112,769,2.24,815,3.393,1029,2.236,1036,3.233,1219,3.068,2100,2.218,2103,2.572,2126,2.714,2152,2.218,2153,2.825,2154,4.057,2156,2.218,2157,2.825,2158,2.218,2159,2.218,2160,2.344,2161,2.218,2162,2.848,2163,3.758,2164,2.16,2165,2.218,2166,2.218,2167,2.279,2168,3.097,2558,5.426,2559,6.967]],["title/modules/OntologyExplorationModule.html",[53,0.736,72,3.169]],["body/modules/OntologyExplorationModule.html",[0,0.088,3,0.125,4,0.15,5,0.113,6,0.088,25,0.009,33,0.227,41,0.15,51,0.007,52,0.007,53,1.036,55,1.923,56,1.923,57,1.159,58,2.062,59,2.014,60,1.838,61,2.691,72,6.597,77,2.501,78,1.54,79,1.758,81,2.56,91,2.501,92,0.509,128,3.537,139,4.746,277,2.295,785,2.822,786,2.215,2560,5.586,2561,5.586,2562,5.586,2563,6.224,2564,6.576,2565,6.224,2566,3.68,2567,6.315,2568,3.838,2569,4.746,2570,6.315,2571,4.017,2572,5.586]],["title/components/OntologySearchComponent.html",[180,0.687,672,1.431]],["body/components/OntologySearchComponent.html",[0,0.04,3,0.057,4,0.068,5,0.051,6,0.115,8,1.448,11,0.345,12,0.504,14,0.601,15,0.599,16,0.599,20,0.938,22,1.27,24,1.346,25,0.009,26,0.985,27,1.03,28,0.742,29,1.326,30,1.078,31,1.805,33,0.198,34,1.036,35,0.761,41,0.068,45,1.588,48,2.479,50,1.137,51,0.008,52,0.004,57,0.525,65,0.911,66,0.911,82,1.151,85,1.709,86,1.679,92,0.23,114,0.667,128,4.599,144,0.891,150,0.813,158,1.758,160,0.848,178,0.955,180,1.109,182,4.777,198,3.001,201,0.933,202,1.438,203,1.027,233,0.891,235,0.891,239,1.23,242,1.572,245,2.301,246,1.549,248,1.588,250,1.477,251,1.477,253,1.442,277,2.354,278,2.296,291,3.147,299,0.955,302,0.927,309,1.156,313,2.693,314,2.383,317,0.933,339,1.512,340,2.567,341,2.165,348,0.744,380,5.375,392,3.865,408,1.137,409,3.278,412,3.32,413,1.08,426,2.092,446,2.474,458,2.528,461,2.08,481,3.616,483,2.574,516,0.87,520,2.023,525,0.978,532,1.002,533,0.891,537,0.978,539,0.911,541,1.806,568,2.094,574,0.946,575,2.148,597,3.572,643,1.409,644,1.409,645,1.002,646,2.131,647,1.002,648,1.002,649,1.002,650,0.87,651,1.002,652,0.911,653,1.002,654,0.911,655,1.002,656,0.911,657,1.549,658,0.911,659,0.933,660,1.002,661,1.002,662,0.911,663,1.002,664,0.911,665,0.978,666,1.002,667,0.911,668,1.377,669,1.002,670,0.911,671,1.002,672,1.938,673,1.549,674,0.911,675,1.002,676,0.933,677,1.002,678,0.911,679,1.002,680,0.911,681,0.955,682,0.911,683,0.813,684,1.549,685,0.911,686,1.002,687,0.911,688,0.586,689,0.911,690,1.002,691,0.911,692,1.002,693,0.911,694,1.346,695,1.002,696,1.549,697,0.911,698,0.978,699,1.002,700,0.911,701,1.346,702,0.911,703,0.911,704,1.002,705,0.911,706,1.002,707,0.911,708,1.002,709,1.002,710,1.027,719,2.085,725,2.473,729,2.96,732,2.782,741,2.549,742,1.488,744,2.152,747,2.96,748,3.89,749,2.023,750,1.308,751,1.27,752,1.729,753,2.31,754,2.497,756,3.316,758,1.665,762,1.308,765,1.2,769,1.572,771,1.665,772,1.6,775,3.147,776,3.025,779,3.008,789,1.587,802,3.058,804,3.058,805,2.549,806,1.938,816,3.572,826,4.062,835,1.349,836,1.349,844,2.041,845,2.96,1023,3.908,1130,2.574,1209,3.908,1231,2.528,1251,1.665,1262,2.685,1271,4.366,1373,4.547,1461,2.3,1556,2.148,1620,3.12,1646,1.349,1649,4.841,1653,2.63,1655,1.392,1661,1.6,1675,2.96,1676,2.81,1679,1.665,1729,2.574,1739,3.32,1749,4.179,1750,3.993,1751,2.018,1752,2.148,1819,3.32,1847,3.908,1957,2.31,1960,2.474,2056,1.818,2126,2.196,2130,4.062,2188,2.31,2195,2.148,2196,2.528,2198,2.31,2423,3.572,2461,2.31,2520,3.12,2566,4.784,2568,5.047,2573,2.31,2574,4.418,2575,3.908,2576,4.777,2577,3.908,2578,5.401,2579,5.401,2580,6.57,2581,2.81,2582,7.242,2583,4.418,2584,4.418,2585,4.418,2586,4.418,2587,4.777,2588,2.858,2589,3.993,2590,4.418,2591,5.401,2592,5.311,2593,2.528,2594,2.858,2595,4.418,2596,4.418,2597,5.54,2598,2.858,2599,4.418,2600,4.418,2601,2.528,2602,8.459,2603,4.418,2604,2.858,2605,4.418,2606,4.418,2607,3.572,2608,4.418,2609,6.946,2610,2.858,2611,3.908,2612,4.418,2613,4.418,2614,2.858,2615,6.077,2616,4.418,2617,4.418,2618,2.858,2619,4.418,2620,2.858,2621,5.401,2622,5.401,2623,2.858,2624,4.418,2625,4.418,2626,2.858,2627,2.148,2628,2.528,2629,2.148,2630,2.528,2631,2.528,2632,2.858,2633,2.858,2634,2.858,2635,2.858,2636,2.858,2637,2.31,2638,2.858,2639,2.858,2640,2.858,2641,2.858,2642,2.858,2643,2.858,2644,2.858,2645,2.858,2646,2.858,2647,2.858,2648,2.858,2649,2.858,2650,2.528,2651,2.858,2652,2.858,2653,4.418,2654,4.418,2655,4.418,2656,2.858,2657,2.858,2658,2.858,2659,2.858,2660,2.858,2661,4.418,2662,2.31,2663,2.858,2664,2.858,2665,2.858,2666,2.528,2667,2.858,2668,5.401,2669,2.858,2670,2.858]],["title/modules/OntologySearchModule.html",[53,0.736,2563,2.999]],["body/modules/OntologySearchModule.html",[0,0.09,3,0.127,4,0.153,5,0.115,6,0.09,25,0.009,33,0.236,41,0.153,51,0.007,52,0.007,53,1.053,55,1.955,56,1.955,57,1.179,58,2.711,59,2.048,60,1.869,61,2.711,77,2.526,78,1.566,79,1.787,81,2.146,91,2.526,92,0.518,95,3.542,96,2.773,128,3.596,277,1.787,672,2.975,785,2.85,786,2.252,1750,3.902,1776,6.254,1777,5.19,2563,6.058,2566,3.741,2568,3.902,2627,4.826,2628,5.679,2671,5.679,2672,5.679,2673,5.679,2674,5.679,2675,6.843,2676,7.736,2677,7.736,2678,7.736,2679,6.42,2680,5.679]],["title/injectables/OntologySearchService.html",[495,1.094,2589,2.727]],["body/injectables/OntologySearchService.html",[0,0.05,3,0.071,4,0.086,5,0.064,6,0.118,8,1.465,11,0.658,12,0.6,14,1.113,15,0.627,20,1.166,22,1.303,24,1.554,25,0.009,26,1.031,27,1.188,28,1.042,29,1.138,31,1.758,33,0.202,34,0.411,35,0.96,41,0.125,49,2.482,51,0.008,52,0.005,82,1.37,85,1.926,86,1.126,92,0.291,114,1.228,160,1.393,166,0.863,188,2.1,191,4.823,198,2.683,199,2.709,201,1.176,202,2.647,203,1.295,238,1.473,277,2.448,278,3.375,302,1.066,309,1.554,331,3.953,340,1.205,341,2.501,342,0.806,348,2.132,409,2.837,446,4.819,462,3.516,463,3.471,495,1.666,496,1.813,533,2.128,574,1.329,587,3.197,591,3.714,694,2.596,749,3.126,789,1.732,865,4.564,942,1.205,978,2.338,988,2.482,1004,3.714,1009,3.714,1130,3.979,1216,5.132,1373,4.15,1623,2.913,1676,2.292,1729,2.1,1749,3.346,1819,5.132,1944,3.714,2126,2.921,2130,5.752,2148,6.488,2192,6.032,2496,2.19,2568,5.122,2581,4.823,2589,4.15,2592,2.913,2597,4.386,2607,4.252,2629,2.709,2637,4.252,2662,4.252,2681,6.813,2682,2.913,2683,4.652,2684,4.652,2685,5.021,2686,6.488,2687,5.259,2688,5.259,2689,5.259,2690,5.259,2691,5.259,2692,3.604,2693,4.652,2694,7.824,2695,3.604,2696,4.652,2697,4.652,2698,6.04,2699,4.652,2700,4.652,2701,3.604,2702,4.652,2703,4.652,2704,4.652,2705,3.604,2706,4.652,2707,3.604,2708,4.652,2709,4.652,2710,4.652,2711,3.604,2712,6.04,2713,4.652,2714,3.604,2715,4.652,2716,3.604,2717,3.604,2718,3.604,2719,3.187,2720,3.187,2721,5.493,2722,3.187,2723,2.913,2724,3.187,2725,3.187,2726,3.187,2727,3.187,2728,3.187,2729,3.187,2730,4.652,2731,3.187,2732,4.652,2733,4.652,2734,4.652,2735,4.652,2736,3.187,2737,3.187,2738,3.187,2739,3.187,2740,3.187,2741,3.187,2742,4.652,2743,4.652,2744,2.913,2745,3.187,2746,3.187]],["title/interfaces/OntologySelection.html",[166,0.736,210,3.169]],["body/interfaces/OntologySelection.html",[3,0.136,4,0.163,5,0.123,6,0.096,11,0.536,12,0.917,15,0.667,20,1.178,25,0.009,33,0.177,34,0.782,35,1.827,41,0.163,45,3.166,51,0.007,52,0.007,166,1.126,168,2.406,210,5.683,278,3.329,448,2.43,2130,5.888,2747,6.067,2748,6.067,2749,7.121]],["title/components/OntologySelectionComponent.html",[180,0.687,674,1.431]],["body/components/OntologySelectionComponent.html",[0,0.044,3,0.063,4,0.076,5,0.057,6,0.124,8,1.294,11,0.248,12,0.546,13,1.333,14,0.432,15,0.682,16,1.003,20,1.061,22,1.382,24,1.315,25,0.009,26,0.985,27,1.006,28,0.533,29,0.498,30,1.13,31,1.601,33,0.194,34,1.042,35,0.846,41,0.076,48,2.648,51,0.006,52,0.004,57,0.583,60,1.394,65,1.013,66,1.013,82,1.248,85,1.317,86,1.55,92,0.256,114,0.742,119,3.202,128,4.962,144,0.99,150,0.904,158,1.906,160,1.232,172,3.359,177,1.566,178,1.062,180,1.255,183,2.568,191,3.667,198,2.49,203,1.142,210,4.533,211,2.81,212,5.212,233,0.99,235,0.99,239,1.787,242,1.678,245,2.325,246,1.68,248,1.721,250,1.601,251,1.601,253,1.564,268,4.661,273,2.81,274,1.394,277,2.561,279,5.442,280,4.236,299,1.062,302,0.99,313,1.857,317,1.037,339,1.64,340,1.601,341,1.493,342,1.071,401,1.81,440,3.872,444,2.261,445,3.202,446,2.682,461,2.198,516,0.967,532,1.114,533,2.686,537,1.087,539,1.013,541,1.958,568,3.127,643,1.528,644,1.528,645,1.114,646,2.251,647,1.114,648,1.114,649,1.114,650,0.967,651,1.114,652,1.013,653,1.114,654,1.013,655,1.114,656,1.013,657,1.68,658,1.013,659,1.037,660,1.114,661,1.114,662,1.013,663,1.114,664,1.013,665,1.087,666,1.114,667,1.013,668,1.493,669,1.114,670,1.013,671,1.114,672,1.013,673,1.68,674,2.047,675,1.114,676,2.096,677,1.114,678,1.013,679,1.114,680,1.013,681,1.062,682,1.013,683,0.904,684,1.68,685,1.013,686,1.114,687,1.013,688,0.651,689,1.013,690,1.114,691,1.013,692,1.114,693,1.013,694,0.967,695,1.114,696,1.68,697,1.013,698,1.087,699,1.114,700,1.013,701,1.459,702,1.013,703,1.013,704,1.114,705,1.013,706,1.114,707,1.013,708,1.114,709,1.114,710,1.142,719,2.261,725,2.64,729,2.333,732,2.193,774,3.202,789,1.317,793,2.584,806,1.839,899,3.768,942,1.062,976,3.595,1234,1.598,1304,5.442,1403,3.047,1408,3.382,1603,3.202,1616,4.236,1676,3.047,1785,4.333,1798,3.6,1841,3.6,1842,4.825,2126,2.302,2130,4.84,2566,5.162,2568,1.931,2569,6.659,2571,2.021,2575,5.099,2581,3.667,2587,5.099,2589,5.046,2630,2.81,2631,2.81,2650,2.81,2685,6.399,2686,5.189,2723,2.568,2744,2.568,2750,2.81,2751,4.789,2752,5.765,2753,4.789,2754,5.765,2755,5.765,2756,5.765,2757,4.789,2758,5.765,2759,5.765,2760,5.765,2761,5.765,2762,3.177,2763,4.789,2764,3.177,2765,3.177,2766,3.872,2767,3.177,2768,3.177,2769,3.177,2770,3.177,2771,3.177,2772,3.177,2773,4.789,2774,4.789,2775,4.789,2776,3.177,2777,3.177,2778,3.177,2779,4.789,2780,3.177,2781,4.789,2782,4.789,2783,4.789,2784,4.789,2785,4.789,2786,4.789,2787,4.789,2788,4.789,2789,4.789,2790,4.789,2791,4.789,2792,3.177,2793,3.177,2794,3.177,2795,3.177,2796,3.177,2797,3.177,2798,4.789,2799,3.177,2800,2.81,2801,3.177,2802,6.419,2803,3.177,2804,3.177,2805,3.177,2806,4.789,2807,3.177,2808,3.177,2809,3.177,2810,3.177,2811,3.177,2812,3.177,2813,3.177,2814,3.177,2815,3.177,2816,3.177,2817,3.177,2818,3.177,2819,3.177,2820,3.177,2821,3.177,2822,3.177]],["title/modules/OntologySelectionModule.html",[53,0.736,2564,3.169]],["body/modules/OntologySelectionModule.html",[0,0.089,3,0.126,4,0.152,5,0.114,6,0.089,25,0.009,33,0.227,41,0.152,51,0.007,52,0.007,53,1.045,55,1.941,56,1.941,57,1.17,58,2.702,59,2.032,60,1.854,61,2.702,77,2.514,78,1.554,79,1.773,81,2.574,91,2.514,92,0.514,128,3.568,139,4.789,277,2.303,674,2.991,785,2.837,786,2.235,2563,5.979,2564,6.558,2565,5.979,2566,3.712,2568,3.873,2569,4.789,2571,4.053,2572,5.635,2589,5.03,2823,5.635,2824,5.635,2825,6.371,2826,5.635,2827,6.371,2828,6.371]],["title/modules/OntologyTreeModule.html",[53,0.736,2565,2.999]],["body/modules/OntologyTreeModule.html",[0,0.088,3,0.125,4,0.15,5,0.112,6,0.088,25,0.009,33,0.237,34,0.717,41,0.15,51,0.007,52,0.007,53,1.032,55,1.916,56,1.916,57,1.155,58,2.687,59,2.007,60,1.831,61,2.687,67,5.961,77,2.495,78,1.535,79,1.751,81,2.554,91,2.495,92,0.507,95,3.499,96,2.718,100,5.108,101,4.206,111,1.961,128,3.523,145,5.565,146,4.443,149,3.523,151,5.565,277,1.751,676,3.038,785,2.816,786,2.206,2071,4.645,2565,6.132,2566,3.666,2571,4.002,2800,5.565,2829,5.565,2830,5.565,2831,5.565,2832,6.291,2833,6.291,2834,7.642,2835,6.291,2836,7.642]],["title/interfaces/Position.html",[166,0.736,1029,1.195]],["body/interfaces/Position.html",[0,0.065,1,1.535,3,0.112,4,0.073,5,0.055,6,0.043,7,1.07,8,1.349,9,2.007,11,0.238,12,0.53,13,1.293,14,0.855,15,0.491,16,0.639,18,2.645,20,0.814,21,2.418,25,0.009,26,0.415,30,1.17,31,2.383,33,0.219,34,0.53,35,0.812,36,1.535,37,1.247,38,1.397,41,0.161,45,1.096,48,1.59,49,1.44,51,0.004,52,0.004,86,1.709,92,0.246,111,0.951,160,1.76,166,1.032,168,1.07,177,1.133,190,1.044,192,2.337,194,2.262,198,3.202,201,0.996,203,1.096,218,1.646,227,1.535,230,1.778,231,1.709,232,1.941,245,0.777,274,0.888,278,1.153,289,2.8,293,0.728,302,0.966,309,1.635,322,1.915,327,2.506,342,1.039,347,1.941,348,1.638,368,1.646,389,1.486,401,1.153,406,1.709,426,1.724,430,3.016,432,3.095,433,2.655,434,2.668,442,1.153,443,3.15,448,1.926,495,1.133,522,2.127,523,2.127,524,2.065,525,1.59,526,2.192,527,1.535,528,1.535,573,1.183,574,1.801,600,1.247,613,2.299,688,0.625,752,0.868,754,2.022,769,2.471,802,2.337,804,1.535,805,1.44,835,1.44,836,1.44,899,2.74,904,1.397,1029,2.356,1104,3.296,1214,1.646,1219,2.376,1220,2.337,1232,1.646,1234,2.831,1235,2.506,1249,3.943,1275,2.418,1393,2.601,1397,1.588,1479,2.262,1646,2.192,1685,1.709,1833,2.506,1960,2.601,2100,1.899,2103,1.02,2104,1.709,2126,1.02,2152,1.247,2154,3.169,2156,1.247,2158,1.899,2159,1.899,2160,3.747,2161,1.899,2162,1.899,2164,1.214,2165,1.899,2166,1.247,2167,2.995,2168,2.065,2484,2.418,2837,1.941,2838,2.039,2839,1.941,2840,4,2841,2.039,2842,5.002,2843,2.039,2844,3.278,2845,3.105,2846,2.039,2847,3.105,2848,2.039,2849,1.941,2850,1.941,2851,3.651,2852,2.955,2853,1.588,2854,1.941,2855,2.707,2856,3.943,2857,3.664,2858,2.955,2859,3.105,2860,2.707,2861,2.707,2862,4.524,2863,1.854,2864,2.039,2865,1.646,2866,1.941,2867,2.039,2868,2.039,2869,3.105,2870,1.854,2871,2.039,2872,2.039,2873,2.039,2874,2.039,2875,2.039,2876,2.039,2877,2.039,2878,4.505,2879,3.76,2880,3.105,2881,2.955,2882,3.105,2883,5.107,2884,2.039,2885,5.107,2886,2.039,2887,2.039,2888,2.039,2889,2.039,2890,5.336,2891,2.039,2892,2.039,2893,4.204,2894,3.105,2895,2.039,2896,2.039,2897,2.039,2898,2.823,2899,2.039,2900,2.039,2901,2.039,2902,2.039,2903,2.039,2904,3.76,2905,4,2906,1.941,2907,1.941,2908,1.941,2909,3.76,2910,2.039,2911,2.039,2912,2.039,2913,3.76,2914,2.039,2915,2.039,2916,4.204,2917,3.105,2918,2.039,2919,2.039,2920,2.039,2921,2.039,2922,2.039,2923,2.039,2924,2.039,2925,2.039,2926,2.039,2927,3.105,2928,2.039,2929,2.039,2930,2.039,2931,2.039,2932,2.039,2933,2.039,2934,2.039,2935,2.039,2936,2.039,2937,1.941,2938,2.039,2939,2.039,2940,2.039,2941,2.039,2942,2.823,2943,2.039,2944,2.039,2945,2.039,2946,2.039,2947,2.039,2948,2.039,2949,3.105,2950,2.039,2951,3.105,2952,2.039,2953,2.039,2954,2.039,2955,2.039,2956,2.039,2957,2.039,2958,2.039,2959,2.039,2960,1.778,2961,2.039,2962,2.039,2963,2.039,2964,1.854,2965,2.039,2966,2.039,2967,2.039,2968,2.039,2969,2.039,2970,2.039,2971,2.039,2972,2.039,2973,2.039,2974,2.039,2975,1.854,2976,2.039,2977,2.039,2978,2.039,2979,1.941,2980,1.941,2981,1.941,2982,1.941]],["title/interfaces/RadiusSettings.html",[166,0.736,2851,2.421]],["body/interfaces/RadiusSettings.html",[0,0.065,1,1.535,3,0.112,4,0.073,5,0.055,6,0.043,7,1.07,8,1.349,9,2.007,11,0.238,12,0.53,13,1.293,14,0.855,15,0.491,16,0.639,18,2.645,20,0.814,21,2.418,25,0.009,26,0.415,30,1.17,31,2.383,33,0.219,34,0.53,35,0.812,36,1.535,37,1.247,38,1.397,41,0.161,45,1.096,48,1.59,49,1.44,51,0.004,52,0.004,86,1.709,92,0.246,111,0.951,160,1.76,166,1.032,168,1.07,177,1.133,190,1.044,192,2.337,194,2.262,198,3.202,201,0.996,203,1.096,218,1.646,227,1.535,230,1.778,231,1.709,232,1.941,245,0.777,274,0.888,278,1.153,289,2.8,293,0.728,302,0.966,309,1.635,322,1.915,327,2.506,342,1.039,347,1.941,348,1.638,368,1.646,389,1.486,401,1.153,406,1.709,426,1.724,430,2.801,432,2.874,433,2.655,434,2.478,442,1.153,443,3.15,448,1.926,495,1.133,522,2.127,523,2.127,524,2.065,525,1.59,526,2.192,527,1.535,528,1.535,573,1.183,574,1.801,600,1.247,613,2.299,688,0.625,752,0.868,754,2.022,769,2.471,802,2.337,804,1.535,805,1.44,835,1.44,836,1.44,899,2.74,904,1.397,1029,2.346,1104,3.296,1214,1.646,1219,2.376,1220,2.337,1232,1.646,1234,2.831,1235,2.506,1249,3.943,1275,2.418,1393,2.601,1397,1.588,1479,2.262,1646,3.194,1685,1.709,1833,2.506,1960,3.79,2100,1.899,2103,1.02,2104,1.709,2126,1.02,2152,1.247,2154,3.169,2156,1.247,2158,1.899,2159,1.899,2160,3.747,2161,1.899,2162,1.899,2164,1.214,2165,1.899,2166,1.247,2167,2.995,2168,2.065,2484,2.418,2837,1.941,2838,2.039,2839,1.941,2840,4,2841,2.039,2842,5.002,2843,2.039,2844,3.278,2845,3.105,2846,2.039,2847,3.105,2848,2.039,2849,1.941,2850,1.941,2851,3.846,2852,4.305,2853,1.588,2854,1.941,2855,2.707,2856,3.943,2857,3.664,2858,2.955,2859,3.105,2860,2.707,2861,2.707,2862,4.524,2863,1.854,2864,2.039,2865,1.646,2866,1.941,2867,2.039,2868,2.039,2869,3.105,2870,1.854,2871,2.039,2872,2.039,2873,2.039,2874,2.039,2875,2.039,2876,2.039,2877,2.039,2878,4.505,2879,3.76,2880,3.105,2881,2.955,2882,3.105,2883,5.107,2884,2.039,2885,5.107,2886,2.039,2887,2.039,2888,2.039,2889,2.039,2890,5.336,2891,2.039,2892,2.039,2893,4.204,2894,3.105,2895,2.039,2896,2.039,2897,2.039,2898,2.823,2899,2.039,2900,2.039,2901,2.039,2902,2.039,2903,2.039,2904,3.76,2905,4,2906,1.941,2907,1.941,2908,1.941,2909,3.76,2910,2.039,2911,2.039,2912,2.039,2913,3.76,2914,2.039,2915,2.039,2916,4.204,2917,3.105,2918,2.039,2919,2.039,2920,2.039,2921,2.039,2922,2.039,2923,2.039,2924,2.039,2925,2.039,2926,2.039,2927,3.105,2928,2.039,2929,2.039,2930,2.039,2931,2.039,2932,2.039,2933,2.039,2934,2.039,2935,2.039,2936,2.039,2937,1.941,2938,2.039,2939,2.039,2940,2.039,2941,2.039,2942,2.823,2943,2.039,2944,2.039,2945,2.039,2946,2.039,2947,2.039,2948,2.039,2949,3.105,2950,2.039,2951,3.105,2952,2.039,2953,2.039,2954,2.039,2955,2.039,2956,2.039,2957,2.039,2958,2.039,2959,2.039,2960,1.778,2961,2.039,2962,2.039,2963,2.039,2964,1.854,2965,2.039,2966,2.039,2967,2.039,2968,2.039,2969,2.039,2970,2.039,2971,2.039,2972,2.039,2973,2.039,2974,2.039,2975,1.854,2976,2.039,2977,2.039,2978,2.039,2979,1.941,2980,1.941,2981,1.941,2982,1.941]],["title/classes/ReallyUpdateSpatialSearch.html",[0,0.063,2863,2.727]],["body/classes/ReallyUpdateSpatialSearch.html",[0,0.065,1,1.531,2,1.15,3,0.111,4,0.072,5,0.054,6,0.065,7,1.626,8,1.382,9,2.003,11,0.238,12,0.529,13,1.748,14,0.969,15,0.49,16,0.637,18,2.644,20,0.875,21,2.414,22,0.477,25,0.009,26,0.414,28,0.511,29,0.477,30,1.215,31,2.381,33,0.219,34,0.529,35,0.81,36,1.531,37,1.244,38,1.393,41,0.161,45,1.094,48,1.587,49,1.436,51,0.004,52,0.004,86,1.708,92,0.245,111,0.948,160,1.76,166,1.03,177,1.131,190,1.042,192,2.333,194,2.258,198,3.199,201,0.994,203,1.094,218,1.642,227,1.531,230,1.773,231,1.704,232,1.936,245,0.776,274,0.886,278,1.15,289,2.798,293,0.726,302,0.964,309,1.634,322,1.913,327,2.501,342,1.256,347,1.936,348,1.636,368,1.642,389,1.482,401,1.15,406,1.704,426,1.722,430,2.798,432,2.871,433,2.651,434,2.475,442,1.752,443,3.146,448,1.924,495,1.131,522,2.123,523,2.123,524,2.061,525,1.587,526,2.188,527,1.531,528,1.531,573,1.18,574,1.634,600,1.244,613,2.296,688,0.624,752,0.866,754,2.019,769,2.47,802,2.333,804,1.531,805,1.436,835,1.436,836,1.436,899,2.736,904,1.393,1029,2.345,1104,3.292,1214,1.642,1219,2.373,1220,2.333,1232,1.642,1234,2.826,1235,2.501,1249,3.939,1275,2.414,1393,2.597,1397,1.584,1479,2.258,1646,2.188,1685,1.704,1833,2.501,1960,2.597,2100,1.895,2103,1.55,2104,1.704,2126,1.017,2152,1.244,2154,3.292,2156,1.244,2158,1.895,2159,1.895,2160,3.746,2161,1.895,2162,1.895,2164,1.211,2165,1.895,2166,1.244,2167,2.992,2168,2.061,2484,2.414,2837,1.936,2838,2.034,2839,1.936,2840,3.995,2841,2.034,2842,4.999,2843,2.034,2844,3.273,2845,3.099,2846,2.034,2847,3.099,2848,2.034,2849,1.936,2850,1.936,2851,3.647,2852,2.949,2853,1.584,2854,1.936,2855,2.702,2856,3.939,2857,3.659,2858,2.949,2859,3.099,2860,2.702,2861,2.702,2862,4.519,2863,2.818,2864,3.099,2865,1.642,2866,1.936,2867,2.034,2868,2.034,2869,3.099,2870,1.85,2871,2.034,2872,2.034,2873,2.034,2874,2.034,2875,2.034,2876,2.034,2877,2.034,2878,4.501,2879,3.755,2880,3.099,2881,2.949,2882,3.099,2883,5.103,2884,2.034,2885,5.103,2886,2.034,2887,2.034,2888,2.034,2889,2.034,2890,5.333,2891,2.034,2892,2.034,2893,4.198,2894,3.099,2895,2.034,2896,2.034,2897,2.034,2898,2.818,2899,2.034,2900,2.034,2901,2.034,2902,2.034,2903,2.034,2904,3.755,2905,3.995,2906,1.936,2907,1.936,2908,1.936,2909,3.755,2910,2.034,2911,2.034,2912,2.034,2913,3.755,2914,2.034,2915,2.034,2916,4.198,2917,3.099,2918,2.034,2919,2.034,2920,2.034,2921,2.034,2922,2.034,2923,2.034,2924,2.034,2925,2.034,2926,2.034,2927,3.099,2928,2.034,2929,2.034,2930,2.034,2931,2.034,2932,2.034,2933,2.034,2934,2.034,2935,2.034,2936,2.034,2937,1.936,2938,2.034,2939,2.034,2940,2.034,2941,2.034,2942,2.818,2943,2.034,2944,2.034,2945,2.034,2946,2.034,2947,2.034,2948,2.034,2949,3.099,2950,2.034,2951,3.099,2952,2.034,2953,2.034,2954,2.034,2955,2.034,2956,2.034,2957,2.034,2958,2.034,2959,2.034,2960,1.773,2961,2.034,2962,2.034,2963,2.034,2964,1.85,2965,2.034,2966,2.034,2967,2.034,2968,2.034,2969,2.034,2970,2.034,2971,2.034,2972,2.034,2973,2.034,2974,2.034,2975,1.85,2976,2.034,2977,2.034,2978,2.034,2979,1.936,2980,1.936,2981,1.936,2982,1.936,2983,3.043]],["title/classes/RemoveSearch.html",[0,0.063,43,2.727]],["body/classes/RemoveSearch.html",[0,0.114,1,3.096,2,2.325,3,0.122,4,0.147,5,0.11,6,0.114,7,2.858,8,1.498,9,3.521,10,4.624,11,0.48,12,0.859,13,2.426,14,1.222,15,0.708,16,1.289,18,2.426,19,4.345,20,1.129,21,3.925,22,1.181,24,1.261,25,0.009,26,0.837,27,0.964,28,1.033,29,0.964,30,1.43,31,2.84,32,2.658,33,0.211,34,0.701,35,1.638,36,3.096,37,2.515,38,2.817,39,3.925,40,3.739,41,0.194,42,3.732,43,4.582,44,5.324,45,2.709,46,3.739,47,2.009,48,2.106,49,2.904,50,2.449,51,0.007,52,0.007,2984,6.152,2985,7.538]],["title/classes/ResetPosition.html",[0,0.063,2164,1.786]],["body/classes/ResetPosition.html",[0,0.127,2,2.096,3,0.11,4,0.132,5,0.099,6,0.099,7,2.478,8,1.426,11,0.433,12,0.805,13,2.56,14,1.251,15,0.721,18,2.103,20,0.915,22,0.869,25,0.009,28,0.931,29,0.869,30,1.276,32,2.396,33,0.143,34,0.632,41,0.217,42,3.957,47,2.76,51,0.006,52,0.006,78,1.896,282,2.267,289,1.945,293,1.324,342,1.24,345,2.207,430,2.096,432,2.15,434,1.854,442,2.096,448,1.579,574,1.752,600,2.267,613,2.267,688,1.137,769,2.263,815,3.441,1029,2.251,1036,2.968,1219,2.67,2100,2.267,2103,2.362,2126,2.362,2152,2.267,2153,2.887,2154,4.07,2156,2.267,2157,2.887,2158,2.267,2159,2.267,2160,2.396,2161,2.267,2162,2.267,2163,2.992,2164,2.812,2165,2.267,2166,2.267,2167,2.33,2168,3.141,2986,5.546]],["title/classes/ResetRadius.html",[0,0.063,2166,1.834]],["body/classes/ResetRadius.html",[0,0.127,2,2.096,3,0.11,4,0.132,5,0.099,6,0.099,7,2.478,8,1.426,11,0.433,12,0.805,13,2.56,14,1.251,15,0.721,18,2.103,20,0.915,22,0.869,25,0.009,28,0.931,29,0.869,30,1.276,32,2.396,33,0.143,34,0.632,41,0.217,42,3.957,47,2.76,51,0.006,52,0.006,78,1.896,282,2.267,289,1.945,293,1.324,342,1.24,345,2.207,430,2.096,432,2.15,434,1.854,442,2.096,448,1.579,574,1.752,600,2.267,613,2.267,688,1.137,769,2.383,815,3.441,1029,2.18,1036,2.968,1219,2.67,2100,2.267,2103,2.362,2126,2.362,2152,2.267,2153,2.887,2154,4.07,2156,2.267,2157,2.887,2158,2.267,2159,2.267,2160,2.396,2161,2.267,2162,2.267,2163,2.992,2164,2.207,2165,2.267,2166,2.888,2167,2.33,2168,3.141,2987,5.546]],["title/components/ResultsBrowserComponent.html",[180,0.687,678,1.431]],["body/components/ResultsBrowserComponent.html",[0,0.042,3,0.059,4,0.071,5,0.053,6,0.121,8,0.996,11,0.232,12,0.52,14,0.96,15,0.66,16,0.623,20,1.006,22,1.345,24,1.372,25,0.009,26,0.999,27,1.049,28,0.5,29,0.714,30,1.098,32,1.969,33,0.173,34,1.036,35,0.793,41,0.071,45,1.07,47,1.488,48,2.595,51,0.008,52,0.004,57,0.546,65,0.949,66,0.949,82,1.187,85,1.529,86,1.623,92,0.24,104,4.517,114,0.695,131,6.88,144,0.928,150,0.847,159,1.667,160,0.875,172,3.617,177,1.633,178,0.995,180,1.19,189,2.771,233,0.928,235,0.928,238,1.217,239,1.269,241,3.685,242,1.613,245,2.31,246,1.599,248,1.638,250,1.524,251,1.524,253,1.488,274,2.055,276,3.219,277,1.542,278,2.093,288,2.737,297,1.667,299,1.852,302,1.149,309,0.637,317,0.972,339,1.561,340,1.524,341,2.086,413,2.093,426,1.162,432,1.154,444,3.468,461,2.417,463,2.087,476,5.045,516,0.907,520,1.363,525,1.019,532,1.044,533,0.928,537,1.019,539,0.949,541,1.863,568,3.173,643,1.454,644,1.767,645,1.044,646,2.177,647,1.044,648,1.044,649,1.044,650,0.907,651,1.044,652,0.949,653,1.044,654,0.949,655,1.044,656,0.949,657,1.599,658,0.949,659,0.972,660,1.044,661,1.044,662,0.949,663,1.044,664,0.949,665,1.019,666,1.044,667,0.949,668,1.421,669,1.044,670,0.949,671,1.044,672,0.949,673,1.599,674,0.949,675,1.044,676,0.972,677,1.044,678,1.98,679,1.044,680,0.949,681,0.995,682,0.949,683,0.847,684,1.599,685,0.949,686,1.044,687,0.949,688,0.61,689,0.949,690,1.044,691,0.949,692,1.044,693,0.949,694,0.907,695,1.044,696,1.599,697,0.949,698,1.019,699,1.044,700,0.949,701,1.388,702,0.949,703,0.949,704,1.044,705,0.949,706,1.044,707,0.949,708,1.044,709,1.044,710,1.07,719,2.152,725,3.693,728,3.617,729,3.439,732,3.746,741,2.615,742,2.373,744,1.45,746,2.459,747,2.22,749,1.363,750,1.363,752,1.767,754,2.538,762,2.842,764,1.498,765,2.966,771,1.734,772,1.667,779,2.087,789,1.529,801,2.102,802,3.124,804,2.788,805,2.615,806,1.454,823,3.219,829,1.809,835,1.405,836,1.405,844,2.093,845,3.785,865,5.067,866,2.237,989,4.032,1029,0.793,1071,4.032,1150,1.99,1151,2.633,1217,2.633,1315,4.9,1373,5.218,1408,3.219,1556,2.237,1582,5.497,1596,4.479,1603,3.047,1612,3.685,1617,3.949,1646,1.405,1647,2.9,1652,2.237,1653,1.45,1655,2.22,1656,3.367,1657,2.237,1661,1.667,1673,1.734,1679,3.617,1683,2.406,1813,3.426,1823,4.032,1900,4.032,1940,3.228,1941,2.9,2054,3.426,2062,2.102,2084,4.032,2088,4.032,2343,4.72,2427,1.99,2433,3.913,2666,2.633,2975,2.771,2988,2.633,2989,4.559,2990,6.208,2991,6.208,2992,4.559,2993,6.208,2994,4.559,2995,4.559,2996,5.54,2997,4.559,2998,5.54,2999,4.559,3000,4.559,3001,4.559,3002,5.54,3003,4.559,3004,6.693,3005,5.54,3006,5.54,3007,4.9,3008,5.54,3009,5.54,3010,4.559,3011,2.976,3012,2.976,3013,2.976,3014,2.976,3015,2.976,3016,4.559,3017,2.976,3018,2.976,3019,2.976,3020,4.559,3021,4.559,3022,2.976,3023,4.559,3024,2.976,3025,2.976,3026,2.976,3027,4.559,3028,2.976,3029,6.208,3030,4.559,3031,2.976,3032,4.559,3033,4.559,3034,2.976,3035,4.559,3036,5.54,3037,2.976,3038,7.771,3039,4.559,3040,4.559,3041,4.559,3042,5.54,3043,2.976,3044,2.976,3045,2.976,3046,2.976,3047,2.976,3048,2.976,3049,2.976,3050,4.559,3051,4.559,3052,4.559,3053,4.559,3054,2.976,3055,4.559,3056,4.559,3057,6.208,3058,2.976,3059,2.976,3060,2.633,3061,2.633,3062,4.559,3063,2.976,3064,2.406]],["title/modules/ResultsBrowserModule.html",[53,0.736,73,3.169]],["body/modules/ResultsBrowserModule.html",[0,0.091,3,0.129,4,0.155,5,0.116,6,0.091,25,0.009,33,0.229,41,0.155,51,0.008,52,0.007,53,1.066,55,1.978,56,1.978,57,1.192,58,2.724,59,2.072,60,1.891,61,2.724,73,6.511,77,2.543,78,1.584,79,1.808,81,2.604,91,2.543,92,0.524,131,5.855,659,2.12,678,2.98,785,2.87,786,2.278,1582,4.132,1584,4.882,1693,6.345,3065,5.745,3066,6.495,3067,5.745,3068,5.745,3069,6.495,3070,7.79,3071,6.495,3072,6.495,3073,6.495]],["title/components/RunSpatialSearchComponent.html",[180,0.687,680,1.431]],["body/components/RunSpatialSearchComponent.html",[0,0.113,3,0.086,4,0.104,5,0.078,6,0.109,8,1.474,11,0.339,12,0.685,14,1.061,15,0.538,16,0.911,20,0.563,22,1.165,24,0.891,25,0.009,26,0.937,27,0.681,28,1.009,29,0.942,30,1.54,33,0.208,34,1.071,41,0.104,50,1.73,51,0.006,52,0.005,57,0.798,65,1.387,66,1.387,82,1.565,85,0.993,86,1.287,92,0.351,114,1.015,138,5.508,144,1.355,150,1.237,159,2.435,178,1.453,180,1.055,190,1.488,203,1.563,229,2.643,233,1.355,235,1.355,239,1.673,242,2.005,245,2.384,246,2.108,248,2.16,250,2.009,251,2.009,277,1.917,299,1.453,317,1.419,348,1.132,408,1.73,443,4.517,461,1.488,516,1.324,532,1.525,533,1.355,537,1.488,539,1.387,643,2.487,644,1.917,645,1.525,646,2.606,647,1.525,648,1.525,649,1.525,650,2.263,651,1.525,652,1.387,653,1.525,654,1.387,655,1.525,656,1.387,657,2.108,658,1.387,659,1.419,660,1.525,661,1.525,662,1.387,663,1.525,664,1.387,665,1.488,666,1.525,667,1.387,668,1.873,669,1.525,670,1.387,671,1.525,672,1.387,673,2.108,674,1.387,675,1.525,676,1.419,677,1.525,678,1.387,679,1.525,680,2.37,681,3.005,682,1.917,683,2.22,684,2.108,685,1.387,686,1.525,687,1.387,688,0.891,689,1.387,690,1.525,691,1.387,692,1.525,693,1.387,694,1.324,695,1.525,696,2.108,697,1.387,698,1.488,699,1.525,700,1.387,701,1.831,702,1.387,703,1.387,704,1.525,705,1.387,706,1.525,707,1.387,708,1.525,709,1.525,710,1.563,740,2.052,741,2.052,744,2.118,748,2.435,750,1.991,751,1.933,752,1.96,754,2.16,756,2.752,757,2.346,758,2.533,765,2.525,767,2.435,777,2.346,789,0.993,844,1.643,848,3.071,942,1.453,961,3.586,969,3.024,988,2.837,999,2.927,1021,2.118,1116,2.533,1232,2.346,1234,3.024,1393,2.435,1397,2.264,1461,2.264,1679,4.013,1691,3.268,1692,2.643,1738,4.517,1940,2.533,2054,3.268,2055,3.846,2103,1.453,2104,2.435,2156,3.188,2157,3.129,2573,3.515,2576,6.092,2577,5.316,2593,6.092,3074,6.305,3075,4.348,3076,5.177,3077,6.007,3078,4.348,3079,5.316,3080,3.071,3081,2.906,3082,3.071,3083,4.348,3084,4.348,3085,3.846,3086,6.01,3087,4.348]],["title/modules/RunSpatialSearchModule.html",[53,0.736,74,2.999]],["body/modules/RunSpatialSearchModule.html",[0,0.092,3,0.131,4,0.157,5,0.118,6,0.092,25,0.009,30,1.378,33,0.23,41,0.157,51,0.007,52,0.007,53,1.081,55,2.007,56,2.007,57,1.21,58,2.741,59,2.101,60,1.918,61,2.741,74,6.09,77,2.565,78,1.607,79,1.834,81,2.203,91,2.565,92,0.531,95,3.597,96,2.846,138,4.653,149,3.69,680,2.985,681,2.203,785,2.895,786,2.311,2071,4.776,2674,5.828,2680,5.828,3074,5.327,3088,5.828,3089,5.828,3090,5.828]],["title/injectables/SceneState.html",[227,2.258,495,1.094]],["body/injectables/SceneState.html",[0,0.042,3,0.091,4,0.072,5,0.054,6,0.123,11,0.236,12,0.526,13,1.977,14,1.142,15,0.649,16,1.171,20,0.92,22,1.365,24,1.632,25,0.009,26,1.101,27,1.248,28,1.05,29,0.981,33,0.212,34,0.637,35,0.804,41,0.133,45,1.086,47,0.986,48,2.726,51,0.004,52,0.004,82,1.201,85,1.85,86,1.842,90,5.065,92,0.244,111,0.942,158,1.202,160,1.363,166,0.496,170,1.992,176,2.271,177,1.364,190,1.034,192,3.149,194,4.128,200,3.082,201,0.986,202,1.52,203,1.086,221,3.831,223,3.258,225,1.922,226,2.271,227,2.32,238,1.885,245,1.717,253,0.986,274,1.342,282,1.235,289,2.491,302,1.157,309,1.339,322,2.621,327,1.63,339,1.579,340,1.541,341,2.213,342,1.399,345,3.568,348,2.109,372,2.443,389,3.71,395,2.628,401,1.142,426,0.77,442,1.742,444,1.426,461,2.142,495,1.125,496,1.52,573,1.171,574,1.339,588,2.134,688,0.619,729,1.472,789,1.54,806,1.996,811,2.271,861,1.692,867,4.371,868,1.343,869,2.582,870,1.692,871,3.557,872,1.692,877,4.965,893,1.922,898,3.557,903,1.922,904,1.383,906,3.016,909,4.629,933,3.803,942,2.374,978,3.798,1094,2.271,1105,1.76,1122,1.383,1215,5.016,1219,2.949,1232,1.63,1234,1.52,1275,1.573,1361,1.922,1393,1.692,1397,2.401,1403,1.922,1410,2.02,1479,3.999,1617,1.922,1740,1.836,1840,2.933,2003,3.728,2126,2.469,2127,2.443,2173,2.134,2205,1.836,2432,4.203,2433,3.949,2439,2.672,2441,3.466,2442,4.203,2443,3.949,2454,3.466,2460,4.419,2464,2.134,2465,2.134,2470,2.271,2471,2.271,2472,2.271,2473,2.271,2474,3.256,2475,2.271,2476,2.271,2477,2.271,2478,2.271,2480,2.271,2844,4.304,2857,4.784,2870,1.836,2898,1.836,3091,2.271,3092,5.534,3093,6.737,3094,6.737,3095,4.946,3096,4.611,3097,5.534,3098,4.611,3099,4.611,3100,4.611,3101,4.611,3102,4.611,3103,4.611,3104,3.021,3105,4.078,3106,5.552,3107,3.021,3108,3.728,3109,3.021,3110,3.021,3111,5.534,3112,3.021,3113,4.078,3114,4.078,3115,3.021,3116,3.021,3117,3.021,3118,3.021,3119,5.534,3120,5.338,3121,3.021,3122,3.021,3123,3.021,3124,3.021,3125,3.256,3126,3.021,3127,3.021,3128,4.078,3129,3.021,3130,3.021,3131,3.021,3132,4.078,3133,3.021,3134,4.078,3135,3.021,3136,4.078,3137,3.021,3138,4.078,3139,3.021,3140,4.078,3141,3.466,3142,2.443,3143,2.443,3144,2.443,3145,2.443,3146,2.443,3147,2.443,3148,4.078,3149,4.078,3150,2.672,3151,2.443,3152,2.672,3153,2.672,3154,2.672,3155,2.672,3156,2.672,3157,2.672,3158,4.078,3159,4.078,3160,5.534,3161,2.672,3162,4.946,3163,2.672,3164,2.443,3165,2.672,3166,2.672,3167,2.672,3168,2.672,3169,2.672,3170,2.672,3171,2.443,3172,2.672,3173,2.672,3174,2.672,3175,2.672,3176,2.672,3177,2.672,3178,2.672,3179,2.672,3180,2.672,3181,2.672,3182,2.672,3183,2.672,3184,2.672,3185,2.672,3186,2.672,3187,2.672,3188,2.672,3189,2.672,3190,2.672,3191,2.672,3192,2.672,3193,2.672,3194,2.672,3195,2.672,3196,2.672,3197,2.672,3198,2.672,3199,2.672,3200,2.672,3201,2.443,3202,2.672,3203,2.672,3204,2.672,3205,2.672,3206,2.672,3207,2.672,3208,2.672,3209,2.672,3210,2.672,3211,2.672,3212,2.672]],["title/interfaces/SceneStateModel.html",[166,0.736,3106,3.373]],["body/interfaces/SceneStateModel.html",[0,0.052,3,0.107,4,0.089,5,0.067,6,0.052,11,0.291,12,0.614,13,1.5,14,1.043,15,0.644,16,1.129,20,0.993,25,0.009,26,0.507,27,0.845,33,0.222,34,0.722,35,0.992,41,0.151,45,1.34,47,1.217,48,2.626,51,0.005,52,0.005,86,1.734,90,4.681,92,0.301,111,1.161,158,1.483,160,1.472,166,0.612,168,1.307,170,1.61,176,2.801,177,1.544,190,1.276,192,2.712,194,4.178,200,3.603,201,1.217,202,1.875,203,1.34,221,3.415,223,3.14,225,2.371,226,2.801,227,1.875,238,2.203,245,1.613,253,1.217,274,1.085,282,1.523,289,2.433,302,1.263,309,1.485,322,2.514,327,2.011,339,1.276,340,1.246,341,2.391,342,1.205,345,3.57,348,1.917,372,3.013,389,3.379,395,2.659,401,1.408,426,0.95,442,2.037,444,1.759,461,1.845,495,1.315,573,1.445,574,1.485,588,2.632,688,0.764,729,1.815,806,1.719,811,2.801,861,2.087,867,4.122,868,1.657,869,3.018,870,2.087,871,3.428,872,2.087,877,4.681,893,2.371,898,2.371,903,2.371,904,1.706,906,2.908,909,4.216,933,4.216,951,4.051,978,3.669,1094,2.801,1105,2.172,1122,1.706,1215,4.471,1219,2.989,1232,2.011,1234,1.875,1275,1.94,1361,2.371,1393,2.087,1397,2.806,1403,2.371,1410,2.491,1479,3.736,1617,2.371,1740,2.265,1840,2.371,2003,3.013,2126,2.46,2127,3.013,2173,2.632,2205,2.265,2432,4.758,2433,2.632,2441,2.801,2442,4.051,2443,3.806,2454,2.801,2460,3.806,2464,2.632,2465,2.632,2470,2.801,2471,2.801,2472,2.801,2473,2.801,2474,3.806,2475,2.801,2476,2.801,2477,2.801,2478,2.801,2480,2.801,2844,4.47,2857,4.883,2870,2.265,2898,2.265,3091,2.801,3092,6.509,3093,7.164,3094,7.164,3095,3.297,3097,3.297,3105,3.297,3106,5.214,3108,3.013,3111,4.767,3113,3.297,3114,3.297,3119,4.767,3120,4.758,3125,2.632,3128,3.297,3132,3.297,3134,3.297,3136,3.297,3138,3.297,3140,4.767,3141,4.051,3142,3.013,3143,3.013,3144,3.013,3145,3.013,3146,3.013,3147,3.013,3148,6.509,3149,6.509,3150,3.297,3151,3.013,3152,3.297,3153,3.297,3154,3.297,3155,3.297,3156,3.297,3157,3.297,3158,4.767,3159,4.767,3160,6.136,3161,3.297,3162,5.6,3163,3.297,3164,3.013,3165,3.297,3166,3.297,3167,3.297,3168,3.297,3169,3.297,3170,3.297,3171,3.013,3172,3.297,3173,3.297,3174,3.297,3175,3.297,3176,3.297,3177,3.297,3178,3.297,3179,3.297,3180,3.297,3181,3.297,3182,3.297,3183,3.297,3184,3.297,3185,3.297,3186,3.297,3187,3.297,3188,3.297,3189,3.297,3190,3.297,3191,3.297,3192,3.297,3193,3.297,3194,3.297,3195,3.297,3196,3.297,3197,3.297,3198,3.297,3199,3.297,3200,3.297,3201,3.013,3202,3.297,3203,3.297,3204,3.297,3205,3.297,3206,3.297,3207,3.297,3208,3.297,3209,3.297,3210,3.297,3211,3.297,3212,3.297]],["title/interfaces/SearchResult.html",[166,0.736,2597,3.169]],["body/interfaces/SearchResult.html",[0,0.061,3,0.087,4,0.105,5,0.079,6,0.062,8,1.467,11,0.69,12,0.691,14,0.942,15,0.611,20,1.124,25,0.009,29,0.689,33,0.214,34,0.501,35,1.171,41,0.144,49,2.076,51,0.008,52,0.005,85,1.789,86,0.941,92,0.355,114,1.027,160,1.503,166,1.137,168,1.542,188,2.562,191,4.408,198,2.617,199,3.305,201,1.436,202,3.048,203,1.581,238,1.798,277,2.352,278,3.312,302,1.04,309,1.676,331,3.305,340,2.025,341,2.633,342,1.354,348,1.805,409,2.372,446,4.645,462,2.94,463,3.172,495,1.69,533,1.888,574,1.598,587,2.673,591,3.106,694,2.465,749,2.773,789,1.005,865,4.049,978,1.955,988,2.076,1004,3.106,1009,3.106,1130,3.529,1216,5.208,1373,4.76,1623,4.897,1676,3.853,1729,3.529,1749,2.797,1819,4.553,1944,3.106,2126,2.954,2130,5.858,2148,6.036,2192,6.084,2496,3.682,2568,2.673,2581,3.853,2589,3.682,2592,4.897,2597,4.894,2607,3.555,2629,3.305,2637,3.555,2662,3.555,2681,3.555,2682,3.555,2683,3.89,2684,3.89,2685,3.555,2686,5.602,2693,3.89,2694,7.752,2696,3.89,2697,3.89,2698,5.358,2699,3.89,2700,3.89,2702,3.89,2703,3.89,2704,3.89,2706,3.89,2708,3.89,2709,3.89,2710,3.89,2712,5.358,2713,3.89,2715,3.89,2719,3.89,2720,5.358,2721,7.159,2722,3.89,2723,3.555,2724,3.89,2725,3.89,2726,3.89,2727,3.89,2728,3.89,2729,3.89,2730,5.358,2731,3.89,2732,5.358,2733,5.358,2734,5.358,2735,5.358,2736,3.89,2737,3.89,2738,3.89,2739,3.89,2740,3.89,2741,3.89,2742,5.358,2743,5.358,2744,3.555,2745,3.89,2746,3.89]],["title/classes/SetExecuteSearchOnGenerate.html",[0,0.063,2100,1.834]],["body/classes/SetExecuteSearchOnGenerate.html",[0,0.127,2,2.059,3,0.108,4,0.13,5,0.097,6,0.108,7,2.704,8,1.456,11,0.425,12,0.796,13,2.554,14,1.248,15,0.719,16,1.141,18,2.08,20,0.905,22,1.095,24,1.117,25,0.009,26,0.741,27,0.854,28,0.915,29,0.854,30,1.265,32,2.354,33,0.141,34,0.621,41,0.216,42,3.939,47,2.809,51,0.006,52,0.006,78,1.704,282,2.228,289,1.911,293,1.301,342,1.218,345,2.169,430,2.059,432,2.113,434,1.822,442,2.059,448,1.551,574,1.741,600,2.228,613,2.228,688,1.117,769,2.245,815,3.756,1029,2.166,1036,2.935,1219,2.64,2100,2.856,2103,2.578,2126,2.335,2152,2.228,2153,2.837,2154,4.06,2156,2.228,2157,2.837,2158,2.228,2159,2.228,2160,2.354,2161,2.228,2162,2.228,2163,2.94,2164,2.169,2165,2.228,2166,2.228,2167,2.289,2168,3.615,3213,5.45,3214,6.986]],["title/classes/SetOrgan.html",[0,0.063,2159,1.834]],["body/classes/SetOrgan.html",[0,0.127,2,2.048,3,0.108,4,0.129,5,0.097,6,0.108,7,2.698,8,1.445,11,0.423,12,0.794,13,2.552,14,1.247,15,0.721,16,1.135,18,2.073,20,1.051,22,1.091,24,1.111,25,0.009,26,0.737,27,0.849,28,0.91,29,0.849,30,1.262,32,2.341,33,0.14,34,0.618,41,0.216,42,3.934,47,2.805,51,0.006,52,0.006,78,1.698,282,2.216,289,2.442,293,1.294,342,1.212,345,2.157,430,2.048,432,2.102,434,1.812,442,2.048,448,2.189,574,1.737,600,2.216,613,2.216,688,1.111,769,2.239,815,3.391,1029,2.161,1036,2.925,1219,2.631,2100,2.216,2103,2.571,2126,2.327,2152,2.216,2153,2.822,2154,4.057,2156,2.216,2157,2.822,2158,2.216,2159,2.846,2160,3.007,2161,2.216,2162,2.216,2163,2.924,2164,2.157,2165,2.216,2166,2.216,2167,2.277,2168,3.095,3215,5.42,3216,6.962]],["title/classes/SetPosition.html",[0,0.063,2161,1.834]],["body/classes/SetPosition.html",[0,0.127,2,2.053,3,0.108,4,0.129,5,0.097,6,0.108,7,2.7,8,1.446,11,0.424,12,0.795,13,2.553,14,1.247,15,0.726,16,1.138,18,2.076,20,0.903,22,1.093,24,1.113,25,0.009,26,0.739,27,0.851,28,0.912,29,0.851,30,1.263,32,2.346,33,0.14,34,0.619,41,0.216,42,3.936,47,2.807,51,0.006,52,0.006,78,1.701,282,2.22,289,1.905,293,1.296,342,1.214,345,2.162,430,2.053,432,2.106,434,1.816,442,2.053,448,1.546,574,1.739,600,2.22,613,2.22,688,1.113,769,2.241,815,3.396,951,5.24,1029,2.289,1036,2.929,1219,2.635,2100,2.22,2103,2.574,2126,2.33,2152,2.22,2153,2.828,2154,4.058,2156,2.22,2157,2.828,2158,2.22,2159,2.22,2160,2.346,2161,2.85,2162,2.22,2163,2.93,2164,2.162,2165,2.22,2166,2.22,2167,2.282,2168,3.099,3217,5.432,3218,6.972]],["title/classes/SetRadius.html",[0,0.063,2165,1.834]],["body/classes/SetRadius.html",[0,0.127,2,2.057,3,0.108,4,0.13,5,0.097,6,0.108,7,2.703,8,1.447,11,0.425,12,0.796,13,2.554,14,1.248,15,0.722,16,1.14,18,2.079,20,0.904,22,1.094,24,1.116,25,0.009,26,0.74,27,0.853,28,0.914,29,0.853,30,1.265,32,2.352,33,0.141,34,0.621,41,0.216,42,3.938,47,2.808,51,0.006,52,0.006,78,1.703,282,2.225,289,1.909,293,1.299,342,1.217,345,2.167,430,2.057,432,2.111,434,1.82,442,2.057,448,1.549,574,1.841,600,2.225,613,2.225,688,1.116,769,2.447,815,3.4,1029,2.165,1036,2.933,1219,2.638,2100,2.225,2103,2.576,2126,2.334,2152,2.225,2153,2.834,2154,4.059,2156,2.225,2157,2.834,2158,2.225,2159,2.225,2160,2.352,2161,2.225,2162,2.225,2163,2.937,2164,2.167,2165,2.854,2166,2.225,2167,2.287,2168,3.104,3219,5.444,3220,6.982]],["title/classes/SetSelectedSearches.html",[0,0.063,46,2.727]],["body/classes/SetSelectedSearches.html",[0,0.114,1,3.088,2,2.319,3,0.122,4,0.146,5,0.11,6,0.114,7,2.855,8,1.498,9,3.517,10,4.613,11,0.479,12,0.858,13,2.424,14,1.221,15,0.708,16,1.285,18,2.424,19,4.334,20,1.054,21,3.919,22,1.18,24,1.258,25,0.009,26,0.835,27,0.962,28,1.03,29,0.962,30,1.429,31,2.837,32,2.651,33,0.21,34,0.7,35,1.634,36,3.088,37,2.509,38,2.81,39,4.419,40,3.73,41,0.194,42,3.727,43,3.73,44,4.334,45,2.206,46,4.575,47,2.457,48,2.577,49,3.553,50,2.996,51,0.007,52,0.007,3221,6.137,3222,7.527]],["title/classes/SetSex.html",[0,0.063,2158,1.834]],["body/classes/SetSex.html",[0,0.127,2,2.048,3,0.108,4,0.129,5,0.097,6,0.108,7,2.698,8,1.445,11,0.423,12,0.794,13,2.552,14,1.247,15,0.721,16,1.135,17,4.794,18,2.417,20,0.902,22,1.091,24,1.111,25,0.009,26,0.737,27,0.849,28,0.91,29,0.849,30,1.262,32,2.341,33,0.14,34,0.618,41,0.216,42,3.934,47,2.805,51,0.006,52,0.006,78,1.698,282,2.216,289,1.901,293,1.294,342,1.212,345,2.157,430,2.048,432,2.102,434,1.812,442,2.048,448,1.543,574,1.737,600,3.144,613,3.144,688,1.111,769,2.239,815,3.391,1029,2.161,1036,2.925,1219,2.631,2100,2.216,2103,2.571,2126,2.327,2152,2.216,2153,2.822,2154,4.057,2156,2.216,2157,2.822,2158,2.846,2159,2.216,2160,2.341,2161,2.216,2162,2.216,2163,2.924,2164,2.157,2165,2.216,2166,2.216,2167,2.277,2168,3.095,3223,6.962]],["title/components/SpatialSearchConfigBehaviorComponent.html",[180,0.687,682,1.431]],["body/components/SpatialSearchConfigBehaviorComponent.html",[0,0.05,3,0.071,4,0.086,5,0.064,6,0.123,8,1.508,11,0.281,12,0.598,14,1.235,15,0.611,16,1.099,18,2.03,22,1.369,24,1.076,25,0.009,26,0.927,27,0.823,28,1.144,29,1.069,30,1.398,33,0.218,34,1.053,37,1.469,38,1.645,41,0.086,51,0.006,52,0.005,57,0.66,65,1.146,66,1.146,82,1.367,85,1.657,86,1.779,92,0.29,111,1.12,114,0.839,144,1.12,150,1.023,158,2.089,160,0.689,178,1.201,180,0.949,185,5.451,186,2.402,187,2.402,188,2.094,189,2.184,190,1.23,194,1.75,198,3.379,201,1.173,215,2.538,216,2.905,217,2.905,229,3.19,233,1.12,235,1.12,239,1.461,242,1.805,245,2.35,246,1.841,250,1.754,251,1.754,253,1.173,277,1.726,299,1.201,302,1.171,317,1.173,342,1.386,348,2.13,483,3.973,516,1.094,532,1.26,533,1.12,537,1.23,539,1.146,643,1.674,644,1.674,645,1.26,646,2.391,647,1.26,648,1.26,649,1.26,650,1.094,651,1.26,652,1.146,653,1.26,654,1.146,655,1.26,656,1.146,657,1.841,658,1.146,659,1.173,660,1.26,661,1.26,662,1.146,663,1.26,664,1.146,665,1.23,666,1.26,667,1.146,668,1.636,669,1.26,670,1.146,671,1.26,672,1.146,673,1.841,674,1.146,675,1.26,676,1.173,677,1.26,678,1.146,679,1.26,680,1.146,681,1.201,682,2.175,683,2.647,684,1.841,685,1.674,686,1.26,687,1.674,688,1.271,689,1.146,690,1.26,691,1.146,692,1.26,693,1.146,694,1.094,695,1.26,696,1.841,697,1.146,698,1.23,699,1.26,700,1.146,701,1.599,702,1.146,703,1.146,704,1.26,705,1.146,706,1.26,707,1.146,708,1.26,709,1.26,752,1.023,761,1.469,942,2.424,954,3.472,964,4.145,967,3.819,1013,4.848,1055,2.402,1479,3.02,1656,2.184,1896,2.905,2103,1.754,2104,2.012,2158,1.469,2159,1.469,2581,3.944,3076,5.125,3077,6.482,3080,2.538,3081,5.911,3082,2.538,3224,4.924,3225,2.905,3226,4.243,3227,4.642,3228,6.2,3229,7.234,3230,5.484,3231,5.484,3232,5.484,3233,6.031,3234,4.642,3235,6.031,3236,3.593,3237,5.484,3238,6.031,3239,6.2,3240,5.484,3241,6.031,3242,5.248,3243,3.593,3244,3.593,3245,4.642,3246,3.593,3247,3.178,3248,3.593,3249,3.593,3250,5.248,3251,3.593,3252,3.593,3253,4.642,3254,3.593,3255,4.642,3256,3.593,3257,3.178,3258,5.248,3259,3.593,3260,5.248,3261,3.593,3262,3.178,3263,2.538,3264,3.178,3265,3.593,3266,3.178,3267,3.178,3268,3.593,3269,3.178,3270,3.178,3271,2.905,3272,3.178,3273,3.178,3274,3.178,3275,3.178,3276,3.178,3277,3.178,3278,3.178,3279,3.178,3280,3.178,3281,3.178,3282,3.593,3283,3.178,3284,3.178,3285,3.178]],["title/modules/SpatialSearchConfigBehaviorModule.html",[53,0.736,3286,3.373]],["body/modules/SpatialSearchConfigBehaviorModule.html",[0,0.09,3,0.128,4,0.153,5,0.115,6,0.09,8,1.416,25,0.009,30,1.271,33,0.228,37,2.631,41,0.153,51,0.007,52,0.007,53,1.056,55,1.96,56,1.96,57,1.182,58,2.714,59,2.053,60,1.874,61,2.714,77,2.53,78,1.57,79,1.792,81,2.59,91,2.53,92,0.519,682,2.976,683,2.366,785,2.855,786,2.257,3080,4.546,3081,4.303,3082,4.546,3224,3.605,3286,6.92,3287,5.693,3288,5.693,3289,5.693,3290,5.693,3291,6.332,3292,5.693,3293,6.853,3294,6.437]],["title/components/SpatialSearchConfigComponent.html",[180,0.687,685,1.431]],["body/components/SpatialSearchConfigComponent.html",[0,0.083,3,0.14,4,0.08,5,0.06,6,0.116,8,1.491,11,0.261,12,0.567,14,1.068,15,0.647,18,2.548,20,0.432,22,1.28,25,0.009,26,0.676,28,0.834,29,0.779,30,1.457,33,0.128,34,1.053,37,3.387,41,0.118,48,2.252,50,2.8,51,0.005,52,0.005,57,0.613,65,1.064,66,1.064,92,0.269,111,1.04,114,0.779,144,1.04,150,1.414,172,2.896,178,1.116,180,0.909,189,4.276,194,3.426,233,1.04,235,1.04,239,1.383,242,1.728,245,2.339,246,1.743,248,1.786,250,1.661,251,1.661,277,1.653,278,1.878,289,2.814,299,1.116,302,1.208,314,4.405,317,1.09,408,2.363,413,2.486,426,2,437,2.028,445,4.398,461,2.525,483,3.834,516,1.016,520,1.528,525,1.701,532,1.17,533,1.04,537,1.142,539,1.064,541,2.032,568,2.551,600,2.689,613,2.689,643,1.585,644,1.585,645,1.17,646,2.307,647,1.17,648,1.17,649,1.17,650,2.487,651,1.17,652,1.064,653,1.17,654,1.064,655,1.17,656,1.064,657,1.743,658,1.064,659,1.939,660,1.17,661,1.17,662,1.064,663,1.17,664,1.064,665,1.142,666,1.17,667,1.064,668,1.549,669,1.17,670,1.064,671,1.17,672,1.064,673,1.743,674,1.064,675,1.17,676,1.09,677,1.17,678,1.064,679,1.17,680,1.064,681,1.116,682,1.064,683,2.283,684,1.743,685,2.098,686,1.17,687,1.064,688,0.684,689,1.064,690,1.17,691,1.064,692,1.17,693,1.064,694,1.016,695,1.17,696,1.743,697,1.064,698,1.142,699,1.17,700,1.064,701,1.514,702,1.064,703,1.064,704,1.17,705,1.064,706,1.17,707,1.064,708,1.17,709,1.17,710,1.199,719,2.346,725,3.794,728,4.297,732,3.377,740,1.575,741,2.803,744,2.892,747,3.426,748,3.326,749,1.528,750,3.221,751,3.279,752,2.002,754,2.528,755,3.735,756,3.594,757,2.681,758,2.896,761,2.427,763,2.681,764,2.988,765,3.37,766,2.508,767,2.783,769,1.728,775,3.46,776,3.326,777,3.549,778,3.092,779,3.673,780,2.231,789,0.763,820,4.647,826,2.231,829,2.028,844,2.486,845,2.892,942,1.116,961,3.092,969,2.501,999,2.421,1021,1.625,1036,1.402,1116,1.945,1117,1.575,1122,1.528,1251,2.896,1479,3.721,1602,1.8,1647,2.123,1649,4.703,1653,3.205,1655,2.892,1656,2.028,1659,2.508,1661,2.783,1662,2.698,1663,2.123,1664,3.735,1675,2.421,1680,4.396,1685,1.869,1692,2.028,1749,2.123,1750,3.021,1751,3.51,1752,2.508,1754,2.698,1767,3.322,1768,2.357,1940,2.896,1941,2.123,1954,2.952,1961,2.952,1974,3.735,2054,2.508,2056,2.123,2060,2.028,2188,2.698,2190,5.687,2195,2.508,2205,2.028,3060,2.952,3224,4.641,3230,5.253,3231,5.253,3232,5.253,3233,5.253,3295,2.698,3296,5.938,3297,4.97,3298,5.938,3299,5.253,3300,3.337,3301,3.337,3302,3.337,3303,3.337,3304,7.035,3305,3.337,3306,3.337,3307,3.337,3308,3.337,3309,4.97,3310,4.396,3311,4.97,3312,3.337,3313,4.396,3314,4.97,3315,4.97,3316,3.337,3317,3.337,3318,2.698]],["title/modules/SpatialSearchConfigModule.html",[53,0.736,3291,3.169]],["body/modules/SpatialSearchConfigModule.html",[0,0.09,3,0.127,4,0.153,5,0.115,6,0.09,8,1.332,25,0.009,30,1.053,33,0.236,37,2.624,38,2.939,41,0.153,51,0.007,52,0.007,53,1.053,55,1.955,56,1.955,57,1.179,58,2.711,59,2.048,60,1.869,61,2.711,77,2.526,78,1.566,79,1.787,81,2.146,91,2.526,92,0.518,95,3.542,96,2.773,149,3.596,685,2.975,785,2.85,786,2.252,1778,6.254,1779,5.19,2071,4.702,2627,4.826,2675,6.843,3224,3.596,3291,6.4,3319,5.679,3320,5.679,3321,5.679,3322,6.42,3323,7.736,3324,6.42]],["title/interfaces/SpatialSearchFilterItem.html",[39,2.336,166,0.736]],["body/interfaces/SpatialSearchFilterItem.html",[0,0.074,1,3.458,3,0.105,4,0.127,5,0.095,6,0.074,7,1.863,8,1.488,9,2.294,11,0.415,12,0.783,15,0.629,18,2.709,19,4.853,20,1.141,21,4.528,25,0.009,26,1.095,29,0.832,30,0.871,33,0.225,34,0.783,35,1.414,36,2.673,37,2.171,38,2.432,39,4.193,41,0.181,43,4.177,45,3.126,46,4.177,48,2.352,50,2.114,51,0.006,52,0.006,86,1.631,92,0.428,111,1.655,160,1.64,166,0.871,168,1.863,170,2.968,190,1.818,230,3.095,253,1.734,293,1.268,297,4.266,302,0.912,309,1.631,322,2.093,348,1.984,430,2.879,432,2.953,434,2.546,495,1.676,769,2.217,789,1.214,904,2.432,1214,2.865,1833,3.707,2016,4.294,2842,4.896,2878,3.228,2942,3.228,2964,3.228,3325,3.992,3326,6.738,3327,4.698,3328,4.698,3329,4.698,3330,3.992,3331,4.698,3332,3.378,3333,4.698,3334,4.698,3335,4.698,3336,4.698,3337,4.698,3338,4.698,3339,4.698,3340,4.698,3341,4.698,3342,4.698,3343,4.698,3344,4.698,3345,4.698,3346,4.698,3347,4.698,3348,4.698,3349,4.698,3350,4.698,3351,4.698,3352,4.698,3353,4.698,3354,4.698,3355,4.698,3356,4.698,3357,4.698,3358,4.698,3359,4.698,3360,4.698,3361,4.294,3362,4.698,3363,4.698,3364,4.698]],["title/classes/SpatialSearchFilterSelectors.html",[0,0.063,231,2.513]],["body/classes/SpatialSearchFilterSelectors.html",[0,0.085,2,2.294,3,0.12,4,0.145,5,0.108,6,0.118,7,2.966,8,1.462,9,3.653,11,0.474,13,2.538,15,0.633,21,4.521,22,1.27,24,1.66,25,0.009,26,1.102,27,1.27,30,0.996,33,0.209,34,0.692,35,1.616,39,4.748,40,3.69,41,0.145,49,3.529,50,3.365,51,0.007,52,0.007,82,1.947,85,1.851,190,2.078,231,4.187,245,1.547,309,1.734,322,2.277,942,2.708,2028,5.369,2029,6.613,3330,6.355,3332,3.861,3365,5.369,3366,7.476,3367,7.476,3368,6.07,3369,6.07,3370,7.476,3371,6.613,3372,6.07,3373,7.476,3374,6.07,3375,6.07,3376,7.476,3377,6.07,3378,6.07]],["title/injectables/SpatialSearchFilterState.html",[495,1.094,3332,2.854]],["body/injectables/SpatialSearchFilterState.html",[0,0.064,1,4.132,3,0.091,4,0.11,5,0.082,6,0.117,7,2.946,8,1.506,9,3.628,11,0.36,15,0.656,18,2.669,19,4.42,20,1.153,21,4.601,22,1.287,24,1.683,25,0.009,26,1.226,27,1.287,29,0.723,30,0.757,33,0.217,34,0.713,35,1.228,36,2.321,37,1.885,38,2.112,39,3.966,41,0.169,43,4.991,45,2.738,46,4.991,48,2.142,50,1.836,51,0.006,52,0.006,82,1.63,85,1.876,86,1.758,92,0.372,111,1.437,160,1.576,166,0.757,170,1.992,190,1.579,230,2.687,253,1.506,293,1.101,297,3.978,302,0.792,309,1.52,322,1.906,348,2.256,430,2.684,432,2.754,434,2.374,448,2.022,495,1.526,496,2.321,769,2.067,789,1.054,904,2.112,942,2.374,1214,2.488,1833,3.376,2016,3.729,2842,5.323,2878,2.803,2942,2.803,2964,2.803,3325,3.466,3326,5.535,3327,4.079,3328,4.079,3329,4.079,3330,3.466,3331,4.079,3332,3.981,3333,5.535,3334,5.535,3335,4.079,3336,5.535,3337,5.535,3338,4.079,3339,4.079,3340,5.535,3341,5.535,3342,4.079,3343,4.079,3344,4.079,3345,4.079,3346,4.079,3347,4.079,3348,4.079,3349,5.535,3350,4.079,3351,4.079,3352,5.535,3353,4.079,3354,5.535,3355,4.079,3356,4.079,3357,4.079,3358,4.079,3359,4.079,3360,4.079,3361,3.729,3362,4.079,3363,4.079,3364,4.079,3379,6.258,3380,6.258,3381,6.258,3382,4.612,3383,6.282,3384,4.612,3385,4.612,3386,4.612,3387,4.612,3388,4.612]],["title/components/SpatialSearchUiBehaviorComponent.html",[180,0.687,687,1.431]],["body/components/SpatialSearchUiBehaviorComponent.html",[0,0.039,3,0.151,4,0.066,5,0.05,6,0.125,8,1.519,11,0.217,12,0.494,14,1.267,15,0.657,16,0.907,18,1.784,22,1.391,24,0.887,25,0.009,26,0.815,27,0.679,28,1.154,29,1.077,30,1.47,33,0.213,34,1.031,35,0.741,37,1.138,38,1.275,41,0.066,51,0.005,52,0.004,57,0.511,65,0.888,66,0.888,82,1.128,85,1.57,86,1.588,92,0.225,111,0.868,114,0.65,144,0.868,150,0.793,160,0.534,178,0.931,180,0.994,185,6.136,186,1.861,187,1.861,188,1.622,189,1.693,190,0.953,194,1.356,198,3.822,201,0.909,207,2.251,215,1.967,216,2.251,217,2.251,229,3.229,233,0.868,235,0.868,239,1.205,242,1.546,245,2.295,246,1.519,250,1.447,251,1.447,253,0.909,277,1.479,289,1.863,299,0.931,302,1.114,309,0.596,317,0.909,341,0.868,342,1.801,345,2.115,348,1.691,483,3.492,516,0.848,532,0.977,533,0.868,537,0.953,539,0.888,568,1.679,643,1.381,644,1.381,645,0.977,646,2.102,647,0.977,648,0.977,649,0.977,650,0.848,651,0.977,652,0.888,653,0.977,654,0.888,655,0.977,656,0.888,657,1.519,658,0.888,659,0.909,660,0.977,661,0.977,662,0.888,663,0.977,664,0.888,665,0.953,666,0.977,667,0.888,668,1.349,669,0.977,670,0.888,671,0.977,672,0.888,673,1.519,674,0.888,675,0.977,676,0.909,677,0.977,678,0.888,679,0.977,680,0.888,681,0.931,682,1.381,683,1.848,684,1.519,685,0.888,686,0.977,687,1.911,688,1.922,689,1.381,690,0.977,691,0.888,692,0.977,693,0.888,694,0.848,695,0.977,696,1.519,697,0.888,698,0.953,699,0.977,700,0.888,701,1.319,702,0.888,703,0.888,704,0.977,705,0.888,706,0.977,707,0.888,708,0.977,709,0.977,752,0.793,761,1.138,769,1.546,789,0.989,823,3.058,942,2.857,964,4.34,1013,3.552,1029,1.596,1055,1.861,1104,2.109,1219,1.052,1220,1.401,1656,1.693,1729,2.523,1738,3.254,1759,4.504,1830,5.556,1896,2.251,2103,2.003,2104,1.559,2152,2.45,2161,1.138,2162,2.45,2164,2.385,2165,1.138,2166,2.45,2484,2.766,2581,3.38,2851,3.233,2853,1.45,2856,3.096,2860,3.096,2861,3.096,2960,2.523,3076,5.962,3077,5.248,3080,1.967,3081,5.972,3082,1.967,3085,2.463,3224,4.988,3225,2.251,3226,3.501,3227,3.83,3229,6.739,3234,3.83,3235,5.301,3237,3.83,3238,5.301,3240,4.699,3241,5.301,3245,3.83,3247,2.463,3253,3.83,3255,3.83,3257,2.463,3262,2.463,3263,1.967,3264,2.463,3266,3.83,3267,2.463,3269,2.463,3270,2.463,3271,2.251,3272,2.463,3273,2.463,3274,2.463,3275,2.463,3276,2.463,3277,2.463,3278,2.463,3279,2.463,3280,2.463,3281,2.463,3283,2.463,3284,2.463,3285,2.463,3389,4.33,3390,4.295,3391,4.295,3392,5.313,3393,5.313,3394,5.301,3395,5.993,3396,2.785,3397,4.33,3398,2.785,3399,2.785,3400,2.785,3401,4.33,3402,2.785,3403,2.785,3404,4.33,3405,2.785,3406,4.33,3407,2.785,3408,4.33,3409,2.785,3410,2.785,3411,4.33,3412,2.785,3413,2.785,3414,2.785,3415,4.33,3416,2.785,3417,4.33,3418,2.785,3419,4.33,3420,2.785,3421,4.33,3422,2.785,3423,4.33,3424,2.785,3425,4.33,3426,4.33,3427,2.785,3428,4.33,3429,2.785,3430,2.785,3431,4.33,3432,2.785,3433,4.33,3434,2.785,3435,4.33,3436,1.967,3437,2.785]],["title/modules/SpatialSearchUiBehaviorModule.html",[53,0.736,3438,3.373]],["body/modules/SpatialSearchUiBehaviorModule.html",[0,0.09,3,0.128,4,0.153,5,0.115,6,0.09,8,1.416,25,0.009,30,1.271,33,0.228,41,0.153,51,0.007,52,0.007,53,1.056,55,1.96,56,1.96,57,1.182,58,2.714,59,2.053,60,1.874,61,2.714,77,2.53,78,1.57,79,1.792,81,2.59,91,2.53,92,0.519,687,2.976,688,1.703,785,2.855,786,2.257,2103,2.152,3080,4.546,3081,4.303,3082,4.546,3224,3.605,3292,5.693,3293,6.853,3438,6.92,3439,5.693,3440,5.693,3441,5.693,3442,5.693,3443,6.332,3444,6.437]],["title/components/SpatialSearchUiComponent.html",[180,0.687,689,1.431]],["body/components/SpatialSearchUiComponent.html",[0,0.091,3,0.135,4,0.058,5,0.044,6,0.121,8,1.501,11,0.191,12,0.445,14,1.177,15,0.673,18,2.232,20,0.632,22,1.35,25,0.009,26,0.531,28,0.936,29,0.765,30,1.432,33,0.158,34,1.032,35,0.651,41,0.058,48,1.908,50,2.426,51,0.005,52,0.004,57,0.449,65,0.779,66,0.779,78,1.783,92,0.197,111,0.762,114,0.571,144,0.762,150,0.696,172,2.843,178,0.817,180,0.933,194,2.377,212,1.554,229,1.485,233,0.762,235,0.762,237,2.611,239,1.087,242,1.42,245,2.262,246,1.37,248,1.404,250,1.306,251,1.306,269,2.936,270,2.936,271,2.759,272,2.188,277,1.358,278,0.923,282,1.995,289,2.563,299,0.817,302,1.255,314,4.503,317,0.798,345,3.23,395,2.05,401,2.107,408,2.219,413,2.303,426,0.623,437,2.966,444,1.153,446,2.188,461,2.808,476,2.485,483,3.787,516,1.486,520,2.552,525,0.837,532,0.857,533,0.762,537,0.837,539,0.779,541,1.597,568,3.069,574,1.517,643,1.944,644,1.246,645,0.857,646,1.955,647,0.857,648,0.857,649,0.857,650,2.411,651,0.857,652,0.779,653,0.857,654,0.779,655,0.857,656,0.779,657,1.37,658,0.779,659,1.593,660,0.857,661,0.857,662,0.779,663,0.857,664,0.779,665,0.837,666,0.857,667,0.779,668,1.217,669,0.857,670,0.779,671,0.857,672,0.779,673,1.37,674,0.779,675,0.857,676,0.798,677,0.857,678,0.779,679,0.857,680,0.779,681,2.037,682,0.779,683,0.696,684,1.37,685,0.779,686,0.857,687,0.779,688,1.622,689,1.778,690,0.857,691,0.779,692,0.857,693,0.779,694,0.744,695,0.857,696,1.37,697,0.779,698,0.837,699,0.857,700,0.779,701,1.98,702,0.779,703,0.779,704,0.857,705,0.779,706,0.857,707,0.779,708,0.857,709,0.857,710,0.878,719,1.844,725,3.851,728,4.674,732,3.432,740,1.153,741,3.346,742,2.541,744,2.969,745,1.726,746,1.318,747,2.715,750,2.791,751,2.89,752,2.179,754,2.627,756,3.432,757,1.318,758,1.424,761,2.657,762,1.119,763,2.107,764,2.456,765,3.618,766,3.668,767,2.733,769,2.551,771,1.424,772,2.188,775,1.424,776,1.369,777,3.007,778,3.173,779,2.234,789,0.558,793,4.043,829,1.485,844,2.679,845,1.903,942,0.817,961,2.541,969,1.966,999,1.903,1021,1.19,1029,2.204,1036,1.027,1116,1.424,1117,1.844,1122,1.119,1150,3.262,1165,2.276,1219,1.844,1220,2.456,1602,2.633,1617,2.485,1621,2.276,1646,1.844,1653,3.56,1655,1.903,1656,2.374,1657,2.936,1663,1.554,1675,2.377,1676,2.485,1679,2.843,1691,1.837,1692,2.966,1751,1.726,1759,1.837,1784,3.262,1833,2.107,1940,3.552,1941,3.877,1957,1.976,2056,1.554,2057,2.162,2060,1.485,2062,3.446,2103,2.906,2126,1.306,2164,1.942,2190,3.158,2205,1.485,2484,2.541,2766,5.255,2851,3.507,2853,3.173,2856,2.843,2860,2.843,2861,2.843,3061,2.162,3224,4.847,3226,1.976,3299,4.316,3310,3.455,3318,1.976,3361,3.158,3390,3.945,3391,3.945,3394,4.316,3436,1.726,3445,2.162,3446,4.88,3447,3.906,3448,4.88,3449,4.88,3450,4.88,3451,4.88,3452,4.88,3453,4.88,3454,4.88,3455,2.444,3456,7.655,3457,2.444,3458,2.444,3459,3.906,3460,2.444,3461,2.444,3462,3.455,3463,2.444,3464,3.906,3465,3.906,3466,2.444,3467,2.444,3468,2.444,3469,3.906,3470,2.444,3471,2.444,3472,2.444,3473,3.158,3474,2.444,3475,2.444,3476,2.444,3477,6.095,3478,2.444,3479,2.444,3480,2.444,3481,2.444,3482,2.444,3483,7.088,3484,2.444,3485,5.575,3486,3.906,3487,3.906,3488,3.906,3489,3.906,3490,4.316,3491,3.906,3492,2.444,3493,2.444,3494,2.444,3495,2.444,3496,2.162,3497,2.444,3498,2.444,3499,2.444,3500,2.444,3501,2.444,3502,2.162,3503,2.444,3504,3.455,3505,2.444,3506,2.444,3507,2.444,3508,2.444,3509,2.444,3510,2.444]],["title/interfaces/SpatialSearchUiModel.html",[166,0.736,2855,2.614]],["body/interfaces/SpatialSearchUiModel.html",[0,0.062,1,1.454,3,0.108,4,0.069,5,0.052,6,0.04,7,1.013,8,1.335,9,1.925,11,0.226,12,0.508,13,1.24,14,0.831,15,0.65,16,0.605,18,2.671,20,0.903,21,2.319,25,0.009,26,0.393,27,1.377,30,1.145,31,2.332,33,0.217,34,0.508,35,0.769,36,1.454,37,1.181,38,1.323,41,0.157,45,1.038,48,1.525,49,1.364,51,0.004,52,0.004,86,1.684,92,0.233,111,0.9,160,1.752,166,1.003,168,1.013,177,1.491,190,0.989,192,2.242,194,2.977,198,3.141,201,0.943,203,1.038,218,1.558,227,1.454,230,1.683,231,1.618,232,1.838,245,0.736,274,0.841,278,1.092,289,2.759,293,0.689,302,0.934,309,1.607,322,1.862,327,2.403,342,0.996,347,1.838,348,1.592,368,1.558,389,1.407,401,1.092,406,1.618,426,1.683,430,2.747,432,2.819,433,2.567,434,2.43,442,1.092,443,3.045,448,1.879,495,1.087,522,2.04,523,2.04,524,1.98,525,1.525,526,2.103,527,1.454,528,1.454,573,1.12,574,1.684,600,1.181,613,2.223,688,0.592,752,0.822,754,1.954,769,2.503,802,2.242,804,1.454,805,1.364,835,1.364,836,1.364,899,3.541,904,1.323,1029,2.389,1104,3.216,1214,1.558,1219,2.837,1220,3.076,1232,1.558,1234,2.736,1235,2.403,1249,3.847,1275,2.319,1393,2.495,1397,1.504,1479,2.17,1646,2.103,1685,1.618,1833,2.403,1960,2.495,2100,1.821,2103,0.966,2104,1.618,2126,0.966,2152,1.181,2154,3.101,2156,1.181,2158,1.821,2159,1.821,2160,3.777,2161,1.821,2162,1.821,2164,1.15,2165,1.821,2166,1.181,2167,2.931,2168,1.98,2484,3.438,2837,1.838,2838,1.931,2839,1.838,2840,3.888,2841,1.931,2842,4.939,2843,1.931,2844,3.168,2845,2.978,2846,1.931,2847,2.978,2848,1.931,2849,1.838,2850,1.838,2851,4.244,2852,2.834,2853,1.504,2854,1.838,2855,3.168,2856,4.375,2857,4.236,2858,4.2,2859,4.414,2860,3.847,2861,3.847,2862,5.019,2863,1.756,2864,1.931,2865,1.558,2866,1.838,2867,1.931,2868,1.931,2869,2.978,2870,1.756,2871,1.931,2872,1.931,2873,1.931,2874,1.931,2875,1.931,2876,1.931,2877,1.931,2878,4.419,2879,3.635,2880,2.978,2881,2.834,2882,2.978,2883,5.019,2884,1.931,2885,5.019,2886,1.931,2887,1.931,2888,1.931,2889,1.931,2890,5.259,2891,1.931,2892,1.931,2893,4.086,2894,2.978,2895,1.931,2896,1.931,2897,1.931,2898,2.708,2899,1.931,2900,1.931,2901,1.931,2902,1.931,2903,1.931,2904,3.635,2905,3.888,2906,1.838,2907,1.838,2908,1.838,2909,3.635,2910,1.931,2911,1.931,2912,1.931,2913,3.635,2914,1.931,2915,1.931,2916,4.086,2917,2.978,2918,1.931,2919,1.931,2920,1.931,2921,1.931,2922,1.931,2923,1.931,2924,1.931,2925,1.931,2926,1.931,2927,2.978,2928,1.931,2929,1.931,2930,1.931,2931,1.931,2932,1.931,2933,1.931,2934,1.931,2935,1.931,2936,1.931,2937,1.838,2938,1.931,2939,1.931,2940,1.931,2941,1.931,2942,2.708,2943,1.931,2944,1.931,2945,1.931,2946,1.931,2947,1.931,2948,1.931,2949,2.978,2950,1.931,2951,2.978,2952,1.931,2953,1.931,2954,1.931,2955,1.931,2956,1.931,2957,1.931,2958,1.931,2959,1.931,2960,1.683,2961,1.931,2962,1.931,2963,1.931,2964,1.756,2965,1.931,2966,1.931,2967,1.931,2968,1.931,2969,1.931,2970,1.931,2971,1.931,2972,1.931,2973,1.931,2974,1.931,2975,1.756,2976,1.931,2977,1.931,2978,1.931,2979,1.838,2980,1.838,2981,1.838,2982,1.838]],["title/modules/SpatialSearchUiModule.html",[53,0.736,3443,3.169]],["body/modules/SpatialSearchUiModule.html",[0,0.084,3,0.12,4,0.144,5,0.108,6,0.084,8,1.296,25,0.009,30,0.99,33,0.237,34,0.688,41,0.144,51,0.007,52,0.007,53,0.99,55,1.838,56,1.838,57,1.108,58,2.638,59,1.924,60,1.756,61,2.638,77,2.432,78,1.472,79,1.679,81,2.49,91,2.432,92,0.487,95,3.41,96,2.606,107,6.588,108,6.588,111,1.88,149,3.379,207,4.878,516,2.269,689,2.953,694,1.838,701,1.838,785,2.745,786,2.116,1784,4.033,2071,4.527,2103,2.017,3224,3.379,3443,6.563,3511,5.337,3512,5.337,3513,5.337,3514,5.337,3515,6.434,3516,6.235,3517,6.034,3518,7.449,3519,6.034,3520,6.034,3521,7.449,3522,6.034,3523,7.449,3524,7.449,3525,4.535,3526,4.535,3527,6.034,3528,4.535,3529,6.034]],["title/classes/SpatialSearchUiSelectors.html",[0,0.063,3263,3.169]],["body/classes/SpatialSearchUiSelectors.html",[0,0.043,2,1.151,3,0.06,4,0.073,5,0.054,6,0.122,7,3.059,8,1.481,11,0.238,12,0.529,13,2.602,14,0.764,15,0.673,18,2.566,20,0.876,22,1.359,24,1.766,25,0.009,26,1.172,27,1.351,28,0.511,29,0.478,30,0.5,33,0.191,34,0.641,35,0.811,36,1.533,37,1.246,38,1.395,41,0.073,45,2.259,51,0.004,52,0.004,82,1.209,85,1.955,111,0.95,160,1.367,177,1.132,190,1.043,191,5.076,194,4.168,218,1.644,245,0.776,278,1.151,282,1.246,289,1.971,302,0.523,309,1.867,322,2.471,345,1.847,348,1.464,395,1.28,426,2.033,430,2.8,432,2.961,433,2.653,434,2.553,448,2.483,522,2.125,523,2.125,524,2.063,525,1.589,526,2.19,527,1.533,528,1.533,533,2.528,574,1.635,688,0.624,694,0.928,769,2.074,844,2.375,893,2.952,899,2.738,942,2.838,1029,2.279,1219,2.124,1220,2.828,1479,3.719,1646,1.438,1833,1.644,1960,1.706,2103,2.916,2160,2.005,2484,2.416,2844,4.65,2849,1.938,2851,3.649,2852,1.938,2853,3.857,2854,3.998,2855,5.326,2856,2.704,2857,2.704,2858,1.938,2860,2.704,2861,2.704,2865,1.644,2866,5.161,2881,1.938,2905,1.938,2906,2.952,2907,2.952,2908,2.952,2937,4.533,2979,1.938,2980,1.938,2981,1.938,2982,1.938,3108,3.752,3151,2.463,3263,3.278,3371,5.559,3390,3.752,3391,3.752,3436,2.152,3456,2.695,3530,2.695,3531,7.058,3532,4.641,3533,4.641,3534,5.621,3535,3.047,3536,4.641,3537,7.176,3538,3.047,3539,4.641,3540,3.047,3541,4.641,3542,3.047,3543,4.641,3544,3.047,3545,2.695,3546,4.641,3547,3.047,3548,4.641,3549,3.047,3550,4.641,3551,3.047,3552,4.641,3553,3.047,3554,4.641,3555,3.047,3556,4.641,3557,3.047,3558,4.641,3559,3.047,3560,3.047,3561,4.641,3562,3.047,3563,4.641,3564,3.047,3565,4.641,3566,3.047,3567,4.641,3568,3.047,3569,4.641,3570,3.047,3571,3.047,3572,3.047,3573,3.047,3574,3.047,3575,4.641,3576,3.047,3577,3.047,3578,3.047,3579,3.047,3580,3.047,3581,3.047,3582,3.047,3583,3.047,3584,3.047,3585,3.047,3586,3.047,3587,3.047,3588,3.047,3589,2.695,3590,3.047,3591,3.047,3592,3.047,3593,3.047,3594,3.047,3595,3.047,3596,5.621,3597,3.047,3598,3.047,3599,3.047,3600,3.047,3601,4.641,3602,3.047,3603,3.047,3604,3.047,3605,3.047,3606,3.047,3607,3.047,3608,3.047,3609,3.047,3610,3.047,3611,3.047,3612,3.047,3613,3.047]],["title/injectables/SpatialSearchUiState.html",[495,1.094,2865,2.421]],["body/injectables/SpatialSearchUiState.html",[0,0.055,1,1.234,3,0.097,4,0.058,5,0.044,6,0.114,7,2.849,8,1.462,9,1.692,11,0.191,13,1.555,14,0.76,15,0.634,16,0.82,18,2.636,20,0.843,21,2.039,22,1.258,24,1.645,25,0.009,26,1.105,27,1.258,30,1.164,31,2.176,33,0.21,34,0.447,35,0.653,36,1.234,37,1.002,38,1.123,41,0.145,45,0.881,48,1.912,49,1.157,51,0.004,52,0.004,82,1.02,85,1.81,86,1.814,92,0.198,111,0.764,160,1.725,166,0.916,177,1.193,190,0.839,192,2.811,194,1.908,198,3.422,201,0.801,203,0.881,218,1.323,227,1.234,230,1.429,231,1.373,232,1.56,245,0.625,274,1.14,278,0.927,289,2.778,293,0.585,302,0.959,309,1.519,322,1.983,327,2.113,342,1.094,347,2.492,348,1.696,368,1.323,389,1.908,401,1.48,406,2.194,426,1.556,430,2.582,432,2.649,433,2.308,434,2.284,442,0.927,443,3.827,448,2.285,495,0.955,496,1.234,522,1.793,523,1.793,524,1.741,525,1.341,526,1.849,527,1.234,528,1.234,573,0.951,574,1.519,600,1.002,613,1.999,688,0.803,752,0.698,754,1.758,769,2.411,802,2.811,804,2.461,805,1.157,835,1.157,836,1.157,899,2.382,904,1.123,942,2.608,1029,2.295,1104,3.654,1214,1.323,1219,2.111,1220,1.971,1232,1.323,1234,2.461,1235,2.113,1249,3.558,1275,2.039,1393,2.194,1397,1.277,1479,2.72,1646,1.849,1685,1.373,1833,2.113,1960,2.194,2100,2.661,2103,2.715,2104,1.373,2126,0.82,2152,1.999,2154,3.335,2156,1.999,2158,2.661,2159,2.661,2160,3.66,2161,2.661,2162,2.661,2164,1.947,2165,2.661,2166,1.999,2167,2.981,2168,1.741,2484,2.039,2837,1.56,2838,1.639,2839,1.56,2840,4.515,2841,1.639,2842,5.439,2843,1.639,2844,3.793,2845,2.618,2846,1.639,2847,2.618,2848,1.639,2849,1.56,2850,1.56,2851,3.294,2852,2.492,2853,1.277,2854,1.56,2855,3.255,2856,3.558,2857,3.255,2858,2.492,2859,2.618,2860,2.282,2861,2.282,2862,4.081,2863,1.49,2864,1.639,2865,2.113,2866,1.56,2867,1.639,2868,2.618,2869,2.618,2870,1.49,2871,1.639,2872,1.639,2873,1.639,2874,1.639,2875,1.639,2876,2.618,2877,2.618,2878,4.153,2879,3.27,2880,2.618,2881,2.492,2882,2.618,2883,4.744,2884,1.639,2885,4.744,2886,1.639,2887,2.618,2888,2.618,2889,2.618,2890,5.016,2891,1.639,2892,1.639,2893,3.734,2894,2.618,2895,1.639,2896,1.639,2897,1.639,2898,2.381,2899,1.639,2900,1.639,2901,1.639,2902,2.618,2903,2.618,2904,3.27,2905,3.553,2906,1.56,2907,1.56,2908,1.56,2909,3.27,2910,1.639,2911,1.639,2912,1.639,2913,3.27,2914,1.639,2915,1.639,2916,3.734,2917,2.618,2918,1.639,2919,1.639,2920,1.639,2921,1.639,2922,1.639,2923,1.639,2924,2.618,2925,2.618,2926,1.639,2927,2.618,2928,2.618,2929,2.618,2930,1.639,2931,2.618,2932,2.618,2933,1.639,2934,1.639,2935,1.639,2936,1.639,2937,1.56,2938,1.639,2939,2.618,2940,2.618,2941,1.639,2942,2.381,2943,2.618,2944,2.618,2945,1.639,2946,1.639,2947,2.618,2948,2.618,2949,2.618,2950,1.639,2951,2.618,2952,1.639,2953,1.639,2954,1.639,2955,1.639,2956,1.639,2957,1.639,2958,1.639,2959,2.618,2960,2.282,2961,2.618,2962,2.618,2963,1.639,2964,1.49,2965,1.639,2966,1.639,2967,1.639,2968,1.639,2969,1.639,2970,1.639,2971,1.639,2972,1.639,2973,2.618,2974,2.618,2975,2.381,2976,2.618,2977,2.618,2978,2.618,2979,1.56,2980,1.56,2981,1.56,2982,1.56,3383,6.778,3531,3.465,3537,2.169,3614,3.917,3615,2.452,3616,2.452,3617,2.452,3618,2.452,3619,2.452,3620,2.452,3621,2.452,3622,2.452,3623,2.452,3624,2.452,3625,2.452,3626,2.452,3627,2.452,3628,2.452,3629,2.452]],["title/components/SpinnerOverlayComponent.html",[180,0.687,691,1.431]],["body/components/SpinnerOverlayComponent.html",[0,0.114,3,0.089,4,0.107,5,0.08,6,0.11,8,1.209,11,0.48,12,0.702,14,0.954,15,0.589,20,0.908,22,1.182,25,0.009,26,0.837,27,1.182,28,1.177,29,1.099,30,1.295,33,0.116,34,1.074,41,0.107,50,1.791,51,0.006,52,0.006,57,0.826,65,1.435,66,1.435,79,1.713,92,0.363,114,1.051,141,5.934,144,1.402,150,1.281,177,1.098,178,1.504,180,1.209,233,1.402,235,1.402,239,1.713,242,2.041,245,2.39,246,2.158,248,2.212,250,2.057,251,2.057,253,2.009,277,1.952,288,2.386,299,1.504,313,2.386,316,5.827,317,2.984,426,1.568,434,1.504,461,1.541,516,1.371,520,2.818,532,1.578,533,1.402,537,1.541,539,1.435,541,2.516,568,2.719,643,2.518,644,1.963,645,1.578,646,2.644,647,1.578,648,1.578,649,1.578,650,1.371,651,1.578,652,1.435,653,1.578,654,1.435,655,1.578,656,1.435,657,2.158,658,1.435,659,1.469,660,1.578,661,1.578,662,1.435,663,1.578,664,1.435,665,1.541,666,1.578,667,1.435,668,1.918,669,1.578,670,1.435,671,1.578,672,1.435,673,2.158,674,1.435,675,1.578,676,1.469,677,1.578,678,1.435,679,1.578,680,1.435,681,1.504,682,1.435,683,1.281,684,2.158,685,1.435,686,1.578,687,1.435,688,0.922,689,1.435,690,1.578,691,2.405,692,1.578,693,1.435,694,1.371,695,1.578,696,2.158,697,1.435,698,1.541,699,1.578,700,1.435,701,1.874,702,1.435,703,1.435,704,1.578,705,1.435,706,1.578,707,1.435,708,1.578,709,1.578,710,1.617,740,2.124,746,2.428,747,2.192,748,3.447,749,3.945,750,2.06,751,2.736,752,1.281,754,1.617,761,1.84,764,3.097,765,2.585,772,2.52,778,2.343,789,1.804,829,3.741,844,1.701,845,2.192,942,1.504,961,3.651,969,3.097,999,2.997,1021,2.192,1029,1.198,1117,2.905,1122,3.732,1155,4.114,1587,5.443,1653,2.192,1673,2.622,1729,3.586,1740,2.735,1757,4.346,1863,6.203,1940,2.622,1941,2.863,2060,2.735,2115,3.98,3125,5.325,3630,6.383,3631,3.98,3632,6.154,3633,7.013,3634,6.154,3635,4.5,3636,6.154,3637,4.5,3638,6.154,3639,6.154,3640,4.5,3641,4.5]],["title/modules/SpinnerOverlayModule.html",[53,0.736,75,3.169]],["body/modules/SpinnerOverlayModule.html",[0,0.093,3,0.132,4,0.159,5,0.119,6,0.093,25,0.009,33,0.225,41,0.159,51,0.007,52,0.007,53,1.093,55,2.028,56,2.028,57,1.222,58,2.753,59,2.124,60,1.938,61,2.753,75,6.447,77,2.581,78,1.624,79,1.853,81,2.226,91,2.581,92,0.537,141,5.005,317,2.581,691,2.988,785,2.913,786,2.336,3630,5.383,3642,5.89,3643,5.89,3644,5.89,3645,6.659,3646,6.994,3647,5.89,3648,6.659]],["title/classes/StartSpatialSearchFlow.html",[0,0.063,2156,1.834]],["body/classes/StartSpatialSearchFlow.html",[0,0.127,2,2.091,3,0.11,4,0.132,5,0.099,6,0.099,7,2.474,8,1.439,11,0.432,12,0.804,13,2.559,14,1.25,15,0.721,18,2.101,20,0.914,22,0.867,25,0.009,28,0.929,29,0.867,30,1.342,32,2.391,33,0.143,34,0.631,41,0.217,42,3.955,47,2.758,51,0.006,52,0.006,78,1.721,282,2.262,289,1.941,293,1.321,342,1.237,345,2.202,430,2.091,432,2.146,434,1.85,442,2.091,448,1.575,574,1.751,600,2.262,613,2.262,688,1.134,769,2.261,815,3.436,1029,2.178,1036,3.263,1219,2.666,2100,2.262,2103,2.358,2126,2.358,2152,2.262,2153,2.881,2154,4.068,2156,2.884,2157,3.673,2158,2.262,2159,2.262,2160,2.391,2161,2.262,2162,2.262,2163,2.985,2164,2.202,2165,2.262,2166,2.262,2167,2.325,2168,3.136,3649,5.534]],["title/modules/StoreModule.html",[53,0.736,1181,3.169]],["body/modules/StoreModule.html",[0,0.083,3,0.117,4,0.141,5,0.106,6,0.103,8,1.344,9,2.554,25,0.009,30,1.207,33,0.241,34,0.674,40,3.594,41,0.175,51,0.007,52,0.007,53,0.97,55,1.801,81,1.976,91,2.401,92,0.477,111,2.292,119,3.952,160,1.135,186,3.952,187,3.952,188,3.445,190,2.024,193,5.195,208,3.952,209,3.952,221,3.968,223,4.286,225,3.761,226,4.444,227,3.701,238,2.417,253,1.93,342,1.322,395,2.484,443,3.311,444,2.791,471,4.78,586,4.78,861,3.311,906,3.968,1105,3.445,1181,5.195,1461,3.078,2103,1.976,2205,3.594,2214,4.444,2222,4.917,2464,4.176,2465,4.176,2850,3.761,2865,3.968,3332,4.679,3436,4.176,3462,5.23,3650,4.78,3651,5.913,3652,5.23,3653,5.913,3654,5.913,3655,5.23,3656,7.082,3657,5.913,3658,6.506,3659,5.913,3660,4.78,3661,5.913,3662,5.23,3663,4.78,3664,5.913,3665,5.913,3666,5.913,3667,5.913,3668,5.913,3669,5.913,3670,5.913,3671,7.356,3672,5.913,3673,5.913,3674,5.913,3675,5.913,3676,5.913,3677,5.913,3678,5.913,3679,5.913,3680,5.913]],["title/components/TermOccurrenceListComponent.html",[180,0.687,693,1.431]],["body/components/TermOccurrenceListComponent.html",[0,0.096,3,0.147,4,0.102,5,0.077,6,0.112,8,1.289,11,0.336,12,0.68,14,0.931,15,0.606,20,1.006,22,1.217,25,0.009,26,0.811,28,1.149,29,1.073,30,1.274,33,0.154,34,1.071,41,0.102,51,0.006,52,0.005,57,0.789,65,1.371,66,1.371,92,0.347,114,1.004,144,1.34,150,1.224,172,2.505,178,1.437,180,1.189,229,2.613,233,1.34,235,1.34,239,1.66,242,1.993,245,2.382,246,2.092,248,2.143,250,1.993,251,1.993,277,1.906,299,1.437,317,1.404,408,1.711,413,2.254,426,1.096,437,3.625,444,3.966,461,2.042,463,2.73,516,1.309,525,1.472,532,1.508,533,1.34,537,1.472,539,1.371,541,2.438,568,2.867,643,1.902,644,1.902,645,1.508,646,2.594,647,1.508,648,1.508,649,1.508,650,1.309,651,1.508,652,1.371,653,1.508,654,1.371,655,1.508,656,1.371,657,2.092,658,1.371,659,1.404,660,1.508,661,1.508,662,1.371,663,1.508,664,1.371,665,1.472,666,1.508,667,1.371,668,1.859,669,1.508,670,1.371,671,1.508,672,1.371,673,2.092,674,1.371,675,1.508,676,1.404,677,1.508,678,1.371,679,1.508,680,1.371,681,1.437,682,1.371,683,1.224,684,2.092,685,1.371,686,1.508,687,1.371,688,0.881,689,1.371,690,1.508,691,1.371,692,1.508,693,2.359,694,2.747,695,2.891,696,2.092,697,1.371,698,1.472,699,1.508,700,1.371,701,1.816,702,1.371,703,2.184,704,1.508,705,1.371,706,1.508,707,1.371,708,1.508,709,1.508,710,1.545,740,2.029,741,3.232,744,3.335,747,3.335,749,2.73,756,2.73,761,2.438,765,2.505,769,1.251,771,3.475,772,3.34,777,3.217,778,3.105,779,3.386,789,0.982,831,4.212,844,2.254,845,2.905,942,1.437,961,3.565,969,3.001,999,2.905,1021,2.094,1117,2.029,1304,4.482,1602,2.319,1653,3.783,1655,2.094,1656,5.108,1675,2.094,1692,3.625,1717,4.821,1718,4.821,2056,2.735,2060,2.613,2103,1.437,2508,2.735,2853,3.565,3436,3.036,3525,6.041,3526,6.041,3545,5.275,3681,6.498,3682,3.803,3683,6.847,3684,5.964,3685,6.847,3686,6.847,3687,4.299,3688,4.299,3689,5.964,3690,4.299,3691,5.275,3692,5.275,3693,5.964,3694,5.964,3695,5.964,3696,5.964,3697,5.964,3698,3.803,3699,4.299]],["title/modules/TermOccurrenceListModule.html",[53,0.736,3515,3.169]],["body/modules/TermOccurrenceListModule.html",[0,0.092,3,0.131,4,0.157,5,0.118,6,0.092,25,0.009,33,0.23,41,0.157,51,0.007,52,0.007,53,1.084,55,2.012,56,2.012,57,1.213,58,2.744,59,2.107,60,1.923,61,2.744,77,2.569,78,1.611,79,1.839,81,2.208,91,2.569,92,0.533,95,3.603,96,2.854,100,5.261,101,4.416,693,2.986,694,2.012,785,2.9,786,2.317,3515,6.437,3525,4.966,3526,4.966,3681,5.341,3700,5.844,3701,5.844,3702,5.844,3703,6.607,3704,6.607]],["title/interfaces/TermResult.html",[166,0.736,2853,2.336]],["body/interfaces/TermResult.html",[0,0.065,1,1.535,3,0.112,4,0.073,5,0.055,6,0.043,7,1.07,8,1.349,9,2.007,11,0.238,12,0.53,13,1.293,14,0.855,15,0.491,16,0.639,18,2.645,20,0.989,21,2.418,25,0.009,26,0.415,30,1.17,31,2.383,33,0.219,34,0.53,35,0.812,36,1.535,37,1.247,38,1.397,41,0.161,45,2.26,48,1.59,49,1.44,51,0.004,52,0.004,86,1.709,92,0.246,111,0.951,160,1.76,166,1.032,168,1.07,177,1.133,190,1.044,192,2.337,194,2.262,198,3.202,201,0.996,203,1.096,218,1.646,227,1.535,230,1.778,231,1.709,232,1.941,245,0.777,274,0.888,278,2.376,289,2.8,293,0.728,302,0.966,309,1.635,322,1.915,327,2.506,342,1.039,347,1.941,348,1.638,368,1.646,389,1.486,401,1.153,406,1.709,426,1.724,430,2.801,432,2.874,433,2.655,434,2.478,442,1.153,443,3.15,448,1.926,495,1.133,522,2.127,523,2.127,524,2.065,525,1.59,526,2.192,527,1.535,528,1.535,573,1.183,574,1.709,600,1.247,613,2.299,688,0.625,752,0.868,754,2.022,769,2.471,802,2.337,804,1.535,805,1.44,835,1.44,836,1.44,899,2.74,904,1.397,1029,2.346,1104,3.296,1214,1.646,1219,2.376,1220,2.337,1232,1.646,1234,2.831,1235,2.506,1249,3.943,1275,2.418,1393,2.601,1397,1.588,1479,2.262,1646,2.192,1685,1.709,1833,2.506,1960,2.601,2100,1.899,2103,1.02,2104,1.709,2126,1.02,2152,1.247,2154,3.169,2156,1.247,2158,1.899,2159,1.899,2160,3.747,2161,1.899,2162,1.899,2164,1.214,2165,1.899,2166,1.247,2167,2.995,2168,2.065,2484,2.418,2837,1.941,2838,2.039,2839,1.941,2840,4,2841,2.039,2842,5.002,2843,2.039,2844,3.278,2845,3.105,2846,2.039,2847,3.105,2848,2.039,2849,1.941,2850,1.941,2851,3.651,2852,2.955,2853,2.418,2854,4,2855,2.707,2856,3.943,2857,3.664,2858,2.955,2859,3.105,2860,2.707,2861,2.707,2862,4.524,2863,1.854,2864,2.039,2865,1.646,2866,1.941,2867,2.039,2868,2.039,2869,3.105,2870,1.854,2871,2.039,2872,2.039,2873,2.039,2874,2.039,2875,2.039,2876,2.039,2877,2.039,2878,4.505,2879,3.76,2880,3.105,2881,2.955,2882,3.105,2883,5.107,2884,2.039,2885,5.107,2886,2.039,2887,2.039,2888,2.039,2889,2.039,2890,5.336,2891,2.039,2892,2.039,2893,4.204,2894,3.105,2895,2.039,2896,2.039,2897,2.039,2898,2.823,2899,2.039,2900,2.039,2901,2.039,2902,2.039,2903,2.039,2904,3.76,2905,4,2906,1.941,2907,1.941,2908,1.941,2909,3.76,2910,2.039,2911,2.039,2912,2.039,2913,3.76,2914,2.039,2915,2.039,2916,4.204,2917,3.105,2918,2.039,2919,2.039,2920,2.039,2921,2.039,2922,2.039,2923,2.039,2924,2.039,2925,2.039,2926,2.039,2927,3.105,2928,2.039,2929,2.039,2930,2.039,2931,2.039,2932,2.039,2933,2.039,2934,2.039,2935,2.039,2936,2.039,2937,1.941,2938,2.039,2939,2.039,2940,2.039,2941,2.039,2942,2.823,2943,2.039,2944,2.039,2945,2.039,2946,2.039,2947,2.039,2948,2.039,2949,3.105,2950,2.039,2951,3.105,2952,2.039,2953,2.039,2954,2.039,2955,2.039,2956,2.039,2957,2.039,2958,2.039,2959,2.039,2960,1.778,2961,2.039,2962,2.039,2963,2.039,2964,1.854,2965,2.039,2966,2.039,2967,2.039,2968,2.039,2969,2.039,2970,2.039,2971,2.039,2972,2.039,2973,2.039,2974,2.039,2975,1.854,2976,2.039,2977,2.039,2978,2.039,2979,1.941,2980,1.941,2981,1.941,2982,1.941]],["title/modules/ThemingModule.html",[53,0.736,1182,3.169]],["body/modules/ThemingModule.html",[0,0.095,3,0.135,4,0.162,5,0.122,6,0.095,25,0.009,33,0.207,41,0.162,51,0.007,52,0.007,53,1.118,55,2.075,56,2.075,57,1.251,58,2.224,59,2.173,60,2.478,61,2.224,77,2.616,78,1.662,79,1.896,91,2.616,92,0.549,152,5.121,153,5.508,213,6.071,293,1.626,1182,6.414,3705,6.026,3706,6.026,3707,6.813,3708,8.015,3709,6.813,3710,6.813,3711,6.813]],["title/injectables/ThemingService.html",[213,2.999,495,1.094]],["body/injectables/ThemingService.html",[0,0.123,3,0.083,4,0.099,5,0.074,6,0.122,11,0.325,12,0.665,13,1.873,15,0.661,16,0.872,20,1.157,22,1.36,24,1.573,25,0.009,26,1.044,27,1.307,28,1.399,29,0.653,32,3.601,33,0.151,41,0.139,44,5.62,47,1.904,51,0.005,52,0.005,59,1.86,82,1.519,85,1.818,86,1.837,87,3.366,88,2.941,90,5.738,92,0.336,114,0.972,117,3.129,155,6.235,160,1.6,163,3.683,180,1.218,181,5.62,213,3.898,239,1.623,288,2.261,302,1.155,309,1.561,316,3.898,339,1.996,341,2.393,344,6.605,348,2.327,389,2.84,406,3.266,445,5.573,487,2.649,495,1.422,496,2.095,540,2.426,587,3.545,644,2.606,789,1.666,806,2.538,828,5.77,988,2.752,1005,3.683,1030,3.683,1031,3.366,1200,3.683,1416,4.383,1655,2.028,1825,3.683,1859,5.158,2131,3.129,2228,4.433,2245,3.366,2498,2.941,2499,2.783,2505,2.783,2749,3.366,2960,3.398,3125,5.888,3171,5.896,3712,3.366,3713,5.832,3714,8.17,3715,5.832,3716,7.293,3717,7.293,3718,5.832,3719,4.164,3720,4.164,3721,5.832,3722,4.164,3723,5.158,3724,7.677,3725,4.164,3726,5.832,3727,7.293,3728,4.164,3729,5.832,3730,5.832,3731,4.164,3732,5.832,3733,4.164,3734,5.832,3735,4.164,3736,4.164,3737,4.164,3738,4.164,3739,4.164,3740,4.164,3741,3.683,3742,4.164,3743,4.164,3744,4.164,3745,4.164,3746,7.293,3747,4.164,3748,4.164,3749,4.164,3750,4.164,3751,4.164,3752,5.832,3753,4.164,3754,4.164,3755,4.164,3756,4.164,3757,4.164,3758,4.164,3759,4.164,3760,4.164]],["title/components/ThumbnailCarouselComponent.html",[180,0.687,697,1.431]],["body/components/ThumbnailCarouselComponent.html",[0,0.1,3,0.061,4,0.074,5,0.055,6,0.114,8,1.015,11,0.366,12,0.535,14,1.136,15,0.581,20,0.964,22,1.255,24,0.633,25,0.009,26,0.771,27,0.484,28,1.203,29,1.067,30,1.117,33,0.164,34,1.05,35,0.823,41,0.074,45,2.275,50,2.709,51,0.005,52,0.004,57,0.567,65,0.986,66,0.986,79,1.306,82,1.222,85,1.555,92,0.249,114,0.722,144,0.963,150,0.88,160,0.593,178,1.033,180,0.868,233,0.963,235,0.963,238,1.917,239,1.306,242,1.65,245,2.332,246,1.645,248,1.686,250,1.568,251,1.568,253,1.531,277,1.578,290,6.672,293,1.12,297,4.296,299,1.033,302,0.531,309,1.457,313,2.639,317,1.009,340,1.568,341,1.462,342,1.522,408,2.256,413,1.168,426,2.041,433,2.214,434,1.033,461,2.167,476,4.329,516,0.941,520,2.148,524,2.814,525,1.606,532,1.084,533,0.963,537,1.058,539,0.986,541,1.917,568,1.819,574,1.214,597,3.792,634,2.323,643,2.285,644,1.496,645,1.084,646,2.22,647,1.084,648,1.084,649,1.084,650,2.439,651,1.084,652,0.986,653,1.084,654,0.986,655,1.084,656,0.986,657,1.645,658,0.986,659,1.851,660,1.084,661,1.084,662,0.986,663,1.084,664,0.986,665,1.058,666,1.084,667,0.986,668,1.462,669,1.084,670,0.986,671,1.084,672,0.986,673,1.645,674,0.986,675,1.084,676,1.009,677,1.084,678,0.986,679,1.084,680,0.986,681,1.033,682,0.986,683,1.802,684,1.645,685,0.986,686,1.084,687,0.986,688,0.633,689,0.986,690,1.084,691,0.986,692,1.084,693,0.986,694,0.941,695,1.084,696,1.645,697,2.019,698,2.914,699,1.084,700,0.986,701,1.429,702,0.986,703,0.986,704,1.084,705,0.986,706,1.084,707,0.986,708,1.084,709,1.084,710,1.111,719,2.988,725,2.596,728,2.733,732,2.148,740,1.459,741,2.676,742,1.609,744,2.761,745,2.182,747,2.761,749,1.415,750,2.596,751,3.025,752,2.119,754,2.823,756,2.596,758,1.801,761,2.318,763,2.531,764,2.853,765,3.01,769,0.899,772,2.627,775,1.801,776,1.731,777,2.531,778,2.442,779,2.898,789,1.072,829,2.851,845,2.761,846,2.323,942,1.033,961,2.952,969,2.36,970,3.313,999,2.285,1021,1.505,1029,1.812,1057,2.851,1069,2.531,1116,1.801,1117,2.214,1122,3.28,1130,2.733,1150,3.136,1155,3.136,1171,2.531,1251,1.801,1373,2.851,1602,3.059,1638,4.149,1652,3.526,1655,2.285,1658,2.066,1660,4.149,1661,3.175,1663,1.966,1664,2.323,1666,2.733,1673,3.303,1675,1.505,1679,3.303,1702,5.749,1736,3.792,1757,3.313,1783,3.526,1940,1.801,1941,1.966,1955,3.792,2089,4.149,2195,5.596,2198,2.498,2205,1.878,2494,5.258,2495,4.977,2501,4.027,2508,3.606,3007,5.015,3125,2.182,3504,5.015,3761,6.118,3762,2.498,3763,3.792,3764,4.149,3765,4.691,3766,5.67,3767,4.691,3768,5.502,3769,5.67,3770,4.691,3771,5.67,3772,5.67,3773,7.165,3774,3.09,3775,3.09,3776,4.691,3777,5.015,3778,4.691,3779,3.09,3780,4.691,3781,4.691,3782,4.691,3783,5.67,3784,4.691,3785,4.691,3786,6.337,3787,4.691,3788,4.691,3789,4.691,3790,4.691,3791,3.09,3792,6.35,3793,5.67,3794,4.691,3795,4.691,3796,4.691,3797,4.691,3798,4.149,3799,4.691,3800,4.691,3801,4.691,3802,4.691,3803,4.691,3804,4.691,3805,3.09,3806,4.583,3807,3.09,3808,4.691,3809,3.09,3810,3.09,3811,4.149,3812,7.165,3813,3.09,3814,3.09,3815,3.09,3816,4.691,3817,4.691,3818,3.09,3819,4.691,3820,4.691,3821,4.691,3822,4.691,3823,3.09,3824,5.67,3825,3.09,3826,3.09,3827,3.09,3828,3.09,3829,3.09,3830,3.09,3831,3.09,3832,3.09]],["title/modules/ThumbnailCarouselModule.html",[53,0.736,1698,3.169]],["body/modules/ThumbnailCarouselModule.html",[0,0.09,3,0.128,4,0.153,5,0.115,6,0.09,16,1.346,25,0.009,33,0.234,41,0.153,51,0.007,52,0.007,53,1.055,55,2.358,56,1.958,57,1.18,58,2.712,59,2.05,60,1.871,61,2.712,77,2.528,78,1.568,79,1.789,81,2.149,91,2.528,92,0.518,95,3.545,96,2.777,149,3.6,697,2.976,698,2.201,785,2.853,786,2.255,1698,6.402,1702,4.54,2071,4.706,3761,4.832,3768,5.197,3792,6.716,3833,5.686,3834,5.686,3835,5.686,3836,6.429,3837,7.742,3838,6.429,3839,6.429,3840,6.429,3841,6.429]],["title/components/TissueBlockListComponent.html",[180,0.687,700,1.431]],["body/components/TissueBlockListComponent.html",[0,0.112,3,0.154,4,0.101,5,0.076,6,0.103,8,1.285,11,0.333,12,0.675,14,0.927,15,0.532,20,0.552,22,1.068,25,0.009,26,0.806,28,1.144,29,1.068,30,1.349,33,0.153,34,1.071,35,1.134,41,0.101,50,1.695,51,0.006,52,0.005,57,0.782,65,1.358,66,1.358,92,0.343,114,0.995,144,1.327,150,1.212,172,2.482,178,1.424,180,1.043,233,1.327,235,1.327,239,1.649,242,1.983,245,2.381,246,2.078,248,2.13,250,1.981,251,1.981,277,1.896,299,1.424,313,1.651,317,1.391,408,1.695,413,2.239,426,1.736,437,2.589,444,4.019,461,2.028,516,2.807,525,1.458,532,1.494,533,1.327,537,1.458,539,1.358,541,2.422,568,2.297,643,2.469,644,1.89,645,1.494,646,2.583,647,1.494,648,1.494,649,1.494,650,1.297,651,1.494,652,1.358,653,1.494,654,1.358,655,1.494,656,1.358,657,2.078,658,1.358,659,2.224,660,1.494,661,1.494,662,1.358,663,1.494,664,1.358,665,1.458,666,1.494,667,1.358,668,1.846,669,1.494,670,1.358,671,1.494,672,1.358,673,2.078,674,1.358,675,1.494,676,1.391,677,1.494,678,1.358,679,1.494,680,1.358,681,1.424,682,1.358,683,1.212,684,2.078,685,1.358,686,1.494,687,1.358,688,1.396,689,1.358,690,1.494,691,1.358,692,1.494,693,1.358,694,1.297,695,1.494,696,2.078,697,1.358,698,1.458,699,1.494,700,2.349,701,2.793,702,1.358,703,1.358,704,1.494,705,1.358,706,1.494,707,1.358,708,1.494,709,1.494,710,1.531,740,2.01,741,3.216,742,2.217,744,2.886,746,2.298,747,3.318,749,1.95,750,1.95,751,1.893,752,1.686,754,2.449,755,3.201,756,2.713,761,1.741,763,2.298,764,2.143,765,2.862,767,3.816,769,1.24,771,3.97,772,2.385,778,2.217,779,3.119,789,1.354,844,2.783,845,2.886,848,3.008,942,1.424,961,3.547,969,2.981,999,2.886,1021,2.074,1117,2.01,1220,3.428,1251,2.482,1461,2.217,1602,2.298,1635,4.79,1636,5.241,1637,5.241,1646,2.01,1647,2.709,1652,3.201,1653,3.318,1656,3.601,1657,3.201,1658,2.847,1659,3.201,1661,2.385,1662,3.443,1664,3.201,1675,2.074,1689,3.767,1690,3.767,1691,3.201,1692,3.601,1729,3.452,2056,2.709,2060,2.589,2062,3.008,2484,3.547,3313,3.767,3473,5.954,3528,5.536,3698,3.767,3842,5.954,3843,3.767,3844,6.813,3845,5.925,3846,4.259,3847,5.925,3848,5.925,3849,4.259,3850,4.259]],["title/modules/TissueBlockListModule.html",[53,0.736,3516,3.169]],["body/modules/TissueBlockListModule.html",[0,0.092,3,0.13,4,0.157,5,0.117,6,0.092,25,0.009,33,0.229,41,0.157,51,0.007,52,0.007,53,1.078,55,2.002,56,2.002,57,1.206,58,2.738,59,2.096,60,1.913,61,2.738,77,2.561,78,1.603,79,1.829,81,2.197,91,2.561,92,0.53,95,3.592,96,2.839,100,5.244,101,4.393,516,2.554,700,2.984,701,2.002,785,2.891,786,2.305,3516,6.43,3528,4.939,3842,5.313,3851,5.813,3852,5.813,3853,5.813,3854,6.572,3855,6.572]],["title/components/TissueSectionVisComponent.html",[180,0.687,702,1.431]],["body/components/TissueSectionVisComponent.html",[0,0.111,3,0.083,4,0.1,5,0.075,6,0.112,8,1.174,11,0.528,12,0.669,14,0.919,15,0.601,20,0.544,22,1.207,24,0.86,25,0.009,26,1.085,27,0.658,28,0.985,29,0.919,30,1.264,33,0.152,34,1.07,35,1.118,41,0.1,51,0.006,52,0.005,57,0.771,65,1.339,66,1.339,82,1.528,85,1.545,92,0.339,114,0.98,144,1.308,150,1.195,177,1.431,178,1.403,180,1.035,233,1.308,235,1.308,239,1.633,242,1.968,245,2.378,246,2.057,248,2.108,250,1.961,251,1.961,253,1.371,274,2.13,277,1.882,278,2.217,288,2.274,293,1.002,299,1.403,309,1.256,313,2.274,317,1.371,342,1.312,395,2.464,408,2.335,413,2.555,426,1.865,430,1.587,433,1.982,434,1.961,461,2.008,463,2.686,516,1.279,520,3.095,525,1.437,532,1.473,533,1.308,537,1.437,539,1.339,541,2.398,568,2.621,574,1.753,643,2.456,644,1.871,645,1.473,646,2.567,647,1.473,648,1.473,649,1.473,650,1.279,651,1.473,652,1.339,653,1.473,654,1.339,655,1.473,656,1.339,657,2.057,658,1.339,659,1.371,660,1.473,661,1.473,662,1.339,663,1.473,664,1.339,665,1.437,666,1.473,667,1.339,668,1.828,669,1.473,670,1.339,671,1.473,672,1.339,673,2.057,674,1.339,675,1.473,676,1.371,677,1.473,678,1.339,679,1.473,680,1.339,681,1.403,682,1.339,683,1.195,684,2.057,685,1.339,686,1.473,687,1.339,688,0.86,689,1.339,690,1.473,691,1.339,692,1.473,693,1.339,694,1.279,695,1.473,696,2.057,697,1.339,698,1.437,699,1.473,700,1.339,701,2.75,702,2.334,703,2.964,704,1.473,705,1.339,706,1.473,707,1.339,708,1.473,709,1.473,710,1.509,740,1.982,752,1.924,754,2.43,757,3.164,761,1.716,762,1.922,765,2.84,778,2.186,779,3.095,844,2.217,942,1.403,969,2.952,999,2.857,1021,2.045,1029,1.562,1037,3.565,1069,2.265,1582,5.075,1591,5.98,1653,2.857,1655,2.045,1658,2.807,1659,3.156,1663,2.671,1673,2.446,1692,2.552,1705,5.997,2062,4.775,2323,3.394,2975,3.565,3856,6.45,3857,3.714,3858,7.978,3859,6.761,3860,5.866,3861,5.866,3862,6.761,3863,7.701,3864,6.761,3865,4.199,3866,5.188,3867,5.188,3868,4.199,3869,5.866,3870,5.866,3871,5.866,3872,5.866,3873,5.866,3874,4.199,3875,5.866,3876,5.866,3877,5.866,3878,4.199,3879,4.199,3880,4.199,3881,4.199,3882,4.199,3883,4.199,3884,4.199]],["title/modules/TissueSectionVisModule.html",[53,0.736,1699,3.169]],["body/modules/TissueSectionVisModule.html",[0,0.093,3,0.133,4,0.159,5,0.119,6,0.094,25,0.009,33,0.218,41,0.159,51,0.007,52,0.007,53,1.097,55,2.036,56,2.036,57,1.227,58,2.758,59,2.132,60,1.946,61,2.758,77,2.588,78,1.631,79,1.861,81,2.235,91,2.588,92,0.539,701,2.036,702,2.99,703,2.694,785,2.92,786,2.345,1582,4.253,1699,6.452,1705,5.025,3856,5.405,3885,5.914,3886,5.914,3887,5.914,3888,6.686,3889,6.686]],["title/components/ToggleButtonComponent.html",[180,0.687,705,1.431]],["body/components/ToggleButtonComponent.html",[0,0.102,3,0.064,4,0.077,5,0.058,6,0.119,8,1.037,11,0.252,12,0.552,14,0.791,15,0.569,16,0.676,20,0.753,22,1.32,24,0.993,25,0.009,26,0.99,27,0.759,28,1.164,29,1.087,30,1.138,33,0.167,34,1.052,41,0.077,50,1.284,51,0.005,52,0.004,57,0.592,65,1.029,66,1.029,82,1.262,85,1.726,86,1.559,92,0.26,114,0.753,144,1.005,150,2.546,158,2.575,159,1.806,160,1.116,177,1.691,178,1.078,179,4.324,180,1.217,201,1.053,233,1.005,235,2.161,239,1.349,242,2.659,245,2.328,246,1.699,248,1.741,250,1.62,251,1.62,253,1.9,274,1.41,277,1.62,288,2.688,293,1.389,299,1.078,302,0.832,309,1.385,317,1.053,322,1.476,339,1.659,340,1.62,341,2.016,348,2.109,350,4.324,378,2.278,407,2.823,408,1.928,409,2.614,413,2.444,461,1.992,516,0.982,522,1.477,523,1.477,525,1.104,532,1.131,533,1.005,537,1.104,539,1.029,643,2.211,644,1.545,645,1.131,646,2.269,647,1.131,648,1.131,649,1.131,650,2.679,651,1.131,652,1.029,653,1.131,654,1.029,655,1.131,656,1.029,657,1.699,658,1.029,659,1.053,660,1.131,661,1.131,662,1.029,663,1.131,664,1.029,665,1.104,666,1.131,667,1.029,668,1.51,669,1.131,670,1.029,671,1.131,672,1.029,673,1.699,674,1.029,675,1.131,676,1.053,677,1.131,678,1.029,679,1.131,680,1.029,681,1.945,682,1.029,683,0.918,684,1.699,685,1.029,686,1.131,687,1.029,688,0.661,689,1.029,690,1.131,691,1.029,692,1.131,693,1.029,694,0.982,695,1.131,696,1.699,697,1.029,698,1.104,699,1.131,700,1.029,701,1.476,702,1.029,703,1.029,704,1.131,705,2.063,706,1.131,707,1.029,708,1.131,709,1.131,710,1.159,729,3.547,740,1.522,750,1.477,751,1.434,752,0.918,754,1.159,756,2.218,757,1.74,763,1.74,764,1.623,765,1.355,769,1.41,789,1.33,806,1.545,942,1.078,953,4.704,954,3.259,957,3.558,960,1.679,961,3.029,964,5.05,965,3.917,966,5.23,967,3.623,969,2.438,970,3.422,974,2.438,975,2.928,976,3.623,977,3.642,978,2.154,981,3.237,985,3.642,986,3.422,988,2.287,992,3.422,999,2.36,1013,3.89,1014,3.642,1021,1.571,1025,2.424,1029,2.156,1036,2.717,1037,5.063,1044,2.608,1046,2.424,1052,2.853,1055,2.156,1069,1.74,1089,3.239,1097,3.917,1099,3.917,1100,3.917,1104,2.36,1107,4.805,1112,5.474,1117,2.287,1129,2.608,1135,2.052,1171,2.614,1461,4.138,1647,2.052,1653,1.571,1655,1.571,1673,1.879,1675,3.547,1714,6.876,1767,4.324,1840,3.082,2060,1.961,2323,2.608,2328,2.853,2329,5.147,2330,5.147,2348,4.285,2376,2.853,2380,4.285,2391,6.441,2392,6.441,3496,2.853,3890,7.523,3891,2.853,3892,5.819,3893,4.845,3894,4.845,3895,3.226,3896,4.845,3897,7.283,3898,4.845,3899,4.845,3900,5.819,3901,3.226,3902,3.226,3903,3.226,3904,3.226,3905,3.226,3906,3.226,3907,3.226,3908,3.226,3909,3.226,3910,3.226,3911,3.226,3912,3.226,3913,3.226,3914,3.226,3915,3.226,3916,3.226,3917,3.226,3918,3.226,3919,3.226,3920,4.845,3921,4.845,3922,3.226]],["title/classes/UpdateFilter.html",[0,0.063,1235,2.421]],["body/classes/UpdateFilter.html",[0,0.095,2,2.561,3,0.134,4,0.161,5,0.121,6,0.119,11,0.529,12,0.911,13,2.365,14,1.155,15,0.699,16,1.419,20,0.877,22,1.252,24,1.389,25,0.009,26,0.922,27,1.062,28,1.137,29,1.062,31,2.992,33,0.175,34,0.772,35,1.804,41,0.161,42,3.102,51,0.007,52,0.007,221,4.31,368,4.583,442,3.019,1235,4.31,3923,5.994,3924,6.776,3925,7.989]],["title/classes/UpdateSpatialSearch.html",[0,0.063,2167,1.885]],["body/classes/UpdateSpatialSearch.html",[0,0.127,2,2.091,3,0.11,4,0.132,5,0.099,6,0.099,7,2.474,8,1.439,11,0.432,12,0.804,13,2.559,14,1.25,15,0.721,18,2.101,20,0.914,22,0.867,25,0.009,28,0.929,29,0.867,30,1.342,32,2.391,33,0.143,34,0.631,41,0.217,42,3.955,47,2.758,51,0.006,52,0.006,78,1.721,282,2.262,289,1.941,293,1.321,342,1.577,345,2.202,430,2.091,432,2.146,434,1.85,442,2.666,448,1.575,574,1.751,600,2.262,613,2.262,688,1.134,769,2.261,815,3.436,1029,2.178,1036,2.964,1219,2.666,2100,2.262,2103,2.358,2126,2.358,2152,2.262,2153,2.881,2154,4.068,2156,2.262,2157,2.881,2158,2.262,2159,2.262,2160,2.391,2161,2.262,2162,2.262,2163,2.985,2164,2.202,2165,2.262,2166,2.262,2167,2.964,2168,3.136,3926,5.534]],["title/components/ViewerComponent.html",[180,0.687,707,1.431]],["body/components/ViewerComponent.html",[0,0.092,3,0.08,4,0.096,5,0.072,6,0.119,8,1.151,11,0.444,12,0.648,14,0.773,15,0.631,16,0.841,20,0.855,22,1.317,24,1.165,25,0.009,26,0.976,27,0.891,28,1.271,29,1.187,30,1.243,33,0.147,34,1.065,41,0.096,50,2.263,51,0.006,52,0.005,57,0.737,65,1.281,66,1.281,82,1.481,85,1.299,86,1.536,92,0.324,103,2.685,104,2.25,114,0.938,144,1.252,150,1.143,158,2.263,159,2.25,160,0.771,178,1.343,180,1.011,233,1.252,235,1.252,239,1.583,242,1.921,245,2.371,246,1.994,248,2.044,250,1.901,251,1.901,277,1.837,291,3.313,293,1.575,295,4.814,299,2.762,302,0.69,313,1.557,316,2.685,317,1.856,348,1.719,401,2.149,408,1.599,413,2.494,426,2.061,434,1.343,461,2.26,483,2.34,484,5.029,516,1.732,520,3.286,532,1.409,533,1.252,537,1.375,539,1.281,541,2.324,568,2.205,604,3.801,643,1.814,644,1.814,645,1.409,646,2.517,647,1.409,648,1.409,649,1.409,650,1.732,651,1.409,652,1.281,653,1.409,654,1.281,655,1.409,656,1.281,657,1.994,658,1.281,659,1.311,660,1.409,661,1.409,662,1.281,663,1.409,664,1.281,665,1.375,666,1.409,667,1.281,668,1.772,669,1.409,670,1.281,671,1.409,672,1.281,673,1.994,674,1.281,675,1.409,676,1.311,677,1.409,678,1.281,679,1.409,680,1.281,681,1.343,682,1.281,683,1.143,684,1.994,685,1.281,686,1.409,687,1.281,688,0.823,689,1.281,690,1.409,691,1.281,692,1.409,693,1.281,694,1.223,695,1.409,696,1.994,697,1.281,698,1.375,699,1.409,700,1.281,701,2.186,702,1.281,703,1.281,704,1.409,705,1.281,706,1.409,707,2.289,708,1.409,709,1.409,710,1.444,719,2.684,725,3.022,732,2.603,740,1.896,748,2.25,750,2.603,751,2.934,752,2.043,754,2.372,756,1.839,761,2.324,763,2.167,765,3.015,767,2.25,769,1.169,778,2.96,779,1.839,789,0.918,844,2.712,845,2.77,942,1.343,961,3.436,969,2.861,999,2.77,1021,1.956,1029,1.07,1037,2.441,1038,4.597,1211,6.124,1461,2.96,1468,5.029,1621,3.313,1646,1.896,1655,1.956,1673,2.34,1675,1.956,1679,3.846,1785,4.961,1798,4.274,1841,4.274,1842,5.395,1940,2.34,1941,2.555,1944,4.016,2170,5.029,2180,4.274,2205,2.441,2218,5.336,2220,5.803,2225,5.336,2228,4.604,2230,3.247,2296,5.336,3318,3.247,3927,3.553,3928,5.029,3929,6.601,3930,5.686,3931,6.601,3932,7.178,3933,4.017,3934,5.686,3935,4.017,3936,4.017,3937,5.686,3938,4.017,3939,4.017,3940,4.017,3941,5.029,3942,5.686,3943,5.686,3944,5.686,3945,4.017,3946,5.686,3947,4.017,3948,6.601,3949,5.686,3950,5.029,3951,4.017,3952,4.017,3953,3.553]],["title/modules/ViewerModule.html",[53,0.736,76,3.169]],["body/modules/ViewerModule.html",[0,0.092,3,0.13,4,0.156,5,0.117,6,0.092,25,0.009,33,0.233,41,0.156,51,0.007,52,0.007,53,1.077,55,1.999,56,1.999,57,1.205,58,2.736,59,2.093,60,1.91,61,2.736,76,6.429,77,2.559,78,1.601,79,1.827,81,2.194,91,2.559,92,0.529,95,3.589,96,2.835,149,3.676,317,2.143,707,2.983,785,2.888,786,2.302,2071,4.765,3646,6.934,3647,5.805,3954,5.805,3955,5.805,3956,5.805,3957,6.563,3958,6.563]],["title/injectables/WorkerDataSourceService.html",[495,1.094,1576,3.169]],["body/injectables/WorkerDataSourceService.html",[0,0.082,3,0.117,4,0.14,5,0.105,6,0.117,11,0.459,14,0.799,15,0.672,16,1.535,20,0.949,22,1.252,24,1.636,25,0.009,26,1.086,27,1.252,33,0.216,34,0.835,35,1.565,41,0.14,51,0.007,52,0.007,53,0.964,82,1.909,85,1.675,92,0.474,111,1.832,114,1.373,160,1.532,170,3.166,171,7.395,177,1.948,193,5.904,295,4.653,302,1.371,309,1.709,342,1.869,348,2.178,349,5.925,495,1.788,496,2.958,501,6.002,511,3.425,786,2.062,1569,5.904,1570,4.418,1576,5.176,1577,5.508,3959,7.395,3960,7.986,3961,7.329,3962,7.329,3963,5.878,3964,7.986,3965,8.36,3966,5.878,3967,7.329,3968,5.878,3969,5.878,3970,7.329,3971,5.878,3972,7.329,3973,5.878,3974,5.878,3975,5.878,3976,5.878,3977,5.878,3978,5.878,3979,5.878,3980,5.878,3981,5.878,3982,5.878,3983,5.878,3984,5.878,3985,5.878,3986,5.878]],["title/changelog.html",[3987,2.81,3988,2.81,3989,3.022]],["body/changelog.html",[3,0.125,5,0.036,8,1.262,12,0.232,15,0.159,18,1.002,22,0.319,25,0.007,27,0.319,28,0.341,30,0.82,31,1.671,34,1.001,35,1.475,45,0.731,47,1.632,48,1.152,49,0.96,51,0.006,52,0.003,56,1.687,60,0.592,104,1.884,111,0.634,114,0.475,120,4.214,150,0.958,154,4.985,155,2.249,165,6.079,166,1.084,168,0.713,180,0.766,189,1.236,238,2.439,239,0.936,245,0.857,269,3.234,270,3.758,271,3.531,272,1.139,274,0.979,277,2.015,282,2.8,289,2.979,290,2.72,297,1.139,299,2.29,302,1.243,313,1.305,342,1.879,344,1.644,345,2.726,349,1.644,376,2.529,390,5.278,392,4.358,395,2.1,401,1.89,406,1.139,408,0.81,411,1.799,412,1.529,413,1.271,433,2.36,437,1.236,441,1.799,442,1.89,444,1.588,445,2.876,461,1.896,462,1.36,476,2.14,516,1.311,524,2.808,526,1.588,533,0.634,537,1.712,574,0.435,586,1.644,587,2.045,591,1.437,606,1.799,612,2.376,634,4.747,644,0.649,650,1.025,659,1.098,668,0.634,683,0.579,688,1.516,701,2.333,703,1.073,710,0.731,739,1.799,740,0.96,746,1.097,752,0.579,762,0.931,800,1.96,805,0.96,807,2.976,811,1.529,815,1.639,816,1.644,820,5.936,822,1.294,823,2.376,826,2.249,836,0.96,891,1.437,976,1.139,978,3.538,986,2.376,988,2.816,1004,1.437,1009,1.437,1029,0.542,1050,1.294,1051,2.41,1099,1.644,1104,2.906,1112,2.529,1122,0.931,1128,1.644,1171,2.321,1173,1.437,1176,1.139,1211,1.644,1232,1.097,1241,2.529,1244,1.644,1245,1.437,1250,1.529,1253,1.644,1254,4.824,1257,4.478,1259,1.644,1268,1.644,1272,1.644,1274,4.163,1287,1.529,1304,2.529,1331,2.976,1371,1.644,1400,4.478,1408,2.376,1410,1.36,1416,2.529,1461,1.059,1462,1.799,1463,1.644,1466,3.039,1469,3.479,1470,1.799,1476,1.437,1477,1.644,1479,3.785,1498,3.479,1532,1.644,1539,1.644,1540,1.644,1586,1.799,1596,1.644,1601,1.529,1602,1.097,1615,2.976,1617,1.294,1620,1.437,1621,2.507,1625,1.799,1651,4.899,1661,1.884,1676,3.796,1677,1.799,1685,1.139,1688,4.423,1718,1.644,1726,2.72,1729,1.96,1735,1.799,1737,1.644,1749,1.294,1750,1.236,1759,1.529,1766,1.644,1783,2.529,1831,1.799,1867,2.72,1869,3.806,1876,2.72,1883,2.976,1944,3.039,1955,1.644,1974,1.529,1994,1.799,1996,1.799,2044,2.976,2046,4.042,2087,4.423,2131,2.529,2171,2.976,2180,4.163,2192,2.529,2250,2.72,2304,2.72,2423,1.644,2443,3.531,2460,5.558,2474,1.437,2496,1.236,2501,3.523,2524,1.437,2537,1.437,2552,1.799,2581,1.294,2611,1.799,2749,2.72,2766,1.644,2840,1.294,2960,1.96,3064,2.72,3076,3.234,3079,1.799,3120,3.234,3201,2.72,3271,1.644,3473,4.042,3490,2.976,3589,1.799,3660,6.193,3692,2.976,3723,1.799,3763,1.644,3764,2.976,3768,1.644,3786,1.799,3798,4.423,3811,2.976,3866,4.899,3928,4.423,3950,2.976,3953,1.799,3988,3.234,3989,2.72,3990,3.806,3991,3.806,3992,2.976,3993,5,3994,5.539,3995,5,3996,9.333,3997,5.539,3998,7.91,3999,3.365,4000,5,4001,5,4002,5,4003,6.606,4004,4.899,4005,3.365,4006,2.034,4007,2.034,4008,6.606,4009,7.398,4010,7.66,4011,3.365,4012,2.034,4013,5.278,4014,2.976,4015,5.967,4016,5.34,4017,1.799,4018,1.799,4019,2.034,4020,2.034,4021,3.365,4022,5,4023,3.365,4024,4.303,4025,2.034,4026,3.365,4027,2.034,4028,7.537,4029,2.034,4030,3.365,4031,1.799,4032,2.034,4033,2.976,4034,2.976,4035,3.365,4036,6.606,4037,2.034,4038,2.034,4039,2.034,4040,2.976,4041,2.034,4042,6.059,4043,3.365,4044,5.539,4045,4.303,4046,2.034,4047,3.365,4048,3.365,4049,2.034,4050,2.034,4051,4.303,4052,3.365,4053,4.303,4054,4.303,4055,3.365,4056,2.034,4057,3.365,4058,3.365,4059,6.316,4060,5.967,4061,3.365,4062,2.034,4063,2.034,4064,3.365,4065,2.034,4066,3.365,4067,2.034,4068,2.034,4069,4.303,4070,2.034,4071,2.034,4072,3.365,4073,2.034,4074,3.365,4075,2.034,4076,2.034,4077,2.034,4078,3.365,4079,2.034,4080,6.316,4081,2.034,4082,2.034,4083,3.365,4084,2.034,4085,4.303,4086,2.034,4087,2.034,4088,2.034,4089,2.034,4090,2.034,4091,2.034,4092,7.66,4093,2.034,4094,1.799,4095,2.034,4096,3.365,4097,1.644,4098,2.034,4099,3.365,4100,5,4101,4.303,4102,2.034,4103,2.034,4104,2.034,4105,2.034,4106,5.967,4107,4.485,4108,4.899,4109,3.806,4110,2.034,4111,4.899,4112,2.034,4113,4.303,4114,5.843,4115,7.537,4116,2.034,4117,2.034,4118,3.365,4119,3.806,4120,2.034,4121,2.034,4122,2.034,4123,2.034,4124,2.034,4125,2.034,4126,2.034,4127,3.365,4128,2.976,4129,6.316,4130,5.34,4131,2.034,4132,2.034,4133,2.034,4134,2.034,4135,2.034,4136,3.365,4137,2.034,4138,3.365,4139,3.365,4140,2.034,4141,2.034,4142,2.034,4143,2.034,4144,3.365,4145,3.365,4146,2.034,4147,3.365,4148,3.365,4149,2.034,4150,2.034,4151,2.034,4152,2.034,4153,3.365,4154,2.034,4155,2.034,4156,5.967,4157,3.365,4158,2.034,4159,2.034,4160,2.034,4161,4.303,4162,3.365,4163,5.967,4164,3.365,4165,5,4166,2.034,4167,2.034,4168,3.365,4169,3.365,4170,2.034,4171,2.034,4172,3.365,4173,2.034,4174,2.034,4175,2.034,4176,2.034,4177,3.365,4178,2.034,4179,2.034,4180,2.034,4181,2.034,4182,2.034,4183,2.034,4184,2.034,4185,2.034,4186,2.034,4187,3.365,4188,2.034,4189,2.034,4190,4.303,4191,4.303,4192,1.799,4193,2.034,4194,2.034,4195,2.034,4196,2.034,4197,2.034,4198,3.365,4199,3.365,4200,4.303,4201,2.034,4202,2.034,4203,2.034,4204,2.034,4205,3.365,4206,2.034,4207,2.034,4208,4.303,4209,3.365,4210,2.034,4211,2.034,4212,4.303,4213,3.365,4214,5,4215,2.034,4216,2.034,4217,2.034,4218,3.365,4219,2.034,4220,2.034,4221,2.034,4222,2.034,4223,2.034,4224,2.034,4225,4.303,4226,2.034,4227,4.303,4228,5.539,4229,3.365,4230,3.365,4231,3.365,4232,4.303,4233,5,4234,5.539,4235,3.365,4236,4.303,4237,2.034,4238,2.034,4239,6.316,4240,4.303,4241,5,4242,2.034,4243,2.034,4244,2.034,4245,2.034,4246,3.365,4247,2.034,4248,2.034,4249,2.034,4250,3.365,4251,2.034,4252,2.034,4253,3.806,4254,3.365,4255,2.034,4256,2.034,4257,2.034,4258,2.034,4259,2.034,4260,2.034,4261,2.034,4262,2.034,4263,2.034,4264,2.034,4265,2.034,4266,5,4267,5.967,4268,4.303,4269,2.034,4270,2.034,4271,4.303,4272,2.034,4273,2.034,4274,2.034,4275,3.365,4276,4.303,4277,2.034,4278,2.034,4279,2.034,4280,2.034,4281,2.034,4282,1.799,4283,2.034,4284,2.034,4285,2.034,4286,2.034,4287,2.034,4288,2.034,4289,2.034,4290,2.034,4291,2.034,4292,2.034,4293,2.034,4294,2.034,4295,2.034,4296,6.606,4297,2.034,4298,4.303,4299,6.606,4300,4.303,4301,5,4302,3.365,4303,4.303,4304,2.034,4305,2.034,4306,2.034,4307,3.365,4308,2.034,4309,2.034,4310,2.034,4311,3.365,4312,2.034,4313,2.034,4314,2.034,4315,2.034,4316,2.034,4317,2.034,4318,2.034,4319,2.034,4320,2.034,4321,2.034,4322,2.034,4323,2.034,4324,2.034,4325,2.034,4326,2.034,4327,2.034,4328,2.034,4329,2.034,4330,2.034,4331,2.034,4332,2.034,4333,2.034,4334,3.365,4335,2.034,4336,3.365,4337,2.034,4338,3.365,4339,3.365,4340,5,4341,5,4342,3.365,4343,3.365,4344,2.034,4345,2.034,4346,2.034,4347,2.034,4348,1.799,4349,2.034,4350,2.034,4351,2.034,4352,2.034,4353,2.034,4354,2.034,4355,3.365,4356,7.059,4357,4.303,4358,1.799,4359,3.365,4360,2.034,4361,2.034,4362,2.034,4363,2.034,4364,2.034,4365,2.034,4366,3.365,4367,5.587,4368,3.365,4369,2.034,4370,2.034,4371,2.034,4372,2.034,4373,2.034,4374,4.042,4375,2.034,4376,3.365,4377,2.034,4378,2.034,4379,2.034,4380,3.365,4381,2.034,4382,2.034,4383,2.034,4384,3.365,4385,4.303,4386,3.365,4387,2.034,4388,2.976,4389,2.034,4390,2.034,4391,2.034,4392,2.034,4393,2.034,4394,2.034,4395,2.034,4396,2.034,4397,1.799,4398,2.034,4399,2.034,4400,2.034,4401,2.034,4402,2.034,4403,1.799,4404,2.034,4405,2.034,4406,3.365,4407,2.034,4408,2.034,4409,2.034,4410,2.034,4411,2.034,4412,2.034,4413,2.034,4414,2.034,4415,2.034,4416,2.034,4417,3.365,4418,2.034,4419,2.034,4420,3.365,4421,2.034,4422,2.034,4423,2.034,4424,2.034,4425,2.034,4426,2.034]],["title/coverage.html",[4374,4.965]],["body/coverage.html",[0,0.123,1,1.473,5,0.052,6,0.133,7,3.111,8,1.498,9,3.03,10,4.121,15,0.229,25,0.009,30,0.739,35,0.78,37,1.197,39,1.524,43,1.78,46,1.78,51,0.004,52,0.004,65,0.934,66,0.934,112,2.068,114,1.051,115,2.201,117,2.201,120,5.325,125,2.068,128,3.928,131,3.383,135,2.068,138,2.068,141,2.201,144,0.912,146,2.068,166,1.45,167,2.367,169,3.981,180,1.379,210,2.068,213,1.957,215,2.068,218,1.579,221,1.579,223,1.706,225,2.863,227,1.473,231,1.64,233,0.912,235,0.912,302,0.503,306,6.811,342,0.655,395,1.23,426,2.367,481,4.244,495,2.014,497,2.59,498,2.59,516,1.371,520,4.216,534,6.096,535,6.096,582,2.367,625,2.367,640,2.367,642,2.367,652,0.934,654,0.934,656,0.934,658,0.934,662,0.934,664,0.934,667,0.934,670,0.934,672,0.934,674,0.934,676,0.956,678,0.934,680,0.934,682,0.934,683,1.281,685,0.934,687,0.934,688,0.922,689,0.934,691,0.934,693,0.934,697,0.934,700,0.934,702,0.934,703,1.436,705,0.934,707,0.934,711,2.367,712,2.59,788,2.59,860,4.347,861,3.447,862,4.347,878,2.068,895,2.068,906,1.579,952,3.639,957,2.061,981,1.302,996,1.473,1029,0.78,1073,2.59,1156,1.862,1157,4.226,1163,1.862,1169,1.862,1170,1.862,1190,2.068,1192,3.873,1205,2.201,1206,4.954,1235,1.579,1237,2.201,1242,3.639,1276,2.367,1440,2.59,1456,2.201,1457,4.347,1458,3.639,1459,3.639,1478,2.068,1568,2.201,1569,4.347,1570,4.121,1576,2.068,1582,3.488,1583,2.367,1584,2.201,1585,2.59,1648,3.383,1682,2.59,1702,3.179,1705,2.201,1711,1.862,1712,1.862,1714,2.367,1716,2.59,1781,2.367,1782,2.59,1971,3.179,1972,2.201,1973,2.59,2076,2.59,2100,1.197,2103,2.898,2123,2.367,2124,2.59,2125,2.59,2136,2.59,2152,1.197,2153,4.182,2156,1.197,2158,1.197,2159,1.197,2161,1.197,2162,1.197,2164,1.165,2165,1.197,2166,1.197,2167,1.23,2169,2.59,2213,2.201,2214,3.383,2215,3.639,2222,1.957,2272,2.367,2273,4.121,2305,2.367,2427,1.957,2428,2.59,2429,2.59,2430,3.639,2431,3.639,2466,2.201,2493,4.689,2495,1.957,2502,1.862,2566,4.087,2568,3.333,2569,2.201,2571,3.915,2573,3.639,2589,1.78,2597,2.068,2681,3.639,2682,3.639,2747,2.59,2748,2.59,2750,2.59,2837,4.462,2851,1.579,2853,1.524,2855,1.706,2863,1.78,2865,1.579,2988,2.59,3064,2.367,3074,2.367,3081,3.009,3091,4.121,3106,2.201,3141,2.201,3224,3.447,3225,3.639,3263,2.068,3295,2.367,3325,3.383,3332,1.862,3365,2.59,3445,2.59,3502,2.59,3525,2.201,3526,2.201,3528,2.201,3530,2.59,3630,2.367,3631,2.59,3650,2.367,3663,2.367,3681,2.367,3682,2.59,3712,3.639,3761,3.383,3762,3.639,3806,2.367,3842,2.367,3843,2.59,3856,2.367,3857,2.59,3890,2.59,3891,2.59,3923,2.59,3927,2.59,3959,2.59,4016,3.639,4107,2.201,4374,2.367,4427,2.928,4428,2.928,4429,8.033,4430,2.59,4431,2.59,4432,2.59,4433,2.928,4434,4.501,4435,2.928,4436,2.928,4437,2.928,4438,5.483,4439,7.54,4440,2.928,4441,7.305,4442,8.152,4443,2.59,4444,8.496,4445,2.928,4446,2.928,4447,5.483,4448,2.928,4449,2.367,4450,2.367,4451,4.501,4452,2.928,4453,2.928,4454,2.928,4455,2.928,4456,2.59,4457,2.59,4458,5.483,4459,5.483,4460,2.928,4461,2.928,4462,2.928,4463,2.928,4464,2.928,4465,2.928,4466,2.928,4467,2.928,4468,2.928,4469,4.501,4470,2.928,4471,2.928,4472,2.928,4473,2.928,4474,4.976,4475,2.928,4476,2.928,4477,2.59,4478,2.59,4479,2.59,4480,2.928,4481,2.928,4482,4.501,4483,2.928,4484,2.928,4485,4.501,4486,2.59,4487,2.928,4488,2.928,4489,2.928,4490,4.501,4491,4.501,4492,2.928,4493,4.501,4494,2.928,4495,2.928,4496,2.928,4497,2.928,4498,2.928,4499,2.59,4500,2.928,4501,2.928,4502,2.928,4503,2.928,4504,2.928,4505,2.928]],["title/dependencies.html",[56,1.645,4097,3.022]],["body/dependencies.html",[5,0.096,25,0.009,51,0.006,52,0.006,56,1.638,92,0.434,94,4.758,103,4.631,104,3.88,186,3.596,187,3.596,188,4.037,190,1.842,201,1.756,238,3.308,282,2.199,296,2.801,644,2.21,786,1.887,805,2.539,835,3.617,836,2.539,874,4.043,875,4.043,951,4.043,1119,4.349,1216,4.043,1250,4.043,1403,3.422,1473,4.043,1475,4.043,1784,4.631,1827,4.758,1887,4.758,1969,4.758,2126,1.798,2627,4.043,2629,4.043,2839,3.422,3164,4.349,3652,4.758,3655,4.758,3656,6.128,3777,4.758,3792,4.349,3992,6.779,4018,4.758,4040,4.758,4111,6.128,4253,4.758,4506,5.38,4507,5.38,4508,5.38,4509,5.38,4510,5.38,4511,5.38,4512,9.002,4513,5.38,4514,5.38,4515,6.929,4516,5.38,4517,5.38,4518,5.38,4519,5.38,4520,5.38,4521,5.38,4522,5.38,4523,5.38,4524,5.38,4525,8.094,4526,5.38,4527,6.929,4528,5.38,4529,5.38,4530,5.38,4531,7.664,4532,5.38,4533,5.38,4534,5.38,4535,5.38,4536,5.38,4537,5.38,4538,5.38,4539,6.929,4540,5.38,4541,5.38,4542,5.38,4543,5.38,4544,5.38,4545,5.38,4546,6.929,4547,5.38,4548,5.38,4549,5.38,4550,6.929,4551,5.38,4552,5.38,4553,5.38,4554,5.38,4555,5.38,4556,5.38,4557,5.38,4558,5.38,4559,5.38,4560,5.38,4561,4.758,4562,5.38,4563,5.38,4564,5.38,4565,5.38,4566,5.38,4567,5.38,4568,6.929,4569,5.38,4570,5.38,4571,5.38,4572,5.38,4573,5.38,4574,5.38,4575,5.38,4576,5.38,4577,5.38,4578,5.38,4579,5.38,4580,5.38,4581,5.38,4582,5.38,4583,5.38,4584,5.38,4585,5.38,4586,5.38,4587,5.38,4588,5.38,4589,5.38,4590,5.38,4591,5.38,4592,5.38,4593,5.38,4594,5.38,4595,5.38,4596,6.929,4597,5.38,4598,5.38,4599,5.38,4600,5.38,4601,5.38,4602,5.38,4603,5.38,4604,5.38,4605,5.38,4606,5.38,4607,5.38,4608,5.38,4609,5.38]],["title/miscellaneous/enumerations.html",[4610,2.272,4611,4.778]],["body/miscellaneous/enumerations.html",[6,0.101,11,0.563,25,0.008,29,1.298,51,0.008,52,0.008,220,6.693,322,2.194,342,1.611,793,3.887,1206,5.088,1250,5.415,1255,7.323,1256,6.223,4610,4.379,4611,6.373,4612,5.825]],["title/miscellaneous/functions.html",[4610,2.272,4613,4.778]],["body/miscellaneous/functions.html",[6,0.113,11,0.416,15,0.652,20,1.142,24,1.865,25,0.009,26,1.244,27,1.434,29,1.34,51,0.006,52,0.006,85,2.08,86,1.473,120,6.227,177,1.298,215,4.86,242,2.003,293,1.27,294,3.759,302,1.181,315,3.558,339,1.822,342,1.19,368,2.871,463,3.491,481,4.346,524,3.059,534,4.303,535,7.128,572,4.708,574,1.473,576,4.708,579,4.708,580,4.708,582,5.563,583,6.086,584,5.172,585,6.086,587,4.182,605,4.708,610,4.708,625,5.563,640,5.563,642,5.563,789,1.907,876,4.675,952,4.303,974,2.678,1026,6.517,1027,4.85,1028,4.708,1029,1.832,1035,4.708,1038,4.303,1105,4.443,1165,4.009,1175,3.386,1206,3.759,1214,4.114,1224,4.708,1256,5.172,1257,4.303,1258,6.086,1259,4.303,1260,4.708,1262,3.235,1263,4.708,1264,4.708,1266,6.086,1267,4.708,1268,4.303,1269,4.708,1270,4.708,1271,4.303,1272,6.164,1273,3.386,1274,4,1275,2.771,1276,5.563,1277,4.6,1538,4.303,2601,4.708,4430,6.086,4431,6.086,4432,6.086,4449,4.303,4450,5.563,4456,6.086,4457,6.086,4486,6.086,4610,3.235,4612,6.164,4613,4.708,4614,4.708,4615,8.701,4616,5.322,4617,5.322,4618,5.322,4619,5.322,4620,5.322,4621,5.322,4622,5.322,4623,5.322,4624,5.322]],["title/index.html",[11,0.292,3987,2.81,3988,2.81]],["body/index.html",[3,0.17,25,0.007,34,1.058,51,0.007,52,0.007,154,5.873,165,5.601,166,1.191,168,2.031,180,0.887,238,2.367,289,2.782,392,5.045,526,2.733,688,1.186,751,2.574,823,5.127,976,3.242,978,3.227,1057,3.519,1130,4.23,1253,4.681,1254,5.869,1274,4.352,1283,6.421,1371,4.681,1400,7.313,1401,5.121,1466,4.089,1602,3.123,1621,4.23,2180,4.352,3660,7.365,3763,4.681,3989,4.681,3990,6.421,3991,6.421,3998,6.421,4004,6.421,4016,4.681,4017,7.355,4031,6.421,4033,6.421,4034,7.355,4094,5.121,4107,4.352,4108,7.575,4109,7.575,4114,6.421,4119,5.121,4128,6.421,4130,4.681,4192,6.421,4388,5.121,4397,5.121,4625,5.79,4626,5.79,4627,5.79,4628,6.421,4629,5.79,4630,5.79,4631,7.26,4632,7.26,4633,7.26,4634,7.931,4635,5.79,4636,5.79,4637,7.931,4638,7.931,4639,5.79,4640,5.79,4641,7.26,4642,5.79,4643,5.79,4644,5.79,4645,7.26,4646,5.79,4647,5.79,4648,5.79,4649,5.79,4650,5.79,4651,7.26,4652,5.79,4653,5.79,4654,7.26,4655,5.79,4656,7.26,4657,7.26,4658,5.79,4659,5.79,4660,5.79,4661,5.79,4662,5.79,4663,5.79,4664,5.79,4665,5.79,4666,5.79,4667,5.79,4668,5.79,4669,5.79,4670,5.79,4671,5.79,4672,5.79,4673,5.79]],["title/license.html",[3987,2.81,3988,2.81,4674,3.307]],["body/license.html",[25,0.007,51,0.007,52,0.007,79,1.815,154,4.605,241,5.271,288,2.528,729,3.176,876,3.652,1004,4.605,1009,5.903,1214,3.518,1621,4.55,1635,5.271,2235,5.271,2496,3.963,3691,5.767,4013,6.907,4107,4.901,4282,6.907,4348,5.767,4367,5.767,4403,5.767,4561,5.767,4628,8.16,4674,5.767,4675,6.521,4676,8.359,4677,6.521,4678,6.521,4679,7.808,4680,6.521,4681,6.521,4682,6.521,4683,6.521,4684,7.808,4685,6.521,4686,6.521,4687,6.521,4688,6.521,4689,6.521,4690,6.521,4691,6.521,4692,6.521,4693,6.521,4694,6.521,4695,6.521,4696,6.521,4697,7.808,4698,6.521,4699,6.521,4700,6.521,4701,6.521,4702,6.521,4703,7.808,4704,6.521,4705,6.521,4706,6.521,4707,6.521,4708,6.521,4709,6.521,4710,6.521,4711,6.521,4712,6.521,4713,6.521,4714,6.521,4715,6.521,4716,6.521,4717,6.521,4718,6.521,4719,6.521,4720,6.521,4721,6.521,4722,6.521,4723,6.521,4724,6.521,4725,6.521]],["title/modules.html",[55,1.871]],["body/modules.html",[25,0.007,51,0.007,52,0.007,54,4.59,55,1.86,67,4.083,68,4.313,69,4.313,70,4.083,71,4.313,72,4.313,73,4.313,74,4.083,75,4.313,76,4.313,104,5.336,853,4.313,1180,4.313,1181,4.313,1182,4.313,1472,7.162,1693,4.313,1698,4.313,1699,4.313,1771,4.313,2065,4.313,2563,4.083,2564,4.313,2565,4.083,3120,4.59,3286,4.59,3291,4.313,3438,4.59,3443,4.313,3515,4.313,3516,4.313,3867,5.402,4042,8.428,4726,9.535]],["title/overview.html",[4727,5.433]],["body/overview.html",[2,1.409,25,0.009,51,0.005,52,0.005,53,0.612,54,6.887,55,1.136,56,1.136,57,0.685,58,1.218,59,1.19,60,1.086,61,1.218,62,3.299,63,3.299,64,3.299,65,2.02,66,2.02,67,5.289,68,5.92,69,6.206,70,5.289,71,5.721,72,6.059,73,5.721,74,5.289,75,5.419,76,5.419,77,1.76,78,0.91,79,1.038,144,2.466,168,1.308,213,4.234,233,2.466,235,2.466,239,1.038,496,1.877,652,2.523,654,2.523,656,2.523,658,2.523,662,2.523,664,2.523,667,2.523,670,2.523,672,2.523,674,2.633,676,2.583,678,2.523,680,2.523,682,2.523,685,2.523,687,2.523,689,2.523,691,2.523,693,2.523,697,2.523,700,2.523,702,2.523,705,2.523,707,2.523,781,3.299,782,3.299,783,3.299,853,5.419,854,3.299,855,3.299,856,3.299,1177,3.299,1178,3.299,1179,3.299,1180,5.92,1181,4.473,1182,5.199,1241,2.803,1693,5.92,1694,3.299,1695,3.299,1696,3.299,1697,3.299,1698,5.419,1699,5.419,1707,3.299,1708,3.299,1709,3.299,1771,5.419,1772,3.299,1773,3.299,1774,3.299,1962,3.299,1963,3.299,1964,3.299,2065,6.164,2066,3.299,2067,3.299,2069,3.299,2117,3.299,2119,3.299,2120,3.299,2206,3.299,2207,3.299,2208,3.299,2560,3.299,2561,3.299,2562,3.299,2563,5.674,2564,6.164,2565,5.788,2589,3.85,2671,3.299,2672,3.299,2673,3.299,2823,3.299,2824,3.299,2826,3.299,2829,3.299,2830,3.299,2831,3.299,3065,3.299,3067,3.299,3068,3.299,3088,3.299,3089,3.299,3090,3.299,3286,5.947,3287,3.299,3288,3.299,3289,3.299,3290,3.299,3291,5.419,3319,3.299,3320,3.299,3321,3.299,3438,5.947,3439,3.299,3440,3.299,3441,3.299,3442,3.299,3443,6.059,3511,3.299,3512,3.299,3513,3.299,3514,3.299,3515,5.588,3516,5.419,3642,3.299,3643,3.299,3644,3.299,3700,3.299,3701,3.299,3702,3.299,3705,3.299,3706,3.299,3833,3.299,3834,3.299,3835,3.299,3851,3.299,3852,3.299,3853,3.299,3885,3.299,3886,3.299,3887,3.299,3954,3.299,3955,3.299,3956,3.299,4358,3.299,4499,4.77,4727,3.299,4728,3.73,4729,3.73]],["title/properties.html",[12,0.616,4097,3.022]],["body/properties.html",[12,0.841,25,0.008,51,0.008,52,0.008,4014,6.523,4130,5.962]],["title/miscellaneous/typealiases.html",[4610,2.272,4730,5.402]],["body/miscellaneous/typealiases.html",[6,0.124,7,2.119,8,1.416,9,2.61,11,0.472,15,0.69,16,1.561,18,2.407,25,0.008,37,2.469,39,3.145,51,0.007,52,0.007,128,3.383,239,1.681,242,2.353,244,4.038,272,4.175,291,4.919,322,2.462,407,3.52,446,3.383,481,3.881,600,3.047,613,3.047,762,2.766,774,4.038,806,1.927,822,3.843,868,3.855,957,3.413,960,3.145,975,3.751,981,3.594,996,3.751,1069,3.259,1156,3.843,1157,3.843,1158,4.343,1159,4.266,1160,4.266,1161,4.038,1163,3.843,1166,5.71,1169,3.843,1170,3.843,1171,3.259,1174,5.71,1175,3.843,1176,4.528,2126,2.019,2273,4.54,2293,5.343,2294,6.593,2295,6.593,2296,6.026,2297,5.343,2298,6.593,2299,5.343,2300,6.593,2301,5.343,2302,5.343,2303,5.343,2304,4.884,2566,3.52,2571,3.843,3224,3.383,3295,6.026,3325,5.603,3330,5.603,3987,4.54,4449,4.884,4450,6.026,4474,6.026,4610,3.672,4614,5.343,4731,6.041,4732,7.811,4733,7.151,4734,7.454,4735,5.343,4736,7.454]],["title/miscellaneous/variables.html",[4610,2.272,4737,4.778]],["body/miscellaneous/variables.html",[0,0.082,6,0.117,11,0.254,15,0.571,18,0.97,24,0.667,25,0.009,26,1.271,28,1.478,29,1.347,31,1.631,35,1.558,47,1.063,51,0.004,52,0.004,111,1.015,114,0.761,117,3.668,119,6.246,128,1.824,155,3.262,160,0.625,193,2.3,202,1.639,221,1.757,223,1.898,227,1.639,237,2.177,266,2.881,269,2.448,270,2.448,271,3.447,272,1.824,282,1.331,293,0.777,295,5.444,296,1.696,302,1.195,309,1.253,313,2.269,327,1.757,328,2.633,395,2.05,408,2.771,413,2.631,426,1.491,446,1.824,455,2.633,463,1.491,481,2.541,487,3.104,511,1.898,612,2.3,668,1.015,752,0.927,806,2.073,844,1.231,860,2.3,861,1.824,862,3.447,863,3.104,864,3.668,878,3.447,879,2.448,880,2.448,881,2.448,882,2.448,883,2.448,884,2.448,885,2.448,886,2.448,887,2.448,888,2.448,889,2.448,890,2.448,891,2.3,892,2.448,893,2.072,894,2.448,906,1.757,957,2.234,978,2.17,981,2.602,1105,1.898,1122,1.491,1157,2.072,1161,2.177,1165,1.898,1192,2.3,1206,2.3,1237,3.668,1238,2.881,1239,2.881,1240,2.881,1241,2.448,1242,2.633,1243,2.881,1244,2.633,1245,2.3,1246,2.881,1247,2.881,1248,2.881,1249,1.898,1456,2.448,1457,2.3,1458,2.633,1459,3.945,1463,2.633,1471,7.017,1476,2.3,1477,2.633,1478,3.447,1479,4.53,1480,2.881,1481,8.218,1482,2.881,1483,2.881,1484,2.881,1485,4.317,1486,2.881,1487,2.881,1488,2.881,1489,2.881,1490,2.881,1491,2.881,1492,5.75,1493,5.75,1494,6.158,1495,6.158,1496,2.881,1497,2.881,1498,5.629,1499,2.881,1500,2.881,1501,2.881,1502,5.177,1503,5.177,1504,4.317,1505,2.881,1506,2.881,1507,2.881,1508,2.881,1509,6.158,1510,2.881,1511,4.317,1512,2.881,1513,2.881,1514,2.881,1515,2.881,1516,2.881,1517,2.881,1518,2.881,1519,2.881,1520,2.881,1521,2.881,1522,2.881,1523,5.75,1524,4.317,1525,2.881,1526,2.881,1527,2.881,1528,2.881,1529,4.317,1530,2.881,1531,2.881,1532,2.633,1533,2.881,1534,2.881,1535,2.881,1536,2.881,1537,2.881,1538,3.945,1539,3.945,1540,2.633,1541,2.881,1542,2.881,1543,2.881,1544,2.881,1545,2.881,1546,2.881,1547,2.881,1548,2.881,1549,2.881,1550,5.75,1551,2.881,1552,2.881,1553,5.75,1554,2.881,1555,2.881,1556,2.448,1557,2.881,1558,2.881,1559,6.158,1560,2.881,1561,4.317,1562,2.881,1563,2.633,1564,2.881,1565,2.633,1566,2.881,1567,2.881,1569,2.3,1577,2.448,1702,2.3,1711,3.104,1712,3.723,1756,2.448,2126,1.631,2128,2.881,2131,2.448,2133,4.317,2222,2.177,2273,2.448,2305,3.945,2306,2.881,2307,2.881,2493,2.177,2499,2.177,2501,3.723,2502,2.072,2504,2.3,2505,3.262,2506,2.3,2508,3.723,2566,1.898,2571,2.072,2865,1.757,3091,2.448,3141,3.668,3142,2.633,3143,2.633,3144,2.633,3145,2.633,3146,2.633,3147,2.633,3332,2.072,3650,2.633,3658,2.881,3662,2.881,3663,3.945,3712,2.633,3741,2.881,3761,2.448,3762,3.945,3806,3.945,3941,4.317,4443,4.317,4474,5.255,4477,4.317,4478,4.317,4479,4.317,4610,1.98,4612,2.633,4732,2.881,4733,2.881,4735,5.177,4737,2.881,4738,3.257,4739,3.257,4740,3.257,4741,3.257,4742,3.257,4743,4.88,4744,3.257,4745,3.257,4746,3.257,4747,3.257,4748,3.257,4749,3.257,4750,3.257]]],"invertedIndex":[["",{"_index":25,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":426,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["0).map(([term",{"_index":3611,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["0.07",{"_index":2915,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["0.095rem",{"_index":1958,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["0.1.0",{"_index":4420,"title":{},"body":{"changelog.html":{}}}],["0.12",{"_index":1669,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["0.125rem",{"_index":2195,"title":{},"body":{"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["0.13.1",{"_index":4609,"title":{},"body":{"dependencies.html":{}}}],["0.14",{"_index":1667,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["0.15s",{"_index":1672,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["0.16",{"_index":3313,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["0.1rem",{"_index":2058,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["0.2",{"_index":1665,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["0.2.0",{"_index":4417,"title":{},"body":{"changelog.html":{}}}],["0.20.0",{"_index":4550,"title":{},"body":{"dependencies.html":{}}}],["0.25rem",{"_index":1675,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["0.2rem",{"_index":1951,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["0.2s",{"_index":2063,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["0.3125rem",{"_index":3822,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["0.3s",{"_index":1757,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["0.4",{"_index":435,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["0.42",{"_index":3603,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["0.4s",{"_index":2115,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"components/SpinnerOverlayComponent.html":{}}}],["0.5",{"_index":3497,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["0.5.0",{"_index":4406,"title":{},"body":{"changelog.html":{}}}],["0.5rem",{"_index":767,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ViewerComponent.html":{}}}],["0.5s",{"_index":3496,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["0.6",{"_index":3830,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["0.6.0",{"_index":4388,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["0.625rem",{"_index":3825,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["0.6s",{"_index":2060,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["0.75rem",{"_index":1652,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["0.875rem",{"_index":745,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["0.9",{"_index":3599,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["0.9375rem",{"_index":1956,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["0/1",{"_index":4429,"title":{},"body":{"coverage.html":{}}}],["0/14",{"_index":4467,"title":{},"body":{"coverage.html":{}}}],["0/16",{"_index":4496,"title":{},"body":{"coverage.html":{}}}],["0/18",{"_index":4428,"title":{},"body":{"coverage.html":{}}}],["0/19",{"_index":4464,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":4441,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":4442,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":4439,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":4438,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":4440,"title":{},"body":{"coverage.html":{}}}],["0/7",{"_index":4434,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":4463,"title":{},"body":{"coverage.html":{}}}],["0000001d",{"_index":2059,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["0000003e",{"_index":1952,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["00000058",{"_index":2113,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["00e5ff",{"_index":888,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["01",{"_index":4052,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":4272,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":4228,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":1651,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["05",{"_index":1688,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["06",{"_index":4022,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":4015,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":4368,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":4044,"title":{},"body":{"changelog.html":{}}}],["0px",{"_index":755,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["0rem",{"_index":1767,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["1",{"_index":313,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["1).touppercase",{"_index":3357,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["1)[0",{"_index":2881,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["1.0",{"_index":4299,"title":{},"body":{"changelog.html":{}}}],["1.0.0",{"_index":4356,"title":{},"body":{"changelog.html":{}}}],["1.0.11",{"_index":4545,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":4554,"title":{},"body":{"dependencies.html":{}}}],["1.0.9",{"_index":4603,"title":{},"body":{"dependencies.html":{}}}],["1.0625rem",{"_index":3920,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["1.1.0",{"_index":4334,"title":{},"body":{"changelog.html":{}}}],["1.125",{"_index":2657,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["1.14.10",{"_index":4558,"title":{},"body":{"dependencies.html":{}}}],["1.17.0",{"_index":4582,"title":{},"body":{"dependencies.html":{}}}],["1.2.0",{"_index":4298,"title":{},"body":{"changelog.html":{}}}],["1.2.3",{"_index":4557,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":4547,"title":{},"body":{"dependencies.html":{}}}],["1.25",{"_index":3058,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["1.25rem",{"_index":3060,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["1.2rem",{"_index":2111,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["1.3.1",{"_index":4592,"title":{},"body":{"dependencies.html":{}}}],["1.3.5",{"_index":4271,"title":{},"body":{"changelog.html":{}}}],["1.34375em",{"_index":2656,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["1.4.0",{"_index":4253,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["1.4.1",{"_index":4570,"title":{},"body":{"dependencies.html":{}}}],["1.48rem",{"_index":2112,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["1.5",{"_index":2922,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["1.5.0",{"_index":4227,"title":{},"body":{"changelog.html":{}}}],["1.5em",{"_index":1943,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["1.5rem",{"_index":1679,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["1.6.0",{"_index":4214,"title":{},"body":{"changelog.html":{}}}],["1.7.0",{"_index":4205,"title":{},"body":{"changelog.html":{}}}],["1.75rem",{"_index":1961,"title":{},"body":{"components/DualSliderComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["1/1",{"_index":4444,"title":{},"body":{"coverage.html":{}}}],["1/8",{"_index":4451,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":634,"title":{},"body":{"components/AppWebComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["10.0.0",{"_index":4580,"title":{},"body":{"dependencies.html":{}}}],["10/12",{"_index":4448,"title":{},"body":{"coverage.html":{}}}],["10/21",{"_index":4473,"title":{},"body":{"coverage.html":{}}}],["100",{"_index":520,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{}}}],["1000",{"_index":2937,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["10px",{"_index":1668,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["10rem",{"_index":2064,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["10x",{"_index":4346,"title":{},"body":{"changelog.html":{}}}],["11",{"_index":3994,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":4567,"title":{},"body":{"dependencies.html":{}}}],["11.5rem",{"_index":3501,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["110",{"_index":1239,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["11rem",{"_index":2057,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["12",{"_index":4016,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{}}}],["12.75rem",{"_index":3508,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["12/12",{"_index":4492,"title":{},"body":{"coverage.html":{}}}],["12/13",{"_index":4471,"title":{},"body":{"coverage.html":{}}}],["12/18",{"_index":4483,"title":{},"body":{"coverage.html":{}}}],["121",{"_index":3598,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["13",{"_index":1241,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["13/13",{"_index":4469,"title":{},"body":{"coverage.html":{}}}],["13/20",{"_index":4462,"title":{},"body":{"coverage.html":{}}}],["136",{"_index":3202,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["13rem",{"_index":3087,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["14",{"_index":4073,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":4583,"title":{},"body":{"dependencies.html":{}}}],["14.1.4",{"_index":4510,"title":{},"body":{"dependencies.html":{}}}],["14.10.1",{"_index":4507,"title":{},"body":{"dependencies.html":{}}}],["14.375rem",{"_index":850,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["14/15",{"_index":4481,"title":{},"body":{"coverage.html":{}}}],["14/42",{"_index":4433,"title":{},"body":{"coverage.html":{}}}],["14rem",{"_index":3315,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["15",{"_index":4023,"title":{},"body":{"changelog.html":{}}}],["15.313.0",{"_index":4509,"title":{},"body":{"dependencies.html":{}}}],["15rem",{"_index":1957,"title":{},"body":{"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["16",{"_index":4000,"title":{},"body":{"changelog.html":{}}}],["16.0.0",{"_index":4585,"title":{},"body":{"dependencies.html":{}}}],["16.0.2",{"_index":4586,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":4512,"title":{},"body":{"dependencies.html":{}}}],["16.1.6",{"_index":4515,"title":{},"body":{"dependencies.html":{}}}],["16.3.1",{"_index":4560,"title":{},"body":{"dependencies.html":{}}}],["16.5",{"_index":852,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["16px",{"_index":1764,"title":{},"body":{"components/DropdownComponent.html":{}}}],["16rem",{"_index":1683,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["17",{"_index":3995,"title":{},"body":{"changelog.html":{}}}],["17/17",{"_index":4468,"title":{},"body":{"coverage.html":{}}}],["17rem",{"_index":1689,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["18/18",{"_index":4487,"title":{},"body":{"coverage.html":{}}}],["18rem",{"_index":2664,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["19.25px",{"_index":1753,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["19.5rem",{"_index":1670,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["19rem",{"_index":3499,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["1].color",{"_index":922,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["1em",{"_index":1763,"title":{},"body":{"components/DropdownComponent.html":{}}}],["1px",{"_index":757,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["1rem",{"_index":1653,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["1rem/1.25rem",{"_index":2201,"title":{},"body":{"components/HeaderComponent.html":{}}}],["1s",{"_index":2197,"title":{},"body":{"components/HeaderComponent.html":{}}}],["2",{"_index":433,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"changelog.html":{}}}],["2.0",{"_index":4012,"title":{},"body":{"changelog.html":{}}}],["2.0.0",{"_index":4191,"title":{},"body":{"changelog.html":{}}}],["2.0.1",{"_index":4542,"title":{},"body":{"dependencies.html":{}}}],["2.0.4",{"_index":4511,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":4564,"title":{},"body":{"dependencies.html":{}}}],["2.0625rem",{"_index":3919,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["2.1.0",{"_index":4164,"title":{},"body":{"changelog.html":{}}}],["2.2",{"_index":431,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["2.2.0",{"_index":4157,"title":{},"body":{"changelog.html":{}}}],["2.3.0",{"_index":4153,"title":{},"body":{"changelog.html":{}}}],["2.3.1",{"_index":4148,"title":{},"body":{"changelog.html":{}}}],["2.4.0",{"_index":4138,"title":{},"body":{"changelog.html":{}}}],["2.5.0",{"_index":4127,"title":{},"body":{"changelog.html":{}}}],["2.5rem",{"_index":1659,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["2.6.1",{"_index":4605,"title":{},"body":{"dependencies.html":{}}}],["2.75rem",{"_index":2661,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["2.8.0",{"_index":4544,"title":{},"body":{"dependencies.html":{}}}],["2.8.1",{"_index":4523,"title":{},"body":{"dependencies.html":{}}}],["2.8.5",{"_index":4556,"title":{},"body":{"dependencies.html":{}}}],["2.8125rem",{"_index":3824,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["2/10",{"_index":4503,"title":{},"body":{"coverage.html":{}}}],["2/2",{"_index":4491,"title":{},"body":{"coverage.html":{}}}],["2/7",{"_index":4455,"title":{},"body":{"coverage.html":{}}}],["20",{"_index":2136,"title":{},"body":{"classes/FlatNode.html":{},"coverage.html":{}}}],["2019",{"_index":4367,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2020",{"_index":4301,"title":{},"body":{"changelog.html":{}}}],["2021",{"_index":4115,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":4036,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":3993,"title":{},"body":{"changelog.html":{}}}],["20em",{"_index":1949,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["20rem",{"_index":3063,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["21",{"_index":4206,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":4358,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["229",{"_index":3203,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["22rem",{"_index":3849,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["23",{"_index":4729,"title":{},"body":{"overview.html":{}}}],["23.75rem",{"_index":2665,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["232f3a",{"_index":3509,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["24",{"_index":4407,"title":{},"body":{"changelog.html":{}}}],["24/24",{"_index":4501,"title":{},"body":{"coverage.html":{}}}],["24px.svg",{"_index":1559,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["25",{"_index":2050,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["255",{"_index":893,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"miscellaneous/variables.html":{}}}],["25rem",{"_index":2190,"title":{},"body":{"components/HeaderComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["26",{"_index":4229,"title":{},"body":{"changelog.html":{}}}],["26/26",{"_index":4494,"title":{},"body":{"coverage.html":{}}}],["26th",{"_index":4257,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":4045,"title":{},"body":{"changelog.html":{}}}],["275s",{"_index":1758,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["28",{"_index":4454,"title":{},"body":{"coverage.html":{}}}],["29",{"_index":4499,"title":{},"body":{"coverage.html":{},"overview.html":{}}}],["2979ff",{"_index":880,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["2px",{"_index":1663,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["2rem",{"_index":777,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["3",{"_index":807,"title":{},"body":{"components/CheckboxComponent.html":{},"changelog.html":{}}}],["3.0.0",{"_index":4111,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3.1.0",{"_index":4083,"title":{},"body":{"changelog.html":{}}}],["3.1.1",{"_index":4078,"title":{},"body":{"changelog.html":{}}}],["3.2.0",{"_index":4072,"title":{},"body":{"changelog.html":{}}}],["3.2.10",{"_index":4531,"title":{},"body":{"dependencies.html":{}}}],["3.3.0",{"_index":4064,"title":{},"body":{"changelog.html":{}}}],["3.3.2",{"_index":4587,"title":{},"body":{"dependencies.html":{}}}],["3.4.0",{"_index":4051,"title":{},"body":{"changelog.html":{}}}],["3.5.0",{"_index":4043,"title":{},"body":{"changelog.html":{}}}],["3.5.7",{"_index":4538,"title":{},"body":{"dependencies.html":{}}}],["3.5rem",{"_index":3318,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ViewerComponent.html":{}}}],["3.6",{"_index":4651,"title":{},"body":{"index.html":{}}}],["3.6.0",{"_index":4035,"title":{},"body":{"changelog.html":{}}}],["3.6.3",{"_index":4536,"title":{},"body":{"dependencies.html":{}}}],["3.7.0",{"_index":4021,"title":{},"body":{"changelog.html":{}}}],["3.7.2",{"_index":4014,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["3.75rem",{"_index":3823,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["3.8.0",{"_index":3999,"title":{},"body":{"changelog.html":{}}}],["3.8.1",{"_index":3992,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3/3",{"_index":4490,"title":{},"body":{"coverage.html":{}}}],["3/6",{"_index":4437,"title":{},"body":{"coverage.html":{}}}],["30",{"_index":3201,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["30.5rem",{"_index":3312,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["300",{"_index":3061,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["3000",{"_index":387,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["31",{"_index":4335,"title":{},"body":{"changelog.html":{}}}],["33",{"_index":3502,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"coverage.html":{}}}],["35/47",{"_index":4476,"title":{},"body":{"coverage.html":{}}}],["35px",{"_index":770,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["37/48",{"_index":4453,"title":{},"body":{"coverage.html":{}}}],["3d",{"_index":2460,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["3px",{"_index":3850,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["3rem",{"_index":1647,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["3s",{"_index":1760,"title":{},"body":{"components/DropdownComponent.html":{}}}],["4",{"_index":3786,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["4.0",{"_index":4632,"title":{},"body":{"index.html":{}}}],["4.17.21",{"_index":4578,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":4562,"title":{},"body":{"dependencies.html":{}}}],["4.375rem",{"_index":1953,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["4.4.1",{"_index":4552,"title":{},"body":{"dependencies.html":{}}}],["4.4.2",{"_index":4597,"title":{},"body":{"dependencies.html":{}}}],["4/4",{"_index":4447,"title":{},"body":{"coverage.html":{}}}],["4/5",{"_index":4495,"title":{},"body":{"coverage.html":{}}}],["4/6",{"_index":4502,"title":{},"body":{"coverage.html":{}}}],["400",{"_index":743,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{}}}],["41",{"_index":3597,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["42/44",{"_index":4488,"title":{},"body":{"coverage.html":{}}}],["45rem",{"_index":3494,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["46",{"_index":4465,"title":{},"body":{"coverage.html":{}}}],["47",{"_index":4472,"title":{},"body":{"coverage.html":{}}}],["47.5rem",{"_index":2114,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["4em",{"_index":2110,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["4px",{"_index":1666,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["4rem",{"_index":2188,"title":{},"body":{"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["4th",{"_index":4038,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":1685,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["5.0.0",{"_index":4539,"title":{},"body":{"dependencies.html":{}}}],["5.5rem",{"_index":1151,"title":{},"body":{"components/ContentComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["5/5",{"_index":4458,"title":{},"body":{"coverage.html":{}}}],["5/6",{"_index":4484,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":1648,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"coverage.html":{}}}],["500",{"_index":2196,"title":{},"body":{"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{}}}],["5em",{"_index":1770,"title":{},"body":{"components/DropdownComponent.html":{}}}],["5rem",{"_index":2062,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["5s",{"_index":1153,"title":{},"body":{"components/ContentComponent.html":{}}}],["5th",{"_index":4027,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":4006,"title":{},"body":{"changelog.html":{}}}],["6.11.2",{"_index":4590,"title":{},"body":{"dependencies.html":{}}}],["6.2.1",{"_index":4575,"title":{},"body":{"dependencies.html":{}}}],["6/12",{"_index":4460,"title":{},"body":{"coverage.html":{}}}],["6/6",{"_index":4459,"title":{},"body":{"coverage.html":{}}}],["6/8",{"_index":4436,"title":{},"body":{"coverage.html":{}}}],["600",{"_index":1657,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["60rem",{"_index":3495,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["65",{"_index":4461,"title":{},"body":{"coverage.html":{}}}],["66",{"_index":4482,"title":{},"body":{"coverage.html":{}}}],["6px",{"_index":1662,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["6rem",{"_index":2048,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["6s",{"_index":2061,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["7.0.0",{"_index":4572,"title":{},"body":{"dependencies.html":{}}}],["7.75rem",{"_index":3059,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["7.8.1",{"_index":4598,"title":{},"body":{"dependencies.html":{}}}],["7/15",{"_index":4466,"title":{},"body":{"coverage.html":{}}}],["7/7",{"_index":4489,"title":{},"body":{"coverage.html":{}}}],["72",{"_index":4445,"title":{},"body":{"coverage.html":{}}}],["72rem",{"_index":3273,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["7323e2",{"_index":884,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["74",{"_index":4475,"title":{},"body":{"coverage.html":{}}}],["75",{"_index":4435,"title":{},"body":{"coverage.html":{}}}],["757575",{"_index":759,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["75rem",{"_index":1954,"title":{},"body":{"components/DualSliderComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["77",{"_index":4452,"title":{},"body":{"coverage.html":{}}}],["78vw",{"_index":3493,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["8",{"_index":4209,"title":{},"body":{"changelog.html":{}}}],["8.0.6",{"_index":4600,"title":{},"body":{"dependencies.html":{}}}],["8.2.0",{"_index":4577,"title":{},"body":{"dependencies.html":{}}}],["8.25rem",{"_index":2194,"title":{},"body":{"components/HeaderComponent.html":{}}}],["8.5.16",{"_index":4535,"title":{},"body":{"dependencies.html":{}}}],["8.8.20",{"_index":4525,"title":{},"body":{"dependencies.html":{}}}],["8/11",{"_index":4446,"title":{},"body":{"coverage.html":{}}}],["8/27",{"_index":4500,"title":{},"body":{"coverage.html":{}}}],["8/8",{"_index":4485,"title":{},"body":{"coverage.html":{}}}],["80",{"_index":1682,"title":{},"body":{"components/DonorCardComponent.html":{},"coverage.html":{}}}],["81",{"_index":4497,"title":{},"body":{"coverage.html":{}}}],["82b1ff",{"_index":886,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["83",{"_index":1242,"title":{},"body":{"interfaces/DataStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["85",{"_index":1677,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["875rem",{"_index":3698,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["9.0.0",{"_index":4607,"title":{},"body":{"dependencies.html":{}}}],["9.85rem",{"_index":1747,"title":{},"body":{"components/DropdownComponent.html":{}}}],["9/11",{"_index":4498,"title":{},"body":{"coverage.html":{}}}],["9/9",{"_index":4493,"title":{},"body":{"coverage.html":{}}}],["90",{"_index":4373,"title":{},"body":{"changelog.html":{}}}],["92",{"_index":4470,"title":{},"body":{"coverage.html":{}}}],["93",{"_index":4480,"title":{},"body":{"coverage.html":{}}}],["95",{"_index":3064,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["95vh",{"_index":3492,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["99",{"_index":3641,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["9th",{"_index":4238,"title":{},"body":{"changelog.html":{}}}],["_aggregatedataquerystatus",{"_index":1291,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_biomarkertermoccurencesdataquerystatus",{"_index":1296,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_blank",{"_index":479,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["_celltypetermoccurencesdataquerystatus",{"_index":1295,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_config",{"_index":3969,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["_createcontainer",{"_index":502,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["_error",{"_index":2253,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["_expanded",{"_index":2342,"title":{},"body":{"classes/InitializationState.html":{}}}],["_index",{"_index":3781,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["_measuredmargin",{"_index":2372,"title":{},"body":{"classes/InitializationState.html":{}}}],["_measuredwidth",{"_index":2366,"title":{},"body":{"classes/InitializationState.html":{}}}],["_msg",{"_index":984,"title":{},"body":{"components/ContainerComponent.html":{}}}],["_ontologytermoccurencesdataquerystatus",{"_index":1293,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_opened",{"_index":2338,"title":{},"body":{"classes/InitializationState.html":{}}}],["_position",{"_index":2334,"title":{},"body":{"classes/InitializationState.html":{}}}],["_providerfilterquerystatus",{"_index":1302,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_scenedataquerystatus",{"_index":1298,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_technologyfilterquerystatus",{"_index":1300,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["_tissueblockdataquerystatus",{"_index":1289,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["a.color.color",{"_index":937,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["ability",{"_index":4172,"title":{},"body":{"changelog.html":{}}}],["above",{"_index":4403,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["absolute",{"_index":1673,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["acc",{"_index":932,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["acc[item.key",{"_index":930,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["acceptable",{"_index":298,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["acceptableviewerdomains",{"_index":304,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["accepting",{"_index":2422,"title":{},"body":{"classes/InitializationState.html":{}}}],["accessors",{"_index":970,"title":{},"body":{"components/ContainerComponent.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["according",{"_index":391,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["accordingly",{"_index":2085,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["accurate",{"_index":4226,"title":{},"body":{"changelog.html":{}}}],["acf32b",{"_index":885,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["action",{"_index":1214,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["action(addsearch",{"_index":3333,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["action(generatespatialsearch",{"_index":2961,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(movetonode",{"_index":2931,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(reallyupdatespatialsearch",{"_index":2947,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(removesearch",{"_index":3336,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["action(resetposition",{"_index":2928,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(resetradius",{"_index":2943,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setexecutesearchongenerate",{"_index":2973,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setorgan",{"_index":2902,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setposition",{"_index":2924,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setradius",{"_index":2939,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(setselectedsearches",{"_index":3340,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["action(setsex",{"_index":2888,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(startspatialsearchflow",{"_index":2876,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["action(updatefilter",{"_index":1413,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["actionasfn",{"_index":215,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["actionasfn(movetonode",{"_index":3411,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(removesearch",{"_index":264,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["actionasfn(resetposition",{"_index":3421,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(resetradius",{"_index":3423,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(setorgan",{"_index":3258,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["actionasfn(setposition",{"_index":3433,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(setradius",{"_index":3435,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["actionasfn(setselectedsearches",{"_index":262,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["actionasfn(setsex",{"_index":3260,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["actionasfn(type",{"_index":4617,"title":{},"body":{"miscellaneous/functions.html":{}}}],["actions",{"_index":2840,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["actions$.pipe",{"_index":2872,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["actions.push(new",{"_index":2969,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["activate",{"_index":318,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["active",{"_index":3125,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpinnerOverlayComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["active/showing",{"_index":3636,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["activeorgans",{"_index":3189,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["activeorgans.has(o.representation_of)).map(o",{"_index":3192,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["activeorgans.has(tag",{"_index":3196,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["actual_component",{"_index":709,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["add",{"_index":32,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"injectables/ThemingService.html":{},"classes/UpdateSpatialSearch.html":{}}}],["addclass",{"_index":3757,"title":{},"body":{"injectables/ThemingService.html":{}}}],["added",{"_index":3996,"title":{},"body":{"changelog.html":{}}}],["additional",{"_index":4404,"title":{},"body":{"changelog.html":{}}}],["addressed",{"_index":4328,"title":{},"body":{"changelog.html":{}}}],["adds",{"_index":2960,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["addsearch",{"_index":1,"title":{"classes/AddSearch.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["addsearch(ctx",{"_index":3334,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["addsearch(sex",{"_index":2966,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["addspatialsearch",{"_index":3394,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["addsvgicon",{"_index":2256,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["adjusting",{"_index":4325,"title":{},"body":{"changelog.html":{}}}],["adjustment",{"_index":4252,"title":{},"body":{"changelog.html":{}}}],["advanced",{"_index":4193,"title":{},"body":{"changelog.html":{}}}],["afterviewinit",{"_index":953,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["again",{"_index":4307,"title":{},"body":{"changelog.html":{}}}],["against",{"_index":2411,"title":{},"body":{"classes/InitializationState.html":{}}}],["age",{"_index":1883,"title":{},"body":{"components/DualSliderComponent.html":{},"changelog.html":{}}}],["agerange",{"_index":1238,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["aggregate",{"_index":1314,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["aggregatedata",{"_index":1315,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/ResultsBrowserComponent.html":{}}}],["aggregatedata(filter",{"_index":1421,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["aggregatedataquerystatus",{"_index":1290,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["aggregateresult",{"_index":1217,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/ResultsBrowserComponent.html":{}}}],["ala",{"_index":4151,"title":{},"body":{"changelog.html":{}}}],["aliases",{"_index":4731,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["align",{"_index":750,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["all_possible_organs",{"_index":3140,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["allcompleted",{"_index":4456,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["allcompleted(states",{"_index":1260,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["allowed",{"_index":3952,"title":{},"body":{"components/ViewerComponent.html":{}}}],["allowing",{"_index":3016,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["allows",{"_index":1601,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"changelog.html":{}}}],["allowtouchmove",{"_index":3784,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["along",{"_index":2773,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["alongside",{"_index":3638,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["alpha",{"_index":4398,"title":{},"body":{"changelog.html":{}}}],["alpha.1",{"_index":4380,"title":{},"body":{"changelog.html":{}}}],["alpha.2",{"_index":4376,"title":{},"body":{"changelog.html":{}}}],["alpha.3",{"_index":4366,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":1005,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/ThemingService.html":{}}}],["alt",{"_index":4636,"title":{},"body":{"index.html":{}}}],["always",{"_index":1033,"title":{},"body":{"components/ContainerComponent.html":{},"components/HeaderComponent.html":{}}}],["analytics",{"_index":805,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"dependencies.html":{}}}],["analyticsmodule",{"_index":1188,"title":{},"body":{"modules/CoreModule.html":{}}}],["analyticsmodule.forroot",{"_index":1196,"title":{},"body":{"modules/CoreModule.html":{}}}],["anatomical",{"_index":269,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["anatomicalstructures",{"_index":2860,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["anatomicalstructures(state",{"_index":3536,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["anatomicalstructuresettings",{"_index":3149,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["anatomicalstructurestreemodel",{"_index":1207,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{}}}],["anatomicalstructurestreemodel(state",{"_index":1441,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["and/or",{"_index":4695,"title":{},"body":{"license.html":{}}}],["angular",{"_index":238,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"modules/StoreModule.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["angular's",{"_index":1846,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["angular/animations",{"_index":1119,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"dependencies.html":{}}}],["angular/cdk",{"_index":4513,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk/coercion",{"_index":2292,"title":{},"body":{"classes/InitializationState.html":{}}}],["angular/cdk/overlay",{"_index":88,"title":{},"body":{"modules/AppModule.html":{},"injectables/AppRootOverlayContainer.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"injectables/ThemingService.html":{}}}],["angular/cdk/portal",{"_index":1885,"title":{},"body":{"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{}}}],["angular/cdk/scrolling",{"_index":3071,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["angular/common",{"_index":786,"title":{},"body":{"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/DonorCardModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":1185,"title":{},"body":{"modules/CoreModule.html":{}}}],["angular/compiler",{"_index":4514,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":92,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"dependencies.html":{}}}],["angular/elements",{"_index":94,"title":{},"body":{"modules/AppModule.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":2627,"title":{},"body":{"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"dependencies.html":{}}}],["angular/material",{"_index":4516,"title":{},"body":{"dependencies.html":{}}}],["angular/material/autocomplete",{"_index":2628,"title":{},"body":{"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{}}}],["angular/material/button",{"_index":149,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/FiltersContentModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyTreeModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/ViewerModule.html":{}}}],["angular/material/checkbox",{"_index":834,"title":{},"body":{"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"modules/DonorCardModule.html":{}}}],["angular/material/dialog",{"_index":3080,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{}}}],["angular/material/divider",{"_index":3519,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["angular/material/form",{"_index":1777,"title":{},"body":{"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/OntologySearchModule.html":{}}}],["angular/material/icon",{"_index":96,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/OntologySearchModule.html":{},"modules/OntologyTreeModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/ViewerModule.html":{}}}],["angular/material/input",{"_index":2679,"title":{},"body":{"modules/OntologySearchModule.html":{}}}],["angular/material/legacy",{"_index":3522,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["angular/material/progress",{"_index":3647,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"modules/ViewerModule.html":{}}}],["angular/material/radio",{"_index":3324,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{}}}],["angular/material/select",{"_index":1779,"title":{},"body":{"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/SpatialSearchConfigModule.html":{}}}],["angular/material/snack",{"_index":98,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["angular/material/toolbar",{"_index":2211,"title":{},"body":{"modules/HeaderModule.html":{}}}],["angular/material/tooltip",{"_index":101,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyTreeModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/TissueBlockListModule.html":{}}}],["angular/material/tree",{"_index":2835,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["angular/platform",{"_index":103,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{},"dependencies.html":{}}}],["angular/router",{"_index":4518,"title":{},"body":{"dependencies.html":{}}}],["angular/youtube",{"_index":4519,"title":{},"body":{"dependencies.html":{}}}],["animate",{"_index":1115,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{}}}],["animate('.5s",{"_index":2319,"title":{},"body":{"classes/InitializationState.html":{}}}],["animate('1s",{"_index":1125,"title":{},"body":{"components/ContentComponent.html":{}}}],["animate(0",{"_index":2318,"title":{},"body":{"classes/InitializationState.html":{}}}],["animated",{"_index":3272,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["animation",{"_index":1756,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["animations",{"_index":1075,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{}}}],["animationsenabled",{"_index":1077,"title":{},"body":{"components/ContentComponent.html":{}}}],["api",{"_index":3660,"title":{},"body":{"modules/StoreModule.html":{},"changelog.html":{},"index.html":{}}}],["apiendpointdatasourceservice",{"_index":1572,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["app",{"_index":119,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/DefaultIconDefinition.html":{},"components/OntologySelectionComponent.html":{},"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["app.component",{"_index":122,"title":{},"body":{"modules/AppModule.html":{}}}],["app.component.html",{"_index":247,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app.component.scss",{"_index":249,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["app/core/services/theming/theming.service",{"_index":118,"title":{},"body":{"modules/AppModule.html":{}}}],["app_bootstrap_listener",{"_index":3708,"title":{},"body":{"modules/ThemingModule.html":{}}}],["appcomponent",{"_index":65,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["appear",{"_index":4122,"title":{},"body":{"changelog.html":{}}}],["appelement",{"_index":161,"title":{},"body":{"modules/AppModule.html":{}}}],["append",{"_index":3327,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["appendtoroot",{"_index":503,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["application",{"_index":4243,"title":{},"body":{"changelog.html":{}}}],["application/javascript",{"_index":3985,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["applied",{"_index":1994,"title":{},"body":{"components/FiltersContentComponent.html":{},"changelog.html":{}}}],["apply",{"_index":596,"title":{},"body":{"components/AppWebComponent.html":{},"components/FiltersContentComponent.html":{}}}],["applybuttonclick",{"_index":1977,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["applyfilters",{"_index":1984,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["applyfilters(filters",{"_index":2096,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["applythemeclass",{"_index":3715,"title":{},"body":{"injectables/ThemingService.html":{}}}],["applythemeclass(cls",{"_index":3721,"title":{},"body":{"injectables/ThemingService.html":{}}}],["appmodule",{"_index":54,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["appname",{"_index":1199,"title":{},"body":{"modules/CoreModule.html":{}}}],["appoptions",{"_index":167,"title":{"interfaces/AppOptions.html":{}},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["approotoverlaycontainer",{"_index":112,"title":{"injectables/AppRootOverlayContainer.html":{}},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"coverage.html":{}}}],["appropriate",{"_index":4096,"title":{},"body":{"changelog.html":{}}}],["appwebcomponent",{"_index":66,"title":{"components/AppWebComponent.html":{}},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["april",{"_index":4237,"title":{},"body":{"changelog.html":{}}}],["arg",{"_index":2244,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["args",{"_index":2248,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["args.filter(value",{"_index":2262,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["argument",{"_index":589,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["arguments",{"_index":1822,"title":{},"body":{"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["arising",{"_index":4723,"title":{},"body":{"license.html":{}}}],["array",{"_index":463,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueSectionVisComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["array.from(searchresults.values",{"_index":2738,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["array.isarray(value",{"_index":577,"title":{},"body":{"components/AppWebComponent.html":{}}}],["arrow",{"_index":1754,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["arrow_left",{"_index":3911,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["arrow_right",{"_index":3910,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["asct+b",{"_index":4116,"title":{},"body":{"changelog.html":{}}}],["asking",{"_index":813,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["assays",{"_index":2047,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["assets/icons/expand_less",{"_index":1566,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/expand_more",{"_index":1564,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/filter.svg",{"_index":1567,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/opacity",{"_index":1558,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/organs/ico",{"_index":1481,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/visibility",{"_index":1561,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assigncolor",{"_index":938,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assigncolor(@payload('key",{"_index":915,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["assigncolor(key",{"_index":941,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment",{"_index":902,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["assignment.state",{"_index":2464,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["assignment.state.ts",{"_index":862,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["assignment.state.ts:102",{"_index":946,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:57",{"_index":949,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:59",{"_index":950,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:60",{"_index":947,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:61",{"_index":948,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:63",{"_index":944,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment.state.ts:69",{"_index":943,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["assignment/color",{"_index":861,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["assignment/selection",{"_index":4216,"title":{},"body":{"changelog.html":{}}}],["assignments",{"_index":2454,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["associated",{"_index":2496,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{},"license.html":{}}}],["async",{"_index":2278,"title":{},"body":{"classes/InitializationState.html":{}}}],["at(nodes",{"_index":2745,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["atlas",{"_index":3991,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["atscrollbottom",{"_index":2998,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["attach",{"_index":3900,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["attached",{"_index":499,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["attempts",{"_index":4141,"title":{},"body":{"changelog.html":{}}}],["authentication",{"_index":2193,"title":{},"body":{"components/HeaderComponent.html":{}}}],["authors",{"_index":4715,"title":{},"body":{"license.html":{}}}],["auto",{"_index":772,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["autocomplete",{"_index":2621,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["autocompleteopen",{"_index":2578,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["autofocus",{"_index":3270,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["automatic",{"_index":4317,"title":{},"body":{"changelog.html":{}}}],["automatically",{"_index":4277,"title":{},"body":{"changelog.html":{}}}],["available",{"_index":3120,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{},"modules.html":{}}}],["avoid",{"_index":4182,"title":{},"body":{"changelog.html":{}}}],["await",{"_index":2284,"title":{},"body":{"classes/InitializationState.html":{}}}],["awaited",{"_index":2274,"title":{},"body":{"classes/InitializationState.html":{}}}],["award",{"_index":4672,"title":{},"body":{"index.html":{}}}],["axis",{"_index":3884,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["b",{"_index":267,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["b92dff",{"_index":882,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["backend",{"_index":4131,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":1602,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{},"index.html":{}}}],["backing",{"_index":2238,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["bar",{"_index":99,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{}}}],["base",{"_index":4384,"title":{},"body":{"changelog.html":{}}}],["based",{"_index":462,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{}}}],["basewebcomponent",{"_index":536,"title":{},"body":{"components/AppWebComponent.html":{}}}],["basic",{"_index":4192,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["bbox",{"_index":2360,"title":{},"body":{"classes/InitializationState.html":{}}}],["bbox.left",{"_index":2363,"title":{},"body":{"classes/InitializationState.html":{}}}],["bbox.right",{"_index":2362,"title":{},"body":{"classes/InitializationState.html":{}}}],["before",{"_index":1469,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"classes/InitializationState.html":{},"changelog.html":{}}}],["behavior",{"_index":3226,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["behavior'},{'name",{"_index":684,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["behavior.component",{"_index":3082,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{}}}],["behavior.component.html",{"_index":3227,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts",{"_index":3225,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"coverage.html":{}}}],["behavior.component.ts:104",{"_index":3400,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:121",{"_index":3402,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:135",{"_index":3399,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:144",{"_index":3398,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:152",{"_index":3403,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:22",{"_index":3256,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:25",{"_index":3254,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:28",{"_index":3251,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:31",{"_index":3261,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:34",{"_index":3259,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:36",{"_index":3252,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:38",{"_index":3257,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:40",{"_index":3242,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:41",{"_index":3427,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:43",{"_index":3249,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:44",{"_index":3429,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:47",{"_index":3430,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:49",{"_index":3243,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:50",{"_index":3413,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:53",{"_index":3416,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:54",{"_index":3244,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:56",{"_index":3409,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:58",{"_index":3246,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:59",{"_index":3418,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:62",{"_index":3420,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:65",{"_index":3432,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:68",{"_index":3405,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:71",{"_index":3407,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:72",{"_index":3248,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["behavior.component.ts:74",{"_index":3434,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:77",{"_index":3422,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:80",{"_index":3412,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:83",{"_index":3247,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:86",{"_index":3424,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:89",{"_index":3414,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:92",{"_index":3397,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.component.ts:96",{"_index":3410,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["behavior.module.ts",{"_index":3292,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{}}}],["behavior/spatial",{"_index":3081,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"coverage.html":{}}}],["behavioral",{"_index":3389,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["being",{"_index":586,"title":{},"body":{"components/AppWebComponent.html":{},"modules/StoreModule.html":{},"changelog.html":{}}}],["beta",{"_index":4114,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["better",{"_index":4165,"title":{},"body":{"changelog.html":{}}}],["between",{"_index":437,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["bf",{"_index":2791,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["bg",{"_index":2783,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["bind",{"_index":1216,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"dependencies.html":{}}}],["binds",{"_index":3732,"title":{},"body":{"injectables/ThemingService.html":{}}}],["biomarker",{"_index":285,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["biomarkerlabelmap",{"_index":2754,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["biomarkermenuoptions",{"_index":2755,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["biomarkers",{"_index":273,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySelectionComponent.html":{}}}],["biomarkerselectionlabel",{"_index":284,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["biomarkerstreemodel",{"_index":259,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{}}}],["biomarkerstreemodel(state",{"_index":1444,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["biomarkertermoccurencesdata",{"_index":1322,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["biomarkertermoccurencesdata$.pipe(take(1)).subscribe(biomarkertermsfulldata",{"_index":1377,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["biomarkertermoccurencesdata(filter",{"_index":1430,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["biomarkertermoccurencesdataquerystatus",{"_index":1345,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["biomarkerterms",{"_index":455,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["biomarkertermsfulldata",{"_index":1308,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["bl",{"_index":2787,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["black",{"_index":3503,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["bladder",{"_index":1480,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bladder.svg",{"_index":1482,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["blob",{"_index":3983,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["bloc",{"_index":3699,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["block",{"_index":516,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["block.spatialentityid",{"_index":3592,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["blocks",{"_index":3473,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["blood",{"_index":1483,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["blood.svg",{"_index":1484,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bm",{"_index":2789,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["bmi",{"_index":4137,"title":{},"body":{"changelog.html":{}}}],["bmirange",{"_index":1240,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["board",{"_index":4378,"title":{},"body":{"changelog.html":{}}}],["body",{"_index":282,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["bodyui",{"_index":254,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["bodyuicomponent",{"_index":204,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["bodyuimodule",{"_index":107,"title":{},"body":{"modules/AppModule.html":{},"modules/SpatialSearchUiModule.html":{}}}],["bold",{"_index":846,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["bone",{"_index":1485,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["boolean",{"_index":177,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{}}}],["booleaninput",{"_index":2290,"title":{},"body":{"classes/InitializationState.html":{}}}],["bootstrap",{"_index":59,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["border",{"_index":756,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["both",{"_index":612,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["bottom",{"_index":845,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ViewerComponent.html":{}}}],["bound",{"_index":1866,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["bounds",{"_index":3469,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["box",{"_index":1661,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["bp",{"_index":2785,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["brain",{"_index":1488,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["brain.svg",{"_index":1489,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["branch",{"_index":240,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["breaking",{"_index":4201,"title":{},"body":{"changelog.html":{}}}],["breaks",{"_index":2472,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["breast.svg",{"_index":1518,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bringing",{"_index":4210,"title":{},"body":{"changelog.html":{}}}],["bronchus",{"_index":1513,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bronchus.svg",{"_index":1515,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["browse",{"_index":4726,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":104,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"modules/DrawerModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ResultsBrowserComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"dependencies.html":{},"modules.html":{}}}],["browser'},{'name",{"_index":679,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["browser.component",{"_index":3072,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["browser.component.html",{"_index":2997,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.scss",{"_index":2996,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts",{"_index":2988,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"coverage.html":{}}}],["browser.component.ts:102",{"_index":3037,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:111",{"_index":3026,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:115",{"_index":3034,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:24",{"_index":3014,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:29",{"_index":3011,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:34",{"_index":3015,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:36",{"_index":3013,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:38",{"_index":3012,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:44",{"_index":3019,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:49",{"_index":3024,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:54",{"_index":3022,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:56",{"_index":3017,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:58",{"_index":3018,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:64",{"_index":3010,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:79",{"_index":3031,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.component.ts:93",{"_index":3028,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["browser.module",{"_index":132,"title":{},"body":{"modules/AppModule.html":{}}}],["browser.module.ts",{"_index":3069,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["browser/animations",{"_index":106,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{}}}],["browser/donor",{"_index":1583,"title":{},"body":{"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"coverage.html":{}}}],["browser/results",{"_index":131,"title":{},"body":{"modules/AppModule.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"coverage.html":{}}}],["browser/tissue",{"_index":3856,"title":{},"body":{"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"coverage.html":{}}}],["browseranimationsmodule",{"_index":105,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{}}}],["browserify",{"_index":4599,"title":{},"body":{"dependencies.html":{}}}],["browsermodule",{"_index":102,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{}}}],["browsing",{"_index":4422,"title":{},"body":{"changelog.html":{}}}],["bubble_chart",{"_index":1639,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["bug",{"_index":4009,"title":{},"body":{"changelog.html":{}}}],["build",{"_index":4629,"title":{},"body":{"index.html":{}}}],["builds",{"_index":4110,"title":{},"body":{"changelog.html":{}}}],["builtin_parsers",{"_index":569,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.boolean",{"_index":641,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.json(value",{"_index":607,"title":{},"body":{"components/AppWebComponent.html":{}}}],["button",{"_index":650,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["button'},{'name",{"_index":706,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["button.component",{"_index":1715,"title":{},"body":{"modules/DrawerModule.html":{}}}],["button.component.html",{"_index":3893,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.scss",{"_index":3892,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts",{"_index":3891,"title":{},"body":{"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["button.component.ts:19",{"_index":3898,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:22",{"_index":3899,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:27",{"_index":3909,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:38",{"_index":3906,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:40",{"_index":3905,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:42",{"_index":3896,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:65",{"_index":3902,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:75",{"_index":3903,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:85",{"_index":3901,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:97",{"_index":3904,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button/toggle",{"_index":1714,"title":{},"body":{"modules/DrawerModule.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["buttonclicked",{"_index":3233,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["buttons",{"_index":3500,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["buttontogglecomponent",{"_index":144,"title":{"components/ButtonToggleComponent.html":{}},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["buttontogglemodule",{"_index":67,"title":{"modules/ButtonToggleModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/OntologyTreeModule.html":{},"modules.html":{},"overview.html":{}}}],["c",{"_index":4677,"title":{},"body":{"license.html":{}}}],["c.color",{"_index":926,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["cache",{"_index":4018,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["cacheable",{"_index":4602,"title":{},"body":{"dependencies.html":{}}}],["cached",{"_index":2364,"title":{},"body":{"classes/InitializationState.html":{}}}],["calc",{"_index":3922,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["calc(100",{"_index":1150,"title":{},"body":{"components/ContentComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["calc(100vh",{"_index":3062,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["calc(3rem",{"_index":1939,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["calc(50",{"_index":2323,"title":{},"body":{"classes/InitializationState.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["calculated",{"_index":2356,"title":{},"body":{"classes/InitializationState.html":{}}}],["call",{"_index":410,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["callable",{"_index":4622,"title":{},"body":{"miscellaneous/functions.html":{}}}],["callables",{"_index":4619,"title":{},"body":{"miscellaneous/functions.html":{}}}],["callback",{"_index":2611,"title":{},"body":{"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["called",{"_index":587,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"injectables/ThemingService.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["calls",{"_index":4041,"title":{},"body":{"changelog.html":{}}}],["calltoactionstate",{"_index":3658,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["camera",{"_index":3485,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["cancelregistration",{"_index":4173,"title":{},"body":{"changelog.html":{}}}],["candidate",{"_index":4360,"title":{},"body":{"changelog.html":{}}}],["cannon",{"_index":4548,"title":{},"body":{"dependencies.html":{}}}],["capitalize",{"_index":3355,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["capitalize(name",{"_index":3360,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["capitalize(sex",{"_index":3359,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["captures",{"_index":440,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["card",{"_index":1586,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["card'},{'name",{"_index":660,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["card.component",{"_index":1704,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["card.component.html",{"_index":1590,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.scss",{"_index":1589,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts",{"_index":1585,"title":{},"body":{"components/DonorCardComponent.html":{},"coverage.html":{}}}],["card.component.ts:17",{"_index":1610,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:20",{"_index":1607,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:23",{"_index":1606,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:26",{"_index":1600,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:29",{"_index":1604,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:31",{"_index":1605,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:34",{"_index":1608,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:37",{"_index":1609,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:40",{"_index":1599,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:52",{"_index":1611,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:62",{"_index":1622,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.component.ts:76",{"_index":1614,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["card.module",{"_index":3073,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["card.module.ts",{"_index":1700,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["card/donor",{"_index":1584,"title":{},"body":{"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"modules/ResultsBrowserModule.html":{},"coverage.html":{}}}],["cards",{"_index":3765,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel",{"_index":290,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["carousel'},{'name",{"_index":699,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["carousel.component",{"_index":3839,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["carousel.component.html",{"_index":3767,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.scss",{"_index":3766,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts",{"_index":3762,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["carousel.component.ts:29",{"_index":3776,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:34",{"_index":3774,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:39",{"_index":3775,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:44",{"_index":3807,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:49",{"_index":3810,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:56",{"_index":3814,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:63",{"_index":3791,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:75",{"_index":3805,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.component.ts:89",{"_index":3779,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["carousel.module",{"_index":1703,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["carousel.module.ts",{"_index":3836,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["carousel/thumbnail",{"_index":1702,"title":{},"body":{"modules/DonorCardModule.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["case",{"_index":1130,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/ThumbnailCarouselComponent.html":{},"index.html":{}}}],["cases",{"_index":4333,"title":{},"body":{"changelog.html":{}}}],["catch",{"_index":2252,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["cause",{"_index":3942,"title":{},"body":{"components/ViewerComponent.html":{}}}],["ccf",{"_index":34,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"index.html":{}}}],["ccf's",{"_index":4294,"title":{},"body":{"changelog.html":{}}}],["ccf.owl",{"_index":4024,"title":{},"body":{"changelog.html":{}}}],["ccfdatabase",{"_index":4746,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ccfdatabasedatasourceservice",{"_index":1573,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["ccfdatabaseoptions",{"_index":171,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/WorkerDataSourceService.html":{}}}],["ccfdrawer",{"_index":2311,"title":{},"body":{"classes/InitializationState.html":{}}}],["ccfdrawercontainer",{"_index":956,"title":{},"body":{"components/ContainerComponent.html":{}}}],["cdk",{"_index":1765,"title":{},"body":{"components/DropdownComponent.html":{}}}],["cdkportal",{"_index":1877,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["cdr",{"_index":350,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["cdr.markforcheck",{"_index":378,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["ceil",{"_index":1910,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["cell",{"_index":271,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["celltypes",{"_index":2861,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["celltypes(state",{"_index":3539,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["celltypeselectionlabel",{"_index":283,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["celltypestreemodel",{"_index":1208,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{}}}],["celltypestreemodel(state",{"_index":1446,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["celltypetermoccurencesdata",{"_index":1325,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetermoccurencesdata$.pipe(take(1)).subscribe(celltypetermsfulldata",{"_index":1376,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetermoccurencesdata(filter",{"_index":1427,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetermoccurencesdataquerystatus",{"_index":1294,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetermoccurrences",{"_index":1343,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypeterms",{"_index":328,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["celltypetermsfulldata",{"_index":1307,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["celltypetreemodel",{"_index":256,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["center",{"_index":751,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"index.html":{}}}],["certain",{"_index":2977,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["cff",{"_index":1152,"title":{},"body":{"components/ContentComponent.html":{}}}],["change",{"_index":976,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/OntologySelectionComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{},"index.html":{}}}],["changed",{"_index":1051,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["changedetection",{"_index":250,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["changedetectionstrategy",{"_index":178,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":251,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["changedetectorref",{"_index":179,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["changelog",{"_index":3989,"title":{"changelog.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["changes",{"_index":401,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["changes.selection",{"_index":1899,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["changes.valuerange",{"_index":1897,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["channel",{"_index":960,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["channels",{"_index":2529,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["charge",{"_index":241,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ResultsBrowserComponent.html":{},"license.html":{}}}],["check",{"_index":592,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkbox",{"_index":795,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{}}}],["checkbox'},{'name",{"_index":653,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["checkbox.component",{"_index":859,"title":{},"body":{"modules/CheckboxModule.html":{}}}],["checkbox.component.html",{"_index":797,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["checkbox.component.scss",{"_index":796,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["checkbox__background",{"_index":2052,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["checkbox__native",{"_index":2051,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["checkbox__ripple",{"_index":1650,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["checkboxcomponent",{"_index":652,"title":{"components/CheckboxComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["checkboxes",{"_index":792,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["checkboxmodule",{"_index":853,"title":{"modules/CheckboxModule.html":{}},"body":{"modules/CheckboxModule.html":{},"modules/FiltersContentModule.html":{},"modules.html":{},"overview.html":{}}}],["checked",{"_index":819,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{}}}],["checkoptionalproperty",{"_index":582,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["checkoptionalproperty(name",{"_index":4624,"title":{},"body":{"miscellaneous/functions.html":{}}}],["checkoptionalproperty.bind(undefined",{"_index":615,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop",{"_index":590,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('agerange",{"_index":620,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('bmirange",{"_index":623,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('celltypeterms",{"_index":630,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('consortiums",{"_index":624,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('ontologyterms",{"_index":629,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('sex",{"_index":616,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('spatialsearches",{"_index":631,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('technologies",{"_index":627,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checkprop('tmc",{"_index":626,"title":{},"body":{"components/AppWebComponent.html":{}}}],["checks",{"_index":1103,"title":{},"body":{"components/ContentComponent.html":{}}}],["child",{"_index":774,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySelectionComponent.html":{},"miscellaneous/typealiases.html":{}}}],["children",{"_index":2148,"title":{},"body":{"classes/FlatNode.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["choices",{"_index":1728,"title":{},"body":{"components/DropdownComponent.html":{}}}],["choose",{"_index":4313,"title":{},"body":{"changelog.html":{}}}],["ci/cd",{"_index":4292,"title":{},"body":{"changelog.html":{}}}],["claim",{"_index":4718,"title":{},"body":{"license.html":{}}}],["class",{"_index":0,"title":{"classes/AddSearch.html":{},"classes/DataStateSelectors.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"classes/MessageChannel.html":{},"classes/MoveToNode.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/SpatialSearchFilterSelectors.html":{},"classes/SpatialSearchUiSelectors.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{}},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["class.ccf",{"_index":3894,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["class.cff",{"_index":1084,"title":{},"body":{"components/ContentComponent.html":{}}}],["class.hidden]=\"hidden",{"_index":2045,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["class=\"filter",{"_index":2043,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["classend",{"_index":2329,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["classes",{"_index":2,"title":{},"body":{"classes/AddSearch.html":{},"classes/DataStateSelectors.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"classes/MessageChannel.html":{},"classes/MoveToNode.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/SpatialSearchFilterSelectors.html":{},"classes/SpatialSearchUiSelectors.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"overview.html":{}}}],["classname",{"_index":961,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["clean",{"_index":2537,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["cleans",{"_index":992,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["cleanup",{"_index":4113,"title":{},"body":{"changelog.html":{}}}],["clear",{"_index":3949,"title":{},"body":{"components/ViewerComponent.html":{}}}],["click",{"_index":1617,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["clicked",{"_index":728,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["clicking",{"_index":4199,"title":{},"body":{"changelog.html":{}}}],["clicks",{"_index":3113,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["client",{"_index":4017,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["clientheight",{"_index":3050,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["clip",{"_index":3829,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["close",{"_index":483,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ViewerComponent.html":{}}}],["closed",{"_index":2296,"title":{},"body":{"classes/InitializationState.html":{},"components/ViewerComponent.html":{},"miscellaneous/typealiases.html":{}}}],["closedialog",{"_index":3298,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["closeexpanded",{"_index":2389,"title":{},"body":{"classes/InitializationState.html":{}}}],["closeiframeviewer",{"_index":485,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["closeopendone",{"_index":2396,"title":{},"body":{"classes/InitializationState.html":{}}}],["closes",{"_index":1830,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["closesliderpopover",{"_index":1796,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["closesliderpopover(target",{"_index":1836,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["closespatialsearch",{"_index":3449,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["cls",{"_index":3724,"title":{},"body":{"injectables/ThemingService.html":{}}}],["clsname",{"_index":1591,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["cluster_appmodule",{"_index":62,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":63,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":64,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_buttontogglemodule",{"_index":781,"title":{},"body":{"modules/ButtonToggleModule.html":{},"overview.html":{}}}],["cluster_buttontogglemodule_declarations",{"_index":782,"title":{},"body":{"modules/ButtonToggleModule.html":{},"overview.html":{}}}],["cluster_buttontogglemodule_exports",{"_index":783,"title":{},"body":{"modules/ButtonToggleModule.html":{},"overview.html":{}}}],["cluster_checkboxmodule",{"_index":854,"title":{},"body":{"modules/CheckboxModule.html":{},"overview.html":{}}}],["cluster_checkboxmodule_declarations",{"_index":856,"title":{},"body":{"modules/CheckboxModule.html":{},"overview.html":{}}}],["cluster_checkboxmodule_exports",{"_index":855,"title":{},"body":{"modules/CheckboxModule.html":{},"overview.html":{}}}],["cluster_coremodule",{"_index":1177,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_coremodule_exports",{"_index":1179,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_coremodule_imports",{"_index":1178,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_donorcardmodule",{"_index":1694,"title":{},"body":{"modules/DonorCardModule.html":{},"overview.html":{}}}],["cluster_donorcardmodule_declarations",{"_index":1697,"title":{},"body":{"modules/DonorCardModule.html":{},"overview.html":{}}}],["cluster_donorcardmodule_exports",{"_index":1696,"title":{},"body":{"modules/DonorCardModule.html":{},"overview.html":{}}}],["cluster_donorcardmodule_imports",{"_index":1695,"title":{},"body":{"modules/DonorCardModule.html":{},"overview.html":{}}}],["cluster_drawermodule",{"_index":1707,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_drawermodule_declarations",{"_index":1709,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_drawermodule_exports",{"_index":1708,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_dropdownmodule",{"_index":1772,"title":{},"body":{"modules/DropdownModule.html":{},"overview.html":{}}}],["cluster_dropdownmodule_declarations",{"_index":1774,"title":{},"body":{"modules/DropdownModule.html":{},"overview.html":{}}}],["cluster_dropdownmodule_exports",{"_index":1773,"title":{},"body":{"modules/DropdownModule.html":{},"overview.html":{}}}],["cluster_dualslidermodule",{"_index":1962,"title":{},"body":{"modules/DualSliderModule.html":{},"overview.html":{}}}],["cluster_dualslidermodule_declarations",{"_index":1963,"title":{},"body":{"modules/DualSliderModule.html":{},"overview.html":{}}}],["cluster_dualslidermodule_exports",{"_index":1964,"title":{},"body":{"modules/DualSliderModule.html":{},"overview.html":{}}}],["cluster_filterscontentmodule",{"_index":2066,"title":{},"body":{"modules/FiltersContentModule.html":{},"overview.html":{}}}],["cluster_filterscontentmodule_declarations",{"_index":2067,"title":{},"body":{"modules/FiltersContentModule.html":{},"overview.html":{}}}],["cluster_filterscontentmodule_exports",{"_index":2069,"title":{},"body":{"modules/FiltersContentModule.html":{},"overview.html":{}}}],["cluster_filterscontentmodule_imports",{"_index":2068,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["cluster_filterspopovermodule",{"_index":2117,"title":{},"body":{"modules/FiltersPopoverModule.html":{},"overview.html":{}}}],["cluster_filterspopovermodule_declarations",{"_index":2120,"title":{},"body":{"modules/FiltersPopoverModule.html":{},"overview.html":{}}}],["cluster_filterspopovermodule_exports",{"_index":2119,"title":{},"body":{"modules/FiltersPopoverModule.html":{},"overview.html":{}}}],["cluster_filterspopovermodule_imports",{"_index":2118,"title":{},"body":{"modules/FiltersPopoverModule.html":{}}}],["cluster_headermodule",{"_index":2206,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_headermodule_declarations",{"_index":2208,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_headermodule_exports",{"_index":2207,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_ontologyexplorationmodule",{"_index":2560,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"overview.html":{}}}],["cluster_ontologyexplorationmodule_exports",{"_index":2562,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"overview.html":{}}}],["cluster_ontologyexplorationmodule_imports",{"_index":2561,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"overview.html":{}}}],["cluster_ontologysearchmodule",{"_index":2671,"title":{},"body":{"modules/OntologySearchModule.html":{},"overview.html":{}}}],["cluster_ontologysearchmodule_declarations",{"_index":2673,"title":{},"body":{"modules/OntologySearchModule.html":{},"overview.html":{}}}],["cluster_ontologysearchmodule_exports",{"_index":2672,"title":{},"body":{"modules/OntologySearchModule.html":{},"overview.html":{}}}],["cluster_ontologyselectionmodule",{"_index":2823,"title":{},"body":{"modules/OntologySelectionModule.html":{},"overview.html":{}}}],["cluster_ontologyselectionmodule_declarations",{"_index":4728,"title":{},"body":{"overview.html":{}}}],["cluster_ontologyselectionmodule_exports",{"_index":2826,"title":{},"body":{"modules/OntologySelectionModule.html":{},"overview.html":{}}}],["cluster_ontologyselectionmodule_imports",{"_index":2825,"title":{},"body":{"modules/OntologySelectionModule.html":{}}}],["cluster_ontologyselectionmodule_ontologyselectioncomponent_providers",{"_index":2824,"title":{},"body":{"modules/OntologySelectionModule.html":{},"overview.html":{}}}],["cluster_ontologytreemodule",{"_index":2829,"title":{},"body":{"modules/OntologyTreeModule.html":{},"overview.html":{}}}],["cluster_ontologytreemodule_declarations",{"_index":2830,"title":{},"body":{"modules/OntologyTreeModule.html":{},"overview.html":{}}}],["cluster_ontologytreemodule_exports",{"_index":2831,"title":{},"body":{"modules/OntologyTreeModule.html":{},"overview.html":{}}}],["cluster_ontologytreemodule_imports",{"_index":2832,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["cluster_resultsbrowsermodule",{"_index":3065,"title":{},"body":{"modules/ResultsBrowserModule.html":{},"overview.html":{}}}],["cluster_resultsbrowsermodule_declarations",{"_index":3067,"title":{},"body":{"modules/ResultsBrowserModule.html":{},"overview.html":{}}}],["cluster_resultsbrowsermodule_exports",{"_index":3068,"title":{},"body":{"modules/ResultsBrowserModule.html":{},"overview.html":{}}}],["cluster_resultsbrowsermodule_imports",{"_index":3066,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["cluster_runspatialsearchmodule",{"_index":3088,"title":{},"body":{"modules/RunSpatialSearchModule.html":{},"overview.html":{}}}],["cluster_runspatialsearchmodule_declarations",{"_index":3090,"title":{},"body":{"modules/RunSpatialSearchModule.html":{},"overview.html":{}}}],["cluster_runspatialsearchmodule_exports",{"_index":3089,"title":{},"body":{"modules/RunSpatialSearchModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigbehaviormodule",{"_index":3287,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigbehaviormodule_declarations",{"_index":3290,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigbehaviormodule_exports",{"_index":3289,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigbehaviormodule_imports",{"_index":3288,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigmodule",{"_index":3319,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigmodule_declarations",{"_index":3321,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{},"overview.html":{}}}],["cluster_spatialsearchconfigmodule_exports",{"_index":3320,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuibehaviormodule",{"_index":3439,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuibehaviormodule_declarations",{"_index":3440,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuibehaviormodule_exports",{"_index":3442,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuibehaviormodule_imports",{"_index":3441,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuimodule",{"_index":3511,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuimodule_declarations",{"_index":3514,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuimodule_exports",{"_index":3513,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"overview.html":{}}}],["cluster_spatialsearchuimodule_imports",{"_index":3512,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"overview.html":{}}}],["cluster_spinneroverlaymodule",{"_index":3642,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"overview.html":{}}}],["cluster_spinneroverlaymodule_declarations",{"_index":3644,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"overview.html":{}}}],["cluster_spinneroverlaymodule_exports",{"_index":3643,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"overview.html":{}}}],["cluster_termoccurrencelistmodule",{"_index":3700,"title":{},"body":{"modules/TermOccurrenceListModule.html":{},"overview.html":{}}}],["cluster_termoccurrencelistmodule_declarations",{"_index":3702,"title":{},"body":{"modules/TermOccurrenceListModule.html":{},"overview.html":{}}}],["cluster_termoccurrencelistmodule_exports",{"_index":3701,"title":{},"body":{"modules/TermOccurrenceListModule.html":{},"overview.html":{}}}],["cluster_themingmodule",{"_index":3705,"title":{},"body":{"modules/ThemingModule.html":{},"overview.html":{}}}],["cluster_themingmodule_providers",{"_index":3706,"title":{},"body":{"modules/ThemingModule.html":{},"overview.html":{}}}],["cluster_thumbnailcarouselmodule",{"_index":3833,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{},"overview.html":{}}}],["cluster_thumbnailcarouselmodule_declarations",{"_index":3834,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{},"overview.html":{}}}],["cluster_thumbnailcarouselmodule_exports",{"_index":3835,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{},"overview.html":{}}}],["cluster_tissueblocklistmodule",{"_index":3851,"title":{},"body":{"modules/TissueBlockListModule.html":{},"overview.html":{}}}],["cluster_tissueblocklistmodule_declarations",{"_index":3852,"title":{},"body":{"modules/TissueBlockListModule.html":{},"overview.html":{}}}],["cluster_tissueblocklistmodule_exports",{"_index":3853,"title":{},"body":{"modules/TissueBlockListModule.html":{},"overview.html":{}}}],["cluster_tissuesectionvismodule",{"_index":3885,"title":{},"body":{"modules/TissueSectionVisModule.html":{},"overview.html":{}}}],["cluster_tissuesectionvismodule_declarations",{"_index":3886,"title":{},"body":{"modules/TissueSectionVisModule.html":{},"overview.html":{}}}],["cluster_tissuesectionvismodule_exports",{"_index":3887,"title":{},"body":{"modules/TissueSectionVisModule.html":{},"overview.html":{}}}],["cluster_viewermodule",{"_index":3954,"title":{},"body":{"modules/ViewerModule.html":{},"overview.html":{}}}],["cluster_viewermodule_declarations",{"_index":3956,"title":{},"body":{"modules/ViewerModule.html":{},"overview.html":{}}}],["cluster_viewermodule_exports",{"_index":3955,"title":{},"body":{"modules/ViewerModule.html":{},"overview.html":{}}}],["coalescing",{"_index":2981,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["code",{"_index":4106,"title":{},"body":{"changelog.html":{}}}],["codebase",{"_index":4304,"title":{},"body":{"changelog.html":{}}}],["codeblob",{"_index":3982,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["codex",{"_index":4345,"title":{},"body":{"changelog.html":{}}}],["codifies",{"_index":4393,"title":{},"body":{"changelog.html":{}}}],["coercebooleanproperty",{"_index":2291,"title":{},"body":{"classes/InitializationState.html":{}}}],["collaboration",{"_index":4302,"title":{},"body":{"changelog.html":{}}}],["collapse",{"_index":2392,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["collapsed",{"_index":2301,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["collapses",{"_index":2388,"title":{},"body":{"classes/InitializationState.html":{}}}],["collisions",{"_index":3589,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"changelog.html":{}}}],["collisions.has(s['@id",{"_index":3595,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["colon",{"_index":4750,"title":{},"body":{"miscellaneous/variables.html":{}}}],["color",{"_index":395,"title":{"interfaces/Color.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/DonorCardComponent.html":{},"components/HeaderComponent.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"modules/StoreModule.html":{},"components/TissueSectionVisComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["color.color",{"_index":927,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["color.rank",{"_index":2487,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["color].concat(colorsavailable",{"_index":935,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignments",{"_index":898,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["colorassignments[key",{"_index":914,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist",{"_index":900,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist.filter(a",{"_index":936,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist.reduce>>((acc",{"_index":929,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist.slice(0",{"_index":923,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentslist[colorassignmentslist.length",{"_index":921,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorassignmentstate",{"_index":906,"title":{"injectables/ColorAssignmentState.html":{}},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["colorassignmentstatemodel",{"_index":895,"title":{"interfaces/ColorAssignmentStateModel.html":{}},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"coverage.html":{}}}],["colorizing",{"_index":4353,"title":{},"body":{"changelog.html":{}}}],["colorpalette",{"_index":896,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colors",{"_index":903,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["colors[node['@id']].rgba",{"_index":3204,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["colors[tissueblock.spatialentityid",{"_index":2485,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["colorsavailable",{"_index":897,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorsavailable.filter(c",{"_index":925,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorsavailable.length",{"_index":919,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["colorsavailable[0",{"_index":920,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["column",{"_index":1941,"title":{},"body":{"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["columns",{"_index":799,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["combination",{"_index":4314,"title":{},"body":{"changelog.html":{}}}],["combined",{"_index":1175,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["combinelatest",{"_index":200,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([scene.referenceorgans",{"_index":370,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["combinelatest([this.theme",{"_index":374,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["combines",{"_index":1267,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["come",{"_index":4349,"title":{},"body":{"changelog.html":{}}}],["coming",{"_index":4342,"title":{},"body":{"changelog.html":{}}}],["comlink",{"_index":4551,"title":{},"body":{"dependencies.html":{}}}],["comma",{"_index":470,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["common",{"_index":1371,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["commonmodule",{"_index":785,"title":{},"body":{"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/DonorCardModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{}}}],["commonmodule,maticonmodule,matbuttontogglemodule",{"_index":787,"title":{},"body":{"modules/ButtonToggleModule.html":{}}}],["compare",{"_index":1411,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["compatibility",{"_index":3675,"title":{},"body":{"modules/StoreModule.html":{}}}],["completed",{"_index":1256,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["completion",{"_index":2394,"title":{},"body":{"classes/InitializationState.html":{}}}],["complexity",{"_index":4223,"title":{},"body":{"changelog.html":{}}}],["compodoc",{"_index":4104,"title":{},"body":{"changelog.html":{}}}],["componenet",{"_index":2574,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["component",{"_index":180,"title":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["component's",{"_index":1812,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["component.component",{"_index":121,"title":{},"body":{"modules/AppModule.html":{}}}],["component.component.ts",{"_index":535,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["component.component.ts:100",{"_index":559,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:101",{"_index":557,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:102",{"_index":561,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:103",{"_index":560,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:105",{"_index":567,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:106",{"_index":564,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:107",{"_index":566,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:108",{"_index":555,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:109",{"_index":556,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:110",{"_index":563,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:111",{"_index":562,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:112",{"_index":554,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:114",{"_index":551,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:96",{"_index":553,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:97",{"_index":565,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:99",{"_index":558,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component_template",{"_index":647,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["componentref",{"_index":3727,"title":{},"body":{"injectables/ThemingService.html":{}}}],["components",{"_index":239,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"overview.html":{},"miscellaneous/typealiases.html":{}}}],["composes",{"_index":2709,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["computations",{"_index":2684,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["computes",{"_index":1882,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["comunica/query",{"_index":4521,"title":{},"body":{"dependencies.html":{}}}],["concat",{"_index":4553,"title":{},"body":{"dependencies.html":{}}}],["concat(colorassignmentslist",{"_index":928,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["condition",{"_index":2730,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["conditions",{"_index":4702,"title":{},"body":{"license.html":{}}}],["config",{"_index":683,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["config'},{'name",{"_index":686,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["config.component",{"_index":38,"title":{},"body":{"classes/AddSearch.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["config.component.html",{"_index":3297,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.scss",{"_index":3296,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts",{"_index":3295,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["config.component.ts:17",{"_index":3309,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:20",{"_index":3300,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:23",{"_index":3301,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:26",{"_index":3302,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:29",{"_index":3308,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:32",{"_index":3307,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:35",{"_index":3303,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:38",{"_index":3305,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.component.ts:41",{"_index":3306,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["config.isolated",{"_index":2531,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["config.module",{"_index":3294,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{}}}],["config.module.ts",{"_index":3322,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{}}}],["config/spatial",{"_index":37,"title":{},"body":{"classes/AddSearch.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["configstore",{"_index":552,"title":{},"body":{"components/AppWebComponent.html":{}}}],["configuration",{"_index":2501,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["configurations",{"_index":4171,"title":{},"body":{"changelog.html":{}}}],["configure",{"_index":3310,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["confirmation",{"_index":4140,"title":{},"body":{"changelog.html":{}}}],["conform",{"_index":4178,"title":{},"body":{"changelog.html":{}}}],["connect",{"_index":2552,"title":{},"body":{"injectables/MessageService.html":{},"changelog.html":{}}}],["connect(source",{"_index":2540,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["connected",{"_index":998,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["connectedposition",{"_index":1884,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["connection",{"_index":4724,"title":{},"body":{"license.html":{}}}],["connects",{"_index":2539,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["consentservice",{"_index":196,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["consider",{"_index":3674,"title":{},"body":{"modules/StoreModule.html":{}}}],["consortium",{"_index":4678,"title":{},"body":{"license.html":{}}}],["consortiums",{"_index":1243,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["const",{"_index":160,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["constantly",{"_index":3944,"title":{},"body":{"components/ViewerComponent.html":{}}}],["construct",{"_index":4620,"title":{},"body":{"miscellaneous/functions.html":{}}}],["constructor",{"_index":16,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"modules/ThumbnailCarouselModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/typealiases.html":{}}}],["constructor(@inject(message_service_config",{"_index":2530,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["constructor(@optional",{"_index":1200,"title":{},"body":{"modules/CoreModule.html":{},"injectables/ThemingService.html":{}}}],["constructor(config",{"_index":2553,"title":{},"body":{"injectables/MessageService.html":{}}}],["constructor(configstore",{"_index":550,"title":{},"body":{"components/AppWebComponent.html":{}}}],["constructor(dataservice",{"_index":2439,"title":{},"body":{"injectables/ListResultsState.html":{},"injectables/SceneState.html":{}}}],["constructor(datasource",{"_index":3615,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["constructor(defaulttheme",{"_index":3719,"title":{},"body":{"injectables/ThemingService.html":{}}}],["constructor(dialog",{"_index":3236,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["constructor(dialogref",{"_index":3396,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["constructor(drawer",{"_index":3895,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["constructor(execute",{"_index":3213,"title":{},"body":{"classes/SetExecuteSearchOnGenerate.html":{}}}],["constructor(filter",{"_index":3924,"title":{},"body":{"classes/UpdateFilter.html":{}}}],["constructor(ga",{"_index":801,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["constructor(globalconfig",{"_index":3963,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["constructor(id",{"_index":2984,"title":{},"body":{"classes/RemoveSearch.html":{}}}],["constructor(items",{"_index":3221,"title":{},"body":{"classes/SetSelectedSearches.html":{}}}],["constructor(messageservice",{"_index":972,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{}}}],["constructor(node",{"_index":2558,"title":{},"body":{"classes/MoveToNode.html":{}}}],["constructor(ontologysearchservice",{"_index":2762,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["constructor(ontologyservice",{"_index":2588,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["constructor(organid",{"_index":3215,"title":{},"body":{"classes/SetOrgan.html":{}}}],["constructor(original",{"_index":2129,"title":{},"body":{"classes/FlatNode.html":{}}}],["constructor(overlay",{"_index":1809,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["constructor(position",{"_index":3217,"title":{},"body":{"classes/SetPosition.html":{}}}],["constructor(private",{"_index":159,"title":{},"body":{"modules/AppModule.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["constructor(public",{"_index":2632,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["constructor(radius",{"_index":3219,"title":{},"body":{"classes/SetRadius.html":{}}}],["constructor(readonly",{"_index":42,"title":{},"body":{"classes/AddSearch.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{}}}],["constructor(registry",{"_index":2264,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["constructor(sanitizer",{"_index":3933,"title":{},"body":{"components/ViewerComponent.html":{}}}],["constructor(sex",{"_index":17,"title":{},"body":{"classes/AddSearch.html":{},"classes/SetSex.html":{}}}],["constructor(source",{"_index":2545,"title":{},"body":{"classes/MessageChannel.html":{}}}],["constructor(store",{"_index":3075,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["contain",{"_index":1164,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/HeaderComponent.html":{}}}],["container",{"_index":762,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueSectionVisComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["container'},{'name",{"_index":655,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["container.component.html",{"_index":959,"title":{},"body":{"components/ContainerComponent.html":{}}}],["container.component.scss",{"_index":958,"title":{},"body":{"components/ContainerComponent.html":{}}}],["container/container.component",{"_index":1713,"title":{},"body":{"modules/DrawerModule.html":{}}}],["containercomponent",{"_index":654,"title":{"components/ContainerComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["containerpayload",{"_index":1166,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["containers",{"_index":1050,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"changelog.html":{}}}],["containing",{"_index":1057,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ThumbnailCarouselComponent.html":{},"index.html":{}}}],["contains",{"_index":831,"title":{},"body":{"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/TermOccurrenceListComponent.html":{}}}],["content",{"_index":761,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["content'},{'name",{"_index":657,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["content.component",{"_index":2075,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["content.component.html",{"_index":1976,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.scss",{"_index":1076,"title":{},"body":{"components/ContentComponent.html":{},"components/FiltersContentComponent.html":{}}}],["content.component.ts",{"_index":1973,"title":{},"body":{"components/FiltersContentComponent.html":{},"coverage.html":{}}}],["content.component.ts:105",{"_index":2004,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:117",{"_index":2011,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:128",{"_index":2013,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:23",{"_index":1990,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:28",{"_index":1989,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:33",{"_index":1993,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:38",{"_index":1991,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:43",{"_index":1992,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:48",{"_index":1995,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:53",{"_index":1999,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:58",{"_index":1997,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:63",{"_index":1988,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:75",{"_index":2002,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:87",{"_index":2007,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.component.ts:96",{"_index":2001,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["content.module",{"_index":2122,"title":{},"body":{"modules/FiltersPopoverModule.html":{}}}],["content.module.ts",{"_index":2070,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["content/content.component",{"_index":1024,"title":{},"body":{"components/ContainerComponent.html":{},"modules/DrawerModule.html":{}}}],["content/filters",{"_index":1972,"title":{},"body":{"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"coverage.html":{}}}],["content1",{"_index":962,"title":{},"body":{"components/ContainerComponent.html":{}}}],["content2",{"_index":963,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren",{"_index":1020,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren(contentcomponent",{"_index":1001,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren(drawercomponent",{"_index":1011,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentcomponent",{"_index":656,"title":{"components/ContentComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["contentcontainerchanged",{"_index":1156,"title":{"interfaces/ContentContainerChanged.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["contents",{"_index":518,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["contentsvisible",{"_index":1788,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["continue",{"_index":3304,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["contract",{"_index":4721,"title":{},"body":{"license.html":{}}}],["control",{"_index":412,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["controls",{"_index":1735,"title":{},"body":{"components/DropdownComponent.html":{},"changelog.html":{}}}],["convention",{"_index":528,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["coordinate",{"_index":4659,"title":{},"body":{"index.html":{}}}],["copies",{"_index":4697,"title":{},"body":{"license.html":{}}}],["copy",{"_index":4684,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":4676,"title":{},"body":{"license.html":{}}}],["cord",{"_index":1540,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["cord.svg",{"_index":1541,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["core",{"_index":1201,"title":{},"body":{"modules/CoreModule.html":{}}}],["core/core.module",{"_index":123,"title":{},"body":{"modules/AppModule.html":{}}}],["core/models/list",{"_index":3043,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["core/models/ontology",{"_index":211,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySelectionComponent.html":{}}}],["core/services/app",{"_index":113,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["core/services/ontology",{"_index":2630,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["core/services/theming/theming.service",{"_index":214,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["core/store/action",{"_index":216,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["core/store/data/data.selectors",{"_index":219,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["core/store/data/data.state",{"_index":222,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{}}}],["core/store/list",{"_index":224,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["core/store/scene/scene.state",{"_index":228,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["core/store/spatial",{"_index":229,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{}}}],["coremodule",{"_index":68,"title":{"modules/CoreModule.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules.html":{},"overview.html":{}}}],["cors",{"_index":4555,"title":{},"body":{"dependencies.html":{}}}],["count",{"_index":2854,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["counter",{"_index":2508,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"miscellaneous/variables.html":{}}}],["counts",{"_index":3545,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"components/TermOccurrenceListComponent.html":{}}}],["counts[o.id",{"_index":2900,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["cover",{"_index":3827,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["coverage",{"_index":4374,"title":{"coverage.html":{}},"body":{"changelog.html":{},"coverage.html":{}}}],["create",{"_index":1811,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/FlatNode.html":{}}}],["create(original",{"_index":2139,"title":{},"body":{"classes/FlatNode.html":{}}}],["createcustomelement",{"_index":93,"title":{},"body":{"modules/AppModule.html":{}}}],["createcustomelement(appwebcomponent",{"_index":162,"title":{},"body":{"modules/AppModule.html":{}}}],["created",{"_index":1867,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"changelog.html":{}}}],["createitem",{"_index":3379,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["createitem(sex",{"_index":3349,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["createitemdescription",{"_index":3380,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["createitemdescription(sex",{"_index":3354,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["createitemid",{"_index":3381,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["createitemid(search",{"_index":3352,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["creates",{"_index":339,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/functions.html":{}}}],["createselectionlabel(ontologyselection",{"_index":464,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["createworker",{"_index":3961,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["createworker(_config",{"_index":3967,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["creating",{"_index":1027,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{}}}],["credits",{"_index":4663,"title":{},"body":{"index.html":{}}}],["criteria",{"_index":1815,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["css",{"_index":3777,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"dependencies.html":{}}}],["ct",{"_index":266,"title":{},"body":{"interfaces/AppOptions.html":{},"miscellaneous/variables.html":{}}}],["ctrlclick",{"_index":3158,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ctx",{"_index":3383,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{},"injectables/SpatialSearchUiState.html":{}}}],["ctx.dispatch(actions).pipe",{"_index":2972,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.dispatch(new",{"_index":2885,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.getstate",{"_index":2878,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.patchstate",{"_index":2890,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.patchstate(data",{"_index":2958,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ctx.setstate(append([this.createitem(sex",{"_index":3335,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["ctx.setstate(newitems",{"_index":3348,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["ctx.setstate(removeitem(item",{"_index":3338,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["cuboid",{"_index":4372,"title":{},"body":{"changelog.html":{}}}],["cuboids",{"_index":4371,"title":{},"body":{"changelog.html":{}}}],["current",{"_index":793,"title":{},"body":{"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySelectionComponent.html":{},"components/SpatialSearchUiComponent.html":{},"miscellaneous/enumerations.html":{}}}],["currently",{"_index":445,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySelectionComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["currentnodes",{"_index":2756,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["currentsex",{"_index":2033,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["cursor",{"_index":763,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["customelements.define('ccf",{"_index":164,"title":{},"body":{"modules/AppModule.html":{}}}],["cyberinfrastructure",{"_index":4665,"title":{},"body":{"index.html":{}}}],["cycle",{"_index":4231,"title":{},"body":{"changelog.html":{}}}],["d",{"_index":1678,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["da326f",{"_index":883,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["damages",{"_index":4719,"title":{},"body":{"license.html":{}}}],["dark",{"_index":405,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["dark)').addeventlistener('change",{"_index":402,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["dark)').matches",{"_index":397,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["dark/light",{"_index":4174,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":342,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateSpatialSearch.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["data.actions",{"_index":1236,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["data.aggregatedata$.subscribe",{"_index":354,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.biomarkertermoccurencesdata$.subscribe",{"_index":357,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.celltypetermoccurencesdata$.subscribe",{"_index":356,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.content",{"_index":3275,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["data.content.length",{"_index":3283,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["data.filter$.pipe(map(x",{"_index":363,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.filter$.subscribe",{"_index":359,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.infotitle",{"_index":3274,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["data.ontologytermoccurencesdata$.subscribe",{"_index":355,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.providerfilterdata$.subscribe",{"_index":361,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.scenedata$.subscribe",{"_index":358,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.state",{"_index":1450,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["data.technologyfilterdata$.subscribe",{"_index":360,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.tissueblockdata$.subscribe",{"_index":353,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.updatefilter(filter",{"_index":369,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["data.videoid",{"_index":3277,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["data/data.actions",{"_index":2848,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["data/data.selectors",{"_index":2849,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["data/data.state",{"_index":2465,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["dataaction",{"_index":867,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["database",{"_index":35,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"components/DonorCardComponent.html":{},"classes/FlatNode.html":{},"interfaces/ListResult.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateFilter.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["databaseready",{"_index":1284,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["databasestatus",{"_index":1218,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["dataquerystate",{"_index":220,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"miscellaneous/enumerations.html":{}}}],["dataquerystate.completed",{"_index":1258,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["dataquerystate.running",{"_index":323,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{}}}],["dataservice",{"_index":2441,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["datasetresult",{"_index":3773,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["datasets",{"_index":4241,"title":{},"body":{"changelog.html":{}}}],["datasource",{"_index":347,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["datasourcelike",{"_index":1574,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["datasources",{"_index":542,"title":{},"body":{"components/AppWebComponent.html":{}}}],["datasourceservice",{"_index":192,"title":{},"body":{"interfaces/AppOptions.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["datastate",{"_index":221,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"classes/UpdateFilter.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["datastatemodel",{"_index":1205,"title":{"interfaces/DataStateModel.html":{}},"body":{"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"coverage.html":{}}}],["datastateselectors",{"_index":218,"title":{"classes/DataStateSelectors.html":{}},"body":{"interfaces/AppOptions.html":{},"classes/DataStateSelectors.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["datastateselectors.anatomicalstructurestreemodel",{"_index":3605,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["datastateselectors.celltypestreemodel",{"_index":3607,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["db",{"_index":2950,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["db.getcelltypetermoccurences(filter).pipe(take(1",{"_index":2956,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["db.getontologytermoccurences(filter).pipe(take(1",{"_index":2955,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["db.getreferenceorganscene(organid",{"_index":2952,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["db.gettissueblockresults(filter).pipe(take(1",{"_index":2954,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["deal",{"_index":4686,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":4725,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":2846,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["debouncetime(500",{"_index":2874,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["december",{"_index":4308,"title":{},"body":{"changelog.html":{}}}],["decides",{"_index":830,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["deck.gl",{"_index":894,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["deck.gl/core",{"_index":4524,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/geo",{"_index":4526,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/layers",{"_index":4528,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/mesh",{"_index":4529,"title":{},"body":{"dependencies.html":{}}}],["declarations",{"_index":58,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["decoration",{"_index":2198,"title":{},"body":{"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["decorator",{"_index":188,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"components/FiltersPopoverComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/StoreModule.html":{},"dependencies.html":{}}}],["decorators",{"_index":942,"title":{},"body":{"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["deep",{"_index":776,"title":{},"body":{"components/ButtonToggleComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["deeply",{"_index":4133,"title":{},"body":{"changelog.html":{}}}],["default",{"_index":28,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["default_color_palette",{"_index":878,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_color_palette.concat",{"_index":905,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["default_filter",{"_index":1237,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_icons",{"_index":1478,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_selected_organs",{"_index":3141,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_theme",{"_index":117,"title":{},"body":{"modules/AppModule.html":{},"injectables/ThemingService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaulticondefinition",{"_index":1456,"title":{"interfaces/DefaultIconDefinition.html":{}},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultposition",{"_index":2856,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["defaultposition(state",{"_index":3541,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["defaultradius",{"_index":2913,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["defaults",{"_index":904,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["defaulttheme",{"_index":3714,"title":{},"body":{"injectables/ThemingService.html":{}}}],["defaultvalue",{"_index":2852,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["defer",{"_index":1221,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["deferred",{"_index":2275,"title":{},"body":{"classes/InitializationState.html":{}}}],["defined",{"_index":22,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{}}}],["definition",{"_index":1460,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["definition.html",{"_index":2243,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["definition.url",{"_index":2242,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["delay",{"_index":1225,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["delay(2000",{"_index":1392,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["delegatedatasourceoptions",{"_index":1568,"title":{"interfaces/DelegateDataSourceOptions.html":{}},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["delegatedatasourceservice",{"_index":1190,"title":{"injectables/DelegateDataSourceService.html":{}},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["demo",{"_index":4147,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":56,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["depending",{"_index":4204,"title":{},"body":{"changelog.html":{}}}],["depth",{"_index":2909,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["descendants",{"_index":1002,"title":{},"body":{"components/ContainerComponent.html":{}}}],["descrepancies",{"_index":4062,"title":{},"body":{"changelog.html":{}}}],["describes",{"_index":810,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["description",{"_index":789,"title":{},"body":{"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{}}}],["deselect",{"_index":3033,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["deselected",{"_index":3023,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["deselectlistresult",{"_index":2434,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["deselectlistresult(result",{"_index":2444,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["details",{"_index":4405,"title":{},"body":{"changelog.html":{}}}],["detect",{"_index":1900,"title":{},"body":{"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["detected",{"_index":1844,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["detection",{"_index":985,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["detector",{"_index":977,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["determine",{"_index":2975,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{}}}],["determines",{"_index":1739,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{}}}],["developed",{"_index":4664,"title":{},"body":{"index.html":{}}}],["developmentmode",{"_index":3670,"title":{},"body":{"modules/StoreModule.html":{}}}],["developments",{"_index":4397,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dialog",{"_index":3076,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{}}}],["dialogref",{"_index":3237,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["dialogsubs",{"_index":3228,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["diff",{"_index":3053,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["different",{"_index":2423,"title":{},"body":{"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["digits",{"_index":4288,"title":{},"body":{"changelog.html":{}}}],["direct",{"_index":4414,"title":{},"body":{"changelog.html":{}}}],["directimport",{"_index":3972,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["direction",{"_index":1940,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["directive",{"_index":645,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["directives",{"_index":708,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["directly",{"_index":4343,"title":{},"body":{"changelog.html":{}}}],["disable",{"_index":523,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{}}}],["disabled",{"_index":2205,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/StoreModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["disables",{"_index":3163,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["dispatch",{"_index":185,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["display",{"_index":461,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["displayed",{"_index":1729,"title":{},"body":{"components/DropdownComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["displayformatter",{"_index":2583,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["displayformatter(option",{"_index":2596,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["displaying",{"_index":4158,"title":{},"body":{"changelog.html":{}}}],["displaylabel",{"_index":2721,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["displays",{"_index":1587,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpinnerOverlayComponent.html":{}}}],["distinct",{"_index":1226,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["distinctuntilchanged",{"_index":877,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["distribute",{"_index":4693,"title":{},"body":{"license.html":{}}}],["dobootstrap",{"_index":89,"title":{},"body":{"modules/AppModule.html":{}}}],["doc",{"_index":4382,"title":{},"body":{"changelog.html":{}}}],["docs",{"_index":4071,"title":{},"body":{"changelog.html":{}}}],["document",{"_index":1827,"title":{},"body":{"components/DualSliderComponent.html":{},"dependencies.html":{}}}],["document:click",{"_index":1806,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["document:click(target",{"_index":1824,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["document:touchstart",{"_index":1807,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["document:touchstart(target",{"_index":1835,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["documentation",{"_index":4107,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["dom",{"_index":532,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["domains",{"_index":300,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["domsanitizer",{"_index":2220,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{}}}],["don't",{"_index":469,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["done",{"_index":739,"title":{},"body":{"components/ButtonToggleComponent.html":{},"changelog.html":{}}}],["donor",{"_index":659,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["donor_card",{"_index":1628,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["donorcardcomponent",{"_index":658,"title":{"components/DonorCardComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["donorcardmodule",{"_index":1693,"title":{"modules/DonorCardModule.html":{}},"body":{"modules/DonorCardModule.html":{},"modules/ResultsBrowserModule.html":{},"modules.html":{},"overview.html":{}}}],["donors",{"_index":4242,"title":{},"body":{"changelog.html":{}}}],["doreset",{"_index":917,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["dotenv",{"_index":4559,"title":{},"body":{"dependencies.html":{}}}],["down",{"_index":280,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySelectionComponent.html":{}}}],["download",{"_index":2171,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["downloadclicked",{"_index":2176,"title":{},"body":{"components/HeaderComponent.html":{}}}],["drawer",{"_index":242,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["drawer'},{'name",{"_index":661,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["drawer.close",{"_index":3917,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.closeexpanded",{"_index":3916,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.component.html",{"_index":2312,"title":{},"body":{"classes/InitializationState.html":{}}}],["drawer.component.scss",{"_index":2313,"title":{},"body":{"classes/InitializationState.html":{}}}],["drawer.open",{"_index":3918,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.position",{"_index":1061,"title":{},"body":{"components/ContainerComponent.html":{}}}],["drawer/drawer.component",{"_index":1025,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/DrawerModule.html":{},"components/ToggleButtonComponent.html":{}}}],["drawercomponent",{"_index":235,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["drawercomponent).position",{"_index":1137,"title":{},"body":{"components/ContentComponent.html":{}}}],["drawercontainerschanged",{"_index":1163,"title":{"interfaces/DrawerContainersChanged.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drawerexpanded",{"_index":2082,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["drawerinitialized",{"_index":1169,"title":{"interfaces/DrawerInitialized.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drawermodule",{"_index":69,"title":{"modules/DrawerModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules.html":{},"overview.html":{}}}],["drawerpayload",{"_index":1174,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["drawers",{"_index":407,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["drawers.filter(drawer",{"_index":1060,"title":{},"body":{"components/ContainerComponent.html":{}}}],["drawertoggled",{"_index":1170,"title":{"interfaces/DrawerToggled.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["dropdown",{"_index":1717,"title":{},"body":{"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/TermOccurrenceListComponent.html":{}}}],["dropdown'},{'name",{"_index":663,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["dropdown.component",{"_index":1780,"title":{},"body":{"modules/DropdownModule.html":{}}}],["dropdown.component.html",{"_index":1720,"title":{},"body":{"components/DropdownComponent.html":{}}}],["dropdown.component.scss",{"_index":1719,"title":{},"body":{"components/DropdownComponent.html":{}}}],["dropdowncomponent",{"_index":662,"title":{"components/DropdownComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["dropdownmodule",{"_index":1771,"title":{"modules/DropdownModule.html":{}},"body":{"modules/DropdownModule.html":{},"modules/FiltersContentModule.html":{},"modules.html":{},"overview.html":{}}}],["dual",{"_index":665,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["dual_slider",{"_index":1927,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["dualslidercomponent",{"_index":664,"title":{"components/DualSliderComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["dualslidermodule",{"_index":70,"title":{"modules/DualSliderModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules.html":{},"overview.html":{}}}],["duration",{"_index":384,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["during",{"_index":1416,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["dynamic",{"_index":4517,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":4057,"title":{},"body":{"changelog.html":{}}}],["e",{"_index":403,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["e040fb",{"_index":887,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["each",{"_index":2510,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["ease",{"_index":1155,"title":{},"body":{"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["easier",{"_index":4090,"title":{},"body":{"changelog.html":{}}}],["easily",{"_index":482,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["edit",{"_index":3477,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["editreferenceorganclicked",{"_index":3450,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["effect",{"_index":1737,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["efficiency",{"_index":4261,"title":{},"body":{"changelog.html":{}}}],["eg",{"_index":599,"title":{},"body":{"components/AppWebComponent.html":{}}}],["el",{"_index":343,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{}}}],["element",{"_index":644,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["element.getboundingclientrect",{"_index":2361,"title":{},"body":{"classes/InitializationState.html":{}}}],["element.nativeelement",{"_index":3754,"title":{},"body":{"injectables/ThemingService.html":{}}}],["element.nativeelement.contains(target",{"_index":1919,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["elementref",{"_index":181,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"injectables/ThemingService.html":{}}}],["elements",{"_index":3796,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["ellipsis",{"_index":1690,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["embedded",{"_index":4169,"title":{},"body":{"changelog.html":{}}}],["embedding",{"_index":4163,"title":{},"body":{"changelog.html":{}}}],["embedding.md",{"_index":4161,"title":{},"body":{"changelog.html":{}}}],["emit",{"_index":821,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{}}}],["emits",{"_index":314,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["emitted",{"_index":294,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"interfaces/DataStateModel.html":{},"components/HeaderComponent.html":{},"miscellaneous/functions.html":{}}}],["emitter",{"_index":2595,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["emitters",{"_index":2994,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["emitting",{"_index":2343,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ResultsBrowserComponent.html":{}}}],["empty",{"_index":2703,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["enable",{"_index":2600,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["enabled",{"_index":1094,"title":{},"body":{"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["enabletooltip",{"_index":717,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["encapsulates",{"_index":2751,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["end",{"_index":1037,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["end?.expanded",{"_index":1148,"title":{},"body":{"components/ContentComponent.html":{}}}],["end?.opened",{"_index":1147,"title":{},"body":{"components/ContentComponent.html":{}}}],["enddrawers",{"_index":1062,"title":{},"body":{"components/ContainerComponent.html":{}}}],["enddrawers.length",{"_index":1065,"title":{},"body":{"components/ContainerComponent.html":{}}}],["enddrawers[0",{"_index":1068,"title":{},"body":{"components/ContainerComponent.html":{}}}],["endexpanded",{"_index":1146,"title":{},"body":{"components/ContentComponent.html":{}}}],["ensures",{"_index":1623,"title":{},"body":{"components/DonorCardComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["enter",{"_index":1853,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["entire",{"_index":3662,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["entities",{"_index":3119,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entry",{"_index":2602,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["entry.displaylabel.join().includes",{"_index":2645,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["entry.node.label.tolowercase",{"_index":2646,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["enum",{"_index":1252,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["enumerations",{"_index":4611,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["environment",{"_index":208,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"modules/StoreModule.html":{}}}],["environment.acceptableviewerdomains",{"_index":305,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["environment.customization",{"_index":638,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.dboptions",{"_index":636,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.disabledbworker",{"_index":1579,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["environment.googleanalyticstoken",{"_index":1198,"title":{},"body":{"modules/CoreModule.html":{}}}],["environment.production",{"_index":3671,"title":{},"body":{"modules/StoreModule.html":{}}}],["environments/environment",{"_index":209,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"modules/StoreModule.html":{}}}],["error",{"_index":1031,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/DataStateModel.html":{},"injectables/ThemingService.html":{}}}],["error('invalid",{"_index":609,"title":{},"body":{"components/AppWebComponent.html":{}}}],["error('the",{"_index":1202,"title":{},"body":{"modules/CoreModule.html":{}}}],["error(`invalid",{"_index":603,"title":{},"body":{"components/AppWebComponent.html":{}}}],["error(`multiple",{"_index":1039,"title":{},"body":{"components/ContainerComponent.html":{}}}],["errors",{"_index":1028,"title":{},"body":{"components/ContainerComponent.html":{},"miscellaneous/functions.html":{}}}],["es",{"_index":4549,"title":{},"body":{"dependencies.html":{}}}],["es2015.worker.js",{"_index":3981,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["eslint",{"_index":522,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{}}}],["eslint/naming",{"_index":527,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["eslint/prefer",{"_index":2979,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["etc",{"_index":1173,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"changelog.html":{}}}],["eui",{"_index":165,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["eui/rui",{"_index":4101,"title":{},"body":{"changelog.html":{}}}],["eui/src/app/app",{"_index":534,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["eui/src/app/app.component.ts",{"_index":169,"title":{},"body":{"interfaces/AppOptions.html":{},"coverage.html":{}}}],["eui/src/app/app.module.ts",{"_index":80,"title":{},"body":{"modules/AppModule.html":{}}}],["eui/src/app/app.module.ts:63",{"_index":84,"title":{},"body":{"modules/AppModule.html":{}}}],["eui/src/app/core/core.module.ts",{"_index":1183,"title":{},"body":{"modules/CoreModule.html":{}}}],["eui/src/app/core/header/header.component.ts",{"_index":2169,"title":{},"body":{"components/HeaderComponent.html":{},"coverage.html":{}}}],["eui/src/app/core/header/header.component.ts:18",{"_index":2179,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:20",{"_index":2183,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:22",{"_index":2184,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:27",{"_index":2181,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:32",{"_index":2178,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:37",{"_index":2186,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.component.ts:42",{"_index":2185,"title":{},"body":{"components/HeaderComponent.html":{}}}],["eui/src/app/core/header/header.module.ts",{"_index":2209,"title":{},"body":{"modules/HeaderModule.html":{}}}],["eui/src/app/core/models/flat",{"_index":2124,"title":{},"body":{"classes/FlatNode.html":{},"coverage.html":{}}}],["eui/src/app/core/models/list",{"_index":2428,"title":{},"body":{"interfaces/ListResult.html":{},"coverage.html":{}}}],["eui/src/app/core/models/ontology",{"_index":2747,"title":{},"body":{"interfaces/OntologySelection.html":{},"coverage.html":{}}}],["eui/src/app/core/services/app",{"_index":497,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"coverage.html":{}}}],["eui/src/app/core/services/data",{"_index":1569,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/services/ontology",{"_index":2681,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"coverage.html":{}}}],["eui/src/app/core/services/theming/theming.module.ts",{"_index":3707,"title":{},"body":{"modules/ThemingModule.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts",{"_index":3712,"title":{},"body":{"injectables/ThemingService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:13",{"_index":3737,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:14",{"_index":3738,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:16",{"_index":3736,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:18",{"_index":3739,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:21",{"_index":3728,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:25",{"_index":3720,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:39",{"_index":3725,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:48",{"_index":3735,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:60",{"_index":3733,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:71",{"_index":3731,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/services/theming/theming.service.ts:83",{"_index":3722,"title":{},"body":{"injectables/ThemingService.html":{}}}],["eui/src/app/core/store/action",{"_index":4449,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["eui/src/app/core/store/color",{"_index":860,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/store/data/data.actions.ts",{"_index":3923,"title":{},"body":{"classes/UpdateFilter.html":{},"coverage.html":{}}}],["eui/src/app/core/store/data/data.actions.ts:4",{"_index":3925,"title":{},"body":{"classes/UpdateFilter.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts",{"_index":1440,"title":{},"body":{"classes/DataStateSelectors.html":{},"coverage.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts:12",{"_index":1443,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts:17",{"_index":1447,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts:22",{"_index":1445,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["eui/src/app/core/store/data/data.selectors.ts:7",{"_index":1449,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["eui/src/app/core/store/data/data.state.ts",{"_index":1206,"title":{},"body":{"interfaces/DataStateModel.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/store/icon",{"_index":1457,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/store/list",{"_index":2430,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"coverage.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts",{"_index":3091,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:105",{"_index":3127,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:115",{"_index":3122,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:125",{"_index":3118,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:135",{"_index":3124,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:144",{"_index":3112,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:155",{"_index":3115,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:159",{"_index":3116,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:166",{"_index":3104,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:215",{"_index":3129,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:60",{"_index":3109,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:65",{"_index":3107,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:70",{"_index":3135,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:72",{"_index":3139,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:74",{"_index":3137,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:76",{"_index":3133,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:79",{"_index":3131,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:82",{"_index":3130,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/scene/scene.state.ts:84",{"_index":3103,"title":{},"body":{"injectables/SceneState.html":{}}}],["eui/src/app/core/store/spatial",{"_index":7,"title":{},"body":{"classes/AddSearch.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["eui/src/app/core/store/store.module.ts",{"_index":3650,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/modules/filters/filters",{"_index":1971,"title":{},"body":{"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"coverage.html":{}}}],["eui/src/app/modules/ontology",{"_index":2566,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/modules/results",{"_index":1582,"title":{},"body":{"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/button",{"_index":711,"title":{},"body":{"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts",{"_index":788,"title":{},"body":{"components/CheckboxComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:18",{"_index":809,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:23",{"_index":814,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:28",{"_index":818,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:33",{"_index":808,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:38",{"_index":803,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.component.ts:53",{"_index":827,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["eui/src/app/shared/components/checkbox/checkbox.module.ts",{"_index":857,"title":{},"body":{"modules/CheckboxModule.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts",{"_index":952,"title":{},"body":{"components/ContainerComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:105",{"_index":991,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:115",{"_index":982,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:124",{"_index":993,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:37",{"_index":979,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:41",{"_index":1012,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:45",{"_index":1003,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:48",{"_index":1008,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:50",{"_index":1016,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:55",{"_index":1019,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:60",{"_index":997,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:62",{"_index":973,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/container/container.component.ts:83",{"_index":987,"title":{},"body":{"components/ContainerComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts",{"_index":1073,"title":{},"body":{"components/ContentComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:103",{"_index":1108,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:116",{"_index":1102,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:28",{"_index":1092,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:30",{"_index":1093,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:32",{"_index":1095,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:34",{"_index":1096,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:36",{"_index":1090,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:39",{"_index":1110,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:41",{"_index":1088,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:60",{"_index":1101,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/content/content.component.ts:70",{"_index":1098,"title":{},"body":{"components/ContentComponent.html":{}}}],["eui/src/app/shared/components/drawer/drawer.module.ts",{"_index":1710,"title":{},"body":{"modules/DrawerModule.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts",{"_index":2273,"title":{},"body":{"classes/InitializationState.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:35",{"_index":2285,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:37",{"_index":2282,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:41",{"_index":2286,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:46",{"_index":2287,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:56",{"_index":2289,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/drawer/drawer.component.ts:65",{"_index":2288,"title":{},"body":{"classes/InitializationState.html":{}}}],["eui/src/app/shared/components/drawer/messages.ts",{"_index":1157,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/shared/components/drawer/toggle",{"_index":3890,"title":{},"body":{"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts",{"_index":1716,"title":{},"body":{"components/DropdownComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:18",{"_index":1725,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:23",{"_index":1727,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:28",{"_index":1730,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:33",{"_index":1731,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:38",{"_index":1724,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:50",{"_index":1734,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.component.ts:59",{"_index":1733,"title":{},"body":{"components/DropdownComponent.html":{}}}],["eui/src/app/shared/components/dropdown/dropdown.module.ts",{"_index":1775,"title":{},"body":{"modules/DropdownModule.html":{}}}],["eui/src/app/shared/components/dual",{"_index":1781,"title":{},"body":{"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/run",{"_index":3074,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/spatial",{"_index":3224,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["eui/src/app/shared/components/spinner",{"_index":3630,"title":{},"body":{"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/term",{"_index":3681,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/thumbnail",{"_index":3761,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/shared/components/tissue",{"_index":3842,"title":{},"body":{"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts",{"_index":3927,"title":{},"body":{"components/ViewerComponent.html":{},"coverage.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:17",{"_index":3937,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:19",{"_index":3935,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:21",{"_index":3936,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:23",{"_index":3940,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:29",{"_index":3934,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:33",{"_index":3938,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.component.ts:39",{"_index":3939,"title":{},"body":{"components/ViewerComponent.html":{}}}],["eui/src/app/shared/components/viewer/viewer.module.ts",{"_index":3957,"title":{},"body":{"modules/ViewerModule.html":{}}}],["eui/src/app/shared/services/message/message.service.ts",{"_index":2493,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:103",{"_index":2549,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:112",{"_index":2550,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:128",{"_index":2557,"title":{},"body":{"injectables/MessageService.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:130",{"_index":2554,"title":{},"body":{"injectables/MessageService.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:153",{"_index":2556,"title":{},"body":{"injectables/MessageService.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:163",{"_index":2555,"title":{},"body":{"injectables/MessageService.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:50",{"_index":2546,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:70",{"_index":2551,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:83",{"_index":2547,"title":{},"body":{"classes/MessageChannel.html":{}}}],["eui/src/app/shared/services/message/message.service.ts:93",{"_index":2548,"title":{},"body":{"classes/MessageChannel.html":{}}}],["evenly",{"_index":3882,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["event",{"_index":729,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/ToggleButtonComponent.html":{},"license.html":{}}}],["event.checked",{"_index":837,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["event.key",{"_index":1934,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["event.target",{"_index":1823,"title":{},"body":{"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["event.target'])@hostlistener('document:touchstart",{"_index":1838,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["eventemitter",{"_index":725,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["eventemitter(true",{"_index":2345,"title":{},"body":{"classes/InitializationState.html":{}}}],["events",{"_index":829,"title":{},"body":{"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["everything",{"_index":1362,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["except",{"_index":2516,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["execute",{"_index":2168,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["executesearchongeneration",{"_index":2862,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["executionstrategy",{"_index":3676,"title":{},"body":{"modules/StoreModule.html":{}}}],["exists",{"_index":3876,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["expand",{"_index":2391,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["expand/collapse",{"_index":2398,"title":{},"body":{"classes/InitializationState.html":{}}}],["expand_collapse_params_default",{"_index":2305,"title":{},"body":{"classes/InitializationState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["expand_less",{"_index":1565,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"miscellaneous/variables.html":{}}}],["expand_more",{"_index":1563,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"miscellaneous/variables.html":{}}}],["expandable",{"_index":2128,"title":{},"body":{"classes/FlatNode.html":{},"miscellaneous/variables.html":{}}}],["expandcollapsedone",{"_index":2400,"title":{},"body":{"classes/InitializationState.html":{}}}],["expanded",{"_index":1171,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["expanded(value",{"_index":2340,"title":{},"body":{"classes/InitializationState.html":{}}}],["expanded/collapsed",{"_index":2297,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedchange",{"_index":2346,"title":{},"body":{"classes/InitializationState.html":{}}}],["expandedstate",{"_index":2298,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedstate2",{"_index":2300,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedstateobj",{"_index":2351,"title":{},"body":{"classes/InitializationState.html":{}}}],["expands",{"_index":2385,"title":{},"body":{"classes/InitializationState.html":{}}}],["exploration",{"_index":1401,"title":{},"body":{"interfaces/DataStateModel.html":{},"index.html":{}}}],["exploration.module",{"_index":129,"title":{},"body":{"modules/AppModule.html":{}}}],["exploration.module.ts",{"_index":2567,"title":{},"body":{"modules/OntologyExplorationModule.html":{}}}],["exploration/ontology",{"_index":128,"title":{},"body":{"modules/AppModule.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["export",{"_index":41,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{}}}],["exportas",{"_index":955,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["exports",{"_index":61,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["express",{"_index":4561,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["extended",{"_index":2303,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["extends",{"_index":170,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"injectables/WorkerDataSourceService.html":{}}}],["external",{"_index":3950,"title":{},"body":{"components/ViewerComponent.html":{},"changelog.html":{}}}],["externalurl",{"_index":3979,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["extra",{"_index":4566,"title":{},"body":{"dependencies.html":{}}}],["extract",{"_index":3780,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["extraction",{"_index":4144,"title":{},"body":{"changelog.html":{}}}],["extrapulmonary",{"_index":1514,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["eye",{"_index":1490,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["eye.svg",{"_index":1491,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["f",{"_index":1530,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["f.svg",{"_index":1531,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["factory",{"_index":2506,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["fade",{"_index":1736,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["faded",{"_index":1078,"title":{},"body":{"components/ContentComponent.html":{}}}],["fadein",{"_index":1748,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["fadeinout",{"_index":1083,"title":{},"body":{"components/ContentComponent.html":{}}}],["fail",{"_index":4306,"title":{},"body":{"changelog.html":{}}}],["fails",{"_index":4330,"title":{},"body":{"changelog.html":{}}}],["fallopian",{"_index":1492,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["false",{"_index":253,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpinnerOverlayComponent.html":{},"modules/StoreModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["favor",{"_index":4297,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":4054,"title":{},"body":{"changelog.html":{}}}],["features",{"_index":4232,"title":{},"body":{"changelog.html":{}}}],["feel",{"_index":4259,"title":{},"body":{"changelog.html":{}}}],["female",{"_index":613,"title":{},"body":{"components/AppWebComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"miscellaneous/typealiases.html":{}}}],["fetch",{"_index":1475,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"dependencies.html":{}}}],["fetches",{"_index":2702,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["ff8800",{"_index":879,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["ffd740",{"_index":881,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["field",{"_index":1750,"title":{},"body":{"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["file",{"_index":5,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{}}}],["files",{"_index":4685,"title":{},"body":{"license.html":{}}}],["fill",{"_index":1761,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["filler",{"_index":2200,"title":{},"body":{"components/HeaderComponent.html":{}}}],["filter",{"_index":31,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"classes/UpdateFilter.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["filter's",{"_index":415,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["filter(([_",{"_index":3610,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["filter(organ",{"_index":3178,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter(state",{"_index":1448,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["filter(value",{"_index":2637,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["filter).pipe(take(1",{"_index":2953,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["filter.actions",{"_index":230,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["filter.actions.ts",{"_index":10,"title":{},"body":{"classes/AddSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"coverage.html":{}}}],["filter.actions.ts:15",{"_index":2985,"title":{},"body":{"classes/RemoveSearch.html":{}}}],["filter.actions.ts:21",{"_index":3222,"title":{},"body":{"classes/SetSelectedSearches.html":{}}}],["filter.actions.ts:9",{"_index":23,"title":{},"body":{"classes/AddSearch.html":{}}}],["filter.selectors",{"_index":232,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["filter.selectors.ts",{"_index":3365,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{},"coverage.html":{}}}],["filter.selectors.ts:14",{"_index":3372,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["filter.selectors.ts:19",{"_index":3374,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["filter.selectors.ts:9",{"_index":3369,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["filter.state",{"_index":40,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"classes/SpatialSearchFilterSelectors.html":{},"modules/StoreModule.html":{}}}],["filter.state.ts",{"_index":3325,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["filter.state.ts:27",{"_index":3382,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:32",{"_index":3387,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:37",{"_index":3388,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:48",{"_index":3384,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:58",{"_index":3386,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter.state.ts:63",{"_index":3385,"title":{},"body":{"injectables/SpatialSearchFilterState.html":{}}}],["filter/spatial",{"_index":9,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["filter_checkbox",{"_index":840,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["filter_content",{"_index":2019,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["filterbox",{"_index":414,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["filterbox.removebox",{"_index":422,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["filtered",{"_index":2520,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{}}}],["filterednodes",{"_index":2815,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["filterednodes.map(node",{"_index":2822,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["filteredorgans",{"_index":3209,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filteredresults",{"_index":2579,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["filternodes",{"_index":2757,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["filternodes(selectedtypes",{"_index":2775,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["filteronchange",{"_index":798,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["filteronchange(event",{"_index":824,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["filters",{"_index":668,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["filterschange",{"_index":1985,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["filterscontentcomponent",{"_index":667,"title":{"components/FiltersContentComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["filterscontentmodule",{"_index":2065,"title":{"modules/FiltersContentModule.html":{}},"body":{"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules.html":{},"overview.html":{}}}],["filterspopovercomponent",{"_index":233,"title":{"components/FiltersPopoverComponent.html":{}},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["filterspopovermodule",{"_index":71,"title":{"modules/FiltersPopoverModule.html":{}},"body":{"modules/AppModule.html":{},"modules/FiltersPopoverModule.html":{},"modules.html":{},"overview.html":{}}}],["filtersvisible",{"_index":2079,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["final",{"_index":4300,"title":{},"body":{"changelog.html":{}}}],["finished",{"_index":1167,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["finishing",{"_index":4143,"title":{},"body":{"changelog.html":{}}}],["fired",{"_index":1834,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["first",{"_index":591,"title":{},"body":{"components/AppWebComponent.html":{},"components/DonorCardComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{}}}],["fit",{"_index":4240,"title":{},"body":{"changelog.html":{}}}],["fitness",{"_index":4711,"title":{},"body":{"license.html":{}}}],["fixed",{"_index":4224,"title":{},"body":{"changelog.html":{}}}],["fixes",{"_index":4010,"title":{},"body":{"changelog.html":{}}}],["fixes/performance",{"_index":4354,"title":{},"body":{"changelog.html":{}}}],["flat",{"_index":2133,"title":{},"body":{"classes/FlatNode.html":{},"miscellaneous/variables.html":{}}}],["flatnode",{"_index":2123,"title":{"classes/FlatNode.html":{}},"body":{"classes/FlatNode.html":{},"coverage.html":{}}}],["flatnode(original",{"_index":2151,"title":{},"body":{"classes/FlatNode.html":{}}}],["flex",{"_index":765,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["flexible",{"_index":4068,"title":{},"body":{"changelog.html":{}}}],["floor",{"_index":1907,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["flow",{"_index":2157,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/RunSpatialSearchComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{}}}],["fly",{"_index":4419,"title":{},"body":{"changelog.html":{}}}],["fn",{"_index":217,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["fn.ts",{"_index":4450,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["focus",{"_index":3832,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["following",{"_index":4701,"title":{},"body":{"license.html":{}}}],["font",{"_index":741,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["forcedunassignment",{"_index":907,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["forkjoin",{"_index":2845,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["form",{"_index":1749,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["format",{"_index":891,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["formatlabel",{"_index":2687,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["formatlabel(label",{"_index":2693,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["formats",{"_index":2696,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["formatter",{"_index":2599,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["formcontrol",{"_index":2580,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["formsmodule",{"_index":2675,"title":{},"body":{"modules/OntologySearchModule.html":{},"modules/SpatialSearchConfigModule.html":{}}}],["forwards",{"_index":1762,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["found",{"_index":2697,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["frame",{"_index":3953,"title":{},"body":{"components/ViewerComponent.html":{},"changelog.html":{}}}],["framework",{"_index":4660,"title":{},"body":{"index.html":{}}}],["free",{"_index":4682,"title":{},"body":{"license.html":{}}}],["fs",{"_index":4565,"title":{},"body":{"dependencies.html":{}}}],["full",{"_index":2304,"title":{},"body":{"classes/InitializationState.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["fullscreen",{"_index":4379,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":4233,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":481,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["functionality",{"_index":1271,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/OntologySearchComponent.html":{},"miscellaneous/functions.html":{}}}],["functions",{"_index":4613,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["funded",{"_index":4670,"title":{},"body":{"index.html":{}}}],["furnished",{"_index":4700,"title":{},"body":{"license.html":{}}}],["further",{"_index":4375,"title":{},"body":{"changelog.html":{}}}],["future",{"_index":4225,"title":{},"body":{"changelog.html":{}}}],["ga",{"_index":804,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["gap",{"_index":766,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["gatoken",{"_index":1197,"title":{},"body":{"modules/CoreModule.html":{}}}],["generate",{"_index":815,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{}}}],["generated",{"_index":4105,"title":{},"body":{"changelog.html":{}}}],["generates",{"_index":2959,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["generatespatialsearch",{"_index":2152,"title":{"classes/GenerateSpatialSearch.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["generatespatialsearch(ctx",{"_index":2962,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["generating",{"_index":4058,"title":{},"body":{"changelog.html":{}}}],["genericglobalconfig",{"_index":570,"title":{},"body":{"components/AppWebComponent.html":{}}}],["genericmessage",{"_index":1159,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["genericmessagechannel",{"_index":1160,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["genericmessageservice",{"_index":1161,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["get(event",{"_index":2647,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["getarguments",{"_index":2261,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["getarguments(undefined",{"_index":2266,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["getchildren",{"_index":2688,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["getchildren(node",{"_index":2700,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["getchildrenfunc",{"_index":4734,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["getclassend",{"_index":3907,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["getcolor",{"_index":939,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["getcolor(key",{"_index":912,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["getcontent",{"_index":1015,"title":{},"body":{"components/ContainerComponent.html":{}}}],["getexpandable",{"_index":2145,"title":{},"body":{"classes/FlatNode.html":{}}}],["gethaswrappedcontent",{"_index":1018,"title":{},"body":{"components/ContainerComponent.html":{}}}],["geticon",{"_index":3908,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["getindexofmatch",{"_index":2689,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["getindexofmatch(label",{"_index":2704,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["getlabel",{"_index":2142,"title":{},"body":{"classes/FlatNode.html":{}}}],["getlevel",{"_index":4477,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["getmessages",{"_index":2518,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmessagesfromsource",{"_index":2542,"title":{},"body":{"classes/MessageChannel.html":{}}}],["getmessagesfromsource(source",{"_index":2521,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmessagesfromsources",{"_index":2543,"title":{},"body":{"classes/MessageChannel.html":{}}}],["getmessagesfromsources(sources",{"_index":2525,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmethodname",{"_index":2254,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["getmethodname(undefined",{"_index":2268,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["getnextbuttonid",{"_index":3813,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["getoriginscene",{"_index":2843,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["getoriginscene(organ).concat(organscene",{"_index":2923,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["getprevbuttonid",{"_index":3809,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["getprobingspherescene",{"_index":3571,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["getprobingspherescene(organentity",{"_index":3587,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["getrangelabel",{"_index":1880,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["getreferenceorganscene(organid",{"_index":2918,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["gets",{"_index":409,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/FlatNode.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/ToggleButtonComponent.html":{}}}],["getter",{"_index":3941,"title":{},"body":{"components/ViewerComponent.html":{},"miscellaneous/variables.html":{}}}],["getter/setter",{"_index":2333,"title":{},"body":{"classes/InitializationState.html":{}}}],["gettermcounts",{"_index":3532,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["gettermcounts(counts",{"_index":3543,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["gettheme",{"_index":3716,"title":{},"body":{"injectables/ThemingService.html":{}}}],["getting",{"_index":3987,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"miscellaneous/typealiases.html":{}}}],["getworkerurl",{"_index":3962,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["getworkerurl(directimport",{"_index":3970,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["github",{"_index":4290,"title":{},"body":{"changelog.html":{}}}],["give",{"_index":2509,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["given",{"_index":3875,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["gizmo",{"_index":4185,"title":{},"body":{"changelog.html":{}}}],["gland",{"_index":1517,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["globalconfig",{"_index":349,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{}}}],["globalconfigstate",{"_index":193,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/StoreModule.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["globalfilter",{"_index":2916,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["globalthis.getcomputedstyle(element",{"_index":2369,"title":{},"body":{"classes/InitializationState.html":{}}}],["globalthis['dboptions",{"_index":637,"title":{},"body":{"components/AppWebComponent.html":{}}}],["good",{"_index":4327,"title":{},"body":{"changelog.html":{}}}],["google",{"_index":836,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"dependencies.html":{}}}],["googleanalyticsservice",{"_index":802,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["gradient",{"_index":3042,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["granted",{"_index":4681,"title":{},"body":{"license.html":{}}}],["graph",{"_index":3867,"title":{},"body":{"components/TissueSectionVisComponent.html":{},"modules.html":{}}}],["graphical",{"_index":4077,"title":{},"body":{"changelog.html":{}}}],["graphology",{"_index":4568,"title":{},"body":{"dependencies.html":{}}}],["greatly",{"_index":4154,"title":{},"body":{"changelog.html":{}}}],["grid",{"_index":3498,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["group",{"_index":791,"title":{},"body":{"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{}}}],["grow",{"_index":1658,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/HeaderComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["gtex",{"_index":4085,"title":{},"body":{"changelog.html":{}}}],["guide",{"_index":4323,"title":{},"body":{"changelog.html":{}}}],["half",{"_index":2302,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["hand",{"_index":1470,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{}}}],["handle",{"_index":2003,"title":{},"body":{"components/FiltersContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["handlecheckbox",{"_index":1593,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["handlehover",{"_index":2999,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handlehover(id",{"_index":3025,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handlelinkclick",{"_index":3000,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handlelinkclick(link",{"_index":3027,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handlemessage",{"_index":965,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["handlemessage(_msg",{"_index":980,"title":{},"body":{"components/ContainerComponent.html":{}}}],["handlemessage(msg",{"_index":1097,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["handler",{"_index":1861,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["handles",{"_index":1612,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["handleselection",{"_index":3001,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handleselection(result",{"_index":3030,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handleunhover",{"_index":3002,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["handling",{"_index":1813,"title":{},"body":{"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ResultsBrowserComponent.html":{}}}],["happen",{"_index":1996,"title":{},"body":{"components/FiltersContentComponent.html":{},"changelog.html":{}}}],["happens",{"_index":1615,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["happy",{"_index":3666,"title":{},"body":{"modules/StoreModule.html":{}}}],["hash",{"_index":4588,"title":{},"body":{"dependencies.html":{}}}],["haswrappedcontent",{"_index":971,"title":{},"body":{"components/ContainerComponent.html":{}}}],["header",{"_index":172,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["header'},{'name",{"_index":671,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["header.component",{"_index":2212,"title":{},"body":{"modules/HeaderModule.html":{}}}],["header.component.html",{"_index":2175,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":2174,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header/header.module",{"_index":1189,"title":{},"body":{"modules/CoreModule.html":{}}}],["headercomponent",{"_index":670,"title":{"components/HeaderComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["headermodule",{"_index":1180,"title":{"modules/HeaderModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/HeaderModule.html":{},"modules.html":{},"overview.html":{}}}],["heart",{"_index":1496,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["heart.svg",{"_index":1497,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["height",{"_index":754,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["helmet",{"_index":4571,"title":{},"body":{"dependencies.html":{}}}],["help",{"_index":4322,"title":{},"body":{"changelog.html":{}}}],["helper",{"_index":1026,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":2474,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["hereby",{"_index":4680,"title":{},"body":{"license.html":{}}}],["hex",{"_index":874,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"dependencies.html":{}}}],["hexrgb",{"_index":873,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["hexrgb(color",{"_index":890,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["hidden",{"_index":746,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContainerComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["hide",{"_index":2116,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["hidelimitlabels",{"_index":1913,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hidepointerlabels",{"_index":1914,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hides",{"_index":2098,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["high",{"_index":1852,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["highlight",{"_index":4135,"title":{},"body":{"changelog.html":{}}}],["highlighted",{"_index":1596,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ResultsBrowserComponent.html":{},"changelog.html":{}}}],["highlightedid",{"_index":3092,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["highlightednodeid",{"_index":2432,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["highlightnode",{"_index":2435,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["highlightnode(id",{"_index":2446,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["highlights",{"_index":4136,"title":{},"body":{"changelog.html":{}}}],["highvalue",{"_index":1789,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hint",{"_index":3505,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["holders",{"_index":4716,"title":{},"body":{"license.html":{}}}],["holds",{"_index":3689,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["home",{"_index":2189,"title":{},"body":{"components/HeaderComponent.html":{}}}],["homeurl",{"_index":173,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/HeaderComponent.html":{}}}],["hook",{"_index":1847,"title":{},"body":{"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{}}}],["hooked",{"_index":4268,"title":{},"body":{"changelog.html":{}}}],["host",{"_index":740,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["hostbinding",{"_index":1021,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["hostbinding('@expandcollapse",{"_index":2350,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostbinding('@fadeinout",{"_index":1113,"title":{},"body":{"components/ContentComponent.html":{}}}],["hostbinding('@openclose",{"_index":2349,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostbinding('class",{"_index":999,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["hostbinding('class.active",{"_index":3640,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["hostbinding('class.ccf",{"_index":2328,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["hostbinding('class.cff",{"_index":1109,"title":{},"body":{"components/ContentComponent.html":{}}}],["hostbinding('style.margin",{"_index":1114,"title":{},"body":{"components/ContentComponent.html":{}}}],["hostbindings",{"_index":969,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["hostlistener",{"_index":1886,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/InitializationState.html":{}}}],["hostlistener('@expandcollapse.done",{"_index":2399,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostlistener('@openclose.done",{"_index":2395,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostlistener('document:click",{"_index":1837,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hostlistener('document:touchstart",{"_index":1918,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hostlisteners",{"_index":1805,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["hover",{"_index":1660,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["hoverable",{"_index":1671,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["hovered",{"_index":1624,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["hovering",{"_index":4195,"title":{},"body":{"changelog.html":{}}}],["hoverstate",{"_index":1592,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["hra",{"_index":1400,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["html",{"_index":643,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["htmlelement",{"_index":1825,"title":{},"body":{"components/DualSliderComponent.html":{},"injectables/ThemingService.html":{}}}],["htmlinputelement).value",{"_index":1933,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["http://purl.obolibrary.org/obo/cl_0000000",{"_index":1247,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0000948",{"_index":3145,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0002097",{"_index":3142,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0002106",{"_index":3147,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0002113",{"_index":3146,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0004538",{"_index":3143,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0004539",{"_index":3144,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.obolibrary.org/obo/uberon_0013702",{"_index":1246,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.org/ccf/biomarkers",{"_index":1248,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/variables.html":{}}}],["http://purl.org/ccf/latest/ccf.owl#vhfskin",{"_index":3161,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["httpclientmodule",{"_index":1184,"title":{},"body":{"modules/CoreModule.html":{}}}],["https://apps.humanatlas.io/hra",{"_index":4645,"title":{},"body":{"index.html":{}}}],["https://beta",{"_index":4633,"title":{},"body":{"index.html":{}}}],["https://hubmap",{"_index":4638,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/ccf",{"_index":4637,"title":{},"body":{"index.html":{}}}],["https://humanatlas.io",{"_index":4661,"title":{},"body":{"index.html":{}}}],["https://observablehq.com/@cns",{"_index":4656,"title":{},"body":{"index.html":{}}}],["https://old",{"_index":4640,"title":{},"body":{"index.html":{}}}],["https://portal.hubmapconsortium.org/ccf",{"_index":4635,"title":{},"body":{"index.html":{}}}],["https://sampledata.hubmapconsortium.org",{"_index":4416,"title":{},"body":{"changelog.html":{}}}],["https://www.ngxs.io/advanced/options",{"_index":3677,"title":{},"body":{"modules/StoreModule.html":{}}}],["hubmap",{"_index":154,"title":{},"body":{"modules/AppModule.html":{},"components/HeaderComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["hubmapasseturl",{"_index":543,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapdataservice",{"_index":544,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapdataurl",{"_index":545,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapportalurl",{"_index":546,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmaptoken",{"_index":547,"title":{},"body":{"components/AppWebComponent.html":{}}}],["human",{"_index":3990,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["icon",{"_index":1461,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"modules/StoreModule.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["icondefinition",{"_index":2213,"title":{"interfaces/IconDefinition.html":{}},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{}}}],["iconregistry",{"_index":2221,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["iconregistrystate",{"_index":2222,"title":{"injectables/IconRegistryState.html":{}},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["icons",{"_index":1476,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["icons.ts",{"_index":1459,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["id",{"_index":45,"title":{},"body":{"classes/AddSearch.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["idb",{"_index":4573,"title":{},"body":{"dependencies.html":{}}}],["identifier",{"_index":2495,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ThumbnailCarouselComponent.html":{},"coverage.html":{}}}],["iec",{"_index":4303,"title":{},"body":{"changelog.html":{}}}],["iframe",{"_index":484,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ViewerComponent.html":{}}}],["image",{"_index":4296,"title":{},"body":{"changelog.html":{}}}],["images",{"_index":4341,"title":{},"body":{"changelog.html":{}}}],["immutable",{"_index":865,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{}}}],["implementation",{"_index":1287,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["implemented",{"_index":4267,"title":{},"body":{"changelog.html":{}}}],["implementing",{"_index":4381,"title":{},"body":{"changelog.html":{}}}],["implements",{"_index":158,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["implied",{"_index":4708,"title":{},"body":{"license.html":{}}}],["implies",{"_index":1172,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["import",{"_index":33,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{}}}],["import.meta.url",{"_index":3978,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["important",{"_index":780,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["imported",{"_index":1203,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["imports",{"_index":81,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{}}}],["importscripts('${externalurl",{"_index":3984,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["improve",{"_index":4260,"title":{},"body":{"changelog.html":{}}}],["improved",{"_index":3997,"title":{},"body":{"changelog.html":{}}}],["improvements",{"_index":4003,"title":{},"body":{"changelog.html":{}}}],["improves",{"_index":4155,"title":{},"body":{"changelog.html":{}}}],["include",{"_index":4310,"title":{},"body":{"changelog.html":{}}}],["included",{"_index":3691,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"license.html":{}}}],["includes",{"_index":4055,"title":{},"body":{"changelog.html":{}}}],["including",{"_index":4013,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["increase",{"_index":4285,"title":{},"body":{"changelog.html":{}}}],["increased",{"_index":4377,"title":{},"body":{"changelog.html":{}}}],["index",{"_index":11,"title":{"index.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indexes",{"_index":4026,"title":{},"body":{"changelog.html":{}}}],["indiana",{"_index":4668,"title":{},"body":{"index.html":{}}}],["indicates",{"_index":2147,"title":{},"body":{"classes/FlatNode.html":{}}}],["individual",{"_index":816,"title":{},"body":{"components/CheckboxComponent.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["infinity",{"_index":386,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["infix",{"_index":1752,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["info",{"_index":3,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"index.html":{}}}],["info.name",{"_index":2967,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["infobuttonmodule",{"_index":108,"title":{},"body":{"modules/AppModule.html":{},"modules/SpatialSearchUiModule.html":{}}}],["infobuttonservice",{"_index":3241,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["infoclicked",{"_index":3299,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["infodialogcomponent",{"_index":3262,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["information",{"_index":823,"title":{},"body":{"components/CheckboxComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{},"index.html":{}}}],["infoservice",{"_index":3240,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["infrastructure",{"_index":4344,"title":{},"body":{"changelog.html":{}}}],["ingestion",{"_index":4312,"title":{},"body":{"changelog.html":{}}}],["inherit",{"_index":753,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{}}}],["init",{"_index":2605,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["initial",{"_index":390,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["initialconfig",{"_index":635,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialdelay",{"_index":633,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialization",{"_index":2373,"title":{},"body":{"classes/InitializationState.html":{}}}],["initializationstate",{"_index":2272,"title":{"classes/InitializationState.html":{}},"body":{"classes/InitializationState.html":{},"coverage.html":{}}}],["initialize",{"_index":3171,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"injectables/ThemingService.html":{}}}],["initialize(component",{"_index":3726,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialize(element",{"_index":3730,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialized",{"_index":540,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"injectables/ThemingService.html":{}}}],["initializer",{"_index":3729,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initializes",{"_index":1840,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/ToggleButtonComponent.html":{}}}],["initializesliderpopover",{"_index":1797,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["initializing",{"_index":1168,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["inject",{"_index":2498,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{}}}],["inject(default_theme",{"_index":3744,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injectable",{"_index":495,"title":{"injectables/AppRootOverlayContainer.html":{},"injectables/ColorAssignmentState.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"injectables/MessageService.html":{},"injectables/OntologySearchService.html":{},"injectables/SceneState.html":{},"injectables/SpatialSearchFilterState.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"injectables/WorkerDataSourceService.html":{}},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{}}}],["injectables",{"_index":496,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"injectables/ColorAssignmentState.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"injectables/MessageService.html":{},"injectables/OntologySearchService.html":{},"injectables/SceneState.html":{},"injectables/SpatialSearchFilterState.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"injectables/WorkerDataSourceService.html":{},"overview.html":{}}}],["injectcontainerstate",{"_index":3673,"title":{},"body":{"modules/StoreModule.html":{}}}],["injecting",{"_index":2471,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["injectiontoken",{"_index":2499,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["injectiontoken('default",{"_index":3741,"title":{},"body":{"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["injector",{"_index":90,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"injectables/ThemingService.html":{}}}],["injector.get(overlaycontainer",{"_index":3755,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injector.get(renderer2",{"_index":3753,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injector.get(themingservice",{"_index":3742,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injectordelegatedatasourceservice",{"_index":1575,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["input",{"_index":568,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["inputs",{"_index":541,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["inside",{"_index":1946,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["install",{"_index":3840,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["instance",{"_index":340,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["instancetype",{"_index":4621,"title":{},"body":{"miscellaneous/functions.html":{}}}],["instant",{"_index":2295,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["instead",{"_index":1955,"title":{},"body":{"components/DualSliderComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["instructions",{"_index":4162,"title":{},"body":{"changelog.html":{}}}],["integrated",{"_index":4234,"title":{},"body":{"changelog.html":{}}}],["integrating",{"_index":4132,"title":{},"body":{"changelog.html":{}}}],["integration",{"_index":4311,"title":{},"body":{"changelog.html":{}}}],["integrations",{"_index":4247,"title":{},"body":{"changelog.html":{}}}],["inter",{"_index":2202,"title":{},"body":{"components/HeaderComponent.html":{}}}],["interact",{"_index":4220,"title":{},"body":{"changelog.html":{}}}],["interactions",{"_index":4363,"title":{},"body":{"changelog.html":{}}}],["interest",{"_index":4413,"title":{},"body":{"changelog.html":{}}}],["interface",{"_index":166,"title":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"interfaces/ListResult.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"interfaces/SpatialSearchUiModel.html":{},"interfaces/TermResult.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["interfaces",{"_index":168,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"interfaces/ListResult.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"interfaces/SpatialSearchUiModel.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"index.html":{},"overview.html":{}}}],["internal",{"_index":4295,"title":{},"body":{"changelog.html":{}}}],["intestine",{"_index":1503,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["intestine.svg",{"_index":1504,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["invisible",{"_index":1091,"title":{},"body":{"components/ContentComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["iri",{"_index":3150,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["isexpandable",{"_index":4478,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["isfirefox",{"_index":311,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["isitemselected",{"_index":715,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["isitemselected(item",{"_index":491,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{}}}],["islighttheme",{"_index":308,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["isn't",{"_index":1619,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["isnumber",{"_index":4430,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["isnumber(value",{"_index":572,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["isnumberarray",{"_index":4431,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["isnumberarray(val",{"_index":621,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isnumberarray(value",{"_index":576,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["isolated",{"_index":2504,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["issliderinitialized",{"_index":1790,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["isslideropen",{"_index":1791,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["isstring",{"_index":4432,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["isstring(val",{"_index":618,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstring(value",{"_index":579,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["isstringarray",{"_index":625,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["isstringarray(json",{"_index":608,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray(val",{"_index":628,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray(value",{"_index":580,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["issue",{"_index":4281,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":4060,"title":{},"body":{"changelog.html":{}}}],["iswhitelisted",{"_index":473,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["it's",{"_index":411,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["item",{"_index":297,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["item.color",{"_index":931,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["item.id",{"_index":2964,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["item.search",{"_index":2029,"title":{},"body":{"components/FiltersContentComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{}}}],["item.selected",{"_index":2016,"title":{},"body":{"components/FiltersContentComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["item.selected).map(item",{"_index":3378,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["item.sex",{"_index":2038,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["item.technology",{"_index":3820,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["item.thumbnail",{"_index":3818,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["item?.id",{"_index":3339,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["itemhovered",{"_index":3005,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["itemid",{"_index":3770,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["itemid(_index",{"_index":3778,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["items",{"_index":50,"title":{},"body":{"classes/AddSearch.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"classes/RemoveSearch.html":{},"components/RunSpatialSearchComponent.html":{},"classes/SetSelectedSearches.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["items(state",{"_index":3367,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["items.filter(item",{"_index":3377,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["items.length",{"_index":2039,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["items.map(item",{"_index":2028,"title":{},"body":{"components/FiltersContentComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{}}}],["itemunhovered",{"_index":3006,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["iu",{"_index":4396,"title":{},"body":{"changelog.html":{}}}],["iu/ccf",{"_index":4657,"title":{},"body":{"index.html":{}}}],["javascript",{"_index":4034,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["join",{"_index":458,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySearchComponent.html":{}}}],["json",{"_index":606,"title":{},"body":{"components/AppWebComponent.html":{},"changelog.html":{}}}],["json.parse(json.stringify(default_filter",{"_index":2025,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["jsonld",{"_index":4576,"title":{},"body":{"dependencies.html":{}}}],["july",{"_index":4362,"title":{},"body":{"changelog.html":{}}}],["jump",{"_index":4400,"title":{},"body":{"changelog.html":{}}}],["justify",{"_index":778,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["keep",{"_index":275,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DonorCardComponent.html":{}}}],["keeping",{"_index":1303,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["keeps",{"_index":2084,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["key",{"_index":901,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{}}}],["key/value",{"_index":2008,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["keyboard",{"_index":3490,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["keyboardevent",{"_index":1849,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["keyframes",{"_index":1745,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["keyval",{"_index":4574,"title":{},"body":{"dependencies.html":{}}}],["key}:${value",{"_index":2020,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["kidney",{"_index":1498,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["kidney.svg",{"_index":1499,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["kind",{"_index":4707,"title":{},"body":{"license.html":{}}}],["knee",{"_index":1500,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["knee.svg",{"_index":1501,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["known",{"_index":4059,"title":{},"body":{"changelog.html":{}}}],["kpmp",{"_index":4048,"title":{},"body":{"changelog.html":{}}}],["label",{"_index":278,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/FlatNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{}}}],["label.slice(0",{"_index":2741,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["label.slice(index",{"_index":2742,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["label.tolowercase().includes(searchvalue",{"_index":2737,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["label.tolowercase().indexof(searchvalue",{"_index":2739,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["labeled",{"_index":790,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["labelmap",{"_index":4479,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["labels",{"_index":817,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DualSliderComponent.html":{},"components/HeaderComponent.html":{}}}],["labs/dispatch",{"_index":187,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/StoreModule.html":{},"dependencies.html":{}}}],["landmarks",{"_index":4066,"title":{},"body":{"changelog.html":{}}}],["large",{"_index":1502,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["larger",{"_index":4091,"title":{},"body":{"changelog.html":{}}}],["larynx",{"_index":1505,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["larynx.svg",{"_index":1506,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["last",{"_index":471,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DropdownComponent.html":{},"modules/StoreModule.html":{}}}],["latest",{"_index":1274,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["launch",{"_index":3948,"title":{},"body":{"components/ViewerComponent.html":{}}}],["launchinfodialog",{"_index":3234,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["launchinfodialog(data",{"_index":3245,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["launchs",{"_index":3401,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["layers",{"_index":4527,"title":{},"body":{"dependencies.html":{}}}],["lazy",{"_index":2442,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ld",{"_index":4320,"title":{},"body":{"changelog.html":{}}}],["leak",{"_index":4280,"title":{},"body":{"changelog.html":{}}}],["leave",{"_index":4142,"title":{},"body":{"changelog.html":{}}}],["left",{"_index":408,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["left.closeexpanded",{"_index":419,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["left.open",{"_index":418,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["left.px",{"_index":1086,"title":{},"body":{"components/ContentComponent.html":{}}}],["left.svg",{"_index":1494,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["left/right",{"_index":4152,"title":{},"body":{"changelog.html":{}}}],["leftmargin",{"_index":1079,"title":{},"body":{"components/ContentComponent.html":{}}}],["legend",{"_index":57,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["letter",{"_index":2658,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["level",{"_index":2131,"title":{},"body":{"classes/FlatNode.html":{},"injectables/ThemingService.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["levels",{"_index":4410,"title":{},"body":{"changelog.html":{}}}],["lexically",{"_index":2619,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["liability",{"_index":4720,"title":{},"body":{"license.html":{}}}],["liable",{"_index":4717,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":4094,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["library",{"_index":4254,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":4674,"title":{"license.html":{}},"body":{"license.html":{}}}],["life",{"_index":4002,"title":{},"body":{"changelog.html":{}}}],["lifecycle",{"_index":2606,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["light",{"_index":156,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["lighter",{"_index":1674,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["limitation",{"_index":4688,"title":{},"body":{"license.html":{}}}],["limited",{"_index":4348,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["line",{"_index":525,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["link",{"_index":476,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DonorCardComponent.html":{},"components/HeaderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["linkage",{"_index":4364,"title":{},"body":{"changelog.html":{}}}],["linkclick",{"_index":1598,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["linkclicked",{"_index":3007,"title":{},"body":{"components/ResultsBrowserComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["linked",{"_index":4069,"title":{},"body":{"changelog.html":{}}}],["linkhandler",{"_index":1594,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["linkhandler(url",{"_index":1613,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["links",{"_index":4119,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["lipids",{"_index":2786,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["list",{"_index":444,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchUiComponent.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"changelog.html":{}}}],["list'},{'name",{"_index":696,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["list.component",{"_index":3855,"title":{},"body":{"modules/TissueBlockListModule.html":{}}}],["list.component.html",{"_index":3845,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["list.component.scss",{"_index":3844,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["list.component.ts",{"_index":3843,"title":{},"body":{"components/TissueBlockListComponent.html":{},"coverage.html":{}}}],["list.component.ts:16",{"_index":3847,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["list.component.ts:19",{"_index":3846,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["list.module",{"_index":3529,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["list.module.ts",{"_index":3854,"title":{},"body":{"modules/TissueBlockListModule.html":{}}}],["list/term",{"_index":3526,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"coverage.html":{}}}],["list/tissue",{"_index":3528,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"coverage.html":{}}}],["listed",{"_index":2976,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["listen",{"_index":2503,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["listener",{"_index":1273,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{}}}],["listeners",{"_index":989,"title":{},"body":{"components/ContainerComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["listens",{"_index":400,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{}}}],["listresult",{"_index":2427,"title":{"interfaces/ListResult.html":{}},"body":{"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/ResultsBrowserComponent.html":{},"coverage.html":{}}}],["listresultdeselected",{"_index":3008,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["listresults",{"_index":2433,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["listresultselected",{"_index":3009,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["listresultsstate",{"_index":223,"title":{"injectables/ListResultsState.html":{}},"body":{"interfaces/AppOptions.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["listresultsstatemodel",{"_index":2466,"title":{"interfaces/ListResultsStateModel.html":{}},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"coverage.html":{}}}],["literal",{"_index":951,"title":{},"body":{"interfaces/ColorAssignmentStateModel.html":{},"interfaces/SceneStateModel.html":{},"classes/SetPosition.html":{},"dependencies.html":{}}}],["little",{"_index":4218,"title":{},"body":{"changelog.html":{}}}],["liver",{"_index":1507,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["liver.svg",{"_index":1508,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["load",{"_index":2443,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["loaded",{"_index":1462,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{}}}],["loaders.gl/core",{"_index":4530,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/draco",{"_index":4532,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/gltf",{"_index":4533,"title":{},"body":{"dependencies.html":{}}}],["loading",{"_index":1211,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["loadingmessage",{"_index":324,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["located",{"_index":2327,"title":{},"body":{"classes/InitializationState.html":{}}}],["location",{"_index":2749,"title":{},"body":{"interfaces/OntologySelection.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["locations",{"_index":2044,"title":{},"body":{"components/FiltersContentComponent.html":{},"changelog.html":{}}}],["locationstrategy",{"_index":3965,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["locator",{"_index":3964,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["lock",{"_index":3826,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["lodash",{"_index":2629,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"dependencies.html":{}}}],["lodash/sortby",{"_index":2462,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["log",{"_index":4662,"title":{},"body":{"index.html":{}}}],["logged",{"_index":2182,"title":{},"body":{"components/HeaderComponent.html":{}}}],["loggedin",{"_index":488,"title":{},"body":{"interfaces/AppOptions.html":{},"components/HeaderComponent.html":{}}}],["logger",{"_index":3679,"title":{},"body":{"modules/StoreModule.html":{}}}],["logging",{"_index":4087,"title":{},"body":{"changelog.html":{}}}],["logic",{"_index":588,"title":{},"body":{"components/AppWebComponent.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["login",{"_index":486,"title":{},"body":{"interfaces/AppOptions.html":{},"components/HeaderComponent.html":{}}}],["logindisabled",{"_index":335,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/HeaderComponent.html":{}}}],["loginenabled",{"_index":174,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["logo",{"_index":2172,"title":{},"body":{"components/HeaderComponent.html":{}}}],["logotooltip",{"_index":175,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/HeaderComponent.html":{}}}],["logout",{"_index":2187,"title":{},"body":{"components/HeaderComponent.html":{}}}],["longer",{"_index":4203,"title":{},"body":{"changelog.html":{}}}],["look",{"_index":4258,"title":{},"body":{"changelog.html":{}}}],["looks",{"_index":2708,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["lookup",{"_index":2690,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["lookup(nodes",{"_index":2706,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["lot",{"_index":4007,"title":{},"body":{"changelog.html":{}}}],["low",{"_index":1857,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["low/high",{"_index":1901,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["lower",{"_index":1819,"title":{},"body":{"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["lowvalue",{"_index":1792,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["lru",{"_index":4579,"title":{},"body":{"dependencies.html":{}}}],["luma.gl/core",{"_index":4534,"title":{},"body":{"dependencies.html":{}}}],["lung",{"_index":1509,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["lung.svg",{"_index":1510,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["lymph",{"_index":1511,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["made",{"_index":1408,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"changelog.html":{}}}],["main",{"_index":237,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/SpatialSearchUiComponent.html":{},"miscellaneous/variables.html":{}}}],["major",{"_index":4053,"title":{},"body":{"changelog.html":{}}}],["makes",{"_index":4088,"title":{},"body":{"changelog.html":{}}}],["making",{"_index":4126,"title":{},"body":{"changelog.html":{}}}],["male",{"_index":600,"title":{},"body":{"components/AppWebComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"miscellaneous/typealiases.html":{}}}],["mammary",{"_index":1516,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["managed",{"_index":1014,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["managers",{"_index":4098,"title":{},"body":{"changelog.html":{}}}],["manages",{"_index":3713,"title":{},"body":{"injectables/ThemingService.html":{}}}],["many",{"_index":243,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["map",{"_index":202,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"miscellaneous/variables.html":{}}}],["map(([scene",{"_index":3187,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([tissueblocks",{"_index":2481,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["map((color",{"_index":889,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["map((node",{"_index":3199,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map([['gene",{"_index":2782,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["map(block",{"_index":3591,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["map(items.map(item",{"_index":3343,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["map(nodes",{"_index":2725,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["map(organ",{"_index":3180,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(reforgans",{"_index":3175,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(s",{"_index":3594,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["map(searchresults",{"_index":2640,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["map(state",{"_index":321,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["map(states",{"_index":1360,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["march",{"_index":4256,"title":{},"body":{"changelog.html":{}}}],["margin",{"_index":844,"title":{},"body":{"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/variables.html":{}}}],["margin2",{"_index":2307,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["markdown",{"_index":4584,"title":{},"body":{"dependencies.html":{}}}],["marrow",{"_index":1486,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["marrow.svg",{"_index":1487,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["mat",{"_index":748,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ViewerComponent.html":{}}}],["matautocompletemodule",{"_index":2677,"title":{},"body":{"modules/OntologySearchModule.html":{}}}],["matautocompleteselectedevent",{"_index":2609,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["matbuttonmodule",{"_index":2071,"title":{},"body":{"modules/FiltersContentModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyTreeModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/ViewerModule.html":{}}}],["matbuttontogglemodule",{"_index":148,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{}}}],["match",{"_index":2192,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{}}}],["matcheckboxchange",{"_index":825,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["matcheckboxmodule",{"_index":858,"title":{},"body":{"modules/CheckboxModule.html":{},"modules/DonorCardModule.html":{}}}],["matching",{"_index":52,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matdialog",{"_index":3077,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["matdialogmodule",{"_index":3293,"title":{},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{}}}],["matdialogref",{"_index":3238,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["matdividermodule",{"_index":3518,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["material",{"_index":2224,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["matformfieldmodule",{"_index":1776,"title":{},"body":{"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/OntologySearchModule.html":{}}}],["math.div($pointer",{"_index":1959,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["math.floor(math.max(width",{"_index":2921,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.gl/core",{"_index":2839,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"dependencies.html":{}}}],["math.gl/culling",{"_index":4537,"title":{},"body":{"dependencies.html":{}}}],["math.max(...this.selection",{"_index":1905,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["math.max(x",{"_index":3602,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["math.min(...this.selection",{"_index":1903,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["math.min(defaultradius",{"_index":2920,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(depth",{"_index":2912,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(height",{"_index":2911,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(math.max(width",{"_index":2914,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(n",{"_index":2936,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["math.round(width",{"_index":2910,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["maticonmodule",{"_index":95,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologyTreeModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/ViewerModule.html":{}}}],["maticonregistry",{"_index":2219,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["matinputmodule",{"_index":2678,"title":{},"body":{"modules/OntologySearchModule.html":{}}}],["matlegacyslidermodule",{"_index":3520,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["matprogressspinnermodule",{"_index":3646,"title":{},"body":{"modules/SpinnerOverlayModule.html":{},"modules/ViewerModule.html":{}}}],["matradiomodule",{"_index":3323,"title":{},"body":{"modules/SpatialSearchConfigModule.html":{}}}],["matrix",{"_index":2933,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["matrix.gettranslation().map(n",{"_index":2935,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["matrix4",{"_index":2838,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["matrix4(node.transformmatrix",{"_index":2934,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["matselectmodule",{"_index":1778,"title":{},"body":{"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/SpatialSearchConfigModule.html":{}}}],["matslidermodule",{"_index":3521,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["matsnackbar",{"_index":184,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["matsnackbarmodule",{"_index":97,"title":{},"body":{"modules/AppModule.html":{}}}],["mattoolbarmodule",{"_index":2210,"title":{},"body":{"modules/HeaderModule.html":{}}}],["mattooltipmodule",{"_index":100,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyTreeModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/TissueBlockListModule.html":{}}}],["mattreemodule",{"_index":2834,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["max",{"_index":1960,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["maximum",{"_index":3464,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["mc",{"_index":4395,"title":{},"body":{"changelog.html":{}}}],["mdc",{"_index":1649,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["measured",{"_index":2365,"title":{},"body":{"classes/InitializationState.html":{}}}],["measuredmargin",{"_index":2367,"title":{},"body":{"classes/InitializationState.html":{}}}],["measuredwidth",{"_index":2357,"title":{},"body":{"classes/InitializationState.html":{}}}],["memory",{"_index":4279,"title":{},"body":{"changelog.html":{}}}],["menu",{"_index":1718,"title":{},"body":{"components/DropdownComponent.html":{},"components/TermOccurrenceListComponent.html":{},"changelog.html":{}}}],["menuoptions",{"_index":265,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{}}}],["merchantability",{"_index":4710,"title":{},"body":{"license.html":{}}}],["merge",{"_index":4691,"title":{},"body":{"license.html":{}}}],["mergeall",{"_index":2500,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["mergemap",{"_index":2847,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["message",{"_index":981,"title":{"interfaces/Message.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["message_service_config",{"_index":1711,"title":{},"body":{"modules/DrawerModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["message_service_default_config",{"_index":1712,"title":{},"body":{"modules/DrawerModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["messagechannel",{"_index":996,"title":{"classes/MessageChannel.html":{}},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["messagechannel(source",{"_index":2541,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["messagechannel.counter",{"_index":2528,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["messages",{"_index":975,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["messageservice",{"_index":957,"title":{"injectables/MessageService.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["messageservice.connect(this",{"_index":1044,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["messageservice.connect(this).getmessages",{"_index":1126,"title":{},"body":{"components/ContentComponent.html":{}}}],["messageserviceconfig",{"_index":2502,"title":{"interfaces/MessageServiceConfig.html":{}},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["messagess",{"_index":1263,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["metabolites",{"_index":2788,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["metadata",{"_index":537,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["method",{"_index":828,"title":{},"body":{"components/CheckboxComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ThemingService.html":{}}}],["method.apply(registry",{"_index":2251,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["methodname",{"_index":2245,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ThemingService.html":{}}}],["methods",{"_index":82,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{}}}],["milestone",{"_index":4005,"title":{},"body":{"changelog.html":{}}}],["min",{"_index":1646,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueBlockListComponent.html":{},"components/ViewerComponent.html":{}}}],["minimap",{"_index":3507,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["minimum",{"_index":3465,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["minor",{"_index":4008,"title":{},"body":{"changelog.html":{}}}],["miscellaneous",{"_index":4610,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["mismatch",{"_index":2014,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["mit",{"_index":4675,"title":{},"body":{"license.html":{}}}],["ml",{"_index":1684,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["mm",{"_index":3361,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{}}}],["mock",{"_index":4391,"title":{},"body":{"changelog.html":{}}}],["modal",{"_index":3271,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{}}}],["mode",{"_index":376,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["model",{"_index":1403,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySelectionComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["models/list",{"_index":2463,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["modify",{"_index":4690,"title":{},"body":{"license.html":{}}}],["module",{"_index":53,"title":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"overview.html":{}}}],["modules",{"_index":55,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"modules.html":{},"overview.html":{}}}],["modules/filters/filters",{"_index":124,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["modules/ontology",{"_index":127,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/results",{"_index":130,"title":{},"body":{"modules/AppModule.html":{}}}],["monorepo",{"_index":4625,"title":{},"body":{"index.html":{}}}],["more",{"_index":1254,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["mouse",{"_index":1828,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["mousepositiontrackermodule",{"_index":1187,"title":{},"body":{"modules/CoreModule.html":{}}}],["move",{"_index":3491,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["moved",{"_index":4402,"title":{},"body":{"changelog.html":{}}}],["movement",{"_index":1829,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["movetonode",{"_index":2162,"title":{"classes/MoveToNode.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["movetonode(ctx",{"_index":2932,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["moving",{"_index":2163,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{}}}],["mr",{"_index":1686,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["msg",{"_index":1100,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["msg.payload",{"_index":1138,"title":{},"body":{"components/ContentComponent.html":{}}}],["msg.payload.drawers",{"_index":1132,"title":{},"body":{"components/ContentComponent.html":{}}}],["msg.payload.opened",{"_index":3914,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["msg.payload.type",{"_index":1129,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["msg.source",{"_index":1136,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["mt",{"_index":1687,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["much",{"_index":4089,"title":{},"body":{"changelog.html":{}}}],["multi",{"_index":3711,"title":{},"body":{"modules/ThemingModule.html":{}}}],["multiple",{"_index":4626,"title":{},"body":{"index.html":{}}}],["n3",{"_index":4581,"title":{},"body":{"dependencies.html":{}}}],["name",{"_index":26,"title":{},"body":{"classes/AddSearch.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["names",{"_index":4179,"title":{},"body":{"changelog.html":{}}}],["namespace",{"_index":1471,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"miscellaneous/variables.html":{}}}],["navigate_before",{"_index":3819,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["navigate_next",{"_index":3821,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["navigation",{"_index":3768,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"changelog.html":{}}}],["navigationoptions",{"_index":3793,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["navigator.useragent.indexof('firefox",{"_index":312,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["necessary",{"_index":1859,"title":{},"body":{"components/DualSliderComponent.html":{},"injectables/ThemingService.html":{}}}],["need",{"_index":1410,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"components/FiltersPopoverComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["needed",{"_index":4262,"title":{},"body":{"changelog.html":{}}}],["needs",{"_index":986,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["nested",{"_index":1945,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["network",{"_index":4666,"title":{},"body":{"index.html":{}}}],["neuron",{"_index":1519,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["neuron.svg",{"_index":1520,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["never",{"_index":1038,"title":{},"body":{"components/ContainerComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{}}}],["new",{"_index":302,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["newitems",{"_index":3345,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["newly",{"_index":2141,"title":{},"body":{"classes/FlatNode.html":{}}}],["newvalue",{"_index":1931,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["next",{"_index":524,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["nextbuttonid",{"_index":3772,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["nextel",{"_index":3803,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["nextmessageid",{"_index":2527,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["nextuid",{"_index":3806,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["ng",{"_index":775,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["ngacceptinputtype_expanded",{"_index":2426,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngacceptinputtype_opened",{"_index":2425,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngacceptinputtype_position",{"_index":2424,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngafterviewinit",{"_index":966,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["ngdobootstrap",{"_index":83,"title":{},"body":{"modules/AppModule.html":{}}}],["ngmodule",{"_index":91,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/StoreModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{}}}],["ngonchanges",{"_index":1798,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ViewerComponent.html":{}}}],["ngonchanges(changes",{"_index":1841,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ViewerComponent.html":{}}}],["ngondestroy",{"_index":967,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["ngoninit",{"_index":380,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySearchComponent.html":{}}}],["ngx",{"_index":835,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"dependencies.html":{}}}],["ngxs",{"_index":186,"title":{},"body":{"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/logger",{"_index":3655,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/storage",{"_index":4540,"title":{},"body":{"dependencies.html":{}}}],["ngxs/store",{"_index":190,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"dependencies.html":{}}}],["ngxs/store/operators",{"_index":3329,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["ngxsdatapluginmodule",{"_index":3651,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatapluginmodule.forroot",{"_index":3668,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatarepository",{"_index":1213,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["ngxsdispatchpluginmodule",{"_index":3653,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdispatchpluginmodule.forroot",{"_index":3678,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsimmutabledatarepository",{"_index":871,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ngxslidermodule",{"_index":1968,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["ngxsloggerpluginmodule",{"_index":3654,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsloggerpluginmodule.forroot",{"_index":3680,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule",{"_index":3657,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule.forroot(root_states",{"_index":3669,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsoninit",{"_index":1215,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nih",{"_index":4671,"title":{},"body":{"index.html":{}}}],["node",{"_index":2126,"title":{},"body":{"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"dependencies.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["node's",{"_index":2144,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ccf_annotations?.some?.(tag",{"_index":3195,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["node.children",{"_index":2746,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["node.entityid",{"_index":3162,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["node.id",{"_index":2650,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["node.label.tolowercase().includes(searchvalue",{"_index":2731,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["node.reference_organ",{"_index":3197,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["node.representation_of",{"_index":3159,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["node.synonymlabels.find((label",{"_index":2736,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["node.ts",{"_index":2125,"title":{},"body":{"classes/FlatNode.html":{},"coverage.html":{}}}],["node.ts:11",{"_index":2137,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:13",{"_index":2135,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:18",{"_index":2143,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:25",{"_index":2146,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:36",{"_index":2140,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:38",{"_index":2132,"title":{},"body":{"classes/FlatNode.html":{}}}],["node.ts:9",{"_index":2138,"title":{},"body":{"classes/FlatNode.html":{}}}],["node1.label.trim().tolowercase",{"_index":2820,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["node2",{"_index":2819,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["node2.label.trim().tolowercase",{"_index":2821,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["node['@id",{"_index":3160,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodeclicked",{"_index":3451,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["nodeclickevent",{"_index":3111,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodes",{"_index":446,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchUiComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["nodes.filter(node",{"_index":2816,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["nodes.foreach((node",{"_index":2729,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["nodes.svg",{"_index":1512,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["nodes[node.parent",{"_index":2813,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["none",{"_index":747,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["noninfringement",{"_index":4714,"title":{},"body":{"license.html":{}}}],["normal",{"_index":2660,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["normally",{"_index":2089,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["not(:first",{"_index":1654,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["not(:last",{"_index":2199,"title":{},"body":{"components/HeaderComponent.html":{}}}],["notched",{"_index":2668,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["note",{"_index":1944,"title":{},"body":{"components/DualSliderComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["notebooks",{"_index":4032,"title":{},"body":{"changelog.html":{}}}],["notebooks/vignettes",{"_index":4652,"title":{},"body":{"index.html":{}}}],["notice",{"_index":4282,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["notifies",{"_index":3029,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["now",{"_index":4092,"title":{},"body":{"changelog.html":{}}}],["nowrap",{"_index":848,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["null",{"_index":2228,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"components/ViewerComponent.html":{}}}],["null)?.getcontainerelement",{"_index":3756,"title":{},"body":{"injectables/ThemingService.html":{}}}],["nullish",{"_index":2980,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["number",{"_index":574,"title":{},"body":{"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["number((event.target",{"_index":1932,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["number(this.options.floor",{"_index":1935,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["number(value.slice(0",{"_index":2371,"title":{},"body":{"classes/InitializationState.html":{}}}],["numebr",{"_index":3870,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["numeric",{"_index":4286,"title":{},"body":{"changelog.html":{}}}],["numresults",{"_index":2127,"title":{},"body":{"classes/FlatNode.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["o",{"_index":1278,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["o.disabled",{"_index":2899,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["o.id",{"_index":2898,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["o.representation_of",{"_index":2870,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["o.sex?.tolowercase",{"_index":2871,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["o['@id",{"_index":3193,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["obj",{"_index":583,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["obj(value",{"_index":595,"title":{},"body":{"components/AppWebComponent.html":{}}}],["obj[prop",{"_index":598,"title":{},"body":{"components/AppWebComponent.html":{}}}],["object",{"_index":296,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["object.entries(counts",{"_index":3609,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["object.prototype.hasownproperty.call(colors",{"_index":3200,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["object.values(state.nodes",{"_index":2713,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["object.values(this.treemodel.nodes",{"_index":2814,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["observable",{"_index":198,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["observableinput",{"_index":1222,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["observedvalueof",{"_index":1223,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["obtaining",{"_index":4683,"title":{},"body":{"license.html":{}}}],["occurence",{"_index":3525,"title":{},"body":{"modules/SpatialSearchUiModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"coverage.html":{}}}],["occurencedata",{"_index":2758,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["occurences",{"_index":1318,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["occurrence",{"_index":695,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["occurrence.component",{"_index":3704,"title":{},"body":{"modules/TermOccurrenceListModule.html":{}}}],["occurrence.component.html",{"_index":3684,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.scss",{"_index":3683,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.ts",{"_index":3682,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"coverage.html":{}}}],["occurrence.component.ts:15",{"_index":3694,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.ts:20",{"_index":3687,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.ts:25",{"_index":3688,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.component.ts:30",{"_index":3690,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["occurrence.module",{"_index":3527,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["occurrence.module.ts",{"_index":3703,"title":{},"body":{"modules/TermOccurrenceListModule.html":{}}}],["occurs",{"_index":1832,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["ofactiondispatched",{"_index":2841,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ofactiondispatched(updatespatialsearch",{"_index":2873,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["off/on",{"_index":4265,"title":{},"body":{"changelog.html":{}}}],["official",{"_index":4361,"title":{},"body":{"changelog.html":{}}}],["offset",{"_index":1140,"title":{},"body":{"components/ContentComponent.html":{}}}],["old",{"_index":4639,"title":{},"body":{"index.html":{}}}],["olditems",{"_index":3344,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["olditems.map(item",{"_index":3346,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["once",{"_index":1204,"title":{},"body":{"modules/CoreModule.html":{}}}],["onchanges",{"_index":1785,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ViewerComponent.html":{}}}],["ondestroy",{"_index":954,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["ondialogbuttonclick",{"_index":3235,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["one",{"_index":1253,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"index.html":{}}}],["oninit",{"_index":182,"title":{},"body":{"interfaces/AppOptions.html":{},"components/OntologySearchComponent.html":{}}}],["onkeyhigh",{"_index":1799,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["onkeyhigh(event",{"_index":1848,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["onkeylow",{"_index":1800,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["onkeylow(event",{"_index":1855,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["online",{"_index":4370,"title":{},"body":{"changelog.html":{}}}],["onscroll",{"_index":3003,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["onscroll(event",{"_index":3035,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["onselect",{"_index":2584,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["onselect(event",{"_index":2608,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["ontological",{"_index":4418,"title":{},"body":{"changelog.html":{}}}],["ontologies",{"_index":4321,"title":{},"body":{"changelog.html":{}}}],["ontology",{"_index":277,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["ontology_search",{"_index":2649,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["ontologyexplorationmodule",{"_index":72,"title":{"modules/OntologyExplorationModule.html":{}},"body":{"modules/AppModule.html":{},"modules/OntologyExplorationModule.html":{},"modules.html":{},"overview.html":{}}}],["ontologyfilter",{"_index":2759,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["ontologynode",{"_index":2781,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["ontologysearchcomponent",{"_index":672,"title":{"components/OntologySearchComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["ontologysearchmodule",{"_index":2563,"title":{"modules/OntologySearchModule.html":{}},"body":{"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules.html":{},"overview.html":{}}}],["ontologysearchservice",{"_index":2589,"title":{"injectables/OntologySearchService.html":{}},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"interfaces/SearchResult.html":{},"coverage.html":{},"overview.html":{}}}],["ontologysearchservice.rootnode$.pipe(tap(rootnode",{"_index":2803,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["ontologyselected(ontologyselection",{"_index":447,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection",{"_index":210,"title":{"interfaces/OntologySelection.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"coverage.html":{}}}],["ontologyselection.foreach((selection",{"_index":467,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection.length",{"_index":465,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection.map(selection",{"_index":450,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection[0",{"_index":459,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselection[0].label",{"_index":460,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselectioncomponent",{"_index":674,"title":{"components/OntologySelectionComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["ontologyselectionlabel",{"_index":281,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ontologyselectionmodule",{"_index":2564,"title":{"modules/OntologySelectionModule.html":{}},"body":{"modules/OntologyExplorationModule.html":{},"modules/OntologySelectionModule.html":{},"modules.html":{},"overview.html":{}}}],["ontologyselections",{"_index":2774,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["ontologyservice",{"_index":2582,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["ontologytermoccurencesdata",{"_index":1319,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytermoccurencesdata$.pipe(take(1)).subscribe(ontologytermsfulldata",{"_index":1375,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytermoccurencesdata(filter",{"_index":1424,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytermoccurencesdataquerystatus",{"_index":1292,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytermoccurrences",{"_index":1341,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologyterms",{"_index":327,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"miscellaneous/variables.html":{}}}],["ontologytermsfulldata",{"_index":1305,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["ontologytreecomponent",{"_index":676,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologyTreeModule.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["ontologytreemodel",{"_index":191,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["ontologytreemodule",{"_index":2565,"title":{"modules/OntologyTreeModule.html":{}},"body":{"modules/OntologyExplorationModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules.html":{},"overview.html":{}}}],["ontologytreenode",{"_index":2130,"title":{},"body":{"classes/FlatNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["opacities",{"_index":4269,"title":{},"body":{"changelog.html":{}}}],["opacity",{"_index":1122,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["opacityslidermodule",{"_index":2836,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["open",{"_index":291,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/typealiases.html":{}}}],["open/close",{"_index":2348,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["open_in_new",{"_index":1638,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["openapi",{"_index":4128,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["openapi/js",{"_index":4648,"title":{},"body":{"index.html":{}}}],["openapi/ng",{"_index":4650,"title":{},"body":{"index.html":{}}}],["openapi/ts",{"_index":4649,"title":{},"body":{"index.html":{}}}],["opened",{"_index":1107,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["opened(value",{"_index":2336,"title":{},"body":{"classes/InitializationState.html":{}}}],["opened/closed",{"_index":2293,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["openedchange",{"_index":2344,"title":{},"body":{"classes/InitializationState.html":{}}}],["openedstate",{"_index":2294,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["openexpanded",{"_index":2386,"title":{},"body":{"classes/InitializationState.html":{}}}],["opening",{"_index":3021,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["opening/closing/expanding",{"_index":2310,"title":{},"body":{"classes/InitializationState.html":{}}}],["opens",{"_index":1738,"title":{},"body":{"components/DropdownComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["openspatialsearchconfig",{"_index":3395,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["operator",{"_index":1266,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["operatorfunction",{"_index":1224,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["opposite",{"_index":2299,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["optimization",{"_index":4217,"title":{},"body":{"changelog.html":{}}}],["optimizations",{"_index":4355,"title":{},"body":{"changelog.html":{}}}],["optimized",{"_index":4245,"title":{},"body":{"changelog.html":{}}}],["option",{"_index":826,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["option.displaylabel[0",{"_index":2653,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["option.displaylabel[1",{"_index":2654,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["option.displaylabel[2",{"_index":2655,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["option?.displaylabel",{"_index":2644,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["optional",{"_index":27,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":800,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["options.ceil",{"_index":1937,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["options.floor",{"_index":1936,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["optionschanged",{"_index":1801,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["optionsvisible",{"_index":1721,"title":{},"body":{"components/DropdownComponent.html":{}}}],["order",{"_index":2720,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["organ",{"_index":289,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"index.html":{}}}],["organ(id",{"_index":3546,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organ.hassex",{"_index":2982,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organ.id",{"_index":3577,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organ.name",{"_index":3311,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["organ.representation_of",{"_index":2949,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organ.sex",{"_index":2905,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organ?.representation_of",{"_index":2965,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organ['@id",{"_index":2951,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organentity",{"_index":3531,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{}}}],["organentity(state",{"_index":2868,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organentity['@id",{"_index":3588,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organid",{"_index":2160,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["organid(state",{"_index":3548,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organid?.split('/').slice",{"_index":2880,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organids",{"_index":3176,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organids.has(organ.id",{"_index":3179,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organinfo",{"_index":194,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organlistvisible",{"_index":292,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["organmatchessex",{"_index":3533,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organmatchessex(organ",{"_index":3550,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organname",{"_index":19,"title":{},"body":{"classes/AddSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["organs",{"_index":1479,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["organs(sex",{"_index":3552,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organs.filter",{"_index":3210,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organs.filter(organ",{"_index":3579,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organs.find(o",{"_index":2869,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organs.find(organ",{"_index":3576,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organs/anatomical",{"_index":4270,"title":{},"body":{"changelog.html":{}}}],["organscene",{"_index":2858,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["organscene.concat(sphere",{"_index":3600,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["organselectormodule",{"_index":109,"title":{},"body":{"modules/AppModule.html":{}}}],["organvalidforsex",{"_index":3614,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["organvalidforsex(organid",{"_index":2978,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["origin",{"_index":3828,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["original",{"_index":2134,"title":{},"body":{"classes/FlatNode.html":{}}}],["originx",{"_index":1888,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["originy",{"_index":1889,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["orthographic",{"_index":4189,"title":{},"body":{"changelog.html":{}}}],["ot",{"_index":1467,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["ot2od026671",{"_index":4673,"title":{},"body":{"index.html":{}}}],["other.expanded",{"_index":2413,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.expandedstate2",{"_index":2414,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.margin2",{"_index":2419,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.measuredmargin",{"_index":2417,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.measuredwidth",{"_index":2416,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.opened",{"_index":2415,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.width",{"_index":2418,"title":{},"body":{"classes/InitializationState.html":{}}}],["otherblocks",{"_index":2483,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["otherblocks.push",{"_index":2488,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["others",{"_index":301,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["otherwise",{"_index":2235,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"license.html":{}}}],["out",{"_index":79,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"classes/InitializationState.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"license.html":{},"overview.html":{}}}],["outline",{"_index":2056,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["outline__leading",{"_index":2669,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["outline__trailing",{"_index":2670,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["output",{"_index":732,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["outputs",{"_index":719,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ViewerComponent.html":{}}}],["outside",{"_index":1603,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["ovaries",{"_index":1521,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ovaries.svg",{"_index":1522,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ovary",{"_index":1523,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["over",{"_index":1625,"title":{},"body":{"components/DonorCardComponent.html":{},"changelog.html":{}}}],["overall",{"_index":811,"title":{},"body":{"components/CheckboxComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["overflow",{"_index":771,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["overlay",{"_index":316,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/SpinnerOverlayComponent.html":{},"injectables/ThemingService.html":{},"components/ViewerComponent.html":{}}}],["overlay'},{'name",{"_index":692,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["overlay.component",{"_index":3648,"title":{},"body":{"modules/SpinnerOverlayModule.html":{}}}],["overlay.component.html",{"_index":3634,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.component.scss",{"_index":3633,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.component.ts",{"_index":3631,"title":{},"body":{"components/SpinnerOverlayComponent.html":{},"coverage.html":{}}}],["overlay.component.ts:16",{"_index":3639,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.component.ts:19",{"_index":3635,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.component.ts:22",{"_index":3637,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["overlay.create",{"_index":1895,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlay.module",{"_index":142,"title":{},"body":{"modules/AppModule.html":{}}}],["overlay.module.ts",{"_index":3645,"title":{},"body":{"modules/SpinnerOverlayModule.html":{}}}],["overlay.position().flexibleconnectedto(element).withpositions([position",{"_index":1893,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlay.service",{"_index":116,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{}}}],["overlay.service.ts",{"_index":498,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"coverage.html":{}}}],["overlay.service.ts:10",{"_index":510,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.service.ts:11",{"_index":509,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.service.ts:13",{"_index":508,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.service.ts:27",{"_index":505,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.service.ts:32",{"_index":506,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["overlay.setrootelement(el",{"_index":352,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["overlay/app",{"_index":115,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"coverage.html":{}}}],["overlay/spinner",{"_index":141,"title":{},"body":{"modules/AppModule.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"coverage.html":{}}}],["overlaycontainer",{"_index":87,"title":{},"body":{"modules/AppModule.html":{},"injectables/AppRootOverlayContainer.html":{},"injectables/ThemingService.html":{}}}],["overlaymodule",{"_index":1966,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["overlayref",{"_index":1793,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlayref.attach(popoverportal",{"_index":1929,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlayref.updateposition",{"_index":1930,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlays",{"_index":4411,"title":{},"body":{"changelog.html":{}}}],["overlayx",{"_index":1890,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overlayy",{"_index":1891,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["overview",{"_index":4727,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owning",{"_index":3897,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["p",{"_index":4387,"title":{},"body":{"changelog.html":{}}}],["package",{"_index":4097,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{}}}],["padding",{"_index":779,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ViewerComponent.html":{}}}],["page",{"_index":2173,"title":{},"body":{"components/HeaderComponent.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["pages",{"_index":4160,"title":{},"body":{"changelog.html":{}}}],["pair",{"_index":2421,"title":{},"body":{"classes/InitializationState.html":{}}}],["paired",{"_index":4149,"title":{},"body":{"changelog.html":{}}}],["palatine",{"_index":1524,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pancreas",{"_index":1527,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pancreas.svg",{"_index":1528,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pane",{"_index":1766,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["panel",{"_index":1759,"title":{},"body":{"components/DropdownComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["panelclass",{"_index":1896,"title":{},"body":{"components/DualSliderComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["panelcontent",{"_index":3280,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["paneldata",{"_index":3229,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["param",{"_index":341,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["param0",{"_index":3157,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["parameters",{"_index":24,"title":{},"body":{"classes/AddSearch.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["params",{"_index":2306,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["parent",{"_index":822,"title":{},"body":{"components/CheckboxComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["parent.messages.pipe(takewhile",{"_index":2534,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["parse",{"_index":639,"title":{},"body":{"components/AppWebComponent.html":{}}}],["parsedatasources",{"_index":640,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsedatasources(value",{"_index":605,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["parsefilter",{"_index":642,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsefilter(value",{"_index":610,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":4546,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":2603,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["partial",{"_index":368,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"classes/UpdateFilter.html":{},"miscellaneous/functions.html":{}}}],["particular",{"_index":4712,"title":{},"body":{"license.html":{}}}],["partly",{"_index":4255,"title":{},"body":{"changelog.html":{}}}],["partonomy",{"_index":4200,"title":{},"body":{"changelog.html":{}}}],["parts",{"_index":2255,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.join",{"_index":2260,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('innamespace",{"_index":2259,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('literal",{"_index":2258,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('set",{"_index":2257,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["passed",{"_index":279,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["passes",{"_index":1616,"title":{},"body":{"components/DonorCardComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["path",{"_index":3164,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["patient",{"_index":1588,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{}}}],["payload",{"_index":868,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/typealiases.html":{}}}],["payload('doreset",{"_index":916,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["pelvis",{"_index":1529,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["per",{"_index":3808,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["performance",{"_index":4100,"title":{},"body":{"changelog.html":{}}}],["permission",{"_index":4679,"title":{},"body":{"license.html":{}}}],["permit",{"_index":4698,"title":{},"body":{"license.html":{}}}],["person",{"_index":1635,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{},"license.html":{}}}],["persons",{"_index":4699,"title":{},"body":{"license.html":{}}}],["pick",{"_index":4050,"title":{},"body":{"changelog.html":{}}}],["pipe",{"_index":1275,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"miscellaneous/functions.html":{}}}],["pipe(mergeall",{"_index":2536,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["placed",{"_index":3667,"title":{},"body":{"modules/StoreModule.html":{}}}],["placeholder",{"_index":4365,"title":{},"body":{"changelog.html":{}}}],["placeholdertext",{"_index":2587,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["placement",{"_index":4047,"title":{},"body":{"changelog.html":{}}}],["placenta",{"_index":1532,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["placenta.svg",{"_index":1533,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["player",{"_index":4520,"title":{},"body":{"dependencies.html":{}}}],["plugin",{"_index":3656,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["plus",{"_index":4056,"title":{},"body":{"changelog.html":{}}}],["pointer",{"_index":764,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["popover",{"_index":416,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["popover's",{"_index":417,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["popover'},{'name",{"_index":669,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["popover.component",{"_index":234,"title":{},"body":{"interfaces/AppOptions.html":{},"modules/FiltersPopoverModule.html":{}}}],["popover.component.html",{"_index":2078,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.scss",{"_index":2077,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts",{"_index":2076,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"coverage.html":{}}}],["popover.component.ts:21",{"_index":2086,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:27",{"_index":2083,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:32",{"_index":2092,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:37",{"_index":2090,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:42",{"_index":2091,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:47",{"_index":2093,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:52",{"_index":2095,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:57",{"_index":2094,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:62",{"_index":2102,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:68",{"_index":2101,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:77",{"_index":2099,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.component.ts:87",{"_index":2097,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["popover.module",{"_index":126,"title":{},"body":{"modules/AppModule.html":{}}}],["popover.module.ts",{"_index":2121,"title":{},"body":{"modules/FiltersPopoverModule.html":{}}}],["popover/filters",{"_index":125,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"coverage.html":{}}}],["popoverelement",{"_index":1794,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["popoverelement?.nativeelement?.contains?.(target",{"_index":1920,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["popoverportal",{"_index":1795,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["popup",{"_index":1974,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["portal",{"_index":2180,"title":{},"body":{"components/HeaderComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"index.html":{}}}],["portal's",{"_index":4347,"title":{},"body":{"changelog.html":{}}}],["portalmodule",{"_index":1967,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["portions",{"_index":4705,"title":{},"body":{"license.html":{}}}],["position",{"_index":1029,"title":{"interfaces/Position.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["position(state",{"_index":3554,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["position(value",{"_index":2332,"title":{},"body":{"classes/InitializationState.html":{}}}],["positionchange",{"_index":3452,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["positions",{"_index":995,"title":{},"body":{"components/ContainerComponent.html":{}}}],["positionstrategy",{"_index":1892,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["possible",{"_index":4305,"title":{},"body":{"changelog.html":{}}}],["preclose",{"_index":382,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["predefine",{"_index":614,"title":{},"body":{"components/AppWebComponent.html":{}}}],["prefered",{"_index":3794,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["preference",{"_index":393,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["preferences",{"_index":4176,"title":{},"body":{"changelog.html":{}}}],["prefix",{"_index":2662,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["preparation",{"_index":4011,"title":{},"body":{"changelog.html":{}}}],["present",{"_index":594,"title":{},"body":{"components/AppWebComponent.html":{}}}],["presented",{"_index":4409,"title":{},"body":{"changelog.html":{}}}],["pressed",{"_index":1854,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["prev",{"_index":3816,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["prevbuttonid",{"_index":3771,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["prevel",{"_index":3801,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["prevent",{"_index":4081,"title":{},"body":{"changelog.html":{}}}],["preview",{"_index":4188,"title":{},"body":{"changelog.html":{}}}],["previous",{"_index":3811,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["previously",{"_index":4121,"title":{},"body":{"changelog.html":{}}}],["primary",{"_index":3504,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["private",{"_index":348,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{}}}],["probing",{"_index":3483,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["process",{"_index":1099,"title":{},"body":{"components/ContentComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["processed",{"_index":4339,"title":{},"body":{"changelog.html":{}}}],["processes",{"_index":983,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["processing",{"_index":4177,"title":{},"body":{"changelog.html":{}}}],["production",{"_index":4108,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["programming",{"_index":4093,"title":{},"body":{"changelog.html":{}}}],["progress",{"_index":3632,"title":{},"body":{"components/SpinnerOverlayComponent.html":{}}}],["project",{"_index":4385,"title":{},"body":{"changelog.html":{}}}],["projected",{"_index":990,"title":{},"body":{"components/ContainerComponent.html":{}}}],["projects",{"_index":4627,"title":{},"body":{"index.html":{}}}],["projects/.../action",{"_index":4614,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["projects/.../app",{"_index":4615,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../color",{"_index":4739,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../container.component.ts",{"_index":4616,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../data",{"_index":4738,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../data.state.ts",{"_index":4612,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["projects/.../default",{"_index":4740,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../drawer.component.ts",{"_index":4733,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../message.service.ts",{"_index":4743,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../messages.ts",{"_index":4732,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../ontology",{"_index":4735,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../scene.state.ts",{"_index":4741,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../spatial",{"_index":4736,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../store.module.ts",{"_index":4745,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../theming.service.ts",{"_index":4742,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../thumbnail",{"_index":4744,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/ccf",{"_index":6,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["promise",{"_index":2283,"title":{},"body":{"classes/InitializationState.html":{}}}],["promise(resolve",{"_index":2280,"title":{},"body":{"classes/InitializationState.html":{}}}],["prop",{"_index":584,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"miscellaneous/functions.html":{}}}],["prop(property",{"_index":593,"title":{},"body":{"components/AppWebComponent.html":{}}}],["properties",{"_index":12,"title":{"properties.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"properties.html":{}}}],["property",{"_index":604,"title":{},"body":{"components/AppWebComponent.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/ViewerComponent.html":{}}}],["property('expandable",{"_index":4749,"title":{},"body":{"miscellaneous/variables.html":{}}}],["property('level",{"_index":4748,"title":{},"body":{"miscellaneous/variables.html":{}}}],["prostate",{"_index":1534,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["prostate.svg",{"_index":1535,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["protected",{"_index":501,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{}}}],["protein",{"_index":2784,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["proteoforms",{"_index":2790,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["provide",{"_index":152,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/DrawerModule.html":{},"modules/ThemingModule.html":{}}}],["provided",{"_index":1004,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{},"license.html":{}}}],["providedin",{"_index":511,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["provider",{"_index":1335,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["providerfilter",{"_index":1350,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["providerfilterdata",{"_index":1336,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["providerfilterquerystatus",{"_index":1301,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["providerfilters",{"_index":1981,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["providers",{"_index":60,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"components/ContainerComponent.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"changelog.html":{},"overview.html":{}}}],["providertoken",{"_index":1571,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["provides",{"_index":2592,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["providing",{"_index":1074,"title":{},"body":{"components/ContentComponent.html":{}}}],["public",{"_index":2581,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{}}}],["publish",{"_index":4692,"title":{},"body":{"license.html":{}}}],["publishing",{"_index":4095,"title":{},"body":{"changelog.html":{}}}],["publishreplay",{"_index":1228,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["publishreplay(1",{"_index":1282,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["purpose",{"_index":4713,"title":{},"body":{"license.html":{}}}],["pushed",{"_index":4230,"title":{},"body":{"changelog.html":{}}}],["px",{"_index":2324,"title":{},"body":{"classes/InitializationState.html":{}}}],["python",{"_index":4033,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["qs",{"_index":4589,"title":{},"body":{"dependencies.html":{}}}],["qualitative",{"_index":4351,"title":{},"body":{"changelog.html":{}}}],["quality",{"_index":4001,"title":{},"body":{"changelog.html":{}}}],["queries",{"_index":1250,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["query",{"_index":1272,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["querydata",{"_index":1276,"title":{},"body":{"interfaces/DataStateModel.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["querydata(query",{"_index":4623,"title":{},"body":{"miscellaneous/functions.html":{}}}],["querying",{"_index":1268,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["querylist",{"_index":1000,"title":{},"body":{"components/ContainerComponent.html":{}}}],["querystatus",{"_index":1352,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["question",{"_index":812,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["quickly",{"_index":4332,"title":{},"body":{"changelog.html":{}}}],["radio",{"_index":3314,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["radius",{"_index":769,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{}}}],["radius(state",{"_index":3556,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["radius.tofixed(1",{"_index":2942,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["radiuschange",{"_index":3453,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["radiussettings",{"_index":2851,"title":{"interfaces/RadiusSettings.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["radiussettings(state",{"_index":3558,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["radiussettings?.defaultvalue",{"_index":2945,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["range",{"_index":1817,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["rangelabel",{"_index":1808,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["rank",{"_index":863,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"miscellaneous/variables.html":{}}}],["rank']).concat(otherblocks",{"_index":2490,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["rc.1",{"_index":4357,"title":{},"body":{"changelog.html":{}}}],["rdf",{"_index":4591,"title":{},"body":{"dependencies.html":{}}}],["rdfjs",{"_index":4522,"title":{},"body":{"dependencies.html":{}}}],["rdfjs/data",{"_index":4541,"title":{},"body":{"dependencies.html":{}}}],["rdfxml",{"_index":4593,"title":{},"body":{"dependencies.html":{}}}],["reactiveformsmodule",{"_index":2676,"title":{},"body":{"modules/OntologySearchModule.html":{}}}],["read",{"_index":1874,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["readable",{"_index":4595,"title":{},"body":{"dependencies.html":{}}}],["readonly",{"_index":14,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{}}}],["ready",{"_index":1212,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["real",{"_index":4369,"title":{},"body":{"changelog.html":{}}}],["really",{"_index":2864,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["reallyupdatespatialsearch",{"_index":2863,"title":{"classes/ReallyUpdateSpatialSearch.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["reason",{"_index":3665,"title":{},"body":{"modules/StoreModule.html":{}}}],["receive",{"_index":1089,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{}}}],["receiving",{"_index":2507,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["record",{"_index":899,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["rectify",{"_index":4125,"title":{},"body":{"changelog.html":{}}}],["reduce",{"_index":4222,"title":{},"body":{"changelog.html":{}}}],["reduction",{"_index":4075,"title":{},"body":{"changelog.html":{}}}],["refcount",{"_index":1229,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["reference",{"_index":978,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"injectables/OntologySearchService.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["referenceorgan",{"_index":3448,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["referenceorgan.name",{"_index":3489,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["referenceorganentities",{"_index":3094,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["referenceorganentities(state",{"_index":3105,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["referenceorgans",{"_index":2857,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["referenceorgans(state",{"_index":3108,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["referenceorgans.filter((o",{"_index":2897,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["referenceorgans.find(item",{"_index":2963,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["references",{"_index":1111,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["referencing",{"_index":3795,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["refernced",{"_index":4150,"title":{},"body":{"changelog.html":{}}}],["reforgandata",{"_index":3188,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["reforgans",{"_index":372,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["reforgans.has(node.reference_organ",{"_index":3198,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["refresh",{"_index":2046,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"changelog.html":{}}}],["refreshclicked",{"_index":2177,"title":{},"body":{"components/HeaderComponent.html":{}}}],["refreshes",{"_index":2005,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["refreshfilters",{"_index":1978,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["regions",{"_index":4412,"title":{},"body":{"changelog.html":{}}}],["register",{"_index":1473,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"dependencies.html":{}}}],["registered",{"_index":1477,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["registericon",{"_index":2239,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registericon(definition",{"_index":2236,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registericonimpl",{"_index":2263,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registericonimpl(definition",{"_index":2240,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registering",{"_index":2216,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registers",{"_index":2233,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registration",{"_index":1466,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{},"index.html":{}}}],["registrations",{"_index":4212,"title":{},"body":{"changelog.html":{}}}],["registrations#1",{"_index":4020,"title":{},"body":{"changelog.html":{}}}],["registry",{"_index":2223,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registry.state",{"_index":3661,"title":{},"body":{"modules/StoreModule.html":{}}}],["registry.state.ts",{"_index":2215,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{}}}],["registry.state.ts:114",{"_index":2269,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:134",{"_index":2267,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:43",{"_index":2265,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:74",{"_index":2270,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:84",{"_index":2271,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry/default",{"_index":1458,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registry/icon",{"_index":2214,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/StoreModule.html":{},"coverage.html":{}}}],["registry[methodname",{"_index":2247,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["regular",{"_index":1374,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["related",{"_index":4250,"title":{},"body":{"changelog.html":{}}}],["relative",{"_index":1069,"title":{},"body":{"components/ContainerComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["release",{"_index":4028,"title":{},"body":{"changelog.html":{}}}],["relevant",{"_index":3020,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["reliability",{"_index":4284,"title":{},"body":{"changelog.html":{}}}],["reload",{"_index":3943,"title":{},"body":{"components/ViewerComponent.html":{}}}],["reloads",{"_index":4184,"title":{},"body":{"changelog.html":{}}}],["rem",{"_index":2049,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["remoteapiendpoint",{"_index":548,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["remove",{"_index":44,"title":{},"body":{"classes/AddSearch.html":{},"components/CheckboxComponent.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"injectables/ThemingService.html":{}}}],["removebox",{"_index":2080,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["removeclass",{"_index":3758,"title":{},"body":{"injectables/ThemingService.html":{}}}],["removed",{"_index":4168,"title":{},"body":{"changelog.html":{}}}],["removed/deleted",{"_index":1998,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["removeitem",{"_index":3328,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["removes",{"_index":3723,"title":{},"body":{"injectables/ThemingService.html":{},"changelog.html":{}}}],["removesearch",{"_index":43,"title":{"classes/RemoveSearch.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"coverage.html":{}}}],["removesearch(ctx",{"_index":3337,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["removespatialsearch",{"_index":263,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["render",{"_index":2088,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["renderer",{"_index":3752,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer2",{"_index":3740,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer[methodname](overlay",{"_index":3760,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer[methodname](root",{"_index":3759,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rendering",{"_index":2990,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["repeat",{"_index":1230,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/HeaderComponent.html":{}}}],["repeat(1000",{"_index":1394,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["replay",{"_index":1270,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["replaysubject",{"_index":199,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["replaysubject(1",{"_index":331,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["replaysubject>(1",{"_index":1306,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["repository",{"_index":1283,"title":{},"body":{"interfaces/DataStateModel.html":{},"index.html":{}}}],["required",{"_index":4324,"title":{},"body":{"changelog.html":{}}}],["reset",{"_index":78,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"classes/GenerateSpatialSearch.html":{},"modules/HeaderModule.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"classes/UpdateSpatialSearch.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}],["resetposition",{"_index":2164,"title":{"classes/ResetPosition.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["resetposition(ctx",{"_index":2929,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["resetradius",{"_index":2166,"title":{"classes/ResetRadius.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["resetradius(ctx",{"_index":2944,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["resets",{"_index":406,"title":{},"body":{"interfaces/AppOptions.html":{},"components/HeaderComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["resetsphere",{"_index":3454,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["resettheme",{"_index":3717,"title":{},"body":{"injectables/ThemingService.html":{}}}],["resetview",{"_index":424,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["resolve",{"_index":2276,"title":{},"body":{"classes/InitializationState.html":{}}}],["resolved",{"_index":4235,"title":{},"body":{"changelog.html":{}}}],["resolves",{"_index":1017,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["respond",{"_index":4198,"title":{},"body":{"changelog.html":{}}}],["responsible",{"_index":2683,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["restriction",{"_index":4687,"title":{},"body":{"license.html":{}}}],["result",{"_index":1373,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["result.ts",{"_index":2429,"title":{},"body":{"interfaces/ListResult.html":{},"coverage.html":{}}}],["resultlabel",{"_index":3004,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["results",{"_index":51,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["results.state",{"_index":226,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["results.state.ts",{"_index":2431,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"coverage.html":{}}}],["results.state.ts:29",{"_index":2459,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:30",{"_index":2457,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:34",{"_index":2455,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:37",{"_index":2440,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:57",{"_index":2452,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:61",{"_index":2450,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:65",{"_index":2445,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:69",{"_index":2447,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:73",{"_index":2453,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results.state.ts:80",{"_index":2448,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["results/list",{"_index":225,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{}}}],["results_browser",{"_index":3045,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["resultsbrowser",{"_index":2989,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["resultsbrowsercomponent",{"_index":678,"title":{"components/ResultsBrowserComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["resultsbrowseritems",{"_index":2995,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["resultsbrowsermodule",{"_index":73,"title":{"modules/ResultsBrowserModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ResultsBrowserModule.html":{},"modules.html":{},"overview.html":{}}}],["return",{"_index":309,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["returns",{"_index":85,"title":{},"body":{"modules/AppModule.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{}}}],["reuse",{"_index":1372,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["reverse",{"_index":2055,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/RunSpatialSearchComponent.html":{}}}],["rgb",{"_index":875,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"dependencies.html":{}}}],["rgba",{"_index":864,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["rgba(0",{"_index":1664,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["rgba[3",{"_index":892,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"miscellaneous/variables.html":{}}}],["right",{"_index":413,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["right.closeexpanded",{"_index":421,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["right.open",{"_index":420,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["right.px",{"_index":1087,"title":{},"body":{"components/ContentComponent.html":{}}}],["right.svg",{"_index":1495,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["rightmargin",{"_index":1080,"title":{},"body":{"components/ContentComponent.html":{}}}],["rights",{"_index":4689,"title":{},"body":{"license.html":{}}}],["ripple",{"_index":3316,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["ripple::before",{"_index":1755,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["root",{"_index":114,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"classes/DataStateSelectors.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["root'},{'name",{"_index":648,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["root_states",{"_index":3663,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rootelement",{"_index":500,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["rootnode",{"_index":2685,"title":{},"body":{"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["rootnode.children",{"_index":2806,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["rootnode.children].map(option",{"_index":2808,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["rotates",{"_index":4186,"title":{},"body":{"changelog.html":{}}}],["round",{"_index":4273,"title":{},"body":{"changelog.html":{}}}],["rounded",{"_index":4287,"title":{},"body":{"changelog.html":{}}}],["route",{"_index":4067,"title":{},"body":{"changelog.html":{}}}],["row",{"_index":2054,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["ru/cdk",{"_index":4506,"title":{},"body":{"dependencies.html":{}}}],["ru/common",{"_index":4508,"title":{},"body":{"dependencies.html":{}}}],["ru/common/typings",{"_index":2719,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["ru/common/typings/immutability",{"_index":866,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ResultsBrowserComponent.html":{}}}],["ru/ngxs",{"_index":3652,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ru/ngxs/decorators",{"_index":870,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ru/ngxs/repositories",{"_index":872,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rui",{"_index":3998,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["rui_locations.jsonld",{"_index":4086,"title":{},"body":{"changelog.html":{}}}],["run",{"_index":681,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["running",{"_index":1255,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/enumerations.html":{}}}],["runspatialsearchcomponent",{"_index":680,"title":{"components/RunSpatialSearchComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["runspatialsearchmodule",{"_index":74,"title":{"modules/RunSpatialSearchModule.html":{}},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules.html":{},"overview.html":{}}}],["runtime",{"_index":1465,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["rxjs",{"_index":201,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{},"dependencies.html":{}}}],["rxjs/internal/observable",{"_index":2801,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["rxjs/operators",{"_index":203,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["rxjsfilter",{"_index":1227,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["rxjsfilter((status",{"_index":1286,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["s",{"_index":3596,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["safedef",{"_index":2229,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["safehtml",{"_index":2217,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["saferesourceurl",{"_index":2218,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{}}}],["safeurl",{"_index":3931,"title":{},"body":{"components/ViewerComponent.html":{}}}],["sample",{"_index":3763,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{},"index.html":{}}}],["samples",{"_index":3928,"title":{},"body":{"components/ViewerComponent.html":{},"changelog.html":{}}}],["sanitize",{"_index":2226,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["sanitized",{"_index":1468,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/ViewerComponent.html":{}}}],["sanitizer",{"_index":2225,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{}}}],["sanitizer.bypasssecuritytrusthtml(html",{"_index":2231,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["sanitizer.bypasssecuritytrustresourceurl(url",{"_index":2230,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{}}}],["sans",{"_index":2203,"title":{},"body":{"components/HeaderComponent.html":{}}}],["sass:math",{"_index":1938,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["saved",{"_index":2009,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["saver",{"_index":4563,"title":{},"body":{"dependencies.html":{}}}],["scaffolding",{"_index":4386,"title":{},"body":{"changelog.html":{}}}],["scene",{"_index":345,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"classes/GenerateSpatialSearch.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{}}}],["scene(state",{"_index":3561,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["scene.filter(node",{"_index":3194,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scene.setselectedreferenceorganswithdefaults(reforgans",{"_index":373,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["scene/scene.state",{"_index":2850,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{}}}],["scenebounds",{"_index":3390,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["scenebounds(organentity",{"_index":3563,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["scenedata",{"_index":1328,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["scenedata(filter",{"_index":1433,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["scenedataquerystatus",{"_index":1297,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["scenenodeclicked",{"_index":3095,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scenenodeclicked(undefined",{"_index":3110,"title":{},"body":{"injectables/SceneState.html":{}}}],["scenenodehovered",{"_index":3096,"title":{},"body":{"injectables/SceneState.html":{}}}],["scenenodehovered(node",{"_index":3114,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scenenodeunhover",{"_index":3097,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scenestate",{"_index":227,"title":{"injectables/SceneState.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["scenestate.referenceorganentities",{"_index":2867,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["scenestatemodel",{"_index":3106,"title":{"interfaces/SceneStateModel.html":{}},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{}}}],["scenetarget",{"_index":3391,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["scenetarget(organentity",{"_index":3565,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["scheduled",{"_index":4236,"title":{},"body":{"changelog.html":{}}}],["schema",{"_index":4389,"title":{},"body":{"changelog.html":{}}}],["scheme",{"_index":396,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["schemes",{"_index":4352,"title":{},"body":{"changelog.html":{}}}],["science",{"_index":4667,"title":{},"body":{"index.html":{}}}],["scroll",{"_index":3038,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["scrollbar",{"_index":2666,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["scrolled",{"_index":3040,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["scrollheight",{"_index":3051,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["scrolling",{"_index":1071,"title":{},"body":{"components/ContainerComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["scrollingmodule",{"_index":3070,"title":{},"body":{"modules/ResultsBrowserModule.html":{}}}],["scrolltop",{"_index":3052,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["search",{"_index":8,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["search'},{'name",{"_index":673,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["search.component",{"_index":2680,"title":{},"body":{"modules/OntologySearchModule.html":{},"modules/RunSpatialSearchModule.html":{}}}],["search.component.html",{"_index":2577,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{}}}],["search.component.scss",{"_index":2576,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{}}}],["search.component.ts",{"_index":2573,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"coverage.html":{}}}],["search.component.ts:107",{"_index":2610,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:23",{"_index":2593,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{}}}],["search.component.ts:29",{"_index":2594,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:30",{"_index":3078,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["search.component.ts:34",{"_index":2623,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:40",{"_index":2620,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:45",{"_index":2590,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:53",{"_index":2626,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:60",{"_index":2604,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:78",{"_index":2598,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:88",{"_index":2614,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.component.ts:98",{"_index":2618,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.detached",{"_index":2663,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["search.module",{"_index":139,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySelectionModule.html":{}}}],["search.module.ts",{"_index":2674,"title":{},"body":{"modules/OntologySearchModule.html":{},"modules/RunSpatialSearchModule.html":{}}}],["search.service",{"_index":2631,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["search.service.ts",{"_index":2682,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"coverage.html":{}}}],["search.service.ts:100",{"_index":2705,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:111",{"_index":2695,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:128",{"_index":2701,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:30",{"_index":2718,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:31",{"_index":2717,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:34",{"_index":2714,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:37",{"_index":2716,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:39",{"_index":2711,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:50",{"_index":2692,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search.service.ts:63",{"_index":2707,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["search/ontology",{"_index":2568,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"interfaces/SearchResult.html":{},"coverage.html":{}}}],["search/run",{"_index":138,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"coverage.html":{}}}],["searched",{"_index":2607,"title":{},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searches",{"_index":49,"title":{},"body":{"classes/AddSearch.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"interfaces/SearchResult.html":{},"classes/SetSelectedSearches.html":{},"classes/SpatialSearchFilterSelectors.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["searches(items",{"_index":3370,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["searches.concat(search",{"_index":2970,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["searching",{"_index":2575,"title":{},"body":{"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["searchresult",{"_index":2597,"title":{"interfaces/SearchResult.html":{}},"body":{"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"coverage.html":{}}}],["searchresults",{"_index":2728,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searchresults.get(node.id",{"_index":2732,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searchresults.set(node.id",{"_index":2733,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searchservice",{"_index":2591,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["searchvalue",{"_index":2694,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["searchvalue.length",{"_index":2743,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["section",{"_index":703,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["section.description",{"_index":1645,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["section.label",{"_index":1644,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["section.sectionnumber",{"_index":3880,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["sectionnumber",{"_index":3878,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["sectionnumber).length",{"_index":3881,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["sections",{"_index":3871,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["see",{"_index":4004,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["select",{"_index":189,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"changelog.html":{}}}],["select(datastateselectors.anatomicalstructurestreemodel",{"_index":257,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["select(datastateselectors.biomarkerstreemodel",{"_index":258,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["select(datastateselectors.celltypestreemodel",{"_index":255,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["select(spatialsearchfilterselectors.items",{"_index":260,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["select(spatialsearchuiselectors.anatomicalstructures",{"_index":3404,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.celltypes",{"_index":3406,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.defaultposition",{"_index":3408,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.organ",{"_index":3253,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.organs",{"_index":3250,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.position",{"_index":3415,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.radius",{"_index":3417,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.radiussettings",{"_index":3419,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.scene",{"_index":3425,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.scenebounds",{"_index":3426,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.scenetarget",{"_index":3428,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.sex",{"_index":3255,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["select(spatialsearchuiselectors.tissueblocks",{"_index":3431,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["selectable",{"_index":1680,"title":{},"body":{"components/DonorCardComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["selectablesearches",{"_index":261,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selected",{"_index":48,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetSelectedSearches.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["selected(ontologynode",{"_index":2779,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selected/deselected",{"_index":2000,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["selectedanatomicalstructures",{"_index":3148,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedbyids",{"_index":3342,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["selectedbyids.get(item.id",{"_index":3347,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["selecteditems",{"_index":718,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["selectedorgan",{"_index":3230,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["selectedorgans",{"_index":176,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedreferenceorgans",{"_index":3093,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedsearches",{"_index":3366,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selectedsearches(items",{"_index":3373,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selectedset",{"_index":3207,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedset.has(id",{"_index":3211,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["selectedsexes",{"_index":2036,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["selectedsexes.has(currentsex",{"_index":2041,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["selectedsexes.size",{"_index":2040,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["selectedtoggleoptions",{"_index":287,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selectedtypes",{"_index":2777,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selectedtypes.includes(this.biomarkerlabelmap.get(node.parent",{"_index":2817,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selecting",{"_index":1726,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"changelog.html":{}}}],["selection",{"_index":212,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["selection'},{'name",{"_index":675,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["selection.component",{"_index":2828,"title":{},"body":{"modules/OntologySelectionModule.html":{}}}],["selection.component.html",{"_index":2753,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.scss",{"_index":2752,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts",{"_index":2750,"title":{},"body":{"components/OntologySelectionComponent.html":{},"coverage.html":{}}}],["selection.component.ts:101",{"_index":2776,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:25",{"_index":2799,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:30",{"_index":2765,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:35",{"_index":2770,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:40",{"_index":2771,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:47",{"_index":2767,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:49",{"_index":2764,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:50",{"_index":2768,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:52",{"_index":2769,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:57",{"_index":2772,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:59",{"_index":2793,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:61",{"_index":2792,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:62",{"_index":2795,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:63",{"_index":2797,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:64",{"_index":2796,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:65",{"_index":2763,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:72",{"_index":2794,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:85",{"_index":2778,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.component.ts:96",{"_index":2780,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["selection.id",{"_index":451,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selection.label",{"_index":468,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selection.module",{"_index":2570,"title":{},"body":{"modules/OntologyExplorationModule.html":{}}}],["selection.module.ts",{"_index":2827,"title":{},"body":{"modules/OntologySelectionModule.html":{}}}],["selection.ts",{"_index":2748,"title":{},"body":{"interfaces/OntologySelection.html":{},"coverage.html":{}}}],["selection/deselection",{"_index":3032,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["selection/ontology",{"_index":2569,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"coverage.html":{}}}],["selectionchange",{"_index":720,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["selectionchanged",{"_index":1722,"title":{},"body":{"components/DropdownComponent.html":{}}}],["selectionchanged(value",{"_index":1732,"title":{},"body":{"components/DropdownComponent.html":{}}}],["selectionlabel",{"_index":286,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selections",{"_index":794,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["selectionstring",{"_index":466,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["selectlistresult",{"_index":2436,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["selectlistresult(result",{"_index":2449,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["selector",{"_index":245,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/DataStateSelectors.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"classes/SpatialSearchFilterSelectors.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["selector(['datastate",{"_index":1442,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["selector(['spatialsearchfilterstate",{"_index":3368,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selector(['spatialsearchuistate",{"_index":3537,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{}}}],["selector(['undefined",{"_index":3371,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["selector([datastate",{"_index":1451,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["selector([spatialsearchfilterselectors.items",{"_index":3376,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selector([spatialsearchfilterstate",{"_index":3375,"title":{},"body":{"classes/SpatialSearchFilterSelectors.html":{}}}],["selector([spatialsearchuiselectors.organid",{"_index":3574,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["selector([spatialsearchuiselectors.sex",{"_index":3578,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["selector([spatialsearchuistate",{"_index":2866,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["selector([spatialsearchuistate.organentity",{"_index":3601,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["selectoroptions",{"_index":3672,"title":{},"body":{"modules/StoreModule.html":{}}}],["selectors",{"_index":3799,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["selects",{"_index":1620,"title":{},"body":{"components/DonorCardComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{}}}],["selecttoken",{"_index":1580,"title":{},"body":{"injectables/DelegateDataSourceService.html":{}}}],["selecttoken(config",{"_index":1578,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["sell",{"_index":4696,"title":{},"body":{"license.html":{}}}],["semantic",{"_index":4408,"title":{},"body":{"changelog.html":{}}}],["send",{"_index":974,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/functions.html":{}}}],["sendcompletedto",{"_index":4457,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["sendcompletedto(subject",{"_index":1264,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["sendcompletedto(this._aggregatedataquerystatus",{"_index":1317,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._biomarkertermoccurencesdataquerystatus",{"_index":1324,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._celltypetermoccurencesdataquerystatus",{"_index":1327,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._ontologytermoccurencesdataquerystatus",{"_index":1321,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._providerfilterquerystatus",{"_index":1338,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._scenedataquerystatus",{"_index":1330,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._technologyfilterquerystatus",{"_index":1334,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sendcompletedto(this._tissueblockdataquerystatus",{"_index":1313,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sender",{"_index":2497,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sending",{"_index":2403,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sending/receiving",{"_index":2374,"title":{},"body":{"classes/InitializationState.html":{}}}],["sendmessage",{"_index":2544,"title":{},"body":{"classes/MessageChannel.html":{}}}],["sendmessage(payload",{"_index":2512,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sends",{"_index":1262,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"miscellaneous/functions.html":{}}}],["sendtoggle",{"_index":2404,"title":{},"body":{"classes/InitializationState.html":{}}}],["sennet",{"_index":4103,"title":{},"body":{"changelog.html":{}}}],["sensitive",{"_index":4019,"title":{},"body":{"changelog.html":{}}}],["sent",{"_index":1158,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/typealiases.html":{}}}],["serif",{"_index":2204,"title":{},"body":{"components/HeaderComponent.html":{}}}],["server",{"_index":4392,"title":{},"body":{"changelog.html":{}}}],["service",{"_index":806,"title":{},"body":{"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["service.initialize(location",{"_index":3743,"title":{},"body":{"injectables/ThemingService.html":{}}}],["services/data",{"_index":1191,"title":{},"body":{"modules/CoreModule.html":{}}}],["services/message/message.service",{"_index":1162,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{}}}],["services/theming/theming.module",{"_index":1194,"title":{},"body":{"modules/CoreModule.html":{}}}],["set",{"_index":47,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"classes/MoveToNode.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"injectables/ThemingService.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["set((state.tissueblocks",{"_index":3590,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["set(items.map(item",{"_index":2037,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["set(reforgandata.filter(o",{"_index":3191,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["set(reforgans.map(o",{"_index":3177,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["set(selected?.length",{"_index":3208,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["set(selectedorgans.map(o",{"_index":3190,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setexecutesearchongenerate",{"_index":2100,"title":{"classes/SetExecuteSearchOnGenerate.html":{}},"body":{"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setexecutesearchongenerate(ctx",{"_index":2974,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setexecutesearchongenerate(false",{"_index":2106,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["setexecutesearchongenerate(true",{"_index":2107,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["setlistresults",{"_index":2437,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["setlistresults(@payload('listresults",{"_index":2467,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["setlistresults(listresults",{"_index":2451,"title":{},"body":{"injectables/ListResultsState.html":{}}}],["setorgan",{"_index":2159,"title":{"classes/SetOrgan.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setorgan(ctx",{"_index":2903,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setorgan(organid",{"_index":2901,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setposition",{"_index":2161,"title":{"classes/SetPosition.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setposition(ctx",{"_index":2925,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setposition(position",{"_index":2938,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setradius",{"_index":2165,"title":{"classes/SetRadius.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setradius(ctx",{"_index":2940,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setreferenceorganentities",{"_index":3098,"title":{},"body":{"injectables/SceneState.html":{}}}],["setreferenceorganentities(@payload('referenceorganentities",{"_index":3155,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setreferenceorganentities(referenceorganentities",{"_index":3117,"title":{},"body":{"injectables/SceneState.html":{}}}],["setreferenceorgans",{"_index":3099,"title":{},"body":{"injectables/SceneState.html":{}}}],["setreferenceorgans(@payload('referenceorgans",{"_index":3154,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setreferenceorgans(referenceorgans",{"_index":3121,"title":{},"body":{"injectables/SceneState.html":{}}}],["setrootelement",{"_index":504,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["setrootelement(el",{"_index":507,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["sets",{"_index":389,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{}}}],["setscene",{"_index":3100,"title":{},"body":{"injectables/SceneState.html":{}}}],["setscene(@payload('scene",{"_index":3156,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setscene(scene",{"_index":3123,"title":{},"body":{"injectables/SceneState.html":{}}}],["setselectedreferenceorgans",{"_index":3101,"title":{},"body":{"injectables/SceneState.html":{}}}],["setselectedreferenceorgans(@payload('selectedreferenceorgans",{"_index":3153,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setselectedreferenceorgans(selectedreferenceorgans",{"_index":3126,"title":{},"body":{"injectables/SceneState.html":{}}}],["setselectedreferenceorganswithdefaults",{"_index":3102,"title":{},"body":{"injectables/SceneState.html":{}}}],["setselectedreferenceorganswithdefaults(organs",{"_index":3128,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["setselectedsearches",{"_index":46,"title":{"classes/SetSelectedSearches.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"coverage.html":{}}}],["setselectedsearches(ctx",{"_index":3341,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["setsex",{"_index":2158,"title":{"classes/SetSex.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["setsex(ctx",{"_index":2889,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["setsex(sex",{"_index":2886,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["settheme",{"_index":3718,"title":{},"body":{"injectables/ThemingService.html":{}}}],["settheme(theme",{"_index":3734,"title":{},"body":{"injectables/ThemingService.html":{}}}],["settimeout",{"_index":2376,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["setting",{"_index":3462,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"modules/StoreModule.html":{}}}],["settings",{"_index":1975,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{}}}],["settreemodel",{"_index":2691,"title":{},"body":{"injectables/OntologySearchService.html":{}}}],["settreemodel(treemodel",{"_index":2710,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["setup",{"_index":4208,"title":{},"body":{"changelog.html":{}}}],["sex",{"_index":18,"title":{},"body":{"classes/AddSearch.html":{},"components/AppWebComponent.html":{},"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["sex(state",{"_index":3567,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["sex.charat(0).touppercase",{"_index":3487,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["sex.slice(1",{"_index":3488,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["sexes",{"_index":4315,"title":{},"body":{"changelog.html":{}}}],["sexoptions",{"_index":611,"title":{},"body":{"components/AppWebComponent.html":{}}}],["sexoptions.includes(val",{"_index":619,"title":{},"body":{"components/AppWebComponent.html":{}}}],["sex}_${shortorgan",{"_index":2884,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["shadow",{"_index":1251,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["shall",{"_index":4703,"title":{},"body":{"license.html":{}}}],["shared",{"_index":111,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"modules/FiltersContentModule.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["shared/analytics",{"_index":197,"title":{},"body":{"interfaces/AppOptions.html":{},"modules/CoreModule.html":{}}}],["shared/components/button",{"_index":145,"title":{},"body":{"modules/AppModule.html":{},"modules/OntologyTreeModule.html":{}}}],["shared/components/checkbox/checkbox.module",{"_index":2073,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["shared/components/drawer/drawer.module",{"_index":133,"title":{},"body":{"modules/AppModule.html":{}}}],["shared/components/drawer/drawer/drawer.component",{"_index":236,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["shared/components/dropdown/dropdown.module",{"_index":2074,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["shared/components/dual",{"_index":134,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{}}}],["shared/components/run",{"_index":137,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{}}}],["shared/components/spatial",{"_index":36,"title":{},"body":{"classes/AddSearch.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["shared/components/spinner",{"_index":140,"title":{},"body":{"modules/AppModule.html":{}}}],["shared/components/thumbnail",{"_index":1701,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["shared/components/viewer/viewer.module",{"_index":143,"title":{},"body":{"modules/AppModule.html":{}}}],["shared/src/lib/components/body",{"_index":205,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["shared/src/public",{"_index":3659,"title":{},"body":{"modules/StoreModule.html":{}}}],["shared/web",{"_index":571,"title":{},"body":{"components/AppWebComponent.html":{}}}],["sharing",{"_index":1269,"title":{},"body":{"interfaces/DataStateModel.html":{},"miscellaneous/functions.html":{}}}],["shortest",{"_index":4569,"title":{},"body":{"dependencies.html":{}}}],["shortorgan",{"_index":2879,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["show",{"_index":1783,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["showing",{"_index":4338,"title":{},"body":{"changelog.html":{}}}],["shown",{"_index":1869,"title":{},"body":{"components/DualSliderComponent.html":{},"changelog.html":{}}}],["shows",{"_index":4139,"title":{},"body":{"changelog.html":{}}}],["showtoggle",{"_index":2760,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["side",{"_index":1112,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["sidebar",{"_index":3506,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["sides",{"_index":4316,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":4202,"title":{},"body":{"changelog.html":{}}}],["simple",{"_index":4159,"title":{},"body":{"changelog.html":{}}}],["simplechanges",{"_index":1842,"title":{},"body":{"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ViewerComponent.html":{}}}],["simplifies",{"_index":4207,"title":{},"body":{"changelog.html":{}}}],["single",{"_index":2511,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["site",{"_index":2170,"title":{},"body":{"components/HeaderComponent.html":{},"components/ViewerComponent.html":{}}}],["sites",{"_index":4145,"title":{},"body":{"changelog.html":{}}}],["six",{"_index":851,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["sizable",{"_index":4283,"title":{},"body":{"changelog.html":{}}}],["size",{"_index":744,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["skin",{"_index":1536,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["skin.svg",{"_index":1537,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["skipself",{"_index":1186,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["slide",{"_index":3812,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["slideinhorizontaldropdown",{"_index":1746,"title":{},"body":{"components/DropdownComponent.html":{}}}],["slideinhorizontalslider",{"_index":1948,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider",{"_index":1784,"title":{},"body":{"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"dependencies.html":{}}}],["slider's",{"_index":1851,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider'},{'name",{"_index":666,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["slider.component",{"_index":1970,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["slider.component.html",{"_index":1787,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.scss",{"_index":1786,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts",{"_index":1782,"title":{},"body":{"components/DualSliderComponent.html":{},"coverage.html":{}}}],["slider.component.ts:124",{"_index":1843,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:138",{"_index":1858,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:154",{"_index":1845,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:167",{"_index":1826,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:186",{"_index":1862,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:203",{"_index":1860,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:214",{"_index":1839,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:228",{"_index":1856,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:245",{"_index":1850,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:25",{"_index":1879,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:31",{"_index":1875,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:36",{"_index":1814,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:41",{"_index":1818,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:46",{"_index":1816,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:51",{"_index":1821,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:56",{"_index":1868,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:61",{"_index":1871,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:66",{"_index":1870,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:71",{"_index":1865,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:76",{"_index":1864,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:81",{"_index":1881,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:92",{"_index":1872,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.component.ts:97",{"_index":1810,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.detached",{"_index":1950,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider.module",{"_index":136,"title":{},"body":{"modules/AppModule.html":{},"modules/FiltersContentModule.html":{}}}],["slider.module.ts",{"_index":1965,"title":{},"body":{"modules/DualSliderModule.html":{}}}],["slider.wrapper",{"_index":1942,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slider/dual",{"_index":135,"title":{},"body":{"modules/AppModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"coverage.html":{}}}],["slider/ngx",{"_index":1887,"title":{},"body":{"components/DualSliderComponent.html":{},"dependencies.html":{}}}],["slidervaluechanged",{"_index":1802,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["slidesoffsetafter",{"_index":3787,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["slidesoffsetbefore",{"_index":3785,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["slidesperview",{"_index":3788,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["slightly",{"_index":4123,"title":{},"body":{"changelog.html":{}}}],["slow",{"_index":4219,"title":{},"body":{"changelog.html":{}}}],["small",{"_index":1538,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["snackbar",{"_index":346,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["snackbar.dismiss",{"_index":383,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["snapshot",{"_index":1370,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["software",{"_index":4628,"title":{},"body":{"index.html":{},"license.html":{}}}],["solid",{"_index":758,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["solved",{"_index":4278,"title":{},"body":{"changelog.html":{}}}],["sometimes",{"_index":4329,"title":{},"body":{"changelog.html":{}}}],["soon",{"_index":4099,"title":{},"body":{"changelog.html":{}}}],["sop",{"_index":4215,"title":{},"body":{"changelog.html":{}}}],["sort((node1",{"_index":2818,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["sortby",{"_index":2461,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySearchComponent.html":{}}}],["sortby(searchresults",{"_index":2641,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sortby(topblocks",{"_index":2489,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["sortbysynonymresult",{"_index":2585,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sortbysynonymresult(this",{"_index":2613,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sortlexically",{"_index":2586,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sortlexically(this",{"_index":2617,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sorts",{"_index":2615,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["source",{"_index":4,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"modules/CheckboxModule.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"modules/DropdownModule.html":{},"components/DualSliderComponent.html":{},"modules/DualSliderModule.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"modules/FiltersPopoverModule.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"modules/OntologyExplorationModule.html":{},"components/OntologySearchComponent.html":{},"modules/OntologySearchModule.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"modules/ResultsBrowserModule.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"injectables/WorkerDataSourceService.html":{}}}],["source.getbiomarkertermoccurences().pipe(take(1)).subscribe(biomarkertermsfulldata",{"_index":1380,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["source.getcelltypetermoccurences().pipe(take(1)).subscribe(celltypetermsfulldata",{"_index":1379,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["source.getontologytermoccurences().pipe(take(1)).subscribe(ontologytermsfulldata",{"_index":1378,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["source.pipe",{"_index":1279,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["source.service",{"_index":1193,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["source.service.ts",{"_index":1570,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{}}}],["source.service.ts:10",{"_index":3966,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["source.service.ts:18",{"_index":3968,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["source.service.ts:20",{"_index":1581,"title":{},"body":{"injectables/DelegateDataSourceService.html":{}}}],["source.service.ts:23",{"_index":3971,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["source.worker",{"_index":3977,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["source.worker.ts",{"_index":4443,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["source/data",{"_index":1192,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["source/worker",{"_index":3959,"title":{},"body":{"injectables/WorkerDataSourceService.html":{},"coverage.html":{}}}],["sources",{"_index":2524,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["sources.includes(msg.source",{"_index":2526,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["space",{"_index":1692,"title":{},"body":{"components/DonorCardComponent.html":{},"components/FiltersContentComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{}}}],["spacebetween",{"_index":3789,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["spacing",{"_index":2659,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sparc",{"_index":4211,"title":{},"body":{"changelog.html":{}}}],["sparql",{"_index":4040,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["spatial",{"_index":30,"title":{},"body":{"classes/AddSearch.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"modules/FiltersContentModule.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"modules/RunSpatialSearchModule.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["spatial_search_ui",{"_index":2883,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["spatialentity",{"_index":2844,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["spatialscenenode",{"_index":1219,"title":{},"body":{"interfaces/DataStateModel.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["spatialsearch",{"_index":21,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["spatialsearchconfigbehaviorcomponent",{"_index":682,"title":{"components/SpatialSearchConfigBehaviorComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spatialsearchconfigbehaviormodule",{"_index":3286,"title":{"modules/SpatialSearchConfigBehaviorModule.html":{}},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"modules.html":{},"overview.html":{}}}],["spatialsearchconfigcomponent",{"_index":685,"title":{"components/SpatialSearchConfigComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"modules/SpatialSearchConfigModule.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spatialsearchconfigmodule",{"_index":3291,"title":{"modules/SpatialSearchConfigModule.html":{}},"body":{"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules.html":{},"overview.html":{}}}],["spatialsearchdialog",{"_index":3239,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["spatialsearches",{"_index":1249,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"miscellaneous/variables.html":{}}}],["spatialsearchfilter",{"_index":3331,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["spatialsearchfilteritem",{"_index":39,"title":{"interfaces/SpatialSearchFilterItem.html":{}},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/RemoveSearch.html":{},"classes/SetSelectedSearches.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["spatialsearchfiltermodel",{"_index":3330,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"miscellaneous/typealiases.html":{}}}],["spatialsearchfilters",{"_index":1982,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["spatialsearchfilterselectors",{"_index":231,"title":{"classes/SpatialSearchFilterSelectors.html":{}},"body":{"interfaces/AppOptions.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/SpatialSearchFilterSelectors.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["spatialsearchfilterstate",{"_index":3332,"title":{"injectables/SpatialSearchFilterState.html":{}},"body":{"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["spatialsearchkeyboarduibehaviormodule",{"_index":3523,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["spatialsearchlistitem",{"_index":3326,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["spatialsearchlistmodule",{"_index":2072,"title":{},"body":{"modules/FiltersContentModule.html":{}}}],["spatialsearchremoved",{"_index":1986,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["spatialsearchscene",{"_index":2859,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["spatialsearchselected",{"_index":1987,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["spatialsearchui",{"_index":2154,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["spatialsearchuibehaviorcomponent",{"_index":687,"title":{"components/SpatialSearchUiBehaviorComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spatialsearchuibehaviormodule",{"_index":3438,"title":{"modules/SpatialSearchUiBehaviorModule.html":{}},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"modules.html":{},"overview.html":{}}}],["spatialsearchuicomponent",{"_index":689,"title":{"components/SpatialSearchUiComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spatialsearchuimodel",{"_index":2855,"title":{"interfaces/SpatialSearchUiModel.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["spatialsearchuimodule",{"_index":3443,"title":{"modules/SpatialSearchUiModule.html":{}},"body":{"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules.html":{},"overview.html":{}}}],["spatialsearchuiselectors",{"_index":3263,"title":{"classes/SpatialSearchUiSelectors.html":{}},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"coverage.html":{}}}],["spatialsearchuiselectors.position",{"_index":3585,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["spatialsearchuiselectors.radius",{"_index":3586,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["spatialsearchuiselectors.referenceorgans",{"_index":3575,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["spatialsearchuistate",{"_index":2865,"title":{"injectables/SpatialSearchUiState.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["spatialsearchuistate.organentity",{"_index":3534,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["spec",{"_index":4129,"title":{},"body":{"changelog.html":{}}}],["spec.yaml",{"_index":4647,"title":{},"body":{"index.html":{}}}],["specific",{"_index":1176,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["specification",{"_index":4646,"title":{},"body":{"index.html":{}}}],["specified",{"_index":2523,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["specifying",{"_index":2505,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["speed",{"_index":4074,"title":{},"body":{"changelog.html":{}}}],["sphere",{"_index":3456,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["spinal",{"_index":1539,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["spinner",{"_index":317,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{}}}],["spinneractive",{"_index":319,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["spinneroverlaycomponent",{"_index":691,"title":{"components/SpinnerOverlayComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"modules/SpinnerOverlayModule.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["spinneroverlaymodule",{"_index":75,"title":{"modules/SpinnerOverlayModule.html":{}},"body":{"modules/AppModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules.html":{},"overview.html":{}}}],["spinning",{"_index":4390,"title":{},"body":{"changelog.html":{}}}],["spleen",{"_index":1542,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["spleen.svg",{"_index":1543,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["sprint",{"_index":4239,"title":{},"body":{"changelog.html":{}}}],["stage",{"_index":4266,"title":{},"body":{"changelog.html":{}}}],["staging",{"_index":4109,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["standalone",{"_index":4275,"title":{},"body":{"changelog.html":{}}}],["standard",{"_index":4319,"title":{},"body":{"changelog.html":{}}}],["standards",{"_index":4394,"title":{},"body":{"changelog.html":{}}}],["star2",{"_index":4631,"title":{},"body":{"index.html":{}}}],["start",{"_index":1036,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DualSliderComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{}}}],["start?.expanded",{"_index":1145,"title":{},"body":{"components/ContentComponent.html":{}}}],["start?.opened",{"_index":1144,"title":{},"body":{"components/ContentComponent.html":{}}}],["startdrawers",{"_index":1059,"title":{},"body":{"components/ContainerComponent.html":{}}}],["startdrawers.length",{"_index":1063,"title":{},"body":{"components/ContainerComponent.html":{}}}],["startdrawers[0",{"_index":1067,"title":{},"body":{"components/ContainerComponent.html":{}}}],["started",{"_index":3988,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"changelog.html":{}}}],["startexpanded",{"_index":1143,"title":{},"body":{"components/ContentComponent.html":{}}}],["starting",{"_index":3459,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["starts",{"_index":3079,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"changelog.html":{}}}],["startspatialsearchflow",{"_index":2156,"title":{"classes/StartSpatialSearchFlow.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/RunSpatialSearchComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["startspatialsearchflow()).pipe",{"_index":3084,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["startspatialsearchflow(ctx",{"_index":2877,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["startup",{"_index":1463,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["startwith",{"_index":1023,"title":{},"body":{"components/ContainerComponent.html":{},"components/OntologySearchComponent.html":{}}}],["stat",{"_index":3057,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["stat.count",{"_index":3055,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["stat.label",{"_index":3056,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["state",{"_index":322,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["state('closed",{"_index":2316,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('collapsed",{"_index":2321,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('extended",{"_index":2325,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('false",{"_index":1121,"title":{},"body":{"components/ContentComponent.html":{}}}],["state('full",{"_index":2326,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('half",{"_index":2322,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('open",{"_index":2315,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('true",{"_index":1123,"title":{},"body":{"components/ContentComponent.html":{}}}],["state.anatomicalstructurestreemodel",{"_index":1453,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["state.biomarkerstreemodel",{"_index":1455,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["state.celltypestreemodel",{"_index":1454,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["state.defaultposition",{"_index":3582,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.filter",{"_index":1452,"title":{},"body":{"classes/DataStateSelectors.html":{}}}],["state.nodes[state.root",{"_index":2715,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["state.organid",{"_index":3573,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.organscene",{"_index":3593,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.position",{"_index":3581,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.radius",{"_index":3583,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.radiussettings",{"_index":3584,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.referenceorganentities",{"_index":3152,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["state.referenceorgans",{"_index":3151,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SpatialSearchUiSelectors.html":{}}}],["state.sex",{"_index":3572,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["state.tissueblocks",{"_index":3604,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["statechange",{"_index":2347,"title":{},"body":{"classes/InitializationState.html":{}}}],["statecontext",{"_index":2842,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["statements",{"_index":4427,"title":{},"body":{"coverage.html":{}}}],["staterepository",{"_index":869,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["states",{"_index":1105,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["states.every(state",{"_index":1261,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["static",{"_index":13,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"classes/DataStateSelectors.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"classes/SpatialSearchFilterSelectors.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{}}}],["stats",{"_index":2991,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["status",{"_index":1209,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/OntologySearchComponent.html":{}}}],["status.message",{"_index":1407,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["status.status",{"_index":1396,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["statusmessage",{"_index":1210,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["stay",{"_index":4424,"title":{},"body":{"changelog.html":{}}}],["step",{"_index":1912,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["still",{"_index":2087,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"changelog.html":{}}}],["stomach",{"_index":1544,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["stomach.svg",{"_index":1545,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["store",{"_index":443,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"modules/StoreModule.html":{},"interfaces/TermResult.html":{}}}],["store.dispatch(reallyupdatespatialsearch",{"_index":2875,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["store/store.module",{"_index":1195,"title":{},"body":{"modules/CoreModule.html":{}}}],["storemodule",{"_index":1181,"title":{"modules/StoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{},"modules.html":{},"overview.html":{}}}],["stories",{"_index":4383,"title":{},"body":{"changelog.html":{}}}],["strange",{"_index":3664,"title":{},"body":{"modules/StoreModule.html":{}}}],["stream",{"_index":4596,"title":{},"body":{"dependencies.html":{}}}],["streaming",{"_index":4594,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":20,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/functions.html":{}}}],["string)?.tolowercase",{"_index":2035,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["structure",{"_index":4246,"title":{},"body":{"changelog.html":{}}}],["structures",{"_index":270,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["style",{"_index":1116,"title":{},"body":{"components/ContentComponent.html":{},"components/DropdownComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["style.margin",{"_index":1085,"title":{},"body":{"components/ContentComponent.html":{}}}],["styled",{"_index":2191,"title":{},"body":{"components/HeaderComponent.html":{}}}],["styles",{"_index":710,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["styles.getpropertyvalue(property",{"_index":2370,"title":{},"body":{"classes/InitializationState.html":{}}}],["styleurls",{"_index":248,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["styling",{"_index":4156,"title":{},"body":{"changelog.html":{}}}],["sub",{"_index":244,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["subject",{"_index":876,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["subject.next(dataquerystate.completed",{"_index":1265,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["sublicense",{"_index":4694,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":1397,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["subscription",{"_index":1013,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["subscriptions",{"_index":964,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["substantial",{"_index":4704,"title":{},"body":{"license.html":{}}}],["successful",{"_index":2234,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["such",{"_index":1831,"title":{},"body":{"components/DualSliderComponent.html":{},"changelog.html":{}}}],["suffix",{"_index":2699,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["super",{"_index":1361,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["super(configstore",{"_index":632,"title":{},"body":{"components/AppWebComponent.html":{}}}],["super(globalconfig",{"_index":3973,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["super._createcontainer",{"_index":529,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["super.ngxsoninit",{"_index":2470,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["support",{"_index":4042,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["svg",{"_index":1472,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules.html":{}}}],["swiper",{"_index":3792,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"dependencies.html":{}}}],["swiper.use([navigation",{"_index":3841,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["swiper/angular",{"_index":3838,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["swiper/types",{"_index":3815,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["swipermodule",{"_index":3837,"title":{},"body":{"modules/ThumbnailCarouselModule.html":{}}}],["swiperoptions",{"_index":3783,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["switch",{"_index":1128,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{},"changelog.html":{}}}],["switched",{"_index":4289,"title":{},"body":{"changelog.html":{}}}],["switchmap",{"_index":1231,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/OntologySearchComponent.html":{}}}],["switchmap(query",{"_index":1280,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["switchmap(value",{"_index":2638,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["sync",{"_index":4187,"title":{},"body":{"changelog.html":{}}}],["syncexpanded(other",{"_index":2412,"title":{},"body":{"classes/InitializationState.html":{}}}],["syncs",{"_index":2409,"title":{},"body":{"classes/InitializationState.html":{}}}],["synonym",{"_index":2698,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["synonyms",{"_index":2616,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["t",{"_index":1277,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{}}}],["tab",{"_index":477,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["table",{"_index":4505,"title":{},"body":{"coverage.html":{}}}],["tables",{"_index":4117,"title":{},"body":{"changelog.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":4504,"title":{},"body":{"coverage.html":{}}}],["tagging",{"_index":4318,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1232,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{}}}],["take(1",{"_index":1393,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["takewhile",{"_index":1233,"title":{},"body":{"interfaces/DataStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["takewhile((status",{"_index":1395,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tap",{"_index":1234,"title":{},"body":{"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["tap((counts",{"_index":2896,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["tap((data",{"_index":2957,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["tap((organs",{"_index":3181,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["tap((organscene",{"_index":2919,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["tap((status",{"_index":1390,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tap(next",{"_index":1281,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tap(reforgans",{"_index":3173,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["tap(results",{"_index":2491,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["tap(scene",{"_index":3205,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["target",{"_index":1833,"title":{},"body":{"components/DualSliderComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["technologies",{"_index":1245,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["technology",{"_index":1331,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{}}}],["technologyfilter",{"_index":1348,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["technologyfilterdata",{"_index":1332,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["technologyfilterquerystatus",{"_index":1299,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["technologyfilters",{"_index":1983,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["telemetry",{"_index":4181,"title":{},"body":{"changelog.html":{}}}],["tells",{"_index":832,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["template",{"_index":539,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["templateurl",{"_index":246,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["term",{"_index":694,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["term.count",{"_index":3697,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["term.label",{"_index":3696,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["term.split('/').slice",{"_index":3613,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["termdata",{"_index":2761,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["termlist",{"_index":3685,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["termlist.length",{"_index":3695,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["termoccurrencelistcomponent",{"_index":693,"title":{"components/TermOccurrenceListComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"modules/TermOccurrenceListModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["termoccurrencelistmodule",{"_index":3515,"title":{"modules/TermOccurrenceListModule.html":{}},"body":{"modules/SpatialSearchUiModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules.html":{},"overview.html":{}}}],["termresult",{"_index":2853,"title":{"interfaces/TermResult.html":{}},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["terms",{"_index":1304,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/OntologySelectionComponent.html":{},"components/TermOccurrenceListComponent.html":{},"changelog.html":{}}}],["test",{"_index":1259,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["testing",{"_index":1257,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["text",{"_index":749,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/ResultsBrowserComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["theme",{"_index":155,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"injectables/ThemingService.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["thememode",{"_index":330,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["themes",{"_index":4102,"title":{},"body":{"changelog.html":{}}}],["theming",{"_index":344,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["theming.initialize(el",{"_index":351,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["theming.service",{"_index":3709,"title":{},"body":{"modules/ThemingModule.html":{}}}],["themingmodule",{"_index":1182,"title":{"modules/ThemingModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/ThemingModule.html":{},"modules.html":{},"overview.html":{}}}],["themingservice",{"_index":213,"title":{"injectables/ThemingService.html":{}},"body":{"interfaces/AppOptions.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"coverage.html":{},"overview.html":{}}}],["themingservice.initialize",{"_index":3710,"title":{},"body":{"modules/ThemingModule.html":{}}}],["themselves",{"_index":3797,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["thick",{"_index":1554,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thick.svg",{"_index":1555,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thin",{"_index":1556,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"miscellaneous/variables.html":{}}}],["thin.svg",{"_index":1557,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["things",{"_index":2473,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this._aggregatedataquerystatus$.next(dataquerystate.completed",{"_index":1364,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._aggregatedataquerystatus$.next(dataquerystate.running",{"_index":1422,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._aggregatedataquerystatus$.pipe(distinct",{"_index":1340,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._biomarkertermoccurencesdataquerystatus$.next(dataquerystate.running",{"_index":1431,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._biomarkertermoccurencesdataquerystatus$.pipe(distinct",{"_index":1346,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._celltypetermoccurencesdataquerystatus$.next(dataquerystate.completed",{"_index":1366,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._celltypetermoccurencesdataquerystatus$.next(dataquerystate.running",{"_index":1428,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._celltypetermoccurencesdataquerystatus$.pipe(distinct",{"_index":1344,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._containerelement",{"_index":530,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this._expanded",{"_index":2339,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._measuredmargin",{"_index":2368,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._measuredwidth",{"_index":2358,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._ontologytermoccurencesdataquerystatus$.next(dataquerystate.completed",{"_index":1365,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._ontologytermoccurencesdataquerystatus$.next(dataquerystate.running",{"_index":1425,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._ontologytermoccurencesdataquerystatus$.pipe(distinct",{"_index":1342,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._opened",{"_index":2335,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._position",{"_index":2331,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._providerfilterquerystatus$.next(dataquerystate.completed",{"_index":1369,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._providerfilterquerystatus$.next(dataquerystate.running",{"_index":1438,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._providerfilterquerystatus$.pipe(distinct",{"_index":1351,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._scenedataquerystatus$.next(dataquerystate.completed",{"_index":1367,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._scenedataquerystatus$.next(dataquerystate.running",{"_index":1434,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._scenedataquerystatus$.pipe(distinct",{"_index":1347,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._technologyfilterquerystatus$.next(dataquerystate.completed",{"_index":1368,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._technologyfilterquerystatus$.next(dataquerystate.running",{"_index":1436,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._technologyfilterquerystatus$.pipe(distinct",{"_index":1349,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._tissueblockdataquerystatus$.next(dataquerystate.completed",{"_index":1363,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._tissueblockdataquerystatus$.next(dataquerystate.running",{"_index":1418,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this._tissueblockdataquerystatus$.pipe(distinct",{"_index":1339,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.aggregatedata",{"_index":1316,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.aggregatedataquerystatus",{"_index":1354,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.animationsenabled",{"_index":1134,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.appendtoroot",{"_index":521,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.applyfilters.emit(this.filters",{"_index":2024,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.applythemeclass(theme",{"_index":3748,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.applythemeclass(this.gettheme",{"_index":3751,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.applythemeclass(this.theme",{"_index":3747,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.atscrollbottom",{"_index":3054,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.attached",{"_index":512,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.biomarkerlabelmap.get(option",{"_index":2809,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.biomarkermenuoptions",{"_index":2807,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.biomarkerselectionlabel",{"_index":456,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.biomarkertermoccurencesdata",{"_index":1323,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.bodyui.bounds",{"_index":429,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.bodyui.rotation",{"_index":427,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.bodyui.rotationx",{"_index":428,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.bodyui.target",{"_index":425,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.cdr.markforcheck",{"_index":1052,"title":{},"body":{"components/ContainerComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["this.celltypeselectionlabel",{"_index":454,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.celltypetermoccurencesdata",{"_index":1326,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.celltypetermoccurencesdataquerystatus",{"_index":1356,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.celltypeterms",{"_index":365,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.channel",{"_index":1043,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.asobservable",{"_index":2533,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.closed",{"_index":2535,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.complete",{"_index":2538,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.next",{"_index":2513,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.sendmessage",{"_index":1049,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["this.checked.emit(this.selected",{"_index":1630,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.close",{"_index":3266,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.closeiframeviewer",{"_index":480,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.colorassignments",{"_index":2477,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.colorassignments.assigncolor(node['@id",{"_index":3166,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.colorassignments.assigncolor(result.tissueblock.spatialentityid",{"_index":2468,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["this.colorassignments.colorassignments",{"_index":2480,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.colorassignments.unassigncolor(result.tissueblock.spatialentityid",{"_index":2469,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["this.consentservice.consent",{"_index":385,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.content",{"_index":1054,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.changes.pipe(startwith(null)).subscribe",{"_index":1053,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.first",{"_index":1040,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.length",{"_index":1042,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content2.first",{"_index":1041,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.contentsvisible",{"_index":1924,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.createitemdescription(sex",{"_index":3351,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["this.createitemid(search",{"_index":3350,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["this.createselectionlabel(ontologyselection",{"_index":453,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.ctx.patchstate",{"_index":933,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.data.querystatus$.pipe",{"_index":320,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.data.state$.pipe(map(x",{"_index":325,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.data.updatefilter",{"_index":449,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.databaseready$.pipe(switchmap",{"_index":1419,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.databaseready$.pipe(take(1",{"_index":1398,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.dataservice.getreferenceorgans",{"_index":3185,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.dataservice.getreferenceorgans().pipe",{"_index":3172,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.datasource",{"_index":2917,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.datasource.getontologytermoccurences(filter).pipe",{"_index":2895,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.datastate",{"_index":2475,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.datastate.scenedata",{"_index":3183,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.datastate.tissueblockdata",{"_index":2479,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["this.datastate.updatefilter",{"_index":3165,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.defaulttheme",{"_index":3745,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.deferred",{"_index":2309,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.dialog.open(infodialogcomponent",{"_index":3269,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.dialog.open(spatialsearchconfigbehaviorcomponent",{"_index":3085,"title":{},"body":{"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.dialogref.close",{"_index":3267,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.dialogsubs.add(panelcontent$.subscribe(data",{"_index":3282,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["this.dialogsubs.unsubscribe",{"_index":3268,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["this.drawer",{"_index":3915,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.drawer.position",{"_index":3913,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.drawers",{"_index":1131,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.drawers.changes.pipe(startwith(null)).subscribe",{"_index":1047,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.drawers.toarray",{"_index":1058,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.element",{"_index":3750,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.element.nativeelement",{"_index":2359,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expanded",{"_index":1631,"title":{},"body":{"components/DonorCardComponent.html":{},"classes/InitializationState.html":{}}}],["this.expandedchange.emit(this.expanded",{"_index":2401,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedstate",{"_index":2382,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedstate2",{"_index":2352,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.faded",{"_index":1149,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.filter$.pipe(querydata",{"_index":1311,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.filter$.subscribe((filter",{"_index":367,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.filteredresults",{"_index":2635,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.filternodes(this.biomarkermenuoptions",{"_index":2810,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.filters",{"_index":2017,"title":{},"body":{"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{}}}],["this.filters['sex",{"_index":2034,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.filterschange.emit(filters",{"_index":2108,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["this.filterschange.emit(this.filters",{"_index":2021,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.filtersvisible",{"_index":2105,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["this.forcedunassignment.asobservable",{"_index":908,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["this.forcedunassignment.next",{"_index":924,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["this.formatlabel(node.label",{"_index":2735,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.formcontrol.reset",{"_index":2652,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.formcontrol.valuechanges",{"_index":2634,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.ga.event('expanded_toggled",{"_index":1632,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.ga.event('filter_added",{"_index":839,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["this.ga.event('filter_removed",{"_index":842,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["this.ga.event('filter_update",{"_index":2018,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.ga.event('filters_applied",{"_index":2023,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.ga.event('filters_reset",{"_index":2026,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.ga.event('generate_search",{"_index":2971,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('link_clicked",{"_index":1633,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.ga.event('list_result_selected",{"_index":3044,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.ga.event('reset_position",{"_index":2930,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('reset_radius",{"_index":2946,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('search",{"_index":2648,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.ga.event('selected_toggled",{"_index":1627,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.ga.event('selection_change",{"_index":1742,"title":{},"body":{"components/DropdownComponent.html":{}}}],["this.ga.event('set_organ",{"_index":2882,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('set_position",{"_index":2926,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('set_radius",{"_index":2941,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('set_sex",{"_index":2891,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.ga.event('slider_range_change",{"_index":1926,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.getarguments(definition",{"_index":2249,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.getindexofmatch(label",{"_index":2740,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.getindexofmatch(node.label",{"_index":2734,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.getmessages().pipe(filter(msg",{"_index":2522,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.getmethodname(definition",{"_index":2246,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.getstate().filter",{"_index":1412,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.gettermcounts(state.anatomicalstructures",{"_index":3606,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["this.gettermcounts(state.celltypes",{"_index":3608,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["this.getworkerurl(true",{"_index":3974,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["this.globalconfig.getoption('filter",{"_index":337,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('header",{"_index":332,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('homeurl",{"_index":333,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('logindisabled",{"_index":336,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('logotooltip",{"_index":334,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('selectedorgans",{"_index":338,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.getoption('theme",{"_index":329,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.globalconfig.snapshot.hubmaptoken",{"_index":489,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.handlemessage(msg",{"_index":1046,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.highvalue",{"_index":1904,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.infoservice.panelcontent.asobservable",{"_index":3281,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.infoservice.updatedata('assets/docs/spatial_search_readme.md",{"_index":3278,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.initialized",{"_index":2308,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.set",{"_index":2375,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.valueof",{"_index":2383,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.wait",{"_index":2405,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initializesliderpopover",{"_index":1925,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.injector",{"_index":163,"title":{},"body":{"modules/AppModule.html":{},"injectables/ThemingService.html":{}}}],["this.injector.get(colorassignmentstate",{"_index":2478,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.injector.get(datastate",{"_index":2476,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.injector.get(listresultsstate",{"_index":3170,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.isitemselected(value",{"_index":734,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.issliderinitialized",{"_index":1922,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.isslideropen",{"_index":1923,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.label}:${lowvalue}:${highvalue",{"_index":1928,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.label}:${value",{"_index":1743,"title":{},"body":{"components/DropdownComponent.html":{}}}],["this.launchinfodialog(this.paneldata",{"_index":3285,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.leftmargin",{"_index":1141,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.linkclick.emit(url",{"_index":1634,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.linkclicked.emit(link",{"_index":3049,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.listresultdeselected.next(result",{"_index":3048,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.listresults",{"_index":3169,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.listresults.highlightednodeid",{"_index":3186,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.listresults.highlightnode(node['@id",{"_index":3167,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.listresults.unhighlightnode",{"_index":3168,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.listresultselected.next(result",{"_index":3047,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.loading",{"_index":3947,"title":{},"body":{"components/ViewerComponent.html":{}}}],["this.locator.prepareexternalurl('0",{"_index":3980,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["this.lookup(nodes",{"_index":2726,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.lowvalue",{"_index":1902,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.margin2",{"_index":2355,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.measuredmargin",{"_index":2354,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.measuredwidth",{"_index":2406,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.messages",{"_index":2532,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.messages.pipe(filter(msg",{"_index":2519,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.nextbuttonid",{"_index":3804,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["this.nextmessageid",{"_index":2514,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.nodes$.pipe",{"_index":2724,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.ontologysearchservice.settreemodel(this.treemodel",{"_index":2811,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.ontologyselectionlabel",{"_index":452,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.ontologyservice.filter(value",{"_index":2639,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.ontologytermoccurencesdata",{"_index":1320,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.ontologytermoccurencesdataquerystatus",{"_index":1355,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.ontologyterms",{"_index":362,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.opened",{"_index":2380,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.openedchange.emit(this.opened",{"_index":2397,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.openedstate",{"_index":2381,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.options",{"_index":1906,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.options.ceil",{"_index":1916,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.options.floor",{"_index":1915,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.optionschanged",{"_index":1898,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.optionsvisible",{"_index":1741,"title":{},"body":{"components/DropdownComponent.html":{}}}],["this.organmatchessex(organ",{"_index":3580,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["this.organvalidforsex(organid",{"_index":2892,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.original.children.length",{"_index":2150,"title":{},"body":{"classes/FlatNode.html":{}}}],["this.original.label",{"_index":2149,"title":{},"body":{"classes/FlatNode.html":{}}}],["this.overlayref",{"_index":1894,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.overlayref.detach",{"_index":1921,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.overlayref.dispose",{"_index":1917,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.paneldata",{"_index":3284,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.position",{"_index":2330,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.prevbuttonid",{"_index":3802,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["this.providerfilterdata",{"_index":1337,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.providerfilterquerystatus",{"_index":1359,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.registericonimpl(definition",{"_index":2237,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registericonimpl(safedef",{"_index":2232,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registry",{"_index":2241,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.removebox",{"_index":2109,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["this.resetview",{"_index":423,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.resolve",{"_index":2281,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.resultlabel",{"_index":3046,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["this.rightmargin",{"_index":1142,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.rootelement",{"_index":514,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.appendchild(this._containerelement",{"_index":531,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.removechild(this._containerelement",{"_index":513,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.style.display",{"_index":515,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.style.height",{"_index":519,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootelement.nativeelement.style.position",{"_index":517,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{}}}],["this.rootnode",{"_index":2802,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.rootnode.id",{"_index":2804,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.safeurl",{"_index":3946,"title":{},"body":{"components/ViewerComponent.html":{}}}],["this.scenedata",{"_index":1329,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.scenedataquerystatus",{"_index":1357,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.selected",{"_index":1626,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.selected.emit(node",{"_index":2651,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.selecteditems",{"_index":735,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selecteditems?.filter",{"_index":736,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selecteditems?.includes(item",{"_index":733,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selecteditems?.push(value",{"_index":737,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selectedorgans$]).subscribe",{"_index":371,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.selectedreferenceorgans",{"_index":3184,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.selectedtoggleoptions",{"_index":494,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.selectedtoggleoptions.includes(item",{"_index":492,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.selectedtoggleoptions=this.menuoptions",{"_index":379,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.selection",{"_index":838,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["this.selection.filter(selection",{"_index":841,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["this.selectionchange.emit(this.selecteditems",{"_index":738,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["this.selectionchange.emit(this.selection",{"_index":843,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DualSliderComponent.html":{}}}],["this.selectionchange.emit(value",{"_index":1744,"title":{},"body":{"components/DropdownComponent.html":{}}}],["this.selectionlabel",{"_index":457,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.sendtoggle",{"_index":2384,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.setlistresults(results",{"_index":2492,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["this.setreferenceorganentities(reforgans",{"_index":3174,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.setreferenceorgans(organs",{"_index":3182,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.setscene(scene",{"_index":3206,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.setselectedreferenceorgans(filteredorgans",{"_index":3212,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.settheme(this.defaulttheme",{"_index":3749,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.snackbar.openfromcomponent(trackingpopupcomponent",{"_index":381,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.snapshot",{"_index":913,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["this.snapshot.colorpalette.concat",{"_index":918,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["this.sortbysynonymresult",{"_index":2642,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.sortlexically",{"_index":2643,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["this.source",{"_index":2515,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.source.getaggregateresults(filter",{"_index":1423,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getbiomarkertermoccurences(filter",{"_index":1432,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getbiomarkertreemodel().pipe(take(1)).subscribe((model",{"_index":1385,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getcelltypetermoccurences(filter",{"_index":1429,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getcelltypetreemodel().pipe(take(1)).subscribe((model",{"_index":1383,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getdatabasestatus()).pipe",{"_index":1389,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getdatasettechnologynames",{"_index":1437,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getontologytermoccurences(filter",{"_index":1426,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getontologytreemodel().pipe(take(1)).subscribe((model",{"_index":1381,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getprovidernames",{"_index":1439,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.getscene(filter",{"_index":1435,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.source.gettissueblockresults(filter",{"_index":1420,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.spatialsearchdialog.open(spatialsearchuibehaviorcomponent",{"_index":3265,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{}}}],["this.spatialsearchselected.emit",{"_index":2027,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.spatialsearchselected.emit(items",{"_index":2030,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.state$.pipe(map(x",{"_index":909,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"interfaces/DataStateModel.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.statechange.emit",{"_index":2407,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.store.dispatch(new",{"_index":3083,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["this.store.selectsnapshot(datastateselectors.filter",{"_index":2893,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.store.selectsnapshot(scenestate.referenceorgans",{"_index":2894,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.store.selectsnapshot(spatialsearchfilterselectors.selectedsearches",{"_index":2968,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.store.selectsnapshot(spatialsearchuistate.organentity",{"_index":2904,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["this.subscriptions.add(channel.getmessagesfromsource(drawer).subscribe(msg",{"_index":3912,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.subscriptions.add(messages.subscribe(msg",{"_index":1127,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.subscriptions.add(panelcontent$.subscribe(data",{"_index":3437,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["this.subscriptions.add(this.channel.getmessages().subscribe(msg",{"_index":1045,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["this.subscriptions.unsubscribe",{"_index":1055,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["this.syncexpanded(other",{"_index":2408,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.technologyfilterdata",{"_index":1333,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.technologyfilterquerystatus",{"_index":1358,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.theme",{"_index":3746,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.thememode$.next('dark",{"_index":398,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.thememode$.next('light",{"_index":399,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.thememode$.next(e.matches",{"_index":404,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.thememode$.next(this.islighttheme",{"_index":439,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.thememode$]).subscribe",{"_index":375,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.theming.gettheme().endswith('light",{"_index":310,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.theming.settheme(`${theme",{"_index":377,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.tissueblock.label",{"_index":1629,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["this.tissueblockdata",{"_index":1312,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.tissueblockdataquerystatus",{"_index":1353,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.tissuesections.filter(section",{"_index":3879,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["this.toggle(coercebooleanproperty(value",{"_index":2337,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggle(false",{"_index":2378,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggle(true",{"_index":2377,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(coercebooleanproperty(value",{"_index":2341,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(false",{"_index":2390,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(true",{"_index":2387,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.tooltips",{"_index":2805,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.tree.expandandselect(ontologynode",{"_index":2812,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["this.treemodel",{"_index":2723,"title":{},"body":{"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["this.treemodel$.next(treemodel",{"_index":2722,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.treemodel$.pipe(map(state",{"_index":2712,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["this.treemodel?.nodes",{"_index":2744,"title":{},"body":{"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["this.uid",{"_index":3817,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["this.updateanatomicalstructurestreemodel(model",{"_index":1382,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatebiomarkerstreemodel(model",{"_index":1386,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatecelltypestreemodel(model",{"_index":1384,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatefaded",{"_index":1133,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.updatefilter('both",{"_index":2042,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatefilter(filter",{"_index":1415,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatefilter(searches",{"_index":2031,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatemargin(position",{"_index":1139,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.updatesearchselection(this.spatialsearchfilters.filter(item",{"_index":2022,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatesexfromselection(items",{"_index":2032,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatesexfromselection(this.spatialsearchfilters.filter(item",{"_index":2015,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["this.updatestatus",{"_index":1399,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updatestatus(status",{"_index":1391,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.updateurl",{"_index":3945,"title":{},"body":{"components/ViewerComponent.html":{}}}],["this.url",{"_index":474,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.validatedrawers",{"_index":1048,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.valuerange",{"_index":1908,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.valuerange[0",{"_index":1909,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.valuerange[1",{"_index":1911,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["this.vieweropen",{"_index":475,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["this.warmupdatabase",{"_index":1387,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["this.width",{"_index":2353,"title":{},"body":{"classes/InitializationState.html":{}}}],["those",{"_index":2517,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["thread",{"_index":4747,"title":{},"body":{"miscellaneous/variables.html":{}}}],["three",{"_index":849,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["through",{"_index":4331,"title":{},"body":{"changelog.html":{}}}],["throw",{"_index":602,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"modules/CoreModule.html":{}}}],["throwduplicatedrawerserror",{"_index":4486,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["throwduplicatedrawerserror('end",{"_index":1066,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throwduplicatedrawerserror('start",{"_index":1064,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throwduplicatedrawerserror(position",{"_index":1035,"title":{},"body":{"components/ContainerComponent.html":{},"miscellaneous/functions.html":{}}}],["thrown",{"_index":1034,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throws",{"_index":1030,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/ThemingService.html":{}}}],["thumbnail",{"_index":698,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["thumbnailcarouselcomponent",{"_index":697,"title":{"components/ThumbnailCarouselComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"modules/ThumbnailCarouselModule.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["thumbnailcarouselmodule",{"_index":1698,"title":{"modules/ThumbnailCarouselModule.html":{}},"body":{"modules/DonorCardModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules.html":{},"overview.html":{}}}],["thumbnails",{"_index":3764,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["thymus",{"_index":1546,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thymus.svg",{"_index":1547,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tick",{"_index":3883,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tied",{"_index":4248,"title":{},"body":{"changelog.html":{}}}],["tiff",{"_index":4340,"title":{},"body":{"changelog.html":{}}}],["time",{"_index":727,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{}}}],["timeouts",{"_index":4082,"title":{},"body":{"changelog.html":{}}}],["times",{"_index":4076,"title":{},"body":{"changelog.html":{}}}],["timing",{"_index":1154,"title":{},"body":{"components/ContentComponent.html":{}}}],["tip",{"_index":3693,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["tissue",{"_index":701,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"modules/DonorCardModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"modules/SpatialSearchUiModule.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["tissueblock",{"_index":1597,"title":{},"body":{"components/DonorCardComponent.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["tissueblock.description",{"_index":1641,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["tissueblock.donor.description",{"_index":1637,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["tissueblock.donor.label",{"_index":1636,"title":{},"body":{"components/DonorCardComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["tissueblock.label",{"_index":1640,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["tissueblockdata",{"_index":1310,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tissueblockdata(filter",{"_index":1417,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tissueblockdataquerystatus",{"_index":1288,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["tissueblocklistcomponent",{"_index":700,"title":{"components/TissueBlockListComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"modules/TissueBlockListModule.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tissueblocklistmodule",{"_index":3516,"title":{"modules/TissueBlockListModule.html":{}},"body":{"modules/SpatialSearchUiModule.html":{},"modules/TissueBlockListModule.html":{},"modules.html":{},"overview.html":{}}}],["tissueblockresult",{"_index":1220,"title":{},"body":{"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"interfaces/ListResult.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueBlockListComponent.html":{}}}],["tissueblocks",{"_index":2484,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueBlockListComponent.html":{}}}],["tissueblocks(state",{"_index":3569,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["tissueblocks.length",{"_index":3848,"title":{},"body":{"components/TissueBlockListComponent.html":{}}}],["tissues",{"_index":3866,"title":{},"body":{"components/TissueSectionVisComponent.html":{},"changelog.html":{}}}],["tissuesection",{"_index":3877,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesectionexists",{"_index":3861,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesectionexists(sectionnumber",{"_index":3873,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesectionresult",{"_index":3864,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesections",{"_index":3862,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["tissuesections]=\"tissueblock.sections",{"_index":1643,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["tissuesectionviscomponent",{"_index":702,"title":{"components/TissueSectionVisComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tissuesectionvismodule",{"_index":1699,"title":{"modules/TissueSectionVisModule.html":{}},"body":{"modules/DonorCardModule.html":{},"modules/TissueSectionVisModule.html":{},"modules.html":{},"overview.html":{}}}],["title",{"_index":1656,"title":{},"body":{"components/DonorCardComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["tmc",{"_index":1244,"title":{},"body":{"interfaces/DataStateModel.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["toggle",{"_index":150,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["toggle'},{'name",{"_index":651,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["toggle(opened",{"_index":2379,"title":{},"body":{"classes/InitializationState.html":{}}}],["toggle.component",{"_index":147,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{}}}],["toggle.component.html",{"_index":714,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.scss",{"_index":713,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts",{"_index":712,"title":{},"body":{"components/ButtonToggleComponent.html":{},"coverage.html":{}}}],["toggle.component.ts:16",{"_index":722,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:18",{"_index":723,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:20",{"_index":721,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:21",{"_index":724,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:26",{"_index":726,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:28",{"_index":730,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.component.ts:32",{"_index":731,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggle.module",{"_index":151,"title":{},"body":{"modules/AppModule.html":{},"modules/OntologyTreeModule.html":{}}}],["toggle.module.ts",{"_index":784,"title":{},"body":{"modules/ButtonToggleModule.html":{}}}],["toggle/button",{"_index":146,"title":{},"body":{"modules/AppModule.html":{},"components/ButtonToggleComponent.html":{},"modules/ButtonToggleModule.html":{},"modules/OntologyTreeModule.html":{},"coverage.html":{}}}],["toggle:last",{"_index":773,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["togglebuttoncomponent",{"_index":705,"title":{"components/ToggleButtonComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"modules/DrawerModule.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"coverage.html":{},"overview.html":{}}}],["toggled",{"_index":1135,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["toggleexpanded(expanded",{"_index":2393,"title":{},"body":{"classes/InitializationState.html":{}}}],["toggleexpansion",{"_index":1595,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["togglefiltervisible",{"_index":2081,"title":{},"body":{"components/FiltersPopoverComponent.html":{}}}],["togglegroup",{"_index":768,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggleoptions",{"_index":1723,"title":{},"body":{"components/DropdownComponent.html":{}}}],["toggles",{"_index":436,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/InitializationState.html":{}}}],["togglescheme",{"_index":438,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["toggleselection",{"_index":716,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["toggleselection(value",{"_index":493,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{}}}],["togglesliderpopover",{"_index":1803,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["token",{"_index":487,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["token.length",{"_index":490,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["tonsil",{"_index":1525,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tonsil.svg",{"_index":1526,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tool",{"_index":3692,"title":{},"body":{"components/TermOccurrenceListComponent.html":{},"changelog.html":{}}}],["toolbar",{"_index":3951,"title":{},"body":{"components/ViewerComponent.html":{}}}],["tooltip",{"_index":760,"title":{},"body":{"components/ButtonToggleComponent.html":{}}}],["tooltips",{"_index":268,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["tooltiptext",{"_index":3686,"title":{},"body":{"components/TermOccurrenceListComponent.html":{}}}],["top",{"_index":1655,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["topblocks",{"_index":2482,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["topblocks.push",{"_index":2486,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["tort",{"_index":4722,"title":{},"body":{"license.html":{}}}],["total",{"_index":3869,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["totaltissuesections",{"_index":3863,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["totaltissuesections]=\"tissueblock.sectioncount",{"_index":1642,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["touch",{"_index":1072,"title":{},"body":{"components/ContainerComponent.html":{},"components/DualSliderComponent.html":{}}}],["trachea",{"_index":1548,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["trachea.svg",{"_index":1549,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["track",{"_index":276,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/ResultsBrowserComponent.html":{}}}],["tracking/telemetry",{"_index":4194,"title":{},"body":{"changelog.html":{}}}],["trackingpopupcomponent",{"_index":195,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["trackingpopupmodule",{"_index":110,"title":{},"body":{"modules/AppModule.html":{}}}],["tracks",{"_index":2624,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["transform",{"_index":1768,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["transition",{"_index":1117,"title":{},"body":{"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["transition('closed",{"_index":2317,"title":{},"body":{"classes/InitializationState.html":{}}}],["transition('false",{"_index":1124,"title":{},"body":{"components/ContentComponent.html":{}}}],["translate",{"_index":2053,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["translatey",{"_index":1769,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{}}}],["translatey(0rem",{"_index":3317,"title":{},"body":{"components/SpatialSearchConfigComponent.html":{}}}],["transparency",{"_index":4276,"title":{},"body":{"changelog.html":{}}}],["travel_explore",{"_index":3086,"title":{},"body":{"components/RunSpatialSearchComponent.html":{}}}],["travisci",{"_index":4291,"title":{},"body":{"changelog.html":{}}}],["tree",{"_index":533,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["tree'},{'name",{"_index":677,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["tree.component",{"_index":2800,"title":{},"body":{"components/OntologySelectionComponent.html":{},"modules/OntologyTreeModule.html":{}}}],["tree.component.ts",{"_index":4474,"title":{},"body":{"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["tree.module",{"_index":2572,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"modules/OntologySelectionModule.html":{}}}],["tree.module.ts",{"_index":2833,"title":{},"body":{"modules/OntologyTreeModule.html":{}}}],["tree.nodes[term]?.label",{"_index":3612,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["tree/ontology",{"_index":2571,"title":{},"body":{"modules/OntologyExplorationModule.html":{},"components/OntologySelectionComponent.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["treemodel",{"_index":2686,"title":{},"body":{"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{}}}],["trigger",{"_index":1118,"title":{},"body":{"components/ContentComponent.html":{},"classes/InitializationState.html":{}}}],["trigger('expandcollapse",{"_index":2320,"title":{},"body":{"classes/InitializationState.html":{}}}],["trigger('fadeinout",{"_index":1120,"title":{},"body":{"components/ContentComponent.html":{}}}],["trigger('openclose",{"_index":2314,"title":{},"body":{"classes/InitializationState.html":{}}}],["triggered",{"_index":2612,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["true",{"_index":293,"title":{},"body":{"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"modules/ThemingModule.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["try",{"_index":2250,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["ts",{"_index":4601,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":4604,"title":{},"body":{"dependencies.html":{}}}],["tube",{"_index":1493,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tuned",{"_index":4425,"title":{},"body":{"changelog.html":{}}}],["tuple",{"_index":1056,"title":{},"body":{"components/ContainerComponent.html":{}}}],["turn",{"_index":4264,"title":{},"body":{"changelog.html":{}}}],["turned",{"_index":4251,"title":{},"body":{"changelog.html":{}}}],["turning",{"_index":4249,"title":{},"body":{"changelog.html":{}}}],["tutorial",{"_index":4170,"title":{},"body":{"changelog.html":{}}}],["two",{"_index":4350,"title":{},"body":{"changelog.html":{}}}],["type",{"_index":15,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"classes/DataStateSelectors.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/ListResult.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/OntologySelection.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"classes/SpatialSearchFilterSelectors.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["typealiases",{"_index":4730,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":575,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/OntologySearchComponent.html":{}}}],["types",{"_index":272,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["typescript",{"_index":526,"title":{},"body":{"injectables/AppRootOverlayContainer.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"changelog.html":{},"index.html":{}}}],["typing",{"_index":4399,"title":{},"body":{"changelog.html":{}}}],["ufl",{"_index":4244,"title":{},"body":{"changelog.html":{}}}],["ufxmpzatowe",{"_index":3279,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["ui",{"_index":688,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"components/HeaderComponent.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["ui'},{'name",{"_index":690,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["ui.actions",{"_index":2104,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["ui.actions.ts",{"_index":2153,"title":{},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"classes/StartSpatialSearchFlow.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["ui.actions.ts:14",{"_index":3216,"title":{},"body":{"classes/SetOrgan.html":{}}}],["ui.actions.ts:20",{"_index":3218,"title":{},"body":{"classes/SetPosition.html":{}}}],["ui.actions.ts:26",{"_index":2559,"title":{},"body":{"classes/MoveToNode.html":{}}}],["ui.actions.ts:32",{"_index":2986,"title":{},"body":{"classes/ResetPosition.html":{}}}],["ui.actions.ts:36",{"_index":3220,"title":{},"body":{"classes/SetRadius.html":{}}}],["ui.actions.ts:4",{"_index":3649,"title":{},"body":{"classes/StartSpatialSearchFlow.html":{}}}],["ui.actions.ts:42",{"_index":2987,"title":{},"body":{"classes/ResetRadius.html":{}}}],["ui.actions.ts:46",{"_index":3926,"title":{},"body":{"classes/UpdateSpatialSearch.html":{}}}],["ui.actions.ts:50",{"_index":2155,"title":{},"body":{"classes/GenerateSpatialSearch.html":{}}}],["ui.actions.ts:54",{"_index":3214,"title":{},"body":{"classes/SetExecuteSearchOnGenerate.html":{}}}],["ui.actions.ts:8",{"_index":3223,"title":{},"body":{"classes/SetSex.html":{}}}],["ui.component",{"_index":207,"title":{},"body":{"interfaces/AppOptions.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiModule.html":{}}}],["ui.component.html",{"_index":3447,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.scss",{"_index":3446,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts",{"_index":3445,"title":{},"body":{"components/SpatialSearchUiComponent.html":{},"coverage.html":{}}}],["ui.component.ts:20",{"_index":3486,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:23",{"_index":3467,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:26",{"_index":3468,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:29",{"_index":3470,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:32",{"_index":3471,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:35",{"_index":3466,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:38",{"_index":3461,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:41",{"_index":3463,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:44",{"_index":3458,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:47",{"_index":3460,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:50",{"_index":3472,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:53",{"_index":3455,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:56",{"_index":3457,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:59",{"_index":3474,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:62",{"_index":3482,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:65",{"_index":3484,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:68",{"_index":3475,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:71",{"_index":3481,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:74",{"_index":3480,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:77",{"_index":3476,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:80",{"_index":3478,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.component.ts:83",{"_index":3479,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["ui.module",{"_index":3444,"title":{},"body":{"modules/SpatialSearchUiBehaviorModule.html":{}}}],["ui.module.ts",{"_index":3517,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["ui.netlify.app",{"_index":4634,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/organ",{"_index":4644,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/rui",{"_index":4641,"title":{},"body":{"index.html":{}}}],["ui.selectors",{"_index":3264,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["ui.selectors.ts",{"_index":3530,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{},"coverage.html":{}}}],["ui.selectors.ts:101",{"_index":3570,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:106",{"_index":3538,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:111",{"_index":3540,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:115",{"_index":3544,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:12",{"_index":3535,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:15",{"_index":3568,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:20",{"_index":3560,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:25",{"_index":3549,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:30",{"_index":3547,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:39",{"_index":3553,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:43",{"_index":3551,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:49",{"_index":3555,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:54",{"_index":3542,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:59",{"_index":3557,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:64",{"_index":3559,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:69",{"_index":3562,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:84",{"_index":3564,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.selectors.ts:95",{"_index":3566,"title":{},"body":{"classes/SpatialSearchUiSelectors.html":{}}}],["ui.state",{"_index":3436,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{}}}],["ui.state.ts",{"_index":2837,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"coverage.html":{}}}],["ui.state.ts:104",{"_index":3628,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:116",{"_index":3627,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:146",{"_index":3624,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:187",{"_index":3625,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:196",{"_index":3621,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:206",{"_index":3618,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:218",{"_index":3626,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:226",{"_index":3622,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:239",{"_index":3629,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:272",{"_index":3617,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:304",{"_index":3623,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:313",{"_index":3620,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:71",{"_index":2983,"title":{},"body":{"classes/ReallyUpdateSpatialSearch.html":{}}}],["ui.state.ts:85",{"_index":3619,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui.state.ts:88",{"_index":3616,"title":{},"body":{"injectables/SpatialSearchUiState.html":{}}}],["ui/body",{"_index":206,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["ui/organ",{"_index":4643,"title":{},"body":{"index.html":{}}}],["ui/rui",{"_index":4642,"title":{},"body":{"index.html":{}}}],["ui/spatial",{"_index":2103,"title":{},"body":{"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/RunSpatialSearchComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"modules/SpatialSearchUiModule.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"modules/StoreModule.html":{},"components/TermOccurrenceListComponent.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["uid",{"_index":3769,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["uievent",{"_index":3036,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["uis",{"_index":4030,"title":{},"body":{"changelog.html":{}}}],["unassigncolor",{"_index":940,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["unassigncolor(@payload('key",{"_index":934,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["unassigncolor(key",{"_index":945,"title":{},"body":{"injectables/ColorAssignmentState.html":{}}}],["unchecked",{"_index":833,"title":{},"body":{"components/CheckboxComponent.html":{}}}],["undefined",{"_index":448,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"classes/GenerateSpatialSearch.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"classes/MoveToNode.html":{},"interfaces/OntologySelection.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["under",{"_index":1474,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["underline",{"_index":2667,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["unhighlightnode",{"_index":2438,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["unique",{"_index":2494,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["university",{"_index":4669,"title":{},"body":{"index.html":{}}}],["unknown",{"_index":573,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/FiltersContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["unless",{"_index":1618,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["unlike",{"_index":1464,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["unnecessary",{"_index":4183,"title":{},"body":{"changelog.html":{}}}],["unselect",{"_index":4221,"title":{},"body":{"changelog.html":{}}}],["unset",{"_index":3921,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["until",{"_index":1876,"title":{},"body":{"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"changelog.html":{}}}],["untypedformcontrol",{"_index":2622,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["unused",{"_index":3782,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["up",{"_index":988,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/OntologySearchService.html":{},"components/RunSpatialSearchComponent.html":{},"interfaces/SearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["update",{"_index":442,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"changelog.html":{}}}],["updateanatomicalstructurestreemodel(@payload('treemodel",{"_index":1402,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updatebiomarkerstreemodel(@payload('treemodel",{"_index":1405,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updatecelltypestreemodel(@payload('treemodel",{"_index":1404,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updated",{"_index":820,"title":{},"body":{"components/CheckboxComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"changelog.html":{}}}],["updatefaded",{"_index":1081,"title":{},"body":{"components/ContentComponent.html":{}}}],["updatefilter",{"_index":1235,"title":{"classes/UpdateFilter.html":{}},"body":{"interfaces/DataStateModel.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"classes/UpdateFilter.html":{},"coverage.html":{}}}],["updatefilter(@payload('filter",{"_index":1409,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updatefilter(value",{"_index":2006,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatefilterhandler(_ctx",{"_index":1414,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updatemargin",{"_index":1082,"title":{},"body":{"components/ContentComponent.html":{}}}],["updatemargin(position",{"_index":1106,"title":{},"body":{"components/ContentComponent.html":{}}}],["updateorgan",{"_index":3231,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["updateposition",{"_index":3392,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["updateradius",{"_index":3393,"title":{},"body":{"components/SpatialSearchUiBehaviorComponent.html":{}}}],["updates",{"_index":1104,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["updatesearchselection",{"_index":1979,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatesearchselection(items",{"_index":2010,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatesex",{"_index":3232,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{}}}],["updatesexfromselection",{"_index":1980,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatesexfromselection(items",{"_index":2012,"title":{},"body":{"components/FiltersContentComponent.html":{}}}],["updatespatialsearch",{"_index":2167,"title":{"classes/UpdateSpatialSearch.html":{}},"body":{"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{},"coverage.html":{}}}],["updatespatialsearch(ctx",{"_index":2948,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["updatestatus(@payload('status",{"_index":1406,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["updateurl",{"_index":3932,"title":{},"body":{"components/ViewerComponent.html":{}}}],["upgraded",{"_index":4336,"title":{},"body":{"changelog.html":{}}}],["upgrades",{"_index":4401,"title":{},"body":{"changelog.html":{}}}],["upgrading",{"_index":4196,"title":{},"body":{"changelog.html":{}}}],["upload",{"_index":4274,"title":{},"body":{"changelog.html":{}}}],["upper",{"_index":1820,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["ureter",{"_index":1550,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["url",{"_index":295,"title":{},"body":{"interfaces/AppOptions.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DonorCardComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ViewerComponent.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["url('./data",{"_index":3976,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["url.createobjecturl(codeblob",{"_index":3986,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["url?.startswith(domain",{"_index":472,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["urls",{"_index":2227,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["usage",{"_index":4031,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["usage.ipynb",{"_index":4653,"title":{},"body":{"index.html":{}}}],["use",{"_index":1621,"title":{},"body":{"components/DonorCardComponent.html":{},"components/DualSliderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/SpatialSearchUiComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["usecase",{"_index":4658,"title":{},"body":{"index.html":{}}}],["usecase.ipynb",{"_index":4655,"title":{},"body":{"index.html":{}}}],["used",{"_index":274,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"classes/FlatNode.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["useexisting",{"_index":157,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{}}}],["useful",{"_index":1032,"title":{},"body":{"components/ContainerComponent.html":{}}}],["user",{"_index":392,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"changelog.html":{},"index.html":{}}}],["user/os",{"_index":4175,"title":{},"body":{"changelog.html":{}}}],["useremoteapi",{"_index":549,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["users",{"_index":4415,"title":{},"body":{"changelog.html":{}}}],["uses",{"_index":441,"title":{},"body":{"interfaces/AppOptions.html":{},"changelog.html":{}}}],["usevalue",{"_index":153,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules/ThemingModule.html":{}}}],["using",{"_index":3798,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{},"changelog.html":{}}}],["uterus",{"_index":1551,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["uterus.svg",{"_index":1552,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["utilities",{"_index":4180,"title":{},"body":{"changelog.html":{}}}],["utility",{"_index":4618,"title":{},"body":{"miscellaneous/functions.html":{}}}],["uuid",{"_index":4606,"title":{},"body":{"dependencies.html":{}}}],["v1.1",{"_index":4118,"title":{},"body":{"changelog.html":{}}}],["v1.3",{"_index":4039,"title":{},"body":{"changelog.html":{}}}],["v1.4",{"_index":4029,"title":{},"body":{"changelog.html":{}}}],["v1.5.0",{"_index":4263,"title":{},"body":{"changelog.html":{}}}],["v1.7",{"_index":4120,"title":{},"body":{"changelog.html":{}}}],["v1.7.0",{"_index":4112,"title":{},"body":{"changelog.html":{}}}],["v1.8.0",{"_index":4084,"title":{},"body":{"changelog.html":{}}}],["v1.9.0",{"_index":4065,"title":{},"body":{"changelog.html":{}}}],["v1.9.4",{"_index":4046,"title":{},"body":{"changelog.html":{}}}],["v1/sparql",{"_index":4070,"title":{},"body":{"changelog.html":{}}}],["v2",{"_index":1969,"title":{},"body":{"modules/DualSliderModule.html":{},"dependencies.html":{}}}],["v2.1.0",{"_index":4037,"title":{},"body":{"changelog.html":{}}}],["v2.2.0",{"_index":4025,"title":{},"body":{"changelog.html":{}}}],["v3",{"_index":4049,"title":{},"body":{"changelog.html":{}}}],["val",{"_index":617,"title":{},"body":{"components/AppWebComponent.html":{}}}],["val.length",{"_index":622,"title":{},"body":{"components/AppWebComponent.html":{}}}],["valid",{"_index":2887,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["validatedrawers",{"_index":968,"title":{},"body":{"components/ContainerComponent.html":{}}}],["validates",{"_index":994,"title":{},"body":{"components/ContainerComponent.html":{}}}],["validation",{"_index":2625,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["validator",{"_index":585,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["validator(obj[prop",{"_index":601,"title":{},"body":{"components/AppWebComponent.html":{}}}],["value",{"_index":29,"title":{},"body":{"classes/AddSearch.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"injectables/ColorAssignmentState.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/GenerateSpatialSearch.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"classes/MoveToNode.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/RemoveSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SearchResult.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSelectedSearches.html":{},"classes/SetSex.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"classes/SpatialSearchUiSelectors.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"components/TermOccurrenceListComponent.html":{},"injectables/ThemingService.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"classes/UpdateFilter.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["value.every(isnumber",{"_index":578,"title":{},"body":{"components/AppWebComponent.html":{}}}],["value.every(isstring",{"_index":581,"title":{},"body":{"components/AppWebComponent.html":{}}}],["value.slice(0",{"_index":3356,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["value.slice(1",{"_index":3358,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["value.tolowercase",{"_index":2727,"title":{},"body":{"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{}}}],["valuechanges",{"_index":2633,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["valuechanges.pipe",{"_index":2636,"title":{},"body":{"components/OntologySearchComponent.html":{}}}],["valueof",{"_index":2277,"title":{},"body":{"classes/InitializationState.html":{}}}],["valuerange",{"_index":1804,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["values",{"_index":1165,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DataStateModel.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/SpatialSearchUiComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["var",{"_index":646,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["variable",{"_index":306,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DonorCardComponent.html":{},"coverage.html":{}}}],["variables",{"_index":4737,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["vasculature",{"_index":1553,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["version",{"_index":4130,"title":{},"body":{"changelog.html":{},"index.html":{},"properties.html":{}}}],["very",{"_index":4326,"title":{},"body":{"changelog.html":{}}}],["via",{"_index":4080,"title":{},"body":{"changelog.html":{}}}],["video",{"_index":4197,"title":{},"body":{"changelog.html":{}}}],["videoid",{"_index":3276,"title":{},"body":{"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{}}}],["view",{"_index":1676,"title":{},"body":{"components/DonorCardComponent.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["viewchild",{"_index":183,"title":{},"body":{"interfaces/AppOptions.html":{},"components/DualSliderComponent.html":{},"components/OntologySelectionComponent.html":{}}}],["viewchild('bodyui",{"_index":252,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["viewchild('popover",{"_index":1873,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["viewchild(cdkportal",{"_index":1878,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["viewchild(ontologytreecomponent",{"_index":2798,"title":{},"body":{"components/OntologySelectionComponent.html":{}}}],["viewchildren",{"_index":1022,"title":{},"body":{"components/ContainerComponent.html":{}}}],["viewchildren(contentcomponent",{"_index":1007,"title":{},"body":{"components/ContainerComponent.html":{}}}],["viewer",{"_index":299,"title":{},"body":{"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{}}}],["viewer.component",{"_index":3958,"title":{},"body":{"modules/ViewerModule.html":{}}}],["viewer.component.html",{"_index":3930,"title":{},"body":{"components/ViewerComponent.html":{}}}],["viewer.component.scss",{"_index":3929,"title":{},"body":{"components/ViewerComponent.html":{}}}],["viewercomponent",{"_index":707,"title":{"components/ViewerComponent.html":{}},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"modules/ViewerModule.html":{},"coverage.html":{},"overview.html":{}}}],["viewermodule",{"_index":76,"title":{"modules/ViewerModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ViewerModule.html":{},"modules.html":{},"overview.html":{}}}],["vieweropen",{"_index":307,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["viewing",{"_index":4063,"title":{},"body":{"changelog.html":{}}}],["viewport",{"_index":3039,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["views",{"_index":4190,"title":{},"body":{"changelog.html":{}}}],["virtual",{"_index":2993,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["vis",{"_index":3858,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis'},{'name",{"_index":704,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["vis.component",{"_index":3889,"title":{},"body":{"modules/TissueSectionVisModule.html":{}}}],["vis.component.html",{"_index":3860,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.scss",{"_index":3859,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.ts",{"_index":3857,"title":{},"body":{"components/TissueSectionVisComponent.html":{},"coverage.html":{}}}],["vis.component.ts:12",{"_index":3872,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.ts:15",{"_index":3868,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.ts:18",{"_index":3865,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.component.ts:21",{"_index":3874,"title":{},"body":{"components/TissueSectionVisComponent.html":{}}}],["vis.module",{"_index":1706,"title":{},"body":{"modules/DonorCardModule.html":{}}}],["vis.module.ts",{"_index":3888,"title":{},"body":{"modules/TissueSectionVisModule.html":{}}}],["vis/tissue",{"_index":1705,"title":{},"body":{"modules/DonorCardModule.html":{},"components/TissueSectionVisComponent.html":{},"modules/TissueSectionVisModule.html":{},"coverage.html":{}}}],["visibility",{"_index":1863,"title":{},"body":{"components/DualSliderComponent.html":{},"components/SpinnerOverlayComponent.html":{}}}],["visibility_off",{"_index":1562,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visibility_on",{"_index":1560,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visible",{"_index":1740,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SpinnerOverlayComponent.html":{}}}],["visited",{"_index":3831,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["visual",{"_index":4061,"title":{},"body":{"changelog.html":{}}}],["visualization",{"_index":4213,"title":{},"body":{"changelog.html":{}}}],["vitessce",{"_index":4337,"title":{},"body":{"changelog.html":{}}}],["void",{"_index":86,"title":{},"body":{"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"injectables/AppRootOverlayContainer.html":{},"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/OntologySearchComponent.html":{},"injectables/OntologySearchService.html":{},"components/OntologySelectionComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SearchResult.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"miscellaneous/functions.html":{}}}],["vs",{"_index":4167,"title":{},"body":{"changelog.html":{}}}],["vu",{"_index":4421,"title":{},"body":{"changelog.html":{}}}],["w",{"_index":1681,"title":{},"body":{"components/DonorCardComponent.html":{}}}],["wait",{"_index":2279,"title":{},"body":{"classes/InitializationState.html":{}}}],["waits",{"_index":2402,"title":{},"body":{"classes/InitializationState.html":{}}}],["walkthrough",{"_index":4654,"title":{},"body":{"index.html":{}}}],["warming",{"_index":4079,"title":{},"body":{"changelog.html":{}}}],["warmupdatabase",{"_index":1388,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["warning",{"_index":4359,"title":{},"body":{"changelog.html":{}}}],["warranties",{"_index":4709,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":4706,"title":{},"body":{"license.html":{}}}],["watchoverflow",{"_index":3790,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["way",{"_index":3041,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["wc",{"_index":538,"title":{},"body":{"components/AppWebComponent.html":{}}}],["wc'},{'name",{"_index":649,"title":{},"body":{"components/AppWebComponent.html":{},"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/OntologySelectionComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/SpinnerOverlayComponent.html":{},"components/TermOccurrenceListComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{}}}],["web",{"_index":120,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["webcomponent",{"_index":4166,"title":{},"body":{"changelog.html":{}}}],["webcomponents/webcomponentsjs",{"_index":4543,"title":{},"body":{"dependencies.html":{}}}],["webkit",{"_index":1070,"title":{},"body":{"components/ContainerComponent.html":{}}}],["webpages",{"_index":4134,"title":{},"body":{"changelog.html":{}}}],["website",{"_index":4630,"title":{},"body":{"index.html":{}}}],["week",{"_index":4426,"title":{},"body":{"changelog.html":{}}}],["weight",{"_index":742,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/DonorCardComponent.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/HeaderComponent.html":{},"components/OntologySearchComponent.html":{},"components/ResultsBrowserComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["well",{"_index":2992,"title":{},"body":{"components/ResultsBrowserComponent.html":{}}}],["whenever",{"_index":315,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"interfaces/DataStateModel.html":{},"components/DonorCardComponent.html":{},"classes/InitializationState.html":{},"miscellaneous/functions.html":{}}}],["whether",{"_index":288,"title":{},"body":{"interfaces/AppOptions.html":{},"components/CheckboxComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DualSliderComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/FlatNode.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ResultsBrowserComponent.html":{},"components/SpinnerOverlayComponent.html":{},"injectables/ThemingService.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"license.html":{}}}],["white",{"_index":1691,"title":{},"body":{"components/DonorCardComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchUiComponent.html":{},"components/TissueBlockListComponent.html":{}}}],["whole",{"_index":4423,"title":{},"body":{"changelog.html":{}}}],["whose",{"_index":597,"title":{},"body":{"components/AppWebComponent.html":{},"components/OntologySearchComponent.html":{},"components/ThumbnailCarouselComponent.html":{}}}],["width",{"_index":752,"title":{},"body":{"components/ButtonToggleComponent.html":{},"components/CheckboxComponent.html":{},"components/ContentComponent.html":{},"interfaces/ContentContainerChanged.html":{},"components/DonorCardComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/FiltersContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/OntologySearchComponent.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"components/ResultsBrowserComponent.html":{},"components/RunSpatialSearchComponent.html":{},"components/SpatialSearchConfigBehaviorComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiBehaviorComponent.html":{},"components/SpatialSearchUiComponent.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueBlockListComponent.html":{},"components/TissueSectionVisComponent.html":{},"components/ToggleButtonComponent.html":{},"components/ViewerComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["widths",{"_index":2410,"title":{},"body":{"classes/InitializationState.html":{}}}],["window",{"_index":303,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["window.matchmedia",{"_index":388,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["window.matchmedia('(prefers",{"_index":394,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["window.open(url",{"_index":478,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["within",{"_index":2766,"title":{},"body":{"components/OntologySelectionComponent.html":{},"components/SpatialSearchUiComponent.html":{},"changelog.html":{}}}],["without",{"_index":1009,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/OntologySearchService.html":{},"interfaces/SearchResult.html":{},"changelog.html":{},"license.html":{}}}],["work",{"_index":3800,"title":{},"body":{"components/ThumbnailCarouselComponent.html":{}}}],["workaround",{"_index":2420,"title":{},"body":{"classes/InitializationState.html":{}}}],["worker",{"_index":1577,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{},"miscellaneous/variables.html":{}}}],["worker(url",{"_index":3975,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["workerccfdatabasedatasourceservice",{"_index":3960,"title":{},"body":{"injectables/WorkerDataSourceService.html":{}}}],["workerdatasourceservice",{"_index":1576,"title":{"injectables/WorkerDataSourceService.html":{}},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/WorkerDataSourceService.html":{},"coverage.html":{}}}],["workflows",{"_index":4293,"title":{},"body":{"changelog.html":{}}}],["working",{"_index":4124,"title":{},"body":{"changelog.html":{}}}],["works",{"_index":4309,"title":{},"body":{"changelog.html":{}}}],["wrap",{"_index":847,"title":{},"body":{"components/CheckboxComponent.html":{},"components/FiltersContentComponent.html":{}}}],["wrapped",{"_index":1006,"title":{},"body":{"components/ContainerComponent.html":{}}}],["wrapper",{"_index":1751,"title":{},"body":{"components/DropdownComponent.html":{},"components/DualSliderComponent.html":{},"components/OntologySearchComponent.html":{},"components/SpatialSearchConfigComponent.html":{},"components/SpatialSearchUiComponent.html":{}}}],["wrapper/container",{"_index":1947,"title":{},"body":{"components/DualSliderComponent.html":{}}}],["wrapping",{"_index":1010,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{}}}],["x",{"_index":430,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ButtonToggleComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateSpatialSearch.html":{}}}],["x.tofixed(1",{"_index":3362,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["x?.celltypeterms",{"_index":366,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["x?.colorassignments",{"_index":910,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["x?.colorassignmentslist",{"_index":911,"title":{},"body":{"interfaces/Color.html":{},"injectables/ColorAssignmentState.html":{},"interfaces/ColorAssignmentStateModel.html":{}}}],["x?.filter",{"_index":1309,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["x?.highlightedid",{"_index":3132,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x?.highlightednodeid",{"_index":2456,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["x?.listresults",{"_index":2458,"title":{},"body":{"injectables/ListResultsState.html":{},"interfaces/ListResultsStateModel.html":{}}}],["x?.ontologyterms",{"_index":364,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["x?.referenceorgans",{"_index":3134,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x?.scene",{"_index":3136,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x?.selectedreferenceorgans",{"_index":3138,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x?.status",{"_index":1285,"title":{},"body":{"interfaces/DataStateModel.html":{}}}],["x?.statusmessage",{"_index":326,"title":{},"body":{"interfaces/AppOptions.html":{}}}],["x_dimension",{"_index":2906,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["xyz",{"_index":3510,"title":{},"body":{"components/SpatialSearchUiComponent.html":{}}}],["xyzpositionmodule",{"_index":3524,"title":{},"body":{"modules/SpatialSearchUiModule.html":{}}}],["x},${y},${z",{"_index":3353,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["x}_${y}_${z",{"_index":2927,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["y",{"_index":432,"title":{},"body":{"interfaces/AppOptions.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"components/ResultsBrowserComponent.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"classes/UpdateSpatialSearch.html":{}}}],["y.tofixed(1",{"_index":3363,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["y_dimension",{"_index":2907,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["yes",{"_index":2601,"title":{},"body":{"components/OntologySearchComponent.html":{},"miscellaneous/functions.html":{}}}],["youtube",{"_index":4146,"title":{},"body":{"changelog.html":{}}}],["z",{"_index":434,"title":{},"body":{"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/FiltersPopoverComponent.html":{},"classes/GenerateSpatialSearch.html":{},"classes/MoveToNode.html":{},"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"classes/ResetPosition.html":{},"classes/ResetRadius.html":{},"classes/SetExecuteSearchOnGenerate.html":{},"classes/SetOrgan.html":{},"classes/SetPosition.html":{},"classes/SetRadius.html":{},"classes/SetSex.html":{},"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"components/SpinnerOverlayComponent.html":{},"classes/StartSpatialSearchFlow.html":{},"interfaces/TermResult.html":{},"components/ThumbnailCarouselComponent.html":{},"components/TissueSectionVisComponent.html":{},"classes/UpdateSpatialSearch.html":{},"components/ViewerComponent.html":{}}}],["z.tofixed(1",{"_index":3364,"title":{},"body":{"interfaces/SpatialSearchFilterItem.html":{},"injectables/SpatialSearchFilterState.html":{}}}],["z_dimension",{"_index":2908,"title":{},"body":{"interfaces/Position.html":{},"interfaces/RadiusSettings.html":{},"classes/ReallyUpdateSpatialSearch.html":{},"interfaces/SpatialSearchUiModel.html":{},"classes/SpatialSearchUiSelectors.html":{},"injectables/SpatialSearchUiState.html":{},"interfaces/TermResult.html":{}}}],["zone.js",{"_index":4608,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":77,"title":{},"body":{"modules/AppModule.html":{},"modules/ButtonToggleModule.html":{},"modules/CheckboxModule.html":{},"modules/CoreModule.html":{},"modules/DonorCardModule.html":{},"modules/DrawerModule.html":{},"modules/DropdownModule.html":{},"modules/DualSliderModule.html":{},"modules/FiltersContentModule.html":{},"modules/FiltersPopoverModule.html":{},"modules/HeaderModule.html":{},"modules/OntologyExplorationModule.html":{},"modules/OntologySearchModule.html":{},"modules/OntologySelectionModule.html":{},"modules/OntologyTreeModule.html":{},"modules/ResultsBrowserModule.html":{},"modules/RunSpatialSearchModule.html":{},"modules/SpatialSearchConfigBehaviorModule.html":{},"modules/SpatialSearchConfigModule.html":{},"modules/SpatialSearchUiBehaviorModule.html":{},"modules/SpatialSearchUiModule.html":{},"modules/SpinnerOverlayModule.html":{},"modules/TermOccurrenceListModule.html":{},"modules/ThemingModule.html":{},"modules/ThumbnailCarouselModule.html":{},"modules/TissueBlockListModule.html":{},"modules/TissueSectionVisModule.html":{},"modules/ViewerModule.html":{},"overview.html":{}}}]],"pipeline":["stemmer"]}, + "store": {"classes/AddSearch.html":{"url":"classes/AddSearch.html","title":"class - AddSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(sex: Sex, organName: string, search: SpatialSearch)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n \n Sex\n \n \n \n No\n \n \n \n \n organName\n \n \n string\n \n \n \n No\n \n \n \n \n search\n \n \n SpatialSearch\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[Spatial Search Filter] Add'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:9\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSearch } from 'ccf-database';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\n\nimport type { SpatialSearchFilterItem } from './spatial-search-filter.state';\n\n\nexport class AddSearch {\n static readonly type = '[Spatial Search Filter] Add';\n\n constructor(readonly sex: Sex, readonly organName: string, readonly search: SpatialSearch) { }\n}\n\nexport class RemoveSearch {\n static readonly type = '[Spatial Search Filter] Remove';\n\n constructor(readonly id: string) { }\n}\n\nexport class SetSelectedSearches {\n static readonly type = '[Spatial Search Filter] Set selected searches';\n\n constructor(readonly items: SpatialSearchFilterItem[]) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nButtonToggleModule\n\nButtonToggleModule\n\nAppModule -->\n\nButtonToggleModule->AppModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nDrawerModule\n\nDrawerModule\n\nAppModule -->\n\nDrawerModule->AppModule\n\n\n\n\n\nDualSliderModule\n\nDualSliderModule\n\nAppModule -->\n\nDualSliderModule->AppModule\n\n\n\n\n\nFiltersPopoverModule\n\nFiltersPopoverModule\n\nAppModule -->\n\nFiltersPopoverModule->AppModule\n\n\n\n\n\nOntologyExplorationModule\n\nOntologyExplorationModule\n\nAppModule -->\n\nOntologyExplorationModule->AppModule\n\n\n\n\n\nResultsBrowserModule\n\nResultsBrowserModule\n\nAppModule -->\n\nResultsBrowserModule->AppModule\n\n\n\n\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule\n\nAppModule -->\n\nRunSpatialSearchModule->AppModule\n\n\n\n\n\nSpinnerOverlayModule\n\nSpinnerOverlayModule\n\nAppModule -->\n\nSpinnerOverlayModule->AppModule\n\n\n\n\n\nViewerModule\n\nViewerModule\n\nAppModule -->\n\nViewerModule->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/app.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n AppComponent\n \n \n AppWebComponent\n \n \n \n \n Imports\n \n \n ButtonToggleModule\n \n \n CoreModule\n \n \n DrawerModule\n \n \n DualSliderModule\n \n \n FiltersPopoverModule\n \n \n OntologyExplorationModule\n \n \n ResultsBrowserModule\n \n \n RunSpatialSearchModule\n \n \n SpinnerOverlayModule\n \n \n ViewerModule\n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngDoBootstrap\n \n \n \n \n \n \nngDoBootstrap()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/app.module.ts:63\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n\n\n \n import { OverlayContainer } from '@angular/cdk/overlay';\nimport { DoBootstrap, Injector, NgModule } from '@angular/core';\nimport { createCustomElement } from '@angular/elements';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { BodyUiModule, InfoButtonModule, OrganSelectorModule, TrackingPopupModule } from 'ccf-shared';\nimport { AppRootOverlayContainer } from './core/services/app-root-overlay/app-root-overlay.service';\n\nimport { DEFAULT_THEME } from '../app/core/services/theming/theming.service';\nimport { AppWebComponent } from './app-web-component.component';\nimport { AppComponent } from './app.component';\nimport { CoreModule } from './core/core.module';\nimport { FiltersPopoverModule } from './modules/filters/filters-popover/filters-popover.module';\nimport { OntologyExplorationModule } from './modules/ontology-exploration/ontology-exploration.module';\nimport { ResultsBrowserModule } from './modules/results-browser/results-browser/results-browser.module';\nimport { DrawerModule } from './shared/components/drawer/drawer.module';\nimport { DualSliderModule } from './shared/components/dual-slider/dual-slider.module';\nimport { RunSpatialSearchModule } from './shared/components/run-spatial-search/run-spatial-search.module';\nimport { SpinnerOverlayModule } from './shared/components/spinner-overlay/spinner-overlay.module';\nimport { ViewerModule } from './shared/components/viewer/viewer.module';\nimport { ButtonToggleComponent } from './shared/components/button-toggle/button-toggle.component';\nimport { MatButtonToggleModule } from '@angular/material/button-toggle';\nimport { ButtonToggleModule } from './shared/components/button-toggle/button-toggle.module';\n\n\n\n@NgModule({\n imports: [\n BrowserAnimationsModule,\n BrowserModule,\n CoreModule,\n DrawerModule,\n FiltersPopoverModule,\n OntologyExplorationModule,\n MatIconModule,\n DualSliderModule,\n ResultsBrowserModule,\n SpinnerOverlayModule,\n BodyUiModule,\n OrganSelectorModule,\n InfoButtonModule,\n MatTooltipModule,\n ViewerModule,\n TrackingPopupModule,\n MatSnackBarModule,\n RunSpatialSearchModule,\n MatSnackBarModule,\n MatButtonToggleModule,\n ButtonToggleModule\n ],\n declarations: [AppComponent, AppWebComponent],\n providers: [\n { provide: DEFAULT_THEME, useValue: 'hubmap-theme-light' },\n { provide: OverlayContainer, useExisting: AppRootOverlayContainer }\n ]\n})\nexport class AppModule implements DoBootstrap {\n constructor(private readonly injector: Injector) { }\n\n ngDoBootstrap(): void {\n const appElement = createCustomElement(AppWebComponent, {\n injector: this.injector\n });\n\n customElements.define('ccf-eui', appElement);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AppOptions.html":{"url":"interfaces/AppOptions.html","title":"interface - AppOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AppOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/app.component.ts\n \n\n\n\n \n Extends\n \n \n CCFDatabaseOptions\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n header\n \n \n \n Optional\n \n homeUrl\n \n \n \n Optional\n \n loginEnabled\n \n \n \n Optional\n \n logoTooltip\n \n \n \n Optional\n \n selectedOrgans\n \n \n \n Optional\n \n theme\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n header\n \n \n \n \n \n \n \n \n header: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n \n \n \n \n homeUrl: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n loginEnabled\n \n \n \n \n \n \n \n \n loginEnabled: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n \n \n \n \n logoTooltip: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n selectedOrgans\n \n \n \n \n \n \n \n \n selectedOrgans: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n theme\n \n \n \n \n \n \n \n \n theme: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n Injector,\n OnInit,\n ViewChild,\n} from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { Dispatch } from '@ngxs-labs/dispatch-decorator';\nimport { Select } from '@ngxs/store';\nimport { CCFDatabaseOptions, Filter, OntologyTreeModel } from 'ccf-database';\nimport { DataSourceService, GlobalConfigState, OrganInfo, TrackingPopupComponent } from 'ccf-shared';\nimport { ConsentService } from 'ccf-shared/analytics';\nimport { Observable, ReplaySubject, combineLatest } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nimport { BodyUiComponent } from '../../../ccf-shared/src/lib/components/body-ui/body-ui.component';\nimport { environment } from '../environments/environment';\nimport { OntologySelection } from './core/models/ontology-selection';\nimport { AppRootOverlayContainer } from './core/services/app-root-overlay/app-root-overlay.service';\nimport { ThemingService } from './core/services/theming/theming.service';\nimport { actionAsFn } from './core/store/action-as-fn';\nimport { DataStateSelectors } from './core/store/data/data.selectors';\nimport { DataQueryState, DataState } from './core/store/data/data.state';\nimport { ListResultsState } from './core/store/list-results/list-results.state';\nimport { SceneState } from './core/store/scene/scene.state';\nimport {\n RemoveSearch,\n SetSelectedSearches,\n} from './core/store/spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from './core/store/spatial-search-filter/spatial-search-filter.selectors';\nimport { SpatialSearchFilterItem } from './core/store/spatial-search-filter/spatial-search-filter.state';\nimport { FiltersPopoverComponent } from './modules/filters/filters-popover/filters-popover.component';\nimport { DrawerComponent } from './shared/components/drawer/drawer/drawer.component';\n\ninterface AppOptions extends CCFDatabaseOptions {\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n selectedOrgans?: string[];\n loginEnabled?: boolean;\n}\n\n\n/**\n * This is the main angular component that all the other components branch off from.\n * It is in charge of the header and drawer components who have many sub-components.\n */\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AppComponent implements OnInit {\n @ViewChild('bodyUI', { static: false }) bodyUI: BodyUiComponent;\n\n\n @Select(DataStateSelectors.cellTypesTreeModel)\n readonly cellTypeTreeModel$: Observable;\n\n @Select(DataStateSelectors.anatomicalStructuresTreeModel)\n readonly ontologyTreeModel$: Observable;\n\n @Select(DataStateSelectors.biomarkersTreeModel)\n readonly biomarkersTreeModel$: Observable;\n\n @Select(SpatialSearchFilterSelectors.items)\n readonly selectableSearches$: Observable;\n\n @Dispatch()\n readonly setSelectedSearches = actionAsFn(SetSelectedSearches);\n\n @Dispatch()\n readonly removeSpatialSearch = actionAsFn(RemoveSearch);\n\n menuOptions: string[] = ['AS', 'CT', 'B'];\n tooltips: string[] = ['Anatomical Structures', 'Cell Types', 'Biomarkers'];\n /**\n * Used to keep track of the ontology label to be passed down to the\n * results-browser component.\n */\n ontologySelectionLabel = 'body';\n\n cellTypeSelectionLabel = 'cell';\n\n biomarkerSelectionLabel = 'biomarker';\n\n selectionLabel = 'body | cell | biomarker';\n\n selectedtoggleOptions: string[] = [];\n\n /**\n * Whether or not organ carousel is open\n */\n organListVisible = true;\n\n /**\n * Emitted url object from the results browser item\n */\n url = '';\n\n /**\n * Acceptable viewer domains (others will open in new window)\n */\n acceptableViewerDomains: string[] = environment.acceptableViewerDomains || [];\n\n /**\n * Variable to keep track of whether the viewer is open\n * or not\n */\n viewerOpen = false;\n\n get isLightTheme(): boolean {\n return this.theming.getTheme().endsWith('light');\n }\n\n get isFirefox(): boolean {\n return navigator.userAgent.indexOf('Firefox') != -1;\n }\n\n /** Emits true whenever the overlay spinner should activate. */\n readonly spinnerActive$ = this.data.queryStatus$.pipe(\n map(state => state === DataQueryState.Running)\n );\n\n readonly loadingMessage$ = this.data.state$.pipe(map(x => x?.statusMessage));\n\n\n readonly ontologyTerms$: Observable;\n readonly cellTypeTerms$: Observable;\n\n readonly theme$ = this.globalConfig.getOption('theme');\n readonly themeMode$ = new ReplaySubject(1);\n\n readonly header$ = this.globalConfig.getOption('header');\n readonly homeUrl$ = this.globalConfig.getOption('homeUrl');\n readonly logoTooltip$ = this.globalConfig.getOption('logoTooltip');\n readonly loginDisabled$ = this.globalConfig.getOption('loginDisabled');\n readonly filter$ = this.globalConfig.getOption('filter');\n readonly selectedOrgans$ = this.globalConfig.getOption('selectedOrgans');\n /**\n * Creates an instance of app component.\n *\n * @param data The data state.\n */\n constructor(\n el: ElementRef,\n injector: Injector,\n readonly data: DataState,\n readonly theming: ThemingService,\n readonly scene: SceneState,\n readonly listResultsState: ListResultsState,\n readonly consentService: ConsentService,\n readonly snackbar: MatSnackBar,\n overlay: AppRootOverlayContainer,\n readonly dataSource: DataSourceService,\n private readonly globalConfig: GlobalConfigState,\n cdr: ChangeDetectorRef\n ) {\n theming.initialize(el, injector);\n overlay.setRootElement(el);\n data.tissueBlockData$.subscribe();\n data.aggregateData$.subscribe();\n data.ontologyTermOccurencesData$.subscribe();\n data.cellTypeTermOccurencesData$.subscribe();\n data.biomarkerTermOccurencesData$.subscribe();\n data.sceneData$.subscribe();\n data.filter$.subscribe();\n data.technologyFilterData$.subscribe();\n data.providerFilterData$.subscribe();\n this.ontologyTerms$ = data.filter$.pipe(map(x => x?.ontologyTerms));\n this.cellTypeTerms$ = data.filter$.pipe(map(x => x?.cellTypeTerms));\n this.filter$.subscribe((filter: Partial)=> data.updateFilter(filter));\n\n combineLatest([scene.referenceOrgans$, this.selectedOrgans$]).subscribe(\n ([refOrgans, selected]: [OrganInfo[], string[]]) => {\n scene.setSelectedReferenceOrgansWithDefaults(refOrgans, selected);\n });\n combineLatest([this.theme$, this.themeMode$]).subscribe(\n ([theme, mode]) => {\n this.theming.setTheme(`${theme}-theme-${mode}`);\n cdr.markForCheck();\n }\n );\n this.selectedtoggleOptions=this.menuOptions;\n }\n\n ngOnInit(): void {\n const snackBar = this.snackbar.openFromComponent(TrackingPopupComponent, {\n data: {\n preClose: () => {\n snackBar.dismiss();\n }\n },\n duration: this.consentService.consent === 'not-set' ? Infinity : 3000\n });\n\n if (window.matchMedia) {\n // Sets initial theme according to user theme preference\n if (window.matchMedia('(prefers-color-scheme: dark)').matches) {\n this.themeMode$.next('dark');\n } else {\n this.themeMode$.next('light');\n }\n\n // Listens for changes in user theme preference\n window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => {\n this.themeMode$.next(e.matches ? 'dark' : 'light');\n });\n } else {\n this.themeMode$.next('light');\n }\n }\n\n /**\n * Resets the drawers and filter components to their default state.\n *\n * @param left The left drawer component gets passed in so we can call it's methods to control it's state\n * @param right The right drawer component gets passed in so we can call it's methods to control it's state\n * @param filterbox The filter's popover component gets passed in so we can control it's popover's state\n */\n reset(\n left: DrawerComponent,\n right: DrawerComponent,\n filterbox: FiltersPopoverComponent\n ): void {\n left.open();\n left.closeExpanded();\n right.open();\n right.closeExpanded();\n filterbox.removeBox();\n this.resetView();\n }\n\n resetView(): void {\n this.bodyUI.target = [0, 0, 0];\n this.bodyUI.rotation = 0;\n this.bodyUI.rotationX = 0;\n this.bodyUI.bounds = { x: 2.2, y: 2, z: 0.4 };\n }\n\n /**\n * Toggles scheme between light and dark mode\n */\n toggleScheme(): void {\n this.themeMode$.next(this.isLightTheme ? 'dark' : 'light');\n }\n\n /**\n * Captures changes in the ontologySelection and uses them to update the results-browser label\n * and the filter object in the data store.\n *\n * @param ontologySelection the list of currently selected organ nodes\n */\n ontologySelected(ontologySelection: OntologySelection[] | undefined, type: 'anatomical-structures' | 'cell-type' | 'biomarkers'): void {\n if (ontologySelection) {\n if (type === 'anatomical-structures') {\n this.data.updateFilter({ ontologyTerms: ontologySelection.map(selection => selection.id) });\n this.ontologySelectionLabel = this.createSelectionLabel(ontologySelection);\n } else if (type === 'cell-type') {\n this.data.updateFilter({ cellTypeTerms: ontologySelection.map(selection => selection.id) });\n this.cellTypeSelectionLabel = this.createSelectionLabel(ontologySelection);\n } else {\n this.data.updateFilter({ biomarkerTerms: ontologySelection.map(selection => selection.id) });\n this.biomarkerSelectionLabel = this.createSelectionLabel(ontologySelection);\n }\n\n this.selectionLabel = [\n this.ontologySelectionLabel || 'body',\n this.cellTypeSelectionLabel || 'cell',\n this.biomarkerSelectionLabel || 'biomarker'\n ].join(' | ');\n\n if (ontologySelection[0] && ontologySelection[0].label === 'body') {\n this.resetView();\n }\n return;\n }\n\n this.data.updateFilter({ ontologyTerms: [], cellTypeTerms: [] });\n this.ontologySelectionLabel = '';\n this.cellTypeSelectionLabel = '';\n }\n\n /**\n * Creates selection label for the results-browser to display based on an\n * array of selected ontology nodes.\n */\n createSelectionLabel(ontologySelection: OntologySelection[]): string {\n if (ontologySelection.length === 0) {\n return '';\n }\n\n if (ontologySelection.length === 1) {\n return ontologySelection[0].label;\n }\n\n let selectionString = '';\n ontologySelection.forEach((selection, index) => {\n selectionString += selection.label;\n\n // Don't add a comma if it's the last item in the array.\n if (index url?.startsWith(domain));\n if (isWhitelisted) {\n this.url = url;\n this.viewerOpen = !!url;\n } else {\n // Open link in new tab\n window.open(url, '_blank');\n this.closeiFrameViewer();\n }\n }\n\n /**\n * Function to easily close the iFrame viewer.\n */\n closeiFrameViewer(): void {\n this.viewerOpen = false;\n }\n\n /**\n * Gets login token\n */\n get loggedIn(): boolean {\n const token = this.globalConfig.snapshot.hubmapToken ?? '';\n return token.length > 0;\n }\n\n isItemSelected(item: string) {\n return this.selectedtoggleOptions.includes(item);\n }\n\n toggleSelection(value) {\n this.selectedtoggleOptions = value;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/AppRootOverlayContainer.html":{"url":"injectables/AppRootOverlayContainer.html","title":"injectable - AppRootOverlayContainer","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n AppRootOverlayContainer\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts\n \n\n\n\n \n Extends\n \n \n OverlayContainer\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n attached\n \n \n Private\n rootElement\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Protected\n _createContainer\n \n \n Private\n appendToRoot\n \n \n setRootElement\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Protected\n _createContainer\n \n \n \n \n \n \n \n _createContainer()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:27\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n appendToRoot\n \n \n \n \n \n \n \n appendToRoot()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:32\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setRootElement\n \n \n \n \n \n \nsetRootElement(el: ElementRef)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:13\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n el\n \n ElementRef\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n attached\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:11\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n rootElement\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts:10\n \n \n\n\n \n \n\n\n \n\n\n \n import { OverlayContainer } from '@angular/cdk/overlay';\nimport { Injectable, ElementRef } from '@angular/core';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AppRootOverlayContainer extends OverlayContainer {\n private rootElement: ElementRef;\n private attached = false;\n\n setRootElement(el: ElementRef): void {\n if (this.attached) {\n this.rootElement.nativeElement.removeChild(this._containerElement);\n this.attached = false;\n }\n\n this.rootElement = el;\n this.rootElement.nativeElement.style.display = 'block';\n this.rootElement.nativeElement.style.position = 'contents';\n this.rootElement.nativeElement.style.height = '100%';\n this.appendToRoot();\n }\n\n // eslint-disable-next-line @typescript-eslint/naming-convention\n protected _createContainer(): void {\n super._createContainer();\n this.appendToRoot();\n }\n\n private appendToRoot(): void {\n if (!this._containerElement || !this.rootElement) {\n return;\n }\n\n this.rootElement.nativeElement.appendChild(this._containerElement);\n this.attached = true;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppWebComponent.html":{"url":"components/AppWebComponent.html","title":"component - AppWebComponent","body":"\n \n\n\n\n\n\n Components\n \n AppWebComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/app-web-component.component.ts\n\n\n\n\n \n Extends\n \n \n BaseWebComponent\n \n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root-wc\n \n\n\n\n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n initialized\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n dataSources\n \n \n filter\n \n \n header\n \n \n homeUrl\n \n \n hubmapAssetUrl\n \n \n hubmapDataService\n \n \n hubmapDataUrl\n \n \n hubmapPortalUrl\n \n \n hubmapToken\n \n \n loginDisabled\n \n \n logoTooltip\n \n \n remoteApiEndpoint\n \n \n selectedOrgans\n \n \n theme\n \n \n useRemoteApi\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(configStore: GlobalConfigState, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:114\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n configStore\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n dataSources\n \n \n \n \n Type : string | string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:96\n \n \n \n \n \n \n \n \n \n filter\n \n \n \n \n Type : string | Partial\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:112\n \n \n \n \n \n \n \n \n \n header\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:108\n \n \n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:109\n \n \n \n \n \n \n \n \n \n hubmapAssetUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:101\n \n \n \n \n \n \n \n \n \n hubmapDataService\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:99\n \n \n \n \n \n \n \n \n \n hubmapDataUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:100\n \n \n \n \n \n \n \n \n \n hubmapPortalUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:103\n \n \n \n \n \n \n \n \n \n hubmapToken\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:102\n \n \n \n \n \n \n \n \n \n loginDisabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:111\n \n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:110\n \n \n \n \n \n \n \n \n \n remoteApiEndpoint\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:106\n \n \n \n \n \n \n \n \n \n selectedOrgans\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:97\n \n \n \n \n \n \n \n \n \n theme\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:107\n \n \n \n \n \n \n \n \n \n useRemoteApi\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:105\n \n \n \n \n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n initialized\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/app-web-component.component.ts:114\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n} from '@angular/core';\nimport { GlobalConfigState } from 'ccf-shared';\nimport {\n BaseWebComponent,\n BUILTIN_PARSERS,\n GenericGlobalConfig,\n} from 'ccf-shared/web-components';\n\nimport { environment } from '../environments/environment';\nimport { Filter } from 'ccf-database';\n\nfunction isNumber(value: unknown): value is number {\n return typeof value === 'number';\n}\n\nfunction isNumberArray(value: unknown): value is number[] {\n return Array.isArray(value) && value.every(isNumber);\n}\n\nfunction isString(value: unknown): value is string {\n return typeof value === 'string';\n}\n\nfunction isStringArray(value: unknown): value is string[] {\n return Array.isArray(value) && value.every(isString);\n}\n\nfunction checkOptionalProperty(\n name: string,\n obj: object,\n prop: string,\n validator: (value: unknown) => boolean // returns boolean after being called. Logic is passed as an argument when 'checkProp()' is called.\n): void {\n /** first check if prop(property name) is present in the obj(value) and then apply the validator function whose\n *logic is passed when the checkProp() is called.\n */\n if (prop in obj) {\n //obj[prop] is value for eg. 'Male' in sex\n if (!validator(obj[prop])) {\n throw new Error(`Invalid property ${prop} in ${name}`);\n }\n }\n}\n\nfunction parseDataSources(value: unknown): string[] {\n if (typeof value === 'string') {\n const json = BUILTIN_PARSERS.json(value);\n if (isStringArray(json)) {\n return json;\n }\n } else if (isStringArray(value)) {\n return value;\n }\n\n throw new Error('Invalid type for string array');\n}\n\nfunction parseFilter(value: unknown): string | Partial {\n if (typeof value === 'string') {\n value = BUILTIN_PARSERS.json(value);\n if (isString(value)) {\n return value;\n }\n }\n\n if (typeof value === 'object') {\n const sexOptions = ['Both', 'Male', 'Female'];\n // predefine name as 'filter' and obj as value. 'this' is set to undefined\n const checkProp = checkOptionalProperty.bind(undefined, 'filter', value);\n checkProp('sex', val => isString(val) && sexOptions.includes(val));\n checkProp('ageRange', val => isNumberArray(val) && val.length === 2);\n checkProp('bmiRange', val => isNumberArray(val) && val.length === 2);\n checkProp('consortiums', isStringArray);\n checkProp('tmc', isStringArray);\n checkProp('technologies', val => isStringArray(val));\n checkProp('ontologyTerms', val => isStringArray(val));\n checkProp('cellTypeTerms', val => isStringArray(val));\n checkProp('spatialSearches', val => isStringArray(val));\n return value as Filter;\n }\n\n throw new Error('Invalid filter');\n}\n\n@Component({\n selector: 'ccf-root-wc',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AppWebComponent extends BaseWebComponent {\n @Input() dataSources: string | string[];\n @Input() selectedOrgans: string[];\n\n @Input() hubmapDataService: string;\n @Input() hubmapDataUrl: string;\n @Input() hubmapAssetUrl: string;\n @Input() hubmapToken: string;\n @Input() hubmapPortalUrl: string;\n\n @Input() useRemoteApi: string | boolean;\n @Input() remoteApiEndpoint: string;\n @Input() theme: string;\n @Input() header: string | boolean;\n @Input() homeUrl: string;\n @Input() logoTooltip: string;\n @Input() loginDisabled: boolean;\n @Input() filter: string | Partial;\n\n initialized: boolean;\n\n constructor(\n configStore: GlobalConfigState,\n cdr: ChangeDetectorRef\n ) {\n super(configStore, cdr, {\n initialDelay: 10,\n\n initialConfig: {\n ...environment.dbOptions,\n ...globalThis['dbOptions'],\n ...environment.customization,\n },\n parse: {\n dataSources: parseDataSources,\n useRemoteApi: BUILTIN_PARSERS.boolean,\n header: BUILTIN_PARSERS.boolean,\n loginDisabled: BUILTIN_PARSERS.boolean,\n filter: parseFilter,\n },\n });\n }\n}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppWebComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ButtonToggleComponent.html":{"url":"components/ButtonToggleComponent.html","title":"component - ButtonToggleComponent","body":"\n \n\n\n\n\n\n Components\n \n ButtonToggleComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-button-toggle\n \n\n\n\n \n styleUrls\n ./button-toggle.component.scss\n \n\n\n\n \n templateUrl\n ./button-toggle.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n isItemSelected\n \n \n toggleSelection\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n enableTooltip\n \n \n menuOptions\n \n \n selectedItems\n \n \n tooltips\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selectionChange\n \n \n \n \n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n enableTooltip\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:20\n \n \n \n \n \n \n \n \n \n menuOptions\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:16\n \n \n \n \n \n \n \n \n \n selectedItems\n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:18\n \n \n \n \n \n \n \n \n \n tooltips\n \n \n \n \n Type : {}\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:21\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selectionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:26\n \n \n \n \n Any time a button is clicked, event is emitted.\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n isItemSelected\n \n \n \n \n \n \nisItemSelected(item: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:28\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n item\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleSelection\n \n \n \n \n \n \ntoggleSelection(value: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts:32\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output\n} from '@angular/core';\n\n@Component({\n selector: 'ccf-button-toggle',\n templateUrl: './button-toggle.component.html',\n styleUrls: ['./button-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ButtonToggleComponent {\n @Input() menuOptions: string[];\n\n @Input() selectedItems?: string[] = [];\n\n @Input() enableTooltip = false;\n @Input() tooltips = [];\n\n /**\n * Any time a button is clicked, event is emitted.\n */\n @Output() readonly selectionChange = new EventEmitter();\n\n isItemSelected(item: string) {\n return this.selectedItems?.includes(item);\n }\n\n toggleSelection(value: string): void {\n if (this.isItemSelected(value)) {\n this.selectedItems = this.selectedItems?.filter(\n (el) => el != value\n );\n } else {\n this.selectedItems?.push(value);\n }\n this.selectionChange.emit(this.selectedItems);\n }\n}\n\n \n\n \n \n \n \n\n done\n {{item}}\n \n \n\n\n \n\n \n \n ./button-toggle.component.scss\n \n :host {\n font-weight: 400;\n font-size: 0.875rem;\n\n .hidden {\n display: none;\n }\n\n mat-button-toggle {\n text-align: center;\n width: inherit;\n line-height: 0px;\n border-right: 1px solid #757575;\n\n .tooltip-content-container {\n cursor: pointer;\n display: flex;\n align-items: center;\n gap: 0.5rem;\n }\n }\n\n .toggleGroup {\n border-radius: 35px;\n border: 1px solid #757575;\n width: 100%;\n overflow-x: auto;\n\n mat-button-toggle:last-child {\n border-right: 0;\n }\n }\n\n ::ng-deep .mat-button-toggle-label-content {\n display: flex;\n height: 2rem;\n justify-content: center;\n padding: 0 !important;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' done {{item}} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ButtonToggleComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ButtonToggleModule.html":{"url":"modules/ButtonToggleModule.html","title":"module - ButtonToggleModule","body":"\n \n\n\n\n\n Modules\n ButtonToggleModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ButtonToggleModule\n\n\n\ncluster_ButtonToggleModule_declarations\n\n\n\ncluster_ButtonToggleModule_exports\n\n\n\n\nButtonToggleComponent\n\nButtonToggleComponent\n\n\n\nButtonToggleModule\n\nButtonToggleModule\n\nButtonToggleModule -->\n\nButtonToggleComponent->ButtonToggleModule\n\n\n\n\n\nButtonToggleComponent \n\nButtonToggleComponent \n\nButtonToggleComponent -->\n\nButtonToggleModule->ButtonToggleComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ButtonToggleComponent\n \n \n \n \n Exports\n \n \n ButtonToggleComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ButtonToggleComponent } from './button-toggle.component';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonToggleModule } from '@angular/material/button-toggle';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\n\n\n@NgModule({\n imports: [CommonModule,MatIconModule,MatButtonToggleModule, MatTooltipModule],\n declarations: [ButtonToggleComponent],\n exports: [ButtonToggleComponent]\n})\nexport class ButtonToggleModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/CheckboxComponent.html":{"url":"components/CheckboxComponent.html","title":"component - CheckboxComponent","body":"\n \n\n\n\n\n\n Components\n \n CheckboxComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts\n\n\n\n \n Description\n \n \n Creates a labeled group of checkboxes and emits a current list of selections whenever a selection changes.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-checkbox\n \n\n\n\n \n styleUrls\n ./checkbox.component.scss\n \n\n\n\n \n templateUrl\n ./checkbox.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterOnChange\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n columns\n \n \n label\n \n \n options\n \n \n selection\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selectionChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:38\n \n \n\n \n \n Creates an instance of checkbox component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n columns\n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 3\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:33\n \n \n \n \n Number of columns\n\n \n \n \n \n \n \n \n \n \n label\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:18\n \n \n \n \n The label that describes the overall question the checkbox is asking\n\n \n \n \n \n \n \n \n \n \n options\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:23\n \n \n \n \n Used to generate the individual checkboxes and their individual labels\n\n \n \n \n \n \n \n \n \n \n selection\n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:28\n \n \n \n \n A list of the checkboxes the user has checked. To be updated any time a checkbox changes.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selectionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:38\n \n \n \n \n Any time a checkbox changes we emit that value so the parent component has that information\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filterOnChange\n \n \n \n \n \n \nfilterOnChange(event: MatCheckboxChange, option: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts:53\n \n \n\n\n \n \n This method captures checkbox events and decides whether to add or remove a filter selection based on the checked property\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n MatCheckboxChange\n \n\n \n No\n \n\n\n \n Event object from the checkbox that contains the boolean property 'checked'\n\n \n \n \n option\n \n string\n \n\n \n No\n \n\n\n \n Tells us which option was checked or unchecked\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { MatCheckboxChange } from '@angular/material/checkbox';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Creates a labeled group of checkboxes and emits a current list of selections whenever a selection changes.\n */\n@Component({\n selector: 'ccf-checkbox',\n templateUrl: './checkbox.component.html',\n styleUrls: ['./checkbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class CheckboxComponent {\n /**\n * The label that describes the overall question the checkbox is asking\n */\n @Input() label: string;\n\n /**\n * Used to generate the individual checkboxes and their individual labels\n */\n @Input() options: string[];\n\n /**\n * A list of the checkboxes the user has checked. To be updated any time a checkbox changes.\n */\n @Input() selection: string[] = [];\n\n /**\n * Number of columns\n */\n @Input() columns = 3;\n\n /**\n * Any time a checkbox changes we emit that value so the parent component has that information\n */\n @Output() readonly selectionChange = new EventEmitter();\n\n /**\n * Creates an instance of checkbox component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * This method captures checkbox events and decides whether to add or remove a filter selection based on the checked property\n *\n * @param event Event object from the checkbox that contains the boolean property 'checked'\n * @param option Tells us which option was checked or unchecked\n */\n filterOnChange(event: MatCheckboxChange, option: string): void {\n const checked = event.checked;\n\n if (checked) {\n this.selection = [...this.selection, option];\n this.ga.event('filter_added', 'filter_checkbox', option);\n } else {\n this.selection = this.selection.filter(selection => selection !== option);\n this.ga.event('filter_removed', 'filter_checkbox', option);\n }\n\n this.selectionChange.emit(this.selection);\n }\n}\n\n \n\n \n \n {{ label }}\n\n \n \n \n {{ option }}\n \n \n \n\n\n \n\n \n \n ./checkbox.component.scss\n \n .filter-label {\n margin-bottom: 0.5rem;\n font-weight: bold;\n text-wrap: nowrap;\n}\n\n.options-container {\n display: flex;\n flex-wrap: wrap;\n\n .option {\n display: flex;\n height: 2rem;\n align-items: center;\n }\n\n &.three {\n .option {\n width: 14.375rem;\n }\n }\n\n &.six {\n .option {\n width: 16.5%;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ label }} {{ option }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'CheckboxComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CheckboxModule.html":{"url":"modules/CheckboxModule.html","title":"module - CheckboxModule","body":"\n \n\n\n\n\n Modules\n CheckboxModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_CheckboxModule\n\n\n\ncluster_CheckboxModule_exports\n\n\n\ncluster_CheckboxModule_declarations\n\n\n\n\nCheckboxComponent\n\nCheckboxComponent\n\n\n\nCheckboxModule\n\nCheckboxModule\n\nCheckboxModule -->\n\nCheckboxComponent->CheckboxModule\n\n\n\n\n\nCheckboxComponent \n\nCheckboxComponent \n\nCheckboxComponent -->\n\nCheckboxModule->CheckboxComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/checkbox/checkbox.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n CheckboxComponent\n \n \n \n \n Exports\n \n \n CheckboxComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\n\nimport { CheckboxComponent } from './checkbox.component';\n\n\n@NgModule({\n imports: [CommonModule, MatCheckboxModule],\n declarations: [CheckboxComponent],\n exports: [CheckboxComponent]\n})\nexport class CheckboxModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Color.html":{"url":"interfaces/Color.html","title":"interface - Color","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Color\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n color\n \n \n \n \n rank\n \n \n \n \n rgba\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n color\n \n \n \n \n \n \n \n \n color: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n rank\n \n \n \n \n \n \n \n \n rank: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n rgba\n \n \n \n \n \n \n \n \n rgba: [number, number, number, number]\n\n \n \n\n\n \n \n Type : [number, number, number, number]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings/immutability';\nimport { Injectable } from '@angular/core';\nimport { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport hexRgb from 'hex-rgb';\nimport { Subject } from 'rxjs';\nimport { distinctUntilChanged, map } from 'rxjs/operators';\n\n\nexport interface Color {\n color: string;\n rgba: [number, number, number, number];\n rank: number;\n}\n\nexport const DEFAULT_COLOR_PALETTE: Color[] = [\n '#FF8800',\n '#2979ff',\n '#ffd740',\n '#b92dff',\n '#da326f',\n '#7323e2',\n '#acf32b',\n '#82B1FF',\n '#E040FB',\n '#00E5FF'\n].map((color, rank) => {\n const rgba = hexRgb(color, { format: 'array' });\n rgba[3] = 255; // for Deck.gl\n return { color, rgba, rank };\n});\n\nexport interface ColorAssignmentStateModel {\n colorPalette: Color[];\n colorsAvailable: Color[];\n colorAssignments: Record;\n colorAssignmentsList: { color: Color; key: string }[];\n}\n\n/**\n * Color Assignment State\n */\n@StateRepository()\n@State({\n name: 'colors',\n defaults: {\n colorPalette: DEFAULT_COLOR_PALETTE.concat(),\n colorsAvailable: DEFAULT_COLOR_PALETTE.concat(),\n colorAssignments: {},\n colorAssignmentsList: []\n }\n})\n@Injectable()\nexport class ColorAssignmentState extends NgxsImmutableDataRepository {\n private readonly forcedUnassignment = new Subject();\n\n readonly forcedUnassignment$ = this.forcedUnassignment.asObservable();\n readonly colorAssignments$ = this.state$.pipe(map(x => x?.colorAssignments), distinctUntilChanged());\n readonly colorAssignmentsList$ = this.state$.pipe(map(x => x?.colorAssignmentsList), distinctUntilChanged());\n\n getColor(key: string): Immutable | undefined {\n const { colorAssignments } = this.snapshot;\n return colorAssignments[key];\n }\n\n @DataAction()\n assignColor(@Payload('key') key: string, @Payload('doReset') doReset = false): Immutable {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n if (doReset) {\n colorsAvailable = this.snapshot.colorPalette.concat();\n colorAssignmentsList = [];\n colorAssignments = {};\n }\n let color = colorAssignments[key];\n if (!color) {\n if (colorsAvailable.length > 0) {\n color = colorsAvailable[0];\n } else {\n color = colorAssignmentsList[colorAssignmentsList.length - 1].color;\n colorAssignmentsList = colorAssignmentsList.slice(0, -1);\n this.forcedUnassignment.next();\n }\n colorsAvailable = colorsAvailable.filter(c => c.color !== color.color);\n colorAssignmentsList = [{ color, key }].concat(colorAssignmentsList);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n return color;\n }\n\n @DataAction()\n unassignColor(@Payload('key') key: string): void {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n const color = colorAssignments[key];\n if (color) {\n colorsAvailable = [color].concat(colorsAvailable);\n colorAssignmentsList = colorAssignmentsList.filter(a => a.color.color !== color.color);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ColorAssignmentState.html":{"url":"injectables/ColorAssignmentState.html","title":"injectable - ColorAssignmentState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ColorAssignmentState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n\n\n \n Description\n \n \n Color Assignment State\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n colorAssignments$\n \n \n Readonly\n colorAssignmentsList$\n \n \n Private\n Readonly\n forcedUnassignment\n \n \n Readonly\n forcedUnassignment$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n assignColor\n \n \n getColor\n \n \n \n unassignColor\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n assignColor\n \n \n \n \n \n \n \n assignColor(key: string, doReset)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:69\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n doReset\n \n \n\n \n No\n \n\n \n false\n \n\n \n \n \n \n \n Returns : Immutable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getColor\n \n \n \n \n \n \ngetColor(key: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:63\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Immutable | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n unassignColor\n \n \n \n \n \n \n \n unassignColor(key: string)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:102\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n colorAssignments$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.colorAssignments), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:60\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n colorAssignmentsList$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.colorAssignmentsList), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:61\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n forcedUnassignment\n \n \n \n \n \n \n Default value : new Subject()\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:57\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n forcedUnassignment$\n \n \n \n \n \n \n Default value : this.forcedUnassignment.asObservable()\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts:59\n \n \n\n\n \n \n\n\n \n\n\n \n import { Immutable } from '@angular-ru/common/typings/immutability';\nimport { Injectable } from '@angular/core';\nimport { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport hexRgb from 'hex-rgb';\nimport { Subject } from 'rxjs';\nimport { distinctUntilChanged, map } from 'rxjs/operators';\n\n\nexport interface Color {\n color: string;\n rgba: [number, number, number, number];\n rank: number;\n}\n\nexport const DEFAULT_COLOR_PALETTE: Color[] = [\n '#FF8800',\n '#2979ff',\n '#ffd740',\n '#b92dff',\n '#da326f',\n '#7323e2',\n '#acf32b',\n '#82B1FF',\n '#E040FB',\n '#00E5FF'\n].map((color, rank) => {\n const rgba = hexRgb(color, { format: 'array' });\n rgba[3] = 255; // for Deck.gl\n return { color, rgba, rank };\n});\n\nexport interface ColorAssignmentStateModel {\n colorPalette: Color[];\n colorsAvailable: Color[];\n colorAssignments: Record;\n colorAssignmentsList: { color: Color; key: string }[];\n}\n\n/**\n * Color Assignment State\n */\n@StateRepository()\n@State({\n name: 'colors',\n defaults: {\n colorPalette: DEFAULT_COLOR_PALETTE.concat(),\n colorsAvailable: DEFAULT_COLOR_PALETTE.concat(),\n colorAssignments: {},\n colorAssignmentsList: []\n }\n})\n@Injectable()\nexport class ColorAssignmentState extends NgxsImmutableDataRepository {\n private readonly forcedUnassignment = new Subject();\n\n readonly forcedUnassignment$ = this.forcedUnassignment.asObservable();\n readonly colorAssignments$ = this.state$.pipe(map(x => x?.colorAssignments), distinctUntilChanged());\n readonly colorAssignmentsList$ = this.state$.pipe(map(x => x?.colorAssignmentsList), distinctUntilChanged());\n\n getColor(key: string): Immutable | undefined {\n const { colorAssignments } = this.snapshot;\n return colorAssignments[key];\n }\n\n @DataAction()\n assignColor(@Payload('key') key: string, @Payload('doReset') doReset = false): Immutable {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n if (doReset) {\n colorsAvailable = this.snapshot.colorPalette.concat();\n colorAssignmentsList = [];\n colorAssignments = {};\n }\n let color = colorAssignments[key];\n if (!color) {\n if (colorsAvailable.length > 0) {\n color = colorsAvailable[0];\n } else {\n color = colorAssignmentsList[colorAssignmentsList.length - 1].color;\n colorAssignmentsList = colorAssignmentsList.slice(0, -1);\n this.forcedUnassignment.next();\n }\n colorsAvailable = colorsAvailable.filter(c => c.color !== color.color);\n colorAssignmentsList = [{ color, key }].concat(colorAssignmentsList);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n return color;\n }\n\n @DataAction()\n unassignColor(@Payload('key') key: string): void {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n const color = colorAssignments[key];\n if (color) {\n colorsAvailable = [color].concat(colorsAvailable);\n colorAssignmentsList = colorAssignmentsList.filter(a => a.color.color !== color.color);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ColorAssignmentStateModel.html":{"url":"interfaces/ColorAssignmentStateModel.html","title":"interface - ColorAssignmentStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ColorAssignmentStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n colorAssignments\n \n \n \n \n colorAssignmentsList\n \n \n \n \n colorPalette\n \n \n \n \n colorsAvailable\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n colorAssignments\n \n \n \n \n \n \n \n \n colorAssignments: Record\n\n \n \n\n\n \n \n Type : Record\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n colorAssignmentsList\n \n \n \n \n \n \n \n \n colorAssignmentsList: literal type[]\n\n \n \n\n\n \n \n Type : literal type[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n colorPalette\n \n \n \n \n \n \n \n \n colorPalette: Color[]\n\n \n \n\n\n \n \n Type : Color[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n colorsAvailable\n \n \n \n \n \n \n \n \n colorsAvailable: Color[]\n\n \n \n\n\n \n \n Type : Color[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings/immutability';\nimport { Injectable } from '@angular/core';\nimport { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport hexRgb from 'hex-rgb';\nimport { Subject } from 'rxjs';\nimport { distinctUntilChanged, map } from 'rxjs/operators';\n\n\nexport interface Color {\n color: string;\n rgba: [number, number, number, number];\n rank: number;\n}\n\nexport const DEFAULT_COLOR_PALETTE: Color[] = [\n '#FF8800',\n '#2979ff',\n '#ffd740',\n '#b92dff',\n '#da326f',\n '#7323e2',\n '#acf32b',\n '#82B1FF',\n '#E040FB',\n '#00E5FF'\n].map((color, rank) => {\n const rgba = hexRgb(color, { format: 'array' });\n rgba[3] = 255; // for Deck.gl\n return { color, rgba, rank };\n});\n\nexport interface ColorAssignmentStateModel {\n colorPalette: Color[];\n colorsAvailable: Color[];\n colorAssignments: Record;\n colorAssignmentsList: { color: Color; key: string }[];\n}\n\n/**\n * Color Assignment State\n */\n@StateRepository()\n@State({\n name: 'colors',\n defaults: {\n colorPalette: DEFAULT_COLOR_PALETTE.concat(),\n colorsAvailable: DEFAULT_COLOR_PALETTE.concat(),\n colorAssignments: {},\n colorAssignmentsList: []\n }\n})\n@Injectable()\nexport class ColorAssignmentState extends NgxsImmutableDataRepository {\n private readonly forcedUnassignment = new Subject();\n\n readonly forcedUnassignment$ = this.forcedUnassignment.asObservable();\n readonly colorAssignments$ = this.state$.pipe(map(x => x?.colorAssignments), distinctUntilChanged());\n readonly colorAssignmentsList$ = this.state$.pipe(map(x => x?.colorAssignmentsList), distinctUntilChanged());\n\n getColor(key: string): Immutable | undefined {\n const { colorAssignments } = this.snapshot;\n return colorAssignments[key];\n }\n\n @DataAction()\n assignColor(@Payload('key') key: string, @Payload('doReset') doReset = false): Immutable {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n if (doReset) {\n colorsAvailable = this.snapshot.colorPalette.concat();\n colorAssignmentsList = [];\n colorAssignments = {};\n }\n let color = colorAssignments[key];\n if (!color) {\n if (colorsAvailable.length > 0) {\n color = colorsAvailable[0];\n } else {\n color = colorAssignmentsList[colorAssignmentsList.length - 1].color;\n colorAssignmentsList = colorAssignmentsList.slice(0, -1);\n this.forcedUnassignment.next();\n }\n colorsAvailable = colorsAvailable.filter(c => c.color !== color.color);\n colorAssignmentsList = [{ color, key }].concat(colorAssignmentsList);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n return color;\n }\n\n @DataAction()\n unassignColor(@Payload('key') key: string): void {\n let { colorAssignments, colorAssignmentsList, colorsAvailable } = this.snapshot;\n const color = colorAssignments[key];\n if (color) {\n colorsAvailable = [color].concat(colorsAvailable);\n colorAssignmentsList = colorAssignmentsList.filter(a => a.color.color !== color.color);\n colorAssignments = colorAssignmentsList.reduce>>((acc, item, rank) => {\n acc[item.key] = { ...item.color, rank };\n return acc;\n }, {});\n\n this.ctx.patchState({\n colorsAvailable,\n colorAssignments,\n colorAssignmentsList\n });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContainerComponent.html":{"url":"components/ContainerComponent.html","title":"component - ContainerComponent","body":"\n \n\n\n\n\n\n Components\n \n ContainerComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts\n\n\n\n \n Description\n \n \n Main container for drawer components.\n\n \n\n\n \n Implements\n \n \n AfterViewInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n \n exportAs\n ccfDrawerContainer\n \n\n\n\n\n\n \n providers\n \n MessageService\n \n \n\n\n \n selector\n ccf-drawer-container\n \n\n\n\n \n styleUrls\n ./container.component.scss\n \n\n\n\n \n templateUrl\n ./container.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n channel\n \n \n \n Readonly\n className\n \n \n \n Private\n content1\n \n \n \n Private\n content2\n \n \n \n Private\n drawers\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n handleMessage\n \n \n ngAfterViewInit\n \n \n ngOnDestroy\n \n \n Private\n validateDrawers\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n content\n \n \n hasWrappedContent\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:62\n \n \n\n \n \n Creates an instance of container component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n The service used to send event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-container\"\n\n \n \n \n \n Default value : 'ccf-drawer-container'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:37\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n handleMessage\n \n \n \n \n \n \n \n handleMessage(_msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:115\n \n \n\n\n \n \n Processes event messages.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to be run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:83\n \n \n\n\n \n \n Sets up all listeners after all content has been projected.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:105\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n validateDrawers\n \n \n \n \n \n \n \n validateDrawers()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:124\n \n \n\n\n \n \n Validates the number of drawers and their positions.\n\n\n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n channel\n \n \n \n \n \n \n Type : MessageChannel\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:60\n \n \n\n \n \n The connected message channel.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-container'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:37\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n content1\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ContentChildren(ContentComponent, {descendants: true})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:45\n \n \n\n \n \n Content component if provided already wrapped.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n content2\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ViewChildren(ContentComponent)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:48\n \n \n\n \n \n Content component if provided without wrapping.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n drawers\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ContentChildren(DrawerComponent, {descendants: true})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:41\n \n \n\n \n \n Drawer components in this container.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:62\n \n \n\n \n \n All subscriptions managed by the container.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n content\n \n \n\n \n \n getcontent()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:50\n \n \n \n \n Resolves the content component.\n\n\n \n Returns : ContentComponent\n\n \n \n \n\n \n \n \n \n \n \n \n hasWrappedContent\n \n \n\n \n \n gethasWrappedContent()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts:55\n \n \n \n \n Whether the content was wrapped.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import {\n AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChildren, HostBinding, OnDestroy, QueryList,\n ViewChildren,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { startWith } from 'rxjs/operators';\n\nimport { ContentComponent } from '../content/content.component';\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageChannel, MessageService } from '../messages';\n\n\n/**\n * Helper function for creating drawer errors.\n *\n * @param position The position of the drawer.\n * @throws {Error} Error with useful message is always thrown.\n */\nfunction throwDuplicateDrawersError(position: 'start' | 'end'): never {\n throw new Error(`Multiple drawers in position ${position}`);\n}\n\n\n/**\n * Main container for drawer components.\n */\n@Component({\n selector: 'ccf-drawer-container',\n exportAs: 'ccfDrawerContainer',\n templateUrl: './container.component.html',\n styleUrls: ['./container.component.scss'],\n providers: [MessageService],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContainerComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-container';\n\n /** Drawer components in this container. */\n @ContentChildren(DrawerComponent, { descendants: true })\n private drawers: QueryList;\n\n /** Content component if provided already wrapped. */\n @ContentChildren(ContentComponent, { descendants: true })\n private content1: QueryList;\n /** Content component if provided without wrapping. */\n @ViewChildren(ContentComponent)\n private content2: QueryList;\n /** Resolves the content component. */\n private get content(): ContentComponent {\n return this.content1.first ?? this.content2.first;\n }\n\n /** Whether the content was wrapped. */\n get hasWrappedContent(): boolean {\n return this.content1.length !== 0;\n }\n\n /** The connected message channel. */\n private channel: MessageChannel;\n /** All subscriptions managed by the container. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of container component.\n *\n * @param messageService The service used to send event messages.\n * @param cdr The change detector reference.\n */\n constructor(messageService: MessageService,\n private cdr: ChangeDetectorRef) {\n this.channel = messageService.connect(this);\n this.subscriptions.add(this.channel.getMessages().subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Sets up all listeners after all content has been projected.\n */\n ngAfterViewInit(): void {\n this.drawers.changes.pipe(startWith(null)).subscribe(() => {\n const drawers = this.validateDrawers();\n this.channel.sendMessage({\n type: 'drawer-containers-changed',\n drawers\n });\n this.cdr.markForCheck();\n });\n\n this.content1.changes.pipe(startWith(null)).subscribe(() => {\n this.channel.sendMessage({\n type: 'content-container-changed',\n content: this.content\n });\n this.cdr.markForCheck();\n });\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Processes event messages.\n *\n * @param _msg The event.\n * @returns true if change detection needs to be run.\n */\n private handleMessage(_msg: Message): boolean {\n return true;\n }\n\n /**\n * Validates the number of drawers and their positions.\n *\n * @returns A tuple containing the start and end drawers.\n */\n private validateDrawers(): [DrawerComponent | undefined, DrawerComponent | undefined] {\n const drawers = this.drawers.toArray();\n const startDrawers = drawers.filter(drawer => drawer.position === 'start');\n const endDrawers = drawers.filter(drawer => drawer.position === 'end');\n\n if (startDrawers.length > 1) {\n throwDuplicateDrawersError('start');\n }\n if (endDrawers.length > 1) {\n throwDuplicateDrawersError('end');\n }\n\n return [startDrawers[0], endDrawers[0]];\n }\n}\n\n \n\n \n \n\n\n\n \n\n\n \n\n \n \n ./container.component.scss\n \n :host {\n display: block;\n position: relative;\n z-index: 1;\n overflow: hidden;\n -webkit-overflow-scrolling: touch;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContainerComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContentComponent.html":{"url":"components/ContentComponent.html","title":"component - ContentComponent","body":"\n \n\n\n\n\n\n Components\n \n ContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts\n\n\n\n \n Description\n \n \n Component wrapping and providing animations for center content.\n\n \n\n\n \n Implements\n \n \n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-drawer-content\n \n\n\n\n \n styleUrls\n ./content.component.scss\n \n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n animationsEnabled\n \n \n \n Readonly\n className\n \n \n Private\n drawers\n \n \n \n faded\n \n \n \n leftMargin\n \n \n \n rightMargin\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n handleMessage\n \n \n ngOnDestroy\n \n \n Private\n updateFaded\n \n \n Private\n updateMargin\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n @fadeInOut\n \n \n class\n \n \n class.cff-drawer-content-animations\n \n \n style.margin-left.px\n \n \n style.margin-right.px\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:41\n \n \n\n \n \n Creates an instance of content component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n Service used to send and receive event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n @fadeInOut\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:36\n \n \n\n \n \n Whether the content is invisible.\n\n \n \n\n \n \n \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-content\"\n\n \n \n \n \n Default value : 'ccf-drawer-content'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:28\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n class.cff-drawer-content-animations\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:30\n \n \n\n \n \n Whether animations are enabled.\n\n \n \n\n \n \n \n \n \n \n \n \n style.margin-left.px\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:32\n \n \n\n \n \n Left margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n style.margin-right.px\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:34\n \n \n\n \n \n Right margin size.\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n handleMessage\n \n \n \n \n \n \n \n handleMessage(msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:70\n \n \n\n\n \n \n Process an event message.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:60\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n updateFaded\n \n \n \n \n \n \n \n updateFaded()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:116\n \n \n\n\n \n \n Checks and updates the faded state based on the drawer states.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n updateMargin\n \n \n \n \n \n \n \n updateMargin(position: \"start\" | \"end\", opened: boolean, width: number, margin: number)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:103\n \n \n\n\n \n \n Updates a margin.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n position\n \n \"start\" | \"end\"\n \n\n \n No\n \n\n\n \n Start (left) or end (right) margin.\n\n \n \n \n opened\n \n boolean\n \n\n \n No\n \n\n\n \n Whether the drawer is opened.\n\n \n \n \n width\n \n number\n \n\n \n No\n \n\n\n \n The width of the drawer if opened.\n\n \n \n \n margin\n \n number\n \n\n \n No\n \n\n\n \n The margin size.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n animationsEnabled\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('class.cff-drawer-content-animations')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:30\n \n \n\n \n \n Whether animations are enabled.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-content'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:28\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n drawers\n \n \n \n \n \n \n Type : DrawerComponent[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:39\n \n \n\n \n \n References to the side drawers.\n\n \n \n\n \n \n \n \n \n \n \n \n \n faded\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('@fadeInOut')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:36\n \n \n\n \n \n Whether the content is invisible.\n\n \n \n\n \n \n \n \n \n \n \n \n \n leftMargin\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Decorators : \n \n \n @HostBinding('style.margin-left.px')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:32\n \n \n\n \n \n Left margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n \n rightMargin\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Decorators : \n \n \n @HostBinding('style.margin-right.px')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:34\n \n \n\n \n \n Right margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts:41\n \n \n\n \n \n Subscriptions managed by this component.\n\n \n \n\n \n \n\n\n\n\n\n \n import { animate, state, style, transition, trigger } from '@angular/animations';\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding, OnDestroy } from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageService } from '../messages';\n\n\n/**\n * Component wrapping and providing animations for center content.\n */\n@Component({\n selector: 'ccf-drawer-content',\n template: '',\n styleUrls: ['./content.component.scss'],\n animations: [\n trigger('fadeInOut', [\n state('false', style({ opacity: 1 })),\n state('true', style({ opacity: 0 })),\n\n transition('false true', animate('1s'))\n ])\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContentComponent implements OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-content';\n /** Whether animations are enabled. */\n @HostBinding('class.cff-drawer-content-animations') animationsEnabled = false;\n /** Left margin size. */\n @HostBinding('style.margin-left.px') leftMargin = 0;\n /** Right margin size. */\n @HostBinding('style.margin-right.px') rightMargin = 0;\n /** Whether the content is invisible. */\n @HostBinding('@fadeInOut') faded = false;\n\n /** References to the side drawers. */\n private drawers: DrawerComponent[] = [];\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of content component.\n *\n * @param messageService Service used to send and receive event messages.\n * @param cdr The change detector reference.\n */\n constructor(messageService: MessageService,\n cdr: ChangeDetectorRef) {\n const messages = messageService.connect(this).getMessages();\n this.subscriptions.add(messages.subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /** Cleans up all subscriptions. */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Process an event message.\n *\n * @param msg The event.\n * @returns true if change detection needs to run.\n */\n private handleMessage(msg: Message): boolean {\n switch (msg.payload.type) {\n case 'drawer-containers-changed':\n this.drawers = msg.payload.drawers as DrawerComponent[];\n this.updateFaded();\n return true;\n\n case 'drawer-initialized':\n this.animationsEnabled = true;\n return true;\n\n case 'drawer-toggled': {\n const position = (msg.source as DrawerComponent).position;\n const { opened, width, margin } = msg.payload;\n\n this.updateMargin(position, opened, width, margin);\n this.updateFaded();\n return true;\n }\n\n default:\n return false;\n }\n }\n\n /**\n * Updates a margin.\n *\n * @param position Start (left) or end (right) margin.\n * @param opened Whether the drawer is opened.\n * @param width The width of the drawer if opened.\n * @param margin The margin size.\n */\n private updateMargin(position: 'start' | 'end', opened: boolean,\n width: number, margin: number): void {\n const offset = opened ? width + margin : margin;\n if (position === 'start') {\n this.leftMargin = offset;\n } else {\n this.rightMargin = offset;\n }\n }\n\n /**\n * Checks and updates the faded state based on the drawer states.\n */\n private updateFaded(): void {\n const [start, end] = this.drawers;\n const startExpanded = start?.opened && start?.expanded;\n const endExpanded = end?.opened && end?.expanded;\n this.faded = startExpanded || endExpanded;\n }\n}\n\n \n\n\n \n \n ./content.component.scss\n \n :host {\n display: block;\n height: calc(100% - 5.5rem);\n z-index: 2;\n overflow: auto;\n\n &.cff-drawer-content-animations {\n transition: {\n duration: .5s;\n timing-function: ease-in-out;\n property: margin-left, margin-right;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ContentContainerChanged.html":{"url":"interfaces/ContentContainerChanged.html","title":"interface - ContentContainerChanged","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ContentContainerChanged\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when the content component changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n content\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n content\n \n \n \n \n \n \n \n \n content: \n\n \n \n\n\n\n\n\n\n\n \n \n A reference to the new content component.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\ncluster_CoreModule_exports\n\n\n\n\nHeaderModule\n\nHeaderModule\n\n\n\nCoreModule\n\nCoreModule\n\nCoreModule -->\n\nHeaderModule->CoreModule\n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nThemingModule\n\nThemingModule\n\nCoreModule -->\n\nThemingModule->CoreModule\n\n\n\n\n\nHeaderModule \n\nHeaderModule \n\nHeaderModule -->\n\nCoreModule->HeaderModule \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/core/core.module.ts\n \n\n\n\n\n\n \n \n \n Imports\n \n \n HeaderModule\n \n \n StoreModule\n \n \n ThemingModule\n \n \n \n \n Exports\n \n \n HeaderModule\n \n \n \n \n \n\n\n \n\n\n \n import { HttpClientModule } from '@angular/common/http';\nimport { NgModule, Optional, SkipSelf } from '@angular/core';\nimport { DataSourceService, MousePositionTrackerModule } from 'ccf-shared';\nimport { AnalyticsModule } from 'ccf-shared/analytics';\nimport { environment } from '../../environments/environment';\nimport { HeaderModule } from './header/header.module';\nimport { DelegateDataSourceService } from './services/data-source/data-source.service';\nimport { ThemingModule } from './services/theming/theming.module';\nimport { StoreModule } from './store/store.module';\n\n\n@NgModule({\n imports: [\n HttpClientModule,\n\n AnalyticsModule.forRoot({\n gaToken: environment.googleAnalyticsToken,\n appName: 'eui'\n }),\n MousePositionTrackerModule,\n HeaderModule,\n StoreModule,\n ThemingModule\n ],\n providers: [\n { provide: DataSourceService, useExisting: DelegateDataSourceService }\n ],\n exports: [HeaderModule]\n})\nexport class CoreModule {\n constructor(@Optional() @SkipSelf() core: CoreModule) {\n if (core) {\n throw new Error('The core module should only be imported once in the root module');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DataStateModel.html":{"url":"interfaces/DataStateModel.html","title":"interface - DataStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DataStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n\n\n \n Description\n \n \n Store data state.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n anatomicalStructuresTreeModel\n \n \n \n Optional\n \n biomarkersTreeModel\n \n \n \n Optional\n \n cellTypesTreeModel\n \n \n \n \n filter\n \n \n \n \n status\n \n \n \n \n statusMessage\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructuresTreeModel\n \n \n \n \n \n \n \n \n anatomicalStructuresTreeModel: OntologyTreeModel\n\n \n \n\n\n \n \n Type : OntologyTreeModel\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n biomarkersTreeModel\n \n \n \n \n \n \n \n \n biomarkersTreeModel: OntologyTreeModel\n\n \n \n\n\n \n \n Type : OntologyTreeModel\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n cellTypesTreeModel\n \n \n \n \n \n \n \n \n cellTypesTreeModel: OntologyTreeModel\n\n \n \n\n\n \n \n Type : OntologyTreeModel\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n filter\n \n \n \n \n \n \n \n \n filter: Filter\n\n \n \n\n\n \n \n Type : Filter\n\n \n \n\n\n\n\n\n \n \n Current filter.\n\n \n \n \n \n \n \n \n \n \n status\n \n \n \n \n \n \n \n \n status: \"Loading\" | \"Ready\" | \"Error\"\n\n \n \n\n\n \n \n Type : \"Loading\" | \"Ready\" | \"Error\"\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n statusMessage\n \n \n \n \n \n \n \n \n statusMessage: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Action, NgxsOnInit, State } from '@ngxs/store';\nimport { bind } from 'bind-decorator';\nimport { AggregateResult, DatabaseStatus, Filter, OntologyTreeModel, SpatialSceneNode, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService } from 'ccf-shared';\nimport { combineLatest, defer, ObservableInput, ObservedValueOf, OperatorFunction, ReplaySubject, Subject } from 'rxjs';\nimport { delay, distinct, filter as rxjsFilter, map, publishReplay, refCount, repeat, switchMap, take, takeWhile, tap } from 'rxjs/operators';\nimport { UpdateFilter } from './data.actions';\n\n\n/** Default values for filters. */\nexport const DEFAULT_FILTER: Filter = {\n sex: 'Both',\n ageRange: [1, 110],\n bmiRange: [13, 83],\n consortiums: [],\n tmc: [],\n technologies: [],\n ontologyTerms: ['http://purl.obolibrary.org/obo/UBERON_0013702'],\n cellTypeTerms: ['http://purl.obolibrary.org/obo/CL_0000000'],\n biomarkerTerms: ['http://purl.org/ccf/biomarkers'],\n spatialSearches: []\n};\n\n/** Current state of data queries. */\n// eslint-disable-next-line no-shadow\nexport enum DataQueryState {\n /** One or more queries are running. */\n Running = 'running',\n /** All queries have completed. */\n Completed = 'completed'\n}\n\n/**\n * Helper for testing that all states in an array are `DataQueryState.Completed`.\n *\n * @param states The array of states to test.\n * @returns true if all values in the array is `Completed`.\n */\nfunction allCompleted(states: DataQueryState[]): boolean {\n return states.every(state => state === DataQueryState.Completed);\n}\n\n/**\n * Helper creating a function that sends a `DataQueryState.Completed` to\n * a subject whenever it is called.\n *\n * @param subject The subject to send completed messagess to.\n * @returns The function.\n */\nfunction sendCompletedTo(subject: Subject): () => void {\n return () => subject.next(DataQueryState.Completed);\n}\n\n/**\n * Helper operator that combines querying with sharing and replay functionality.\n *\n * @param query The data query function.\n * @param [next] An optional listener on the values emitted by the latest query.\n * @returns The combined pipe operator function.\n */\nfunction queryData>(\n query: (value: T, index: number) => O,\n next?: (value: ObservedValueOf) => void\n): OperatorFunction> {\n return source => source.pipe(\n switchMap(query),\n tap(next),\n publishReplay(1),\n refCount()\n );\n}\n\n/** Store data state. */\nexport interface DataStateModel {\n /** Current filter. */\n filter: Filter;\n status: 'Loading' | 'Ready' | 'Error';\n statusMessage: string;\n anatomicalStructuresTreeModel?: OntologyTreeModel;\n cellTypesTreeModel?: OntologyTreeModel;\n biomarkersTreeModel?: OntologyTreeModel;\n}\n\n/**\n * Data state repository and service.\n */\n@StateRepository()\n@State({\n name: 'data',\n defaults: {\n filter: DEFAULT_FILTER,\n status: 'Loading',\n statusMessage: 'Loading database'\n }\n})\n@Injectable()\nexport class DataState extends NgxsDataRepository implements NgxsOnInit {\n /** Emits when the database is ready. */\n readonly databaseReady$ = this.state$.pipe(map(x => x?.status), distinct(), rxjsFilter((status) => status === 'Ready'));\n\n /** Implementation subject for tissueBlockDataQueryStatus$. */\n private readonly _tissueBlockDataQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for aggregateDataQueryStatus$. */\n private readonly _aggregateDataQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for ontologyTermOccurencesDataQueryStatus$. */\n private readonly _ontologyTermOccurencesDataQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for cellTypeTermOccurencesDataQueryStatus$. */\n private readonly _cellTypeTermOccurencesDataQueryStatus$ = new ReplaySubject(1);\n private readonly _biomarkerTermOccurencesDataQueryStatus$ = new ReplaySubject(1);\n\n /** Implementation subject for sceneDataQueryStatus$. */\n private readonly _sceneDataQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for technologyFilterQueryStatus$. */\n private readonly _technologyFilterQueryStatus$ = new ReplaySubject(1);\n /** Implementation subject for providerFilterQueryStatus$. */\n private readonly _providerFilterQueryStatus$ = new ReplaySubject(1);\n /** Keeping track of all ontology terms there is data for. */\n readonly ontologyTermsFullData$ = new ReplaySubject>(1);\n /** Keeping track of all cell type terms there is data for. */\n readonly cellTypeTermsFullData$ = new ReplaySubject>(1);\n readonly biomarkerTermsFullData$ = new ReplaySubject>(1);\n\n /** Current filter. */\n readonly filter$ = this.state$.pipe(map(x => x?.filter));\n /** Latest tissue block query data. */\n readonly tissueBlockData$ = this.filter$.pipe(queryData(\n this.tissueBlockData, sendCompletedTo(this._tissueBlockDataQueryStatus$)\n ));\n /** Latest aggregate query data. */\n readonly aggregateData$ = this.filter$.pipe(queryData(\n this.aggregateData, sendCompletedTo(this._aggregateDataQueryStatus$)\n ));\n /** Latest ontology term occurences query data. */\n readonly ontologyTermOccurencesData$ = this.filter$.pipe(queryData(\n this.ontologyTermOccurencesData, sendCompletedTo(this._ontologyTermOccurencesDataQueryStatus$)\n ));\n /** Latest ontology term occurences query data. */\n readonly biomarkerTermOccurencesData$ = this.filter$.pipe(queryData(\n this.biomarkerTermOccurencesData, sendCompletedTo(this._biomarkerTermOccurencesDataQueryStatus$)\n ));\n /** Latest cell type term occurences query data. */\n readonly cellTypeTermOccurencesData$ = this.filter$.pipe(queryData(\n this.cellTypeTermOccurencesData, sendCompletedTo(this._cellTypeTermOccurencesDataQueryStatus$)\n ));\n /** Latest scene query data. */\n readonly sceneData$ = this.filter$.pipe(queryData(\n this.sceneData, sendCompletedTo(this._sceneDataQueryStatus$)\n ));\n /** Latest technology filter label query data. */\n readonly technologyFilterData$ = this.filter$.pipe(queryData(\n this.technologyFilterData, sendCompletedTo(this._technologyFilterQueryStatus$)\n ));\n /** Latest provider filter label query data. */\n readonly providerFilterData$ = this.filter$.pipe(queryData(\n this.providerFilterData, sendCompletedTo(this._providerFilterQueryStatus$)\n ));\n\n /** Current status of queries in the tissueBlockData$ observable. */\n readonly tissueBlockDataQueryStatus$ = this._tissueBlockDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the aggregateData$ observable. */\n readonly aggregateDataQueryStatus$ = this._aggregateDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the ontologyTermOccurrences$ observable. */\n readonly ontologyTermOccurencesDataQueryStatus$ = this._ontologyTermOccurencesDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the cellTypeTermOccurrences$ observable. */\n readonly cellTypeTermOccurencesDataQueryStatus$ = this._cellTypeTermOccurencesDataQueryStatus$.pipe(distinct());\n\n readonly biomarkerTermOccurencesDataQueryStatus$ = this._biomarkerTermOccurencesDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the sceneData$ observable. */\n readonly sceneDataQueryStatus$ = this._sceneDataQueryStatus$.pipe(distinct());\n /** Current status of queries in the technologyFilter$ observable. */\n readonly technologyFilterQueryStatus$ = this._technologyFilterQueryStatus$.pipe(distinct());\n /** Current status of queries in the providerFilter$ observable. */\n readonly providerFilterQueryStatus$ = this._providerFilterQueryStatus$.pipe(distinct());\n\n /** Current status of all queries. */\n readonly queryStatus$ = combineLatest([\n this.tissueBlockDataQueryStatus$,\n this.aggregateDataQueryStatus$,\n this.ontologyTermOccurencesDataQueryStatus$,\n this.cellTypeTermOccurencesDataQueryStatus$,\n this.sceneDataQueryStatus$,\n this.technologyFilterQueryStatus$,\n this.providerFilterQueryStatus$\n ]).pipe(\n map(states => allCompleted(states) ? DataQueryState.Completed : DataQueryState.Running),\n distinct()\n );\n\n /**\n * Creates an instance of data state.\n *\n * @param source Data query service.\n */\n constructor(private readonly source: DataSourceService) {\n super();\n // Start everything in the completed state\n this._tissueBlockDataQueryStatus$.next(DataQueryState.Completed);\n this._aggregateDataQueryStatus$.next(DataQueryState.Completed);\n this._ontologyTermOccurencesDataQueryStatus$.next(DataQueryState.Completed);\n this._cellTypeTermOccurencesDataQueryStatus$.next(DataQueryState.Completed);\n this._sceneDataQueryStatus$.next(DataQueryState.Completed);\n this._technologyFilterQueryStatus$.next(DataQueryState.Completed);\n this._providerFilterQueryStatus$.next(DataQueryState.Completed);\n }\n\n ngxsOnInit(): void {\n const { ontologyTermsFullData$, ontologyTermOccurencesData$, cellTypeTermsFullData$, cellTypeTermOccurencesData$, source, snapshot: { filter } , biomarkerTermsFullData$, biomarkerTermOccurencesData$ } = this;\n if (filter === DEFAULT_FILTER) {\n // Common case - Reuse the result of the regular query\n ontologyTermOccurencesData$.pipe(take(1)).subscribe(ontologyTermsFullData$);\n cellTypeTermOccurencesData$.pipe(take(1)).subscribe(cellTypeTermsFullData$);\n biomarkerTermOccurencesData$.pipe(take(1)).subscribe(biomarkerTermsFullData$);\n\n } else {\n source.getOntologyTermOccurences().pipe(take(1)).subscribe(ontologyTermsFullData$);\n source.getCellTypeTermOccurences().pipe(take(1)).subscribe(cellTypeTermsFullData$);\n source.getBiomarkerTermOccurences().pipe(take(1)).subscribe(biomarkerTermsFullData$);\n\n }\n this.source.getOntologyTreeModel().pipe(take(1)).subscribe((model) => this.updateAnatomicalStructuresTreeModel(model));\n this.source.getCellTypeTreeModel().pipe(take(1)).subscribe((model) => this.updateCellTypesTreeModel(model));\n this.source.getBiomarkerTreeModel().pipe(take(1)).subscribe((model) => this.updateBiomarkersTreeModel(model));\n this.warmUpDatabase();\n }\n\n private warmUpDatabase(): void {\n defer(() => this.source.getDatabaseStatus()).pipe(\n tap((status) => this.updateStatus(status)),\n delay(2000),\n take(1)\n ).pipe(\n repeat(1000),\n takeWhile((status) => status.status === 'Loading')\n ).subscribe();\n\n this.databaseReady$.pipe(take(1), tap(() => {\n this.updateStatus({\n status: 'Ready',\n message: 'Loading HRA Exploration User Interface (EUI)'\n });\n })).subscribe();\n }\n\n @DataAction()\n updateAnatomicalStructuresTreeModel(@Payload('treeModel') model: OntologyTreeModel): void {\n this.ctx.patchState({\n anatomicalStructuresTreeModel: model\n });\n }\n\n @DataAction()\n updateCellTypesTreeModel(@Payload('treeModel') model: OntologyTreeModel): void {\n this.ctx.patchState({\n cellTypesTreeModel: model\n });\n }\n\n @DataAction()\n updateBiomarkersTreeModel(@Payload('treeModel') model: OntologyTreeModel): void {\n this.ctx.patchState({\n biomarkersTreeModel: model\n });\n }\n\n @DataAction()\n updateStatus(@Payload('status') status: DatabaseStatus): void {\n this.ctx.patchState({\n status: status.status,\n statusMessage: status.message\n });\n }\n\n /**\n * Updates the current filter.\n *\n * @param filter Changes to be made to the current filter.\n */\n @DataAction()\n updateFilter(@Payload('filter') filter: Partial): void {\n this.ctx.patchState({\n // Might need to do a deep compare of current and new filter\n filter: { ...this.getState().filter, ...filter }\n });\n }\n\n @Action(UpdateFilter)\n updateFilterHandler(_ctx: unknown, { filter }: UpdateFilter): void {\n this.updateFilter(filter);\n }\n\n /**\n * Queries for tissue block data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private tissueBlockData(filter: Filter): ObservableInput {\n this._tissueBlockDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getTissueBlockResults(filter)));\n }\n\n /**\n * Queries for aggregate data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private aggregateData(filter: Filter): ObservableInput {\n this._aggregateDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getAggregateResults(filter)));\n }\n\n /**\n * Queries for ontology term occurences data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private ontologyTermOccurencesData(filter: Filter): ObservableInput> {\n this._ontologyTermOccurencesDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getOntologyTermOccurences(filter)));\n }\n\n /**\n * Queries for cell type term occurences data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private cellTypeTermOccurencesData(filter: Filter): ObservableInput> {\n this._cellTypeTermOccurencesDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getCellTypeTermOccurences(filter)));\n }\n @bind\n private biomarkerTermOccurencesData(filter: Filter): ObservableInput> {\n this._biomarkerTermOccurencesDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getBiomarkerTermOccurences(filter)));\n }\n\n /**\n * Queries for scene data.\n *\n * @param filter The filter used during query.\n * @returns The result of the query.\n */\n @bind\n private sceneData(filter: Filter): ObservableInput {\n this._sceneDataQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getScene(filter)));\n }\n\n /**\n * Queries for technology filter data.\n *\n * @returns The result of the query.\n */\n @bind\n private technologyFilterData(): ObservableInput {\n this._technologyFilterQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getDatasetTechnologyNames()));\n }\n\n /**\n * Queries for provider filter data.\n *\n * @returns The result of the query.\n */\n @bind\n private providerFilterData(): ObservableInput {\n this._providerFilterQueryStatus$.next(DataQueryState.Running);\n return this.databaseReady$.pipe(switchMap(() => this.source.getProviderNames()));\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/DataStateSelectors.html":{"url":"classes/DataStateSelectors.html","title":"class - DataStateSelectors","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n DataStateSelectors\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/data/data.selectors.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n Static\n anatomicalStructuresTreeModel\n \n \n \n Static\n biomarkersTreeModel\n \n \n \n Static\n cellTypesTreeModel\n \n \n \n Static\n filter\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n anatomicalStructuresTreeModel\n \n \n \n \n \n \n \n anatomicalStructuresTreeModel(state: DataStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['DataState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.selectors.ts:12\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n DataStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OntologyTreeModel\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n biomarkersTreeModel\n \n \n \n \n \n \n \n biomarkersTreeModel(state: DataStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['DataState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.selectors.ts:22\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n DataStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OntologyTreeModel\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n cellTypesTreeModel\n \n \n \n \n \n \n \n cellTypesTreeModel(state: DataStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['DataState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.selectors.ts:17\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n DataStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OntologyTreeModel\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n filter\n \n \n \n \n \n \n \n filter(state: DataStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['DataState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.selectors.ts:7\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n DataStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Filter\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Selector } from '@ngxs/store';\nimport { Filter, OntologyTreeModel } from 'ccf-database';\nimport { DataState, DataStateModel } from './data.state';\n\nexport class DataStateSelectors {\n @Selector([DataState])\n static filter(state: DataStateModel): Filter {\n return state.filter;\n }\n\n @Selector([DataState])\n static anatomicalStructuresTreeModel(state: DataStateModel): OntologyTreeModel {\n return state.anatomicalStructuresTreeModel ?? { root: '', nodes: {} };\n }\n\n @Selector([DataState])\n static cellTypesTreeModel(state: DataStateModel): OntologyTreeModel {\n return state.cellTypesTreeModel ?? { root: '', nodes: {} };\n }\n\n @Selector([DataState])\n static biomarkersTreeModel(state: DataStateModel): OntologyTreeModel {\n return state.biomarkersTreeModel ?? { root: '', nodes: {} };\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DefaultIconDefinition.html":{"url":"interfaces/DefaultIconDefinition.html","title":"interface - DefaultIconDefinition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DefaultIconDefinition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/icon-registry/default-icons.ts\n \n\n\n \n Description\n \n \n Object definition for icon that should be loaded on startup.\nUnlike runtime registration object this does not need url ot html\nto be sanitized before hand.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n html\n \n \n \n Optional\n \n name\n \n \n \n Optional\n \n namespace\n \n \n \n Optional\n \n url\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n html\n \n \n \n \n \n \n \n \n html: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Html containing the svg of the icon or icon set.\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Name to register the icon under.\n\n \n \n \n \n \n \n \n \n \n namespace\n \n \n \n \n \n \n \n \n namespace: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Namespace to register the icon or icon set under.\n\n \n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n \n \n url: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Url to fetch the icon or icon set from.\n\n \n \n \n \n \n \n\n\n \n export interface DefaultIconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: string;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: string;\n}\n\n\n/**\n * Icons registered at startup.\n */\nexport const DEFAULT_ICONS: DefaultIconDefinition[] = [\n // Reference Organs\n { name: 'bladder', namespace: 'app', url: 'assets/icons/organs/ico-organs-bladder.svg' },\n { name: 'blood', namespace: 'app', url: 'assets/icons/organs/ico-organs-blood.svg' },\n { name: 'bone-marrow', namespace: 'app', url: 'assets/icons/organs/ico-organs-bone-marrow.svg' },\n { name: 'brain', namespace: 'app', url: 'assets/icons/organs/ico-organs-brain.svg' },\n { name: 'eye', namespace: 'app', url: 'assets/icons/organs/ico-organs-eye.svg' },\n { name: 'fallopian-tube-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-left.svg' },\n { name: 'fallopian-tube-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-right.svg' },\n { name: 'heart', namespace: 'app', url: 'assets/icons/organs/ico-organs-heart.svg' },\n { name: 'kidney-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-left.svg' },\n { name: 'kidney-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-right.svg' },\n { name: 'kidney', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney.svg' },\n { name: 'knee', namespace: 'app', url: 'assets/icons/organs/ico-organs-knee.svg' },\n { name: 'large-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-large-intestine.svg' },\n { name: 'larynx', namespace: 'app', url: 'assets/icons/organs/ico-organs-larynx.svg' },\n { name: 'liver', namespace: 'app', url: 'assets/icons/organs/ico-organs-liver.svg' },\n { name: 'lung-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-left.svg' },\n { name: 'lung-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-right.svg' },\n { name: 'lung', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung.svg' },\n { name: 'lymph-nodes', namespace: 'app', url: 'assets/icons/organs/ico-organs-lymph-nodes.svg' },\n { name: 'main-bronchus', namespace: 'app', url: 'assets/icons/organs/ico-organs-extrapulmonary bronchus.svg' },\n { name: 'mammary-gland', namespace: 'app', url: 'assets/icons/organs/ico-organs-breast.svg' },\n { name: 'neuron', namespace: 'app', url: 'assets/icons/organs/ico-organs-neuron.svg' },\n { name: 'ovaries', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovaries.svg' },\n { name: 'ovary-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-left.svg' },\n { name: 'ovary-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-right.svg' },\n { name: 'palatine-tonsil', namespace: 'app', url: 'assets/icons/organs/ico-organs-palatine tonsil.svg' },\n { name: 'pancreas', namespace: 'app', url: 'assets/icons/organs/ico-organs-pancreas.svg' },\n { name: 'pelvis-f', namespace: 'app', url: 'assets/icons/organs/ico-organs-pelvis-f.svg' },\n { name: 'placenta', namespace: 'app', url: 'assets/icons/organs/ico-organs-placenta.svg' },\n { name: 'prostate', namespace: 'app', url: 'assets/icons/organs/ico-organs-prostate.svg' },\n { name: 'skin', namespace: 'app', url: 'assets/icons/organs/ico-organs-skin.svg' },\n { name: 'small-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-small intestine.svg' },\n { name: 'spinal-cord', namespace: 'app', url: 'assets/icons/organs/ico-organs-spinal-cord.svg' },\n { name: 'spleen', namespace: 'app', url: 'assets/icons/organs/ico-organs-spleen.svg' },\n { name: 'stomach', namespace: 'app', url: 'assets/icons/organs/ico-organs-stomach.svg' },\n { name: 'thymus', namespace: 'app', url: 'assets/icons/organs/ico-organs-thymus.svg' },\n { name: 'trachea', namespace: 'app', url: 'assets/icons/organs/ico-organs-trachea.svg' },\n { name: 'ureter-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-left.svg' },\n { name: 'ureter-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-right.svg' },\n { name: 'uterus', namespace: 'app', url: 'assets/icons/organs/ico-organs-uterus.svg' },\n { name: 'vasculature-thick', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thick.svg' },\n { name: 'vasculature-thin', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thin.svg' },\n\n { name: 'opacity', namespace: 'app', url: 'assets/icons/opacity-24px.svg' },\n { name: 'visibility_on', namespace: 'app', url: 'assets/icons/visibility-on-24px.svg' },\n { name: 'visibility_off', namespace: 'app', url: 'assets/icons/visibility-off-24px.svg' },\n { name: 'expand_more', namespace: 'app', url: 'assets/icons/expand_more-24px.svg' },\n { name: 'expand_less', namespace: 'app', url: 'assets/icons/expand_less-24px.svg' },\n { name: 'filter', url: 'assets/icons/filter.svg' }\n];\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DelegateDataSourceOptions.html":{"url":"interfaces/DelegateDataSourceOptions.html","title":"interface - DelegateDataSourceOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DelegateDataSourceOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n remoteApiEndpoint\n \n \n \n Optional\n \n useRemoteApi\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n remoteApiEndpoint\n \n \n \n \n \n \n \n \n remoteApiEndpoint: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n useRemoteApi\n \n \n \n \n \n \n \n \n useRemoteApi: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Injectable, ProviderToken } from '@angular/core';\nimport {\n ApiEndpointDataSourceService, CCFDatabaseDataSourceService, DataSourceLike, InjectorDelegateDataSourceService,\n} from 'ccf-shared';\n\nimport { environment } from '../../../../environments/environment';\nimport { WorkerDataSourceService } from './worker-data-source.service';\n\n\nexport interface DelegateDataSourceOptions {\n useRemoteApi?: boolean;\n remoteApiEndpoint?: string;\n}\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DelegateDataSourceService extends InjectorDelegateDataSourceService {\n protected selectToken(config: DelegateDataSourceOptions): ProviderToken {\n const { useRemoteApi, remoteApiEndpoint } = config;\n\n if (useRemoteApi && !!remoteApiEndpoint) {\n return ApiEndpointDataSourceService;\n } else if (typeof Worker !== 'undefined' && !environment.disableDbWorker) {\n return WorkerDataSourceService;\n } else {\n return CCFDatabaseDataSourceService;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/DelegateDataSourceService.html":{"url":"injectables/DelegateDataSourceService.html","title":"injectable - DelegateDataSourceService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n DelegateDataSourceService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts\n \n\n\n\n \n Extends\n \n \n InjectorDelegateDataSourceService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Protected\n selectToken\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Protected\n selectToken\n \n \n \n \n \n \n \n selectToken(config: DelegateDataSourceOptions)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts:20\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n DelegateDataSourceOptions\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ProviderToken\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable, ProviderToken } from '@angular/core';\nimport {\n ApiEndpointDataSourceService, CCFDatabaseDataSourceService, DataSourceLike, InjectorDelegateDataSourceService,\n} from 'ccf-shared';\n\nimport { environment } from '../../../../environments/environment';\nimport { WorkerDataSourceService } from './worker-data-source.service';\n\n\nexport interface DelegateDataSourceOptions {\n useRemoteApi?: boolean;\n remoteApiEndpoint?: string;\n}\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DelegateDataSourceService extends InjectorDelegateDataSourceService {\n protected selectToken(config: DelegateDataSourceOptions): ProviderToken {\n const { useRemoteApi, remoteApiEndpoint } = config;\n\n if (useRemoteApi && !!remoteApiEndpoint) {\n return ApiEndpointDataSourceService;\n } else if (typeof Worker !== 'undefined' && !environment.disableDbWorker) {\n return WorkerDataSourceService;\n } else {\n return CCFDatabaseDataSourceService;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DonorCardComponent.html":{"url":"components/DonorCardComponent.html","title":"component - DonorCardComponent","body":"\n \n\n\n\n\n\n Components\n \n DonorCardComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts\n\n\n\n \n Description\n \n \n Donor card component which displays data from a patient\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-donor-card\n \n\n\n\n \n styleUrls\n ./donor-card.component.scss\n \n\n\n\n \n templateUrl\n ./donor-card.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n hoverState\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleCheckbox\n \n \n linkHandler\n \n \n toggleExpansion\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n color\n \n \n expanded\n \n \n highlighted\n \n \n selected\n \n \n tissueBlock\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n checked\n \n \n linkClick\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:40\n \n \n\n \n \n Creates an instance of donor card component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n color\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:26\n \n \n \n \n Allows color of the checkbox background to be set from outside the component\n\n \n \n \n \n \n \n \n \n \n expanded\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:29\n \n \n \n \n Allows the expanded state of the card to be set from outside the component\n\n \n \n \n \n \n \n \n \n \n highlighted\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:31\n \n \n \n \n \n \n \n \n \n selected\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:23\n \n \n \n \n Allows the selected state to be set from outside the component\n\n \n \n \n \n \n \n \n \n \n tissueBlock\n \n \n \n \n Type : TissueBlockResult\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:20\n \n \n \n \n Tissue Block to generate the donor card from\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n checked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:34\n \n \n \n \n Emits the new checked state whenever it changes\n\n \n \n \n \n \n \n \n \n \n linkClick\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:37\n \n \n \n \n Emit the url of any link when clicked.\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-donor-card\"\n\n \n \n \n \n Default value : 'ccf-donor-card'\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:17\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleCheckbox\n \n \n \n \n \n \nhandleCheckbox()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:52\n \n \n\n\n \n \n Handles the logic that needs to run when the checkbox is clicked on.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n linkHandler\n \n \n \n \n \n \nlinkHandler(url: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:76\n \n \n\n\n \n \n Handles what happens when an info card is clicked.\nPasses up the link click event unless the card isn't selected\nIn which case it selects it for ease of use.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n the URL to emit up.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleExpansion\n \n \n \n \n \n \ntoggleExpansion()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:62\n \n \n\n\n \n \n Ensures that the expanded variable is only changed if selected first.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-donor-card'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:17\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n \n \n \n \n \n \n hoverState\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts:40\n \n \n\n \n \n To keep track of which element, if any, are hovered over.\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { TissueBlockResult } from 'ccf-database';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Donor card component which displays data from a patient\n */\n@Component({\n selector: 'ccf-donor-card',\n templateUrl: './donor-card.component.html',\n styleUrls: ['./donor-card.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DonorCardComponent {\n /** HTML Class Name */\n @HostBinding('class') readonly clsName = 'ccf-donor-card';\n\n /** Tissue Block to generate the donor card from */\n @Input() tissueBlock!: TissueBlockResult;\n\n /** Allows the selected state to be set from outside the component */\n @Input() selected = false;\n\n /** Allows color of the checkbox background to be set from outside the component */\n @Input() color!: string;\n\n /** Allows the expanded state of the card to be set from outside the component */\n @Input() expanded = false;\n\n @Input() highlighted = false;\n\n /** Emits the new checked state whenever it changes */\n @Output() readonly checked = new EventEmitter();\n\n /** Emit the url of any link when clicked. */\n @Output() readonly linkClick = new EventEmitter();\n\n /** To keep track of which element, if any, are hovered over. */\n hoverState = '';\n\n /**\n * Creates an instance of donor card component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Handles the logic that needs to run when the checkbox is clicked on.\n */\n handleCheckbox(): void {\n this.selected = !this.selected;\n this.ga.event('selected_toggled', 'donor_card', this.tissueBlock.label, +this.selected);\n this.checked.emit(this.selected);\n this.expanded = false;\n }\n\n /**\n * Ensures that the expanded variable is only changed if selected first.\n */\n toggleExpansion(): void {\n if (this.selected) {\n this.expanded = !this.expanded;\n this.ga.event('expanded_toggled', 'donor_card', this.tissueBlock.label, +this.expanded);\n }\n }\n\n /**\n * Handles what happens when an info card is clicked.\n * Passes up the link click event unless the card isn't selected\n * In which case it selects it for ease of use.\n *\n * @param url the URL to emit up.\n */\n linkHandler(url: string): void {\n this.ga.event('link_clicked', 'donor_card', this.tissueBlock.label);\n if (this.selected) {\n this.linkClick.emit(url);\n } else {\n this.selected = true;\n this.checked.emit(this.selected);\n }\n }\n}\n\n \n\n \n \n \n \n \n\n \n \n person\n\n \n {{ tissueBlock.donor.label }}\n {{ tissueBlock.donor.description }}\n \n \n \n DONOR\n open_in_new\n \n\n {{ expanded ? \"expand_less\" : \"expand_more\" }}\n \n\n\n\n \n \n bubble_chart\n \n {{ tissueBlock.label }}\n {{ tissueBlock.description }}\n \n\n \n TISSUE BLOCK\n open_in_new\n \n \n\n 1\"\n [totalTissueSections]=\"tissueBlock.sectionCount\"\n [tissueSections]=\"tissueBlock.sections\"\n >\n\n 0\">\n \n \n \n \n\n \n \n bubble_chart\n \n {{ section.label }}\n {{ section.description }}\n \n\n \n TISSUE SECTION\n open_in_new\n \n \n\n 0\">\n \n \n \n \n\n\n \n\n \n \n ./donor-card.component.scss\n \n :host {\n width: 100%;\n\n .main-container {\n display: flex;\n min-height: 3rem;\n width: 100%;\n align-items: center;\n padding-left: 0.5rem;\n }\n\n .checkbox-background {\n height: 2rem;\n width: 2rem;\n border-radius: 50%;\n margin-right: 0.5rem;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n\n &.highlighted {\n ::ng-deep .mdc-checkbox__ripple {\n opacity: .04;\n }\n }\n }\n\n .align-end {\n margin-left: auto;\n }\n\n .info-block {\n display: flex;\n font-size: 0.75rem;\n line-height: 1rem;\n width: 100%;\n align-items: center;\n\n &:not(:first-child) {\n margin-top: 0.5rem;\n }\n\n .text-content {\n .title {\n font-weight: 600;\n }\n }\n }\n\n .donor {\n display: flex;\n font-size: 0.75rem;\n line-height: 1rem;\n align-items: center;\n flex-grow: 1;\n height: 2.5rem;\n\n &:hover, &.highlighted {\n box-shadow: 0px 6px 2px -2px rgba(0, 0, 0, 0.2), 0px 4px 4px 0px rgba(0, 0, 0, 0.14), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);\n }\n\n .hover-state {\n width: 19.5rem !important;\n }\n\n .donor-info {\n .title {\n font-weight: 600;\n }\n }\n }\n\n .hoverable {\n position: relative;\n }\n\n .hover-enabled {\n position: relative;\n\n &:hover {\n .hover-state {\n opacity: 1;\n }\n }\n }\n\n .hover-state {\n transition: opacity 0.15s ease-in-out;\n opacity: 0;\n cursor: pointer;\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n margin-left: -0.5rem;\n align-items: center;\n display: flex;\n justify-content: flex-end;\n padding-right: 1rem;\n font-size: 0.75rem;\n\n .hover-title {\n font-weight: lighter;\n }\n\n .hover-icon {\n margin-left: 1rem;\n }\n }\n\n .default-padding {\n padding: 0.5rem;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n }\n\n .expanded-view {\n margin-top: 0.25rem;\n width: 85%;\n margin-bottom: 0.25rem;\n }\n\n .d-flex {\n display: flex;\n align-items: center;\n }\n\n .icon-size {\n height: 1.5rem;\n width: 1.5rem;\n font-size: 1.5rem;\n }\n\n .selectable {\n cursor: pointer;\n }\n\n .w-80 {\n width: 80% !important;\n\n .info-block {\n .text-content {\n .description {\n width: 16rem !important;\n }\n }\n }\n }\n\n .ml-5 {\n margin-left: 0.5rem;\n }\n\n .mr-5 {\n margin-right: 0.5rem;\n }\n\n .mt-05 {\n margin-top: 0.5rem;\n }\n\n .description {\n width: 17rem;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' person {{ tissueBlock.donor.label }} {{ tissueBlock.donor.description }} DONOR open_in_new {{ expanded ? \"expand_less\" : \"expand_more\" }} bubble_chart {{ tissueBlock.label }} {{ tissueBlock.description }} TISSUE BLOCK open_in_new 1\" [totalTissueSections]=\"tissueBlock.sectionCount\" [tissueSections]=\"tissueBlock.sections\" > 0\"> bubble_chart {{ section.label }} {{ section.description }} TISSUE SECTION open_in_new 0\"> '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'DonorCardComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DonorCardModule.html":{"url":"modules/DonorCardModule.html","title":"module - DonorCardModule","body":"\n \n\n\n\n\n Modules\n DonorCardModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DonorCardModule\n\n\n\ncluster_DonorCardModule_imports\n\n\n\ncluster_DonorCardModule_exports\n\n\n\ncluster_DonorCardModule_declarations\n\n\n\n\nDonorCardComponent\n\nDonorCardComponent\n\n\n\nDonorCardModule\n\nDonorCardModule\n\nDonorCardModule -->\n\nDonorCardComponent->DonorCardModule\n\n\n\n\n\nDonorCardComponent \n\nDonorCardComponent \n\nDonorCardComponent -->\n\nDonorCardModule->DonorCardComponent \n\n\n\n\n\nThumbnailCarouselModule\n\nThumbnailCarouselModule\n\nDonorCardModule -->\n\nThumbnailCarouselModule->DonorCardModule\n\n\n\n\n\nTissueSectionVisModule\n\nTissueSectionVisModule\n\nDonorCardModule -->\n\nTissueSectionVisModule->DonorCardModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n DonorCardComponent\n \n \n \n \n Imports\n \n \n ThumbnailCarouselModule\n \n \n TissueSectionVisModule\n \n \n \n \n Exports\n \n \n DonorCardComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatIconModule } from '@angular/material/icon';\n\nimport { ThumbnailCarouselModule } from '../../../shared/components/thumbnail-carousel/thumbnail-carousel.module';\nimport { DonorCardComponent } from './donor-card.component';\nimport { TissueSectionVisModule } from './../tissue-section-vis/tissue-section-vis.module';\n\n\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatCheckboxModule,\n MatIconModule,\n\n ThumbnailCarouselModule,\n TissueSectionVisModule\n ],\n declarations: [DonorCardComponent],\n exports: [DonorCardComponent]\n})\nexport class DonorCardModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerContainersChanged.html":{"url":"interfaces/DrawerContainersChanged.html","title":"interface - DrawerContainersChanged","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerContainersChanged\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when a drawer component changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n drawers\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n drawers\n \n \n \n \n \n \n \n \n drawers: [, ]\n\n \n \n\n\n \n \n Type : [, ]\n\n \n \n\n\n\n\n\n \n \n References to the drawer components. Can contain undefined values.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerInitialized.html":{"url":"interfaces/DrawerInitialized.html","title":"interface - DrawerInitialized","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerInitialized\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when a drawer has finished initializing.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DrawerModule.html":{"url":"modules/DrawerModule.html","title":"module - DrawerModule","body":"\n \n\n\n\n\n Modules\n DrawerModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DrawerModule\n\n\n\ncluster_DrawerModule_exports\n\n\n\ncluster_DrawerModule_declarations\n\n\n\n\nContainerComponent\n\nContainerComponent\n\n\n\nDrawerModule\n\nDrawerModule\n\nDrawerModule -->\n\nContainerComponent->DrawerModule\n\n\n\n\n\nContentComponent\n\nContentComponent\n\nDrawerModule -->\n\nContentComponent->DrawerModule\n\n\n\n\n\nDrawerComponent\n\nDrawerComponent\n\nDrawerModule -->\n\nDrawerComponent->DrawerModule\n\n\n\n\n\nToggleButtonComponent\n\nToggleButtonComponent\n\nDrawerModule -->\n\nToggleButtonComponent->DrawerModule\n\n\n\n\n\nContainerComponent \n\nContainerComponent \n\nContainerComponent -->\n\nDrawerModule->ContainerComponent \n\n\n\n\n\nContentComponent \n\nContentComponent \n\nContentComponent -->\n\nDrawerModule->ContentComponent \n\n\n\n\n\nDrawerComponent \n\nDrawerComponent \n\nDrawerComponent -->\n\nDrawerModule->DrawerComponent \n\n\n\n\n\nToggleButtonComponent \n\nToggleButtonComponent \n\nToggleButtonComponent -->\n\nDrawerModule->ToggleButtonComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ContainerComponent\n \n \n ContentComponent\n \n \n DrawerComponent\n \n \n ToggleButtonComponent\n \n \n \n \n Exports\n \n \n ContainerComponent\n \n \n ContentComponent\n \n \n DrawerComponent\n \n \n ToggleButtonComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n\nimport { MESSAGE_SERVICE_CONFIG, MESSAGE_SERVICE_DEFAULT_CONFIG } from '../../services/message/message.service';\nimport { ContainerComponent } from './container/container.component';\nimport { ContentComponent } from './content/content.component';\nimport { DrawerComponent } from './drawer/drawer.component';\nimport { ToggleButtonComponent } from './toggle-button/toggle-button.component';\n\n\n@NgModule({\n imports: [BrowserModule, BrowserAnimationsModule, MatIconModule],\n providers: [{\n provide: MESSAGE_SERVICE_CONFIG, useValue: MESSAGE_SERVICE_DEFAULT_CONFIG\n }],\n declarations: [ContainerComponent, ContentComponent, DrawerComponent, ToggleButtonComponent],\n exports: [ContainerComponent, ContentComponent, DrawerComponent, ToggleButtonComponent]\n})\nexport class DrawerModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerToggled.html":{"url":"interfaces/DrawerToggled.html","title":"interface - DrawerToggled","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerToggled\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message send when the state of a drawer changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n expanded\n \n \n \n \n margin\n \n \n \n \n opened\n \n \n \n \n type\n \n \n \n \n width\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n expanded\n \n \n \n \n \n \n \n \n expanded: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the drawer is expanded. Implies opened.\n\n \n \n \n \n \n \n \n \n \n margin\n \n \n \n \n \n \n \n \n margin: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Margin used by the drawer for toggle button, etc.\n\n \n \n \n \n \n \n \n \n \n opened\n \n \n \n \n \n \n \n \n opened: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the drawer is open.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n \n \n \n width\n \n \n \n \n \n \n \n \n width: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Width of the drawer.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DropdownComponent.html":{"url":"components/DropdownComponent.html","title":"component - DropdownComponent","body":"\n \n\n\n\n\n\n Components\n \n DropdownComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts\n\n\n\n \n Description\n \n \n Component for a dropdown menu.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-dropdown\n \n\n\n\n \n styleUrls\n ./dropdown.component.scss\n \n\n\n\n \n templateUrl\n ./dropdown.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n optionsVisible\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n selectionChanged\n \n \n toggleOptions\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n label\n \n \n options\n \n \n selection\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selectionChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:38\n \n \n\n \n \n Creates an instance of dropdown component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n label\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:18\n \n \n \n \n What the component is selecting for.\n\n \n \n \n \n \n \n \n \n \n options\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:23\n \n \n \n \n Choices displayed in the dropdown menu.\n\n \n \n \n \n \n \n \n \n \n selection\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:28\n \n \n \n \n Current option selected.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selectionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:33\n \n \n \n \n Emits the new selected option when selection is changed.\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n selectionChanged\n \n \n \n \n \n \nselectionChanged(value: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:59\n \n \n\n\n \n \n Updates the selected value.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n The value that has been selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleOptions\n \n \n \n \n \n \ntoggleOptions()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:50\n \n \n\n\n \n \n Controls fade-in effect after dropdown menu opens\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n optionsVisible\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'invisible'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts:38\n \n \n\n \n \n Determines if menu contents are visible (used for fade-in effect).\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Component for a dropdown menu.\n */\n@Component({\n selector: 'ccf-dropdown',\n templateUrl: './dropdown.component.html',\n styleUrls: ['./dropdown.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DropdownComponent {\n\n /**\n * What the component is selecting for.\n */\n @Input() label: string;\n\n /**\n * Choices displayed in the dropdown menu.\n */\n @Input() options: string[];\n\n /**\n * Current option selected.\n */\n @Input() selection: string;\n\n /**\n * Emits the new selected option when selection is changed.\n */\n @Output() readonly selectionChange = new EventEmitter();\n\n /**\n * Determines if menu contents are visible (used for fade-in effect).\n */\n optionsVisible = 'invisible';\n\n /**\n * Creates an instance of dropdown component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Controls fade-in effect after dropdown menu opens\n */\n toggleOptions(): void {\n this.optionsVisible = this.optionsVisible === 'visible' ? 'invisible' : 'visible';\n }\n\n /**\n * Updates the selected value.\n *\n * @param value The value that has been selected\n */\n selectionChanged(value: string): void {\n this.selection = value;\n this.ga.event('selection_change', 'dropdown', `${this.label}:${value}`);\n this.selectionChange.emit(value);\n }\n}\n\n \n\n \n \n \n \n {{ label }}\n \n \n \n \n {{ option }}\n \n \n \n \n\n\n \n\n \n \n ./dropdown.component.scss\n \n @keyframes slideInHorizontalDropdown {\n from {\n width: 0;\n }\n to {\n width: 9.85rem;\n }\n}\n\n@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n\n.dropdown-form-field {\n width: 100%;\n height: 3rem;\n\n ::ng-deep .mat-mdc-text-field-wrapper {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n\n .mat-mdc-form-field-flex {\n .mat-mdc-form-field-infix {\n font-size: 0.875rem;\n border: none;\n\n .label {\n height: 19.25px;\n }\n\n mat-select {\n font-size: 1rem;\n font-weight: bold;\n\n .mat-mdc-select-arrow-wrapper {\n position: relative;\n bottom: 0.25rem;\n right: 0.25rem;\n }\n }\n }\n }\n\n .mdc-line-ripple::before {\n border-bottom-width: 2px;\n }\n }\n}\n\n.visible {\n animation: fadeIn 0.3s;\n transition-delay: .275s;\n animation-delay: .275s;\n}\n\n.invisible {\n opacity: 0;\n}\n\n::ng-deep .option-panel {\n animation: slideInHorizontalDropdown .3s;\n animation-fill-mode: forwards;\n flex-grow: 1;\n padding: 0 !important;\n\n mat-option {\n border-bottom-width: 1px;\n border-bottom-style: solid;\n padding-left: 1em;\n font-size: 16px;\n }\n\n :last-child {\n border-bottom: none;\n }\n}\n\n::ng-deep .cdk-overlay-pane {\n min-width: 0rem !important;\n}\n\n::ng-deep .ccf-dropdown {\n .mat-select-arrow-wrapper {\n transform: translatey(-.5em);\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ label }} {{ option }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'DropdownComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DropdownModule.html":{"url":"modules/DropdownModule.html","title":"module - DropdownModule","body":"\n \n\n\n\n\n Modules\n DropdownModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DropdownModule\n\n\n\ncluster_DropdownModule_exports\n\n\n\ncluster_DropdownModule_declarations\n\n\n\n\nDropdownComponent\n\nDropdownComponent\n\n\n\nDropdownModule\n\nDropdownModule\n\nDropdownModule -->\n\nDropdownComponent->DropdownModule\n\n\n\n\n\nDropdownComponent \n\nDropdownComponent \n\nDropdownComponent -->\n\nDropdownModule->DropdownComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/dropdown/dropdown.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n DropdownComponent\n \n \n \n \n Exports\n \n \n DropdownComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\n\nimport { DropdownComponent } from './dropdown.component';\n\n\n@NgModule({\n imports: [CommonModule, MatFormFieldModule, MatSelectModule],\n declarations: [DropdownComponent],\n exports: [DropdownComponent]\n})\n\nexport class DropdownModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DualSliderComponent.html":{"url":"components/DualSliderComponent.html","title":"component - DualSliderComponent","body":"\n \n\n\n\n\n\n Components\n \n DualSliderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts\n\n\n\n \n Description\n \n \n Component containing a button that when clicked will show a slider popover.\n\n \n\n\n \n Implements\n \n \n OnDestroy\n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-dual-slider\n \n\n\n\n \n styleUrls\n ./dual-slider.component.scss\n \n\n\n\n \n templateUrl\n ./dual-slider.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n contentsVisible\n \n \n highValue\n \n \n Private\n isSliderInitialized\n \n \n isSliderOpen\n \n \n lowValue\n \n \n options\n \n \n Private\n overlayRef\n \n \n \n popoverElement\n \n \n \n popoverPortal\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n \n closeSliderPopover\n \n \n Private\n initializeSliderPopover\n \n \n ngOnChanges\n \n \n ngOnDestroy\n \n \n onKeyHigh\n \n \n onKeyLow\n \n \n optionsChanged\n \n \n sliderValueChanged\n \n \n toggleSliderPopover\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n label\n \n \n selection\n \n \n valueRange\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selectionChange\n \n \n \n \n\n\n \n \n HostListeners\n \n \n \n \n \n \n document:click\n \n \n document:touchstart\n \n \n \n \n\n \n \n Accessors\n \n \n \n \n \n \n rangeLabel\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(overlay: Overlay, element: ElementRef, ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:97\n \n \n\n \n \n Creates an instance of dual slider component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n overlay\n \n \n Overlay\n \n \n \n No\n \n \n \n The overlay service used to create the slider popover.\n\n \n \n \n element\n \n \n ElementRef\n \n \n \n No\n \n \n \n A reference to the component's element. Used during event handling.\n\n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n label\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:36\n \n \n \n \n Which criteria the slider is selecting for.\n\n \n \n \n \n \n \n \n \n \n selection\n \n \n \n \n Type : number[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:46\n \n \n \n \n The current range selected.\n\n \n \n \n \n \n \n \n \n \n valueRange\n \n \n \n \n Type : number[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:41\n \n \n \n \n The lower and upper range of the slider.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selectionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:51\n \n \n \n \n Emits the new selection range when a change is made to it.\n\n \n \n \n \n\n\n \n HostListeners \n \n \n \n \n \n document:click\n \n \n \n \n \n \n Arguments : '$event.target' \n \n \n \n \ndocument:click(target: HTMLElement)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:167\n \n \n\n\n \n \n Listens to document click, mouse movement, and touch event.\nCloses the slider popover when such an event occurs outside the button or popover.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The element on which the event was fired.\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n document:touchstart\n \n \n \n \n \n \n Arguments : '$event.target' \n \n \n \n \ndocument:touchstart(target: HTMLElement)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:167\n \n \n\n\n \n \n Listens to document click, mouse movement, and touch event.\nCloses the slider popover when such an event occurs outside the button or popover.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The element on which the event was fired.\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n \n closeSliderPopover\n \n \n \n \n \n \n \n closeSliderPopover(target: HTMLElement)\n \n \n\n \n \n Decorators : \n \n @HostListener('document:click', ['$event.target'])@HostListener('document:touchstart', ['$event.target'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:167\n \n \n\n\n \n \n Listens to document click, mouse movement, and touch event.\nCloses the slider popover when such an event occurs outside the button or popover.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n target\n \n HTMLElement\n \n\n \n No\n \n\n\n \n The element on which the event was fired.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n initializeSliderPopover\n \n \n \n \n \n \n \n initializeSliderPopover()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:214\n \n \n\n\n \n \n Creates and initializes the slider popover.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:124\n \n \n\n\n \n \n Updates slider options (with optionsChanged) and selection when changes detected.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n Changes that have been made to the slider properties.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:154\n \n \n\n\n \n \n Angular's OnDestroy hook.\nCleans up the overlay.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n onKeyHigh\n \n \n \n \n \n \nonKeyHigh(event: KeyboardEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:245\n \n \n\n\n \n \n Updates the slider's high pointer value when Enter key is pressed.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n KeyboardEvent\n \n\n \n No\n \n\n\n \n Event passed into the component\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onKeyLow\n \n \n \n \n \n \nonKeyLow(event: KeyboardEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:228\n \n \n\n\n \n \n Updates the slider's low pointer value when Enter key is pressed.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n KeyboardEvent\n \n\n \n No\n \n\n\n \n Event passed into the component\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n optionsChanged\n \n \n \n \n \n \noptionsChanged()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:138\n \n \n\n\n \n \n Updates the slider options, and the slider values if necessary.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n sliderValueChanged\n \n \n \n \n \n \nsliderValueChanged()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:203\n \n \n\n\n \n \n Handler for updates to the slider values.\nEmits the updated selection value array.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n toggleSliderPopover\n \n \n \n \n \n \ntoggleSliderPopover()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:186\n \n \n\n\n \n \n Toggles the visibility of the slider popover.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n contentsVisible\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'invisible'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:76\n \n \n\n \n \n Determines if slider contents are visible (used for fade-in effect).\n\n \n \n\n \n \n \n \n \n \n \n \n highValue\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:71\n \n \n\n \n \n Value bound to the slider's high pointer value.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n isSliderInitialized\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:97\n \n \n\n \n \n Determines whether slider popover has been created and initialized.\n\n \n \n\n \n \n \n \n \n \n \n \n isSliderOpen\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:56\n \n \n\n \n \n Determines whether slider popover is shown.\n\n \n \n\n \n \n \n \n \n \n \n \n lowValue\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:66\n \n \n\n \n \n Value bound to the slider's low pointer value.\n\n \n \n\n \n \n \n \n \n \n \n \n options\n \n \n \n \n \n \n Type : Options\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:61\n \n \n\n \n \n Slider options.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n overlayRef\n \n \n \n \n \n \n Type : OverlayRef\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:92\n \n \n\n \n \n Reference to the slider popover overlay.\n\n \n \n\n \n \n \n \n \n \n \n \n \n popoverElement\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('popover', {read: ElementRef, static: false})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:31\n \n \n\n \n \n Reference to the popover element.\nThis is undefined until the slider popover is initialized.\n\n \n \n\n \n \n \n \n \n \n \n \n \n popoverPortal\n \n \n \n \n \n \n Type : CdkPortal\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(CdkPortal, {static: true})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:25\n \n \n\n \n \n Reference to the template for the slider popover.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n rangeLabel\n \n \n\n \n \n getrangeLabel()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts:81\n \n \n \n \n Computes the current age range for display in the button.\n\n\n \n Returns : string\n\n \n \n \n\n \n \n\n\n\n\n \n import { ConnectedPosition, Overlay, OverlayRef } from '@angular/cdk/overlay';\nimport { CdkPortal } from '@angular/cdk/portal';\nimport {\n ChangeDetectionStrategy,\n Component, ElementRef, EventEmitter, HostListener, Input, OnChanges, OnDestroy, Output, SimpleChanges, ViewChild,\n} from '@angular/core';\nimport { Options } from '@angular-slider/ngx-slider';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Component containing a button that when clicked will show a slider popover.\n */\n@Component({\n selector: 'ccf-dual-slider',\n templateUrl: './dual-slider.component.html',\n styleUrls: ['./dual-slider.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DualSliderComponent implements OnDestroy, OnChanges {\n /**\n * Reference to the template for the slider popover.\n */\n @ViewChild(CdkPortal, { static: true }) popoverPortal: CdkPortal;\n\n /**\n * Reference to the popover element.\n * This is undefined until the slider popover is initialized.\n */\n @ViewChild('popover', { read: ElementRef, static: false }) popoverElement: ElementRef;\n\n /**\n * Which criteria the slider is selecting for.\n */\n @Input() label: string;\n\n /**\n * The lower and upper range of the slider.\n */\n @Input() valueRange: number[];\n\n /**\n * The current range selected.\n */\n @Input() selection: number[];\n\n /**\n * Emits the new selection range when a change is made to it.\n */\n @Output() readonly selectionChange = new EventEmitter();\n\n /**\n * Determines whether slider popover is shown.\n */\n isSliderOpen = false;\n\n /**\n * Slider options.\n */\n options: Options;\n\n /**\n * Value bound to the slider's low pointer value.\n */\n lowValue: number;\n\n /**\n * Value bound to the slider's high pointer value.\n */\n highValue: number;\n\n /**\n * Determines if slider contents are visible (used for fade-in effect).\n */\n contentsVisible = 'invisible';\n\n /**\n * Computes the current age range for display in the button.\n */\n get rangeLabel(): string {\n const { lowValue, highValue } = this;\n if (lowValue === highValue) {\n return `${lowValue}`;\n }\n return `${lowValue}-${highValue}`;\n }\n\n /**\n * Reference to the slider popover overlay.\n */\n private overlayRef: OverlayRef;\n\n /**\n * Determines whether slider popover has been created and initialized.\n */\n private isSliderInitialized = false;\n\n /**\n * Creates an instance of dual slider component.\n *\n * @param overlay The overlay service used to create the slider popover.\n * @param element A reference to the component's element. Used during event handling.\n * @param ga Analytics service\n */\n constructor(\n overlay: Overlay,\n private element: ElementRef,\n private readonly ga: GoogleAnalyticsService\n ) {\n const position: ConnectedPosition = { originX: 'start', originY: 'bottom', overlayX: 'start', overlayY: 'top' };\n const positionStrategy = overlay.position().flexibleConnectedTo(element).withPositions([position]);\n this.overlayRef = overlay.create({\n panelClass: 'slider-pane',\n positionStrategy\n });\n }\n\n /**\n * Updates slider options (with optionsChanged) and selection when changes detected.\n *\n * @param changes Changes that have been made to the slider properties.\n */\n ngOnChanges(changes: SimpleChanges): void {\n if (changes.valueRange) {\n this.optionsChanged();\n }\n if (changes.selection) {\n // Detect when selection is changed and update low/high value.\n this.lowValue = Math.min(...this.selection);\n this.highValue = Math.max(...this.selection);\n }\n }\n\n /**\n * Updates the slider options, and the slider values if necessary.\n */\n optionsChanged(): void {\n this.options = {\n floor: this.valueRange ? this.valueRange[0] : 0,\n ceil: this.valueRange ? this.valueRange[1] : 0,\n step: 1,\n hideLimitLabels: true,\n hidePointerLabels: true\n };\n this.lowValue = this.options.floor ?? 0;\n this.highValue = this.options.ceil ?? 0;\n }\n\n /**\n * Angular's OnDestroy hook.\n * Cleans up the overlay.\n */\n ngOnDestroy(): void {\n this.overlayRef.dispose();\n }\n\n /**\n * Listens to document click, mouse movement, and touch event.\n * Closes the slider popover when such an event occurs outside the button or popover.\n *\n * @param target The element on which the event was fired.\n */\n @HostListener('document:click', ['$event.target']) // eslint-disable-line\n // eslint-disable-line\n @HostListener('document:touchstart', ['$event.target']) // eslint-disable-line\n closeSliderPopover(target: HTMLElement): void {\n const { element, isSliderOpen, popoverElement } = this;\n if (!isSliderOpen) {\n return;\n } else if (element.nativeElement.contains(target)) {\n return;\n } else if (popoverElement?.nativeElement?.contains?.(target)) {\n return;\n }\n\n this.overlayRef.detach();\n this.isSliderInitialized = false;\n this.isSliderOpen = false;\n this.contentsVisible = 'invisible';\n }\n\n /**\n * Toggles the visibility of the slider popover.\n */\n toggleSliderPopover(): void {\n const { isSliderOpen, isSliderInitialized } = this;\n if (isSliderInitialized) {\n this.overlayRef.detach();\n this.isSliderInitialized = false;\n } else if (!isSliderInitialized && !isSliderOpen) {\n this.initializeSliderPopover();\n }\n\n this.contentsVisible = this.contentsVisible === 'visible' ? 'invisible' : 'visible';\n this.isSliderOpen = !isSliderOpen;\n }\n\n /**\n * Handler for updates to the slider values.\n * Emits the updated selection value array.\n */\n sliderValueChanged(): void {\n const { lowValue, highValue } = this;\n\n this.selection = [lowValue, highValue];\n this.ga.event('slider_range_change', 'dual_slider', `${this.label}:${lowValue}:${highValue}`);\n this.selectionChange.emit(this.selection);\n }\n\n /**\n * Creates and initializes the slider popover.\n */\n private initializeSliderPopover(): void {\n const { overlayRef, popoverPortal } = this;\n\n overlayRef.attach(popoverPortal);\n overlayRef.updatePosition();\n\n this.isSliderInitialized = true;\n }\n\n /**\n * Updates the slider's low pointer value when Enter key is pressed.\n *\n * @param event Event passed into the component\n */\n onKeyLow(event: KeyboardEvent): void {\n const newValue = Number((event.target as HTMLInputElement).value);\n if (event.key === 'Enter') {\n if (newValue >= Number(this.options.floor) && newValue = Number(this.options.floor) && newValue \n \n\n \n \n \n \n \n {{ options.floor }}> \n \n \n\n \n \n\n \n {{ options.ceil }} \n \n \n \n\n \n \n {{ label }}\n {{ rangeLabel }}\n \n \n \n \n\n\n \n\n \n \n ./dual-slider.component.scss\n \n @use 'sass:math';\n\n.slider-form-field {\n width: 100%;\n height: 3rem;\n\n ::ng-deep .mat-mdc-text-field-wrapper {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n height: calc(3rem - 1px);\n\n .mat-mdc-form-field-flex {\n .mat-mdc-form-field-infix {\n font-size: 0.875rem;\n border: none;\n\n .slider-labels {\n height: 19.25px;\n display: flex;\n flex-direction: column;\n\n .name-label {\n height: 100%;\n }\n\n .range-label {\n font-weight: bold;\n }\n }\n\n mat-select {\n font-size: 1rem;\n font-weight: bold;\n\n .mat-mdc-select-arrow-wrapper {\n position: relative;\n bottom: 0.25rem;\n right: 0.25rem;\n }\n }\n }\n }\n\n .mdc-line-ripple::before {\n border-bottom-width: 2px;\n }\n }\n}\n\n::ng-deep .ccf-slider.wrapper {\n .mat-select-arrow-wrapper {\n transform: translatey(-1.5em);\n }\n}\n\n// Styles for the popover slider\n// NOTE: This must NOT be nested inside the wrapper/container!\n\n@keyframes slideInHorizontalSlider {\n from {\n width: 0;\n }\n to {\n width: 20em;\n }\n}\n\n@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n\n.visible {\n animation: fadeIn 0.3s;\n transition-delay: .275s;\n animation-delay: .275s;\n}\n\n.invisible {\n opacity: 0;\n}\n\n::ng-deep .slider-pane {\n position: absolute !important;\n top: -1px;\n}\n\n.ccf-slider.detached {\n animation: slideInHorizontalSlider 0.3s;\n animation-fill-mode: forwards;\n box-shadow: 0.2rem 0.2rem 1rem 0rem #0000003e;\n\n display: flex;\n justify-content: center;\n align-items: center;\n width: 0rem;\n height: 4.375rem;\n padding: .75rem; // NOTE: Use padding instead of margin!\n\n .slider ::ng-deep {\n visibility: hidden;\n margin-top: 0.9375rem;\n margin-bottom: 0.9375rem;\n .ngx-slider-bar {\n opacity: .2;\n height: .15rem;\n }\n\n .ngx-slider-selection {\n opacity: 1;\n }\n\n .ngx-slider-pointer {\n $pointer-size: 1rem;\n\n width: $pointer-size;\n height: $pointer-size;\n top: 0.095rem - math.div($pointer-size, 2);\n\n &:after {\n display: none;\n }\n }\n }\n\n .label {\n display: flex;\n flex-direction: column;\n width: 2rem;\n\n &.min {\n margin-right: 1rem;\n }\n\n &.max {\n margin-left: 1rem;\n align-items: flex-end;\n\n .ceil, input {\n text-align: right;\n }\n }\n\n .floor, .ceil {\n font-size: 0.875rem;\n }\n\n input {\n border: none;\n width: 1.75rem;\n font-size: 1rem;\n font-weight: bold;\n padding: 0;\n }\n\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ options.floor }}> {{ options.ceil }} {{ label }} {{ rangeLabel }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'DualSliderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DualSliderModule.html":{"url":"modules/DualSliderModule.html","title":"module - DualSliderModule","body":"\n \n\n\n\n\n Modules\n DualSliderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DualSliderModule\n\n\n\ncluster_DualSliderModule_declarations\n\n\n\ncluster_DualSliderModule_exports\n\n\n\n\nDualSliderComponent\n\nDualSliderComponent\n\n\n\nDualSliderModule\n\nDualSliderModule\n\nDualSliderModule -->\n\nDualSliderComponent->DualSliderModule\n\n\n\n\n\nDualSliderComponent \n\nDualSliderComponent \n\nDualSliderComponent -->\n\nDualSliderModule->DualSliderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n DualSliderComponent\n \n \n \n \n Exports\n \n \n DualSliderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { OverlayModule } from '@angular/cdk/overlay';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\nimport { NgxSliderModule } from 'ngx-slider-v2';\n\nimport { DualSliderComponent } from './dual-slider.component';\n\n@NgModule({\n imports: [\n CommonModule,\n OverlayModule,\n PortalModule,\n NgxSliderModule,\n MatFormFieldModule,\n MatSelectModule\n ],\n declarations: [DualSliderComponent],\n exports: [DualSliderComponent]\n})\nexport class DualSliderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FiltersContentComponent.html":{"url":"components/FiltersContentComponent.html","title":"component - FiltersContentComponent","body":"\n \n\n\n\n\n\n Components\n \n FiltersContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts\n\n\n\n \n Description\n \n \n Contains components of the filters popup and handles changes in filter settings\n\n \n\n\n \n Implements\n \n \n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-filters-content\n \n\n\n\n \n styleUrls\n ./filters-content.component.scss\n \n\n\n\n \n templateUrl\n ./filters-content.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n applyButtonClick\n \n \n ngOnChanges\n \n \n refreshFilters\n \n \n updateFilter\n \n \n updateSearchSelection\n \n \n updateSexFromSelection\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n filters\n \n \n hidden\n \n \n providerFilters\n \n \n spatialSearchFilters\n \n \n technologyFilters\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n applyFilters\n \n \n filtersChange\n \n \n spatialSearchRemoved\n \n \n spatialSearchSelected\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:63\n \n \n\n \n \n Creates an instance of filters content component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n filters\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:28\n \n \n \n \n Allows the filters to be set from outside the component\n\n \n \n \n \n \n \n \n \n \n hidden\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:23\n \n \n \n \n Determines if the filters are visible\n\n \n \n \n \n \n \n \n \n \n providerFilters\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:38\n \n \n \n \n List of providers in the data\n\n \n \n \n \n \n \n \n \n \n spatialSearchFilters\n \n \n \n \n Type : SpatialSearchFilterItem[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:43\n \n \n \n \n List of spatial searches\n\n \n \n \n \n \n \n \n \n \n technologyFilters\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:33\n \n \n \n \n List of technologies in the data\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n applyFilters\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:63\n \n \n \n \n Emits the filters to be applied\n\n \n \n \n \n \n \n \n \n \n filtersChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:48\n \n \n \n \n Emits the filter change when they happen\n\n \n \n \n \n \n \n \n \n \n spatialSearchRemoved\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:58\n \n \n \n \n Emits when a spatial search is removed/deleted\n\n \n \n \n \n \n \n \n \n \n spatialSearchSelected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:53\n \n \n \n \n Emits when a spatial search is selected/deselected\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n applyButtonClick\n \n \n \n \n \n \napplyButtonClick()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:96\n \n \n\n\n \n \n Emits the current filters when the apply button is clicked\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:75\n \n \n\n\n \n \n Handle input changes\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n refreshFilters\n \n \n \n \n \n \nrefreshFilters()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:105\n \n \n\n\n \n \n Refreshes all filter settings\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateFilter\n \n \n \n \n \n \nupdateFilter(value, key: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:87\n \n \n\n\n \n \n Updates the filter object with a new key/value\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n \n\n \n No\n \n\n\n \n The value to be saved for the filter\n\n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n The key for the filter to be saved at\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSearchSelection\n \n \n \n \n \n \nupdateSearchSelection(items: SpatialSearchFilterItem[])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:117\n \n \n\n\n \n \n Emits events for updated searches\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n items\n \n SpatialSearchFilterItem[]\n \n\n \n No\n \n\n\n \n New set of selected items\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSexFromSelection\n \n \n \n \n \n \nupdateSexFromSelection(items: SpatialSearchFilterItem[])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts:128\n \n \n\n\n \n \n Updates sex to Both if there is a mismatch between the current selection and the sex\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n SpatialSearchFilterItem[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnChanges, Output, SimpleChanges } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { DEFAULT_FILTER } from '../../../core/store/data/data.state';\nimport { SpatialSearchFilterItem } from '../../../core/store/spatial-search-filter/spatial-search-filter.state';\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\n\n\n/**\n * Contains components of the filters popup and handles changes in filter settings\n */\n@Component({\n selector: 'ccf-filters-content',\n templateUrl: './filters-content.component.html',\n styleUrls: ['./filters-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class FiltersContentComponent implements OnChanges {\n\n /**\n * Determines if the filters are visible\n */\n @Input() hidden: boolean;\n\n /**\n * Allows the filters to be set from outside the component\n */\n @Input() filters: Record;\n\n /**\n * List of technologies in the data\n */\n @Input() technologyFilters: string[];\n\n /**\n * List of providers in the data\n */\n @Input() providerFilters: string[];\n\n /**\n * List of spatial searches\n */\n @Input() spatialSearchFilters: SpatialSearchFilterItem[] = [];\n\n /**\n * Emits the filter change when they happen\n */\n @Output() readonly filtersChange = new EventEmitter>();\n\n /**\n * Emits when a spatial search is selected/deselected\n */\n @Output() readonly spatialSearchSelected = new EventEmitter();\n\n /**\n * Emits when a spatial search is removed/deleted\n */\n @Output() readonly spatialSearchRemoved = new EventEmitter();\n\n /**\n * Emits the filters to be applied\n */\n @Output() readonly applyFilters = new EventEmitter>();\n\n /**\n * Creates an instance of filters content component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Handle input changes\n */\n ngOnChanges(changes: SimpleChanges): void {\n if ('spatialSearchFilters' in changes) {\n this.updateSexFromSelection(this.spatialSearchFilters.filter(item => item.selected));\n }\n }\n\n /**\n * Updates the filter object with a new key/value\n *\n * @param value The value to be saved for the filter\n * @param key The key for the filter to be saved at\n */\n updateFilter(value: unknown, key: string): void {\n this.filters = { ...this.filters, [key]: value };\n this.ga.event('filter_update', 'filter_content', `${key}:${value}`);\n this.filtersChange.emit(this.filters);\n }\n\n /**\n * Emits the current filters when the apply button is clicked\n */\n applyButtonClick(): void {\n this.updateSearchSelection(this.spatialSearchFilters.filter(item => item.selected));\n this.ga.event('filters_applied', 'filter_content');\n this.applyFilters.emit(this.filters);\n }\n\n /**\n * Refreshes all filter settings\n */\n refreshFilters(): void {\n this.filters = JSON.parse(JSON.stringify(DEFAULT_FILTER));\n this.ga.event('filters_reset', 'filter_content');\n this.spatialSearchSelected.emit([]);\n this.filtersChange.emit(this.filters);\n }\n\n /**\n * Emits events for updated searches\n *\n * @param items New set of selected items\n */\n updateSearchSelection(items: SpatialSearchFilterItem[]): void {\n const searches = items.map(item => item.search);\n\n this.spatialSearchSelected.emit(items);\n this.updateFilter(searches, 'spatialSearches');\n this.updateSexFromSelection(items);\n }\n\n /**\n * Updates sex to `Both` if there is a mismatch between the current selection and the sex\n */\n updateSexFromSelection(items: SpatialSearchFilterItem[]): void {\n const currentSex = (this.filters['sex'] as string)?.toLowerCase() as Sex;\n const selectedSexes = new Set(items.map(item => item.sex));\n\n if (items.length > 0 && (selectedSexes.size > 1 || !selectedSexes.has(currentSex))) {\n this.updateFilter('Both', 'sex');\n }\n }\n}\n\n \n\n \n \n \n\n \n \n\n\n\n \n\n\n\n \n\n\n 0\" class=\"filter spatial-locations\" [class.hidden]=\"hidden\">\n \n \n\n\n\n \n \n Apply Filters\n \n refresh\n \n \n\n\n \n\n \n \n ./filters-content.component.scss\n \n .filter {\n margin-top: 1.5rem;\n\n &.assays {\n max-height: 6rem;\n .option {\n margin-right: 0 rem;\n width: 25%;\n }\n }\n\n &.providers {\n max-height: 16rem;\n }\n\n ::ng-deep ccf-checkbox {\n .options-container {\n position: relative;\n left: -0.5rem;\n width: calc(100% + 0.5rem);\n\n .mdc-checkbox {\n padding: 0.5rem;\n width: 1rem;\n height: 1rem;\n flex: 0 0 1rem;\n\n .mdc-checkbox__native-control {\n height: 2rem;\n width: 2rem;\n }\n\n .mdc-checkbox__background {\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n }\n }\n\n .mdc-label {\n font-weight: 400;\n padding-left: 0;\n text-wrap: nowrap;\n }\n }\n }\n}\n\n.button-container {\n display: flex;\n justify-content: space-between;\n margin-top: 1.5rem;\n\n .right-group {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n\n .outline-button {\n border-width: 1px;\n border-style: solid;\n width: 11rem;\n height: 100%;\n box-shadow: 0.1rem 0.1rem 0.2rem 0rem #0000001d;\n }\n\n .refresh-icon {\n padding: 0.25rem;\n border-radius: 0.25rem;\n margin-right: 1rem;\n display: flex;\n justify-content: center;\n align-items: center;\n transition: 0.6s;\n\n .refresh {\n cursor: pointer;\n transition: .6s;\n transition-property: background;\n }\n }\n }\n}\n\n.patient-filters {\n display: flex;\n padding-top: .5rem;\n gap: 2rem;\n\n ccf-dual-slider {\n margin-left: .5rem;\n }\n}\n\n.hidden {\n opacity: 0;\n transition-duration: 0.2s;\n}\n\nccf-dropdown, ccf-dual-slider {\n width: 10rem;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' 0\" class=\"filter spatial-locations\" [class.hidden]=\"hidden\"> Apply Filters refresh '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'FiltersContentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/FiltersContentModule.html":{"url":"modules/FiltersContentModule.html","title":"module - FiltersContentModule","body":"\n \n\n\n\n\n Modules\n FiltersContentModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_FiltersContentModule\n\n\n\ncluster_FiltersContentModule_declarations\n\n\n\ncluster_FiltersContentModule_imports\n\n\n\ncluster_FiltersContentModule_exports\n\n\n\n\nFiltersContentComponent\n\nFiltersContentComponent\n\n\n\nFiltersContentModule\n\nFiltersContentModule\n\nFiltersContentModule -->\n\nFiltersContentComponent->FiltersContentModule\n\n\n\n\n\nFiltersContentComponent \n\nFiltersContentComponent \n\nFiltersContentComponent -->\n\nFiltersContentModule->FiltersContentComponent \n\n\n\n\n\nCheckboxModule\n\nCheckboxModule\n\nFiltersContentModule -->\n\nCheckboxModule->FiltersContentModule\n\n\n\n\n\nDropdownModule\n\nDropdownModule\n\nFiltersContentModule -->\n\nDropdownModule->FiltersContentModule\n\n\n\n\n\nDualSliderModule\n\nDualSliderModule\n\nFiltersContentModule -->\n\nDualSliderModule->FiltersContentModule\n\n\n\n\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule\n\nFiltersContentModule -->\n\nRunSpatialSearchModule->FiltersContentModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n FiltersContentComponent\n \n \n \n \n Imports\n \n \n CheckboxModule\n \n \n DropdownModule\n \n \n DualSliderModule\n \n \n RunSpatialSearchModule\n \n \n \n \n Exports\n \n \n FiltersContentComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { SpatialSearchListModule } from 'ccf-shared';\n\nimport { CheckboxModule } from '../../../shared/components/checkbox/checkbox.module';\nimport { DropdownModule } from '../../../shared/components/dropdown/dropdown.module';\nimport { DualSliderModule } from '../../../shared/components/dual-slider/dual-slider.module';\nimport { RunSpatialSearchModule } from '../../../shared/components/run-spatial-search/run-spatial-search.module';\nimport { FiltersContentComponent } from './filters-content.component';\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatButtonModule,\n MatIconModule,\n\n CheckboxModule,\n DropdownModule,\n DualSliderModule,\n SpatialSearchListModule,\n RunSpatialSearchModule\n ],\n declarations: [FiltersContentComponent],\n exports: [FiltersContentComponent]\n})\nexport class FiltersContentModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FiltersPopoverComponent.html":{"url":"components/FiltersPopoverComponent.html","title":"component - FiltersPopoverComponent","body":"\n \n\n\n\n\n\n Components\n \n FiltersPopoverComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts\n\n\n\n \n Description\n \n \n Popover box for filter settings\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-filters-popover\n \n\n\n\n \n styleUrls\n ./filters-popover.component.scss\n \n\n\n\n \n templateUrl\n ./filters-popover.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n filtersVisible\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n applyFilters\n \n \n \n removeBox\n \n \n \n toggleFilterVisible\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n drawerExpanded\n \n \n filters\n \n \n providerFilters\n \n \n spatialSearchFilters\n \n \n technologyFilters\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n filtersChange\n \n \n spatialSearchRemoved\n \n \n spatialSearchSelected\n \n \n \n \n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n drawerExpanded\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:27\n \n \n \n \n Keeps track of whether or not the containing drawer is expanded\nBecause the styles need to change accordingly\n\n \n \n \n \n \n \n \n \n \n filters\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:21\n \n \n \n \n Allows the filters to be set from outside the component, and still render / function normally\n\n \n \n \n \n \n \n \n \n \n providerFilters\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:37\n \n \n \n \n List of providers in the data\n\n \n \n \n \n \n \n \n \n \n spatialSearchFilters\n \n \n \n \n Type : SpatialSearchFilterItem[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:42\n \n \n \n \n List of spatial searches\n\n \n \n \n \n \n \n \n \n \n technologyFilters\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:32\n \n \n \n \n List of technologies in the data\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n filtersChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:47\n \n \n \n \n Emits the current filters\n\n \n \n \n \n \n \n \n \n \n spatialSearchRemoved\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:57\n \n \n \n \n Emits when a spatial search is removed/deleted\n\n \n \n \n \n \n \n \n \n \n spatialSearchSelected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:52\n \n \n \n \n Emits when a spatial search is selected/deselected\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n applyFilters\n \n \n \n \n \n \napplyFilters(filters: Record)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:87\n \n \n\n\n \n \n Emits the current filters, and hides the popover box\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n filters\n \n Record\n \n\n \n No\n \n\n\n \n The object containing all the currently set filters\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n removeBox\n \n \n \n \n \n \n \n removeBox()\n \n \n\n \n \n Decorators : \n \n @Dispatch()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:77\n \n \n\n\n \n \n Hides the filters popover box\n\n\n \n Returns : SetExecuteSearchOnGenerate\n\n \n \n \n \n \n \n \n \n \n \n \n \n toggleFilterVisible\n \n \n \n \n \n \n \n toggleFilterVisible()\n \n \n\n \n \n Decorators : \n \n @Dispatch()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:68\n \n \n\n\n \n \n Toggles filter visible\n\n\n \n Returns : SetExecuteSearchOnGenerate\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n filtersVisible\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts:62\n \n \n\n \n \n Keeps track of whether or not the filters popover box is visible or not\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { Dispatch } from '@ngxs-labs/dispatch-decorator';\n\nimport { SpatialSearchFilterItem } from '../../../core/store/spatial-search-filter/spatial-search-filter.state';\nimport { SetExecuteSearchOnGenerate } from '../../../core/store/spatial-search-ui/spatial-search-ui.actions';\n\n\n/**\n * Popover box for filter settings\n */\n@Component({\n selector: 'ccf-filters-popover',\n templateUrl: './filters-popover.component.html',\n styleUrls: ['./filters-popover.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class FiltersPopoverComponent {\n /**\n * Allows the filters to be set from outside the component, and still render / function normally\n */\n @Input() filters: Record;\n\n /**\n * Keeps track of whether or not the containing drawer is expanded\n * Because the styles need to change accordingly\n */\n @Input() drawerExpanded: boolean;\n\n /**\n * List of technologies in the data\n */\n @Input() technologyFilters: string[];\n\n /**\n * List of providers in the data\n */\n @Input() providerFilters: string[];\n\n /**\n * List of spatial searches\n */\n @Input() spatialSearchFilters: SpatialSearchFilterItem[] = [];\n\n /**\n * Emits the current filters\n */\n @Output() readonly filtersChange = new EventEmitter>();\n\n /**\n * Emits when a spatial search is selected/deselected\n */\n @Output() readonly spatialSearchSelected = new EventEmitter();\n\n /**\n * Emits when a spatial search is removed/deleted\n */\n @Output() readonly spatialSearchRemoved = new EventEmitter();\n\n /**\n * Keeps track of whether or not the filters popover box is visible or not\n */\n filtersVisible = false;\n\n /**\n * Toggles filter visible\n */\n @Dispatch()\n toggleFilterVisible(): SetExecuteSearchOnGenerate {\n this.filtersVisible = !this.filtersVisible;\n return new SetExecuteSearchOnGenerate(false);\n }\n\n /**\n * Hides the filters popover box\n */\n @Dispatch()\n removeBox(): SetExecuteSearchOnGenerate {\n this.filtersVisible = false;\n return new SetExecuteSearchOnGenerate(true);\n }\n\n /**\n * Emits the current filters, and hides the popover box\n *\n * @param filters The object containing all the currently set filters\n */\n applyFilters(filters: Record): void {\n this.filters = filters;\n this.filtersChange.emit(filters);\n this.removeBox();\n }\n}\n\n \n\n \n \n \n \n close\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./filters-popover.component.scss\n \n .filters-popover {\n position: inherit;\n\n &.expanded {\n position: relative;\n\n .popup-container {\n right: inherit;\n }\n\n .popup-body {\n padding-left: 4em !important;\n }\n }\n}\n\n.popup-container {\n position: absolute;\n z-index: 5;\n top: 1.2rem;\n left: 1.48rem;\n box-shadow: 0.2rem 0.2rem 1rem 0rem #00000058;\n transition: all 0.3s ease-in-out;\n\n .popup-body {\n transition-duration: 0.2s;\n }\n\n &.visible {\n padding: 2rem;\n width: 47.5rem;\n border-width: 1px;\n\n .popup-body {\n opacity: 1;\n transition-delay: 0.4s;\n }\n }\n\n &.hidden {\n padding: 0;\n width: 0;\n transition-delay: 0.2s;\n pointer-events: none;\n\n .popup-body {\n opacity: 0;\n }\n }\n}\n\n.show-hide {\n background: none;\n border: none;\n z-index: 10;\n position: relative;\n cursor: pointer;\n outline: none;\n padding: 0.5rem;\n border-radius: 0.25rem;\n transition: 0.6s;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' close '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'FiltersPopoverComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/FiltersPopoverModule.html":{"url":"modules/FiltersPopoverModule.html","title":"module - FiltersPopoverModule","body":"\n \n\n\n\n\n Modules\n FiltersPopoverModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_FiltersPopoverModule\n\n\n\ncluster_FiltersPopoverModule_imports\n\n\n\ncluster_FiltersPopoverModule_exports\n\n\n\ncluster_FiltersPopoverModule_declarations\n\n\n\n\nFiltersPopoverComponent\n\nFiltersPopoverComponent\n\n\n\nFiltersPopoverModule\n\nFiltersPopoverModule\n\nFiltersPopoverModule -->\n\nFiltersPopoverComponent->FiltersPopoverModule\n\n\n\n\n\nFiltersPopoverComponent \n\nFiltersPopoverComponent \n\nFiltersPopoverComponent -->\n\nFiltersPopoverModule->FiltersPopoverComponent \n\n\n\n\n\nFiltersContentModule\n\nFiltersContentModule\n\nFiltersPopoverModule -->\n\nFiltersContentModule->FiltersPopoverModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n FiltersPopoverComponent\n \n \n \n \n Imports\n \n \n FiltersContentModule\n \n \n \n \n Exports\n \n \n FiltersPopoverComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\n\nimport { FiltersContentModule } from '../filters-content/filters-content.module';\nimport { FiltersPopoverComponent } from './filters-popover.component';\n\n\n@NgModule({\n imports: [CommonModule, MatIconModule, FiltersContentModule],\n declarations: [FiltersPopoverComponent],\n exports: [FiltersPopoverComponent]\n})\nexport class FiltersPopoverModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/FlatNode.html":{"url":"classes/FlatNode.html","title":"class - FlatNode","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n FlatNode\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/models/flat-node.ts\n \n\n\n \n Description\n \n \n Node type used by ontology tree component.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n numResults\n \n \n Optional\n opacity\n \n \n Optional\n visible\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n create\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n label\n \n \n expandable\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(original: OntologyTreeNode, level: number)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:38\n \n \n\n \n \n Creates an instance of flat node.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n original\n \n \n OntologyTreeNode\n \n \n \n No\n \n \n \n The original ontology node object.\n\n \n \n \n level\n \n \n number\n \n \n \n No\n \n \n \n The level of the new flat node in the tree.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Optional\n numResults\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n Optional\n opacity\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 20\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:11\n \n \n\n\n \n \n \n \n \n \n \n \n Optional\n visible\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:9\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n create\n \n \n \n \n \n \n \n create(original: OntologyTreeNode, level: number)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:36\n \n \n\n\n \n \n Creates a flat node from a ontology node object and a level in the tree.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n original\n \n OntologyTreeNode\n \n\n \n No\n \n\n\n \n The original ontology node object.\n\n \n \n \n level\n \n number\n \n\n \n No\n \n\n\n \n The level of the new flat node in the tree.\n\n \n \n \n \n \n \n Returns : FlatNode\n\n \n \n The newly created flat node.\n\n \n \n \n \n \n\n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n label\n \n \n\n \n \n getlabel()\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:18\n \n \n \n \n Gets this node's label.\n\n\n \n Returns : string\n\n \n \n \n\n \n \n \n \n \n \n \n expandable\n \n \n\n \n \n getexpandable()\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/models/flat-node.ts:25\n \n \n \n \n Indicates whether this node has children.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n \n\n\n \n import { OntologyTreeNode } from 'ccf-database';\n\n\n/**\n * Node type used by ontology tree component.\n */\nexport class FlatNode {\n visible?: boolean = true;\n\n opacity?: number = 20;\n\n numResults?: number;\n\n /**\n * Gets this node's label.\n */\n get label(): string {\n return this.original.label;\n }\n\n /**\n * Indicates whether this node has children.\n */\n get expandable(): boolean {\n return this.original.children.length > 0;\n }\n\n /**\n * Creates a flat node from a ontology node object and a level in the tree.\n *\n * @param original The original ontology node object.\n * @param level The level of the new flat node in the tree.\n * @returns The newly created flat node.\n */\n static create(original: OntologyTreeNode, level: number): FlatNode {\n return new FlatNode(original, level);\n }\n\n /**\n * Creates an instance of flat node.\n *\n * @param original The original ontology node object.\n * @param level The level of the new flat node in the tree.\n */\n constructor(readonly original: OntologyTreeNode, readonly level: number) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/GenerateSpatialSearch.html":{"url":"classes/GenerateSpatialSearch.html","title":"class - GenerateSpatialSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n GenerateSpatialSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Generate and add a spatial search'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:50\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HeaderComponent.html":{"url":"components/HeaderComponent.html","title":"component - HeaderComponent","body":"\n \n\n\n\n\n\n Components\n \n HeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/core/header/header.component.ts\n\n\n\n \n Description\n \n \n Header which is always displayed on the site; contains current filter info,\na link to download data, and a logo which resets the page when clicked.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-header\n \n\n\n\n \n styleUrls\n ./header.component.scss\n \n\n\n\n \n templateUrl\n ./header.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n filters\n \n \n homeUrl\n \n \n loggedIn\n \n \n loginDisabled\n \n \n logoTooltip\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n downloadClicked\n \n \n refreshClicked\n \n \n \n \n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n filters\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:32\n \n \n \n \n Current filter settings\n\n \n \n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:18\n \n \n \n \n URL to Portal site\n\n \n \n \n \n \n \n \n \n \n loggedIn\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:27\n \n \n \n \n Is the user logged in?\n\n \n \n \n \n \n \n \n \n \n loginDisabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:20\n \n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:22\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n downloadClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:42\n \n \n \n \n Emitted when download button is clicked\n\n \n \n \n \n \n \n \n \n \n refreshClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/header/header.component.ts:37\n \n \n \n \n Emitted when refresh button is clicked\n\n \n \n \n \n\n\n\n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\n\n/**\n * Header which is always displayed on the site; contains current filter info,\n * a link to download data, and a logo which resets the page when clicked.\n */\n@Component({\n selector: 'ccf-header',\n templateUrl: './header.component.html',\n styleUrls: ['./header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class HeaderComponent {\n\n /**\n * URL to Portal site\n */\n @Input() homeUrl: string;\n\n @Input() loginDisabled: boolean;\n\n @Input() logoTooltip: string;\n\n /**\n * Is the user logged in?\n */\n @Input() loggedIn: boolean;\n\n /**\n * Current filter settings\n */\n @Input() filters: Record;\n\n /**\n * Emitted when refresh button is clicked\n */\n @Output() readonly refreshClicked = new EventEmitter();\n\n /**\n * Emitted when download button is clicked\n */\n @Output() readonly downloadClicked = new EventEmitter();\n}\n\n \n\n \n \n \n \n \n \n\n \n \n LOGIN\n LOGOUT\n\n\n \n\n \n \n ./header.component.scss\n \n .ccf-header {\n height: 4rem;\n padding: 0 1.5rem;\n border-bottom-width: 1px;\n border-bottom-style: solid;\n display: flex;\n\n .home {\n height: 100%;\n width: 25rem;\n align-items: center;\n display: flex;\n padding: 0.25rem 0;\n }\n\n .logo {\n width: 100%;\n height: 50%;\n background-repeat: no-repeat;\n background-size: contain;\n }\n\n .download {\n height: 1.5rem;\n }\n\n // Styled to match the HuBMAP Portal\n .authentication {\n width: 8.25rem;\n border-radius: 0.125rem;\n font-weight: 500;\n }\n\n .logo, .download, .refresh {\n display: flex;\n align-items: center;\n transition: color 1s;\n cursor: pointer;\n text-decoration: none;\n }\n\n :not(:last-child) {\n margin-right: 1.5rem;\n }\n\n .filler {\n flex-grow: 1;\n margin: 0;\n }\n\n .filter-labels {\n display: flex;\n align-items: center;\n height: 100%;\n font: 400 1rem/1.25rem Inter, sans-serif;\n }\n\n .disabled {\n display: none;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' LOGIN LOGOUT'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'HeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/HeaderModule.html":{"url":"modules/HeaderModule.html","title":"module - HeaderModule","body":"\n \n\n\n\n\n Modules\n HeaderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_HeaderModule\n\n\n\ncluster_HeaderModule_exports\n\n\n\ncluster_HeaderModule_declarations\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\n\n\nHeaderModule\n\nHeaderModule\n\nHeaderModule -->\n\nHeaderComponent->HeaderModule\n\n\n\n\n\nHeaderComponent \n\nHeaderComponent \n\nHeaderComponent -->\n\nHeaderModule->HeaderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/core/header/header.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n HeaderComponent\n \n \n \n \n Exports\n \n \n HeaderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { HeaderComponent } from './header.component';\n\n\n@NgModule({\n imports: [CommonModule, MatButtonModule, MatIconModule, MatToolbarModule, MatTooltipModule],\n declarations: [HeaderComponent],\n exports: [HeaderComponent]\n})\nexport class HeaderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/IconDefinition.html":{"url":"interfaces/IconDefinition.html","title":"interface - IconDefinition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n IconDefinition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n\n\n \n Description\n \n \n Object definition for registering new svg icons.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n html\n \n \n \n Optional\n \n name\n \n \n \n Optional\n \n namespace\n \n \n \n Optional\n \n url\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n html\n \n \n \n \n \n \n \n \n html: SafeHtml\n\n \n \n\n\n \n \n Type : SafeHtml\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Html containing the svg of the icon or icon set.\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Name to register the icon under.\n\n \n \n \n \n \n \n \n \n \n namespace\n \n \n \n \n \n \n \n \n namespace: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Namespace to register the icon or icon set under.\n\n \n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n \n \n url: SafeResourceUrl\n\n \n \n\n\n \n \n Type : SafeResourceUrl\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Url to fetch the icon or icon set from.\n\n \n \n \n \n \n \n\n\n \n import { Injectable, Optional } from '@angular/core';\nimport { MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';\nimport { DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\n\nimport { DEFAULT_ICONS } from './default-icons';\n\n\n/**\n * Object definition for registering new svg icons.\n */\nexport interface IconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: SafeResourceUrl;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: SafeHtml;\n}\n\n\n/**\n * State handling the registration of icons for use with `mat-icon`.\n */\n@StateRepository()\n@State({ name: 'iconRegistry' })\n@Injectable()\nexport class IconRegistryState extends NgxsDataRepository {\n /**\n * Creates an instance of icon registry state.\n *\n * @param registry Material icon registry.\n * @param sanitizer Service used to sanitize default imported urls and html.\n */\n constructor(\n @Optional() private readonly registry: MatIconRegistry | null,\n sanitizer: DomSanitizer\n ) {\n super();\n\n for (const { name, namespace, url, html } of DEFAULT_ICONS) {\n const safeDef: IconDefinition = {\n name, namespace,\n url: url && sanitizer.bypassSecurityTrustResourceUrl(url),\n html: html && sanitizer.bypassSecurityTrustHtml(html)\n };\n\n this.registerIconImpl(safeDef);\n }\n }\n\n /**\n * Registers a svg icon for use in mat-icon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n @DataAction()\n registerIcon(definition: IconDefinition): boolean {\n return this.registerIconImpl(definition);\n }\n\n /**\n * Backing implementation of registerIcon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n private registerIconImpl(definition: IconDefinition): boolean {\n if (!this.registry) {\n return false;\n }\n if (!definition.url && !definition.html) {\n return false;\n }\n\n const registry = this.registry as unknown as { [prop: string]: (...arg: unknown[]) => void };\n const methodName = this.getMethodName(definition);\n const method = registry[methodName];\n const args = this.getArguments(definition);\n\n if (!method) {\n return false;\n }\n try {\n method.apply(registry, args);\n return true;\n } catch (_error) {\n return false;\n }\n }\n\n /**\n * Selects the MatIconRegistry method used to register the icon.\n *\n * @param definition Icon definition.\n * @returns The name of the registry method.\n */\n private getMethodName({ name, namespace, url }: IconDefinition): string {\n const parts = ['addSvgIcon'];\n if (!name) {\n parts.push('Set');\n }\n if (!url) {\n parts.push('Literal');\n }\n if (namespace) {\n parts.push('InNamespace');\n }\n return parts.join('');\n }\n\n /**\n * Selects the argument used to call the registration method.\n *\n * @param definition Icon definition.\n * @returns An array of arguments.\n */\n private getArguments({ name, namespace, url, html }: IconDefinition): unknown[] {\n const args: unknown[] = [namespace, name, url ?? html];\n return args.filter(value => !!value);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/IconRegistryState.html":{"url":"injectables/IconRegistryState.html","title":"injectable - IconRegistryState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n IconRegistryState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n\n\n \n Description\n \n \n State handling the registration of icons for use with mat-icon.\n\n \n\n \n Extends\n \n \n NgxsDataRepository\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n getArguments\n \n \n Private\n getMethodName\n \n \n \n registerIcon\n \n \n Private\n registerIconImpl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(registry: MatIconRegistry | null, sanitizer: DomSanitizer)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:43\n \n \n\n \n \n Creates an instance of icon registry state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n registry\n \n \n MatIconRegistry | null\n \n \n \n No\n \n \n \n Material icon registry.\n\n \n \n \n sanitizer\n \n \n DomSanitizer\n \n \n \n No\n \n \n \n Service used to sanitize default imported urls and html.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n getArguments\n \n \n \n \n \n \n \n getArguments(undefined: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:134\n \n \n\n\n \n \n Selects the argument used to call the registration method.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n IconDefinition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : []\n\n \n \n An array of arguments.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n getMethodName\n \n \n \n \n \n \n \n getMethodName(undefined: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:114\n \n \n\n\n \n \n Selects the MatIconRegistry method used to register the icon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n IconDefinition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n The name of the registry method.\n\n \n \n \n \n \n \n \n \n \n \n \n \n registerIcon\n \n \n \n \n \n \n \n registerIcon(definition: IconDefinition)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:74\n \n \n\n\n \n \n Registers a svg icon for use in mat-icon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n definition\n \n IconDefinition\n \n\n \n No\n \n\n\n \n Icon to register.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if registration was successful, otherwise false.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n registerIconImpl\n \n \n \n \n \n \n \n registerIconImpl(definition: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts:84\n \n \n\n\n \n \n Backing implementation of registerIcon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n definition\n \n IconDefinition\n \n\n \n No\n \n\n\n \n Icon to register.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if registration was successful, otherwise false.\n\n \n \n \n \n \n\n\n \n\n\n \n import { Injectable, Optional } from '@angular/core';\nimport { MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';\nimport { DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\n\nimport { DEFAULT_ICONS } from './default-icons';\n\n\n/**\n * Object definition for registering new svg icons.\n */\nexport interface IconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: SafeResourceUrl;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: SafeHtml;\n}\n\n\n/**\n * State handling the registration of icons for use with `mat-icon`.\n */\n@StateRepository()\n@State({ name: 'iconRegistry' })\n@Injectable()\nexport class IconRegistryState extends NgxsDataRepository {\n /**\n * Creates an instance of icon registry state.\n *\n * @param registry Material icon registry.\n * @param sanitizer Service used to sanitize default imported urls and html.\n */\n constructor(\n @Optional() private readonly registry: MatIconRegistry | null,\n sanitizer: DomSanitizer\n ) {\n super();\n\n for (const { name, namespace, url, html } of DEFAULT_ICONS) {\n const safeDef: IconDefinition = {\n name, namespace,\n url: url && sanitizer.bypassSecurityTrustResourceUrl(url),\n html: html && sanitizer.bypassSecurityTrustHtml(html)\n };\n\n this.registerIconImpl(safeDef);\n }\n }\n\n /**\n * Registers a svg icon for use in mat-icon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n @DataAction()\n registerIcon(definition: IconDefinition): boolean {\n return this.registerIconImpl(definition);\n }\n\n /**\n * Backing implementation of registerIcon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n private registerIconImpl(definition: IconDefinition): boolean {\n if (!this.registry) {\n return false;\n }\n if (!definition.url && !definition.html) {\n return false;\n }\n\n const registry = this.registry as unknown as { [prop: string]: (...arg: unknown[]) => void };\n const methodName = this.getMethodName(definition);\n const method = registry[methodName];\n const args = this.getArguments(definition);\n\n if (!method) {\n return false;\n }\n try {\n method.apply(registry, args);\n return true;\n } catch (_error) {\n return false;\n }\n }\n\n /**\n * Selects the MatIconRegistry method used to register the icon.\n *\n * @param definition Icon definition.\n * @returns The name of the registry method.\n */\n private getMethodName({ name, namespace, url }: IconDefinition): string {\n const parts = ['addSvgIcon'];\n if (!name) {\n parts.push('Set');\n }\n if (!url) {\n parts.push('Literal');\n }\n if (namespace) {\n parts.push('InNamespace');\n }\n return parts.join('');\n }\n\n /**\n * Selects the argument used to call the registration method.\n *\n * @param definition Icon definition.\n * @returns An array of arguments.\n */\n private getArguments({ name, namespace, url, html }: IconDefinition): unknown[] {\n const args: unknown[] = [namespace, name, url ?? html];\n return args.filter(value => !!value);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/InitializationState.html":{"url":"classes/InitializationState.html","title":"class - InitializationState","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n InitializationState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n\n\n \n Description\n \n \n Boolean state that can also be awaited.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n deferred\n \n \n Private\n initialized\n \n \n Private\n resolve\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n set\n \n \n valueOf\n \n \n Async\n wait\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n deferred\n \n \n \n \n \n \n Default value : new Promise(resolve => {\n this.resolve = resolve;\n })\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:37\n \n \n\n \n \n Promise used to await on.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n initialized\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:35\n \n \n\n \n \n Whether this state is true or false.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n resolve\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:41\n \n \n\n \n \n Resolve function for the promise.\n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:46\n \n \n\n\n \n \n Sets the state to true and\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n valueOf\n \n \n \n \n \n \nvalueOf()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:65\n \n \n\n\n \n \n Gets the boolean state of this object.\n\n\n \n Returns : boolean\n\n \n \n true if set has been called.\n\n \n \n \n \n \n \n \n \n \n \n \n Async\n wait\n \n \n \n \n \n \n \n wait()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts:56\n \n \n\n\n \n \n Gets a promise that resolves when this state is set to true.\n\n\n \n Returns : Promise\n\n \n \n A promise.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { animate, state, style, transition, trigger } from '@angular/animations';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport {\n AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, HostBinding, HostListener,\n Input, OnDestroy, Output,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { Message, MessageChannel, MessageService } from '../messages';\n\n\n/** Opened/closed state. */\ntype OpenedState = 'open' | 'open-instant' | 'closed';\n/** Expanded/collapsed state. */\ntype ExpandedState = 'open' | 'open-instant' | 'closed';\n/** Expanded state relative to an opposite drawer. */\ntype ExpandedState2 = 'collapsed' | 'half' | 'extended' | 'full';\n\n/** Default animation parameters. */\nconst EXPAND_COLLAPSE_PARAMS_DEFAULT = {\n params: {\n width: 0,\n margin: 0,\n margin2: 0\n }\n};\n\n/**\n * Boolean state that can also be awaited.\n */\nclass InitializationState {\n /** Whether this state is true or false. */\n private initialized = false;\n /** Promise used to await on. */\n private deferred = new Promise(resolve => {\n this.resolve = resolve;\n });\n /** Resolve function for the promise. */\n private resolve: () => void;\n\n /**\n * Sets the state to true and\n */\n set(): void {\n this.initialized = true;\n this.resolve();\n }\n\n /**\n * Gets a promise that resolves when this state is set to true.\n *\n * @returns A promise.\n */\n async wait(): Promise {\n return this.deferred;\n }\n\n /**\n * Gets the boolean state of this object.\n *\n * @returns true if set has been called.\n */\n valueOf(): boolean {\n return this.initialized;\n }\n}\n\n\n/**\n * Side drawer component.\n * Contains all the logic for opening/closing/expanding.\n */\n@Component({\n selector: 'ccf-drawer',\n exportAs: 'ccfDrawer',\n templateUrl: './drawer.component.html',\n styleUrls: ['./drawer.component.scss'],\n animations: [\n trigger('openClose', [\n state('open, open-instant', style({\n transform: 'none'\n })),\n state('closed', style({})),\n\n transition('closed => open-instant', animate(0)),\n transition('closed open, open-instant => closed', animate('.5s ease-in-out'))\n ]),\n trigger('expandCollapse', [\n state('collapsed', style({})),\n state('half', style({\n width: 'calc(50% - {{ margin }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n state('extended', style({\n width: 'calc(100% - {{ width }}px - {{ margin }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n state('full', style({\n width: 'calc(100% - {{ margin }}px - {{ margin2 }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n\n transition('* *', animate('.5s ease-in-out'))\n ])\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DrawerComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer';\n /** Whether this is located at the end position. */\n @HostBinding('class.ccf-drawer-end') // eslint-disable-line\n get classEnd(): boolean {\n return this.position === 'end';\n }\n\n /** Position of the drawer - start (left) or end (right). */\n @Input()// eslint-disable-line\n get position(): 'start' | 'end' {\n return this._position;\n }\n set position(value: 'start' | 'end') {\n this._position = value || 'start';\n }\n /** Property for position getter/setter. */\n private _position: 'start' | 'end' = 'start';\n\n /** Whether the drawer is opened. */\n @Input() // eslint-disable-line\n @HostBinding('class.ccf-drawer-opened') // eslint-disable-line\n get opened(): boolean {\n return this._opened;\n }\n set opened(value: boolean) {\n this.toggle(coerceBooleanProperty(value));\n }\n /** Property for opened getter/setter. */\n private _opened = false;\n\n /** Whether the drawer is expanded. */\n @Input() // eslint-disable-line\n @HostBinding('class.ccf-drawer-expanded') // eslint-disable-line\n get expanded(): boolean {\n return this._expanded;\n }\n set expanded(value: boolean) {\n this.toggleExpanded(coerceBooleanProperty(value));\n }\n /** Property for expanded getter/setter */\n private _expanded = false;\n\n /** Output emitting when the drawer has opened. */\n @Output() readonly openedChange = new EventEmitter(true);\n /** Output emitting when the drawer has expanded. */\n @Output() readonly expandedChange = new EventEmitter(true);\n /** Output emitting whenever the drawer state changes. */\n @Output() readonly stateChange = new EventEmitter(true);\n\n /** Current open/close animation state. */\n @HostBinding('@openClose')\n openedState: OpenedState = 'closed';\n\n /** Expanded/collapsed state parameters. */\n @HostBinding('@expandCollapse') // eslint-disable-line\n get expandedStateObj(): unknown {\n return {\n value: this.expandedState2, params: {\n width: this.width, margin: this.measuredMargin,\n margin2: this.margin2\n }\n };\n }\n /** Current expanded/collapsed animation state. */\n expandedState: ExpandedState = 'closed';\n /** Current expanded state relative to the opposite drawer. */\n private expandedState2: ExpandedState2 = 'collapsed';\n\n /** Gets the calculated width of the drawer. */\n private get measuredWidth(): number {\n if (this._measuredWidth > 0) {\n return this._measuredWidth;\n }\n\n const element = this.element.nativeElement;\n if (!element) {\n return 0;\n }\n\n const bbox = element.getBoundingClientRect();\n const width = bbox.right - bbox.left;\n if (width === 0) {\n return 0;\n }\n\n this._measuredWidth = width;\n return width;\n }\n /** Cached measured width. */\n private _measuredWidth = 0;\n /** Width of opposite drawer. */\n private width = 0;\n\n /** Gets the calculated margin of the drawer. */\n private get measuredMargin(): number {\n if (this._measuredMargin > 0) {\n return this._measuredMargin;\n }\n\n const element = this.element.nativeElement;\n if (!element) {\n return 0;\n }\n\n const styles = globalThis.getComputedStyle(element);\n const property = this.position === 'start' ? 'margin-right' : 'margin-left';\n const value = styles.getPropertyValue(property);\n const margin = Number(value.slice(0, -2));\n\n this._measuredMargin = margin;\n return margin;\n }\n /** Cached measured margin. */\n private _measuredMargin = 0;\n /** Margin of the opposite drawer. */\n private margin2 = 0;\n\n /** Initialization state. */\n private initialized = new InitializationState();\n /** Connected message channel. */\n private channel: MessageChannel;\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of drawer component.\n *\n * @param messageService Service for sending/receiving event messages.\n * @param cdr The change detector reference.\n * @param element Reference to components HTML element.\n */\n constructor(\n messageService: MessageService,\n cdr: ChangeDetectorRef,\n private readonly element: ElementRef\n ) {\n this.channel = messageService.connect(this);\n this.subscriptions.add(this.channel.getMessages().subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Initializes this component.\n */\n ngAfterViewInit(): void {\n this.initialized.set();\n setTimeout(() => this.channel.sendMessage({ type: 'drawer-initialized' }));\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Opens the drawer.\n */\n open(): void {\n this.toggle(true);\n }\n\n /**\n * Closes the drawer.\n */\n close(): void {\n this.toggle(false);\n }\n\n /**\n * Toggles the drawer between opened and closed.\n *\n * @param [opened] Whether to open or close the drawer.\n */\n toggle(opened = !this.opened): void {\n if (this.opened === opened) {\n return;\n }\n\n if (!opened) {\n this.openedState = 'closed';\n this.expandedState = 'closed';\n this.expandedState2 = 'collapsed';\n this._expanded = false;\n } else if (this.initialized.valueOf()) {\n this.openedState = 'open';\n } else {\n this.openedState = 'open-instant';\n }\n\n this._opened = opened;\n this.sendToggle();\n }\n\n /**\n * Expands the drawer.\n */\n openExpanded(): void {\n this.toggleExpanded(true);\n }\n\n /**\n * Collapses the drawer.\n */\n closeExpanded(): void {\n this.toggleExpanded(false);\n }\n\n /**\n * Toggles the drawer between expanded and collapsed.\n *\n * @param [expanded] Whether to expand or collapse the drawer.\n */\n toggleExpanded(expanded = !this.expanded): void {\n if (this.expanded === expanded) {\n return;\n }\n\n if (!expanded) {\n this.expandedState = 'closed';\n this.expandedState2 = 'collapsed';\n } else if (this.initialized.valueOf()) {\n this.expandedState = 'open';\n } else {\n this.expandedState = 'open-instant';\n }\n\n this._expanded = expanded;\n this.sendToggle();\n }\n\n /**\n * Listener to open/close animation completion.\n */\n @HostListener('@openClose.done') // eslint-disable-line\n closeOpenDone(): void {\n this.openedChange.emit(this.opened);\n }\n\n /**\n * Listener to expand/collapse animation completion.\n */\n @HostListener('@expandCollapse.done') // eslint-disable-line\n expandCollapseDone(): void {\n this.expandedChange.emit(this.expanded);\n }\n\n /**\n * Sends a toggle event to the channel.\n * Waits until initialization is completed before sending.\n */\n private async sendToggle(): Promise {\n await this.initialized.wait();\n this.channel.sendMessage({\n type: 'drawer-toggled',\n opened: this.opened,\n expanded: this.expanded,\n width: this.measuredWidth,\n margin: this.measuredMargin\n });\n this.stateChange.emit();\n }\n\n /**\n * Processes an event.\n *\n * @param msg The event.\n * @returns true if change detection should run.\n */\n private handleMessage(msg: Message): boolean {\n switch (msg.payload.type) {\n case 'drawer-toggled': {\n const other = msg.source as DrawerComponent;\n this.syncExpanded(other);\n return true;\n }\n\n default:\n return false;\n }\n }\n\n /**\n * Syncs the drawer widths and margin against the opposite drawer.\n *\n * @param other The opposite drawer.\n */\n private syncExpanded(other: DrawerComponent): void {\n if (this.expanded || other.expanded) {\n if (this.expanded && other.expanded) {\n this.expandedState2 = other.expandedState2 = 'half';\n } else if (this.expanded) {\n if (other.opened) {\n this.expandedState2 = 'extended';\n this.width = other.measuredWidth + other.measuredMargin;\n } else {\n this.expandedState2 = 'full';\n this.margin2 = other.measuredMargin;\n }\n } else {\n if (this.opened) {\n other.expandedState2 = 'extended';\n other.width = this.measuredWidth + this.measuredMargin;\n } else {\n other.expandedState2 = 'full';\n other.margin2 = this.measuredMargin;\n }\n }\n }\n }\n\n /** Workaround for getter/setter pair not accepting different types. */\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_position: '' | 'start' | 'end';\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_opened: BooleanInput;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_expanded: BooleanInput;\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ListResult.html":{"url":"interfaces/ListResult.html","title":"interface - ListResult","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ListResult\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/models/list-result.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n color\n \n \n \n Optional\n \n rank\n \n \n \n \n selected\n \n \n \n \n tissueBlock\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n color\n \n \n \n \n \n \n \n \n color: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n rank\n \n \n \n \n \n \n \n \n rank: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n selected\n \n \n \n \n \n \n \n \n selected: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n tissueBlock\n \n \n \n \n \n \n \n \n tissueBlock: TissueBlockResult\n\n \n \n\n\n \n \n Type : TissueBlockResult\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { TissueBlockResult } from 'ccf-database';\n\nexport interface ListResult {\n selected: boolean;\n color?: string;\n tissueBlock: TissueBlockResult;\n rank?: number;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ListResultsState.html":{"url":"injectables/ListResultsState.html","title":"injectable - ListResultsState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ListResultsState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts\n \n\n\n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n colorAssignments\n \n \n Private\n dataState\n \n \n Readonly\n highlightedNodeId$\n \n \n Readonly\n listResults$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n deselectListResult\n \n \n highlightNode\n \n \n ngxsOnInit\n \n \n selectListResult\n \n \n \n setListResults\n \n \n unHighlightNode\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dataService: DataSourceService, injector: Injector)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:37\n \n \n\n \n \n Creates an instance of scene state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dataService\n \n \n DataSourceService\n \n \n \n No\n \n \n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n Injector service used to lazy load data state\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n deselectListResult\n \n \n \n \n \n \ndeselectListResult(result: ListResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:65\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n result\n \n ListResult\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n highlightNode\n \n \n \n \n \n \nhighlightNode(id: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:69\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:80\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n selectListResult\n \n \n \n \n \n \nselectListResult(result: ListResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:61\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n result\n \n ListResult\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setListResults\n \n \n \n \n \n \n \n setListResults(listResults: ListResult[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:57\n \n \n\n\n \n \n Sets the list results\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n listResults\n \n ListResult[]\n \n\n \n No\n \n\n\n \n The list of results to display\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n unHighlightNode\n \n \n \n \n \n \nunHighlightNode()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:73\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n colorAssignments\n \n \n \n \n \n \n Type : ColorAssignmentState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:37\n \n \n\n \n \n Color assignments state\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n dataState\n \n \n \n \n \n \n Type : DataState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:34\n \n \n\n \n \n The data state\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n highlightedNodeId$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.highlightedNodeId), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n listResults$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.listResults), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts:29\n \n \n\n \n \n Scene to display in the 3d Scene\n\n \n \n\n \n \n\n\n \n\n\n \n import { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { NgxsOnInit, State } from '@ngxs/store';\nimport { DataSourceService } from 'ccf-shared';\nimport sortBy from 'lodash/sortBy';\nimport { combineLatest } from 'rxjs';\nimport { distinctUntilChanged, map, tap } from 'rxjs/operators';\nimport { ListResult } from '../../models/list-result';\nimport { ColorAssignmentState } from '../color-assignment/color-assignment.state';\nimport { DataState } from '../data/data.state';\n\n\nexport interface ListResultsStateModel {\n listResults: ListResult[];\n highlightedNodeId?: string;\n}\n\n@StateRepository()\n@State({\n name: 'listResults',\n defaults: {\n listResults: []\n }\n})\n@Injectable()\nexport class ListResultsState extends NgxsImmutableDataRepository implements NgxsOnInit {\n /** Scene to display in the 3d Scene */\n readonly listResults$ = this.state$.pipe(map(x => x?.listResults), distinctUntilChanged());\n readonly highlightedNodeId$ = this.state$.pipe(map(x => x?.highlightedNodeId), distinctUntilChanged());\n\n\n /** The data state */\n private dataState: DataState;\n\n /** Color assignments state */\n private colorAssignments: ColorAssignmentState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load data state\n */\n constructor(\n private readonly dataService: DataSourceService,\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Sets the list results\n *\n * @param listResults The list of results to display\n */\n @DataAction()\n setListResults(@Payload('listResults') listResults: ListResult[]): void {\n this.ctx.patchState({ listResults });\n }\n\n selectListResult(result: ListResult): void {\n this.colorAssignments.assignColor(result.tissueBlock.spatialEntityId);\n }\n\n deselectListResult(result: ListResult): void {\n this.colorAssignments.unassignColor(result.tissueBlock.spatialEntityId);\n }\n\n highlightNode(id: string): void {\n this.ctx.patchState({ highlightedNodeId: id });\n }\n\n unHighlightNode(): void {\n this.ctx.patchState({ highlightedNodeId: undefined });\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.dataState = this.injector.get(DataState);\n this.colorAssignments = this.injector.get(ColorAssignmentState);\n\n combineLatest([\n this.dataState.tissueBlockData$,\n this.colorAssignments.colorAssignments$\n ]).pipe(\n map(([tissueBlocks, colors]) => {\n const topBlocks: ListResult[] = [];\n const otherBlocks: ListResult[] = [];\n\n for (const tissueBlock of tissueBlocks) {\n const color = colors[tissueBlock.spatialEntityId];\n if (color) {\n topBlocks.push({\n selected: true, color: color.color, tissueBlock, rank: color.rank\n });\n } else {\n otherBlocks.push({\n selected: false, tissueBlock\n });\n }\n }\n\n return sortBy(topBlocks, ['rank']).concat(otherBlocks);\n }),\n tap(results => this.setListResults(results))\n ).subscribe();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ListResultsStateModel.html":{"url":"interfaces/ListResultsStateModel.html","title":"interface - ListResultsStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ListResultsStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n highlightedNodeId\n \n \n \n \n listResults\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n highlightedNodeId\n \n \n \n \n \n \n \n \n highlightedNodeId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n listResults\n \n \n \n \n \n \n \n \n listResults: ListResult[]\n\n \n \n\n\n \n \n Type : ListResult[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { NgxsOnInit, State } from '@ngxs/store';\nimport { DataSourceService } from 'ccf-shared';\nimport sortBy from 'lodash/sortBy';\nimport { combineLatest } from 'rxjs';\nimport { distinctUntilChanged, map, tap } from 'rxjs/operators';\nimport { ListResult } from '../../models/list-result';\nimport { ColorAssignmentState } from '../color-assignment/color-assignment.state';\nimport { DataState } from '../data/data.state';\n\n\nexport interface ListResultsStateModel {\n listResults: ListResult[];\n highlightedNodeId?: string;\n}\n\n@StateRepository()\n@State({\n name: 'listResults',\n defaults: {\n listResults: []\n }\n})\n@Injectable()\nexport class ListResultsState extends NgxsImmutableDataRepository implements NgxsOnInit {\n /** Scene to display in the 3d Scene */\n readonly listResults$ = this.state$.pipe(map(x => x?.listResults), distinctUntilChanged());\n readonly highlightedNodeId$ = this.state$.pipe(map(x => x?.highlightedNodeId), distinctUntilChanged());\n\n\n /** The data state */\n private dataState: DataState;\n\n /** Color assignments state */\n private colorAssignments: ColorAssignmentState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load data state\n */\n constructor(\n private readonly dataService: DataSourceService,\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Sets the list results\n *\n * @param listResults The list of results to display\n */\n @DataAction()\n setListResults(@Payload('listResults') listResults: ListResult[]): void {\n this.ctx.patchState({ listResults });\n }\n\n selectListResult(result: ListResult): void {\n this.colorAssignments.assignColor(result.tissueBlock.spatialEntityId);\n }\n\n deselectListResult(result: ListResult): void {\n this.colorAssignments.unassignColor(result.tissueBlock.spatialEntityId);\n }\n\n highlightNode(id: string): void {\n this.ctx.patchState({ highlightedNodeId: id });\n }\n\n unHighlightNode(): void {\n this.ctx.patchState({ highlightedNodeId: undefined });\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.dataState = this.injector.get(DataState);\n this.colorAssignments = this.injector.get(ColorAssignmentState);\n\n combineLatest([\n this.dataState.tissueBlockData$,\n this.colorAssignments.colorAssignments$\n ]).pipe(\n map(([tissueBlocks, colors]) => {\n const topBlocks: ListResult[] = [];\n const otherBlocks: ListResult[] = [];\n\n for (const tissueBlock of tissueBlocks) {\n const color = colors[tissueBlock.spatialEntityId];\n if (color) {\n topBlocks.push({\n selected: true, color: color.color, tissueBlock, rank: color.rank\n });\n } else {\n otherBlocks.push({\n selected: false, tissueBlock\n });\n }\n }\n\n return sortBy(topBlocks, ['rank']).concat(otherBlocks);\n }),\n tap(results => this.setListResults(results))\n ).subscribe();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Message.html":{"url":"interfaces/Message.html","title":"interface - Message","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Message\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n A message sent on a channel.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n payload\n \n \n \n \n source\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Unique identifier for a message.\n\n \n \n \n \n \n \n \n \n \n payload\n \n \n \n \n \n \n \n \n payload: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n Data associated with this message.\n\n \n \n \n \n \n \n \n \n \n source\n \n \n \n \n \n \n \n \n source: \n\n \n \n\n\n\n\n\n\n\n \n \n Sender of the message.\n\n \n \n \n \n \n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/MessageChannel.html":{"url":"classes/MessageChannel.html","title":"class - MessageChannel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n MessageChannel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Channel for sending and receiving messages.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Static\n counter\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getMessages\n \n \n getMessagesFromSource\n \n \n getMessagesFromSources\n \n \n Private\n nextMessageId\n \n \n sendMessage\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(source, channel: Subject>, messages: Observable>)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:50\n \n \n\n \n \n Creates a new channel.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n source\n \n \n \n \n \n No\n \n \n \n The message source.\n\n \n \n \n channel\n \n \n Subject>\n \n \n \n No\n \n \n \n The message send subject.\n\n \n \n \n messages\n \n \n Observable>\n \n \n \n No\n \n \n \n The message receive observable.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n Static\n counter\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:50\n \n \n\n \n \n Counter used to give each message a unique id.\n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getMessages\n \n \n \n \n \n \ngetMessages()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:83\n \n \n\n\n \n \n Gets an observable emitting all messages except for those sent by this source.\n\n\n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n getMessagesFromSource\n \n \n \n \n \n \ngetMessagesFromSource(source)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:93\n \n \n\n\n \n \n Gets an observable emitting messages sent from a specific source.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n source\n\n \n No\n \n\n\n \n The source messages are filtered on.\n\n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n getMessagesFromSources\n \n \n \n \n \n \ngetMessagesFromSources(sources: [])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:103\n \n \n\n\n \n \n Gets an observable emitting messages sent from any of the specified sources.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n sources\n \n []\n \n\n \n No\n \n\n\n \n The sources messages are filtered on.\n\n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n nextMessageId\n \n \n \n \n \n \n \n nextMessageId()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:112\n \n \n\n\n \n \n Creates a unique message identifier.\n\n\n \n Returns : number\n\n \n \n The identifier number.\n\n \n \n \n \n \n \n \n \n \n \n \n sendMessage\n \n \n \n \n \n \nsendMessage(payload: T)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:70\n \n \n\n\n \n \n Sends a single message with a payload.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n payload\n \n T\n \n\n \n No\n \n\n\n \n The message payload.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/MessageService.html":{"url":"injectables/MessageService.html","title":"injectable - MessageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n MessageService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Service for creating message channels.\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n channel\n \n \n Private\n messages\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n connect\n \n \n ngOnDestroy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: MessageServiceConfig, parent: MessageService | null)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:130\n \n \n\n \n \n Creates an instance of message service.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n \n MessageServiceConfig\n \n \n \n No\n \n \n \n The configuration for this service.\n\n \n \n \n parent\n \n \n MessageService | null\n \n \n \n No\n \n \n \n The parent message service, if any.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n connect\n \n \n \n \n \n \nconnect(source)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:163\n \n \n\n\n \n \n Connects to a message channel.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n source\n\n \n No\n \n\n\n \n The source of messages sent.\n\n \n \n \n \n \n \n Returns : MessageChannel\n\n \n \n A new connected message channel.\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:153\n \n \n\n\n \n \n Clean up.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n channel\n \n \n \n \n \n \n Default value : new Subject>()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:128\n \n \n\n \n \n The message channel.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n messages\n \n \n \n \n \n \n Type : Observable>\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/services/message/message.service.ts:130\n \n \n\n \n \n The message listener.\n\n \n \n\n \n \n\n\n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/MessageServiceConfig.html":{"url":"interfaces/MessageServiceConfig.html","title":"interface - MessageServiceConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n MessageServiceConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Message service configuration options.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n isolated\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n isolated\n \n \n \n \n \n \n \n \n isolated: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether to listen to parent messages.\n\n \n \n \n \n \n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/MoveToNode.html":{"url":"classes/MoveToNode.html","title":"class - MoveToNode","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n MoveToNode\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(node: SpatialSceneNode)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:26\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n node\n \n \n SpatialSceneNode\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Start moving the position to a scene node'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:26\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OntologyExplorationModule.html":{"url":"modules/OntologyExplorationModule.html","title":"module - OntologyExplorationModule","body":"\n \n\n\n\n\n Modules\n OntologyExplorationModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OntologyExplorationModule\n\n\n\ncluster_OntologyExplorationModule_imports\n\n\n\ncluster_OntologyExplorationModule_exports\n\n\n\n\nOntologySearchModule\n\nOntologySearchModule\n\n\n\nOntologyExplorationModule\n\nOntologyExplorationModule\n\nOntologyExplorationModule -->\n\nOntologySearchModule->OntologyExplorationModule\n\n\n\n\n\nOntologySelectionModule\n\nOntologySelectionModule\n\nOntologyExplorationModule -->\n\nOntologySelectionModule->OntologyExplorationModule\n\n\n\n\n\nOntologyTreeModule\n\nOntologyTreeModule\n\nOntologyExplorationModule -->\n\nOntologyTreeModule->OntologyExplorationModule\n\n\n\n\n\nOntologySearchModule \n\nOntologySearchModule \n\nOntologySearchModule -->\n\nOntologyExplorationModule->OntologySearchModule \n\n\n\n\n\nOntologySelectionModule \n\nOntologySelectionModule \n\nOntologySelectionModule -->\n\nOntologyExplorationModule->OntologySelectionModule \n\n\n\n\n\nOntologyTreeModule \n\nOntologyTreeModule \n\nOntologyTreeModule -->\n\nOntologyExplorationModule->OntologyTreeModule \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-exploration.module.ts\n \n\n\n\n\n\n \n \n \n Imports\n \n \n OntologySearchModule\n \n \n OntologySelectionModule\n \n \n OntologyTreeModule\n \n \n \n \n Exports\n \n \n OntologySearchModule\n \n \n OntologySelectionModule\n \n \n OntologyTreeModule\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { OntologySearchModule } from './ontology-search/ontology-search.module';\nimport { OntologySelectionModule } from './ontology-selection/ontology-selection.module';\nimport { OntologyTreeModule } from './ontology-tree/ontology-tree.module';\n\n\n@NgModule({\n imports: [\n CommonModule,\n OntologySearchModule,\n OntologyTreeModule,\n OntologySelectionModule\n ],\n exports: [OntologySearchModule, OntologyTreeModule, OntologySelectionModule]\n})\nexport class OntologyExplorationModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/OntologySearchComponent.html":{"url":"components/OntologySearchComponent.html","title":"component - OntologySearchComponent","body":"\n \n\n\n\n\n\n Components\n \n OntologySearchComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts\n\n\n\n \n Description\n \n \n Componenet for searching the Ontology nodes.\n\n \n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-ontology-search\n \n\n\n\n \n styleUrls\n ./ontology-search.component.scss\n \n\n\n\n \n templateUrl\n ./ontology-search.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n autoCompleteOpen\n \n \n filteredResults$\n \n \n formControl\n \n \n Public\n ontologyService\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n displayFormatter\n \n \n ngOnInit\n \n \n onSelect\n \n \n sortBySynonymResult\n \n \n sortLexically\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n placeholderText\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n selected\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ontologyService: OntologySearchService, ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:45\n \n \n\n \n \n Creates an instance of ontology search component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ontologyService\n \n \n OntologySearchService\n \n \n \n No\n \n \n \n instance of searchService which provides all the search functionality\n\n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n placeholderText\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:23\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n selected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:29\n \n \n \n \n Output event-emitter which emits the id of the OntologyTreeNode whose label was\nselected by the user in the search-results\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n displayFormatter\n \n \n \n \n \n \ndisplayFormatter(option?: SearchResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:78\n \n \n\n\n \n \n A formatter function to enable different display and selected value\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n option\n \n SearchResult\n \n\n \n Yes\n \n\n\n \n a search result entry\n\n \n \n \n \n \n \n Returns : string\n\n \n \n a part of the search result entry to be displayed as a display value\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:60\n \n \n\n\n \n \n on-init lifecycle hook for this component -\ngets the searched value from the view, sends it to the filter function in the OntologyService,\nand gets the search results from the service\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n onSelect\n \n \n \n \n \n \nonSelect(event: MatAutocompleteSelectedEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:107\n \n \n\n\n \n \n Callback function triggered when the user selects a value from search results\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n MatAutocompleteSelectedEvent\n \n\n \n No\n \n\n\n \n instance of MatAutocompleteSelectedEvent\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sortBySynonymResult\n \n \n \n \n \n \nsortBySynonymResult(this: void, entry: SearchResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:88\n \n \n\n\n \n \n Sorts by results which have synonyms\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n this\n \n void\n \n\n \n No\n \n\n\n \n \n \n \n entry\n \n SearchResult\n \n\n \n No\n \n\n\n \n search result entry\n\n \n \n \n \n \n \n Returns : number\n\n \n \n 1 or -1\n\n \n \n \n \n \n \n \n \n \n \n \n sortLexically\n \n \n \n \n \n \nsortLexically(this: void, entry: SearchResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:98\n \n \n\n\n \n \n Sorts lexically\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n this\n \n void\n \n\n \n No\n \n\n\n \n \n \n \n entry\n \n SearchResult\n \n\n \n No\n \n\n\n \n search result entry\n\n \n \n \n \n \n \n Returns : string\n\n \n \n lower case value of node label\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n autoCompleteOpen\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:40\n \n \n\n \n \n Determines if autocomplete is open or close.\n\n \n \n\n \n \n \n \n \n \n \n \n filteredResults$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:45\n \n \n\n \n \n Observable which provides the filtered search results\n\n \n \n\n \n \n \n \n \n \n \n \n formControl\n \n \n \n \n \n \n Default value : new UntypedFormControl('')\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:34\n \n \n\n \n \n Instance of FormControl - tracks the value and validation status of an individual form control\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n ontologyService\n \n \n \n \n \n \n Type : OntologySearchService\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts:53\n \n \n\n \n \n instance of searchService which provides all the search functionality\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, OnInit, Input, Output } from '@angular/core';\nimport { UntypedFormControl } from '@angular/forms';\nimport { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';\nimport { OntologyTreeNode } from 'ccf-database';\nimport { get, sortBy } from 'lodash';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { Observable } from 'rxjs';\nimport { filter, map, startWith, switchMap } from 'rxjs/operators';\n\nimport { OntologySearchService, SearchResult } from '../../../core/services/ontology-search/ontology-search.service';\n\n\n/**\n * Componenet for searching the Ontology nodes.\n */\n@Component({\n selector: 'ccf-ontology-search',\n templateUrl: './ontology-search.component.html',\n styleUrls: ['./ontology-search.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class OntologySearchComponent implements OnInit {\n @Input() placeholderText: string;\n\n /**\n * Output event-emitter which emits the id of the OntologyTreeNode whose label was\n * selected by the user in the search-results\n */\n @Output() readonly selected = new EventEmitter();\n\n /**\n * Instance of FormControl - tracks the value and validation status of an individual form control\n */\n formControl = new UntypedFormControl('');\n\n\n /**\n * Determines if autocomplete is open or close.\n */\n autoCompleteOpen = false;\n\n /**\n * Observable which provides the filtered search results\n */\n filteredResults$: Observable;\n\n /**\n * Creates an instance of ontology search component.\n *\n * @param ontologyService instance of searchService which provides all the search functionality\n * @param ga Analytics service\n */\n constructor(public ontologyService: OntologySearchService, private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * on-init lifecycle hook for this component -\n * gets the searched value from the view, sends it to the filter function in the OntologyService,\n * and gets the search results from the service\n */\n ngOnInit(): void {\n const valueChanges = this.formControl.valueChanges as Observable;\n this.filteredResults$ = valueChanges.pipe(\n filter(value => typeof value === 'string'),\n startWith(''),\n switchMap(value => this.ontologyService.filter(value)),\n map(searchResults => sortBy(searchResults, [\n this.sortBySynonymResult, 'index', this.sortLexically\n ]))\n );\n }\n\n /**\n * A formatter function to enable different display and selected value\n *\n * @param option a search result entry\n * @returns a part of the search result entry to be displayed as a display value\n */\n displayFormatter(option?: SearchResult): string {\n return (option?.displayLabel ?? []).join('');\n }\n\n /**\n * Sorts by results which have synonyms\n *\n * @param entry search result entry\n * @returns 1 or -1\n */\n sortBySynonymResult(this: void, entry: SearchResult): number {\n return entry.displayLabel.join().includes('(') ? 1 : -1;\n }\n\n /**\n * Sorts lexically\n *\n * @param entry search result entry\n * @returns lower case value of node label\n */\n sortLexically(this: void, entry: SearchResult): string {\n return entry.node.label.toLowerCase();\n }\n\n /**\n * Callback function triggered when the user selects a value from search results\n *\n * @param event instance of MatAutocompleteSelectedEvent\n */\n onSelect(event: MatAutocompleteSelectedEvent): void {\n const node = get(event, ['option', 'value', 'node']) as OntologyTreeNode;\n if (node) {\n this.ga.event('search', 'ontology_search', node.id);\n this.selected.emit(node);\n this.formControl.reset();\n }\n }\n}\n\n \n\n \n \n \n search\n \n\n \n \n \n {{option.displayLabel[0]}}\n {{option.displayLabel[1]}}\n {{option.displayLabel[2]}}\n \n \n \n \n\n\n \n\n \n \n ./ontology-search.component.scss\n \n .ccf-ontology-search {\n width: 100%;\n\n .field {\n width: 100%;\n padding-bottom: 1.34375em;\n font-size: inherit;\n line-height: 1.125;\n letter-spacing: normal;\n\n ::ng-deep .mat-mdc-text-field-wrapper {\n margin: 0;\n height: 2.75rem;\n\n .mat-mdc-form-field-flex {\n align-items: center;\n height: 2.75rem;\n\n .mat-mdc-form-field-infix {\n padding: 1rem 0;\n\n input {\n margin-left: .4rem;\n }\n }\n\n .mat-mdc-form-field-icon-prefix {\n padding: 0;\n }\n\n mat-icon {\n padding-right: 0;\n }\n }\n }\n }\n}\n\n\n::ng-deep .ccf-ontology-search.detached {\n border: 0.125rem solid;\n border-top: none;\n border-radius: 0 0 0.25rem 0.25rem;\n max-height: 18rem;\n padding: 0;\n box-shadow: none;\n\n .results-container {\n width: 23.75rem;\n margin-bottom: 1rem;\n overflow: auto;\n max-height: 15rem;\n scrollbar-width: thin;\n\n mat-option {\n min-height: 1.5rem;\n font-size: 1rem;\n font-weight: 500;\n\n .search-term {\n text-decoration: underline;\n }\n }\n }\n}\n\n.autocomplete-open {\n ::ng-deep .mdc-notched-outline {\n .mdc-notched-outline__leading {\n border-radius: 0.25rem 0 0 0;\n border-bottom: none;\n }\n\n .mdc-notched-outline__trailing {\n border-radius: 0 0.25rem 0 0;\n border-bottom: none;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' search {{option.displayLabel[0]}} {{option.displayLabel[1]}} {{option.displayLabel[2]}} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'OntologySearchComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OntologySearchModule.html":{"url":"modules/OntologySearchModule.html","title":"module - OntologySearchModule","body":"\n \n\n\n\n\n Modules\n OntologySearchModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OntologySearchModule\n\n\n\ncluster_OntologySearchModule_exports\n\n\n\ncluster_OntologySearchModule_declarations\n\n\n\n\nOntologySearchComponent\n\nOntologySearchComponent\n\n\n\nOntologySearchModule\n\nOntologySearchModule\n\nOntologySearchModule -->\n\nOntologySearchComponent->OntologySearchModule\n\n\n\n\n\nOntologySearchComponent \n\nOntologySearchComponent \n\nOntologySearchComponent -->\n\nOntologySearchModule->OntologySearchComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n OntologySearchComponent\n \n \n \n \n Exports\n \n \n OntologySearchComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MatAutocompleteModule } from '@angular/material/autocomplete';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\n\nimport { OntologySearchComponent } from './ontology-search.component';\nimport { MatFormFieldModule } from '@angular/material/form-field';\n\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MatAutocompleteModule,\n MatFormFieldModule,\n MatInputModule,\n MatIconModule\n ],\n declarations: [OntologySearchComponent],\n exports: [OntologySearchComponent]\n})\nexport class OntologySearchModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/OntologySearchService.html":{"url":"injectables/OntologySearchService.html","title":"injectable - OntologySearchService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n OntologySearchService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts\n \n\n\n \n Description\n \n \n Injectable OntologySearchService responsible for search result computations\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Readonly\n nodes$\n \n \n Public\n Readonly\n rootNode$\n \n \n Private\n treeModel\n \n \n Private\n Readonly\n treeModel$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filter\n \n \n formatLabel\n \n \n \n getChildren\n \n \n getIndexOfMatch\n \n \n Private\n lookup\n \n \n setTreeModel\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filter\n \n \n \n \n \n \nfilter(value: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:50\n \n \n\n\n \n \n Searches the ontology with the search-term\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n the search term\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n an array of search-results\n\n \n \n \n \n \n \n \n \n \n \n \n formatLabel\n \n \n \n \n \n \nformatLabel(label: string, searchValue: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:111\n \n \n\n\n \n \n Formats label based on where the search-term was found in the OntologyTreeNode\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n label\n \n string\n \n\n \n No\n \n\n\n \n label or first synonym-label of OntologyTreeNode which has the search-term\n\n \n \n \n searchValue\n \n string\n \n\n \n No\n \n\n\n \n search-term\n\n \n \n \n \n \n \n Returns : string[]\n\n \n \n an array in the form of [prefix, search-term, suffix]\n\n \n \n \n \n \n \n \n \n \n \n \n \n getChildren\n \n \n \n \n \n \n \n getChildren(node: OntologyTreeNode)\n \n \n\n \n \n Decorators : \n \n @bind()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:128\n \n \n\n\n \n \n Fetches the children of an ontology node.\nNote: This can be called without a reference to this.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n node\n \n OntologyTreeNode\n \n\n \n No\n \n\n\n \n The node for which to get children.\n\n \n \n \n \n \n \n Returns : OntologyTreeNode[]\n\n \n \n An array of children, empty if the node has no children.\n\n \n \n \n \n \n \n \n \n \n \n \n getIndexOfMatch\n \n \n \n \n \n \ngetIndexOfMatch(label: string, searchValue: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:100\n \n \n\n\n \n \n Gets index of match in the ontology label\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n label\n \n string\n \n\n \n No\n \n\n\n \n the provided ontology node label or synonym label\n\n \n \n \n searchValue\n \n string\n \n\n \n No\n \n\n\n \n the searched text in lower case\n\n \n \n \n \n \n \n Returns : number\n\n \n \n the index of the match in the label\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n lookup\n \n \n \n \n \n \n \n lookup(nodes: Immutable[], searchValue: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:63\n \n \n\n\n \n \n looks up ontology nodes and composes search results\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n nodes\n \n Immutable[]\n \n\n \n No\n \n\n\n \n Ontology nodes\n\n \n \n \n searchValue\n \n string\n \n\n \n No\n \n\n\n \n search text in lower case\n\n \n \n \n \n \n \n Returns : SearchResult[]\n\n \n \n search results\n\n \n \n \n \n \n \n \n \n \n \n \n setTreeModel\n \n \n \n \n \n \nsetTreeModel(treeModel: OntologyTreeModel)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n treeModel\n \n OntologyTreeModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Readonly\n nodes$\n \n \n \n \n \n \n Default value : this.treeModel$.pipe(map(state => Object.values(state.nodes)))\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:34\n \n \n\n \n \n All nodes in the ontology tree.\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n Readonly\n rootNode$\n \n \n \n \n \n \n Default value : this.treeModel$.pipe(map(state => state.nodes[state.root]))\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:37\n \n \n\n \n \n Root node of the ontology tree.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n treeModel\n \n \n \n \n \n \n Type : OntologyTreeModel\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n treeModel$\n \n \n \n \n \n \n Default value : new ReplaySubject(1)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts:30\n \n \n\n\n \n \n\n\n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { bind } from 'bind-decorator';\nimport { OntologyTreeModel, OntologyTreeNode } from 'ccf-database';\nimport { at } from 'lodash';\nimport { Observable, ReplaySubject } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\n\n/**\n * Search result interface type for the search results\n */\nexport interface SearchResult {\n /** ensures order of search-results */\n index: number;\n\n /** label to be displayed in the view */\n displayLabel: string[];\n\n /** instance of OntologyTreeNode, provides data associated with a search result */\n node: OntologyTreeNode;\n}\n\n/**\n * Injectable OntologySearchService responsible for search result computations\n */\n@Injectable()\nexport class OntologySearchService {\n private readonly treeModel$ = new ReplaySubject(1);\n private treeModel: OntologyTreeModel;\n\n /** All nodes in the ontology tree. */\n public readonly nodes$ = this.treeModel$.pipe(map(state => Object.values(state.nodes)));\n\n /** Root node of the ontology tree. */\n public readonly rootNode$ = this.treeModel$.pipe(map(state => state.nodes[state.root]));\n\n setTreeModel(treeModel: OntologyTreeModel): void {\n this.treeModel$.next(treeModel);\n this.treeModel = treeModel;\n }\n\n /**\n * Searches the ontology with the search-term\n *\n * @param value the search term\n * @returns an array of search-results\n */\n filter(value: string): Observable {\n return this.nodes$.pipe(\n map(nodes => this.lookup(nodes, value.toLowerCase()))\n );\n }\n\n /**\n * looks up ontology nodes and composes search results\n *\n * @param nodes Ontology nodes\n * @param searchValue search text in lower case\n * @returns search results\n */\n private lookup(nodes: Immutable[], searchValue: string): SearchResult[] {\n const searchResults = new Map();\n\n if (nodes) {\n nodes.forEach((node: OntologyTreeNode) => {\n const condition = node.label.toLowerCase().includes(searchValue);\n\n if (condition && !searchResults.get(node.id)) {\n searchResults.set(node.id, {\n index: this.getIndexOfMatch(node.label, searchValue),\n displayLabel: this.formatLabel(node.label, searchValue),\n node\n });\n } else {\n const match = node.synonymLabels.find((label) => label.toLowerCase().includes(searchValue));\n\n if (match && !searchResults.get(node.id)) {\n searchResults.set(node.id, {\n index: this.getIndexOfMatch(node.label + ' (' + match + ')', searchValue),\n displayLabel: this.formatLabel(node.label + ' (' + match + ')', searchValue),\n node\n });\n }\n }\n });\n }\n\n return Array.from(searchResults.values());\n }\n\n /**\n * Gets index of match in the ontology label\n *\n * @param label the provided ontology node label or synonym label\n * @param searchValue the searched text in lower case\n * @returns the index of the match in the label\n */\n getIndexOfMatch(label: string, searchValue: string): number {\n return label.toLowerCase().indexOf(searchValue);\n }\n\n /**\n * Formats label based on where the search-term was found in the OntologyTreeNode\n *\n * @param label label or first synonym-label of OntologyTreeNode which has the search-term\n * @param searchValue search-term\n * @returns an array in the form of [prefix, search-term, suffix]\n */\n formatLabel(label: string, searchValue: string): string[] {\n const index = this.getIndexOfMatch(label, searchValue);\n return [\n label.slice(0, index),\n label.slice(index, index + searchValue.length),\n label.slice(index + searchValue.length)\n ];\n }\n\n /**\n * Fetches the children of an ontology node.\n * Note: This can be called without a reference to `this`.\n *\n * @param node The node for which to get children.\n * @returns An array of children, empty if the node has no children.\n */\n @bind\n getChildren(node: OntologyTreeNode): OntologyTreeNode[] {\n const nodes = this.treeModel?.nodes ?? {};\n return at(nodes, node.children);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OntologySelection.html":{"url":"interfaces/OntologySelection.html","title":"interface - OntologySelection","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OntologySelection\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/models/ontology-selection.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n label\n \n \n \n \n location\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n location\n \n \n \n \n \n \n \n \n location: OntologyTreeNode | undefined\n\n \n \n\n\n \n \n Type : OntologyTreeNode | undefined\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { OntologyTreeNode } from 'ccf-database';\n\nexport interface OntologySelection {\n location: OntologyTreeNode | undefined;\n id: string;\n label: string;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/OntologySelectionComponent.html":{"url":"components/OntologySelectionComponent.html","title":"component - OntologySelectionComponent","body":"\n \n\n\n\n\n\n Components\n \n OntologySelectionComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts\n\n\n\n \n Description\n \n \n Ontology selection component that encapsulates ontology search and tree components.\n\n \n\n\n \n Implements\n \n \n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n \n providers\n \n OntologySearchService\n \n \n\n\n \n selector\n ccf-ontology-selection\n \n\n\n\n \n styleUrls\n ./ontology-selection.component.scss\n \n\n\n\n \n templateUrl\n ./ontology-selection.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n biomarkerLabelMap\n \n \n biomarkerMenuOptions\n \n \n currentNodes\n \n \n Public\n ontologySearchService\n \n \n rootNode\n \n \n rootNode$\n \n \n tooltips\n \n \n \n tree\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterNodes\n \n \n ngOnChanges\n \n \n selected\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n header\n \n \n occurenceData\n \n \n ontologyFilter\n \n \n placeholderText\n \n \n showtoggle\n \n \n termData\n \n \n treeModel\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n ontologySelection\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ontologySearchService: OntologySearchService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:65\n \n \n\n \n \n Creates an instance of ontology selection component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ontologySearchService\n \n \n OntologySearchService\n \n \n \n No\n \n \n \n Service for searching the ontology.\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n header\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:49\n \n \n \n \n \n \n \n \n \n occurenceData\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:30\n \n \n \n \n A record of terms within the current filter. To be passed on to ontology-tree\n\n \n \n \n \n \n \n \n \n \n ontologyFilter\n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:47\n \n \n \n \n Input list of selected ontology terms passed down to ontology-tree.\nUsed to change display of ontology tree when selection is made from\noutside the component.\n\n \n \n \n \n \n \n \n \n \n placeholderText\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:50\n \n \n \n \n \n \n \n \n \n showtoggle\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:52\n \n \n \n \n \n \n \n \n \n termData\n \n \n \n \n Type : Record\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:35\n \n \n \n \n A record of terms the app currently has data for. To be passed on to ontology-tree\n\n \n \n \n \n \n \n \n \n \n treeModel\n \n \n \n \n Type : OntologyTreeModel\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:40\n \n \n \n \n The ontology tree model to display\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n ontologySelection\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:57\n \n \n \n \n Captures and passes along the change in ontologySelections.\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filterNodes\n \n \n \n \n \n \nfilterNodes(selectedTypes: string[])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:101\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n selectedTypes\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:85\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n selected\n \n \n \n \n \n \nselected(ontologyNode: OntologyTreeNode)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:96\n \n \n\n\n \n \n Ontology selection event when node is selected from the search results.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ontologyNode\n \n OntologyTreeNode\n \n\n \n No\n \n\n\n \n selected ontology node.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n biomarkerLabelMap\n \n \n \n \n \n \n Default value : new Map([['gene', 'BG',], ['protein', 'BP'], ['lipids', 'BL'], ['metabolites', 'BM'], ['proteoforms', 'BF']])\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:65\n \n \n\n\n \n \n \n \n \n \n \n \n biomarkerMenuOptions\n \n \n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:61\n \n \n\n\n \n \n \n \n \n \n \n \n currentNodes\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n ontologySearchService\n \n \n \n \n \n \n Type : OntologySearchService\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:72\n \n \n\n \n \n Service for searching the ontology.\n \n \n\n \n \n \n \n \n \n \n \n rootNode\n \n \n \n \n \n \n Type : OntologyTreeNode\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:62\n \n \n\n\n \n \n \n \n \n \n \n \n rootNode$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:64\n \n \n\n\n \n \n \n \n \n \n \n \n tooltips\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:63\n \n \n\n\n \n \n \n \n \n \n \n \n \n tree\n \n \n \n \n \n \n Type : OntologyTreeComponent\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(OntologyTreeComponent, {static: false})\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts:25\n \n \n\n \n \n View child of search component\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnChanges, Output, SimpleChanges, ViewChild } from '@angular/core';\nimport { OntologyTreeModel, OntologyTreeNode } from 'ccf-database';\n\nimport { OntologySelection } from '../../../core/models/ontology-selection';\nimport { OntologySearchService } from '../../../core/services/ontology-search/ontology-search.service';\nimport { OntologyTreeComponent } from '../ontology-tree/ontology-tree.component';\nimport { tap } from 'rxjs/operators';\nimport { Observable } from 'rxjs/internal/Observable';\n\n\n/**\n * Ontology selection component that encapsulates ontology search and tree components.\n */\n@Component({\n selector: 'ccf-ontology-selection',\n templateUrl: './ontology-selection.component.html',\n styleUrls: ['./ontology-selection.component.scss'],\n providers: [OntologySearchService],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class OntologySelectionComponent implements OnChanges {\n /**\n * View child of search component\n */\n @ViewChild(OntologyTreeComponent, { static: false }) tree: OntologyTreeComponent;\n\n /**\n * A record of terms within the current filter. To be passed on to ontology-tree\n */\n @Input() occurenceData: Record;\n\n /**\n * A record of terms the app currently has data for. To be passed on to ontology-tree\n */\n @Input() termData: Record;\n\n /**\n * The ontology tree model to display\n */\n @Input() treeModel: OntologyTreeModel;\n\n /**\n * Input list of selected ontology terms passed down to ontology-tree.\n * Used to change display of ontology tree when selection is made from\n * outside the component.\n */\n @Input() ontologyFilter: string[];\n\n @Input() header: boolean;\n @Input() placeholderText: string;\n\n @Input() showtoggle: boolean;\n\n /**\n * Captures and passes along the change in ontologySelections.\n */\n @Output() readonly ontologySelection = new EventEmitter();\n\n currentNodes: string[];\n\n biomarkerMenuOptions;\n rootNode: OntologyTreeNode;\n tooltips: string[];\n rootNode$: Observable;\n biomarkerLabelMap = new Map([['gene', 'BG',], ['protein', 'BP'], ['lipids', 'BL'], ['metabolites', 'BM'], ['proteoforms', 'BF']]);\n /**\n * Creates an instance of ontology selection component.\n *\n * @param ontologySearchService Service for searching the ontology.\n */\n constructor(\n public ontologySearchService: OntologySearchService,\n ) {\n\n this.rootNode$ = ontologySearchService.rootNode$.pipe(tap(rootNode => {\n this.rootNode = { ...rootNode };\n if (this.rootNode.id === 'biomarkers') {\n this.tooltips = [...rootNode.children];\n this.biomarkerMenuOptions = [...rootNode.children].map(option => this.biomarkerLabelMap.get(option));\n this.filterNodes(this.biomarkerMenuOptions);\n }\n }));\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if ('treeModel' in changes && this.treeModel) {\n this.ontologySearchService.setTreeModel(this.treeModel);\n }\n }\n\n /**\n * Ontology selection event when node is selected from the search results.\n *\n * @param ontologyNode selected ontology node.\n */\n selected(ontologyNode: OntologyTreeNode): void {\n const nodes = this.treeModel?.nodes ?? {};\n this.tree.expandAndSelect(ontologyNode, node => nodes[node.parent]);\n }\n\n filterNodes(selectedTypes: string[]): void {\n const nodes = Object.values(this.treeModel.nodes);\n const filteredNodes = nodes.filter(node => selectedTypes.includes(this.biomarkerLabelMap.get(node.parent) ?? ''))\n .sort((node1, node2) => node1.label.trim().toLowerCase() > node2.label.trim().toLowerCase() ? 1 : -1);\n const rootNode = { ...this.rootNode };\n rootNode.children = filteredNodes.map(node => node.id);\n this.rootNode = { ...rootNode };\n }\n\n}\n\n \n\n \n \n\n \n\n \n \n ./ontology-selection.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'OntologySelectionComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OntologySelectionModule.html":{"url":"modules/OntologySelectionModule.html","title":"module - OntologySelectionModule","body":"\n \n\n\n\n\n Modules\n OntologySelectionModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OntologySelectionModule\n\n\n\ncluster_OntologySelectionModule_OntologySelectionComponent_providers\n\n\n\ncluster_OntologySelectionModule_imports\n\n\n\ncluster_OntologySelectionModule_exports\n\n\n\n\nOntologySelectionComponent\n\nOntologySelectionComponent\n\n\n\nOntologySelectionModule\n\nOntologySelectionModule\n\nOntologySelectionModule -->\n\nOntologySelectionComponent->OntologySelectionModule\n\n\n\n\n\nOntologySelectionComponent \n\nOntologySelectionComponent \n\nOntologySelectionComponent -->\n\nOntologySelectionModule->OntologySelectionComponent \n\n\n\n\n\nOntologySearchService\n\nOntologySearchService\n\nOntologySelectionComponent -->\n\nOntologySearchService->OntologySelectionComponent\n\n\n\n\n\nOntologySearchModule\n\nOntologySearchModule\n\nOntologySelectionModule -->\n\nOntologySearchModule->OntologySelectionModule\n\n\n\n\n\nOntologyTreeModule\n\nOntologyTreeModule\n\nOntologySelectionModule -->\n\nOntologyTreeModule->OntologySelectionModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n OntologySelectionComponent\n \n \n \n \n Imports\n \n \n OntologySearchModule\n \n \n OntologyTreeModule\n \n \n \n \n Exports\n \n \n OntologySelectionComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { OntologySearchModule } from '../ontology-search/ontology-search.module';\nimport { OntologyTreeModule } from '../ontology-tree/ontology-tree.module';\nimport { OntologySelectionComponent } from './ontology-selection.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n OntologySearchModule,\n OntologyTreeModule\n ],\n declarations: [OntologySelectionComponent],\n exports: [OntologySelectionComponent],\n})\nexport class OntologySelectionModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OntologyTreeModule.html":{"url":"modules/OntologyTreeModule.html","title":"module - OntologyTreeModule","body":"\n \n\n\n\n\n Modules\n OntologyTreeModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OntologyTreeModule\n\n\n\ncluster_OntologyTreeModule_declarations\n\n\n\ncluster_OntologyTreeModule_exports\n\n\n\ncluster_OntologyTreeModule_imports\n\n\n\n\nOntologyTreeComponent\n\nOntologyTreeComponent\n\n\n\nOntologyTreeModule\n\nOntologyTreeModule\n\nOntologyTreeModule -->\n\nOntologyTreeComponent->OntologyTreeModule\n\n\n\n\n\nOntologyTreeComponent \n\nOntologyTreeComponent \n\nOntologyTreeComponent -->\n\nOntologyTreeModule->OntologyTreeComponent \n\n\n\n\n\nButtonToggleModule\n\nButtonToggleModule\n\nOntologyTreeModule -->\n\nButtonToggleModule->OntologyTreeModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n OntologyTreeComponent\n \n \n \n \n Imports\n \n \n ButtonToggleModule\n \n \n \n \n Exports\n \n \n OntologyTreeComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { MatTreeModule } from '@angular/material/tree';\n\nimport { OntologyTreeComponent } from './ontology-tree.component';\nimport { OpacitySliderModule } from 'ccf-shared';\nimport { ButtonToggleModule } from '../../../shared/components/button-toggle/button-toggle.module';\n\n@NgModule({\n imports: [\n CommonModule,\n MatButtonModule,\n MatIconModule,\n MatTooltipModule,\n MatTreeModule,\n OpacitySliderModule,\n ButtonToggleModule\n ],\n declarations: [OntologyTreeComponent],\n exports: [OntologyTreeComponent],\n})\nexport class OntologyTreeModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Position.html":{"url":"interfaces/Position.html","title":"interface - Position","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Position\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n x\n \n \n \n \n \n \n \n \n x: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n y\n \n \n \n \n \n \n \n \n y: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n z\n \n \n \n \n \n \n \n \n z: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/RadiusSettings.html":{"url":"interfaces/RadiusSettings.html","title":"interface - RadiusSettings","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n RadiusSettings\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n defaultValue\n \n \n \n \n max\n \n \n \n \n min\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n defaultValue\n \n \n \n \n \n \n \n \n defaultValue: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n max\n \n \n \n \n \n \n \n \n max: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n min\n \n \n \n \n \n \n \n \n min: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ReallyUpdateSpatialSearch.html":{"url":"classes/ReallyUpdateSpatialSearch.html","title":"class - ReallyUpdateSpatialSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ReallyUpdateSpatialSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Really update spatial search data'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:71\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RemoveSearch.html":{"url":"classes/RemoveSearch.html","title":"class - RemoveSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RemoveSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(id: string)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:15\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[Spatial Search Filter] Remove'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:15\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSearch } from 'ccf-database';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\n\nimport type { SpatialSearchFilterItem } from './spatial-search-filter.state';\n\n\nexport class AddSearch {\n static readonly type = '[Spatial Search Filter] Add';\n\n constructor(readonly sex: Sex, readonly organName: string, readonly search: SpatialSearch) { }\n}\n\nexport class RemoveSearch {\n static readonly type = '[Spatial Search Filter] Remove';\n\n constructor(readonly id: string) { }\n}\n\nexport class SetSelectedSearches {\n static readonly type = '[Spatial Search Filter] Set selected searches';\n\n constructor(readonly items: SpatialSearchFilterItem[]) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ResetPosition.html":{"url":"classes/ResetPosition.html","title":"class - ResetPosition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ResetPosition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Reset position'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:32\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ResetRadius.html":{"url":"classes/ResetRadius.html","title":"class - ResetRadius","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ResetRadius\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Reset radius'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:42\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ResultsBrowserComponent.html":{"url":"components/ResultsBrowserComponent.html","title":"component - ResultsBrowserComponent","body":"\n \n\n\n\n\n\n Components\n \n ResultsBrowserComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts\n\n\n\n \n Description\n \n \n ResultsBrowser is the container component in charge of rendering the label and stats of\nthe results as well as handling the virtual scrolling and click emitters of\nResultsBrowserItems.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-results-browser\n \n\n\n\n \n styleUrls\n ./results-browser.component.scss\n \n\n\n\n \n templateUrl\n ./results-browser.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n atScrollBottom\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleHover\n \n \n handleLinkClick\n \n \n handleSelection\n \n \n handleUnhover\n \n \n onScroll\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n aggregateData\n \n \n header\n \n \n highlighted\n \n \n listResults\n \n \n resultLabel\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n itemHovered\n \n \n itemUnhovered\n \n \n linkClicked\n \n \n listResultDeselected\n \n \n listResultSelected\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:64\n \n \n\n \n \n Creates an instance of results browser component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n aggregateData\n \n \n \n \n Type : Immutable\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:29\n \n \n \n \n Input used to add a list of stats at the top the results browser\n\n \n \n \n \n \n \n \n \n \n header\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:38\n \n \n \n \n \n \n \n \n \n highlighted\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:36\n \n \n \n \n \n \n \n \n \n listResults\n \n \n \n \n Type : Immutable\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:24\n \n \n \n \n Input array of List Results to display\n\n \n \n \n \n \n \n \n \n \n resultLabel\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:34\n \n \n \n \n Input allowing the title of the result browser to be set outside of the component\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n itemHovered\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:56\n \n \n \n \n \n \n \n \n \n itemUnhovered\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:58\n \n \n \n \n \n \n \n \n \n linkClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:44\n \n \n \n \n Output emitting the result that was clicked on and its relevant information.\nUsed for opening and rendering the result viewer.\n\n \n \n \n \n \n \n \n \n \n listResultDeselected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:54\n \n \n \n \n Output emitting the link result deselected\n\n \n \n \n \n \n \n \n \n \n listResultSelected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:49\n \n \n \n \n Output emitting the link result selected\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleHover\n \n \n \n \n \n \nhandleHover(id: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:111\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleLinkClick\n \n \n \n \n \n \nhandleLinkClick(link: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:93\n \n \n\n\n \n \n Notifies on link click\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n link\n \n string\n \n\n \n No\n \n\n\n \n the link clicked\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleSelection\n \n \n \n \n \n \nhandleSelection(result: Immutable, selected: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:79\n \n \n\n\n \n \n Notifies listeners when a selection/deselection is made\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n result\n \n Immutable\n \n\n \n No\n \n\n\n \n the list result\n\n \n \n \n selected\n \n boolean\n \n\n \n No\n \n\n\n \n whether to select or deselect the result\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleUnhover\n \n \n \n \n \n \nhandleUnhover()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:115\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n onScroll\n \n \n \n \n \n \nonScroll(event: UIEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:102\n \n \n\n\n \n \n Handles the scroll event to detect when scroll is at the bottom.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n UIEvent\n \n\n \n No\n \n\n\n \n The scroll event.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n atScrollBottom\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts:64\n \n \n\n \n \n Keeps track of whether or not the virtual scroll viewport is scrolled all the way to the bottom.\nUsed to determine whether or not to render the gradient at the bottom.\n\n \n \n\n \n \n\n\n\n\n\n \n import { Immutable } from '@angular-ru/common/typings/immutability';\nimport { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { AggregateResult } from 'ccf-database';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { ListResult } from '../../../core/models/list-result';\n\n\n/**\n * ResultsBrowser is the container component in charge of rendering the label and stats of\n * the results as well as handling the virtual scrolling and click emitters of\n * ResultsBrowserItems.\n */\n@Component({\n selector: 'ccf-results-browser',\n templateUrl: './results-browser.component.html',\n styleUrls: ['./results-browser.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ResultsBrowserComponent {\n /**\n * Input array of List Results to display\n */\n @Input() listResults: Immutable;\n\n /**\n * Input used to add a list of stats at the top the results browser\n */\n @Input() aggregateData: Immutable;\n\n /**\n * Input allowing the title of the result browser to be set outside of the component\n */\n @Input() resultLabel: string;\n\n @Input() highlighted: string;\n\n @Input() header: boolean;\n\n /**\n * Output emitting the result that was clicked on and its relevant information.\n * Used for opening and rendering the result viewer.\n */\n @Output() readonly linkClicked = new EventEmitter();\n\n /**\n * Output emitting the link result selected\n */\n @Output() readonly listResultSelected = new EventEmitter>();\n\n /**\n * Output emitting the link result deselected\n */\n @Output() readonly listResultDeselected = new EventEmitter>();\n\n @Output() readonly itemHovered = new EventEmitter();\n\n @Output() readonly itemUnhovered = new EventEmitter();\n\n /**\n * Keeps track of whether or not the virtual scroll viewport is scrolled all the way to the bottom.\n * Used to determine whether or not to render the gradient at the bottom.\n */\n atScrollBottom = false;\n\n /**\n * Creates an instance of results browser component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Notifies listeners when a selection/deselection is made\n *\n * @param result the list result\n * @param selected whether to select or deselect the result\n */\n handleSelection(result: Immutable, selected: boolean): void {\n this.ga.event('list_result_selected', 'results_browser', this.resultLabel, +selected);\n if (selected) {\n this.listResultSelected.next(result);\n } else {\n this.listResultDeselected.next(result);\n }\n }\n\n /**\n * Notifies on link click\n *\n * @param link the link clicked\n */\n handleLinkClick(link: string): void {\n this.linkClicked.emit(link);\n }\n\n /**\n * Handles the scroll event to detect when scroll is at the bottom.\n *\n * @param event The scroll event.\n */\n onScroll(event: UIEvent): void {\n if (!event.target) {\n return;\n }\n const { clientHeight, scrollHeight, scrollTop } = event.target as Element;\n const diff = scrollHeight - scrollTop - clientHeight;\n this.atScrollBottom = diff \n \n\n \n \n \n {{ resultLabel }}\n \n {{stat.count}}\n {{stat.label}}\n \n \n\n \n \n \n \n \n \n\n\n \n\n \n \n ./results-browser.component.scss\n \n .results-browser-container {\n display: flex;\n flex-direction: column;\n height: calc(100% - 3rem);\n padding: 0 1.5rem 1.5rem 1.5rem;\n\n .stat-box {\n margin-bottom: 1.5rem;\n line-height: 1.25;\n min-height: 7.75rem;\n\n #title {\n font-size: 1.25rem;\n margin-bottom: 0.75rem;\n }\n\n .stat-row {\n display: flex;\n flex-direction: row;\n\n .stat-value {\n margin-right: 1rem;\n width: 5.5rem;\n text-align: right;\n font-weight: 600;\n }\n .stat-label {\n font-weight: 300;\n }\n }\n }\n\n .results-browser-list {\n display: flex;\n flex-direction: column;\n overflow-y: auto;\n scrollbar-width: thin;\n padding-right: .5rem;\n height: calc(100vh - 20rem);\n\n &.header-hidden {\n height: calc(100vh - 16rem);\n }\n\n .browser-item-container {\n width: 100%;\n }\n }\n\n .scroll-gradient {\n position: absolute;\n height: 3rem;\n width: 95%;\n bottom: 0;\n pointer-events: none;\n\n\n &.hidden {\n display: none;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ resultLabel }} {{stat.count}} {{stat.label}} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ResultsBrowserComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ResultsBrowserModule.html":{"url":"modules/ResultsBrowserModule.html","title":"module - ResultsBrowserModule","body":"\n \n\n\n\n\n Modules\n ResultsBrowserModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ResultsBrowserModule\n\n\n\ncluster_ResultsBrowserModule_imports\n\n\n\ncluster_ResultsBrowserModule_declarations\n\n\n\ncluster_ResultsBrowserModule_exports\n\n\n\n\nResultsBrowserComponent\n\nResultsBrowserComponent\n\n\n\nResultsBrowserModule\n\nResultsBrowserModule\n\nResultsBrowserModule -->\n\nResultsBrowserComponent->ResultsBrowserModule\n\n\n\n\n\nResultsBrowserComponent \n\nResultsBrowserComponent \n\nResultsBrowserComponent -->\n\nResultsBrowserModule->ResultsBrowserComponent \n\n\n\n\n\nDonorCardModule\n\nDonorCardModule\n\nResultsBrowserModule -->\n\nDonorCardModule->ResultsBrowserModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ResultsBrowserComponent\n \n \n \n \n Imports\n \n \n DonorCardModule\n \n \n \n \n Exports\n \n \n ResultsBrowserComponent\n \n \n \n \n \n\n\n \n\n\n \n import { ScrollingModule } from '@angular/cdk/scrolling';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { ResultsBrowserComponent } from './results-browser.component';\nimport { DonorCardModule } from '../donor-card/donor-card.module';\n\n\n@NgModule({\n declarations: [ResultsBrowserComponent],\n imports: [\n CommonModule,\n ScrollingModule,\n DonorCardModule\n ],\n exports: [ResultsBrowserComponent]\n})\nexport class ResultsBrowserModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RunSpatialSearchComponent.html":{"url":"components/RunSpatialSearchComponent.html","title":"component - RunSpatialSearchComponent","body":"\n \n\n\n\n\n\n Components\n \n RunSpatialSearchComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts\n\n\n\n \n Description\n \n \n Button that opens up the Spatial Search config\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-run-spatial-search\n \n\n\n\n \n styleUrls\n ./run-spatial-search.component.scss\n \n\n\n\n \n templateUrl\n ./run-spatial-search.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n startSpatialSearchFlow\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: Store, dialog: MatDialog)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts:23\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n Store\n \n \n \n No\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-run-spatial-search\"\n\n \n \n \n \n Default value : 'ccf-run-spatial-search'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts:23\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n startSpatialSearchFlow\n \n \n \n \n \n \nstartSpatialSearchFlow()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts:30\n \n \n\n\n \n \n Starts spatial search flow\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-run-spatial-search'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts:23\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { Store } from '@ngxs/store';\nimport { take, tap } from 'rxjs/operators';\n\nimport { StartSpatialSearchFlow } from '../../../core/store/spatial-search-ui/spatial-search-ui.actions';\nimport {\n SpatialSearchConfigBehaviorComponent,\n} from '../spatial-search-config-behavior/spatial-search-config-behavior.component';\n\n\n/**\n * Button that opens up the Spatial Search config\n */\n@Component({\n selector: 'ccf-run-spatial-search',\n templateUrl: './run-spatial-search.component.html',\n styleUrls: ['./run-spatial-search.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RunSpatialSearchComponent {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-run-spatial-search';\n\n constructor(private readonly store: Store, private readonly dialog: MatDialog) { }\n\n /**\n * Starts spatial search flow\n */\n startSpatialSearchFlow(): void {\n this.store.dispatch(new StartSpatialSearchFlow()).pipe(\n take(1),\n tap(() => this.dialog.open(SpatialSearchConfigBehaviorComponent))\n ).subscribe();\n }\n}\n\n \n\n \n \n Run Spatial Search\n travel_explore\n\n\n \n\n \n \n ./run-spatial-search.component.scss\n \n :host {\n .run-spatial-search-button {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n border-width: 1px;\n border-style: solid;\n white-space: nowrap;\n height: 2rem;\n width: 13rem;\n\n .mat-icon {\n height: 1.5rem;\n width: 1.5rem;\n font-size: 1.5rem;\n margin-left: 0.5rem;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Run Spatial Search travel_explore'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RunSpatialSearchComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RunSpatialSearchModule.html":{"url":"modules/RunSpatialSearchModule.html","title":"module - RunSpatialSearchModule","body":"\n \n\n\n\n\n Modules\n RunSpatialSearchModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RunSpatialSearchModule\n\n\n\ncluster_RunSpatialSearchModule_exports\n\n\n\ncluster_RunSpatialSearchModule_declarations\n\n\n\n\nRunSpatialSearchComponent\n\nRunSpatialSearchComponent\n\n\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule -->\n\nRunSpatialSearchComponent->RunSpatialSearchModule\n\n\n\n\n\nRunSpatialSearchComponent \n\nRunSpatialSearchComponent \n\nRunSpatialSearchComponent -->\n\nRunSpatialSearchModule->RunSpatialSearchComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RunSpatialSearchComponent\n \n \n \n \n Exports\n \n \n RunSpatialSearchComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\n\nimport { RunSpatialSearchComponent } from './run-spatial-search.component';\n\n@NgModule({\n imports: [CommonModule, MatButtonModule, MatIconModule],\n declarations: [RunSpatialSearchComponent],\n exports: [RunSpatialSearchComponent]\n})\nexport class RunSpatialSearchModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SceneState.html":{"url":"injectables/SceneState.html","title":"injectable - SceneState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SceneState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n\n\n \n Description\n \n \n 3d Scene state\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n colorAssignments\n \n \n Private\n dataState\n \n \n Readonly\n highlightedId$\n \n \n Private\n listResults\n \n \n Readonly\n referenceOrgans$\n \n \n Readonly\n scene$\n \n \n Readonly\n selectedReferenceOrgans$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngxsOnInit\n \n \n \n Static\n referenceOrganEntities\n \n \n \n Static\n referenceOrgans\n \n \n sceneNodeClicked\n \n \n sceneNodeHovered\n \n \n sceneNodeUnhover\n \n \n \n setReferenceOrganEntities\n \n \n \n setReferenceOrgans\n \n \n \n setScene\n \n \n \n setSelectedReferenceOrgans\n \n \n setSelectedReferenceOrgansWithDefaults\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dataService: DataSourceService, injector: Injector)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:84\n \n \n\n \n \n Creates an instance of scene state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dataService\n \n \n DataSourceService\n \n \n \n No\n \n \n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n Injector service used to lazy load data state\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:166\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Static\n referenceOrganEntities\n \n \n \n \n \n \n \n referenceOrganEntities(state: SceneStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:65\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SceneStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialEntity[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n referenceOrgans\n \n \n \n \n \n \n \n referenceOrgans(state: SceneStateModel)\n \n \n\n \n \n Decorators : \n \n @Selector()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:60\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SceneStateModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OrganInfo[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sceneNodeClicked\n \n \n \n \n \n \nsceneNodeClicked(undefined: NodeClickEvent)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:144\n \n \n\n\n \n \n Handle scene node clicks\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n NodeClickEvent\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sceneNodeHovered\n \n \n \n \n \n \nsceneNodeHovered(node: SpatialSceneNode)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:155\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n node\n \n SpatialSceneNode\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sceneNodeUnhover\n \n \n \n \n \n \nsceneNodeUnhover()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:159\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n setReferenceOrganEntities\n \n \n \n \n \n \n \n setReferenceOrganEntities(referenceOrganEntities: SpatialEntity[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:125\n \n \n\n\n \n \n Sets the reference organ entities\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n referenceOrganEntities\n \n SpatialEntity[]\n \n\n \n No\n \n\n\n \n The reference organ entities available\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setReferenceOrgans\n \n \n \n \n \n \n \n setReferenceOrgans(referenceOrgans: OrganInfo[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:115\n \n \n\n\n \n \n Sets the reference organs\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n referenceOrgans\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n The reference organs available\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setScene\n \n \n \n \n \n \n \n setScene(scene: SpatialSceneNode[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:135\n \n \n\n\n \n \n Sets the scene\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n scene\n \n SpatialSceneNode[]\n \n\n \n No\n \n\n\n \n The active scene to display\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSelectedReferenceOrgans\n \n \n \n \n \n \n \n setSelectedReferenceOrgans(selectedReferenceOrgans: OrganInfo[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:105\n \n \n\n\n \n \n Sets the selected reference organs\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n selectedReferenceOrgans\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSelectedReferenceOrgansWithDefaults\n \n \n \n \n \n \nsetSelectedReferenceOrgansWithDefaults(organs: OrganInfo[], selected: string[])\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:215\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organs\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n \n selected\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n colorAssignments\n \n \n \n \n \n \n Type : ColorAssignmentState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:82\n \n \n\n \n \n Color assignments state\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n dataState\n \n \n \n \n \n \n Type : DataState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:79\n \n \n\n \n \n The data state\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n highlightedId$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.highlightedId), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:76\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n listResults\n \n \n \n \n \n \n Type : ListResultsState\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:84\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n referenceOrgans$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.referenceOrgans), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:70\n \n \n\n \n \n Available Reference Organs\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n scene$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.scene), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:74\n \n \n\n \n \n Scene to display in the 3d Scene\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n selectedReferenceOrgans$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.selectedReferenceOrgans), distinctUntilChanged())\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/scene/scene.state.ts:72\n \n \n\n \n \n Selected Reference Organs\n\n \n \n\n \n \n\n\n \n\n\n \n import { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { NgxsOnInit, Selector, State } from '@ngxs/store';\nimport { NodeClickEvent, SpatialSceneNode } from 'ccf-body-ui';\nimport { SpatialEntity } from 'ccf-database';\nimport { ALL_POSSIBLE_ORGANS, DataSourceService, OrganInfo } from 'ccf-shared';\nimport { combineLatest } from 'rxjs';\nimport { distinctUntilChanged, map, take, tap } from 'rxjs/operators';\n\nimport { ColorAssignmentState } from '../color-assignment/color-assignment.state';\nimport { DataState } from '../data/data.state';\nimport { ListResultsState } from '../list-results/list-results.state';\n\nexport const DEFAULT_SELECTED_ORGANS = new Set([\n 'http://purl.obolibrary.org/obo/UBERON_0002097',\n 'http://purl.obolibrary.org/obo/UBERON_0004538',\n 'http://purl.obolibrary.org/obo/UBERON_0004539',\n 'http://purl.obolibrary.org/obo/UBERON_0000948',\n 'http://purl.obolibrary.org/obo/UBERON_0002113',\n 'http://purl.obolibrary.org/obo/UBERON_0002106']);\n\nexport interface SceneStateModel {\n scene: SpatialSceneNode[];\n referenceOrgans: OrganInfo[];\n referenceOrganEntities: SpatialEntity[];\n selectedReferenceOrgans: OrganInfo[];\n\n selectedAnatomicalStructures: unknown[];\n anatomicalStructureSettings: {\n [iri: string]: {\n enabled: boolean;\n visible: boolean;\n opacity: boolean;\n };\n };\n highlightedId?: string;\n}\n\n/**\n * 3d Scene state\n */\n@StateRepository()\n@State({\n name: 'scene',\n defaults: {\n scene: [],\n referenceOrgans: [],\n referenceOrganEntities: [],\n selectedReferenceOrgans: [],\n selectedAnatomicalStructures: [],\n anatomicalStructureSettings: {}\n }\n})\n@Injectable()\nexport class SceneState extends NgxsImmutableDataRepository implements NgxsOnInit {\n @Selector()\n static referenceOrgans(state: SceneStateModel): OrganInfo[] {\n return state.referenceOrgans;\n }\n\n @Selector()\n static referenceOrganEntities(state: SceneStateModel): SpatialEntity[] {\n return state.referenceOrganEntities;\n }\n\n /** Available Reference Organs */\n readonly referenceOrgans$ = this.state$.pipe(map(x => x?.referenceOrgans), distinctUntilChanged());\n /** Selected Reference Organs */\n readonly selectedReferenceOrgans$ = this.state$.pipe(map(x => x?.selectedReferenceOrgans), distinctUntilChanged());\n /** Scene to display in the 3d Scene */\n readonly scene$ = this.state$.pipe(map(x => x?.scene), distinctUntilChanged());\n\n readonly highlightedId$ = this.state$.pipe(map(x => x?.highlightedId), distinctUntilChanged());\n\n /** The data state */\n private dataState: DataState;\n\n /** Color assignments state */\n private colorAssignments: ColorAssignmentState;\n\n private listResults: ListResultsState;\n\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load data state\n */\n constructor(\n private readonly dataService: DataSourceService,\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Sets the selected reference organs\n *\n * @param referenceOrgans The selected reference organs selected\n */\n @DataAction()\n setSelectedReferenceOrgans(@Payload('selectedReferenceOrgans') selectedReferenceOrgans: OrganInfo[]): void {\n this.ctx.patchState({ selectedReferenceOrgans });\n }\n\n /**\n * Sets the reference organs\n *\n * @param referenceOrgans The reference organs available\n */\n @DataAction()\n setReferenceOrgans(@Payload('referenceOrgans') referenceOrgans: OrganInfo[]): void {\n this.ctx.patchState({ referenceOrgans });\n }\n\n /**\n * Sets the reference organ entities\n *\n * @param referenceOrganEntities The reference organ entities available\n */\n @DataAction()\n setReferenceOrganEntities(@Payload('referenceOrganEntities') referenceOrganEntities: SpatialEntity[]): void {\n this.ctx.patchState({ referenceOrganEntities });\n }\n\n /**\n * Sets the scene\n *\n * @param scene The active scene to display\n */\n @DataAction()\n setScene(@Payload('scene') scene: SpatialSceneNode[]): void {\n this.ctx.patchState({ scene });\n }\n\n /**\n * Handle scene node clicks\n *\n * @param param0 scene node click event\n */\n sceneNodeClicked({ node, ctrlClick }: NodeClickEvent): void {\n if (node.representation_of &&\n node['@id'] !== 'http://purl.org/ccf/latest/ccf.owl#VHFSkin'\n && node.entityId // Disables this path. Need to update logic here.\n ) {\n this.dataState.updateFilter({ ontologyTerms: [node.representation_of] });\n } else if (node.entityId) {\n this.colorAssignments.assignColor(node['@id'], !ctrlClick);\n }\n }\n\n sceneNodeHovered(node: SpatialSceneNode): void {\n this.listResults.highlightNode(node['@id']);\n }\n\n sceneNodeUnhover(): void {\n this.listResults.unHighlightNode();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.dataState = this.injector.get(DataState);\n this.colorAssignments = this.injector.get(ColorAssignmentState);\n this.listResults = this.injector.get(ListResultsState);\n // Initialize reference organ info\n this.dataService.getReferenceOrgans().pipe(\n tap(refOrgans => this.setReferenceOrganEntities(refOrgans)),\n map(refOrgans => {\n const organIds = new Set(refOrgans.map(o => o.representation_of));\n return ALL_POSSIBLE_ORGANS\n .filter(organ => organIds.has(organ.id))\n .map(organ => ({ ...organ, disabled: false, numResults: 0 }));\n }),\n take(1),\n tap((organs: OrganInfo[]) => this.setReferenceOrgans(organs)),\n ).subscribe();\n\n // Update scene as the overall state changes\n combineLatest([\n this.dataState.sceneData$,\n this.selectedReferenceOrgans$,\n this.colorAssignments.colorAssignments$,\n this.dataService.getReferenceOrgans(),\n this.listResults.highlightedNodeId$\n ]).pipe(\n map(([scene, selectedOrgans, colors, refOrganData, highlightedNodeId]) => {\n const activeOrgans = new Set(selectedOrgans.map(o => o.id));\n const refOrgans = new Set(refOrganData.filter(o => activeOrgans.has(o.representation_of)).map(o => o['@id']));\n return scene.filter(node =>\n (node.ccf_annotations?.some?.(tag => activeOrgans.has(tag))) ??\n (node.reference_organ && refOrgans.has(node.reference_organ))\n ).map((node): SpatialSceneNode =>\n node.entityId && (Object.prototype.hasOwnProperty.call(colors, node['@id']) || highlightedNodeId === node['@id']) ?\n ({\n ...node,\n color: highlightedNodeId === node['@id'] ?\n [30, 136, 229, 255] :\n colors[node['@id']].rgba as [number, number, number, number]\n }) : node\n );\n }),\n tap(scene => this.setScene(scene))\n ).subscribe();\n }\n\n setSelectedReferenceOrgansWithDefaults(organs: OrganInfo[], selected: string[]) {\n const selectedSet = new Set(selected?.length ? selected : DEFAULT_SELECTED_ORGANS);\n const filteredOrgans = organs.filter(({ id }) => selectedSet.has(id as string));\n this.setSelectedReferenceOrgans(filteredOrgans);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SceneStateModel.html":{"url":"interfaces/SceneStateModel.html","title":"interface - SceneStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SceneStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n anatomicalStructureSettings\n \n \n \n Optional\n \n highlightedId\n \n \n \n \n referenceOrganEntities\n \n \n \n \n referenceOrgans\n \n \n \n \n scene\n \n \n \n \n selectedAnatomicalStructures\n \n \n \n \n selectedReferenceOrgans\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructureSettings\n \n \n \n \n \n \n \n \n anatomicalStructureSettings: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n highlightedId\n \n \n \n \n \n \n \n \n highlightedId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n referenceOrganEntities\n \n \n \n \n \n \n \n \n referenceOrganEntities: SpatialEntity[]\n\n \n \n\n\n \n \n Type : SpatialEntity[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n referenceOrgans\n \n \n \n \n \n \n \n \n referenceOrgans: OrganInfo[]\n\n \n \n\n\n \n \n Type : OrganInfo[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n scene\n \n \n \n \n \n \n \n \n scene: SpatialSceneNode[]\n\n \n \n\n\n \n \n Type : SpatialSceneNode[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n selectedAnatomicalStructures\n \n \n \n \n \n \n \n \n selectedAnatomicalStructures: []\n\n \n \n\n\n \n \n Type : []\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n selectedReferenceOrgans\n \n \n \n \n \n \n \n \n selectedReferenceOrgans: OrganInfo[]\n\n \n \n\n\n \n \n Type : OrganInfo[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { DataAction, Payload, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { NgxsOnInit, Selector, State } from '@ngxs/store';\nimport { NodeClickEvent, SpatialSceneNode } from 'ccf-body-ui';\nimport { SpatialEntity } from 'ccf-database';\nimport { ALL_POSSIBLE_ORGANS, DataSourceService, OrganInfo } from 'ccf-shared';\nimport { combineLatest } from 'rxjs';\nimport { distinctUntilChanged, map, take, tap } from 'rxjs/operators';\n\nimport { ColorAssignmentState } from '../color-assignment/color-assignment.state';\nimport { DataState } from '../data/data.state';\nimport { ListResultsState } from '../list-results/list-results.state';\n\nexport const DEFAULT_SELECTED_ORGANS = new Set([\n 'http://purl.obolibrary.org/obo/UBERON_0002097',\n 'http://purl.obolibrary.org/obo/UBERON_0004538',\n 'http://purl.obolibrary.org/obo/UBERON_0004539',\n 'http://purl.obolibrary.org/obo/UBERON_0000948',\n 'http://purl.obolibrary.org/obo/UBERON_0002113',\n 'http://purl.obolibrary.org/obo/UBERON_0002106']);\n\nexport interface SceneStateModel {\n scene: SpatialSceneNode[];\n referenceOrgans: OrganInfo[];\n referenceOrganEntities: SpatialEntity[];\n selectedReferenceOrgans: OrganInfo[];\n\n selectedAnatomicalStructures: unknown[];\n anatomicalStructureSettings: {\n [iri: string]: {\n enabled: boolean;\n visible: boolean;\n opacity: boolean;\n };\n };\n highlightedId?: string;\n}\n\n/**\n * 3d Scene state\n */\n@StateRepository()\n@State({\n name: 'scene',\n defaults: {\n scene: [],\n referenceOrgans: [],\n referenceOrganEntities: [],\n selectedReferenceOrgans: [],\n selectedAnatomicalStructures: [],\n anatomicalStructureSettings: {}\n }\n})\n@Injectable()\nexport class SceneState extends NgxsImmutableDataRepository implements NgxsOnInit {\n @Selector()\n static referenceOrgans(state: SceneStateModel): OrganInfo[] {\n return state.referenceOrgans;\n }\n\n @Selector()\n static referenceOrganEntities(state: SceneStateModel): SpatialEntity[] {\n return state.referenceOrganEntities;\n }\n\n /** Available Reference Organs */\n readonly referenceOrgans$ = this.state$.pipe(map(x => x?.referenceOrgans), distinctUntilChanged());\n /** Selected Reference Organs */\n readonly selectedReferenceOrgans$ = this.state$.pipe(map(x => x?.selectedReferenceOrgans), distinctUntilChanged());\n /** Scene to display in the 3d Scene */\n readonly scene$ = this.state$.pipe(map(x => x?.scene), distinctUntilChanged());\n\n readonly highlightedId$ = this.state$.pipe(map(x => x?.highlightedId), distinctUntilChanged());\n\n /** The data state */\n private dataState: DataState;\n\n /** Color assignments state */\n private colorAssignments: ColorAssignmentState;\n\n private listResults: ListResultsState;\n\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load data state\n */\n constructor(\n private readonly dataService: DataSourceService,\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Sets the selected reference organs\n *\n * @param referenceOrgans The selected reference organs selected\n */\n @DataAction()\n setSelectedReferenceOrgans(@Payload('selectedReferenceOrgans') selectedReferenceOrgans: OrganInfo[]): void {\n this.ctx.patchState({ selectedReferenceOrgans });\n }\n\n /**\n * Sets the reference organs\n *\n * @param referenceOrgans The reference organs available\n */\n @DataAction()\n setReferenceOrgans(@Payload('referenceOrgans') referenceOrgans: OrganInfo[]): void {\n this.ctx.patchState({ referenceOrgans });\n }\n\n /**\n * Sets the reference organ entities\n *\n * @param referenceOrganEntities The reference organ entities available\n */\n @DataAction()\n setReferenceOrganEntities(@Payload('referenceOrganEntities') referenceOrganEntities: SpatialEntity[]): void {\n this.ctx.patchState({ referenceOrganEntities });\n }\n\n /**\n * Sets the scene\n *\n * @param scene The active scene to display\n */\n @DataAction()\n setScene(@Payload('scene') scene: SpatialSceneNode[]): void {\n this.ctx.patchState({ scene });\n }\n\n /**\n * Handle scene node clicks\n *\n * @param param0 scene node click event\n */\n sceneNodeClicked({ node, ctrlClick }: NodeClickEvent): void {\n if (node.representation_of &&\n node['@id'] !== 'http://purl.org/ccf/latest/ccf.owl#VHFSkin'\n && node.entityId // Disables this path. Need to update logic here.\n ) {\n this.dataState.updateFilter({ ontologyTerms: [node.representation_of] });\n } else if (node.entityId) {\n this.colorAssignments.assignColor(node['@id'], !ctrlClick);\n }\n }\n\n sceneNodeHovered(node: SpatialSceneNode): void {\n this.listResults.highlightNode(node['@id']);\n }\n\n sceneNodeUnhover(): void {\n this.listResults.unHighlightNode();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.dataState = this.injector.get(DataState);\n this.colorAssignments = this.injector.get(ColorAssignmentState);\n this.listResults = this.injector.get(ListResultsState);\n // Initialize reference organ info\n this.dataService.getReferenceOrgans().pipe(\n tap(refOrgans => this.setReferenceOrganEntities(refOrgans)),\n map(refOrgans => {\n const organIds = new Set(refOrgans.map(o => o.representation_of));\n return ALL_POSSIBLE_ORGANS\n .filter(organ => organIds.has(organ.id))\n .map(organ => ({ ...organ, disabled: false, numResults: 0 }));\n }),\n take(1),\n tap((organs: OrganInfo[]) => this.setReferenceOrgans(organs)),\n ).subscribe();\n\n // Update scene as the overall state changes\n combineLatest([\n this.dataState.sceneData$,\n this.selectedReferenceOrgans$,\n this.colorAssignments.colorAssignments$,\n this.dataService.getReferenceOrgans(),\n this.listResults.highlightedNodeId$\n ]).pipe(\n map(([scene, selectedOrgans, colors, refOrganData, highlightedNodeId]) => {\n const activeOrgans = new Set(selectedOrgans.map(o => o.id));\n const refOrgans = new Set(refOrganData.filter(o => activeOrgans.has(o.representation_of)).map(o => o['@id']));\n return scene.filter(node =>\n (node.ccf_annotations?.some?.(tag => activeOrgans.has(tag))) ??\n (node.reference_organ && refOrgans.has(node.reference_organ))\n ).map((node): SpatialSceneNode =>\n node.entityId && (Object.prototype.hasOwnProperty.call(colors, node['@id']) || highlightedNodeId === node['@id']) ?\n ({\n ...node,\n color: highlightedNodeId === node['@id'] ?\n [30, 136, 229, 255] :\n colors[node['@id']].rgba as [number, number, number, number]\n }) : node\n );\n }),\n tap(scene => this.setScene(scene))\n ).subscribe();\n }\n\n setSelectedReferenceOrgansWithDefaults(organs: OrganInfo[], selected: string[]) {\n const selectedSet = new Set(selected?.length ? selected : DEFAULT_SELECTED_ORGANS);\n const filteredOrgans = organs.filter(({ id }) => selectedSet.has(id as string));\n this.setSelectedReferenceOrgans(filteredOrgans);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SearchResult.html":{"url":"interfaces/SearchResult.html","title":"interface - SearchResult","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SearchResult\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts\n \n\n\n \n Description\n \n \n Search result interface type for the search results\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n displayLabel\n \n \n \n \n index\n \n \n \n \n node\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n displayLabel\n \n \n \n \n \n \n \n \n displayLabel: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n label to be displayed in the view\n\n \n \n \n \n \n \n \n \n \n index\n \n \n \n \n \n \n \n \n index: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n ensures order of search-results\n\n \n \n \n \n \n \n \n \n \n node\n \n \n \n \n \n \n \n \n node: OntologyTreeNode\n\n \n \n\n\n \n \n Type : OntologyTreeNode\n\n \n \n\n\n\n\n\n \n \n instance of OntologyTreeNode, provides data associated with a search result\n\n \n \n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { bind } from 'bind-decorator';\nimport { OntologyTreeModel, OntologyTreeNode } from 'ccf-database';\nimport { at } from 'lodash';\nimport { Observable, ReplaySubject } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\n\n/**\n * Search result interface type for the search results\n */\nexport interface SearchResult {\n /** ensures order of search-results */\n index: number;\n\n /** label to be displayed in the view */\n displayLabel: string[];\n\n /** instance of OntologyTreeNode, provides data associated with a search result */\n node: OntologyTreeNode;\n}\n\n/**\n * Injectable OntologySearchService responsible for search result computations\n */\n@Injectable()\nexport class OntologySearchService {\n private readonly treeModel$ = new ReplaySubject(1);\n private treeModel: OntologyTreeModel;\n\n /** All nodes in the ontology tree. */\n public readonly nodes$ = this.treeModel$.pipe(map(state => Object.values(state.nodes)));\n\n /** Root node of the ontology tree. */\n public readonly rootNode$ = this.treeModel$.pipe(map(state => state.nodes[state.root]));\n\n setTreeModel(treeModel: OntologyTreeModel): void {\n this.treeModel$.next(treeModel);\n this.treeModel = treeModel;\n }\n\n /**\n * Searches the ontology with the search-term\n *\n * @param value the search term\n * @returns an array of search-results\n */\n filter(value: string): Observable {\n return this.nodes$.pipe(\n map(nodes => this.lookup(nodes, value.toLowerCase()))\n );\n }\n\n /**\n * looks up ontology nodes and composes search results\n *\n * @param nodes Ontology nodes\n * @param searchValue search text in lower case\n * @returns search results\n */\n private lookup(nodes: Immutable[], searchValue: string): SearchResult[] {\n const searchResults = new Map();\n\n if (nodes) {\n nodes.forEach((node: OntologyTreeNode) => {\n const condition = node.label.toLowerCase().includes(searchValue);\n\n if (condition && !searchResults.get(node.id)) {\n searchResults.set(node.id, {\n index: this.getIndexOfMatch(node.label, searchValue),\n displayLabel: this.formatLabel(node.label, searchValue),\n node\n });\n } else {\n const match = node.synonymLabels.find((label) => label.toLowerCase().includes(searchValue));\n\n if (match && !searchResults.get(node.id)) {\n searchResults.set(node.id, {\n index: this.getIndexOfMatch(node.label + ' (' + match + ')', searchValue),\n displayLabel: this.formatLabel(node.label + ' (' + match + ')', searchValue),\n node\n });\n }\n }\n });\n }\n\n return Array.from(searchResults.values());\n }\n\n /**\n * Gets index of match in the ontology label\n *\n * @param label the provided ontology node label or synonym label\n * @param searchValue the searched text in lower case\n * @returns the index of the match in the label\n */\n getIndexOfMatch(label: string, searchValue: string): number {\n return label.toLowerCase().indexOf(searchValue);\n }\n\n /**\n * Formats label based on where the search-term was found in the OntologyTreeNode\n *\n * @param label label or first synonym-label of OntologyTreeNode which has the search-term\n * @param searchValue search-term\n * @returns an array in the form of [prefix, search-term, suffix]\n */\n formatLabel(label: string, searchValue: string): string[] {\n const index = this.getIndexOfMatch(label, searchValue);\n return [\n label.slice(0, index),\n label.slice(index, index + searchValue.length),\n label.slice(index + searchValue.length)\n ];\n }\n\n /**\n * Fetches the children of an ontology node.\n * Note: This can be called without a reference to `this`.\n *\n * @param node The node for which to get children.\n * @returns An array of children, empty if the node has no children.\n */\n @bind\n getChildren(node: OntologyTreeNode): OntologyTreeNode[] {\n const nodes = this.treeModel?.nodes ?? {};\n return at(nodes, node.children);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetExecuteSearchOnGenerate.html":{"url":"classes/SetExecuteSearchOnGenerate.html","title":"class - SetExecuteSearchOnGenerate","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetExecuteSearchOnGenerate\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(execute)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:54\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n execute\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set execute search on generate'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:54\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetOrgan.html":{"url":"classes/SetOrgan.html","title":"class - SetOrgan","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetOrgan\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(organId: string | undefined)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:14\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n organId\n \n \n string | undefined\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set organ'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:14\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetPosition.html":{"url":"classes/SetPosition.html","title":"class - SetPosition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetPosition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(position: literal type)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:20\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n position\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set position'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:20\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetRadius.html":{"url":"classes/SetRadius.html","title":"class - SetRadius","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetRadius\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(radius: number)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:36\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n radius\n \n \n number\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set radius'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:36\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetSelectedSearches.html":{"url":"classes/SetSelectedSearches.html","title":"class - SetSelectedSearches","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetSelectedSearches\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(items: SpatialSearchFilterItem[])\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:21\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n \n SpatialSearchFilterItem[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[Spatial Search Filter] Set selected searches'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts:21\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSearch } from 'ccf-database';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\n\nimport type { SpatialSearchFilterItem } from './spatial-search-filter.state';\n\n\nexport class AddSearch {\n static readonly type = '[Spatial Search Filter] Add';\n\n constructor(readonly sex: Sex, readonly organName: string, readonly search: SpatialSearch) { }\n}\n\nexport class RemoveSearch {\n static readonly type = '[Spatial Search Filter] Remove';\n\n constructor(readonly id: string) { }\n}\n\nexport class SetSelectedSearches {\n static readonly type = '[Spatial Search Filter] Set selected searches';\n\n constructor(readonly items: SpatialSearchFilterItem[]) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SetSex.html":{"url":"classes/SetSex.html","title":"class - SetSex","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SetSex\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(sex: \"male\" | \"female\")\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:8\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n \n \"male\" | \"female\"\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Set sex'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:8\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpatialSearchConfigBehaviorComponent.html":{"url":"components/SpatialSearchConfigBehaviorComponent.html","title":"component - SpatialSearchConfigBehaviorComponent","body":"\n \n\n\n\n\n\n Components\n \n SpatialSearchConfigBehaviorComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts\n\n\n\n\n\n \n Implements\n \n \n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spatial-search-config-behavior\n \n\n\n\n\n\n\n \n templateUrl\n ./spatial-search-config-behavior.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n dialog\n \n \n Private\n Readonly\n dialogSubs\n \n \n \n Readonly\n organs$\n \n \n panelData\n \n \n \n Readonly\n selectedOrgan$\n \n \n \n Readonly\n sex$\n \n \n Private\n Readonly\n subscriptions\n \n \n \n Readonly\n updateOrgan\n \n \n \n Readonly\n updateSex\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n buttonClicked\n \n \n close\n \n \n launchInfoDialog\n \n \n ngOnDestroy\n \n \n onDialogButtonClick\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog, dialogRef: MatDialogRef, spatialSearchDialog: MatDialog, infoService: InfoButtonService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:40\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n \n spatialSearchDialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n infoService\n \n \n InfoButtonService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n buttonClicked\n \n \n \n \n \n \nbuttonClicked()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:49\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n close\n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:54\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n launchInfoDialog\n \n \n \n \n \n \nlaunchInfoDialog(data: PanelData)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:58\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n data\n \n PanelData\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:83\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n onDialogButtonClick\n \n \n \n \n \n \nonDialogButtonClick()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:72\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n dialog\n \n \n \n \n \n \n Type : MatDialog\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:43\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n dialogSubs\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:40\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n organs$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.organs)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n panelData\n \n \n \n \n \n \n Type : PanelData\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:36\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n selectedOrgan$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.organ)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n sex$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.sex)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:38\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n updateOrgan\n \n \n \n \n \n \n Default value : actionAsFn(SetOrgan)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:34\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n updateSex\n \n \n \n \n \n \n Default value : actionAsFn(SetSex)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts:31\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnDestroy } from '@angular/core';\nimport { MatDialog, MatDialogRef } from '@angular/material/dialog';\nimport { Dispatch } from '@ngxs-labs/dispatch-decorator';\nimport { Select } from '@ngxs/store';\nimport { InfoButtonService, InfoDialogComponent, OrganInfo, PanelData } from 'ccf-shared';\nimport { Observable, Subscription } from 'rxjs';\n\nimport { actionAsFn } from '../../../core/store/action-as-fn';\nimport { SetOrgan, SetSex } from '../../../core/store/spatial-search-ui/spatial-search-ui.actions';\nimport { SpatialSearchUiSelectors } from '../../../core/store/spatial-search-ui/spatial-search-ui.selectors';\nimport { Sex, SpatialSearchConfigComponent } from '../spatial-search-config/spatial-search-config.component';\nimport { SpatialSearchUiBehaviorComponent } from '../spatial-search-ui-behavior/spatial-search-ui-behavior.component';\n\n\n@Component({\n selector: 'ccf-spatial-search-config-behavior',\n templateUrl: './spatial-search-config-behavior.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SpatialSearchConfigBehaviorComponent implements OnDestroy {\n @Select(SpatialSearchUiSelectors.sex)\n readonly sex$: Observable;\n\n @Select(SpatialSearchUiSelectors.organ)\n readonly selectedOrgan$: Observable;\n\n @Select(SpatialSearchUiSelectors.organs)\n readonly organs$: Observable;\n\n @Dispatch()\n readonly updateSex = actionAsFn(SetSex);\n\n @Dispatch()\n readonly updateOrgan = actionAsFn(SetOrgan);\n\n panelData: PanelData;\n\n private readonly subscriptions = new Subscription();\n\n private readonly dialogSubs = new Subscription();\n\n constructor(\n public dialog: MatDialog,\n private readonly dialogRef: MatDialogRef,\n private readonly spatialSearchDialog: MatDialog,\n private readonly infoService: InfoButtonService\n ) { }\n\n buttonClicked(): void {\n this.spatialSearchDialog.open(SpatialSearchUiBehaviorComponent);\n this.close();\n }\n\n close(): void {\n this.dialogRef.close();\n }\n\n launchInfoDialog(data: PanelData): void {\n this.dialogSubs.unsubscribe();\n this.dialog.open(InfoDialogComponent, {\n autoFocus: false,\n panelClass: 'modal-animated',\n width: '72rem',\n data: {\n title: data.infoTitle,\n content: data.content,\n videoID: data.videoID\n }\n });\n }\n\n onDialogButtonClick(): void {\n this.infoService.updateData('assets/docs/SPATIAL_SEARCH_README.md', 'UfxMpzatowE', 'Spatial Search');\n const panelContent$ = this.infoService.panelContent.asObservable();\n this.dialogSubs.add(panelContent$.subscribe(data => {\n if (data.content.length) {\n this.panelData = data;\n this.launchInfoDialog(this.panelData);\n }\n }));\n }\n\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n\n \n\n \n \n\n\n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpatialSearchConfigBehaviorComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpatialSearchConfigBehaviorModule.html":{"url":"modules/SpatialSearchConfigBehaviorModule.html","title":"module - SpatialSearchConfigBehaviorModule","body":"\n \n\n\n\n\n Modules\n SpatialSearchConfigBehaviorModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpatialSearchConfigBehaviorModule\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_imports\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_exports\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_declarations\n\n\n\n\nSpatialSearchConfigBehaviorComponent\n\nSpatialSearchConfigBehaviorComponent\n\n\n\nSpatialSearchConfigBehaviorModule\n\nSpatialSearchConfigBehaviorModule\n\nSpatialSearchConfigBehaviorModule -->\n\nSpatialSearchConfigBehaviorComponent->SpatialSearchConfigBehaviorModule\n\n\n\n\n\nSpatialSearchConfigBehaviorComponent \n\nSpatialSearchConfigBehaviorComponent \n\nSpatialSearchConfigBehaviorComponent -->\n\nSpatialSearchConfigBehaviorModule->SpatialSearchConfigBehaviorComponent \n\n\n\n\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigBehaviorModule -->\n\nSpatialSearchConfigModule->SpatialSearchConfigBehaviorModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpatialSearchConfigBehaviorComponent\n \n \n \n \n Imports\n \n \n SpatialSearchConfigModule\n \n \n \n \n Exports\n \n \n SpatialSearchConfigBehaviorComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatDialogModule } from '@angular/material/dialog';\n\nimport { SpatialSearchConfigModule } from '../spatial-search-config/spatial-search-config.module';\nimport { SpatialSearchConfigBehaviorComponent } from './spatial-search-config-behavior.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SpatialSearchConfigModule,\n MatDialogModule\n ],\n declarations: [SpatialSearchConfigBehaviorComponent],\n exports: [SpatialSearchConfigBehaviorComponent]\n})\nexport class SpatialSearchConfigBehaviorModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpatialSearchConfigComponent.html":{"url":"components/SpatialSearchConfigComponent.html","title":"component - SpatialSearchConfigComponent","body":"\n \n\n\n\n\n\n Components\n \n SpatialSearchConfigComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts\n\n\n\n \n Description\n \n \n Config popup for spatial search\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spatial-search-config\n \n\n\n\n \n styleUrls\n ./spatial-search-config.component.scss\n \n\n\n\n \n templateUrl\n ./spatial-search-config.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n organs\n \n \n selectedOrgan\n \n \n sex\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n buttonClicked\n \n \n closeDialog\n \n \n infoClicked\n \n \n updateOrgan\n \n \n updateSex\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n organs\n \n \n \n \n Type : OrganInfo[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:20\n \n \n \n \n Selectable organs\n\n \n \n \n \n \n \n \n \n \n selectedOrgan\n \n \n \n \n Type : OrganInfo\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:23\n \n \n \n \n Currently selected organ\n\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n Type : Sex\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:26\n \n \n \n \n Currently selected sex\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n buttonClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:35\n \n \n \n \n Emits when the continue button is clicked\n\n \n \n \n \n \n \n \n \n \n closeDialog\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:38\n \n \n \n \n Emits when the close button is clicked\n\n \n \n \n \n \n \n \n \n \n infoClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:41\n \n \n \n \n Emits when the info button is clicked\n\n \n \n \n \n \n \n \n \n \n updateOrgan\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:32\n \n \n \n \n Emits when organ is updated\n\n \n \n \n \n \n \n \n \n \n updateSex\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:29\n \n \n \n \n Emits when sex is updated\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-spatial-search-config\"\n\n \n \n \n \n Default value : 'ccf-spatial-search-config'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:17\n \n \n\n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-spatial-search-config'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts:17\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { OrganInfo } from 'ccf-shared';\n\n/** Sex can either be male or female */\nexport type Sex = 'male' | 'female';\n\n/**\n * Config popup for spatial search\n */\n@Component({\n selector: 'ccf-spatial-search-config',\n templateUrl: './spatial-search-config.component.html',\n styleUrls: ['./spatial-search-config.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SpatialSearchConfigComponent {\n @HostBinding('class') readonly className = 'ccf-spatial-search-config';\n\n /** Selectable organs */\n @Input() organs: OrganInfo[];\n\n /** Currently selected organ */\n @Input() selectedOrgan?: OrganInfo;\n\n /** Currently selected sex */\n @Input() sex: Sex;\n\n /** Emits when sex is updated */\n @Output() readonly updateSex = new EventEmitter();\n\n /** Emits when organ is updated */\n @Output() readonly updateOrgan = new EventEmitter();\n\n /** Emits when the continue button is clicked */\n @Output() readonly buttonClicked = new EventEmitter();\n\n /** Emits when the close button is clicked */\n @Output() readonly closeDialog = new EventEmitter();\n\n /** Emits when the info button is clicked */\n @Output() readonly infoClicked = new EventEmitter();\n}\n\n \n\n \n \n \n Configure Spatial Search\n \n info\n \n \n \n close\n \n\n\n\n Donor Sex: \n \n Male\n Female\n \n\n\n\n Select an organ\n \n Organs\n \n \n {{organ.name}}\n \n \n \n\n\nContinue\n\n \n\n \n \n ./spatial-search-config.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n padding: 2rem;\n gap: 2rem;\n width: 30.5rem;\n box-shadow: 0px 25rem 25rem rgba(0, 0, 0, 0.16);\n border-radius: .25rem;\n font-size: 1rem;\n\n .button {\n cursor: pointer;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n width: 100%;\n font-size: 1.25rem;\n align-items: center;\n\n .header-left {\n display: flex;\n align-items: center;\n\n .title {\n margin-right: 1rem;\n }\n }\n\n button {\n padding: 0;\n background: none;\n border: none;\n cursor: pointer;\n outline: none;\n border-radius: 0.25rem;\n transition: 0.6s;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n\n .sex-toggle {\n display: flex;\n\n .label {\n margin-right: 2rem;\n line-height: 1.75rem;\n }\n\n .radio {\n margin-right: 4rem;\n\n ::ng-deep .mdc-radio {\n padding: 0;\n padding-right: 0.5rem;\n }\n }\n }\n\n .organ-selector {\n .label {\n height: 0rem;\n }\n\n ::ng-deep .mat-mdc-text-field-wrapper {\n font-size: 1rem;\n padding-bottom: .75rem;\n padding-top: 3rem;\n margin-left: 0.5rem;\n width: 14rem;\n\n .mat-mdc-form-field-infix {\n padding: 0;\n border-top: none;\n }\n\n .mdc-line-ripple {\n bottom: 0rem;\n height: 0.125rem;\n }\n\n .mat-mdc-select-arrow-wrapper {\n transform: translatey(0rem);\n }\n }\n }\n\n .continue-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: .25rem 1rem;\n width: 14rem;\n height: 2rem;\n border-width: 1px;\n border-style: solid;\n border-radius: .25rem;\n box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);\n\n &.disabled {\n pointer-events: none;\n opacity: .5;\n }\n }\n}\n\n::ng-deep .organ-select {\n top: 2.5rem;\n left: -0.25rem;\n padding: 0 !important;\n\n .organ-select-option {\n height: 3.5rem;\n border-bottom: 1px solid;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Configure Spatial Search info close Donor Sex: Male Female Select an organ Organs {{organ.name}} Continue'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpatialSearchConfigComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpatialSearchConfigModule.html":{"url":"modules/SpatialSearchConfigModule.html","title":"module - SpatialSearchConfigModule","body":"\n \n\n\n\n\n Modules\n SpatialSearchConfigModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpatialSearchConfigModule\n\n\n\ncluster_SpatialSearchConfigModule_exports\n\n\n\ncluster_SpatialSearchConfigModule_declarations\n\n\n\n\nSpatialSearchConfigComponent\n\nSpatialSearchConfigComponent\n\n\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigModule -->\n\nSpatialSearchConfigComponent->SpatialSearchConfigModule\n\n\n\n\n\nSpatialSearchConfigComponent \n\nSpatialSearchConfigComponent \n\nSpatialSearchConfigComponent -->\n\nSpatialSearchConfigModule->SpatialSearchConfigComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpatialSearchConfigComponent\n \n \n \n \n Exports\n \n \n SpatialSearchConfigComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatRadioModule } from '@angular/material/radio';\nimport { MatSelectModule } from '@angular/material/select';\n\nimport { SpatialSearchConfigComponent } from './spatial-search-config.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n MatSelectModule,\n MatIconModule,\n MatRadioModule,\n MatButtonModule\n ],\n declarations: [SpatialSearchConfigComponent],\n exports: [SpatialSearchConfigComponent]\n})\nexport class SpatialSearchConfigModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SpatialSearchFilterItem.html":{"url":"interfaces/SpatialSearchFilterItem.html","title":"interface - SpatialSearchFilterItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SpatialSearchFilterItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n\n\n\n \n Extends\n \n \n SpatialSearchListItem\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n search\n \n \n \n \n sex\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n search\n \n \n \n \n \n \n \n \n search: SpatialSearch\n\n \n \n\n\n \n \n Type : SpatialSearch\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: Sex\n\n \n \n\n\n \n \n Type : Sex\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Action, State, StateContext } from '@ngxs/store';\nimport { append, removeItem } from '@ngxs/store/operators';\nimport { SpatialSearch } from 'ccf-database';\nimport { SpatialSearchListItem } from 'ccf-shared';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { AddSearch, RemoveSearch, SetSelectedSearches } from './spatial-search-filter.actions';\n\n\nexport interface SpatialSearchFilterItem extends SpatialSearchListItem {\n id: string;\n search: SpatialSearch;\n sex: Sex;\n}\n\nexport type SpatialSearchFilterModel = SpatialSearchFilterItem[];\n\n\n@State({\n name: 'spatialSearchFilter',\n defaults: []\n})\n@Injectable()\nexport class SpatialSearchFilterState {\n @Action(AddSearch)\n addSearch(ctx: StateContext, { sex, organName, search }: AddSearch): void {\n ctx.setState(append([this.createItem(sex, organName, search)]));\n }\n\n @Action(RemoveSearch)\n removeSearch(ctx: StateContext, { id }: RemoveSearch): void {\n ctx.setState(removeItem(item => item?.id === id));\n }\n\n @Action(SetSelectedSearches)\n setSelectedSearches(ctx: StateContext, { items }: SetSelectedSearches): void {\n const selectedByIds = new Map(items.map(item => [item.id, item]));\n const oldItems = ctx.getState();\n const newItems = oldItems.map(item =>\n selectedByIds.get(item.id) ??\n (item.selected ? { ...item, selected: false } : item)\n );\n\n ctx.setState(newItems);\n }\n\n private createItem(sex: Sex, name: string, search: SpatialSearch): SpatialSearchFilterItem {\n return {\n id: this.createItemId(search),\n selected: true,\n description: this.createItemDescription(sex, name, search),\n sex,\n search\n };\n }\n\n private createItemId(search: SpatialSearch): string {\n const { x, y, z, radius, target } = search;\n return `${target}-${radius}-${x},${y},${z}`;\n }\n\n private createItemDescription(sex: Sex, name: string, search: SpatialSearch): string {\n const capitalize = (value: string) => value.slice(0, 1).toUpperCase() + value.slice(1);\n const { x, y, z, radius } = search;\n\n return `${capitalize(sex)}, ${capitalize(name)}, ${radius.toFixed(1)} mm, X: ${x.toFixed(1)}, Y: ${y.toFixed(1)}, Z: ${z.toFixed(1)}`;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SpatialSearchFilterSelectors.html":{"url":"classes/SpatialSearchFilterSelectors.html","title":"class - SpatialSearchFilterSelectors","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SpatialSearchFilterSelectors\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n Static\n items\n \n \n \n Static\n searches\n \n \n \n Static\n selectedSearches\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n items\n \n \n \n \n \n \n \n items(state: SpatialSearchFilterModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchFilterState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts:9\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchFilterModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSearchFilterItem[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n searches\n \n \n \n \n \n \n \n searches(items: SpatialSearchFilterItem[])\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts:14\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n SpatialSearchFilterItem[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSearch[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n selectedSearches\n \n \n \n \n \n \n \n selectedSearches(items: SpatialSearchFilterItem[])\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts:19\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n items\n \n SpatialSearchFilterItem[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSearch[]\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Selector } from '@ngxs/store';\nimport { SpatialSearch } from 'ccf-database';\n\nimport { SpatialSearchFilterItem, SpatialSearchFilterModel, SpatialSearchFilterState } from './spatial-search-filter.state';\n\n\nexport class SpatialSearchFilterSelectors {\n @Selector([SpatialSearchFilterState])\n static items(state: SpatialSearchFilterModel): SpatialSearchFilterItem[] {\n return state;\n }\n\n @Selector([SpatialSearchFilterSelectors.items])\n static searches(items: SpatialSearchFilterItem[]): SpatialSearch[] {\n return items.map(item => item.search);\n }\n\n @Selector([SpatialSearchFilterSelectors.items])\n static selectedSearches(items: SpatialSearchFilterItem[]): SpatialSearch[] {\n return items.filter(item => item.selected).map(item => item.search);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SpatialSearchFilterState.html":{"url":"injectables/SpatialSearchFilterState.html","title":"injectable - SpatialSearchFilterState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SpatialSearchFilterState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n addSearch\n \n \n Private\n createItem\n \n \n Private\n createItemDescription\n \n \n Private\n createItemId\n \n \n \n removeSearch\n \n \n \n setSelectedSearches\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addSearch\n \n \n \n \n \n \n \n addSearch(ctx: StateContext, undefined: AddSearch)\n \n \n\n \n \n Decorators : \n \n @Action(AddSearch)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:27\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n AddSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n createItem\n \n \n \n \n \n \n \n createItem(sex: Sex, name: string, search: SpatialSearch)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:48\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n name\n \n string\n \n\n \n No\n \n\n\n \n \n search\n \n SpatialSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSearchFilterItem\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n createItemDescription\n \n \n \n \n \n \n \n createItemDescription(sex: Sex, name: string, search: SpatialSearch)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:63\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n name\n \n string\n \n\n \n No\n \n\n\n \n \n search\n \n SpatialSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n createItemId\n \n \n \n \n \n \n \n createItemId(search: SpatialSearch)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:58\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n search\n \n SpatialSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n removeSearch\n \n \n \n \n \n \n \n removeSearch(ctx: StateContext, undefined: RemoveSearch)\n \n \n\n \n \n Decorators : \n \n @Action(RemoveSearch)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:32\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n RemoveSearch\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSelectedSearches\n \n \n \n \n \n \n \n setSelectedSearches(ctx: StateContext, undefined: SetSelectedSearches)\n \n \n\n \n \n Decorators : \n \n @Action(SetSelectedSearches)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts:37\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetSelectedSearches\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Action, State, StateContext } from '@ngxs/store';\nimport { append, removeItem } from '@ngxs/store/operators';\nimport { SpatialSearch } from 'ccf-database';\nimport { SpatialSearchListItem } from 'ccf-shared';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { AddSearch, RemoveSearch, SetSelectedSearches } from './spatial-search-filter.actions';\n\n\nexport interface SpatialSearchFilterItem extends SpatialSearchListItem {\n id: string;\n search: SpatialSearch;\n sex: Sex;\n}\n\nexport type SpatialSearchFilterModel = SpatialSearchFilterItem[];\n\n\n@State({\n name: 'spatialSearchFilter',\n defaults: []\n})\n@Injectable()\nexport class SpatialSearchFilterState {\n @Action(AddSearch)\n addSearch(ctx: StateContext, { sex, organName, search }: AddSearch): void {\n ctx.setState(append([this.createItem(sex, organName, search)]));\n }\n\n @Action(RemoveSearch)\n removeSearch(ctx: StateContext, { id }: RemoveSearch): void {\n ctx.setState(removeItem(item => item?.id === id));\n }\n\n @Action(SetSelectedSearches)\n setSelectedSearches(ctx: StateContext, { items }: SetSelectedSearches): void {\n const selectedByIds = new Map(items.map(item => [item.id, item]));\n const oldItems = ctx.getState();\n const newItems = oldItems.map(item =>\n selectedByIds.get(item.id) ??\n (item.selected ? { ...item, selected: false } : item)\n );\n\n ctx.setState(newItems);\n }\n\n private createItem(sex: Sex, name: string, search: SpatialSearch): SpatialSearchFilterItem {\n return {\n id: this.createItemId(search),\n selected: true,\n description: this.createItemDescription(sex, name, search),\n sex,\n search\n };\n }\n\n private createItemId(search: SpatialSearch): string {\n const { x, y, z, radius, target } = search;\n return `${target}-${radius}-${x},${y},${z}`;\n }\n\n private createItemDescription(sex: Sex, name: string, search: SpatialSearch): string {\n const capitalize = (value: string) => value.slice(0, 1).toUpperCase() + value.slice(1);\n const { x, y, z, radius } = search;\n\n return `${capitalize(sex)}, ${capitalize(name)}, ${radius.toFixed(1)} mm, X: ${x.toFixed(1)}, Y: ${y.toFixed(1)}, Z: ${z.toFixed(1)}`;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpatialSearchUiBehaviorComponent.html":{"url":"components/SpatialSearchUiBehaviorComponent.html","title":"component - SpatialSearchUiBehaviorComponent","body":"\n \n\n\n\n\n\n Components\n \n SpatialSearchUiBehaviorComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts\n\n\n\n \n Description\n \n \n Behavioral component for Spatial Search UI\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spatial-search-ui-behavior\n \n\n\n\n\n\n\n \n templateUrl\n ./spatial-search-ui-behavior.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n anatomicalStructures$\n \n \n \n Readonly\n cellTypes$\n \n \n \n Readonly\n defaultPosition$\n \n \n Public\n dialog\n \n \n \n Readonly\n moveToNode\n \n \n \n Readonly\n organ$\n \n \n panelData\n \n \n \n Readonly\n position$\n \n \n \n Readonly\n radius$\n \n \n \n Readonly\n radiusSettings$\n \n \n \n Readonly\n resetPosition\n \n \n \n Readonly\n resetRadius\n \n \n \n Readonly\n scene$\n \n \n \n Readonly\n sceneBounds$\n \n \n \n Readonly\n sceneTarget$\n \n \n \n Readonly\n sex$\n \n \n Private\n Readonly\n subscriptions\n \n \n \n Readonly\n tissueBlocks$\n \n \n \n Readonly\n updatePosition\n \n \n \n Readonly\n updateRadius\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n addSpatialSearch\n \n \n close\n \n \n launchInfoDialog\n \n \n onDialogButtonClick\n \n \n openSpatialSearchConfig\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialogRef: MatDialogRef, dialog: MatDialog, infoService: InfoButtonService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:92\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n infoService\n \n \n InfoButtonService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addSpatialSearch\n \n \n \n \n \n \n \n addSpatialSearch()\n \n \n\n \n \n Decorators : \n \n @Dispatch()\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:144\n \n \n\n\n \n \n Adds a new spatial search and closes the spatial search UI\n\n\n \n Returns : GenerateSpatialSearch\n\n \n \n spatial search\n\n \n \n \n \n \n \n \n \n \n \n \n close\n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:135\n \n \n\n\n \n \n Closes spatial search UI\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n launchInfoDialog\n \n \n \n \n \n \nlaunchInfoDialog(data: PanelData)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:104\n \n \n\n\n \n \n Launchs info dialog with the input data\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n data\n \n PanelData\n \n\n \n No\n \n\n\n \n Data for the info dialog\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onDialogButtonClick\n \n \n \n \n \n \nonDialogButtonClick()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:121\n \n \n\n\n \n \n Updates dialog with spatial search information\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n openSpatialSearchConfig\n \n \n \n \n \n \nopenSpatialSearchConfig()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:152\n \n \n\n\n \n \n Closes the spatial search UI and opens spatial search config\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n anatomicalStructures$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.anatomicalStructures)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:68\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n cellTypes$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.cellTypes)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:71\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n defaultPosition$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.defaultPosition)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:56\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n dialog\n \n \n \n \n \n \n Type : MatDialog\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:96\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n moveToNode\n \n \n \n \n \n \n Default value : actionAsFn(MoveToNode)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:80\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n organ$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.organ)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:50\n \n \n\n\n \n \n \n \n \n \n \n \n panelData\n \n \n \n \n \n \n Type : PanelData\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:89\n \n \n\n \n \n Data to be displayed in the info panel\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n position$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.position)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:53\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n radius$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.radius)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n radiusSettings$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.radiusSettings)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:62\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n resetPosition\n \n \n \n \n \n \n Default value : actionAsFn(ResetPosition)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:77\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n resetRadius\n \n \n \n \n \n \n Default value : actionAsFn(ResetRadius)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:86\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n scene$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.scene)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:38\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n sceneBounds$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.sceneBounds)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:41\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n sceneTarget$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.sceneTarget)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:44\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n sex$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.sex)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:47\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Readonly\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:92\n \n \n\n \n \n Subscriptions for the info panel data\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n tissueBlocks$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Decorators : \n \n \n @Select(SpatialSearchUiSelectors.tissueBlocks)\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:65\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n updatePosition\n \n \n \n \n \n \n Default value : actionAsFn(SetPosition)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:74\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n updateRadius\n \n \n \n \n \n \n Default value : actionAsFn(SetRadius)\n \n \n \n \n Decorators : \n \n \n @Dispatch()\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts:83\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { MatDialog, MatDialogRef } from '@angular/material/dialog';\nimport { Dispatch } from '@ngxs-labs/dispatch-decorator';\nimport { Select } from '@ngxs/store';\nimport { SpatialSceneNode, TissueBlockResult } from 'ccf-database';\nimport { InfoButtonService, InfoDialogComponent, OrganInfo, PanelData } from 'ccf-shared';\nimport { Observable, Subscription } from 'rxjs';\n\nimport { actionAsFn } from '../../../core/store/action-as-fn';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetPosition,\n SetRadius,\n} from '../../../core/store/spatial-search-ui/spatial-search-ui.actions';\nimport { SpatialSearchUiSelectors } from '../../../core/store/spatial-search-ui/spatial-search-ui.selectors';\nimport { Position, RadiusSettings, TermResult } from '../../../core/store/spatial-search-ui/spatial-search-ui.state';\nimport {\n SpatialSearchConfigBehaviorComponent,\n} from '../spatial-search-config-behavior/spatial-search-config-behavior.component';\nimport { Sex } from '../spatial-search-config/spatial-search-config.component';\nimport { SpatialSearchUiComponent } from '../spatial-search-ui/spatial-search-ui.component';\n\n\n/**\n * Behavioral component for Spatial Search UI\n */\n@Component({\n selector: 'ccf-spatial-search-ui-behavior',\n templateUrl: './spatial-search-ui-behavior.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SpatialSearchUiBehaviorComponent {\n\n @Select(SpatialSearchUiSelectors.scene)\n readonly scene$: Observable;\n\n @Select(SpatialSearchUiSelectors.sceneBounds)\n readonly sceneBounds$: Observable;\n\n @Select(SpatialSearchUiSelectors.sceneTarget)\n readonly sceneTarget$: Observable;\n\n @Select(SpatialSearchUiSelectors.sex)\n readonly sex$: Observable;\n\n @Select(SpatialSearchUiSelectors.organ)\n readonly organ$: Observable;\n\n @Select(SpatialSearchUiSelectors.position)\n readonly position$: Observable;\n\n @Select(SpatialSearchUiSelectors.defaultPosition)\n readonly defaultPosition$: Observable;\n\n @Select(SpatialSearchUiSelectors.radius)\n readonly radius$: Observable;\n\n @Select(SpatialSearchUiSelectors.radiusSettings)\n readonly radiusSettings$: Observable;\n\n @Select(SpatialSearchUiSelectors.tissueBlocks)\n readonly tissueBlocks$: Observable;\n\n @Select(SpatialSearchUiSelectors.anatomicalStructures)\n readonly anatomicalStructures$: Observable;\n\n @Select(SpatialSearchUiSelectors.cellTypes)\n readonly cellTypes$: Observable;\n\n @Dispatch()\n readonly updatePosition = actionAsFn(SetPosition);\n\n @Dispatch()\n readonly resetPosition = actionAsFn(ResetPosition);\n\n @Dispatch()\n readonly moveToNode = actionAsFn(MoveToNode);\n\n @Dispatch()\n readonly updateRadius = actionAsFn(SetRadius);\n\n @Dispatch()\n readonly resetRadius = actionAsFn(ResetRadius);\n\n /** Data to be displayed in the info panel */\n panelData: PanelData;\n\n /** Subscriptions for the info panel data */\n private readonly subscriptions = new Subscription();\n\n constructor(\n private readonly dialogRef: MatDialogRef,\n public dialog: MatDialog,\n private readonly infoService: InfoButtonService\n ) { }\n\n /**\n * Launchs info dialog with the input data\n * @param data Data for the info dialog\n */\n launchInfoDialog(data: PanelData): void {\n this.subscriptions.unsubscribe();\n this.dialog.open(InfoDialogComponent, {\n autoFocus: false,\n panelClass: 'modal-animated',\n width: '72rem',\n data: {\n title: data.infoTitle,\n content: data.content,\n videoID: data.videoID\n }\n });\n }\n\n /**\n * Updates dialog with spatial search information\n */\n onDialogButtonClick(): void {\n this.infoService.updateData('assets/docs/SPATIAL_SEARCH_README.md', 'UfxMpzatowE', 'Spatial Search');\n const panelContent$ = this.infoService.panelContent.asObservable();\n this.subscriptions.add(panelContent$.subscribe(data => {\n if (data.content.length) {\n this.panelData = data;\n this.launchInfoDialog(this.panelData);\n }\n }));\n }\n\n /**\n * Closes spatial search UI\n */\n close(): void {\n this.dialogRef.close();\n }\n\n /**\n * Adds a new spatial search and closes the spatial search UI\n * @returns spatial search\n */\n @Dispatch()\n addSpatialSearch(): GenerateSpatialSearch {\n this.close();\n return new GenerateSpatialSearch();\n }\n\n /**\n * Closes the spatial search UI and opens spatial search config\n */\n openSpatialSearchConfig(): void {\n this.close();\n this.dialog.open(SpatialSearchConfigBehaviorComponent);\n }\n}\n\n \n\n \n \n\n\n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpatialSearchUiBehaviorComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpatialSearchUiBehaviorModule.html":{"url":"modules/SpatialSearchUiBehaviorModule.html","title":"module - SpatialSearchUiBehaviorModule","body":"\n \n\n\n\n\n Modules\n SpatialSearchUiBehaviorModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpatialSearchUiBehaviorModule\n\n\n\ncluster_SpatialSearchUiBehaviorModule_declarations\n\n\n\ncluster_SpatialSearchUiBehaviorModule_imports\n\n\n\ncluster_SpatialSearchUiBehaviorModule_exports\n\n\n\n\nSpatialSearchUiBehaviorComponent\n\nSpatialSearchUiBehaviorComponent\n\n\n\nSpatialSearchUiBehaviorModule\n\nSpatialSearchUiBehaviorModule\n\nSpatialSearchUiBehaviorModule -->\n\nSpatialSearchUiBehaviorComponent->SpatialSearchUiBehaviorModule\n\n\n\n\n\nSpatialSearchUiBehaviorComponent \n\nSpatialSearchUiBehaviorComponent \n\nSpatialSearchUiBehaviorComponent -->\n\nSpatialSearchUiBehaviorModule->SpatialSearchUiBehaviorComponent \n\n\n\n\n\nSpatialSearchUiModule\n\nSpatialSearchUiModule\n\nSpatialSearchUiBehaviorModule -->\n\nSpatialSearchUiModule->SpatialSearchUiBehaviorModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpatialSearchUiBehaviorComponent\n \n \n \n \n Imports\n \n \n SpatialSearchUiModule\n \n \n \n \n Exports\n \n \n SpatialSearchUiBehaviorComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatDialogModule } from '@angular/material/dialog';\n\nimport { SpatialSearchUiModule } from '../spatial-search-ui/spatial-search-ui.module';\nimport { SpatialSearchUiBehaviorComponent } from './spatial-search-ui-behavior.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SpatialSearchUiModule,\n MatDialogModule\n ],\n declarations: [SpatialSearchUiBehaviorComponent],\n exports: [SpatialSearchUiBehaviorComponent]\n})\nexport class SpatialSearchUiBehaviorModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpatialSearchUiComponent.html":{"url":"components/SpatialSearchUiComponent.html","title":"component - SpatialSearchUiComponent","body":"\n \n\n\n\n\n\n Components\n \n SpatialSearchUiComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts\n\n\n\n \n Description\n \n \n Main Spatial Search UI component\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spatial-search-ui\n \n\n\n\n \n styleUrls\n ./spatial-search-ui.component.scss\n \n\n\n\n \n templateUrl\n ./spatial-search-ui.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n anatomicalStructures\n \n \n cellTypes\n \n \n defaultPosition\n \n \n position\n \n \n radius\n \n \n radiusSettings\n \n \n referenceOrgan\n \n \n scene\n \n \n sceneBounds\n \n \n sceneTarget\n \n \n sex\n \n \n tissueBlocks\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n addSpatialSearch\n \n \n closeSpatialSearch\n \n \n editReferenceOrganClicked\n \n \n infoClicked\n \n \n nodeClicked\n \n \n positionChange\n \n \n radiusChange\n \n \n resetPosition\n \n \n resetSphere\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n anatomicalStructures\n \n \n \n \n Type : TermResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:53\n \n \n \n \n Anatomical structures within the sphere radius\n\n \n \n \n \n \n \n \n \n \n cellTypes\n \n \n \n \n Type : TermResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:56\n \n \n \n \n Cell types within the sphere radius\n\n \n \n \n \n \n \n \n \n \n defaultPosition\n \n \n \n \n Type : Position\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:44\n \n \n \n \n Starting position of sphere\n\n \n \n \n \n \n \n \n \n \n position\n \n \n \n \n Type : Position\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:47\n \n \n \n \n Current position of sphere\n\n \n \n \n \n \n \n \n \n \n radius\n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:38\n \n \n \n \n Current sphere radius setting\n\n \n \n \n \n \n \n \n \n \n radiusSettings\n \n \n \n \n Type : RadiusSettings\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:41\n \n \n \n \n Maximum, minimum, and default sphere radius values\n\n \n \n \n \n \n \n \n \n \n referenceOrgan\n \n \n \n \n Type : OrganInfo\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:35\n \n \n \n \n Current selected organ\n\n \n \n \n \n \n \n \n \n \n scene\n \n \n \n \n Type : SpatialSceneNode[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:23\n \n \n \n \n Nodes in the scene\n\n \n \n \n \n \n \n \n \n \n sceneBounds\n \n \n \n \n Type : Position\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:26\n \n \n \n \n Bounds of the scene\n\n \n \n \n \n \n \n \n \n \n sceneTarget\n \n \n \n \n Type : [number, number, number]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:29\n \n \n \n \n Scene target\n\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:32\n \n \n \n \n Current selected sex\n\n \n \n \n \n \n \n \n \n \n tissueBlocks\n \n \n \n \n Type : TissueBlockResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:50\n \n \n \n \n Tissue blocks within the sphere radius\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n addSpatialSearch\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:59\n \n \n \n \n Emits when run spatial search button clicked\n\n \n \n \n \n \n \n \n \n \n closeSpatialSearch\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:68\n \n \n \n \n Emits when close button clicked\n\n \n \n \n \n \n \n \n \n \n editReferenceOrganClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:77\n \n \n \n \n Emits when the edit organ link is clicked\n\n \n \n \n \n \n \n \n \n \n infoClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:80\n \n \n \n \n Emits when info button in header is clicked\n\n \n \n \n \n \n \n \n \n \n nodeClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:83\n \n \n \n \n Emits when a node in the scene is clicked\n\n \n \n \n \n \n \n \n \n \n positionChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:74\n \n \n \n \n Emits when the sphere position changes\n\n \n \n \n \n \n \n \n \n \n radiusChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:71\n \n \n \n \n Emits when the radius changes\n\n \n \n \n \n \n \n \n \n \n resetPosition\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:62\n \n \n \n \n Emits when reset probing sphere button clicked\n\n \n \n \n \n \n \n \n \n \n resetSphere\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:65\n \n \n \n \n Emits when reset camera button clicked\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-spatial-search-ui\"\n\n \n \n \n \n Default value : 'ccf-spatial-search-ui'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:20\n \n \n\n \n \n HTML Class\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-spatial-search-ui'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts:20\n \n \n\n \n \n HTML Class\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { SpatialSceneNode } from 'ccf-body-ui';\nimport { TissueBlockResult } from 'ccf-database';\nimport { OrganInfo } from 'ccf-shared';\n\nimport { Position, RadiusSettings, TermResult } from '../../../core/store/spatial-search-ui/spatial-search-ui.state';\n\n/**\n * Main Spatial Search UI component\n */\n@Component({\n selector: 'ccf-spatial-search-ui',\n templateUrl: './spatial-search-ui.component.html',\n styleUrls: ['./spatial-search-ui.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\n\nexport class SpatialSearchUiComponent {\n /** HTML Class */\n @HostBinding('class') readonly className = 'ccf-spatial-search-ui';\n\n /** Nodes in the scene */\n @Input() readonly scene: SpatialSceneNode[];\n\n /** Bounds of the scene */\n @Input() readonly sceneBounds: Position;\n\n /** Scene target */\n @Input() readonly sceneTarget: [number, number, number];\n\n /** Current selected sex */\n @Input() readonly sex: string;\n\n /** Current selected organ */\n @Input() readonly referenceOrgan: OrganInfo;\n\n /** Current sphere radius setting */\n @Input() readonly radius: number;\n\n /** Maximum, minimum, and default sphere radius values */\n @Input() readonly radiusSettings: RadiusSettings;\n\n /** Starting position of sphere */\n @Input() readonly defaultPosition: Position;\n\n /** Current position of sphere */\n @Input() readonly position: Position;\n\n /** Tissue blocks within the sphere radius */\n @Input() readonly tissueBlocks: TissueBlockResult[];\n\n /** Anatomical structures within the sphere radius */\n @Input() readonly anatomicalStructures: TermResult[];\n\n /** Cell types within the sphere radius */\n @Input() readonly cellTypes: TermResult[];\n\n /** Emits when run spatial search button clicked */\n @Output() readonly addSpatialSearch = new EventEmitter();\n\n /** Emits when reset probing sphere button clicked */\n @Output() readonly resetPosition = new EventEmitter();\n\n /** Emits when reset camera button clicked */\n @Output() readonly resetSphere = new EventEmitter();\n\n /** Emits when close button clicked */\n @Output() readonly closeSpatialSearch = new EventEmitter();\n\n /** Emits when the radius changes */\n @Output() readonly radiusChange = new EventEmitter();\n\n /** Emits when the sphere position changes */\n @Output() readonly positionChange = new EventEmitter();\n\n /** Emits when the edit organ link is clicked */\n @Output() readonly editReferenceOrganClicked = new EventEmitter();\n\n /** Emits when info button in header is clicked */\n @Output() readonly infoClicked = new EventEmitter();\n\n /** Emits when a node in the scene is clicked */\n @Output() readonly nodeClicked = new EventEmitter();\n}\n\n \n\n \n \n Configure Spatial Search\n \n info\n \n \n close\n \n\n\n\n \n \n \n Donor Sex: \n {{sex.charAt(0).toUpperCase() + sex.slice(1)}}\n \n \n Organ: \n {{referenceOrgan.name}}\n \n Edit\n \n \n \n Probing Sphere Radius\n \n \n {{ radius }} mm\n \n \n Reset Probing Sphere\n Reset\n Camera View\n \n \n \n \n \n \n \n \n \n Run Spatial Search\n \n \n \n Use the keyboard or click a Tissue Block to move the Probing Sphere\n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./spatial-search-ui.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n padding: 2rem;\n gap: 1rem;\n height: 95vh;\n width: 78vw;\n border-radius: 0.25rem;\n min-height: 45rem;\n min-width: 60rem;\n\n .header {\n display: flex;\n width: 100%;\n align-items: center;\n\n .info, .close {\n padding: 0;\n background: none;\n border: none;\n cursor: pointer;\n outline: none;\n border-radius: 0.25rem;\n transition: 0.6s;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .title {\n display: flex;\n align-items: center;\n margin-right: 1rem;\n }\n\n .close {\n margin-left: auto;\n }\n }\n\n .content {\n display: flex;\n width: 100%;\n height: calc(100% - 3.5rem);\n\n .button {\n border-width: 1px;\n border-style: solid;\n border-radius: 0.25rem;\n font-size: 0.875rem;\n height: 2rem;\n line-height: 2rem;\n transition: 0.5s;\n\n &.disabled {\n opacity: 0.5;\n pointer-events: none;\n }\n }\n\n .info-panel {\n display: flex;\n flex-direction: column;\n margin-right: 2rem;\n grid-gap: 1rem;\n gap: 1rem;\n width: 25rem;\n\n .organ-sex-selection {\n display: flex;\n font-size: 1rem;\n justify-content: space-between;\n\n .sex, .organ {\n display: flex;\n\n .label {\n font-weight: 300;\n margin-right: 0.5rem;\n }\n\n .current-sex, .current-organ {\n font-weight: 600;\n }\n }\n\n .edit {\n cursor: pointer;\n }\n }\n\n .radius-slider {\n display: flex;\n flex-direction: column;\n\n .title {\n font-weight: 600;\n font-size: 1rem;\n }\n\n .slider-container {\n display: flex;\n justify-content: space-between;\n\n .slider {\n width: 19rem;\n }\n\n .value {\n display: flex;\n align-items: center;\n font-size: 1rem;\n }\n }\n\n .reset-buttons {\n display: flex;\n justify-content: space-between;\n\n button {\n width: 11.5rem;\n }\n }\n }\n\n .results {\n height: calc(100% - 15rem - 2px);\n .list {\n height: 33%;\n display: flex;\n flex-direction: column;\n\n }\n }\n }\n\n .spatial-search-scene {\n display: flex;\n width: calc(100% - 25rem);\n background-color: black;\n border-bottom-left-radius: 0.5rem;\n border-bottom-right-radius: 0.5rem;\n border-top-right-radius: .5rem;\n border-top-left-radius: .5rem;\n\n .primary-scene-wrapper {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n\n .primary-scene {\n flex: auto;\n overflow: hidden;\n }\n\n .body-ui-hint {\n color: white;\n font-size: 1rem;\n margin: 1rem;\n }\n }\n\n .sidebar {\n .minimap-scene {\n margin: 1.5rem;\n width: 12.75rem;\n height: 11rem;\n ::ng-deep .body-ui {\n background-color: #232f3a;\n }\n }\n\n ccf-spatial-search-keyboard-ui-behavior {\n margin: 1.5rem;\n display: flex;\n justify-content: center;\n }\n\n ccf-xyz-position {\n margin: 1.5rem;\n padding-left: 5rem;\n }\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Configure Spatial Search info close Donor Sex: {{sex.charAt(0).toUpperCase() + sex.slice(1)}} Organ: {{referenceOrgan.name}} Edit Probing Sphere Radius {{ radius }} mm Reset Probing Sphere Reset Camera View Run Spatial Search Use the keyboard or click a Tissue Block to move the Probing Sphere '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpatialSearchUiComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SpatialSearchUiModel.html":{"url":"interfaces/SpatialSearchUiModel.html","title":"interface - SpatialSearchUiModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SpatialSearchUiModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n anatomicalStructures\n \n \n \n Optional\n \n cellTypes\n \n \n \n Optional\n \n defaultPosition\n \n \n \n \n executeSearchOnGeneration\n \n \n \n Optional\n \n organId\n \n \n \n Optional\n \n organScene\n \n \n \n Optional\n \n position\n \n \n \n Optional\n \n radius\n \n \n \n Optional\n \n radiusSettings\n \n \n \n Optional\n \n referenceOrgans\n \n \n \n \n sex\n \n \n \n Optional\n \n spatialSearchScene\n \n \n \n Optional\n \n tissueBlocks\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructures\n \n \n \n \n \n \n \n \n anatomicalStructures: Record\n\n \n \n\n\n \n \n Type : Record\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n cellTypes\n \n \n \n \n \n \n \n \n cellTypes: Record\n\n \n \n\n\n \n \n Type : Record\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n defaultPosition\n \n \n \n \n \n \n \n \n defaultPosition: Position\n\n \n \n\n\n \n \n Type : Position\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n executeSearchOnGeneration\n \n \n \n \n \n \n \n \n executeSearchOnGeneration: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n organId\n \n \n \n \n \n \n \n \n organId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n organScene\n \n \n \n \n \n \n \n \n organScene: SpatialSceneNode[]\n\n \n \n\n\n \n \n Type : SpatialSceneNode[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n position\n \n \n \n \n \n \n \n \n position: Position\n\n \n \n\n\n \n \n Type : Position\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n radius\n \n \n \n \n \n \n \n \n radius: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n radiusSettings\n \n \n \n \n \n \n \n \n radiusSettings: RadiusSettings\n\n \n \n\n\n \n \n Type : RadiusSettings\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n referenceOrgans\n \n \n \n \n \n \n \n \n referenceOrgans: OrganInfo[]\n\n \n \n\n\n \n \n Type : OrganInfo[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: Sex\n\n \n \n\n\n \n \n Type : Sex\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n spatialSearchScene\n \n \n \n \n \n \n \n \n spatialSearchScene: SpatialSceneNode[]\n\n \n \n\n\n \n \n Type : SpatialSceneNode[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n tissueBlocks\n \n \n \n \n \n \n \n \n tissueBlocks: TissueBlockResult[]\n\n \n \n\n\n \n \n Type : TissueBlockResult[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpatialSearchUiModule.html":{"url":"modules/SpatialSearchUiModule.html","title":"module - SpatialSearchUiModule","body":"\n \n\n\n\n\n Modules\n SpatialSearchUiModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpatialSearchUiModule\n\n\n\ncluster_SpatialSearchUiModule_imports\n\n\n\ncluster_SpatialSearchUiModule_exports\n\n\n\ncluster_SpatialSearchUiModule_declarations\n\n\n\n\nSpatialSearchUiComponent\n\nSpatialSearchUiComponent\n\n\n\nSpatialSearchUiModule\n\nSpatialSearchUiModule\n\nSpatialSearchUiModule -->\n\nSpatialSearchUiComponent->SpatialSearchUiModule\n\n\n\n\n\nSpatialSearchUiComponent \n\nSpatialSearchUiComponent \n\nSpatialSearchUiComponent -->\n\nSpatialSearchUiModule->SpatialSearchUiComponent \n\n\n\n\n\nTermOccurrenceListModule\n\nTermOccurrenceListModule\n\nSpatialSearchUiModule -->\n\nTermOccurrenceListModule->SpatialSearchUiModule\n\n\n\nSpatialSearchUiModule -->\n\nTermOccurrenceListModule->SpatialSearchUiModule\n\n\n\n\n\nTissueBlockListModule\n\nTissueBlockListModule\n\nSpatialSearchUiModule -->\n\nTissueBlockListModule->SpatialSearchUiModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpatialSearchUiComponent\n \n \n \n \n Imports\n \n \n TermOccurrenceListModule\n \n \n TermOccurrenceListModule\n \n \n TissueBlockListModule\n \n \n \n \n Exports\n \n \n SpatialSearchUiComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatLegacySliderModule as MatSliderModule } from '@angular/material/legacy-slider';\n\nimport { BodyUiModule, InfoButtonModule, SpatialSearchKeyboardUIBehaviorModule, XYZPositionModule } from 'ccf-shared';\nimport { TermOccurrenceListModule } from '../term-occurence-list/term-occurrence.module';\nimport { TissueBlockListModule } from '../tissue-block-list/tissue-block-list.module';\nimport { SpatialSearchUiComponent } from './spatial-search-ui.component';\n\n@NgModule({\n imports: [\n CommonModule,\n BodyUiModule,\n XYZPositionModule,\n TissueBlockListModule,\n SpatialSearchKeyboardUIBehaviorModule,\n MatIconModule,\n MatSliderModule,\n TermOccurrenceListModule,\n MatDividerModule,\n MatButtonModule,\n InfoButtonModule,\n TermOccurrenceListModule\n ],\n declarations: [SpatialSearchUiComponent],\n exports: [SpatialSearchUiComponent]\n})\nexport class SpatialSearchUiModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SpatialSearchUiSelectors.html":{"url":"classes/SpatialSearchUiSelectors.html","title":"class - SpatialSearchUiSelectors","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SpatialSearchUiSelectors\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n organEntity\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n Static\n anatomicalStructures\n \n \n \n Static\n cellTypes\n \n \n \n Static\n defaultPosition\n \n \n Private\n Static\n getTermCounts\n \n \n \n Static\n organ\n \n \n \n Static\n organId\n \n \n Static\n organMatchesSex\n \n \n \n Static\n organs\n \n \n \n Static\n position\n \n \n \n Static\n radius\n \n \n \n Static\n radiusSettings\n \n \n \n Static\n referenceOrgans\n \n \n \n Static\n scene\n \n \n \n Static\n sceneBounds\n \n \n \n Static\n sceneTarget\n \n \n \n Static\n sex\n \n \n \n Static\n tissueBlocks\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n organEntity\n \n \n \n \n \n \n Default value : SpatialSearchUiState.organEntity\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:12\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n anatomicalStructures\n \n \n \n \n \n \n \n anatomicalStructures(state: SpatialSearchUiModel, tree: OntologyTreeModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:106\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n tree\n \n OntologyTreeModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : TermResult[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n cellTypes\n \n \n \n \n \n \n \n cellTypes(state: SpatialSearchUiModel, tree: OntologyTreeModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:111\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n tree\n \n OntologyTreeModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : TermResult[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n defaultPosition\n \n \n \n \n \n \n \n defaultPosition(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:54\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Position\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n Static\n getTermCounts\n \n \n \n \n \n \n \n getTermCounts(counts: Record | undefined, tree: OntologyTreeModel)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:115\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n counts\n \n Record | undefined\n \n\n \n No\n \n\n\n \n \n tree\n \n OntologyTreeModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : TermResult[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organ\n \n \n \n \n \n \n \n organ(id: string | undefined, organs: OrganInfo[])\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:30\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string | undefined\n \n\n \n No\n \n\n\n \n \n organs\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OrganInfo | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organId\n \n \n \n \n \n \n \n organId(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:25\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organMatchesSex\n \n \n \n \n \n \n \n organMatchesSex(organ: OrganInfo, sex: Sex)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:43\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organ\n \n OrganInfo\n \n\n \n No\n \n\n\n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organs\n \n \n \n \n \n \n \n organs(sex: Sex, organs: OrganInfo[])\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:39\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n organs\n \n OrganInfo[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OrganInfo[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n position\n \n \n \n \n \n \n \n position(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:49\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Position\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n radius\n \n \n \n \n \n \n \n radius(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:59\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : number\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n radiusSettings\n \n \n \n \n \n \n \n radiusSettings(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:64\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : RadiusSettings\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n referenceOrgans\n \n \n \n \n \n \n \n referenceOrgans(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:20\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : OrganInfo[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n scene\n \n \n \n \n \n \n \n scene(state: SpatialSearchUiModel, organEntity: SpatialEntity, position: Position, radius: number)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState', 'undefined', 'undefined', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:69\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n organEntity\n \n SpatialEntity\n \n\n \n No\n \n\n\n \n \n position\n \n Position\n \n\n \n No\n \n\n\n \n \n radius\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSceneNode[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n sceneBounds\n \n \n \n \n \n \n \n sceneBounds(organEntity: SpatialEntity)\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:84\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organEntity\n \n SpatialEntity\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Position\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n sceneTarget\n \n \n \n \n \n \n \n sceneTarget(organEntity: SpatialEntity)\n \n \n\n \n \n Decorators : \n \n @Selector(['undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:95\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organEntity\n \n SpatialEntity\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n sex\n \n \n \n \n \n \n \n sex(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:15\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Sex\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n tissueBlocks\n \n \n \n \n \n \n \n tissueBlocks(state: SpatialSearchUiModel)\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts:101\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : TissueBlockResult[]\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Selector } from '@ngxs/store';\nimport { SpatialSceneNode } from 'ccf-body-ui';\nimport { getProbingSphereScene, OntologyTreeModel, SpatialEntity, TissueBlockResult } from 'ccf-database';\nimport { OrganInfo } from 'ccf-shared';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { Position, RadiusSettings, SpatialSearchUiModel, SpatialSearchUiState, TermResult } from './spatial-search-ui.state';\n\n\nexport class SpatialSearchUiSelectors {\n static readonly organEntity = SpatialSearchUiState.organEntity;\n\n @Selector([SpatialSearchUiState])\n static sex(state: SpatialSearchUiModel): Sex {\n return state.sex;\n }\n\n @Selector([SpatialSearchUiState])\n static referenceOrgans(state: SpatialSearchUiModel): OrganInfo[] {\n return state.referenceOrgans ?? [];\n }\n\n @Selector([SpatialSearchUiState])\n static organId(state: SpatialSearchUiModel): string | undefined {\n return state.organId;\n }\n\n @Selector([SpatialSearchUiSelectors.organId, SpatialSearchUiSelectors.referenceOrgans])\n static organ(id: string | undefined, organs: OrganInfo[]): OrganInfo | undefined {\n if (id === undefined) {\n return undefined;\n }\n\n return organs.find(organ => organ.id === id);\n }\n\n @Selector([SpatialSearchUiSelectors.sex, SpatialSearchUiSelectors.referenceOrgans])\n static organs(sex: Sex, organs: OrganInfo[]): OrganInfo[] {\n return organs.filter(organ => this.organMatchesSex(organ, sex));\n }\n\n static organMatchesSex(organ: OrganInfo, sex: Sex): boolean {\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n\n @Selector([SpatialSearchUiState])\n static position(state: SpatialSearchUiModel): Position {\n return state.position ?? { x: 0, y: 0, z: 0 };\n }\n\n @Selector([SpatialSearchUiState])\n static defaultPosition(state: SpatialSearchUiModel): Position {\n return state.defaultPosition ?? { x: 0, y: 0, z: 0 };\n }\n\n @Selector([SpatialSearchUiState])\n static radius(state: SpatialSearchUiModel): number {\n return state.radius ?? 0;\n }\n\n @Selector([SpatialSearchUiState])\n static radiusSettings(state: SpatialSearchUiModel): RadiusSettings {\n return state.radiusSettings ?? { min: 0, max: 0, defaultValue: 0 };\n }\n\n @Selector([SpatialSearchUiState, SpatialSearchUiState.organEntity, SpatialSearchUiSelectors.position, SpatialSearchUiSelectors.radius])\n static scene(state: SpatialSearchUiModel, organEntity: SpatialEntity, position: Position, radius: number): SpatialSceneNode[] {\n const sphere = getProbingSphereScene(organEntity, {\n ...position, radius, target: organEntity['@id']\n });\n const collisions = new Set((state.tissueBlocks ?? []).map(block => block.spatialEntityId));\n const organScene = (state.organScene ?? []).map(s => {\n if (collisions.has(s['@id'])) {\n s = { ...s, color: [41, 121, 255, 0.9 * 255] };\n }\n return s;\n });\n return organScene.concat(sphere);\n }\n\n @Selector([SpatialSearchUiState.organEntity])\n static sceneBounds(organEntity: SpatialEntity): Position {\n const { x_dimension: x, y_dimension: y, z_dimension: z } = organEntity;\n const margin = Math.max(x, y, z) * 0.42;\n return {\n x: (margin + x) / 1000,\n y: (margin + y) / 1000,\n z: (margin + z) / 1000\n };\n }\n\n @Selector([SpatialSearchUiState.organEntity])\n static sceneTarget(organEntity: SpatialEntity): [number, number, number] {\n const { x_dimension: x, y_dimension: y, z_dimension: z } = organEntity;\n return [x / 1000 / 2, y / 1000 / 2, z / 1000 / 2];\n }\n\n @Selector([SpatialSearchUiState])\n static tissueBlocks(state: SpatialSearchUiModel): TissueBlockResult[] {\n return state.tissueBlocks ?? [];\n }\n\n @Selector([SpatialSearchUiState, DataStateSelectors.anatomicalStructuresTreeModel])\n static anatomicalStructures(state: SpatialSearchUiModel, tree: OntologyTreeModel): TermResult[] {\n return this.getTermCounts(state.anatomicalStructures, tree);\n }\n\n @Selector([SpatialSearchUiState, DataStateSelectors.cellTypesTreeModel])\n static cellTypes(state: SpatialSearchUiModel, tree: OntologyTreeModel): TermResult[] {\n return this.getTermCounts(state.cellTypes, tree);\n }\n\n private static getTermCounts(counts: Record | undefined, tree: OntologyTreeModel): TermResult[] {\n return Object.entries(counts ?? {}).filter(([_, count]) => count > 0).map(([term, count]) => ({\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': term,\n label: tree.nodes[term]?.label ?? term.split('/').slice(-1)[0],\n count\n }));\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SpatialSearchUiState.html":{"url":"injectables/SpatialSearchUiState.html","title":"injectable - SpatialSearchUiState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SpatialSearchUiState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n generateSpatialSearch\n \n \n \n moveToNode\n \n \n \n Static\n organEntity\n \n \n Private\n organValidForSex\n \n \n \n resetPosition\n \n \n \n resetRadius\n \n \n \n setExecuteSearchOnGenerate\n \n \n \n setOrgan\n \n \n \n setPosition\n \n \n \n setRadius\n \n \n \n setSex\n \n \n \n startSpatialSearchFlow\n \n \n \n updateSpatialSearch\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dataSource: DataSourceService, store: Store, actions$: Actions, ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:88\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dataSource\n \n \n DataSourceService\n \n \n \n No\n \n \n \n \n store\n \n \n Store\n \n \n \n No\n \n \n \n \n actions$\n \n \n Actions\n \n \n \n No\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n generateSpatialSearch\n \n \n \n \n \n \n \n generateSpatialSearch(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(GenerateSpatialSearch)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:272\n \n \n\n\n \n \n Generates and adds a new spatial search then resets the ui state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n moveToNode\n \n \n \n \n \n \n \n moveToNode(ctx: StateContext, undefined: MoveToNode)\n \n \n\n \n \n Decorators : \n \n @Action(MoveToNode)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:206\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n MoveToNode\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n organEntity\n \n \n \n \n \n \n \n organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[])\n \n \n\n \n \n Decorators : \n \n @Selector(['SpatialSearchUiState', 'undefined'])\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:85\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n SpatialSearchUiModel\n \n\n \n No\n \n\n\n \n \n organs\n \n SpatialEntity[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialEntity | undefined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n organValidForSex\n \n \n \n \n \n \n \n organValidForSex(organId: string, sex: Sex)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:313\n \n \n\n\n \n \n Used to determine if an organ should be listed if a certain sex is selected\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organId\n \n string\n \n\n \n No\n \n\n\n \n \n sex\n \n Sex\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetPosition\n \n \n \n \n \n \n \n resetPosition(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(ResetPosition)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:196\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetRadius\n \n \n \n \n \n \n \n resetRadius(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(ResetRadius)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:226\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setExecuteSearchOnGenerate\n \n \n \n \n \n \n \n setExecuteSearchOnGenerate(ctx: StateContext, undefined: SetExecuteSearchOnGenerate)\n \n \n\n \n \n Decorators : \n \n @Action(SetExecuteSearchOnGenerate)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:304\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetExecuteSearchOnGenerate\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setOrgan\n \n \n \n \n \n \n \n setOrgan(ctx: StateContext, undefined: SetOrgan)\n \n \n\n \n \n Decorators : \n \n @Action(SetOrgan)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:146\n \n \n\n\n \n \n Updates organId in the SpatialSearchUI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetOrgan\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setPosition\n \n \n \n \n \n \n \n setPosition(ctx: StateContext, undefined: SetPosition)\n \n \n\n \n \n Decorators : \n \n @Action(SetPosition)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:187\n \n \n\n\n \n \n Updates position in the SpatialSearchUI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetPosition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setRadius\n \n \n \n \n \n \n \n setRadius(ctx: StateContext, undefined: SetRadius)\n \n \n\n \n \n Decorators : \n \n @Action(SetRadius)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:218\n \n \n\n\n \n \n Updates radius in the SpatialSearchUI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetRadius\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSex\n \n \n \n \n \n \n \n setSex(ctx: StateContext, undefined: SetSex)\n \n \n\n \n \n Decorators : \n \n @Action(SetSex)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:116\n \n \n\n\n \n \n Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n SetSex\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n startSpatialSearchFlow\n \n \n \n \n \n \n \n startSpatialSearchFlow(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(StartSpatialSearchFlow)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:104\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSpatialSearch\n \n \n \n \n \n \n \n updateSpatialSearch(ctx: StateContext)\n \n \n\n \n \n Decorators : \n \n @Action(ReallyUpdateSpatialSearch)\n \n \n\n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts:239\n \n \n\n\n \n \n Updates the spatial search data as the organ, position, and radius changes\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n ctx\n \n StateContext\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable | void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SpinnerOverlayComponent.html":{"url":"components/SpinnerOverlayComponent.html","title":"component - SpinnerOverlayComponent","body":"\n \n\n\n\n\n\n Components\n \n SpinnerOverlayComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts\n\n\n\n \n Description\n \n \n Overlay component that displays a progress spinner and\nan optional text description.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-spinner-overlay\n \n\n\n\n \n styleUrls\n ./spinner-overlay.component.scss\n \n\n\n\n \n templateUrl\n ./spinner-overlay.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n active\n \n \n text\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n active\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts:19\n \n \n \n \n Whether the overlay is active/showing.\n\n \n \n \n \n \n \n \n \n \n text\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts:22\n \n \n \n \n Optional text description displayed alongside the spinner.\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-spinner-overlay\"\n\n \n \n \n \n Default value : 'ccf-spinner-overlay'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts:16\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-spinner-overlay'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts:16\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\n\n/**\n * Overlay component that displays a progress spinner and\n * an optional text description.\n */\n@Component({\n selector: 'ccf-spinner-overlay',\n templateUrl: './spinner-overlay.component.html',\n styleUrls: ['./spinner-overlay.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SpinnerOverlayComponent {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-spinner-overlay';\n\n /** Whether the overlay is active/showing. */\n @Input() @HostBinding('class.active') active = false;\n\n /** Optional text description displayed alongside the spinner. */\n @Input() text: string;\n}\n\n \n\n \n \n{{ text }}\n\n \n\n \n \n ./spinner-overlay.component.scss\n \n :host {\n display: flex;\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 99;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n pointer-events: none;\n visibility: hidden;\n opacity: 0;\n transition: visibility 0.6s, opacity 0.4s ease-in-out;\n\n mat-spinner {\n margin-bottom: 1rem;\n opacity: 0;\n transition: opacity 0.3s ease-in-out 0.3s;\n }\n\n &.active {\n pointer-events: auto;\n visibility: visible;\n opacity: 1;\n\n mat-spinner {\n opacity: 1;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{ text }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SpinnerOverlayComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SpinnerOverlayModule.html":{"url":"modules/SpinnerOverlayModule.html","title":"module - SpinnerOverlayModule","body":"\n \n\n\n\n\n Modules\n SpinnerOverlayModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SpinnerOverlayModule\n\n\n\ncluster_SpinnerOverlayModule_exports\n\n\n\ncluster_SpinnerOverlayModule_declarations\n\n\n\n\nSpinnerOverlayComponent\n\nSpinnerOverlayComponent\n\n\n\nSpinnerOverlayModule\n\nSpinnerOverlayModule\n\nSpinnerOverlayModule -->\n\nSpinnerOverlayComponent->SpinnerOverlayModule\n\n\n\n\n\nSpinnerOverlayComponent \n\nSpinnerOverlayComponent \n\nSpinnerOverlayComponent -->\n\nSpinnerOverlayModule->SpinnerOverlayComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SpinnerOverlayComponent\n \n \n \n \n Exports\n \n \n SpinnerOverlayComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\nimport { SpinnerOverlayComponent } from './spinner-overlay.component';\n\n\n@NgModule({\n imports: [CommonModule, MatProgressSpinnerModule],\n declarations: [SpinnerOverlayComponent],\n exports: [SpinnerOverlayComponent]\n})\nexport class SpinnerOverlayModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StartSpatialSearchFlow.html":{"url":"classes/StartSpatialSearchFlow.html","title":"class - StartSpatialSearchFlow","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StartSpatialSearchFlow\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Start the Spatial Search flow'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:4\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StoreModule.html":{"url":"modules/StoreModule.html","title":"module - StoreModule","body":"\n \n\n\n\n\n Modules\n StoreModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/core/store/store.module.ts\n \n\n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { NgxsDataPluginModule } from '@angular-ru/ngxs';\nimport { NgxsDispatchPluginModule } from '@ngxs-labs/dispatch-decorator';\nimport { NgxsLoggerPluginModule } from '@ngxs/logger-plugin';\nimport { NgxsModule } from '@ngxs/store';\nimport { GlobalConfigState } from 'ccf-shared';\nimport { CallToActionState } from 'projects/ccf-shared/src/public-api';\n\nimport { environment } from '../../../environments/environment';\nimport { ColorAssignmentState } from './color-assignment/color-assignment.state';\nimport { DataState } from './data/data.state';\nimport { IconRegistryState } from './icon-registry/icon-registry.state';\nimport { ListResultsState } from './list-results/list-results.state';\nimport { SceneState } from './scene/scene.state';\nimport { SpatialSearchFilterState } from './spatial-search-filter/spatial-search-filter.state';\nimport { SpatialSearchUiState } from './spatial-search-ui/spatial-search-ui.state';\n\n\n/**\n * States shared across the entire app.\n */\nexport const ROOT_STATES = [\n GlobalConfigState,\n ColorAssignmentState,\n IconRegistryState,\n ListResultsState,\n DataState,\n SceneState,\n CallToActionState,\n SpatialSearchUiState,\n SpatialSearchFilterState\n];\n\n@NgModule({\n imports: [\n // For some strange reason the data plugin is not happy being placed after the store module!?\n NgxsDataPluginModule.forRoot(),\n\n NgxsModule.forRoot(ROOT_STATES, {\n developmentMode: !environment.production,\n selectorOptions: {\n injectContainerState: false\n }\n // Consider setting compatibility and executionStrategy\n // https://www.ngxs.io/advanced/options\n }),\n\n NgxsDispatchPluginModule.forRoot(),\n\n // Logger plugin must be last!\n NgxsLoggerPluginModule.forRoot({\n disabled: environment.production\n })\n ]\n})\nexport class StoreModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TermOccurrenceListComponent.html":{"url":"components/TermOccurrenceListComponent.html","title":"component - TermOccurrenceListComponent","body":"\n \n\n\n\n\n\n Components\n \n TermOccurrenceListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts\n\n\n\n \n Description\n \n \n Component for a dropdown menu\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-term-occurrence-list\n \n\n\n\n \n styleUrls\n ./term-occurrence.component.scss\n \n\n\n\n \n templateUrl\n ./term-occurrence.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n termList\n \n \n title\n \n \n toolTipText\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n termList\n \n \n \n \n Type : TermResult[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:20\n \n \n \n \n array that contains the terms and their counts\n\n \n \n \n \n \n \n \n \n \n title\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:25\n \n \n \n \n Holds title for section\n\n \n \n \n \n \n \n \n \n \n toolTipText\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:30\n \n \n \n \n Text to be included in the tool tip\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-term-occurrence-list\"\n\n \n \n \n \n Default value : 'ccf-term-occurrence-list'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:15\n \n \n\n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-term-occurrence-list'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts:15\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\nimport { TermResult } from '../../../core/store/spatial-search-ui/spatial-search-ui.state';\n\n/**\n * Component for a dropdown menu\n */\n@Component({\n selector: 'ccf-term-occurrence-list',\n templateUrl: './term-occurrence.component.html',\n styleUrls: ['./term-occurrence.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TermOccurrenceListComponent {\n @HostBinding('class') readonly className = 'ccf-term-occurrence-list';\n\n /**\n * array that contains the terms and their counts\n */\n @Input() termList: TermResult[] = [];\n\n /**\n * Holds title for section\n */\n @Input() title: string;\n\n /**\n * Text to be included in the tool tip\n */\n @Input() toolTipText: string;\n}\n\n \n\n \n \n {{termList.length}} {{title}}\n \n info\n \n\n\n\n \n\n \n {{ term.label }}\n {{ term.count }}\n \n \n\n\n \n\n \n \n ./term-occurrence.component.scss\n \n :host {\n padding-top: 1rem;\n .term-list-header {\n display: flex;\n justify-content: space-between;\n margin-bottom: 1rem;\n\n .title {\n font-size: .875rem;\n }\n .counter {\n font-size: 1rem;\n }\n\n .info {\n padding-right: 0;\n background: none;\n border: none;\n outline: none;\n border-radius: 0.25rem;\n transition: 0.6s;\n }\n }\n .term-list {\n overflow: auto;\n padding-left: 2rem;\n font-size: 1rem;\n .term-bloc {\n display: flex;\n justify-content: space-between;\n margin-bottom: 1rem;\n overflow: auto;\n }\n .term-line{\n padding-right: 2rem;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{termList.length}} {{title}} info {{ term.label }} {{ term.count }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'TermOccurrenceListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TermOccurrenceListModule.html":{"url":"modules/TermOccurrenceListModule.html","title":"module - TermOccurrenceListModule","body":"\n \n\n\n\n\n Modules\n TermOccurrenceListModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TermOccurrenceListModule\n\n\n\ncluster_TermOccurrenceListModule_exports\n\n\n\ncluster_TermOccurrenceListModule_declarations\n\n\n\n\nTermOccurrenceListComponent\n\nTermOccurrenceListComponent\n\n\n\nTermOccurrenceListModule\n\nTermOccurrenceListModule\n\nTermOccurrenceListModule -->\n\nTermOccurrenceListComponent->TermOccurrenceListModule\n\n\n\n\n\nTermOccurrenceListComponent \n\nTermOccurrenceListComponent \n\nTermOccurrenceListComponent -->\n\nTermOccurrenceListModule->TermOccurrenceListComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TermOccurrenceListComponent\n \n \n \n \n Exports\n \n \n TermOccurrenceListComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { TermOccurrenceListComponent } from './term-occurrence.component';\n\n\n@NgModule({\n imports: [CommonModule, MatTooltipModule, MatIconModule],\n declarations: [TermOccurrenceListComponent],\n exports: [TermOccurrenceListComponent]\n})\n\nexport class TermOccurrenceListModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TermResult.html":{"url":"interfaces/TermResult.html","title":"interface - TermResult","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TermResult\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n @id\n \n \n \n \n count\n \n \n \n \n label\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n @id\n \n \n \n \n \n \n \n \n @id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n count\n \n \n \n \n \n \n \n \n count: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Matrix4 } from '@math.gl/core';\nimport { Action, Actions, ofActionDispatched, Selector, State, StateContext, Store } from '@ngxs/store';\nimport { Filter, getOriginScene, SpatialEntity, SpatialSceneNode, SpatialSearch, TissueBlockResult } from 'ccf-database';\nimport { DataSourceService, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { forkJoin, Observable } from 'rxjs';\nimport { debounceTime, mergeMap, take, tap } from 'rxjs/operators';\n\nimport { Sex } from '../../../shared/components/spatial-search-config/spatial-search-config.component';\nimport { UpdateFilter } from '../data/data.actions';\nimport { DataStateSelectors } from '../data/data.selectors';\nimport { SceneState } from '../scene/scene.state';\nimport { AddSearch } from '../spatial-search-filter/spatial-search-filter.actions';\nimport { SpatialSearchFilterSelectors } from '../spatial-search-filter/spatial-search-filter.selectors';\nimport {\n GenerateSpatialSearch,\n MoveToNode,\n ResetPosition,\n ResetRadius,\n SetExecuteSearchOnGenerate,\n SetOrgan,\n SetPosition,\n SetRadius,\n SetSex,\n StartSpatialSearchFlow,\n UpdateSpatialSearch,\n} from './spatial-search-ui.actions';\n\n\nexport interface Position {\n x: number;\n y: number;\n z: number;\n}\n\nexport interface RadiusSettings {\n min: number;\n max: number;\n defaultValue: number;\n}\n\nexport interface TermResult {\n // eslint-disable-next-line @typescript-eslint/naming-convention\n '@id': string;\n label: string;\n count: number;\n}\n\nexport interface SpatialSearchUiModel {\n sex: Sex;\n organId?: string;\n position?: Position;\n radius?: number;\n\n defaultPosition?: Position;\n radiusSettings?: RadiusSettings;\n\n referenceOrgans?: OrganInfo[];\n organScene?: SpatialSceneNode[];\n\n spatialSearchScene?: SpatialSceneNode[];\n tissueBlocks?: TissueBlockResult[];\n anatomicalStructures?: Record;\n cellTypes?: Record;\n\n executeSearchOnGeneration: boolean;\n}\n\nclass ReallyUpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Really update spatial search data';\n}\n\n\n@State({\n name: 'spatialSearchUi',\n defaults: {\n sex: 'female',\n executeSearchOnGeneration: true\n }\n})\n@Injectable()\nexport class SpatialSearchUiState {\n @Selector([SpatialSearchUiState, SceneState.referenceOrganEntities])\n static organEntity(state: SpatialSearchUiModel, organs: SpatialEntity[]): SpatialEntity | undefined {\n const { organId, sex } = state;\n return organs.find(o => o.representation_of === organId && o.sex?.toLowerCase() === sex);\n }\n\n constructor(\n private readonly dataSource: DataSourceService,\n private readonly store: Store,\n actions$: Actions,\n private readonly ga: GoogleAnalyticsService\n ) {\n actions$.pipe(\n ofActionDispatched(UpdateSpatialSearch),\n debounceTime(500),\n tap(() => store.dispatch(ReallyUpdateSpatialSearch))\n ).subscribe();\n }\n\n @Action(StartSpatialSearchFlow)\n startSpatialSearchFlow(ctx: StateContext): Observable {\n const { sex, organId } = ctx.getState();\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', `${sex}_${shortOrgan}`);\n\n return ctx.dispatch(new SetSex(sex));\n }\n\n /**\n * Updates sex in the SpatialSearchUI and sets selected organ to undefined if not valid for the sex\n */\n @Action(SetSex)\n setSex(ctx: StateContext, { sex }: SetSex): Observable | void {\n let { organId } = ctx.getState();\n ctx.patchState({ sex });\n this.ga.event('set_sex', 'spatial_search_ui', sex);\n\n if (organId !== undefined && !this.organValidForSex(organId, sex)) {\n organId = undefined;\n }\n\n const filter = {\n ...this.store.selectSnapshot(DataStateSelectors.filter),\n spatialSearches: []\n };\n const referenceOrgans = this.store.selectSnapshot(SceneState.referenceOrgans);\n\n return this.dataSource.getOntologyTermOccurences(filter).pipe(\n take(1),\n tap((counts: Record) => {\n ctx.patchState({\n referenceOrgans: referenceOrgans.filter((o) => o.id && !o.disabled && counts[o.id] > 0)\n });\n ctx.dispatch(new SetOrgan(organId));\n })\n );\n }\n\n /**\n * Updates organId in the SpatialSearchUI\n */\n @Action(SetOrgan)\n setOrgan(ctx: StateContext, { organId }: SetOrgan): Observable | void {\n const { sex } = ctx.getState();\n ctx.patchState({ sex, organId });\n const shortOrgan = organId?.split('/').slice(-1)[0];\n this.ga.event('set_organ', 'spatial_search_ui', shortOrgan);\n\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && organId && organ.sex) {\n const { x_dimension: width, y_dimension: height, z_dimension: depth } = organ;\n const position = { x: Math.round(width / 2), y: Math.round(height / 2), z: Math.round(depth / 2) };\n const defaultRadius = Math.round(Math.max(width, height, depth) * 0.07);\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter = {\n ...globalFilter,\n sex: organ.sex,\n ontologyTerms: [organId],\n spatialSearches: []\n };\n\n return this.dataSource\n .getReferenceOrganScene(organId, filter)\n .pipe(\n take(1),\n tap((organScene: SpatialSceneNode[]) => {\n ctx.patchState({\n position,\n radius: defaultRadius,\n defaultPosition: position,\n radiusSettings: { min: Math.min(defaultRadius, 5), max: Math.floor(Math.max(width, height, depth) / 1.5), defaultValue: defaultRadius },\n organScene: getOriginScene(organ).concat(organScene)\n });\n }),\n mergeMap(() => ctx.dispatch(new UpdateSpatialSearch()))\n );\n }\n }\n\n /**\n * Updates position in the SpatialSearchUI\n */\n @Action(SetPosition)\n setPosition(ctx: StateContext, { position }: SetPosition): void {\n ctx.patchState({ position });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = position;\n this.ga.event('set_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(ResetPosition)\n resetPosition(ctx: StateContext): void {\n const { defaultPosition } = ctx.getState();\n ctx.patchState({ position: defaultPosition });\n ctx.dispatch(new UpdateSpatialSearch());\n\n const { x, y, z } = defaultPosition ?? { x: 0, y: 0, z: 0 };\n this.ga.event('reset_position', 'spatial_search_ui', `${x}_${y}_${z}`);\n }\n\n @Action(MoveToNode)\n moveToNode(ctx: StateContext, { node }: MoveToNode): Observable | void {\n const matrix = new Matrix4(node.transformMatrix);\n const [x, y, z] = matrix.getTranslation().map(n => Math.round(n * 1000));\n const position: Position = { x, y, z };\n\n return ctx.dispatch(new SetPosition(position));\n }\n\n /**\n * Updates radius in the SpatialSearchUI\n */\n @Action(SetRadius)\n setRadius(ctx: StateContext, { radius }: SetRadius): void {\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('set_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n @Action(ResetRadius)\n resetRadius(ctx: StateContext): void {\n const { radiusSettings } = ctx.getState();\n const radius = radiusSettings?.defaultValue ?? 0;\n ctx.patchState({ radius });\n ctx.dispatch(new UpdateSpatialSearch());\n\n this.ga.event('reset_radius', 'spatial_search_ui', radius.toFixed(1));\n }\n\n /**\n * Updates the spatial search data as the organ, position, and radius changes\n */\n @Action(ReallyUpdateSpatialSearch)\n updateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n if (organ && position && radius && organ.representation_of) {\n const db = this.dataSource;\n const organId = organ.representation_of;\n const globalFilter = this.store.selectSnapshot(DataStateSelectors.filter);\n const filter: Filter = {\n ...globalFilter,\n sex: organ.sex as 'Male' | 'Female',\n ontologyTerms: [organId],\n spatialSearches: [{\n ...position,\n radius: radius,\n target: organ['@id']\n }]\n };\n\n return forkJoin({\n spatialSearchScene: db.getReferenceOrganScene(organId, filter).pipe(take(1)),\n tissueBlocks: db.getTissueBlockResults(filter).pipe(take(1)),\n anatomicalStructures: db.getOntologyTermOccurences(filter).pipe(take(1)),\n cellTypes: db.getCellTypeTermOccurences(filter).pipe(take(1))\n }).pipe(\n tap((data: Partial) => ctx.patchState(data))\n );\n }\n }\n\n /**\n * Generates and adds a new spatial search then resets the ui state\n */\n @Action(GenerateSpatialSearch)\n generateSpatialSearch(ctx: StateContext): Observable | void {\n const { position, radius, sex, organId, referenceOrgans = [], executeSearchOnGeneration } = ctx.getState();\n const organ = this.store.selectSnapshot(SpatialSearchUiState.organEntity);\n const info = referenceOrgans.find(item => item.id === organId);\n // const { spatialSearches = [] } = this.store.selectSnapshot(DataStateSelectors.filter);\n\n if (position && radius && organ?.representation_of && info) {\n const search: SpatialSearch = {\n ...position,\n radius,\n target: organ['@id']\n };\n const actions: unknown[] = [new AddSearch(sex, info.name, search)];\n\n if (executeSearchOnGeneration) {\n const searches = this.store.selectSnapshot(SpatialSearchFilterSelectors.selectedSearches);\n actions.push(new UpdateFilter({\n spatialSearches: searches.concat(search)\n }));\n }\n\n this.ga.event('generate_search', 'spatial_search_ui');\n return ctx.dispatch(actions).pipe(\n tap(() => ctx.patchState({\n sex: 'female',\n organId: undefined\n }))\n );\n }\n }\n\n @Action(SetExecuteSearchOnGenerate)\n setExecuteSearchOnGenerate(ctx: StateContext, { execute }: SetExecuteSearchOnGenerate): void {\n ctx.patchState({\n executeSearchOnGeneration: execute\n });\n }\n\n /**\n * Used to determine if an organ should be listed if a certain sex is selected\n */\n private organValidForSex(organId: string, sex: Sex): boolean {\n const organs = this.store.selectSnapshot(SceneState.referenceOrgans);\n const organ = organs.find(o => o.id === organId)!;\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n return organ.hasSex || organ.sex === sex;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ThemingModule.html":{"url":"modules/ThemingModule.html","title":"module - ThemingModule","body":"\n \n\n\n\n\n Modules\n ThemingModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ThemingModule\n\n\n\ncluster_ThemingModule_providers\n\n\n\n\nThemingService\n\nThemingService\n\n\n\nThemingModule\n\nThemingModule\n\nThemingModule -->\n\nThemingService->ThemingModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/core/services/theming/theming.module.ts\n \n\n\n\n\n\n \n \n \n Providers\n \n \n ThemingService\n \n \n \n \n \n\n\n \n\n\n \n import { APP_BOOTSTRAP_LISTENER, NgModule } from '@angular/core';\n\nimport { ThemingService } from './theming.service';\n\n\n@NgModule({\n providers: [\n { provide: APP_BOOTSTRAP_LISTENER, useValue: ThemingService.initialize, multi: true },\n ThemingService\n ]\n})\nexport class ThemingModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ThemingService.html":{"url":"injectables/ThemingService.html","title":"injectable - ThemingService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ThemingService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/theming/theming.service.ts\n \n\n\n \n Description\n \n \n Manages the currently active theme.\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n defaultTheme\n \n \n Private\n element\n \n \n Private\n injector\n \n \n Private\n theme\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n applyThemeClass\n \n \n getTheme\n \n \n Static\n initialize\n \n \n initialize\n \n \n resetTheme\n \n \n setTheme\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(defaultTheme: string | null)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:25\n \n \n\n \n \n Creates the theming service.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n defaultTheme\n \n \n string | null\n \n \n \n No\n \n \n \n An optional default theme.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n applyThemeClass\n \n \n \n \n \n \n \n applyThemeClass(cls: string, method: \"add\" | \"remove\")\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:83\n \n \n\n\n \n \n Adds or removes a theme class from the necessary components.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n cls\n \n string\n \n\n \n No\n \n\n \n \n\n \n The theme class.\n\n \n \n \n method\n \n \"add\" | \"remove\"\n \n\n \n No\n \n\n \n 'add'\n \n\n \n Whether to add or remove the theme.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTheme\n \n \n \n \n \n \ngetTheme()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:39\n \n \n\n\n \n \n Get the currently active theme.\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Static\n initialize\n \n \n \n \n \n \n \n initialize(component: ComponentRef<>)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:21\n \n \n\n\n \n \n Initializer called during bootstrap to set up theming.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n component\n \n ComponentRef<>\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n initialize\n \n \n \n \n \n \ninitialize(element: ElementRef<>, injector: Injector)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:71\n \n \n\n\n \n \n Binds theming service to a component.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n element\n \n ElementRef<>\n \n\n \n No\n \n\n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetTheme\n \n \n \n \n \n \nresetTheme()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:60\n \n \n\n\n \n \n Resets the theme to the default.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setTheme\n \n \n \n \n \n \nsetTheme(theme: string)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:48\n \n \n\n\n \n \n Sets the currently active theme.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n The new theme class.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n defaultTheme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:16\n \n \n\n \n \n Default theme class.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n element\n \n \n \n \n \n \n Type : ElementRef<>\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n injector\n \n \n \n \n \n \n Type : Injector\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n theme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/theming/theming.service.ts:18\n \n \n\n \n \n Currently active theme class.\n\n \n \n\n \n \n\n\n \n\n\n \n import { OverlayContainer } from '@angular/cdk/overlay';\nimport { ComponentRef, ElementRef, Inject, Injector, Injectable, InjectionToken, Optional, Renderer2 } from '@angular/core';\n\n/** Token for specifying the default theme class. */\nexport const DEFAULT_THEME = new InjectionToken('Default theme class');\n\n/**\n * Manages the currently active theme.\n */\n@Injectable()\nexport class ThemingService {\n private element: ElementRef;\n private injector: Injector;\n /** Default theme class. */\n private defaultTheme: string;\n /** Currently active theme class. */\n private theme: string;\n\n /** Initializer called during bootstrap to set up theming. */\n static initialize(component: ComponentRef): void {\n const { injector, location } = component;\n const service = injector.get(ThemingService);\n service.initialize(location, injector);\n }\n\n /**\n * Creates the theming service.\n *\n * @param defaultTheme An optional default theme.\n */\n constructor(@Optional() @Inject(DEFAULT_THEME) defaultTheme: string | null) {\n this.defaultTheme = this.theme = defaultTheme ?? '';\n }\n\n /**\n * Get the currently active theme.\n */\n getTheme(): string {\n return this.theme;\n }\n\n /**\n * Sets the currently active theme.\n *\n * @param theme The new theme class.\n */\n setTheme(theme: string): void {\n if (theme === this.theme) {\n return;\n }\n this.applyThemeClass(this.theme, 'remove');\n this.applyThemeClass(theme);\n this.theme = theme;\n }\n\n /**\n * Resets the theme to the default.\n */\n resetTheme(): void {\n this.setTheme(this.defaultTheme);\n }\n\n\n /**\n * Binds theming service to a component.\n *\n * @param component The top level component.\n * @throws {Error} If the theming service has already been initialized.\n */\n initialize(element: ElementRef, injector: Injector): void {\n this.element = element;\n this.injector = injector;\n this.applyThemeClass(this.getTheme());\n }\n\n /**\n * Adds or removes a theme class from the necessary components.\n *\n * @param cls The theme class.\n * @param method Whether to add or remove the theme.\n */\n private applyThemeClass(cls: string, method: 'add' | 'remove' = 'add'): void {\n const { element, injector } = this;\n if (!cls || !element || !injector) {\n return;\n }\n\n const renderer = injector.get(Renderer2, null);\n if (!renderer) {\n return;\n }\n\n const root = element.nativeElement as HTMLElement;\n const overlay = injector.get(OverlayContainer, null)?.getContainerElement();\n const methodName = method === 'add' ? 'addClass' : 'removeClass';\n\n renderer[methodName](root, cls);\n if (overlay) {\n renderer[methodName](overlay, cls);\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ThumbnailCarouselComponent.html":{"url":"components/ThumbnailCarouselComponent.html","title":"component - ThumbnailCarouselComponent","body":"\n \n\n\n\n\n\n Components\n \n ThumbnailCarouselComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts\n\n\n\n \n Description\n \n \n Carousel containing sample thumbnails in expanded donor cards\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-thumbnail-carousel\n \n\n\n\n \n styleUrls\n ./thumbnail-carousel.component.scss\n \n\n\n\n \n templateUrl\n ./thumbnail-carousel.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n Readonly\n config\n \n \n Readonly\n navigation\n \n \n Readonly\n uid\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n itemId\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n data\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n linkClicked\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n prevButtonId\n \n \n nextButtonId\n \n \n \n \n \n \n\n\n\n \n Inputs\n \n \n \n \n \n data\n \n \n \n \n Type : DatasetResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:34\n \n \n \n \n Items to show in the carousel\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n linkClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:39\n \n \n \n \n Outputs the result whose link was clicked\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-thumbnail-carousel\"\n\n \n \n \n \n Default value : 'ccf-thumbnail-carousel'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:29\n \n \n\n \n \n Primary css class selector\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n itemId\n \n \n \n \n \n \nitemId(_index: number, item: DatasetResult)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:89\n \n \n\n\n \n \n Extract a unique identifier for an item\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _index\n \n number\n \n\n \n No\n \n\n\n \n Unused\n\n \n \n \n item\n \n DatasetResult\n \n\n \n No\n \n\n\n \n The item\n\n \n \n \n \n \n \n Returns : string\n\n \n \n An unique identifier\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-thumbnail-carousel'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:29\n \n \n\n \n \n Primary css class selector\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n config\n \n \n \n \n \n \n Type : SwiperOptions\n\n \n \n \n \n Default value : {\n allowTouchMove: false,\n slidesOffsetBefore: 4,\n slidesOffsetAfter: 4,\n slidesPerView: 'auto',\n spaceBetween: 4,\n watchOverflow: true\n }\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:63\n \n \n\n \n \n Swiper configuration\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n navigation\n \n \n \n \n \n \n Type : NavigationOptions\n\n \n \n \n \n Default value : {\n // Normally I would have prefered referencing the elements themselves instead of using selectors\n // However in this case it does not work with angular swiper\n prevEl: '#' + this.prevButtonId,\n nextEl: '#' + this.nextButtonId\n }\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:75\n \n \n\n \n \n Navigation configuration\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n uid\n \n \n \n \n \n \n Default value : nextUid()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:44\n \n \n\n \n \n Per instance unique identifier\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n prevButtonId\n \n \n\n \n \n getprevButtonId()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:49\n \n \n \n \n HTML id for previous slide button\n\n\n \n Returns : string\n\n \n \n \n\n \n \n \n \n \n \n \n nextButtonId\n \n \n\n \n \n getnextButtonId()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts:56\n \n \n \n \n HTML id for next slide button\n\n\n \n Returns : string\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { DatasetResult } from 'ccf-database';\nimport { SwiperOptions } from 'swiper';\nimport { NavigationOptions } from 'swiper/types';\n\n// Returns a unique identifier\nconst nextUid = (() => {\n let counter = -1;\n return () => {\n counter += 1;\n return counter;\n };\n})();\n\n\n/**\n * Carousel containing sample thumbnails in expanded donor cards\n */\n@Component({\n selector: 'ccf-thumbnail-carousel',\n templateUrl: './thumbnail-carousel.component.html',\n styleUrls: ['./thumbnail-carousel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ThumbnailCarouselComponent {\n /**\n * Primary css class selector\n */\n @HostBinding('class') readonly className = 'ccf-thumbnail-carousel';\n\n /**\n * Items to show in the carousel\n */\n @Input() data: DatasetResult[];\n\n /**\n * Outputs the result whose link was clicked\n */\n @Output() readonly linkClicked = new EventEmitter();\n\n /**\n * Per instance unique identifier\n */\n readonly uid = nextUid();\n\n /**\n * HTML id for previous slide button\n */\n get prevButtonId(): string {\n return `ccf-thumbnail-carousel-prev-button-${this.uid}`;\n }\n\n /**\n * HTML id for next slide button\n */\n get nextButtonId(): string {\n return `ccf-thumbnail-carousel-next-button-${this.uid}`;\n }\n\n /**\n * Swiper configuration\n */\n readonly config: SwiperOptions = {\n allowTouchMove: false,\n slidesOffsetBefore: 4,\n slidesOffsetAfter: 4,\n slidesPerView: 'auto',\n spaceBetween: 4,\n watchOverflow: true\n };\n\n /**\n * Navigation configuration\n */\n readonly navigation: NavigationOptions = {\n // Normally I would have prefered referencing the elements themselves instead of using selectors\n // However in this case it does not work with angular swiper\n prevEl: '#' + this.prevButtonId,\n nextEl: '#' + this.nextButtonId\n };\n\n /**\n * Extract a unique identifier for an item\n *\n * @param _index Unused\n * @param item The item\n * @returns An unique identifier\n */\n itemId(_index: number, item: DatasetResult): string {\n return item.thumbnail;\n }\n}\n\n \n\n \n \n \n navigate_before\n \n\n\n\n \n \n \n \n {{ item.technology }}\n \n \n DATA\n open_in_new\n \n \n \n \n\n\n\n \n \n \n\n navigate_next\n \n\n\n \n\n \n \n ./thumbnail-carousel.component.scss\n \n :host {\n display: flex;\n\n .swiper {\n flex-grow: 1;\n padding-bottom: 0.3125rem;\n\n ::ng-deep .swiper-slide {\n width: 3.75rem;\n height: 2.8125rem;\n }\n }\n\n .prev, .next {\n display: flex;\n align-items: center;\n\n height: 2.8125rem;\n\n button {\n width: 1.5rem;\n height: 1.5rem;\n line-height: 1.5rem;\n padding: 0;\n }\n\n .fade {\n position: absolute;\n top: -0.625rem;\n left: -2rem;\n z-index: 10;\n\n width: 2rem;\n height: 2.8125rem + 0.3125rem;\n\n opacity: 1;\n transition: opacity ease-in-out 0.3s;\n\n pointer-events: none;\n }\n\n .swiper-button-disabled, .swiper-button-lock {\n cursor: default;\n pointer-events: none;\n\n .fade {\n opacity: 0;\n }\n }\n }\n\n .slide {\n position: relative;\n width: 100%;\n height: 100%;\n\n .thumbnail {\n display: flex;\n align-items: center;\n justify-content: center;\n background-size: cover;\n\n position: relative;\n width: calc(100% - 2 * 0.125rem);\n height: calc(100% - 2 * 0.125rem);\n\n border-style: solid;\n border-width: 0.125rem;\n border-radius: 0.25rem;\n\n background-origin: padding-box;\n background-clip: padding-box;\n\n font-size: 0.875rem;\n font-weight: bold;\n\n &:after {\n content: \"\";\n\n position: absolute;\n bottom: -0.125rem;\n left: -0.125rem;\n width: 0.125rem;\n height: 0.125rem;\n }\n }\n\n .link {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n\n position: absolute;\n top: 0;\n bottom: 0;\n right: 0;\n left: 0;\n\n opacity: 0;\n transition: opacity ease-in-out 0.3s;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);\n\n font-size: 0.75rem;\n line-height: 0.75rem;\n\n &,\n &:link,\n &:visited,\n &:hover,\n &:focus,\n &:active {\n cursor: pointer;\n text-decoration: none;\n }\n }\n\n &:hover .link {\n opacity: 1;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' navigate_before {{ item.technology }} DATA open_in_new navigate_next '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ThumbnailCarouselComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ThumbnailCarouselModule.html":{"url":"modules/ThumbnailCarouselModule.html","title":"module - ThumbnailCarouselModule","body":"\n \n\n\n\n\n Modules\n ThumbnailCarouselModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ThumbnailCarouselModule\n\n\n\ncluster_ThumbnailCarouselModule_declarations\n\n\n\ncluster_ThumbnailCarouselModule_exports\n\n\n\n\nThumbnailCarouselComponent\n\nThumbnailCarouselComponent\n\n\n\nThumbnailCarouselModule\n\nThumbnailCarouselModule\n\nThumbnailCarouselModule -->\n\nThumbnailCarouselComponent->ThumbnailCarouselModule\n\n\n\n\n\nThumbnailCarouselComponent \n\nThumbnailCarouselComponent \n\nThumbnailCarouselComponent -->\n\nThumbnailCarouselModule->ThumbnailCarouselComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ThumbnailCarouselComponent\n \n \n \n \n Exports\n \n \n ThumbnailCarouselComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { SwiperModule } from 'swiper/angular';\nimport { Navigation, Swiper } from 'swiper';\n\nimport { ThumbnailCarouselComponent } from './thumbnail-carousel.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatButtonModule,\n MatIconModule,\n\n SwiperModule\n ],\n declarations: [ThumbnailCarouselComponent],\n exports: [ThumbnailCarouselComponent]\n})\nexport class ThumbnailCarouselModule {\n constructor() {\n // Install swiper modules\n Swiper.use([Navigation]);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TissueBlockListComponent.html":{"url":"components/TissueBlockListComponent.html","title":"component - TissueBlockListComponent","body":"\n \n\n\n\n\n\n Components\n \n TissueBlockListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts\n\n\n\n \n Description\n \n \n Tissue block list in spatial search UI\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-tissue-block-list\n \n\n\n\n \n styleUrls\n ./tissue-block-list.component.scss\n \n\n\n\n \n templateUrl\n ./tissue-block-list.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n tissueBlocks\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n tissueBlocks\n \n \n \n \n Type : TissueBlockResult[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts:19\n \n \n \n \n Tissue blocks to be displayed\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-tissue-block-list\"\n\n \n \n \n \n Default value : 'ccf-tissue-block-list'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts:16\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-tissue-block-list'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts:16\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\nimport { TissueBlockResult } from 'ccf-database';\n\n\n/**\n * Tissue block list in spatial search UI\n */\n@Component({\n selector: 'ccf-tissue-block-list',\n templateUrl: './tissue-block-list.component.html',\n styleUrls: ['./tissue-block-list.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TissueBlockListComponent {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-tissue-block-list';\n\n /** Tissue blocks to be displayed */\n @Input() tissueBlocks: TissueBlockResult[] = [];\n\n}\n\n \n\n \n \n {{tissueBlocks.length}} Tissue Blocks\n \n info\n \n\n\n\n \n person\n\n \n {{ tissueBlock.donor.label }}\n {{ tissueBlock.donor.description }}\n \n \n\n\n \n\n \n \n ./tissue-block-list.component.scss\n \n :host { \n .tissue-block-header {\n display: flex;\n justify-content: space-between;\n margin-bottom: 1rem;\n\n .title {\n font-size: .875rem;\n }\n\n .info {\n padding: 0;\n background: none;\n border: none;\n outline: none;\n border-radius: 0.25rem;\n transition: 0.6s;\n }\n }\n\n .tissue-list {\n overflow: auto;\n }\n\n .donor {\n min-height: 3rem;\n padding-left: 0.5rem;\n display: flex;\n font-size: 0.75rem;\n line-height: 1rem;\n align-items: center;\n flex-grow: 1;\n height: 2.5rem;\n width: 22rem;\n padding: 0.5rem;\n box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);\n cursor: pointer;\n margin-right: 1rem;\n margin-bottom: .5rem;\n\n .icon {\n margin-right: 0.5rem;\n }\n\n .donor-info {\n .title {\n font-weight: 600;\n }\n\n .description {\n width: 17rem;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n }\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{tissueBlocks.length}} Tissue Blocks info person {{ tissueBlock.donor.label }} {{ tissueBlock.donor.description }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'TissueBlockListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TissueBlockListModule.html":{"url":"modules/TissueBlockListModule.html","title":"module - TissueBlockListModule","body":"\n \n\n\n\n\n Modules\n TissueBlockListModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TissueBlockListModule\n\n\n\ncluster_TissueBlockListModule_declarations\n\n\n\ncluster_TissueBlockListModule_exports\n\n\n\n\nTissueBlockListComponent\n\nTissueBlockListComponent\n\n\n\nTissueBlockListModule\n\nTissueBlockListModule\n\nTissueBlockListModule -->\n\nTissueBlockListComponent->TissueBlockListModule\n\n\n\n\n\nTissueBlockListComponent \n\nTissueBlockListComponent \n\nTissueBlockListComponent -->\n\nTissueBlockListModule->TissueBlockListComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TissueBlockListComponent\n \n \n \n \n Exports\n \n \n TissueBlockListComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { TissueBlockListComponent } from './tissue-block-list.component';\n\n@NgModule({\n imports: [\n CommonModule,\n MatIconModule,\n MatTooltipModule\n ],\n declarations: [TissueBlockListComponent],\n exports: [TissueBlockListComponent]\n})\nexport class TissueBlockListModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TissueSectionVisComponent.html":{"url":"components/TissueSectionVisComponent.html","title":"component - TissueSectionVisComponent","body":"\n \n\n\n\n\n\n Components\n \n TissueSectionVisComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-tissue-section-vis\n \n\n\n\n \n styleUrls\n ./tissue-section-vis.component.scss\n \n\n\n\n \n templateUrl\n ./tissue-section-vis.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n tissueSectionExists\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n tissueSections\n \n \n totalTissueSections\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n tissueSections\n \n \n \n \n Type : TissueSectionResult[]\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:18\n \n \n \n \n Tissue section data, used to determine which tissues to color on the graph\n\n \n \n \n \n \n \n \n \n \n totalTissueSections\n \n \n \n \n Type : number\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:15\n \n \n \n \n The total numebr of tissue sections, used for end label\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-tissue-section-vis\"\n\n \n \n \n \n Default value : 'ccf-tissue-section-vis'\n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:12\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n tissueSectionExists\n \n \n \n \n \n \ntissueSectionExists(sectionNumber: number)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:21\n \n \n\n\n \n \n Returns whether or not the given section number exists in the tissueSection array\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n sectionNumber\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-tissue-section-vis'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts:12\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\nimport { TissueSectionResult } from 'ccf-database';\n\n@Component({\n selector: 'ccf-tissue-section-vis',\n templateUrl: './tissue-section-vis.component.html',\n styleUrls: ['./tissue-section-vis.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TissueSectionVisComponent {\n /** HTML Class Name */\n @HostBinding('class') readonly clsName = 'ccf-tissue-section-vis';\n\n /** The total numebr of tissue sections, used for end label */\n @Input() totalTissueSections!: number;\n\n /** Tissue section data, used to determine which tissues to color on the graph */\n @Input() tissueSections!: TissueSectionResult[];\n\n /** Returns whether or not the given section number exists in the tissueSection array */\n tissueSectionExists(sectionNumber: number): boolean {\n if (this.tissueSections.filter(section => section.sectionNumber === sectionNumber).length > 0) {\n return true;\n }\n\n return false;\n }\n}\n\n \n\n \n 0\n\n \n \n\n{{ totalTissueSections }}\n \n\n \n \n ./tissue-section-vis.component.scss\n \n :host {\n width: 100%;\n height: 2.5rem;\n padding: .5rem;\n padding-left: 1rem;\n padding-right: 1rem;\n display: flex;\n\n .container {\n margin-right: .5rem;\n margin-left: .5rem;\n flex-grow: 1;\n display: flex;\n position: relative;\n justify-content: space-evenly;\n\n .line-tick {\n height: 100%;\n width: 1px;\n z-index: 2;\n }\n\n .x-axis {\n width: 100%;\n height: 2px;\n position: absolute;\n top: calc(50% - 1px);\n right: 0;\n z-index: 1;\n }\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '0 {{ totalTissueSections }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'TissueSectionVisComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TissueSectionVisModule.html":{"url":"modules/TissueSectionVisModule.html","title":"module - TissueSectionVisModule","body":"\n \n\n\n\n\n Modules\n TissueSectionVisModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TissueSectionVisModule\n\n\n\ncluster_TissueSectionVisModule_declarations\n\n\n\ncluster_TissueSectionVisModule_exports\n\n\n\n\nTissueSectionVisComponent\n\nTissueSectionVisComponent\n\n\n\nTissueSectionVisModule\n\nTissueSectionVisModule\n\nTissueSectionVisModule -->\n\nTissueSectionVisComponent->TissueSectionVisModule\n\n\n\n\n\nTissueSectionVisComponent \n\nTissueSectionVisComponent \n\nTissueSectionVisComponent -->\n\nTissueSectionVisModule->TissueSectionVisComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TissueSectionVisComponent\n \n \n \n \n Exports\n \n \n TissueSectionVisComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TissueSectionVisComponent } from './tissue-section-vis.component';\n\n\n\n@NgModule({\n declarations: [TissueSectionVisComponent],\n imports: [CommonModule],\n exports: [TissueSectionVisComponent]\n})\nexport class TissueSectionVisModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ToggleButtonComponent.html":{"url":"components/ToggleButtonComponent.html","title":"component - ToggleButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ToggleButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts\n\n\n\n \n Description\n \n \n Implements open/close button for the side drawers.\n\n \n\n\n \n Implements\n \n \n AfterViewInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-drawer-toggle-button\n \n\n\n\n \n styleUrls\n ./toggle-button.component.scss\n \n\n\n\n \n templateUrl\n ./toggle-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n Private\n opened\n \n \n Private\n position\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleMessage\n \n \n ngAfterViewInit\n \n \n ngOnDestroy\n \n \n toggle\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n class.ccf-drawer-toggle-button-end\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n classEnd\n \n \n icon\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(drawer: DrawerComponent, messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:42\n \n \n\n \n \n Creates an instance of toggle button component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n drawer\n \n \n DrawerComponent\n \n \n \n No\n \n \n \n The owning side drawer.\n\n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n Service used to send and receive event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-toggle-button\"\n\n \n \n \n \n Default value : 'ccf-drawer-toggle-button'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:19\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n class.ccf-drawer-toggle-button-end\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:22\n \n \n\n \n \n Whether this button is attach to a drawer in position 'end'.\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleMessage\n \n \n \n \n \n \nhandleMessage(msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:85\n \n \n\n\n \n \n Process an event message.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to be run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:65\n \n \n\n\n \n \n Initializes this component.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:75\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n toggle\n \n \n \n \n \n \ntoggle()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:97\n \n \n\n\n \n \n Updates the drawer state.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-toggle-button'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:19\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n opened\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:40\n \n \n\n \n \n Whether the owning drawer is opened.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n position\n \n \n \n \n \n \n Type : \"start\" | \"end\"\n\n \n \n \n \n Default value : 'start'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:38\n \n \n\n \n \n Position of the owning side drawer.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:42\n \n \n\n \n \n Subscriptions managed by this component.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n classEnd\n \n \n\n \n \n getclassEnd()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:22\n \n \n \n \n Whether this button is attach to a drawer in position 'end'.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n \n \n \n \n \n icon\n \n \n\n \n \n geticon()\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:27\n \n \n \n \n Gets the name of the icon to display.\n\n\n \n Returns : string\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, ChangeDetectorRef, Component, OnDestroy, HostBinding, AfterViewInit } from '@angular/core';\n\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageService } from '../messages';\nimport { Subscription } from 'rxjs';\n\n\n/**\n * Implements open/close button for the side drawers.\n */\n@Component({\n selector: 'ccf-drawer-toggle-button',\n templateUrl: './toggle-button.component.html',\n styleUrls: ['./toggle-button.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ToggleButtonComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-toggle-button';\n /** Whether this button is attach to a drawer in position 'end'. */\n @HostBinding('class.ccf-drawer-toggle-button-end') // eslint-disable-line\n get classEnd(): boolean {\n return this.position === 'end';\n }\n\n /** Gets the name of the icon to display. */\n get icon(): string {\n let expand = 'arrow_right';\n let collapse = 'arrow_left';\n if (this.position === 'end') {\n ([expand, collapse] = [collapse, expand]);\n }\n\n return this.opened ? collapse : expand;\n }\n\n /** Position of the owning side drawer. */\n private position: 'start' | 'end' = 'start';\n /** Whether the owning drawer is opened. */\n private opened = false;\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of toggle button component.\n *\n * @param drawer The owning side drawer.\n * @param messageService Service used to send and receive event messages.\n * @param cdr The change detector reference.\n */\n constructor(private drawer: DrawerComponent,\n messageService: MessageService,\n private cdr: ChangeDetectorRef) {\n const channel = messageService.connect(this);\n this.subscriptions.add(channel.getMessagesFromSource(drawer).subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Initializes this component.\n */\n ngAfterViewInit(): void {\n setTimeout(() => {\n this.position = this.drawer.position;\n this.cdr.markForCheck();\n });\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Process an event message.\n *\n * @param msg The event.\n * @returns true if change detection needs to be run.\n */\n handleMessage(msg: Message): boolean {\n if (msg.payload.type === 'drawer-toggled') {\n this.opened = msg.payload.opened;\n return true;\n }\n\n return false;\n }\n\n /**\n * Updates the drawer state.\n */\n toggle(): void {\n const drawer = this.drawer;\n const { opened, expanded } = drawer;\n if (opened) {\n if (expanded) {\n drawer.closeExpanded();\n } else {\n drawer.close();\n }\n } else {\n drawer.open();\n }\n }\n}\n\n \n\n \n \n {{ icon }}\n\n\n \n\n \n \n ./toggle-button.component.scss\n \n :host {\n position: absolute;\n top: calc(50% - 2.0625rem);\n right: -1.0625rem;\n width: 1.0625rem;\n height: 3rem;\n border-radius: 0rem 0.25rem 0.25rem 0rem;\n cursor: pointer;\n display: flex;\n align-items: center;\n transition: 0.6s;\n\n &.ccf-drawer-toggle-button-end {\n right: unset;\n left: calc(-1rem - 1px);\n border-radius: 0.25rem 0rem 0rem 0.25rem;\n }\n\n .expand-collapse-icon {\n position: relative;\n right: 0.25rem;\n transition: all 0.5s;\n }\n\n &.ccf-drawer-toggle-button-end .expand-collapse-icon {\n right: unset;\n left: -0.25rem;\n }\n}\n\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ icon }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ToggleButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateFilter.html":{"url":"classes/UpdateFilter.html","title":"class - UpdateFilter","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateFilter\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/data/data.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(filter: Partial)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.actions.ts:4\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n filter\n \n \n Partial\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[DataState] Update filter'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/data/data.actions.ts:4\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { Filter } from 'ccf-database';\n\nexport class UpdateFilter {\n static readonly type = '[DataState] Update filter';\n\n constructor(readonly filter: Partial) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateSpatialSearch.html":{"url":"classes/UpdateSpatialSearch.html","title":"class - UpdateSpatialSearch","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateSpatialSearch\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n Readonly\n type\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '[SpatialSearchUi] Update spatial search data'\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts:46\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { SpatialSceneNode } from 'ccf-body-ui';\n\nexport class StartSpatialSearchFlow {\n static readonly type = '[SpatialSearchUi] Start the Spatial Search flow';\n}\n\nexport class SetSex {\n static readonly type = '[SpatialSearchUi] Set sex';\n\n constructor(readonly sex: 'male' | 'female') { }\n}\n\nexport class SetOrgan {\n static readonly type = '[SpatialSearchUi] Set organ';\n\n constructor(readonly organId: string | undefined) { }\n}\n\nexport class SetPosition {\n static readonly type = '[SpatialSearchUi] Set position';\n\n constructor(readonly position: { x: number; y: number; z: number }) { }\n}\n\nexport class MoveToNode {\n static readonly type = '[SpatialSearchUi] Start moving the position to a scene node';\n\n constructor(readonly node: SpatialSceneNode) { }\n}\n\nexport class ResetPosition {\n static readonly type = '[SpatialSearchUi] Reset position';\n}\n\nexport class SetRadius {\n static readonly type = '[SpatialSearchUi] Set radius';\n\n constructor(readonly radius: number) { }\n}\n\nexport class ResetRadius {\n static readonly type = '[SpatialSearchUi] Reset radius';\n}\n\nexport class UpdateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Update spatial search data';\n}\n\nexport class GenerateSpatialSearch {\n static readonly type = '[SpatialSearchUi] Generate and add a spatial search';\n}\n\nexport class SetExecuteSearchOnGenerate {\n static readonly type = '[SpatialSearchUi] Set execute search on generate';\n\n constructor(readonly execute = true) { }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ViewerComponent.html":{"url":"components/ViewerComponent.html","title":"component - ViewerComponent","body":"\n \n\n\n\n\n\n Components\n \n ViewerComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts\n\n\n\n \n Description\n \n \n Viewer for tissue samples\n\n \n\n\n \n Implements\n \n \n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-viewer\n \n\n\n\n \n styleUrls\n ./viewer.component.scss\n \n\n\n\n \n templateUrl\n ./viewer.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n className\n \n \n loading\n \n \n safeUrl\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnChanges\n \n \n Private\n updateUrl\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n url\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n closed\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(sanitizer: DomSanitizer)\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:29\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sanitizer\n \n \n DomSanitizer\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n url\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:19\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n closed\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:21\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-viewer'\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:17\n \n \n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:33\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n updateUrl\n \n \n \n \n \n \n \n updateUrl()\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:39\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-viewer'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n loading\n \n \n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n safeUrl\n \n \n \n \n \n \n Type : SafeResourceUrl | null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts:29\n \n \n\n \n \n Sanitized url\nNOTE: Never use a getter for this property! It will cause the iframe to reload constantly.\n\n \n \n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, OnChanges, Output, SimpleChanges,\n} from '@angular/core';\nimport { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';\n\n\n/**\n * Viewer for tissue samples\n */\n@Component({\n selector: 'ccf-viewer',\n templateUrl: './viewer.component.html',\n styleUrls: ['./viewer.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ViewerComponent implements OnChanges {\n @HostBinding('class') className = 'ccf-viewer';\n\n @Input() url = '';\n\n @Output() readonly closed = new EventEmitter();\n\n loading = true;\n\n /**\n * Sanitized url\n * NOTE: Never use a getter for this property! It will cause the iframe to reload constantly.\n */\n safeUrl: SafeResourceUrl | null = null;\n\n constructor(private readonly sanitizer: DomSanitizer) { }\n\n ngOnChanges(changes: SimpleChanges): void {\n if ('url' in changes) {\n this.updateUrl();\n }\n }\n\n private updateUrl(): void {\n const { sanitizer, url } = this;\n this.safeUrl = null;\n if (url) {\n this.safeUrl = sanitizer.bypassSecurityTrustResourceUrl(url);\n this.loading = true;\n }\n }\n}\n\n \n\n \n \n \n launch\n Open in Portal\n \n \n clear\n \n\n\n\n \n Loading External Site\n\n\n\n\n\n \n\n \n \n ./viewer.component.scss\n \n :host {\n display: block;\n z-index: 1;\n\n .toolbar {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n\n width: 100%;\n height: 1.5rem;\n\n .launch {\n margin-right: 3.5rem;\n\n &.mat-button-disabled {\n cursor: not-allowed;\n }\n\n .icon {\n margin-right: 0.25rem;\n }\n }\n\n .close {\n min-width: 0;\n padding: 0;\n border-radius: 0;\n height: 100%;\n width: 1.5rem;\n\n .icon {\n margin: 0;\n }\n }\n }\n\n .overlay {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n\n position: absolute;\n top: 1.5rem;\n bottom: 0;\n left: 0;\n right: 0;\n\n .spinner {\n margin-bottom: 0.5rem;\n }\n }\n\n .frame {\n width: 100%;\n height: 100%;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' launch Open in Portal clear Loading External Site'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'ButtonToggleComponent', 'selector': 'ccf-button-toggle'},{'name': 'CheckboxComponent', 'selector': 'ccf-checkbox'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DonorCardComponent', 'selector': 'ccf-donor-card'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'DropdownComponent', 'selector': 'ccf-dropdown'},{'name': 'DualSliderComponent', 'selector': 'ccf-dual-slider'},{'name': 'FiltersContentComponent', 'selector': 'ccf-filters-content'},{'name': 'FiltersPopoverComponent', 'selector': 'ccf-filters-popover'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'OntologySearchComponent', 'selector': 'ccf-ontology-search'},{'name': 'OntologySelectionComponent', 'selector': 'ccf-ontology-selection'},{'name': 'OntologyTreeComponent', 'selector': 'ccf-ontology-tree'},{'name': 'ResultsBrowserComponent', 'selector': 'ccf-results-browser'},{'name': 'RunSpatialSearchComponent', 'selector': 'ccf-run-spatial-search'},{'name': 'SpatialSearchConfigBehaviorComponent', 'selector': 'ccf-spatial-search-config-behavior'},{'name': 'SpatialSearchConfigComponent', 'selector': 'ccf-spatial-search-config'},{'name': 'SpatialSearchUiBehaviorComponent', 'selector': 'ccf-spatial-search-ui-behavior'},{'name': 'SpatialSearchUiComponent', 'selector': 'ccf-spatial-search-ui'},{'name': 'SpinnerOverlayComponent', 'selector': 'ccf-spinner-overlay'},{'name': 'TermOccurrenceListComponent', 'selector': 'ccf-term-occurrence-list'},{'name': 'ThumbnailCarouselComponent', 'selector': 'ccf-thumbnail-carousel'},{'name': 'TissueBlockListComponent', 'selector': 'ccf-tissue-block-list'},{'name': 'TissueSectionVisComponent', 'selector': 'ccf-tissue-section-vis'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'ViewerComponent', 'selector': 'ccf-viewer'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ViewerComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ViewerModule.html":{"url":"modules/ViewerModule.html","title":"module - ViewerModule","body":"\n \n\n\n\n\n Modules\n ViewerModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ViewerModule\n\n\n\ncluster_ViewerModule_exports\n\n\n\ncluster_ViewerModule_declarations\n\n\n\n\nViewerComponent\n\nViewerComponent\n\n\n\nViewerModule\n\nViewerModule\n\nViewerModule -->\n\nViewerComponent->ViewerModule\n\n\n\n\n\nViewerComponent \n\nViewerComponent \n\nViewerComponent -->\n\nViewerModule->ViewerComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-eui/src/app/shared/components/viewer/viewer.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ViewerComponent\n \n \n \n \n Exports\n \n \n ViewerComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\nimport { ViewerComponent } from './viewer.component';\n\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatButtonModule,\n MatIconModule,\n MatProgressSpinnerModule\n ],\n declarations: [ViewerComponent],\n exports: [ViewerComponent]\n})\nexport class ViewerModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/WorkerDataSourceService.html":{"url":"injectables/WorkerDataSourceService.html","title":"injectable - WorkerDataSourceService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n WorkerDataSourceService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts\n \n\n\n\n \n Extends\n \n \n WorkerCCFDatabaseDataSourceService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Protected\n createWorker\n \n \n Private\n getWorkerUrl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(globalConfig: GlobalConfigState, locator: LocationStrategy)\n \n \n \n \n Defined in projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n locator\n \n \n LocationStrategy\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Protected\n createWorker\n \n \n \n \n \n \n \n createWorker(_config: CCFDatabaseOptions)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts:18\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n _config\n \n CCFDatabaseOptions\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Worker\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n getWorkerUrl\n \n \n \n \n \n \n \n getWorkerUrl(directImport: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts:23\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n directImport\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string | URL\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { LocationStrategy } from '@angular/common';\nimport { Injectable } from '@angular/core';\nimport { CCFDatabaseOptions } from 'ccf-database';\nimport { GlobalConfigState, WorkerCCFDatabaseDataSourceService } from 'ccf-shared';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class WorkerDataSourceService extends WorkerCCFDatabaseDataSourceService {\n constructor(\n globalConfig: GlobalConfigState,\n private readonly locator: LocationStrategy\n ) {\n super(globalConfig);\n }\n\n protected createWorker(_config: CCFDatabaseOptions): Worker {\n const url = this.getWorkerUrl(true);\n return new Worker(url, { type: 'module' });\n }\n\n private getWorkerUrl(directImport: boolean): string | URL {\n if (directImport) {\n return new URL('./data-source.worker', import.meta.url);\n }\n\n const externalUrl = this.locator.prepareExternalUrl('0-es2015.worker.js');\n const codeBlob = new Blob(\n [`importScripts('${externalUrl}')`],\n { type: 'application/javascript' }\n );\n\n return URL.createObjectURL(codeBlob);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChangelog\nChangelog for the Human Reference Atlas (HRA) User Interfaces\n3.8.1 - 2023-11-17\nAdded in 3.8.1\n\nImproved keyboard controls in the RUI\n\n3.8.0 - 2023-11-16\nAdded in 3.8.0\n\nEUI Quality of Life Improvements. See milestone 6\nRUI Quality of Life Improvements. See milestone 5\nA lot of minor UI and bug fixes in preparation for HRA 2.0\nUpdated dependencies including, update to Angular 16\n\n3.7.2 - 2023-07-12\nAdded in 3.7.2\n\nClient side cache has been updated to be more sensitive to configuration changes. Fixes hra-registrations#1\n\n3.7.0 - 2023-06-15\nAdded in 3.7.0\n\nUpdated to CCF.OWL v2.2.0 which indexes the Human Reference Atlas (HRA) 5th Release (v1.4) for use in the CCF UIs and CCF-API.\nAdded CCF-API usage notebooks for python and javascript\n\n3.6.0 - 2022-10-15\nAdded in 3.6.0.\n\nUpdated to CCF.OWL v2.1.0 which indexes the Human Reference Atlas (HRA) 4th Release (v1.3) for use in the CCF UIs and CCF-API. Note that some terms have changed in the ontology. As such, some SPARQL queries may need to be updated. All CCF-API calls have been updated to support the new terms.\n\n3.5.0 - 2022-09-27\nAdded in 3.5.0\n\nUpdate to CCF.OWL v1.9.4\nUpdate placement for KPMP rui locations\nSwitch to HuBMAP v3 search-api\nPick right organ when loading rui locations from a file in the RUI\n\n3.4.0 - 2022-07-01\nAdded in 3.4.0\n\nMajor feature added: Spatial Search! This includes an expanded API plus a user interface for dynamically generating spatial searches.\n\nKnown Issues in 3.4.0\n\nThere are some minor visual descrepancies when viewing the spatial search 3D scene and the results. However, blocks which are highlighted will be selected if the spatial search is added to your overall search filters.\n\n3.3.0 - 2022-06-17\nAdded in 3.3.0\n\nAdded support for the latest CCF Ontology v1.9.0 which adds Placenta, Spinal Cord, new Landmarks for reference organs, and a host of data updates.\nAdded a SPARQL route to the CCF-API for flexible querying of the Ontology and linked data. See the /v1/sparql docs for more information.\nClean up and bug fixes\n\n3.2.0 - 2022-04-14\nAdded in 3.2.0\n\nMajor CCF Database speed improvements! 95% reduction in load times!\nMinor graphical fixes\n\n3.1.1 - 2022-04-12\nAdded in 3.1.1\n\nExpanded RUI web component options\nAdded support for warming up the CCF database via the CCF-API so that the EUI can prevent timeouts\n\n3.1.0 - 2022-04-07\nAdded in 3.1.0\n\nAdded support for the latest CCF Ontology v1.8.0 which adds cell types\nAdded feature to search for tissue blocks by cell type\nAdded API feature to dynamically generate GTEx rui_locations.jsonld\nAdded logging of organ and block position changes to the RUI\nAdded an expanded organ selector that makes selecting organs much easier with the larger number of reference organs we have now\nNow generating programming libraries for the CCF-API in Python, TypeScript, TypeScript (Angular), and JavaScript. We will be publishing them to appropriate package managers soon.\nImproved performance of the CCF-API\nNew theming options and toggle for the CCF EUI/RUI\nAdded new themes for SenNet, GTEx, and a default theme\nAdded compodoc generated code documentation to production and staging builds\nBug fixes and minor improvements\n\n3.0.0 - 2022-01-27\nAdded in 3.0.0\n\nAdded support for the latest CCF Ontology v1.7.0\nBug fixes and code cleanup\n\n3.0.0 BETA - 2021-12-17\nAdded in 3.0.0 BETA\n\nAdded reference organs and ASCT+B tables from the v1.1 CCF Release\nLinks: CCF Ontology v1.7 BETA, CCF Release v1.1\n\n\n\nKnown issues in 3.0.0 BETA\n\nPreviously registered tissues may appear slightly off. We are working to rectify this before making it a production release.\n\n2.5.0 - 2021-12-17\nAdded in 2.5.0\n\nCCF-API OpenAPI Spec and implementation. Next version will connect the EUI to this as it's backend.\nAdded the CCF Body UI Web Component for integrating the 3D scene deeply in webpages (including the HuBMAP data portal).\nThe organ-info Web Component can now take an option to highlight specific blocks in the scene. Currently only highlights by providers, but age, sex, and BMI will be added in the next version.\nBug fixes and Quality of Life improvements\n\n2.4.0 - 2021-12-10\nAdded in 2.4.0\n\nRUI shows a confirmation dialog when a user attempts to leave without finishing registration\nAdded GTEx data to EUI\nRUI Common Extraction Sites are now known as Landmarks\nOrgan info now highlights the block selected on click\nUpdated RUI YouTube Demo link\nBug fixes and Quality of Life improvements\n\n2.3.1 - 2021-09-13\nAdded in 2.3.1\n\nAdded support for paired organs to be refernced by their parent (ala Kidney + Left/Right Kidney)\n\n2.3.0 - 2021-09-10\nAdded in 2.3.0\n\nGreatly improved CCF Database performance. This improves the performance in both organ-info and EUI.\nImproved styling of organ-info\n\n2.2.0 - 2021-09-10\nAdded in 2.2.0\n\nAdded an organ-info web component for displaying reference organs and associated data in a simple panel display. The hubmap portal will be using this soon for organ pages.\nEMBEDDING.md instructions have been updated for organ-info embedding.\n\n2.1.0 - 2021-07-30\nAdded in EUI / RUI 2.1.0\n\nBetter support for embedding EUI/RUI in different containers, see EMBEDDING.md for updated instructions.\nConfiguration updates:\nConfiguration of EUI/RUI via webcomponent properties (vs globalConfig)\nOptional use of ontology id to select reference organs in the RUI\nRemoved embedded and tutorial mode configurations from the RUI config\nAbility to load data sources in the eui via external configuration\nAdded cancelRegistration callback to rui external configuration\n\n\nSet dark/light theme based on user/OS preferences\nUpdate HuBMAP search processing to conform to new field names\nCode cleanup, shared utilities, etc.\nTelemetry dialog box fixes to avoid unnecessary reloads\nRUI gizmo rotates in sync with the reference organ in 3D preview view\nRUI now uses an orthographic view when in registration views\n\n2.0.0 - 2021-07-16\nAdded in EUI / RUI 2.0.0\n\nRUI and EUI are now basic web-components, see EMBEDDING.md\nAdded advanced google analytics tracking/telemetry\nLinked donor card and tissue block hovering\nUpdated dependencies, including upgrading to Angular 12\nMinor UI and Bug fixes\nUpdated demo video links\nOrgan carousel will respond to container width and show only full icons\nEUI: clicking refresh and selecting body on partonomy resets the body view\n\nBreaking changes in EUI / RUI 2.0.0\n\nEmbedding the EUI and RUI must now be done via web-components. The most significant change is the element is no longer called ccf-root but is instead called ccf-eui or ccf-rui depending on the UI being embedded.\n\n1.7.0 - 2021-05-21\nAdded in EUI / RUI 1.7.0\n\nAdded a startup modal to the RUI which simplifies the initial setup for a new registration\nAdded 8 new reference organs, bringing us to 13 Reference Organs!\nAdded SPARC Registrations to the EUI\nAdded a tissue section visualization to the results list in the EUI\n\n1.6.0 - 2021-04-09\nAdded in RUI 1.6.0\n\nAdded SOP information to the About section\n\nAdded in EUI 1.6.0\n\nAdded color assignment/selection to both 3d scene and list results\nBug fixes, code cleanup, and optimization\n\nKnown issues in 1.6.0\n\nThe 3d scene is a little slow. To be able to interact, unselect reference organs to reduce scene complexity.\nTissue samples may be a little off in the 3D scene. This will be fixed in a future release. Data is still accurate.\n\n1.5.0 - 2021-03-26\nAdded in RUI 1.5.0\n\nMinor styling updates\n\nAdded in EUI 1.5.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features not fully integrated. This should be resolved in the next release scheduled for April 9th. You can view the results of this sprint on staging.\n\nUpdated styling to better fit the user interface spec\nAdded a new results pane which structures data into Donor->Tissue Blocks (+Datasets)->Tissue Samples (+Datasets)\nAdded a link viewer that allows us to display donors, samples, and datasets in a frame within the application\nAdded UFL thumbnails\nUpdated and optimized the ccf-database for the new results structure and future integrations\nTied organ carousel to the 3D scene. Turning off an organ removes the organ and related tissues from the 3D scene.\nTurned off anatomical structure opacity adjustment until it can be fully integrated\n\n1.4.0 - 2021-03-12\nAdded in RUI 1.4.0\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec\n\nAdded in EUI 1.4.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features partly integrated. This should be resolved in the next release scheduled for March 26th. You can view the results of this sprint on staging.\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec and match RUI styling\nUpdated the Info Dialog to match the RUI look and feel\nUpdated the data processing to improve efficiency and generate data in the form needed for the v1.5.0 spec\nAdded a reference organ selector, also used in the RUI, to turn off/on reference organs on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\nAdded a technology filter\nAdded a control to set Opacities of individual organs/anatomical structures on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\n\n1.3.5 - 2021-02-26\nAdded in RUI 1.3.5\n\nUpdated with a new round of User Interface improvements\nAdded the ability to upload previous registrations created using the standalone version of the RUI tool\nOrgans now have transparency applied automatically\nSolved a major memory leak and performance issue with the 3D reference organ interface. You should notice a sizable speed and reliability increase.\nRUI location numeric data is now rounded to 3 digits\nSwitched to using GitHub Actions over TravisCI for our CI/CD workflows\n\nAdded in EUI 1.3.5\n\nRemoved CCF's internal image-viewer in favor of the image-viewer on the HuBMAP Data Portal\n\nEUI 1.2.0 / RUI 1.0 FINAL - 2020-10-30\nAdded in EUI 1.2.0 / RUI 1.0 FINAL\n\nBug fixes and improvements\nUpdated embedding API in collaboration with the IEC\nUpdated EUI codebase to be in sync with code changes made for the RUI\nAdded KPMP data to the EUI\n\nKnown Issues in EUI 1.2.0 / RUI 1.0 FINAL\n\nIt is still possible that a 3d organ may fail to load. If this happens, just refresh and try again.\nEUI has not been updated with the latest organ set. This will be added in December with its scheduled refresh.\n\nRUI 1.0 BETA - 2020-10-16\nAdded in RUI 1.0 BETA\n\nCreated the first version of the RUI 1.0. This version is a BETA and works in standalone mode only. The next version will include full support and integration into the HuBMAP Ingestion Portal.\n10 Reference Organs are available to choose from (a combination of 4 organs, 2 sexes, and one organ with 2 sides [kidney])\nImplemented automatic tagging of data via collisions with anatomical structures\nRUI Location data is in standard JSON-LD format linked via the CCF Ontology and related ontologies\nImplemented extraction sites display to help guide placement of tissues\n\nKnown Issues in RUI 1.0 BETA\n\nWhile support for embedding is implemented, more testing and collaboration with IEC is required before it is made fully available. Initial embedding documentation is available here.\nWhen adjusting transparency via the left-hand Anatomical Structures menu or Show Previous Registrations option, the transparency effect is not very good. This will be addressed before the RUI 1.0 production release.\nSometimes the 3d organ fails to load when clicking through reference organs quickly (and other side cases). If this happens, just refresh and try again.\n\n1.1.0 - 2020-07-31\nAdded in 1.1.0\n\nUpgraded to latest Vitessce Image Viewer and started showing processed TIFF images coming directly from the HuBMAP infrastructure\nProcessed CODEX and 10x datasets are shown in the HuBMAP Portal's visualization tool\nAdded a limited set of TIFF image thumbnails, with more to come\nAdded two qualitative color schemes for colorizing images in the image viewer\nBug fixes/performance optimizations\n\n1.0.0-rc.1 - 2020-06-22\n\n:warning: WARNING: This version is a release candidate. Some minor updates will likely happen between now and the official HuBMAP Data Release 1 in July.\n\nAdded in 1.0.0-rc.1\n\nBody UI interactions\nImage Viewer Integration\nPartonomy linkage to search / Body UI\nNow fully integrated into the HuBMAP Portal\n\nKnown Issues in 1.0.0-rc.1\n\nImage Viewer is using a placeholder .tiff until more .tiff images can be loaded from the IEC\n\n1.0.0-alpha.3 - 2019-05-08\nAdded in 1.0.0-alpha.3\n\nHooked up the interface to real data (not shown online as the data is not public yet)\nAdded the Tissue Browser on the right\nAdded the initial (Tissue) Image Viewer popup. Currently shows metadata, but no images yet.\nAdded an initial 3D Body. Tissues cuboids currently not displayed, but a test cuboid is shown.\nDocumentation (>90%) and testing coverage improved further\n\n1.0.0-alpha.2 - 2019-03-27\nAdded in 1.0.0-alpha.2\n\nIncreased documentation and testing coverage across the board\nAdded fullscreen button\nBug fixes and optimizations\n\n1.0.0-alpha.1 - 2019-03-06\nAdded in 1.0.0-alpha.1\n\nStarted the process of implementing the 1.0.0 UI spec\nSpec Doc\nUser Stories\n\n\nSetup the base project scaffolding for the new version\nAdded CCF Partonomy (CCF-P) search and tree display\nAdded a filter for filter tissues\n\n0.6.0 - 2019-11-08\nAdded in 0.6.0\n\nThe CCF API project was started with an initial OpenAPI Schema, documentation, and code for spinning up a mock data server. This codifies the CCF data and metadata standards defined by MC-IU and will be used by the CCF EUI and RUI.\nIn preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.\nUpdated navigation to directly jump to the tissue browser when a user selects an item from the search box\nUpgraded dependencies, including upgrades to Angular 8\nTesting and bug fixes\nMinor UI updates\nChanged download icon color\nChanged the background color for the search\nMoved the Technologies filter above ontology\nAdditional styles for details button\n\n\n\n0.5.0 - 2019-05-24\nAdded in 0.5.0\n\nDisplay of the CCF ontology, integrated with search\nSemantic search by ontology, results are presented at all levels\nTissue overlays showing regions of interest\nData download links to direct users to https://sampledata.hubmapconsortium.org\nData documentation (95% coverage) and testing (85% coverage)\n\n0.2.0 - 2019-05-03\nAdded in 0.2.0\n\nSprint 2 release of the CCF-UI!\nA search interface was added to query data by age, sex, technology and TMC. Ontological search will be implemented in the next sprint.\nBody, Organ, and Tissue views now respond to updates to the search on the fly\nAppropriate metadata is now displayed in the Body, Organ, Tissue, and Cell views\n\n0.1.0 - 2019-04-12\nAdded in 0.1.0\n\nSprint 1 release of the CCF-UI!\nSetup the base project scaffolding\nAdded a sample database that includes initial data provided by VU\nAdded Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level\nStay tuned! More features coming in Sprint 2 (starts next week!) and Sprint 3\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n component\n AppWebComponent\n \n 0 %\n (0/18)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n checkOptionalProperty\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n isNumber\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n isNumberArray\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n isString\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n isStringArray\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n parseDataSources\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n function\n parseFilter\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/app.component.ts\n \n component\n AppComponent\n \n 33 %\n (14/42)\n \n \n \n \n \n projects/ccf-eui/src/app/app.component.ts\n \n interface\n AppOptions\n \n 0 %\n (0/7)\n \n \n \n \n \n projects/ccf-eui/src/app/core/header/header.component.ts\n \n component\n HeaderComponent\n \n 75 %\n (6/8)\n \n \n \n \n \n projects/ccf-eui/src/app/core/models/flat-node.ts\n \n class\n FlatNode\n \n 50 %\n (3/6)\n \n \n \n \n \n projects/ccf-eui/src/app/core/models/list-result.ts\n \n interface\n ListResult\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/models/ontology-selection.ts\n \n interface\n OntologySelection\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/app-root-overlay/app-root-overlay.service.ts\n \n injectable\n AppRootOverlayContainer\n \n 0 %\n (0/6)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts\n \n injectable\n DelegateDataSourceService\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.service.ts\n \n interface\n DelegateDataSourceOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/data-source/data-source.worker.ts\n \n variable\n database\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/data-source/worker-data-source.service.ts\n \n injectable\n WorkerDataSourceService\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts\n \n injectable\n OntologySearchService\n \n 72 %\n (8/11)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/ontology-search/ontology-search.service.ts\n \n interface\n SearchResult\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/theming/theming.service.ts\n \n injectable\n ThemingService\n \n 83 %\n (10/12)\n \n \n \n \n \n projects/ccf-eui/src/app/core/services/theming/theming.service.ts\n \n variable\n DEFAULT_THEME\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/action-as-fn.ts\n \n function\n actionAsFn\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n injectable\n ColorAssignmentState\n \n 12 %\n (1/8)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n interface\n Color\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n interface\n ColorAssignmentStateModel\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n variable\n DEFAULT_COLOR_PALETTE\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.actions.ts\n \n class\n UpdateFilter\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.selectors.ts\n \n class\n DataStateSelectors\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n injectable\n DataState\n \n 77 %\n (37/48)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n interface\n DataStateModel\n \n 28 %\n (2/7)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n function\n allCompleted\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n function\n queryData\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n function\n sendCompletedTo\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n variable\n DEFAULT_FILTER\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/icon-registry/default-icons.ts\n \n interface\n DefaultIconDefinition\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/icon-registry/default-icons.ts\n \n variable\n DEFAULT_ICONS\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n injectable\n IconRegistryState\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n interface\n IconDefinition\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts\n \n injectable\n ListResultsState\n \n 50 %\n (6/12)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/list-results/list-results.state.ts\n \n interface\n ListResultsStateModel\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n injectable\n SceneState\n \n 65 %\n (13/20)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n interface\n SceneStateModel\n \n 0 %\n (0/8)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n variable\n DEFAULT_SELECTED_ORGANS\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n class\n AddSearch\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n class\n RemoveSearch\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.actions.ts\n \n class\n SetSelectedSearches\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.selectors.ts\n \n class\n SpatialSearchFilterSelectors\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n injectable\n SpatialSearchFilterState\n \n 0 %\n (0/7)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n interface\n SpatialSearchFilterItem\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n GenerateSpatialSearch\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n MoveToNode\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n ResetPosition\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n ResetRadius\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetExecuteSearchOnGenerate\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetOrgan\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetPosition\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetRadius\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n SetSex\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n StartSpatialSearchFlow\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.actions.ts\n \n class\n UpdateSpatialSearch\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.selectors.ts\n \n class\n SpatialSearchUiSelectors\n \n 0 %\n (0/19)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n class\n ReallyUpdateSpatialSearch\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n injectable\n SpatialSearchUiState\n \n 46 %\n (7/15)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n interface\n Position\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n interface\n RadiusSettings\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n interface\n SpatialSearchUiModel\n \n 0 %\n (0/14)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-ui/spatial-search-ui.state.ts\n \n interface\n TermResult\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/store.module.ts\n \n variable\n ROOT_STATES\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/filters/filters-content/filters-content.component.ts\n \n component\n FiltersContentComponent\n \n 100 %\n (17/17)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/filters/filters-popover/filters-popover.component.ts\n \n component\n FiltersPopoverComponent\n \n 100 %\n (13/13)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-search/ontology-search.component.ts\n \n component\n OntologySearchComponent\n \n 92 %\n (12/13)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-selection/ontology-selection.component.ts\n \n component\n OntologySelectionComponent\n \n 47 %\n (10/21)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n component\n OntologyTreeComponent\n \n 74 %\n (35/47)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n variable\n getLevel\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n variable\n isExpandable\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n variable\n labelMap\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/results-browser/donor-card/donor-card.component.ts\n \n component\n DonorCardComponent\n \n 93 %\n (14/15)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/results-browser/results-browser/results-browser.component.ts\n \n component\n ResultsBrowserComponent\n \n 66 %\n (12/18)\n \n \n \n \n \n projects/ccf-eui/src/app/modules/results-browser/tissue-section-vis/tissue-section-vis.component.ts\n \n component\n TissueSectionVisComponent\n \n 83 %\n (5/6)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/button-toggle/button-toggle.component.ts\n \n component\n ButtonToggleComponent\n \n 12 %\n (1/8)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/checkbox/checkbox.component.ts\n \n component\n CheckboxComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts\n \n component\n ContainerComponent\n \n 100 %\n (13/13)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts\n \n function\n throwDuplicateDrawersError\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/content/content.component.ts\n \n component\n ContentComponent\n \n 100 %\n (18/18)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n component\n DrawerComponent\n \n 95 %\n (42/44)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n class\n InitializationState\n \n 100 %\n (7/7)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n variable\n EXPAND_COLLAPSE_PARAMS_DEFAULT\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n interface\n ContentContainerChanged\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerContainersChanged\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerInitialized\n \n 100 %\n (2/2)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerToggled\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n variable\n MessageService\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts\n \n component\n ToggleButtonComponent\n \n 100 %\n (12/12)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/dropdown/dropdown.component.ts\n \n component\n DropdownComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/dual-slider/dual-slider.component.ts\n \n component\n DualSliderComponent\n \n 100 %\n (26/26)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/run-spatial-search/run-spatial-search.component.ts\n \n component\n RunSpatialSearchComponent\n \n 80 %\n (4/5)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config-behavior/spatial-search-config-behavior.component.ts\n \n component\n SpatialSearchConfigBehaviorComponent\n \n 0 %\n (0/16)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts\n \n component\n SpatialSearchConfigComponent\n \n 81 %\n (9/11)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-ui-behavior/spatial-search-ui-behavior.component.ts\n \n component\n SpatialSearchUiBehaviorComponent\n \n 29 %\n (8/27)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-ui/spatial-search-ui.component.ts\n \n component\n SpatialSearchUiComponent\n \n 100 %\n (24/24)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/spinner-overlay/spinner-overlay.component.ts\n \n component\n SpinnerOverlayComponent\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/term-occurence-list/term-occurrence.component.ts\n \n component\n TermOccurrenceListComponent\n \n 66 %\n (4/6)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts\n \n component\n ThumbnailCarouselComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts\n \n variable\n nextUid\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/tissue-block-list/tissue-block-list.component.ts\n \n component\n TissueBlockListComponent\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/viewer/viewer.component.ts\n \n component\n ViewerComponent\n \n 20 %\n (2/10)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n class\n MessageChannel\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n injectable\n MessageService\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n interface\n Message\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n interface\n MessageServiceConfig\n \n 100 %\n (2/2)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n variable\n MESSAGE_SERVICE_CONFIG\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n variable\n MESSAGE_SERVICE_DEFAULT_CONFIG\n \n 100 %\n (1/1)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular-ru/cdk : 14.10.1\n \n @angular-ru/common : 15.313.0\n \n @angular-ru/ngxs : 14.1.4\n \n @angular-slider/ngx-slider : ^2.0.4\n \n @angular/animations : ^16.1.5\n \n @angular/cdk : ^16.1.5\n \n @angular/common : ^16.1.5\n \n @angular/compiler : ^16.1.5\n \n @angular/core : ^16.1.6\n \n @angular/elements : ^16.1.6\n \n @angular/forms : ^16.1.5\n \n @angular/material : ^16.1.5\n \n @angular/platform-browser : ^16.1.5\n \n @angular/platform-browser-dynamic : ^16.1.5\n \n @angular/router : ^16.1.5\n \n @angular/youtube-player : ^16.1.5\n \n @comunica/query-sparql-rdfjs : ^2.8.1\n \n @deck.gl/core : ~8.8.20\n \n @deck.gl/geo-layers : ~8.8.20\n \n @deck.gl/layers : ~8.8.20\n \n @deck.gl/mesh-layers : ~8.8.20\n \n @loaders.gl/core : ~3.2.10\n \n @loaders.gl/draco : ~3.2.10\n \n @loaders.gl/gltf : ~3.2.10\n \n @luma.gl/core : ~8.5.16\n \n @math.gl/core : ~3.6.3\n \n @math.gl/culling : ~3.5.7\n \n @ngxs-labs/dispatch-decorator : ^5.0.0\n \n @ngxs/logger-plugin : ^3.8.1\n \n @ngxs/storage-plugin : ^3.8.1\n \n @ngxs/store : ^3.8.1\n \n @rdfjs/data-model : ^2.0.1\n \n @webcomponents/webcomponentsjs : ^2.8.0\n \n bind-decorator : ^1.0.11\n \n body-parser : ^1.20.2\n \n cannon-es : ^0.20.0\n \n comlink : ^4.4.1\n \n concat : ^1.0.3\n \n cors : ^2.8.5\n \n css-element-queries : ^1.2.3\n \n document-register-element : ^1.14.10\n \n dotenv : ^16.3.1\n \n express : ^4.18.2\n \n file-saver : ^2.0.5\n \n fs-extra : ^11.1.1\n \n graphology : ^0.20.0\n \n graphology-shortest-path : ^1.4.1\n \n helmet : ^7.0.0\n \n hex-rgb : ^5.0.0\n \n idb-keyval : ^6.2.1\n \n jsonld : ^8.2.0\n \n lodash : ^4.17.21\n \n lru-cache : ^10.0.0\n \n n3 : ^1.17.0\n \n ngx-google-analytics : ^14.0.1\n \n ngx-markdown : ^16.0.0\n \n ngx-slider-v2 : ^16.0.2\n \n node-fetch : ^3.3.2\n \n object-hash : ^3.0.0\n \n qs : ^6.11.2\n \n rdf-literal : ^1.3.1\n \n rdfxml-streaming-parser : ^1.4.0\n \n readable-stream : ^4.4.2\n \n rxjs : ^7.8.1\n \n stream-browserify : ^3.0.0\n \n swiper : ^8.0.6\n \n ts-cacheable : ^1.0.9\n \n tslib : ^2.6.1\n \n uuid : ^9.0.0\n \n zone.js : ~0.13.1\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/enumerations.html":{"url":"miscellaneous/enumerations.html","title":"miscellaneous-enumerations - enumerations","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Enumerations\n\n\n\n Index\n \n \n \n \n \n \n DataQueryState   (projects/.../data.state.ts)\n \n \n \n \n \n \n\n\n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n \n \n \n \n \n DataQueryState\n \n \n \n \n Current state of data queries.\n\n \n \n \n \n  Running\n \n \n \n \n Value : running\n \n \n \n \n  Completed\n \n \n \n \n Value : completed\n \n \n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n actionAsFn   (projects/.../action-as-fn.ts)\n \n \n allCompleted   (projects/.../data.state.ts)\n \n \n checkOptionalProperty   (projects/.../app-web-component.component.ts)\n \n \n isNumber   (projects/.../app-web-component.component.ts)\n \n \n isNumberArray   (projects/.../app-web-component.component.ts)\n \n \n isString   (projects/.../app-web-component.component.ts)\n \n \n isStringArray   (projects/.../app-web-component.component.ts)\n \n \n parseDataSources   (projects/.../app-web-component.component.ts)\n \n \n parseFilter   (projects/.../app-web-component.component.ts)\n \n \n queryData   (projects/.../data.state.ts)\n \n \n sendCompletedTo   (projects/.../data.state.ts)\n \n \n throwDuplicateDrawersError   (projects/.../container.component.ts)\n \n \n \n \n \n \n\n\n projects/ccf-eui/src/app/core/store/action-as-fn.ts\n \n \n \n \n \n \n \n actionAsFn\n \n \n \n \n \n \nactionAsFn(type: T)\n \n \n\n\n\n\n \n \n Small utility for creating callables that construct a new action\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n type\n \n T\n \n\n \n No\n \n\n\n \n Action type\n\n \n \n \n \n \n \n Returns : InstanceType\n\n \n \n Callable that creates a new action when called\n\n \n \n \n \n \n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n \n \n \n \n \n \n allCompleted\n \n \n \n \n \n \nallCompleted(states)\n \n \n\n\n\n\n \n \n Helper for testing that all states in an array are DataQueryState.Completed.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n states\n\n \n No\n \n\n\n \n The array of states to test.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if all values in the array is Completed.\n\n \n \n \n \n \n \n \n \n \n \n \n queryData\n \n \n \n \n \n \nqueryData(query, next?)\n \n \n\n\n\n\n \n \n Helper operator that combines querying with sharing and replay functionality.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n query\n\n \n No\n \n\n\n \n The data query function.\n\n \n \n \n next\n\n \n Yes\n \n\n\n \n An optional listener on the values emitted by the latest query.\n\n \n \n \n \n \n \n Returns : OperatorFunction>\n\n \n \n The combined pipe operator function.\n\n \n \n \n \n \n \n \n \n \n \n \n sendCompletedTo\n \n \n \n \n \n \nsendCompletedTo(subject: Subject)\n \n \n\n\n\n\n \n \n Helper creating a function that sends a DataQueryState.Completed to\na subject whenever it is called.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n subject\n \n Subject\n \n\n \n No\n \n\n\n \n The subject to send completed messagess to.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n The function.\n\n \n \n \n \n \n projects/ccf-eui/src/app/app-web-component.component.ts\n \n \n \n \n \n \n \n checkOptionalProperty\n \n \n \n \n \n \ncheckOptionalProperty(name: string, obj, prop: string, validator)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n name\n \n string\n \n\n \n No\n \n\n\n \n \n obj\n \n \n\n \n No\n \n\n\n \n \n prop\n \n string\n \n\n \n No\n \n\n\n \n \n validator\n \n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isNumber\n \n \n \n \n \n \nisNumber(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : number\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isNumberArray\n \n \n \n \n \n \nisNumberArray(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : number[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isString\n \n \n \n \n \n \nisString(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isStringArray\n \n \n \n \n \n \nisStringArray(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n parseDataSources\n \n \n \n \n \n \nparseDataSources(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n parseFilter\n \n \n \n \n \n \nparseFilter(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string | Partial\n\n \n \n \n \n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/container/container.component.ts\n \n \n \n \n \n \n \n throwDuplicateDrawersError\n \n \n \n \n \n \nthrowDuplicateDrawersError(position)\n \n \n\n\n\n\n \n \n Helper function for creating drawer errors.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n position\n\n \n No\n \n\n\n \n The position of the drawer.\n\n \n \n \n \n \n \n Returns : never\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nHuman Reference Atlas (HRA) - User Interfaces\n\n\n\n\n\n\n\nThis repository is a monorepo (multiple projects in one repository) containing the software to build the EUI, RUI, and Organ-Info.\nWebsite Links\n\nHRA Exploration User Interface (EUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app\nProduction: https://portal.hubmapconsortium.org/ccf-eui\nProduction (alt): https://hubmapconsortium.github.io/ccf-ui/\nStaging: https://hubmap-ccf-ui.netlify.app/\nOld Version 0.6.0: https://old--hubmap-ccf-ui.netlify.app\n\n\nHRA Registration User Interface (RUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app/rui/\nProduction: https://hubmapconsortium.github.io/ccf-ui/rui/\nStaging: https://hubmap-ccf-ui.netlify.app/rui/\n\n\nHRA Organ Info Component (Organ-Info)\nProduction: https://hubmapconsortium.github.io/ccf-ui/organ-info/\nStaging: https://hubmap-ccf-ui.netlify.app/organ-info/\n\n\nHRA API\nProduction: https://apps.humanatlas.io/hra-api/\nStaging: https://apps.humanatlas.io/hra-api--staging/\nOpenAPI Specification: ccf-api-spec.yaml\n\n\nHRA API Client Libraries:\nJavaScript: @ccf-openapi/js-client\nTypeScript: @ccf-openapi/ts-client\nAngular 12+: @ccf-openapi/ng-client\nPython 3.6+: ccf-openapi\n\n\nHRA API Sample Notebooks/Vignettes:\nPython 3.6+:\nBasic Usage: ccf-api-usage.ipynb\nUse case walkthrough: ccf-api-usecase.ipynb\n\n\nJavaScript:\nBasic Usage: https://observablehq.com/@cns-iu/ccf-api-documentation-javascript\nUse case walkthrough: https://observablehq.com/@cns-iu/ccf-api-usecase-javascript\n\n\n\n\n\nBackground and More Information\nFor more information about the Human Reference Atlas (HRA) and the Common Coordinate Framework (CCF), see the HuBMAP HRA Portal at https://humanatlas.io.\nChange Log\nSee the ChangeLog for the latest developments.\nCredits\nThis software is developed by the Cyberinfrastructure for Network Science Center at Indiana University. It is funded by NIH Award OT2OD026671.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nMIT License\nCopyright (c) 2019 HuBMAP Consortium\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ButtonToggleModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n CheckboxModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n CoreModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DonorCardModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DrawerModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DropdownModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DualSliderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n FiltersContentModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n FiltersPopoverModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n HeaderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OntologyExplorationModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OntologySearchModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OntologySelectionModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OntologyTreeModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ResultsBrowserModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RunSpatialSearchModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpatialSearchConfigBehaviorModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpatialSearchConfigModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpatialSearchUiBehaviorModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpatialSearchUiModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SpinnerOverlayModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StoreModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n TermOccurrenceListModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ThemingModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ThumbnailCarouselModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TissueBlockListModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TissueSectionVisModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ViewerModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_ButtonToggleModule\n\n\n\ncluster_ButtonToggleModule_declarations\n\n\n\ncluster_ButtonToggleModule_exports\n\n\n\ncluster_CheckboxModule\n\n\n\ncluster_CheckboxModule_declarations\n\n\n\ncluster_CheckboxModule_exports\n\n\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\ncluster_CoreModule_exports\n\n\n\ncluster_DonorCardModule\n\n\n\ncluster_DonorCardModule_declarations\n\n\n\ncluster_DonorCardModule_imports\n\n\n\ncluster_DonorCardModule_exports\n\n\n\ncluster_DrawerModule\n\n\n\ncluster_DrawerModule_declarations\n\n\n\ncluster_DrawerModule_exports\n\n\n\ncluster_DropdownModule\n\n\n\ncluster_DropdownModule_declarations\n\n\n\ncluster_DropdownModule_exports\n\n\n\ncluster_DualSliderModule\n\n\n\ncluster_DualSliderModule_declarations\n\n\n\ncluster_DualSliderModule_exports\n\n\n\ncluster_FiltersContentModule\n\n\n\ncluster_FiltersContentModule_declarations\n\n\n\ncluster_FiltersContentModule_exports\n\n\n\ncluster_FiltersPopoverModule\n\n\n\ncluster_FiltersPopoverModule_declarations\n\n\n\ncluster_FiltersPopoverModule_exports\n\n\n\ncluster_HeaderModule\n\n\n\ncluster_HeaderModule_declarations\n\n\n\ncluster_HeaderModule_exports\n\n\n\ncluster_OntologyExplorationModule\n\n\n\ncluster_OntologyExplorationModule_imports\n\n\n\ncluster_OntologyExplorationModule_exports\n\n\n\ncluster_OntologySearchModule\n\n\n\ncluster_OntologySearchModule_declarations\n\n\n\ncluster_OntologySearchModule_exports\n\n\n\ncluster_OntologySelectionModule\n\n\n\ncluster_OntologySelectionModule_declarations\n\n\n\ncluster_OntologySelectionModule_OntologySelectionComponent_providers\n\n\n\ncluster_OntologySelectionModule_exports\n\n\n\ncluster_OntologyTreeModule\n\n\n\ncluster_OntologyTreeModule_declarations\n\n\n\ncluster_OntologyTreeModule_exports\n\n\n\ncluster_ResultsBrowserModule\n\n\n\ncluster_ResultsBrowserModule_declarations\n\n\n\ncluster_ResultsBrowserModule_exports\n\n\n\ncluster_RunSpatialSearchModule\n\n\n\ncluster_RunSpatialSearchModule_declarations\n\n\n\ncluster_RunSpatialSearchModule_exports\n\n\n\ncluster_SpatialSearchConfigBehaviorModule\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_declarations\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_imports\n\n\n\ncluster_SpatialSearchConfigBehaviorModule_exports\n\n\n\ncluster_SpatialSearchConfigModule\n\n\n\ncluster_SpatialSearchConfigModule_declarations\n\n\n\ncluster_SpatialSearchConfigModule_exports\n\n\n\ncluster_SpatialSearchUiBehaviorModule\n\n\n\ncluster_SpatialSearchUiBehaviorModule_declarations\n\n\n\ncluster_SpatialSearchUiBehaviorModule_imports\n\n\n\ncluster_SpatialSearchUiBehaviorModule_exports\n\n\n\ncluster_SpatialSearchUiModule\n\n\n\ncluster_SpatialSearchUiModule_declarations\n\n\n\ncluster_SpatialSearchUiModule_imports\n\n\n\ncluster_SpatialSearchUiModule_exports\n\n\n\ncluster_SpinnerOverlayModule\n\n\n\ncluster_SpinnerOverlayModule_declarations\n\n\n\ncluster_SpinnerOverlayModule_exports\n\n\n\ncluster_TermOccurrenceListModule\n\n\n\ncluster_TermOccurrenceListModule_declarations\n\n\n\ncluster_TermOccurrenceListModule_exports\n\n\n\ncluster_ThemingModule\n\n\n\ncluster_ThemingModule_providers\n\n\n\ncluster_ThumbnailCarouselModule\n\n\n\ncluster_ThumbnailCarouselModule_declarations\n\n\n\ncluster_ThumbnailCarouselModule_exports\n\n\n\ncluster_TissueBlockListModule\n\n\n\ncluster_TissueBlockListModule_declarations\n\n\n\ncluster_TissueBlockListModule_exports\n\n\n\ncluster_TissueSectionVisModule\n\n\n\ncluster_TissueSectionVisModule_declarations\n\n\n\ncluster_TissueSectionVisModule_exports\n\n\n\ncluster_ViewerModule\n\n\n\ncluster_ViewerModule_declarations\n\n\n\ncluster_ViewerModule_exports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nButtonToggleModule\n\nButtonToggleModule\n\nAppModule -->\n\nButtonToggleModule->AppModule\n\n\n\n\n\nButtonToggleComponent \n\nButtonToggleComponent \n\nButtonToggleComponent -->\n\nButtonToggleModule->ButtonToggleComponent \n\n\n\n\n\nOntologyTreeModule\n\nOntologyTreeModule\n\nOntologyTreeModule -->\n\nButtonToggleModule->OntologyTreeModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nHeaderModule \n\nHeaderModule \n\nHeaderModule -->\n\nCoreModule->HeaderModule \n\n\n\n\n\nDrawerModule\n\nDrawerModule\n\nAppModule -->\n\nDrawerModule->AppModule\n\n\n\n\n\nContainerComponent \n\nContainerComponent \n\nContainerComponent -->\n\nDrawerModule->ContainerComponent \n\n\n\n\n\nContentComponent \n\nContentComponent \n\nContentComponent -->\n\nDrawerModule->ContentComponent \n\n\n\n\n\nDrawerComponent \n\nDrawerComponent \n\nDrawerComponent -->\n\nDrawerModule->DrawerComponent \n\n\n\n\n\nToggleButtonComponent \n\nToggleButtonComponent \n\nToggleButtonComponent -->\n\nDrawerModule->ToggleButtonComponent \n\n\n\n\n\nDualSliderModule\n\nDualSliderModule\n\nAppModule -->\n\nDualSliderModule->AppModule\n\n\n\n\n\nDualSliderComponent \n\nDualSliderComponent \n\nDualSliderComponent -->\n\nDualSliderModule->DualSliderComponent \n\n\n\n\n\nFiltersContentModule\n\nFiltersContentModule\n\nFiltersContentModule -->\n\nDualSliderModule->FiltersContentModule\n\n\n\n\n\nFiltersPopoverModule\n\nFiltersPopoverModule\n\nAppModule -->\n\nFiltersPopoverModule->AppModule\n\n\n\n\n\nFiltersPopoverComponent \n\nFiltersPopoverComponent \n\nFiltersPopoverComponent -->\n\nFiltersPopoverModule->FiltersPopoverComponent \n\n\n\n\n\nOntologyExplorationModule\n\nOntologyExplorationModule\n\nAppModule -->\n\nOntologyExplorationModule->AppModule\n\n\n\n\n\nOntologySearchModule \n\nOntologySearchModule \n\nOntologySearchModule -->\n\nOntologyExplorationModule->OntologySearchModule \n\n\n\n\n\nOntologySelectionModule \n\nOntologySelectionModule \n\nOntologySelectionModule -->\n\nOntologyExplorationModule->OntologySelectionModule \n\n\n\n\n\nOntologyTreeModule \n\nOntologyTreeModule \n\nOntologyTreeModule -->\n\nOntologyExplorationModule->OntologyTreeModule \n\n\n\n\n\nResultsBrowserModule\n\nResultsBrowserModule\n\nAppModule -->\n\nResultsBrowserModule->AppModule\n\n\n\n\n\nResultsBrowserComponent \n\nResultsBrowserComponent \n\nResultsBrowserComponent -->\n\nResultsBrowserModule->ResultsBrowserComponent \n\n\n\n\n\nRunSpatialSearchModule\n\nRunSpatialSearchModule\n\nAppModule -->\n\nRunSpatialSearchModule->AppModule\n\n\n\nFiltersContentModule -->\n\nRunSpatialSearchModule->FiltersContentModule\n\n\n\n\n\nRunSpatialSearchComponent \n\nRunSpatialSearchComponent \n\nRunSpatialSearchComponent -->\n\nRunSpatialSearchModule->RunSpatialSearchComponent \n\n\n\n\n\nSpinnerOverlayModule\n\nSpinnerOverlayModule\n\nAppModule -->\n\nSpinnerOverlayModule->AppModule\n\n\n\n\n\nSpinnerOverlayComponent \n\nSpinnerOverlayComponent \n\nSpinnerOverlayComponent -->\n\nSpinnerOverlayModule->SpinnerOverlayComponent \n\n\n\n\n\nViewerModule\n\nViewerModule\n\nAppModule -->\n\nViewerModule->AppModule\n\n\n\n\n\nViewerComponent \n\nViewerComponent \n\nViewerComponent -->\n\nViewerModule->ViewerComponent \n\n\n\n\n\nButtonToggleComponent\n\nButtonToggleComponent\n\nButtonToggleModule -->\n\nButtonToggleComponent->ButtonToggleModule\n\n\n\n\n\nCheckboxComponent\n\nCheckboxComponent\n\n\n\nCheckboxModule\n\nCheckboxModule\n\nCheckboxModule -->\n\nCheckboxComponent->CheckboxModule\n\n\n\n\n\nCheckboxComponent \n\nCheckboxComponent \n\nCheckboxComponent -->\n\nCheckboxModule->CheckboxComponent \n\n\n\nFiltersContentModule -->\n\nCheckboxModule->FiltersContentModule\n\n\n\n\n\nHeaderModule\n\nHeaderModule\n\nCoreModule -->\n\nHeaderModule->CoreModule\n\n\n\n\n\nHeaderComponent \n\nHeaderComponent \n\nHeaderComponent -->\n\nHeaderModule->HeaderComponent \n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nThemingModule\n\nThemingModule\n\nCoreModule -->\n\nThemingModule->CoreModule\n\n\n\n\n\nDonorCardComponent\n\nDonorCardComponent\n\n\n\nDonorCardModule\n\nDonorCardModule\n\nDonorCardModule -->\n\nDonorCardComponent->DonorCardModule\n\n\n\nResultsBrowserModule -->\n\nDonorCardModule->ResultsBrowserModule\n\n\n\n\n\nDonorCardComponent \n\nDonorCardComponent \n\nDonorCardComponent -->\n\nDonorCardModule->DonorCardComponent \n\n\n\n\n\nThumbnailCarouselModule\n\nThumbnailCarouselModule\n\nDonorCardModule -->\n\nThumbnailCarouselModule->DonorCardModule\n\n\n\n\n\nThumbnailCarouselComponent \n\nThumbnailCarouselComponent \n\nThumbnailCarouselComponent -->\n\nThumbnailCarouselModule->ThumbnailCarouselComponent \n\n\n\n\n\nTissueSectionVisModule\n\nTissueSectionVisModule\n\nDonorCardModule -->\n\nTissueSectionVisModule->DonorCardModule\n\n\n\n\n\nTissueSectionVisComponent \n\nTissueSectionVisComponent \n\nTissueSectionVisComponent -->\n\nTissueSectionVisModule->TissueSectionVisComponent \n\n\n\n\n\nContainerComponent\n\nContainerComponent\n\nDrawerModule -->\n\nContainerComponent->DrawerModule\n\n\n\n\n\nContentComponent\n\nContentComponent\n\nDrawerModule -->\n\nContentComponent->DrawerModule\n\n\n\n\n\nDrawerComponent\n\nDrawerComponent\n\nDrawerModule -->\n\nDrawerComponent->DrawerModule\n\n\n\n\n\nToggleButtonComponent\n\nToggleButtonComponent\n\nDrawerModule -->\n\nToggleButtonComponent->DrawerModule\n\n\n\n\n\nDropdownComponent\n\nDropdownComponent\n\n\n\nDropdownModule\n\nDropdownModule\n\nDropdownModule -->\n\nDropdownComponent->DropdownModule\n\n\n\n\n\nDropdownComponent \n\nDropdownComponent \n\nDropdownComponent -->\n\nDropdownModule->DropdownComponent \n\n\n\nFiltersContentModule -->\n\nDropdownModule->FiltersContentModule\n\n\n\n\n\nDualSliderComponent\n\nDualSliderComponent\n\nDualSliderModule -->\n\nDualSliderComponent->DualSliderModule\n\n\n\n\n\nFiltersContentComponent\n\nFiltersContentComponent\n\nFiltersContentModule -->\n\nFiltersContentComponent->FiltersContentModule\n\n\n\nFiltersPopoverModule -->\n\nFiltersContentModule->FiltersPopoverModule\n\n\n\n\n\nFiltersContentComponent \n\nFiltersContentComponent \n\nFiltersContentComponent -->\n\nFiltersContentModule->FiltersContentComponent \n\n\n\n\n\nFiltersPopoverComponent\n\nFiltersPopoverComponent\n\nFiltersPopoverModule -->\n\nFiltersPopoverComponent->FiltersPopoverModule\n\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\nHeaderModule -->\n\nHeaderComponent->HeaderModule\n\n\n\n\n\nOntologySearchModule\n\nOntologySearchModule\n\nOntologyExplorationModule -->\n\nOntologySearchModule->OntologyExplorationModule\n\n\n\n\n\nOntologySelectionModule\n\nOntologySelectionModule\n\nOntologySelectionModule -->\n\nOntologySearchModule->OntologySelectionModule\n\n\n\n\n\nOntologySearchComponent \n\nOntologySearchComponent \n\nOntologySearchComponent -->\n\nOntologySearchModule->OntologySearchComponent \n\n\n\nOntologyExplorationModule -->\n\nOntologySelectionModule->OntologyExplorationModule\n\n\n\n\n\nOntologySelectionComponent \n\nOntologySelectionComponent \n\nOntologySelectionComponent -->\n\nOntologySelectionModule->OntologySelectionComponent \n\n\n\nOntologyExplorationModule -->\n\nOntologyTreeModule->OntologyExplorationModule\n\n\n\nOntologySelectionModule -->\n\nOntologyTreeModule->OntologySelectionModule\n\n\n\n\n\nOntologyTreeComponent \n\nOntologyTreeComponent \n\nOntologyTreeComponent -->\n\nOntologyTreeModule->OntologyTreeComponent \n\n\n\n\n\nOntologySearchComponent\n\nOntologySearchComponent\n\nOntologySearchModule -->\n\nOntologySearchComponent->OntologySearchModule\n\n\n\n\n\nOntologySelectionComponent\n\nOntologySelectionComponent\n\nOntologySelectionModule -->\n\nOntologySelectionComponent->OntologySelectionModule\n\n\n\n\n\nOntologySearchService\n\nOntologySearchService\n\nOntologySelectionComponent -->\n\nOntologySearchService->OntologySelectionComponent\n\n\n\n\n\nOntologyTreeComponent\n\nOntologyTreeComponent\n\nOntologyTreeModule -->\n\nOntologyTreeComponent->OntologyTreeModule\n\n\n\n\n\nResultsBrowserComponent\n\nResultsBrowserComponent\n\nResultsBrowserModule -->\n\nResultsBrowserComponent->ResultsBrowserModule\n\n\n\n\n\nRunSpatialSearchComponent\n\nRunSpatialSearchComponent\n\nRunSpatialSearchModule -->\n\nRunSpatialSearchComponent->RunSpatialSearchModule\n\n\n\n\n\nSpatialSearchConfigBehaviorComponent\n\nSpatialSearchConfigBehaviorComponent\n\n\n\nSpatialSearchConfigBehaviorModule\n\nSpatialSearchConfigBehaviorModule\n\nSpatialSearchConfigBehaviorModule -->\n\nSpatialSearchConfigBehaviorComponent->SpatialSearchConfigBehaviorModule\n\n\n\n\n\nSpatialSearchConfigBehaviorComponent \n\nSpatialSearchConfigBehaviorComponent \n\nSpatialSearchConfigBehaviorComponent -->\n\nSpatialSearchConfigBehaviorModule->SpatialSearchConfigBehaviorComponent \n\n\n\n\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigModule\n\nSpatialSearchConfigBehaviorModule -->\n\nSpatialSearchConfigModule->SpatialSearchConfigBehaviorModule\n\n\n\n\n\nSpatialSearchConfigComponent \n\nSpatialSearchConfigComponent \n\nSpatialSearchConfigComponent -->\n\nSpatialSearchConfigModule->SpatialSearchConfigComponent \n\n\n\n\n\nSpatialSearchConfigComponent\n\nSpatialSearchConfigComponent\n\nSpatialSearchConfigModule -->\n\nSpatialSearchConfigComponent->SpatialSearchConfigModule\n\n\n\n\n\nSpatialSearchUiBehaviorComponent\n\nSpatialSearchUiBehaviorComponent\n\n\n\nSpatialSearchUiBehaviorModule\n\nSpatialSearchUiBehaviorModule\n\nSpatialSearchUiBehaviorModule -->\n\nSpatialSearchUiBehaviorComponent->SpatialSearchUiBehaviorModule\n\n\n\n\n\nSpatialSearchUiBehaviorComponent \n\nSpatialSearchUiBehaviorComponent \n\nSpatialSearchUiBehaviorComponent -->\n\nSpatialSearchUiBehaviorModule->SpatialSearchUiBehaviorComponent \n\n\n\n\n\nSpatialSearchUiModule\n\nSpatialSearchUiModule\n\nSpatialSearchUiBehaviorModule -->\n\nSpatialSearchUiModule->SpatialSearchUiBehaviorModule\n\n\n\n\n\nSpatialSearchUiComponent \n\nSpatialSearchUiComponent \n\nSpatialSearchUiComponent -->\n\nSpatialSearchUiModule->SpatialSearchUiComponent \n\n\n\n\n\nSpatialSearchUiComponent\n\nSpatialSearchUiComponent\n\nSpatialSearchUiModule -->\n\nSpatialSearchUiComponent->SpatialSearchUiModule\n\n\n\n\n\nTermOccurrenceListModule\n\nTermOccurrenceListModule\n\nSpatialSearchUiModule -->\n\nTermOccurrenceListModule->SpatialSearchUiModule\n\n\n\nSpatialSearchUiModule -->\n\nTermOccurrenceListModule->SpatialSearchUiModule\n\n\n\n\n\nTermOccurrenceListComponent \n\nTermOccurrenceListComponent \n\nTermOccurrenceListComponent -->\n\nTermOccurrenceListModule->TermOccurrenceListComponent \n\n\n\n\n\nTissueBlockListModule\n\nTissueBlockListModule\n\nSpatialSearchUiModule -->\n\nTissueBlockListModule->SpatialSearchUiModule\n\n\n\n\n\nTissueBlockListComponent \n\nTissueBlockListComponent \n\nTissueBlockListComponent -->\n\nTissueBlockListModule->TissueBlockListComponent \n\n\n\n\n\nSpinnerOverlayComponent\n\nSpinnerOverlayComponent\n\nSpinnerOverlayModule -->\n\nSpinnerOverlayComponent->SpinnerOverlayModule\n\n\n\n\n\nTermOccurrenceListComponent\n\nTermOccurrenceListComponent\n\nTermOccurrenceListModule -->\n\nTermOccurrenceListComponent->TermOccurrenceListModule\n\n\n\n\n\nThemingService\n\nThemingService\n\nThemingModule -->\n\nThemingService->ThemingModule\n\n\n\n\n\nThumbnailCarouselComponent\n\nThumbnailCarouselComponent\n\nThumbnailCarouselModule -->\n\nThumbnailCarouselComponent->ThumbnailCarouselModule\n\n\n\n\n\nTissueBlockListComponent\n\nTissueBlockListComponent\n\nTissueBlockListModule -->\n\nTissueBlockListComponent->TissueBlockListModule\n\n\n\n\n\nTissueSectionVisComponent\n\nTissueSectionVisComponent\n\nTissueSectionVisModule -->\n\nTissueSectionVisComponent->TissueSectionVisModule\n\n\n\n\n\nViewerComponent\n\nViewerComponent\n\nViewerModule -->\n\nViewerComponent->ViewerModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 29 Modules\n \n \n \n \n \n \n \n \n 29 Components\n \n \n \n \n \n \n \n 13 Injectables\n \n \n \n \n \n \n \n 22 Classes\n \n \n \n \n \n \n \n 23 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 3.7.2\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n Constructor   (projects/.../action-as-fn.ts)\n \n \n ContainerPayload   (projects/.../messages.ts)\n \n \n DrawerPayload   (projects/.../messages.ts)\n \n \n ExpandedState   (projects/.../drawer.component.ts)\n \n \n ExpandedState2   (projects/.../drawer.component.ts)\n \n \n GetChildrenFunc   (projects/.../ontology-tree.component.ts)\n \n \n Message   (projects/.../messages.ts)\n \n \n MessageChannel   (projects/.../messages.ts)\n \n \n MessageService   (projects/.../messages.ts)\n \n \n OpenedState   (projects/.../drawer.component.ts)\n \n \n Payload   (projects/.../messages.ts)\n \n \n Sex   (projects/.../spatial-search-config.component.ts)\n \n \n SpatialSearchFilterModel   (projects/.../spatial-search-filter.state.ts)\n \n \n \n \n \n \n\n\n projects/ccf-eui/src/app/core/store/action-as-fn.ts\n \n \n \n \n \n \n Constructor\n \n \n \n \n \n\n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n \n \n \n \n \n ContainerPayload\n \n \n \n \n Payload types for messages sent from the drawer container.\n\n \n \n \n \n ContentContainerChanged | DrawerContainersChanged\n\n \n \n \n \n \n \n \n \n \n DrawerPayload\n \n \n \n \n Payload types for messages sent from the drawers.\n\n \n \n \n \n DrawerToggled | DrawerInitialized\n\n \n \n \n \n \n \n \n \n \n Message\n \n \n \n \n Specific message type.\n\n \n \n \n \n GenericMessage\n\n \n \n \n \n \n \n \n \n \n MessageChannel\n \n \n \n \n Specific channel type.\n\n \n \n \n \n GenericMessageChannel\n\n \n \n \n \n \n \n \n \n \n MessageService\n \n \n \n \n Specific service type.\n\n \n \n \n \n GenericMessageService\n\n \n \n \n \n \n \n \n \n \n Payload\n \n \n \n \n Combined payload type for all drawer sub components.\n\n \n \n \n \n ContainerPayload | DrawerPayload\n\n \n \n \n \n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n \n \n \n \n \n ExpandedState\n \n \n \n \n Expanded/collapsed state.\n\n \n \n \n \n \"open\" | \"open-instant\" | \"closed\"\n\n \n \n \n \n \n \n \n \n \n ExpandedState2\n \n \n \n \n Expanded state relative to an opposite drawer.\n\n \n \n \n \n \"collapsed\" | \"half\" | \"extended\" | \"full\"\n\n \n \n \n \n \n \n \n \n \n OpenedState\n \n \n \n \n Opened/closed state.\n\n \n \n \n \n \"open\" | \"open-instant\" | \"closed\"\n\n \n \n \n \n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n \n \n \n \n \n GetChildrenFunc\n \n \n \n \n Type of function for getting child nodes from a parent node.\n\n \n \n \n \n function\n\n \n \n \n \n projects/ccf-eui/src/app/shared/components/spatial-search-config/spatial-search-config.component.ts\n \n \n \n \n \n \n Sex\n \n \n \n \n Sex can either be male or female\n\n \n \n \n \n \"male\" | \"female\"\n\n \n \n \n \n projects/ccf-eui/src/app/core/store/spatial-search-filter/spatial-search-filter.state.ts\n \n \n \n \n \n \n SpatialSearchFilterModel\n \n \n \n \n SpatialSearchFilterItem[]\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n database   (projects/.../data-source.worker.ts)\n \n \n DEFAULT_COLOR_PALETTE   (projects/.../color-assignment.state.ts)\n \n \n DEFAULT_FILTER   (projects/.../data.state.ts)\n \n \n DEFAULT_ICONS   (projects/.../default-icons.ts)\n \n \n DEFAULT_SELECTED_ORGANS   (projects/.../scene.state.ts)\n \n \n DEFAULT_THEME   (projects/.../theming.service.ts)\n \n \n EXPAND_COLLAPSE_PARAMS_DEFAULT   (projects/.../drawer.component.ts)\n \n \n getLevel   (projects/.../ontology-tree.component.ts)\n \n \n isExpandable   (projects/.../ontology-tree.component.ts)\n \n \n labelMap   (projects/.../ontology-tree.component.ts)\n \n \n MESSAGE_SERVICE_CONFIG   (projects/.../message.service.ts)\n \n \n MESSAGE_SERVICE_DEFAULT_CONFIG   (projects/.../message.service.ts)\n \n \n MessageService   (projects/.../messages.ts)\n \n \n nextUid   (projects/.../thumbnail-carousel.component.ts)\n \n \n ROOT_STATES   (projects/.../store.module.ts)\n \n \n \n \n \n \n\n\n projects/ccf-eui/src/app/core/services/data-source/data-source.worker.ts\n \n \n \n \n \n \n \n database\n \n \n \n \n \n \n Default value : new CCFDatabase()\n \n \n\n \n \n Worker thread database.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/core/store/color-assignment/color-assignment.state.ts\n \n \n \n \n \n \n \n DEFAULT_COLOR_PALETTE\n \n \n \n \n \n \n Type : Color[]\n\n \n \n \n \n Default value : [\n '#FF8800',\n '#2979ff',\n '#ffd740',\n '#b92dff',\n '#da326f',\n '#7323e2',\n '#acf32b',\n '#82B1FF',\n '#E040FB',\n '#00E5FF'\n].map((color, rank) => {\n const rgba = hexRgb(color, { format: 'array' });\n rgba[3] = 255; // for Deck.gl\n return { color, rgba, rank };\n})\n \n \n\n\n \n \n\n projects/ccf-eui/src/app/core/store/data/data.state.ts\n \n \n \n \n \n \n \n DEFAULT_FILTER\n \n \n \n \n \n \n Type : Filter\n\n \n \n \n \n Default value : {\n sex: 'Both',\n ageRange: [1, 110],\n bmiRange: [13, 83],\n consortiums: [],\n tmc: [],\n technologies: [],\n ontologyTerms: ['http://purl.obolibrary.org/obo/UBERON_0013702'],\n cellTypeTerms: ['http://purl.obolibrary.org/obo/CL_0000000'],\n biomarkerTerms: ['http://purl.org/ccf/biomarkers'],\n spatialSearches: []\n}\n \n \n\n \n \n Default values for filters.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/core/store/icon-registry/default-icons.ts\n \n \n \n \n \n \n \n DEFAULT_ICONS\n \n \n \n \n \n \n Type : DefaultIconDefinition[]\n\n \n \n \n \n Default value : [\n // Reference Organs\n { name: 'bladder', namespace: 'app', url: 'assets/icons/organs/ico-organs-bladder.svg' },\n { name: 'blood', namespace: 'app', url: 'assets/icons/organs/ico-organs-blood.svg' },\n { name: 'bone-marrow', namespace: 'app', url: 'assets/icons/organs/ico-organs-bone-marrow.svg' },\n { name: 'brain', namespace: 'app', url: 'assets/icons/organs/ico-organs-brain.svg' },\n { name: 'eye', namespace: 'app', url: 'assets/icons/organs/ico-organs-eye.svg' },\n { name: 'fallopian-tube-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-left.svg' },\n { name: 'fallopian-tube-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-right.svg' },\n { name: 'heart', namespace: 'app', url: 'assets/icons/organs/ico-organs-heart.svg' },\n { name: 'kidney-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-left.svg' },\n { name: 'kidney-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-right.svg' },\n { name: 'kidney', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney.svg' },\n { name: 'knee', namespace: 'app', url: 'assets/icons/organs/ico-organs-knee.svg' },\n { name: 'large-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-large-intestine.svg' },\n { name: 'larynx', namespace: 'app', url: 'assets/icons/organs/ico-organs-larynx.svg' },\n { name: 'liver', namespace: 'app', url: 'assets/icons/organs/ico-organs-liver.svg' },\n { name: 'lung-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-left.svg' },\n { name: 'lung-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-right.svg' },\n { name: 'lung', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung.svg' },\n { name: 'lymph-nodes', namespace: 'app', url: 'assets/icons/organs/ico-organs-lymph-nodes.svg' },\n { name: 'main-bronchus', namespace: 'app', url: 'assets/icons/organs/ico-organs-extrapulmonary bronchus.svg' },\n { name: 'mammary-gland', namespace: 'app', url: 'assets/icons/organs/ico-organs-breast.svg' },\n { name: 'neuron', namespace: 'app', url: 'assets/icons/organs/ico-organs-neuron.svg' },\n { name: 'ovaries', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovaries.svg' },\n { name: 'ovary-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-left.svg' },\n { name: 'ovary-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-right.svg' },\n { name: 'palatine-tonsil', namespace: 'app', url: 'assets/icons/organs/ico-organs-palatine tonsil.svg' },\n { name: 'pancreas', namespace: 'app', url: 'assets/icons/organs/ico-organs-pancreas.svg' },\n { name: 'pelvis-f', namespace: 'app', url: 'assets/icons/organs/ico-organs-pelvis-f.svg' },\n { name: 'placenta', namespace: 'app', url: 'assets/icons/organs/ico-organs-placenta.svg' },\n { name: 'prostate', namespace: 'app', url: 'assets/icons/organs/ico-organs-prostate.svg' },\n { name: 'skin', namespace: 'app', url: 'assets/icons/organs/ico-organs-skin.svg' },\n { name: 'small-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-small intestine.svg' },\n { name: 'spinal-cord', namespace: 'app', url: 'assets/icons/organs/ico-organs-spinal-cord.svg' },\n { name: 'spleen', namespace: 'app', url: 'assets/icons/organs/ico-organs-spleen.svg' },\n { name: 'stomach', namespace: 'app', url: 'assets/icons/organs/ico-organs-stomach.svg' },\n { name: 'thymus', namespace: 'app', url: 'assets/icons/organs/ico-organs-thymus.svg' },\n { name: 'trachea', namespace: 'app', url: 'assets/icons/organs/ico-organs-trachea.svg' },\n { name: 'ureter-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-left.svg' },\n { name: 'ureter-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-right.svg' },\n { name: 'uterus', namespace: 'app', url: 'assets/icons/organs/ico-organs-uterus.svg' },\n { name: 'vasculature-thick', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thick.svg' },\n { name: 'vasculature-thin', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thin.svg' },\n\n { name: 'opacity', namespace: 'app', url: 'assets/icons/opacity-24px.svg' },\n { name: 'visibility_on', namespace: 'app', url: 'assets/icons/visibility-on-24px.svg' },\n { name: 'visibility_off', namespace: 'app', url: 'assets/icons/visibility-off-24px.svg' },\n { name: 'expand_more', namespace: 'app', url: 'assets/icons/expand_more-24px.svg' },\n { name: 'expand_less', namespace: 'app', url: 'assets/icons/expand_less-24px.svg' },\n { name: 'filter', url: 'assets/icons/filter.svg' }\n]\n \n \n\n \n \n Icons registered at startup.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/core/store/scene/scene.state.ts\n \n \n \n \n \n \n \n DEFAULT_SELECTED_ORGANS\n \n \n \n \n \n \n Default value : new Set([\n 'http://purl.obolibrary.org/obo/UBERON_0002097',\n 'http://purl.obolibrary.org/obo/UBERON_0004538',\n 'http://purl.obolibrary.org/obo/UBERON_0004539',\n 'http://purl.obolibrary.org/obo/UBERON_0000948',\n 'http://purl.obolibrary.org/obo/UBERON_0002113',\n 'http://purl.obolibrary.org/obo/UBERON_0002106'])\n \n \n\n\n \n \n\n projects/ccf-eui/src/app/core/services/theming/theming.service.ts\n \n \n \n \n \n \n \n DEFAULT_THEME\n \n \n \n \n \n \n Default value : new InjectionToken('Default theme class')\n \n \n\n \n \n Token for specifying the default theme class.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n \n \n \n \n \n \n EXPAND_COLLAPSE_PARAMS_DEFAULT\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n params: {\n width: 0,\n margin: 0,\n margin2: 0\n }\n}\n \n \n\n \n \n Default animation parameters.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/modules/ontology-exploration/ontology-tree/ontology-tree.component.ts\n \n \n \n \n \n \n \n getLevel\n \n \n \n \n \n \n Default value : property('level')\n \n \n\n \n \n Getter function for 'level' on a flat node.\n\n \n \n\n \n \n \n \n \n \n \n \n isExpandable\n \n \n \n \n \n \n Default value : property('expandable')\n \n \n\n \n \n Getter function for 'expandable' on a flat node.\n\n \n \n\n \n \n \n \n \n \n \n \n labelMap\n \n \n \n \n \n \n Default value : new Map([\n ['colon', 'large intestine'],\n ['body', 'Anatomical Structures (AS)'],\n ['cell', 'Cell Types (CT)']\n])\n \n \n\n\n \n \n\n projects/ccf-eui/src/app/shared/services/message/message.service.ts\n \n \n \n \n \n \n \n MESSAGE_SERVICE_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n)\n \n \n\n \n \n Token for specifying the message service configuration.\n\n \n \n\n \n \n \n \n \n \n \n \n MESSAGE_SERVICE_DEFAULT_CONFIG\n \n \n \n \n \n \n Type : MessageServiceConfig\n\n \n \n \n \n Default value : {\n isolated: true\n}\n \n \n\n \n \n Default message service configuration.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/shared/components/drawer/messages.ts\n \n \n \n \n \n \n \n MessageService\n \n \n \n \n \n \n Default value : GenericMessageService\n \n \n\n \n \n Reference to the service class.\n\n \n \n\n \n \n\n projects/ccf-eui/src/app/shared/components/thumbnail-carousel/thumbnail-carousel.component.ts\n \n \n \n \n \n \n \n nextUid\n \n \n \n \n \n \n Default value : (() => {\n let counter = -1;\n return () => {\n counter += 1;\n return counter;\n };\n})()\n \n \n\n\n \n \n\n projects/ccf-eui/src/app/core/store/store.module.ts\n \n \n \n \n \n \n \n ROOT_STATES\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n GlobalConfigState,\n ColorAssignmentState,\n IconRegistryState,\n ListResultsState,\n DataState,\n SceneState,\n CallToActionState,\n SpatialSearchUiState,\n SpatialSearchFilterState\n]\n \n \n\n \n \n States shared across the entire app.\n\n \n \n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} } diff --git a/docs/ccf-eui/modules/CheckboxModule.html b/docs/ccf-eui/modules/CheckboxModule.html index b384dd5cd..c41a98827 100644 --- a/docs/ccf-eui/modules/CheckboxModule.html +++ b/docs/ccf-eui/modules/CheckboxModule.html @@ -66,14 +66,14 @@ cluster_CheckboxModule - -cluster_CheckboxModule_declarations - - cluster_CheckboxModule_exports + +cluster_CheckboxModule_declarations + + CheckboxComponent diff --git a/docs/ccf-eui/modules/CheckboxModule/dependencies.svg b/docs/ccf-eui/modules/CheckboxModule/dependencies.svg index aa694e44d..d7983a11c 100644 --- a/docs/ccf-eui/modules/CheckboxModule/dependencies.svg +++ b/docs/ccf-eui/modules/CheckboxModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_CheckboxModule - -cluster_CheckboxModule_declarations - - cluster_CheckboxModule_exports + +cluster_CheckboxModule_declarations + + CheckboxComponent diff --git a/docs/ccf-eui/modules/CoreModule.html b/docs/ccf-eui/modules/CoreModule.html index 4cf62afbd..a90ba361a 100644 --- a/docs/ccf-eui/modules/CoreModule.html +++ b/docs/ccf-eui/modules/CoreModule.html @@ -66,14 +66,14 @@ cluster_CoreModule - -cluster_CoreModule_exports - - cluster_CoreModule_imports + +cluster_CoreModule_exports + + HeaderModule diff --git a/docs/ccf-eui/modules/CoreModule/dependencies.svg b/docs/ccf-eui/modules/CoreModule/dependencies.svg index 443fa7ba4..42781674d 100644 --- a/docs/ccf-eui/modules/CoreModule/dependencies.svg +++ b/docs/ccf-eui/modules/CoreModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_CoreModule - -cluster_CoreModule_exports - - cluster_CoreModule_imports + +cluster_CoreModule_exports + + HeaderModule diff --git a/docs/ccf-eui/modules/DonorCardModule.html b/docs/ccf-eui/modules/DonorCardModule.html index e76ad1af4..75fcdc970 100644 --- a/docs/ccf-eui/modules/DonorCardModule.html +++ b/docs/ccf-eui/modules/DonorCardModule.html @@ -66,71 +66,71 @@ cluster_DonorCardModule - -cluster_DonorCardModule_declarations - + +cluster_DonorCardModule_imports + cluster_DonorCardModule_exports - + - -cluster_DonorCardModule_imports - + +cluster_DonorCardModule_declarations + DonorCardComponent - -DonorCardComponent + +DonorCardComponent DonorCardModule - -DonorCardModule + +DonorCardModule DonorCardComponent->DonorCardModule - - + + DonorCardComponent - -DonorCardComponent + +DonorCardComponent DonorCardModule->DonorCardComponent - - + + ThumbnailCarouselModule - -ThumbnailCarouselModule + +ThumbnailCarouselModule ThumbnailCarouselModule->DonorCardModule - - + + TissueSectionVisModule - -TissueSectionVisModule + +TissueSectionVisModule TissueSectionVisModule->DonorCardModule - - + + diff --git a/docs/ccf-eui/modules/DonorCardModule/dependencies.svg b/docs/ccf-eui/modules/DonorCardModule/dependencies.svg index 092d05c2e..b93dc2bc4 100644 --- a/docs/ccf-eui/modules/DonorCardModule/dependencies.svg +++ b/docs/ccf-eui/modules/DonorCardModule/dependencies.svg @@ -24,71 +24,71 @@ cluster_DonorCardModule - -cluster_DonorCardModule_declarations - + +cluster_DonorCardModule_imports + cluster_DonorCardModule_exports - + - -cluster_DonorCardModule_imports - + +cluster_DonorCardModule_declarations + DonorCardComponent - -DonorCardComponent + +DonorCardComponent DonorCardModule - -DonorCardModule + +DonorCardModule DonorCardComponent->DonorCardModule - - + + DonorCardComponent - -DonorCardComponent + +DonorCardComponent DonorCardModule->DonorCardComponent - - + + ThumbnailCarouselModule - -ThumbnailCarouselModule + +ThumbnailCarouselModule ThumbnailCarouselModule->DonorCardModule - - + + TissueSectionVisModule - -TissueSectionVisModule + +TissueSectionVisModule TissueSectionVisModule->DonorCardModule - - + + diff --git a/docs/ccf-eui/modules/DrawerModule.html b/docs/ccf-eui/modules/DrawerModule.html index 23f768152..a311bbd6d 100644 --- a/docs/ccf-eui/modules/DrawerModule.html +++ b/docs/ccf-eui/modules/DrawerModule.html @@ -66,14 +66,14 @@ cluster_DrawerModule - -cluster_DrawerModule_declarations - - cluster_DrawerModule_exports + +cluster_DrawerModule_declarations + + ContainerComponent diff --git a/docs/ccf-eui/modules/DrawerModule/dependencies.svg b/docs/ccf-eui/modules/DrawerModule/dependencies.svg index 5d63b29c7..ebf9f3e43 100644 --- a/docs/ccf-eui/modules/DrawerModule/dependencies.svg +++ b/docs/ccf-eui/modules/DrawerModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_DrawerModule - -cluster_DrawerModule_declarations - - cluster_DrawerModule_exports + +cluster_DrawerModule_declarations + + ContainerComponent diff --git a/docs/ccf-eui/modules/DualSliderModule.html b/docs/ccf-eui/modules/DualSliderModule.html index fb88a0f2d..7d70e554e 100644 --- a/docs/ccf-eui/modules/DualSliderModule.html +++ b/docs/ccf-eui/modules/DualSliderModule.html @@ -66,14 +66,14 @@ cluster_DualSliderModule - -cluster_DualSliderModule_exports - - cluster_DualSliderModule_declarations + +cluster_DualSliderModule_exports + + DualSliderComponent diff --git a/docs/ccf-eui/modules/DualSliderModule/dependencies.svg b/docs/ccf-eui/modules/DualSliderModule/dependencies.svg index 9cb4fd4cd..82bd19ef0 100644 --- a/docs/ccf-eui/modules/DualSliderModule/dependencies.svg +++ b/docs/ccf-eui/modules/DualSliderModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_DualSliderModule - -cluster_DualSliderModule_exports - - cluster_DualSliderModule_declarations + +cluster_DualSliderModule_exports + + DualSliderComponent diff --git a/docs/ccf-eui/modules/FiltersContentModule.html b/docs/ccf-eui/modules/FiltersContentModule.html index ebc7bba15..a0310d627 100644 --- a/docs/ccf-eui/modules/FiltersContentModule.html +++ b/docs/ccf-eui/modules/FiltersContentModule.html @@ -66,95 +66,95 @@ cluster_FiltersContentModule - -cluster_FiltersContentModule_exports - + +cluster_FiltersContentModule_declarations + cluster_FiltersContentModule_imports - + - -cluster_FiltersContentModule_declarations - + +cluster_FiltersContentModule_exports + FiltersContentComponent - -FiltersContentComponent + +FiltersContentComponent FiltersContentModule - -FiltersContentModule + +FiltersContentModule FiltersContentComponent->FiltersContentModule - - + + FiltersContentComponent - -FiltersContentComponent + +FiltersContentComponent FiltersContentModule->FiltersContentComponent - - + + CheckboxModule - -CheckboxModule + +CheckboxModule CheckboxModule->FiltersContentModule - - + + DropdownModule - -DropdownModule + +DropdownModule DropdownModule->FiltersContentModule - - + + DualSliderModule - -DualSliderModule + +DualSliderModule DualSliderModule->FiltersContentModule - - + + RunSpatialSearchModule - -RunSpatialSearchModule + +RunSpatialSearchModule RunSpatialSearchModule->FiltersContentModule - - + + diff --git a/docs/ccf-eui/modules/FiltersContentModule/dependencies.svg b/docs/ccf-eui/modules/FiltersContentModule/dependencies.svg index 3bfde84c0..7edb725a1 100644 --- a/docs/ccf-eui/modules/FiltersContentModule/dependencies.svg +++ b/docs/ccf-eui/modules/FiltersContentModule/dependencies.svg @@ -24,95 +24,95 @@ cluster_FiltersContentModule - -cluster_FiltersContentModule_exports - + +cluster_FiltersContentModule_declarations + cluster_FiltersContentModule_imports - + - -cluster_FiltersContentModule_declarations - + +cluster_FiltersContentModule_exports + FiltersContentComponent - -FiltersContentComponent + +FiltersContentComponent FiltersContentModule - -FiltersContentModule + +FiltersContentModule FiltersContentComponent->FiltersContentModule - - + + FiltersContentComponent - -FiltersContentComponent + +FiltersContentComponent FiltersContentModule->FiltersContentComponent - - + + CheckboxModule - -CheckboxModule + +CheckboxModule CheckboxModule->FiltersContentModule - - + + DropdownModule - -DropdownModule + +DropdownModule DropdownModule->FiltersContentModule - - + + DualSliderModule - -DualSliderModule + +DualSliderModule DualSliderModule->FiltersContentModule - - + + RunSpatialSearchModule - -RunSpatialSearchModule + +RunSpatialSearchModule RunSpatialSearchModule->FiltersContentModule - - + + diff --git a/docs/ccf-eui/modules/FiltersPopoverModule.html b/docs/ccf-eui/modules/FiltersPopoverModule.html index b6f87304f..0aa5a9192 100644 --- a/docs/ccf-eui/modules/FiltersPopoverModule.html +++ b/docs/ccf-eui/modules/FiltersPopoverModule.html @@ -66,23 +66,23 @@ cluster_FiltersPopoverModule - -cluster_FiltersPopoverModule_declarations - - cluster_FiltersPopoverModule_imports - + cluster_FiltersPopoverModule_exports + +cluster_FiltersPopoverModule_declarations + + FiltersPopoverComponent - -FiltersPopoverComponent + +FiltersPopoverComponent @@ -93,8 +93,8 @@ FiltersPopoverComponent->FiltersPopoverModule - - + + @@ -111,14 +111,14 @@ FiltersContentModule - -FiltersContentModule + +FiltersContentModule FiltersContentModule->FiltersPopoverModule - - + + diff --git a/docs/ccf-eui/modules/FiltersPopoverModule/dependencies.svg b/docs/ccf-eui/modules/FiltersPopoverModule/dependencies.svg index 800aeee0b..5f0757d0e 100644 --- a/docs/ccf-eui/modules/FiltersPopoverModule/dependencies.svg +++ b/docs/ccf-eui/modules/FiltersPopoverModule/dependencies.svg @@ -24,23 +24,23 @@ cluster_FiltersPopoverModule - -cluster_FiltersPopoverModule_declarations - - cluster_FiltersPopoverModule_imports - + cluster_FiltersPopoverModule_exports + +cluster_FiltersPopoverModule_declarations + + FiltersPopoverComponent - -FiltersPopoverComponent + +FiltersPopoverComponent @@ -51,8 +51,8 @@ FiltersPopoverComponent->FiltersPopoverModule - - + + @@ -69,14 +69,14 @@ FiltersContentModule - -FiltersContentModule + +FiltersContentModule FiltersContentModule->FiltersPopoverModule - - + + diff --git a/docs/ccf-eui/modules/HeaderModule.html b/docs/ccf-eui/modules/HeaderModule.html index d2d536542..d99108bbc 100644 --- a/docs/ccf-eui/modules/HeaderModule.html +++ b/docs/ccf-eui/modules/HeaderModule.html @@ -66,14 +66,14 @@ cluster_HeaderModule - -cluster_HeaderModule_declarations - - cluster_HeaderModule_exports + +cluster_HeaderModule_declarations + + HeaderComponent diff --git a/docs/ccf-eui/modules/HeaderModule/dependencies.svg b/docs/ccf-eui/modules/HeaderModule/dependencies.svg index af302f396..d810f833b 100644 --- a/docs/ccf-eui/modules/HeaderModule/dependencies.svg +++ b/docs/ccf-eui/modules/HeaderModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_HeaderModule - -cluster_HeaderModule_declarations - - cluster_HeaderModule_exports + +cluster_HeaderModule_declarations + + HeaderComponent diff --git a/docs/ccf-eui/modules/OntologyExplorationModule.html b/docs/ccf-eui/modules/OntologyExplorationModule.html index cb52ebd06..2cde89cee 100644 --- a/docs/ccf-eui/modules/OntologyExplorationModule.html +++ b/docs/ccf-eui/modules/OntologyExplorationModule.html @@ -66,14 +66,14 @@ cluster_OntologyExplorationModule - -cluster_OntologyExplorationModule_exports - - cluster_OntologyExplorationModule_imports + +cluster_OntologyExplorationModule_exports + + OntologySearchModule diff --git a/docs/ccf-eui/modules/OntologyExplorationModule/dependencies.svg b/docs/ccf-eui/modules/OntologyExplorationModule/dependencies.svg index 76a770f0a..019455483 100644 --- a/docs/ccf-eui/modules/OntologyExplorationModule/dependencies.svg +++ b/docs/ccf-eui/modules/OntologyExplorationModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_OntologyExplorationModule - -cluster_OntologyExplorationModule_exports - - cluster_OntologyExplorationModule_imports + +cluster_OntologyExplorationModule_exports + + OntologySearchModule diff --git a/docs/ccf-eui/modules/OntologySearchModule.html b/docs/ccf-eui/modules/OntologySearchModule.html index fe66b6206..8dea5e553 100644 --- a/docs/ccf-eui/modules/OntologySearchModule.html +++ b/docs/ccf-eui/modules/OntologySearchModule.html @@ -66,14 +66,14 @@ cluster_OntologySearchModule - -cluster_OntologySearchModule_declarations - - cluster_OntologySearchModule_exports + +cluster_OntologySearchModule_declarations + + OntologySearchComponent diff --git a/docs/ccf-eui/modules/OntologySearchModule/dependencies.svg b/docs/ccf-eui/modules/OntologySearchModule/dependencies.svg index f2f62a2c0..62914a624 100644 --- a/docs/ccf-eui/modules/OntologySearchModule/dependencies.svg +++ b/docs/ccf-eui/modules/OntologySearchModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_OntologySearchModule - -cluster_OntologySearchModule_declarations - - cluster_OntologySearchModule_exports + +cluster_OntologySearchModule_declarations + + OntologySearchComponent diff --git a/docs/ccf-eui/modules/OntologySelectionModule.html b/docs/ccf-eui/modules/OntologySelectionModule.html index 51b24a727..1acbf160d 100644 --- a/docs/ccf-eui/modules/OntologySelectionModule.html +++ b/docs/ccf-eui/modules/OntologySelectionModule.html @@ -66,83 +66,83 @@ cluster_OntologySelectionModule - -cluster_OntologySelectionModule_exports - + +cluster_OntologySelectionModule_OntologySelectionComponent_providers + cluster_OntologySelectionModule_imports - + - -cluster_OntologySelectionModule_OntologySelectionComponent_providers - + +cluster_OntologySelectionModule_exports + OntologySelectionComponent - -OntologySelectionComponent + +OntologySelectionComponent OntologySelectionModule - -OntologySelectionModule + +OntologySelectionModule OntologySelectionComponent->OntologySelectionModule - - + + OntologySelectionComponent - -OntologySelectionComponent + +OntologySelectionComponent OntologySelectionModule->OntologySelectionComponent - - + + OntologySearchService - -OntologySearchService + +OntologySearchService OntologySearchService->OntologySelectionComponent - - + + OntologySearchModule - -OntologySearchModule + +OntologySearchModule OntologySearchModule->OntologySelectionModule - - + + OntologyTreeModule - -OntologyTreeModule + +OntologyTreeModule OntologyTreeModule->OntologySelectionModule - - + + diff --git a/docs/ccf-eui/modules/OntologySelectionModule/dependencies.svg b/docs/ccf-eui/modules/OntologySelectionModule/dependencies.svg index 26142a388..03c083593 100644 --- a/docs/ccf-eui/modules/OntologySelectionModule/dependencies.svg +++ b/docs/ccf-eui/modules/OntologySelectionModule/dependencies.svg @@ -24,83 +24,83 @@ cluster_OntologySelectionModule - -cluster_OntologySelectionModule_exports - + +cluster_OntologySelectionModule_OntologySelectionComponent_providers + cluster_OntologySelectionModule_imports - + - -cluster_OntologySelectionModule_OntologySelectionComponent_providers - + +cluster_OntologySelectionModule_exports + OntologySelectionComponent - -OntologySelectionComponent + +OntologySelectionComponent OntologySelectionModule - -OntologySelectionModule + +OntologySelectionModule OntologySelectionComponent->OntologySelectionModule - - + + OntologySelectionComponent - -OntologySelectionComponent + +OntologySelectionComponent OntologySelectionModule->OntologySelectionComponent - - + + OntologySearchService - -OntologySearchService + +OntologySearchService OntologySearchService->OntologySelectionComponent - - + + OntologySearchModule - -OntologySearchModule + +OntologySearchModule OntologySearchModule->OntologySelectionModule - - + + OntologyTreeModule - -OntologyTreeModule + +OntologyTreeModule OntologyTreeModule->OntologySelectionModule - - + + diff --git a/docs/ccf-eui/modules/ResultsBrowserModule.html b/docs/ccf-eui/modules/ResultsBrowserModule.html index 50d983bae..dd64da009 100644 --- a/docs/ccf-eui/modules/ResultsBrowserModule.html +++ b/docs/ccf-eui/modules/ResultsBrowserModule.html @@ -66,23 +66,23 @@ cluster_ResultsBrowserModule + +cluster_ResultsBrowserModule_imports + + cluster_ResultsBrowserModule_declarations - + cluster_ResultsBrowserModule_exports - -cluster_ResultsBrowserModule_imports - - ResultsBrowserComponent - -ResultsBrowserComponent + +ResultsBrowserComponent @@ -93,8 +93,8 @@ ResultsBrowserComponent->ResultsBrowserModule - - + + @@ -111,14 +111,14 @@ DonorCardModule - -DonorCardModule + +DonorCardModule DonorCardModule->ResultsBrowserModule - - + + diff --git a/docs/ccf-eui/modules/ResultsBrowserModule/dependencies.svg b/docs/ccf-eui/modules/ResultsBrowserModule/dependencies.svg index 63901bb2a..4e0a61b42 100644 --- a/docs/ccf-eui/modules/ResultsBrowserModule/dependencies.svg +++ b/docs/ccf-eui/modules/ResultsBrowserModule/dependencies.svg @@ -24,23 +24,23 @@ cluster_ResultsBrowserModule + +cluster_ResultsBrowserModule_imports + + cluster_ResultsBrowserModule_declarations - + cluster_ResultsBrowserModule_exports - -cluster_ResultsBrowserModule_imports - - ResultsBrowserComponent - -ResultsBrowserComponent + +ResultsBrowserComponent @@ -51,8 +51,8 @@ ResultsBrowserComponent->ResultsBrowserModule - - + + @@ -69,14 +69,14 @@ DonorCardModule - -DonorCardModule + +DonorCardModule DonorCardModule->ResultsBrowserModule - - + + diff --git a/docs/ccf-eui/modules/SpatialSearchUiBehaviorModule.html b/docs/ccf-eui/modules/SpatialSearchUiBehaviorModule.html index 0c122c5ae..345fa803c 100644 --- a/docs/ccf-eui/modules/SpatialSearchUiBehaviorModule.html +++ b/docs/ccf-eui/modules/SpatialSearchUiBehaviorModule.html @@ -70,14 +70,14 @@ cluster_SpatialSearchUiBehaviorModule_declarations - -cluster_SpatialSearchUiBehaviorModule_exports - - cluster_SpatialSearchUiBehaviorModule_imports + +cluster_SpatialSearchUiBehaviorModule_exports + + SpatialSearchUiBehaviorComponent diff --git a/docs/ccf-eui/modules/SpatialSearchUiBehaviorModule/dependencies.svg b/docs/ccf-eui/modules/SpatialSearchUiBehaviorModule/dependencies.svg index 36b10b7a6..f25126766 100644 --- a/docs/ccf-eui/modules/SpatialSearchUiBehaviorModule/dependencies.svg +++ b/docs/ccf-eui/modules/SpatialSearchUiBehaviorModule/dependencies.svg @@ -28,14 +28,14 @@ cluster_SpatialSearchUiBehaviorModule_declarations - -cluster_SpatialSearchUiBehaviorModule_exports - - cluster_SpatialSearchUiBehaviorModule_imports + +cluster_SpatialSearchUiBehaviorModule_exports + + SpatialSearchUiBehaviorComponent diff --git a/docs/ccf-eui/modules/SpatialSearchUiModule.html b/docs/ccf-eui/modules/SpatialSearchUiModule.html index fff5aefa2..7c2aba760 100644 --- a/docs/ccf-eui/modules/SpatialSearchUiModule.html +++ b/docs/ccf-eui/modules/SpatialSearchUiModule.html @@ -66,77 +66,77 @@ cluster_SpatialSearchUiModule - -cluster_SpatialSearchUiModule_declarations - - cluster_SpatialSearchUiModule_imports - + cluster_SpatialSearchUiModule_exports - + + + +cluster_SpatialSearchUiModule_declarations + SpatialSearchUiComponent - -SpatialSearchUiComponent + +SpatialSearchUiComponent SpatialSearchUiModule - -SpatialSearchUiModule + +SpatialSearchUiModule SpatialSearchUiComponent->SpatialSearchUiModule - - + + SpatialSearchUiComponent - -SpatialSearchUiComponent + +SpatialSearchUiComponent SpatialSearchUiModule->SpatialSearchUiComponent - - + + TermOccurrenceListModule - -TermOccurrenceListModule + +TermOccurrenceListModule TermOccurrenceListModule->SpatialSearchUiModule - - + + TermOccurrenceListModule->SpatialSearchUiModule - - + + TissueBlockListModule - -TissueBlockListModule + +TissueBlockListModule TissueBlockListModule->SpatialSearchUiModule - - + + diff --git a/docs/ccf-eui/modules/SpatialSearchUiModule/dependencies.svg b/docs/ccf-eui/modules/SpatialSearchUiModule/dependencies.svg index 069b768ff..bb0d041c3 100644 --- a/docs/ccf-eui/modules/SpatialSearchUiModule/dependencies.svg +++ b/docs/ccf-eui/modules/SpatialSearchUiModule/dependencies.svg @@ -24,77 +24,77 @@ cluster_SpatialSearchUiModule - -cluster_SpatialSearchUiModule_declarations - - cluster_SpatialSearchUiModule_imports - + cluster_SpatialSearchUiModule_exports - + + + +cluster_SpatialSearchUiModule_declarations + SpatialSearchUiComponent - -SpatialSearchUiComponent + +SpatialSearchUiComponent SpatialSearchUiModule - -SpatialSearchUiModule + +SpatialSearchUiModule SpatialSearchUiComponent->SpatialSearchUiModule - - + + SpatialSearchUiComponent - -SpatialSearchUiComponent + +SpatialSearchUiComponent SpatialSearchUiModule->SpatialSearchUiComponent - - + + TermOccurrenceListModule - -TermOccurrenceListModule + +TermOccurrenceListModule TermOccurrenceListModule->SpatialSearchUiModule - - + + TermOccurrenceListModule->SpatialSearchUiModule - - + + TissueBlockListModule - -TissueBlockListModule + +TissueBlockListModule TissueBlockListModule->SpatialSearchUiModule - - + + diff --git a/docs/ccf-eui/modules/SpinnerOverlayModule.html b/docs/ccf-eui/modules/SpinnerOverlayModule.html index 49906c5e0..f33b0f9a1 100644 --- a/docs/ccf-eui/modules/SpinnerOverlayModule.html +++ b/docs/ccf-eui/modules/SpinnerOverlayModule.html @@ -66,14 +66,14 @@ cluster_SpinnerOverlayModule - -cluster_SpinnerOverlayModule_declarations - - cluster_SpinnerOverlayModule_exports + +cluster_SpinnerOverlayModule_declarations + + SpinnerOverlayComponent diff --git a/docs/ccf-eui/modules/SpinnerOverlayModule/dependencies.svg b/docs/ccf-eui/modules/SpinnerOverlayModule/dependencies.svg index 431a10340..f419879b1 100644 --- a/docs/ccf-eui/modules/SpinnerOverlayModule/dependencies.svg +++ b/docs/ccf-eui/modules/SpinnerOverlayModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_SpinnerOverlayModule - -cluster_SpinnerOverlayModule_declarations - - cluster_SpinnerOverlayModule_exports + +cluster_SpinnerOverlayModule_declarations + + SpinnerOverlayComponent diff --git a/docs/ccf-eui/modules/TermOccurrenceListModule.html b/docs/ccf-eui/modules/TermOccurrenceListModule.html index 05576e869..f2daa4835 100644 --- a/docs/ccf-eui/modules/TermOccurrenceListModule.html +++ b/docs/ccf-eui/modules/TermOccurrenceListModule.html @@ -66,14 +66,14 @@ cluster_TermOccurrenceListModule - -cluster_TermOccurrenceListModule_declarations - - cluster_TermOccurrenceListModule_exports + +cluster_TermOccurrenceListModule_declarations + + TermOccurrenceListComponent diff --git a/docs/ccf-eui/modules/TermOccurrenceListModule/dependencies.svg b/docs/ccf-eui/modules/TermOccurrenceListModule/dependencies.svg index 542e816ec..32ba32d63 100644 --- a/docs/ccf-eui/modules/TermOccurrenceListModule/dependencies.svg +++ b/docs/ccf-eui/modules/TermOccurrenceListModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_TermOccurrenceListModule - -cluster_TermOccurrenceListModule_declarations - - cluster_TermOccurrenceListModule_exports + +cluster_TermOccurrenceListModule_declarations + + TermOccurrenceListComponent diff --git a/docs/ccf-eui/modules/ThumbnailCarouselModule.html b/docs/ccf-eui/modules/ThumbnailCarouselModule.html index 957580140..bc6deca50 100644 --- a/docs/ccf-eui/modules/ThumbnailCarouselModule.html +++ b/docs/ccf-eui/modules/ThumbnailCarouselModule.html @@ -66,14 +66,14 @@ cluster_ThumbnailCarouselModule - -cluster_ThumbnailCarouselModule_exports - - cluster_ThumbnailCarouselModule_declarations + +cluster_ThumbnailCarouselModule_exports + + ThumbnailCarouselComponent diff --git a/docs/ccf-eui/modules/ThumbnailCarouselModule/dependencies.svg b/docs/ccf-eui/modules/ThumbnailCarouselModule/dependencies.svg index e25e3527f..fd6a9e532 100644 --- a/docs/ccf-eui/modules/ThumbnailCarouselModule/dependencies.svg +++ b/docs/ccf-eui/modules/ThumbnailCarouselModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_ThumbnailCarouselModule - -cluster_ThumbnailCarouselModule_exports - - cluster_ThumbnailCarouselModule_declarations + +cluster_ThumbnailCarouselModule_exports + + ThumbnailCarouselComponent diff --git a/docs/ccf-organ-info/js/search/search_index.js b/docs/ccf-organ-info/js/search/search_index.js index e179813ef..30b1d33d1 100644 --- a/docs/ccf-organ-info/js/search/search_index.js +++ b/docs/ccf-organ-info/js/search/search_index.js @@ -1,4 +1,4 @@ var COMPODOC_SEARCH_INDEX = { - "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/components/AppComponent.html",[0,0.529,1,0.969]],["body/components/AppComponent.html",[0,0.555,1,1.161,2,1.078,3,0.554,4,0.247,5,0.82,6,0.82,7,0.82,8,0.742,9,0.164,10,0.579,11,0.42,12,1.022,13,1.636,14,2.692,15,0.742,16,1.078,17,1.078,18,1.784,19,0.974,20,0.924,21,1.188,22,2.692,23,1.188,24,2.153,25,0.38,26,0.739,27,2.712,28,1.642,29,1.826,30,3.829,31,2.692,32,1.233,33,2.692,34,1.888,35,3.719,36,1.685,37,2.046,38,2.465,39,2.391,40,1.541,41,2.322,42,1.188,43,2.601,44,2.601,45,3.077,46,2.601,47,1.636,48,2.046,49,2.046,50,2.046,51,1.46,52,1.625,53,2.087,54,2.322,55,2.654,56,2.692,57,2.087,58,1.955,59,2.601,60,1.541,61,0.038,62,1.635,63,1.296,64,2.153,65,2.558,66,1.625,67,1.625,68,1.625,69,2.153,70,4.145,71,1.625,72,1.541,73,1.981,74,2.153,75,1.524,76,1.625,77,1.16,78,1.625,79,2.153,80,1.962,81,1.625,82,2.153,83,3.777,84,1.625,85,1.698,86,2.153,87,2.153,88,1.857,89,0.892,90,1.625,91,2.692,92,1.625,93,4.041,94,1.857,95,2.153,96,3.077,97,2.654,98,2.654,99,1.625,100,1.625,101,1.625,102,2.153,103,1.625,104,1.625,105,2.153,106,1.625,107,2.153,108,1.625,109,1.625,110,1.625,111,0.741,112,0.82,113,1.345,114,0.673,115,2.087,116,1.16,117,0.218,118,1.636,119,0.742,120,0.912,121,1.022,122,1.022,123,1.022,124,0.82,125,0.462,126,0.912,127,0.82,128,0.82,129,1.022,130,1.16,131,1.345,132,1.345,133,1.345,134,1.345,135,1.16,136,1.345,137,1.022,138,1.345,139,0.462,140,0.912,141,1.022,142,0.82,143,1.022,144,0.912,145,1.16,146,1.563,147,1.022,148,1.485,149,1.698,150,0.912,151,1.16,152,0.247,153,0.247,154,1.348,155,1.345,156,1.345,157,1.345,158,1.345,159,1.022,160,1.345,161,1.345,162,1.345,163,1.345,164,1.16,165,1.345,166,2.153,167,1.345,168,3.918,169,2.153,170,1.345,171,1.345,172,1.345,173,1.345,174,1.345,175,2.692,176,1.16,177,1.345,178,2.692,179,1.345,180,3.077,181,1.345,182,2.153,183,2.153,184,1.345,185,1.345,186,3.077,187,1.345,188,1.345,189,1.345,190,1.345,191,2.153,192,1.345,193,1.345,194,1.345,195,1.345,196,1.345,197,1.345,198,1.345,199,1.345,200,1.345,201,1.345,202,1.345,203,1.345,204,1.857,205,1.345,206,2.153,207,1.857,208,2.153,209,0.912,210,1.16,211,1.345,212,1.345,213,1.313,214,1.16,215,1.345,216,1.345,217,1.16,218,0.742,219,1.345,220,1.345,221,1.022,222,1.345,223,1.345,224,1.313,225,1.345,226,1.022,227,2.046,228,2.153,229,2.153,230,2.322,231,1.16,232,1.16,233,1.16,234,0.912,235,2.153,236,1.345,237,2.153,238,1.16,239,1.345,240,1.345,241,1.345,242,1.625,243,1.345,244,1.625,245,1.16,246,1.16,247,1.345,248,1.625,249,0.82,250,1.16,251,1.345,252,1.46,253,1.625,254,1.345,255,1.022,256,1.022,257,1.16,258,1.625,259,0.419,260,1.313,261,1.078,262,0.82,263,1.877,264,0.82,265,0.82,266,0.557,267,0.82,268,0.507,269,0.612,270,0.82,271,0.557,272,0.82,273,0.557,274,0.673,275,0.82,276,0.557,277,0.742,278,0.82,279,0.82,280,0.015,281,0.015]],["title/modules/AppModule.html",[282,0.656,283,1.952]],["body/modules/AppModule.html",[1,1.782,3,0.535,4,0.534,9,0.356,10,0.462,11,0.36,13,2.214,27,1.607,42,1.607,58,1.207,61,0.037,72,1.458,73,2.087,89,1.567,111,0.903,117,0.472,146,1.207,152,0.534,153,0.534,259,0.908,266,1.957,280,0.027,281,0.027,282,0.744,283,3.892,284,1.207,285,1.207,286,2.317,287,1.607,288,1.607,289,2.912,290,2.912,291,2.912,292,3.203,293,3.203,294,3.203,295,3.203,296,2.087,297,1.607,298,1.458,299,3.519,300,2.087,301,5.075,302,3.519,303,4.57,304,5.372,305,2.087,306,3.519,307,2.912,308,4.57,309,2.912,310,2.214,311,2.512,312,1.975,313,3.519,314,3.519,315,3.519,316,3.519,317,3.519,318,1.975,319,3.519,320,3.519,321,2.214,322,3.519,323,2.912,324,4.57,325,3.519,326,3.519,327,3.519]],["title/components/AppWebComponent.html",[0,0.529,266,1.064]],["body/components/AppWebComponent.html",[0,0.665,1,0.676,2,1.617,3,0.254,4,0.329,5,1.641,7,1.093,8,0.989,9,0.219,10,0.592,11,0.416,15,0.989,16,1.347,17,1.347,18,1.962,19,1.033,20,1.109,25,0.507,26,0.923,27,1.484,32,0.615,34,1.797,36,1.347,38,1.97,39,1.97,40,0.897,47,2.045,48,2.455,49,2.455,50,2.455,51,1.824,57,2.434,58,1.999,60,0.897,61,0.038,62,1.47,63,1.364,65,2.842,75,1.748,80,2.098,85,1.484,111,0.658,114,0.897,115,2.434,117,0.29,125,0.615,141,2.455,142,1.641,143,2.045,144,2.434,145,3.096,146,1.674,152,0.329,153,0.329,154,1.926,204,3.485,218,2.122,224,1.641,259,0.559,260,1.641,261,1.347,262,1.093,263,2.19,264,1.093,265,1.093,266,1.488,267,1.093,268,0.676,269,0.816,270,1.093,271,0.743,272,1.093,273,0.743,274,0.897,275,1.093,276,0.743,277,0.989,278,1.093,279,1.093,280,0.019,281,0.019,312,3.29,328,4.185,329,1.546,330,2.32,331,3.902,332,3.25,333,3.902,334,4.337,335,3.902,336,3.902,337,3.902,338,3.902,339,3.902,340,2.786,341,3.096,342,2.165,343,4.337,344,4.337,345,3.25,346,3.25,347,2.165,348,2.165,349,2.165,350,2.165,351,2.165,352,2.165,353,2.165,354,2.165,355,2.165,356,2.165,357,2.165,358,2.728,359,2.165,360,2.165,361,2.165,362,2.165,363,3.55,364,2.165,365,2.165,366,2.165,367,1.546,368,1.546,369,2.69,370,1.792,371,3.25,372,5.426,373,4.337,374,3.25,375,3.25,376,3.25,377,3.589,378,3.25,379,3.25,380,3.25,381,2.69,382,3.25,383,2.32,384,2.69,385,1.792,386,2.165,387,2.165,388,2.165,389,1.792,390,2.165,391,2.165,392,2.165,393,2.165,394,1.546,395,1.546,396,2.165]],["title/modules/CoreModule.html",[282,0.656,292,1.742]],["body/modules/CoreModule.html",[3,0.557,4,0.569,9,0.378,10,0.378,11,0.338,19,1.047,20,1.064,32,1.064,61,0.037,89,1.632,111,0.905,117,0.502,125,1.064,152,0.569,153,0.569,154,1.971,259,0.967,280,0.028,281,0.028,282,1.106,284,1.285,285,1.285,286,1.71,287,1.71,288,2.172,292,3.308,296,2.172,297,1.71,298,1.552,300,2.172,305,2.172,367,2.674,368,2.674,381,3.1,397,3.1,398,3.1,399,3.256,400,3.746,401,4.757,402,3.746,403,4.757,404,4.757,405,3.746,406,3.746,407,2.674,408,3.937,409,3.746,410,3.746,411,2.67,412,3.746,413,2.356,414,3.746,415,3.746,416,3.746,417,3.746,418,3.746,419,3.746,420,3.746,421,3.1,422,3.1,423,3.746,424,3.746,425,3.746,426,3.746,427,3.746,428,3.746,429,5.227,430,3.746,431,3.746,432,3.746]],["title/interfaces/DelegateDataSourceOptions.html",[139,0.882,433,1.952]],["body/interfaces/DelegateDataSourceOptions.html",[3,0.485,4,0.629,9,0.419,10,0.419,11,0.294,19,0.789,20,1.177,25,0.97,26,1.439,32,1.62,61,0.037,63,1.185,75,1.555,111,0.769,117,0.555,125,1.177,139,1.177,146,1.421,152,0.769,153,0.629,218,1.892,280,0.03,281,0.03,330,2.958,340,4.069,341,4.069,358,3.442,411,2.325,413,2.606,433,3.442,434,2.092,435,2.958,436,2.958,437,2.558,438,4.192,439,4.192,440,4.192,441,3.428,442,4.192,443,2.958,444,3.428,445,3.428,446,4.192,447,3.428,448,3.428]],["title/injectables/DelegateDataSourceService.html",[411,1.742,437,1.567]],["body/injectables/DelegateDataSourceService.html",[3,0.48,4,0.622,9,0.414,10,0.508,11,0.357,19,0.78,20,1.164,25,0.958,32,1.164,42,2.297,58,1.405,60,1.697,61,0.037,62,1.543,63,0.958,72,1.697,75,1.164,111,0.763,117,0.549,125,1.164,139,1.164,146,1.405,152,0.763,153,0.622,159,2.576,218,1.87,280,0.03,281,0.03,330,3.591,340,2.924,341,2.924,358,2.576,411,2.823,413,3.164,433,3.571,435,3.591,436,2.924,437,2.54,438,4.505,439,4.162,440,4.162,441,3.389,442,4.505,443,2.924,444,4.505,445,4.162,446,4.162,447,3.389,448,3.389,449,2.924,450,5.03,451,4.096]],["title/interfaces/GlobalConfig.html",[139,0.882,140,1.742]],["body/interfaces/GlobalConfig.html",[0,0.579,1,0.717,3,0.584,4,0.348,9,0.232,10,0.232,11,0.366,12,1.443,13,1.443,14,2.808,16,0.951,17,0.951,18,0.865,19,0.85,20,0.652,21,1.048,22,1.899,23,1.048,24,1.899,25,0.537,26,0.964,27,2.606,28,1.159,29,1.288,30,3.56,31,1.899,32,1.505,33,1.899,34,1.406,35,3.401,36,1.406,37,1.443,38,2.675,39,2.732,40,0.951,41,1.638,45,1.899,48,1.443,49,1.443,50,1.443,51,1.288,53,1.905,54,1.638,55,2.423,56,1.899,57,1.905,61,0.038,63,1.044,64,1.899,65,2.505,69,1.899,70,4.127,73,1.844,74,1.899,75,1.636,79,1.899,80,1.406,82,1.899,83,3.684,86,1.899,87,1.899,88,1.638,89,0.787,91,2.808,93,3.942,95,1.899,96,2.808,97,2.423,98,2.423,102,1.899,105,1.899,107,1.899,111,0.821,112,1.159,113,1.899,114,0.951,115,2.505,116,1.638,117,0.307,118,2.135,119,1.048,120,1.288,121,1.443,122,1.443,123,1.443,124,1.159,125,0.652,126,1.288,127,1.159,128,1.159,129,1.443,130,1.638,131,1.899,132,1.899,133,1.899,134,1.899,135,1.638,136,1.899,137,1.443,138,1.899,139,0.652,140,1.905,141,2.808,142,2.039,143,2.541,144,2.267,145,3.186,146,1.77,147,1.443,148,1.048,149,2.038,150,1.288,151,1.638,152,0.348,153,0.348,154,1.674,155,1.899,156,1.899,157,1.899,158,1.899,159,1.443,160,1.899,161,1.899,162,1.899,163,1.899,164,1.638,165,1.899,166,2.808,167,1.899,168,4.384,169,2.808,170,1.899,171,1.899,172,1.899,173,1.899,174,1.899,175,3.342,176,1.638,177,1.899,178,3.342,179,1.899,180,3.693,181,1.899,182,2.808,183,2.808,184,1.899,185,1.899,186,3.693,187,1.899,188,1.899,189,1.899,190,1.899,191,2.808,192,1.899,193,1.899,194,1.899,195,1.899,196,1.899,197,1.899,198,1.899,199,1.899,200,1.899,201,1.899,202,1.899,203,1.899,204,2.423,205,1.899,206,2.808,207,2.423,208,2.808,209,1.288,210,1.638,211,1.899,212,1.899,213,1.159,214,1.638,215,1.899,216,1.899,217,1.638,218,1.048,219,1.899,220,1.899,221,1.443,222,1.899,223,1.899,224,1.714,225,1.899,280,0.02,281,0.02,434,1.159]],["title/interfaces/LinkCard.html",[139,0.882,452,1.952]],["body/interfaces/LinkCard.html",[0,0.78,3,0.413,4,0.535,9,0.356,10,0.356,11,0.25,16,1.46,17,1.46,18,1.328,19,0.671,21,1.609,23,1.609,25,0.825,26,1.3,28,2.31,61,0.037,63,1.189,73,1.609,75,1.707,111,0.535,114,1.46,117,0.472,119,2.743,139,1.443,152,0.535,153,0.535,268,1.101,269,1.914,280,0.027,281,0.027,318,1.978,434,1.78,452,3.382,453,2.217,454,2.516,455,4.97,456,4.97,457,2.917,458,2.917,459,2.917,460,2.917,461,2.917,462,3.977,463,2.516,464,3.195,465,2.217,466,2.878,467,2.217,468,2.516,469,3.266,470,2.516,471,3.786,472,2.917,473,2.516,474,2.878,475,2.516,476,2.516,477,2.917,478,2.516,479,2.516,480,2.516,481,2.516,482,2.516,483,2.217,484,2.917,485,3.266,486,3.786,487,2.917,488,2.917,489,2.217,490,2.516,491,2.516,492,2.917,493,2.917,494,2.917,495,2.217,496,2.917,497,2.917,498,2.917,499,2.917,500,2.917,501,2.217,502,2.917,503,2.917,504,2.917]],["title/components/LinkCardsComponent.html",[0,0.529,268,0.969]],["body/components/LinkCardsComponent.html",[0,0.652,1,0.654,2,1.313,3,0.245,4,0.318,5,1.057,6,1.057,7,1.057,8,0.956,9,0.211,10,0.431,11,0.303,15,0.956,16,1.313,17,1.313,18,1.942,19,0.981,20,0.595,21,1.447,23,1.447,25,0.49,26,0.9,28,2.153,32,0.595,34,1.313,36,1.313,40,0.867,42,1.447,58,1.311,60,0.867,61,0.037,62,1.441,63,1.072,72,0.867,73,1.447,75,1.369,80,1.313,85,1.447,111,0.318,114,0.867,117,0.281,119,2.559,139,1.301,148,2.285,149,1.746,152,0.318,153,0.318,210,1.494,213,1.6,226,1.993,227,1.993,229,2.622,230,3.044,231,2.262,232,2.262,233,3.044,234,2.393,235,3.528,236,1.732,237,2.622,238,1.494,239,1.732,240,1.732,241,2.622,243,1.732,245,1.494,246,2.262,249,2.313,250,2.262,252,1.779,255,2.405,256,2.682,257,2.262,259,0.54,260,1.6,261,1.313,262,1.057,263,2.153,264,1.057,265,1.057,266,0.718,267,1.057,268,1.332,269,2.088,270,1.057,271,0.718,272,1.057,273,0.718,274,0.867,275,1.057,276,0.718,277,0.956,278,1.057,279,1.057,280,0.019,281,0.019,318,2.393,452,2.881,453,2.682,454,1.494,455,4.638,456,4.638,457,3.164,458,2.622,459,3.164,460,3.164,461,2.622,462,3.841,463,2.262,464,3.243,465,1.993,466,2.682,467,1.993,468,2.262,469,3.044,470,2.262,471,3.528,472,2.622,473,2.262,474,2.682,475,2.262,476,2.262,477,2.622,478,2.73,479,2.262,480,2.262,481,2.262,482,2.262,483,1.993,484,2.622,485,3.044,486,3.528,487,2.622,488,3.164,489,1.993,490,2.262,491,2.262,492,2.622,493,2.622,494,2.622,495,2.682,496,2.622,497,2.622,498,2.622,499,2.622,500,2.622,501,1.993,502,2.622,503,1.732,504,1.732,505,3.169,506,2.093,507,2.093,508,2.093,509,2.093,510,3.169,511,3.169,512,2.262,513,2.262,514,3.164,515,3.823,516,3.169,517,3.169,518,2.093,519,2.622,520,3.791,521,3.823,522,4.581,523,4.264,524,3.823,525,3.164,526,1.732,527,2.093,528,2.622,529,2.093,530,2.093,531,3.169,532,2.093,533,4.264,534,2.622,535,2.093,536,3.169,537,2.093,538,1.732,539,3.169,540,2.093,541,2.093,542,1.494,543,1.732,544,1.732,545,2.093,546,2.093,547,1.732,548,1.732,549,2.093,550,2.093,551,2.093,552,1.732,553,2.093,554,2.093,555,1.732,556,3.823,557,3.823,558,3.823,559,3.823,560,2.093,561,2.093,562,2.093,563,2.093,564,2.093,565,2.093]],["title/modules/LinkCardsModule.html",[282,0.656,293,1.742]],["body/modules/LinkCardsModule.html",[3,0.488,4,0.632,9,0.421,10,0.421,11,0.296,61,0.037,89,1.429,111,0.867,117,0.558,126,2.339,127,2.104,128,2.104,152,0.632,153,0.632,259,1.076,268,1.944,269,1.57,280,0.03,281,0.03,282,0.881,284,1.429,285,1.429,286,2.505,287,1.903,288,2.505,293,3.385,296,2.321,297,1.903,298,1.727,300,1.903,305,2.321,318,2.339,453,2.621,566,3.448,567,3.448,568,3.448,569,4.167,570,3.198,571,2.339,572,4.167,573,5.083]],["title/components/OrganComponent.html",[0,0.529,271,1.064]],["body/components/OrganComponent.html",[0,0.62,1,0.603,2,1.235,3,0.226,4,0.293,5,0.975,6,0.975,7,0.975,8,0.882,9,0.195,10,0.594,11,0.431,13,1.875,15,0.882,16,1.235,17,1.235,18,1.893,19,1.02,20,0.549,21,1.361,23,1.361,25,0.452,26,0.847,27,2.132,28,1.837,29,2.621,32,1.255,34,1.831,36,1.831,37,2.289,38,1.837,39,1.837,40,0.8,42,1.361,47,1.875,48,1.875,49,2.289,50,2.289,51,1.084,54,2.127,55,2.92,58,2.008,60,1.831,61,0.038,62,1.834,63,1.347,65,2.731,72,2.016,73,2.544,75,1.327,77,2.127,94,1.379,97,2.127,98,2.127,111,0.671,114,0.8,115,2.296,116,1.379,117,0.259,118,2.573,119,1.361,120,1.673,122,2.289,123,2.289,124,0.975,125,0.549,126,1.084,127,0.975,128,0.975,141,2.289,142,1.505,143,2.78,144,2.48,146,1.248,148,1.661,149,0.882,152,0.293,153,0.293,154,1.694,213,0.975,221,1.215,224,1.505,227,1.875,233,1.379,234,1.084,249,0.975,250,1.379,251,1.598,252,1.084,259,0.499,260,1.505,261,1.235,262,0.975,263,2.065,264,0.975,265,0.975,266,0.663,267,0.975,268,0.603,269,0.728,270,0.975,271,1.403,272,0.975,273,0.663,274,0.8,275,0.975,276,0.663,277,0.882,278,0.975,279,0.975,280,0.017,281,0.017,363,3.161,520,1.598,542,1.379,552,1.598,574,1.598,575,3.638,576,3.638,577,3.638,578,2.98,579,4.089,580,3.638,581,3.638,582,4.089,583,2.98,584,4.089,585,2.98,586,2.98,587,4.089,588,3.638,589,1.932,590,2.98,591,1.932,592,1.932,593,1.932,594,1.932,595,1.932,596,1.932,597,1.932,598,1.932,599,1.932,600,1.932,601,1.932,602,2.98,603,4.089,604,1.932,605,2.466,606,2.98,607,4.089,608,1.932,609,1.932,610,2.98,611,1.932,612,3.384,613,2.98,614,1.932,615,1.932,616,3.638,617,2.98,618,1.932,619,1.932,620,1.932,621,1.932,622,1.932,623,1.932,624,1.932,625,1.932,626,1.932,627,1.932,628,1.932,629,1.932,630,1.598,631,1.932,632,4.089,633,1.932,634,1.379,635,1.932,636,1.932,637,4.419,638,1.932,639,1.932,640,1.932,641,2.98,642,1.932,643,1.932,644,1.932,645,1.932,646,1.932,647,1.932,648,1.932,649,4.089,650,1.932,651,4.089,652,1.932,653,4.089,654,1.932,655,1.932,656,1.932,657,3.638,658,4.669,659,1.932,660,2.597,661,1.932,662,3.638,663,1.932,664,1.379,665,1.598,666,1.932,667,1.379,668,1.598,669,1.598,670,1.379,671,1.932]],["title/injectables/OrganLookupService.html",[53,1.742,437,1.567]],["body/injectables/OrganLookupService.html",[3,0.652,4,0.654,9,0.26,10,0.552,11,0.406,19,0.702,20,0.731,25,0.602,26,1.048,27,2.151,29,3.069,30,3.078,32,1.475,35,4.161,38,3.018,39,2.62,42,1.684,51,1.444,53,2.07,58,1.833,60,2.15,61,0.038,62,1.955,63,1.214,72,2.066,75,1.225,77,1.836,80,2.15,83,4.083,85,2.37,111,0.757,117,0.345,118,1.618,121,1.618,122,1.618,123,1.618,124,1.298,125,0.731,129,1.618,130,1.836,135,1.836,137,3.44,142,2.177,144,3.069,146,1.616,152,0.39,153,0.39,164,1.836,176,1.836,207,2.633,214,1.836,217,1.836,218,2.542,280,0.022,281,0.022,323,2.128,408,3.898,437,1.862,443,1.836,449,1.836,672,4.525,673,2.128,674,3.568,675,3.688,676,3.688,677,3.688,678,3.688,679,3.688,680,2.572,681,3.688,682,3.688,683,2.572,684,3.688,685,2.572,686,3.688,687,4.312,688,2.572,689,3.688,690,2.572,691,3.688,692,2.572,693,4.312,694,4.986,695,4.312,696,2.572,697,2.572,698,3.688,699,3.688,700,2.572,701,2.572,702,2.572,703,2.572,704,2.572,705,2.572,706,2.572,707,5.345,708,2.572,709,4.312,710,4.312,711,2.572,712,2.572,713,2.572]],["title/modules/OrganModule.html",[282,0.656,294,1.742]],["body/modules/OrganModule.html",[3,0.472,4,0.611,9,0.407,10,0.407,11,0.286,19,0.767,61,0.037,89,1.381,111,0.88,117,0.54,125,1.144,152,0.611,153,0.611,259,1.039,271,2.126,274,1.668,280,0.029,281,0.029,282,0.852,284,1.381,285,1.381,286,2.467,287,1.839,288,2.467,294,3.422,296,2.273,297,1.839,298,1.668,300,2.273,305,2.273,570,3.131,571,2.26,714,3.332,715,3.332,716,3.332,717,3.332,718,3.316,719,4.026,720,4.026,721,4.977,722,3.131,723,4.026]],["title/components/SlideToggleComponent.html",[0,0.529,273,1.064]],["body/components/SlideToggleComponent.html",[0,0.698,1,0.733,2,1.43,3,0.275,4,0.356,5,1.185,6,1.185,7,1.185,8,1.072,9,0.237,10,0.55,11,0.386,15,1.072,16,1.43,17,1.43,18,2.009,19,1.081,20,0.667,21,1.576,23,1.576,25,0.549,26,0.981,27,2.06,32,0.667,34,2.255,36,1.43,40,0.972,42,1.576,47,2.171,58,1.829,60,0.972,61,0.037,62,1.894,63,1.216,65,2.297,72,1.43,73,1.576,75,1.429,80,2.352,85,2.195,94,1.676,111,0.356,114,0.972,115,1.937,117,0.314,146,0.805,148,1.869,149,1.072,150,2.297,152,0.356,153,0.763,154,0.972,218,1.072,224,1.742,234,1.317,249,1.742,256,1.476,259,0.606,260,2.428,261,1.43,262,1.185,263,2.278,264,1.185,265,1.185,266,0.805,267,1.185,268,0.733,269,0.884,270,1.185,271,0.805,272,1.185,273,1.548,274,2.375,275,1.185,276,0.805,277,1.072,278,1.185,279,1.185,280,0.02,281,0.02,358,3.163,363,3.163,514,1.942,544,2.856,547,2.856,548,1.942,555,1.942,612,3.979,634,1.676,664,1.676,667,1.676,670,2.464,722,3.731,724,3.885,725,1.942,726,4.052,727,4.093,728,3.451,729,4.093,730,3.451,731,4.161,732,4.512,733,4.093,734,3.451,735,3.451,736,3.451,737,2.347,738,2.856,739,3.979,740,2.347,741,2.856,742,3.451,743,2.347,744,2.347,745,4.512,746,3.451,747,3.734,748,4.161,749,4.161,750,3.451,751,3.451,752,2.347,753,2.856,754,2.347,755,3.451,756,3.451,757,3.451,758,3.451,759,3.451,760,2.347,761,2.347,762,3.451,763,2.347,764,2.347,765,2.347,766,2.347,767,2.347,768,2.347,769,2.347,770,3.451,771,2.347,772,2.347,773,3.451,774,1.942,775,2.347,776,2.347,777,1.942,778,2.347,779,2.347,780,4.093,781,2.347,782,2.347,783,3.451,784,3.451,785,3.451,786,2.347,787,2.347,788,2.347]],["title/modules/SlideToggleModule.html",[282,0.656,718,1.742]],["body/modules/SlideToggleModule.html",[3,0.484,4,0.628,9,0.418,10,0.418,11,0.294,61,0.037,89,1.418,111,0.864,117,0.554,152,0.628,153,0.628,259,1.067,273,2.133,274,1.713,280,0.03,281,0.03,282,0.875,284,1.418,285,1.418,286,2.496,287,1.888,288,2.496,296,2.31,297,1.888,298,1.713,300,1.888,305,2.31,570,3.183,571,2.321,718,3.38,722,3.183,724,2.952,726,2.952,789,3.422,790,3.422,791,3.422,792,4.135,793,5.059,794,4.135,795,4.135]],["title/components/StatsListComponent.html",[0,0.529,276,1.064]],["body/components/StatsListComponent.html",[0,0.843,1,1.041,2,1.827,3,0.39,4,0.506,5,1.683,6,1.683,7,1.683,8,1.522,9,0.337,10,0.499,11,0.351,15,1.522,16,1.827,17,1.827,18,2.193,19,1.122,20,0.947,21,2.014,23,2.014,25,0.78,34,1.381,36,1.827,40,2.515,41,3.906,58,1.513,61,0.037,62,1.662,63,1.032,75,1.253,111,0.669,114,1.381,117,0.447,121,3.109,124,1.683,152,0.506,153,0.506,213,1.683,224,2.227,226,2.097,227,2.775,230,3.529,231,2.38,232,3.149,234,2.476,245,3.149,246,3.149,252,1.871,254,2.758,255,2.097,256,3.109,257,3.149,259,0.861,260,2.227,261,1.827,262,1.683,263,2.656,264,1.683,265,1.683,266,1.143,267,1.683,268,1.041,269,1.256,270,1.683,271,1.143,272,1.683,273,1.143,274,1.381,275,1.683,276,1.804,277,2.257,278,1.683,279,1.683,280,0.026,281,0.026,321,3.109,363,3.109,525,3.65,542,2.38,543,2.758,774,2.758,796,3.529,797,2.758,798,4.943,799,4.41,800,3.333,801,3.333,802,4.41,803,4.41,804,3.333,805,3.333,806,3.333]],["title/modules/StatsListModule.html",[282,0.656,295,1.742]],["body/modules/StatsListModule.html",[3,0.492,4,0.637,9,0.424,10,0.424,11,0.298,40,1.74,61,0.037,89,1.44,111,0.835,117,0.563,152,0.637,153,0.637,259,1.084,276,2.137,280,0.03,281,0.03,282,0.888,284,1.44,285,1.44,286,2.513,287,1.918,288,2.513,295,3.39,296,2.332,297,1.918,298,1.74,300,1.918,305,2.332,321,2.642,570,3.213,571,2.357,796,2.998,807,3.475,808,3.475,809,3.475,810,4.2,811,4.2]],["title/modules/StoreModule.html",[282,0.656,399,1.742]],["body/modules/StoreModule.html",[3,0.474,4,0.615,9,0.409,10,0.409,11,0.288,19,0.771,57,2.804,61,0.038,111,0.898,112,2.045,117,0.543,125,1.419,146,1.389,152,0.758,153,0.615,280,0.029,281,0.029,282,0.856,284,1.389,300,1.849,305,2.281,311,2.891,367,2.891,368,2.891,383,2.891,399,2.804,421,3.351,422,4.133,526,3.351,731,3.351,812,2.891,813,4.049,814,3.351,815,4.049,816,3.351,817,4.482,818,4.049,819,3.351,820,3.351,821,3.351,822,2.891,823,4.049,824,4.049,825,4.049,826,3.351,827,4.049,828,4.049,829,4.049,830,4.049,831,4.049,832,4.049,833,4.049,834,4.049,835,4.049,836,4.049,837,4.049]],["title/changelog.html",[838,1.861,839,1.64,840,1.861]],["body/changelog.html",[0,0.456,2,0.698,3,0.419,6,0.488,8,0.442,9,0.098,11,0.379,15,1.222,18,0.635,19,1.066,20,0.275,26,0.275,28,1.351,29,1.502,32,0.275,34,0.401,36,0.698,37,2.503,38,0.85,39,0.85,58,0.332,61,0.025,63,0.226,85,0.442,88,0.69,89,0.332,112,1.682,119,1.817,120,2.474,124,1.532,125,0.275,127,0.488,128,0.488,139,1.078,140,0.543,142,0.85,148,1.222,150,0.543,154,1.774,159,0.608,209,1.256,213,1.532,226,0.608,228,1.851,247,0.8,249,0.488,252,0.543,255,1.059,261,0.401,269,0.635,277,0.769,280,0.024,281,0.01,285,1.041,310,1.059,312,1.87,377,0.8,383,3.754,384,0.8,389,2.963,407,0.69,434,0.488,462,3.3,463,1.911,464,1.909,465,1.407,466,2.503,467,3.616,474,3.422,476,2.378,478,0.69,479,1.597,480,1.911,481,1.911,482,0.69,483,0.608,485,0.69,489,1.909,491,0.69,495,1.407,501,0.608,512,3.478,513,1.597,519,0.8,534,1.394,538,1.394,605,2.215,634,1.202,660,1.911,664,0.69,665,1.851,668,0.8,669,2.215,670,1.202,674,3.9,726,1.202,741,0.8,747,1.851,748,1.394,749,1.394,753,2.756,777,0.8,826,0.8,839,1.407,840,1.202,841,1.394,842,2.676,843,3.034,844,2.676,845,6.121,846,3.034,847,1.684,848,0.967,849,1.684,850,2.676,851,2.676,852,2.676,853,3.794,854,2.511,855,1.684,856,0.967,857,0.967,858,3.794,859,4.408,860,4.622,861,1.684,862,0.967,863,5.259,864,2.756,865,2.676,866,1.394,867,3.331,868,3.14,869,0.8,870,2.756,871,0.967,872,3.034,873,0.967,874,1.684,875,2.676,876,1.684,877,2.237,878,0.967,879,1.684,880,0.967,881,4.521,882,0.967,883,1.684,884,3.825,885,0.8,886,0.967,887,1.394,888,1.394,889,1.684,890,3.794,891,0.967,892,0.967,893,0.967,894,2.237,895,1.684,896,2.237,897,4.282,898,0.967,899,1.394,900,0.8,901,0.967,902,0.967,903,3.293,904,1.684,905,3.034,906,2.237,907,0.967,908,1.684,909,1.684,910,1.684,911,0.967,912,2.956,913,0.967,914,4.796,915,0.967,916,0.967,917,2.237,918,1.684,919,2.237,920,2.237,921,2.676,922,1.684,923,2.237,924,0.967,925,1.684,926,1.684,927,0.967,928,3.581,929,3.331,930,1.684,931,0.967,932,0.967,933,4.796,934,0.967,935,0.967,936,1.684,937,2.511,938,0.967,939,1.684,940,0.967,941,0.967,942,0.967,943,1.684,944,0.967,945,0.967,946,0.967,947,2.237,948,0.967,949,0.967,950,1.394,951,0.967,952,3.331,953,1.684,954,3.034,955,0.967,956,1.684,957,1.684,958,0.967,959,2.676,960,0.967,961,0.967,962,1.684,963,0.967,964,3.581,965,0.967,966,0.967,967,1.684,968,0.967,969,1.684,970,2.237,971,0.967,972,0.967,973,0.967,974,1.684,975,0.967,976,0.967,977,0.967,978,0.967,979,4.622,980,0.967,981,0.8,982,1.394,983,0.967,984,1.684,985,0.69,986,0.967,987,1.684,988,2.676,989,0.967,990,2.237,991,0.967,992,0.967,993,1.684,994,0.967,995,0.967,996,3.331,997,2.095,998,2.511,999,1.851,1000,0.967,1001,2.511,1002,0.967,1003,2.237,1004,3.14,1005,4.521,1006,0.967,1007,1.684,1008,1.851,1009,0.967,1010,0.967,1011,0.967,1012,3.034,1013,0.967,1014,0.967,1015,0.967,1016,0.967,1017,2.237,1018,0.967,1019,1.684,1020,1.394,1021,3.581,1022,0.967,1023,3.581,1024,2.709,1025,0.967,1026,0.967,1027,0.967,1028,0.967,1029,0.967,1030,0.967,1031,0.967,1032,0.967,1033,0.967,1034,1.684,1035,1.684,1036,0.967,1037,1.684,1038,1.684,1039,0.967,1040,2.237,1041,0.967,1042,0.967,1043,0.8,1044,0.967,1045,1.684,1046,1.684,1047,0.967,1048,0.967,1049,1.684,1050,1.684,1051,1.684,1052,0.967,1053,0.967,1054,0.967,1055,0.967,1056,2.237,1057,0.967,1058,1.684,1059,0.967,1060,0.967,1061,3.331,1062,1.684,1063,0.967,1064,0.8,1065,0.967,1066,0.967,1067,0.967,1068,2.237,1069,1.684,1070,3.331,1071,1.684,1072,2.676,1073,0.967,1074,0.967,1075,0.967,1076,0.967,1077,0.967,1078,0.967,1079,1.684,1080,1.684,1081,0.967,1082,1.684,1083,0.967,1084,1.684,1085,1.684,1086,0.967,1087,0.967,1088,2.676,1089,0.967,1090,0.967,1091,0.967,1092,0.967,1093,1.684,1094,0.967,1095,0.967,1096,0.967,1097,0.967,1098,0.967,1099,0.967,1100,1.684,1101,0.967,1102,0.967,1103,0.967,1104,0.967,1105,0.967,1106,1.684,1107,0.967,1108,0.967,1109,0.967,1110,2.237,1111,2.237,1112,0.8,1113,0.967,1114,0.967,1115,1.684,1116,0.967,1117,0.967,1118,0.967,1119,1.684,1120,1.684,1121,1.684,1122,1.684,1123,0.967,1124,1.684,1125,2.676,1126,2.237,1127,0.967,1128,0.967,1129,0.967,1130,0.967,1131,0.8,1132,0.967,1133,1.684,1134,0.967,1135,0.967,1136,1.684,1137,2.676,1138,0.967,1139,0.967,1140,0.967,1141,0.967,1142,3.331,1143,2.237,1144,1.684,1145,0.967,1146,0.967,1147,2.237,1148,1.684,1149,2.676,1150,0.967,1151,0.967,1152,0.967,1153,1.684,1154,0.967,1155,0.967,1156,0.967,1157,0.967,1158,0.967,1159,2.676,1160,0.967,1161,2.237,1162,2.676,1163,0.967,1164,2.237,1165,3.034,1166,1.684,1167,1.684,1168,1.684,1169,1.684,1170,2.237,1171,2.676,1172,3.034,1173,1.684,1174,2.237,1175,0.967,1176,0.967,1177,3.581,1178,0.967,1179,2.676,1180,3.979,1181,0.967,1182,0.967,1183,0.967,1184,0.967,1185,0.967,1186,0.967,1187,1.684,1188,0.967,1189,1.684,1190,0.967,1191,0.967,1192,0.967,1193,0.967,1194,1.684,1195,0.967,1196,0.967,1197,1.684,1198,1.851,1199,1.684,1200,0.967,1201,0.967,1202,0.967,1203,1.684,1204,0.967,1205,0.967,1206,0.967,1207,0.967,1208,0.967,1209,0.967,1210,0.967,1211,1.684,1212,0.967,1213,0.967,1214,3.331,1215,1.684,1216,2.237,1217,1.684,1218,0.967,1219,0.967,1220,0.967,1221,0.967,1222,2.237,1223,0.967,1224,0.967,1225,0.967,1226,1.684,1227,1.684,1228,1.684,1229,1.684,1230,2.237,1231,0.967,1232,0.967,1233,0.967,1234,0.967,1235,0.967,1236,0.967,1237,0.8,1238,0.967,1239,0.967,1240,0.967,1241,1.684,1242,0.967,1243,0.967,1244,1.394,1245,0.967,1246,0.967,1247,0.967,1248,0.967,1249,0.967,1250,0.967,1251,0.967,1252,0.967,1253,0.967,1254,0.967,1255,3.794,1256,0.967,1257,2.237,1258,3.794,1259,2.237,1260,2.676,1261,1.684,1262,2.237,1263,0.967,1264,1.684,1265,0.967,1266,0.967,1267,1.684,1268,1.684,1269,1.684,1270,0.967,1271,0.967,1272,0.967,1273,0.967,1274,1.684,1275,0.967,1276,1.851,1277,0.967,1278,0.967,1279,0.967,1280,0.967,1281,0.8,1282,0.967,1283,0.967,1284,0.967,1285,0.967,1286,0.967,1287,0.967,1288,0.967,1289,0.967,1290,0.967,1291,0.967,1292,3.034,1293,0.967,1294,0.967,1295,0.967,1296,0.967,1297,0.967,1298,0.967,1299,0.967,1300,0.967,1301,0.967,1302,0.967,1303,0.967,1304,0.967,1305,0.967,1306,0.967,1307,1.684,1308,0.967,1309,1.684,1310,0.967,1311,1.684,1312,1.684,1313,2.676,1314,2.676,1315,1.684,1316,1.684,1317,0.967,1318,0.967,1319,0.967,1320,2.237,1321,0.967,1322,0.8,1323,0.967,1324,0.967,1325,0.967,1326,0.967,1327,0.967,1328,1.684,1329,4.14,1330,2.237,1331,0.967,1332,1.684,1333,0.967,1334,0.967,1335,0.967,1336,0.967,1337,0.967,1338,0.967,1339,0.967,1340,0.967,1341,1.684,1342,2.963,1343,1.684,1344,0.967,1345,0.967,1346,0.967,1347,0.967,1348,1.684,1349,0.967,1350,0.967,1351,1.911,1352,0.967,1353,1.684,1354,0.967,1355,0.967,1356,0.967,1357,1.684,1358,0.967,1359,0.967,1360,0.967,1361,0.967,1362,1.684,1363,2.237,1364,1.684,1365,0.967,1366,1.394,1367,0.967,1368,0.967,1369,0.967,1370,0.967,1371,0.967,1372,0.967,1373,0.967,1374,0.967,1375,0.8,1376,0.967,1377,0.967,1378,1.684,1379,0.967,1380,0.967,1381,0.967,1382,0.967,1383,0.967,1384,0.967,1385,1.684,1386,0.967,1387,0.967,1388,0.967,1389,0.8,1390,0.967,1391,0.967,1392,1.684,1393,0.967,1394,0.967,1395,0.967,1396,0.967,1397,0.967,1398,0.967,1399,0.967,1400,0.967,1401,0.967,1402,0.967,1403,0.967,1404,1.684,1405,0.967,1406,0.967,1407,0.967,1408,1.684,1409,0.8,1410,0.8,1411,0.967,1412,0.967,1413,0.967,1414,0.967,1415,0.967,1416,0.967,1417,0.967]],["title/coverage.html",[1351,3.001]],["body/coverage.html",[0,0.984,1,1.148,9,0.371,10,0.626,11,0.44,12,3.259,53,2.063,61,0.037,63,0.86,137,2.312,139,1.472,140,2.063,147,2.312,149,2.808,154,1.523,238,3.355,266,1.261,268,1.148,271,1.261,273,1.261,276,1.261,280,0.028,281,0.028,312,2.908,318,2.638,321,2.312,328,3.699,329,3.699,369,3.889,394,2.624,395,2.624,411,2.063,413,2.957,433,2.312,435,3.355,436,3.355,437,2.373,452,2.312,453,2.957,454,3.355,574,3.041,667,2.624,672,3.041,673,3.041,722,2.957,724,2.624,725,3.041,796,2.624,797,3.041,812,2.624,822,2.624,997,2.312,1351,2.624,1418,3.675,1419,3.675,1420,3.675,1421,5.181,1422,4.7,1423,3.675,1424,3.675,1425,4.7,1426,3.675,1427,3.675,1428,3.675,1429,3.675,1430,4.7,1431,3.675,1432,3.675]],["title/dependencies.html",[285,1.277,985,1.861]],["body/dependencies.html",[9,0.314,61,0.038,112,2.583,117,0.417,119,1.421,126,2.68,127,1.571,128,1.571,129,1.957,261,1.745,280,0.025,281,0.025,285,1.067,307,2.575,309,3.485,310,2.65,468,2.221,571,1.747,630,2.575,739,3.485,814,2.575,816,2.575,817,3.485,819,2.575,841,3.951,869,2.575,899,2.575,900,2.575,1001,3.485,1198,2.575,1433,3.111,1434,3.111,1435,3.111,1436,3.111,1437,3.111,1438,3.111,1439,3.111,1440,3.111,1441,5.873,1442,3.111,1443,3.111,1444,4.212,1445,3.111,1446,3.111,1447,3.111,1448,3.111,1449,3.111,1450,3.111,1451,3.111,1452,3.111,1453,3.111,1454,3.111,1455,5.116,1456,3.111,1457,4.212,1458,3.111,1459,3.111,1460,3.111,1461,4.775,1462,3.111,1463,3.111,1464,3.111,1465,3.111,1466,3.111,1467,3.111,1468,3.111,1469,3.111,1470,3.111,1471,3.111,1472,4.212,1473,4.212,1474,3.111,1475,3.111,1476,3.111,1477,3.111,1478,3.111,1479,3.111,1480,3.111,1481,3.111,1482,4.212,1483,3.111,1484,3.111,1485,3.111,1486,4.212,1487,3.111,1488,3.111,1489,3.111,1490,3.111,1491,3.111,1492,3.111,1493,3.111,1494,3.111,1495,3.111,1496,3.111,1497,3.111,1498,3.111,1499,2.575,1500,3.111,1501,3.111,1502,3.111,1503,3.111,1504,3.111,1505,3.111,1506,4.212,1507,3.111,1508,3.111,1509,3.111,1510,3.111,1511,3.111,1512,3.111,1513,3.111,1514,3.111,1515,3.111,1516,3.111,1517,3.111,1518,3.111,1519,3.111,1520,3.111,1521,3.111,1522,3.111,1523,3.111,1524,3.111,1525,3.111,1526,3.111,1527,3.111,1528,3.111,1529,3.111,1530,3.111,1531,3.111,1532,3.111,1533,3.111,1534,3.111,1535,3.111,1536,3.111,1537,3.111,1538,3.111,1539,3.111,1540,3.111,1541,3.111,1542,4.212,1543,3.111,1544,3.111,1545,3.111,1546,3.111,1547,3.111,1548,3.111,1549,3.111,1550,3.111,1551,3.111,1552,3.111,1553,3.111,1554,3.111,1555,3.111,1556,3.111]],["title/miscellaneous/functions.html",[1557,1.64,1558,3.081]],["body/miscellaneous/functions.html",[10,0.461,11,0.324,25,1.068,32,1.526,60,2.225,61,0.036,62,2.023,72,2.225,75,1.526,80,2.225,280,0.032,281,0.032,312,3.202,328,3.259,329,4.072,370,3.778,385,3.778,394,3.833,395,3.833,1557,2.872,1558,3.778,1559,5.369]],["title/index.html",[25,0.61,838,1.861,839,1.64]],["body/index.html",[0,0.587,3,0.647,11,0.356,19,1.166,61,0.026,112,1.737,120,1.931,139,1.279,209,2.528,249,1.737,280,0.026,281,0.026,407,3.802,434,1.737,464,3.729,465,2.164,466,3.158,467,2.833,469,3.584,470,2.456,473,2.456,474,3.158,475,2.456,483,2.164,489,2.164,490,2.456,495,2.833,512,3.215,513,3.215,528,2.847,840,2.456,854,3.726,868,2.847,870,3.726,884,4.95,885,3.726,887,3.726,888,4.407,912,3.802,937,2.847,950,3.726,981,2.847,982,2.847,997,2.164,998,4.574,999,4.574,1004,3.726,1008,2.847,1020,3.726,1024,2.456,1112,3.726,1131,2.847,1281,2.847,1366,2.847,1375,2.847,1409,2.847,1560,4.503,1561,3.44,1562,3.44,1563,3.44,1564,3.44,1565,3.726,1566,3.44,1567,3.44,1568,4.503,1569,4.503,1570,4.503,1571,5.02,1572,3.44,1573,5.02,1574,3.44,1575,3.44,1576,4.503,1577,3.44,1578,3.44,1579,4.503,1580,3.44,1581,3.44,1582,3.44,1583,3.44,1584,3.44,1585,4.503,1586,3.44,1587,3.44,1588,4.503,1589,4.503,1590,3.44,1591,4.503,1592,4.503,1593,3.44,1594,3.44,1595,3.44,1596,3.44,1597,3.44,1598,3.44,1599,3.44,1600,3.44,1601,3.44,1602,3.44,1603,3.44,1604,3.44,1605,3.44,1606,3.44,1607,3.44]],["title/license.html",[838,1.861,839,1.64,1608,2.157]],["body/license.html",[61,0.029,209,2.813,221,2.562,280,0.029,281,0.029,298,1.687,738,3.37,864,4.148,912,2.907,997,2.562,1043,4.493,1064,3.37,1237,4.148,1322,3.37,1342,3.37,1389,3.37,1410,3.37,1499,3.37,1565,5.055,1608,3.37,1609,4.072,1610,5.43,1611,4.072,1612,4.072,1613,5.012,1614,4.072,1615,4.072,1616,4.072,1617,4.072,1618,4.072,1619,4.072,1620,5.012,1621,4.072,1622,4.072,1623,4.072,1624,4.072,1625,4.072,1626,4.072,1627,4.072,1628,4.072,1629,4.072,1630,4.072,1631,4.072,1632,4.072,1633,5.012,1634,4.072,1635,4.072,1636,4.072,1637,4.072,1638,4.072,1639,4.072,1640,5.012,1641,4.072,1642,4.072,1643,4.072,1644,4.072,1645,4.072,1646,4.072,1647,4.072,1648,4.072,1649,4.072,1650,4.072,1651,4.072,1652,4.072,1653,4.072,1654,4.072,1655,4.072,1656,4.072,1657,4.072,1658,4.072,1659,4.072,1660,4.072,1661,4.072,1662,4.072,1663,4.072,1664,4.072,1665,4.072]],["title/modules.html",[284,1.442]],["body/modules.html",[61,0.032,280,0.032,281,0.032,283,2.878,284,1.569,292,2.568,293,2.568,294,2.568,295,2.568,310,3.828,399,2.568,718,2.568,903,5.036,1276,3.786,1666,6.086,1667,6.144,1668,4.575]],["title/overview.html",[1669,3.479]],["body/overview.html",[1,1.636,2,1.56,61,0.037,89,1.292,259,0.972,266,1.797,268,1.843,271,2.024,273,2.024,276,2.024,280,0.028,281,0.028,282,0.796,283,3.896,284,1.292,285,1.292,286,1.719,287,1.719,288,1.719,289,3.116,290,3.116,291,3.116,292,3.191,293,3.261,294,3.352,295,3.261,296,2.179,297,1.719,298,1.56,397,3.116,398,3.116,399,2.941,434,1.901,449,2.688,501,2.369,566,3.116,567,3.116,568,3.116,660,2.688,714,3.116,715,3.116,716,3.116,717,3.116,718,3.261,789,3.116,790,3.116,791,3.116,807,3.116,808,3.116,809,3.116,1244,3.116,1669,3.116,1670,3.765]],["title/properties.html",[26,1.058,985,1.861]],["body/properties.html",[26,1.392,61,0.034,280,0.033,281,0.033,866,4.053,1024,3.497]],["title/miscellaneous/variables.html",[1557,1.64,1671,3.081]],["body/miscellaneous/variables.html",[10,0.536,11,0.377,12,2.818,25,1.048,57,2.515,61,0.037,63,1.243,80,2.2,85,2.424,125,1.273,147,3.34,148,2.045,149,2.672,150,2.515,151,3.198,280,0.031,281,0.031,311,3.198,812,3.198,820,3.707,821,3.707,822,3.79,1557,2.818,1671,3.707,1672,4.48,1673,4.48]]],"invertedIndex":[["",{"_index":61,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":149,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["0.001",{"_index":151,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"miscellaneous/variables.html":{}}}],["0.1.0",{"_index":1408,"title":{},"body":{"changelog.html":{}}}],["0.13.1",{"_index":1556,"title":{},"body":{"dependencies.html":{}}}],["0.2",{"_index":559,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0.2.0",{"_index":1404,"title":{},"body":{"changelog.html":{}}}],["0.20.0",{"_index":1486,"title":{},"body":{"dependencies.html":{}}}],["0.5",{"_index":786,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["0.5.0",{"_index":1392,"title":{},"body":{"changelog.html":{}}}],["0.5rem",{"_index":666,"title":{},"body":{"components/OrganComponent.html":{}}}],["0.6.0",{"_index":1366,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["0.875rem",{"_index":549,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0.95rem",{"_index":242,"title":{},"body":{"components/AppComponent.html":{}}}],["0/1",{"_index":1421,"title":{},"body":{"coverage.html":{}}}],["0/18",{"_index":1420,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":1424,"title":{},"body":{"coverage.html":{}}}],["0/22",{"_index":1422,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":1425,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":1430,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":1423,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":1426,"title":{},"body":{"coverage.html":{}}}],["00788",{"_index":500,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["01",{"_index":918,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":1223,"title":{},"body":{"changelog.html":{}}}],["021",{"_index":499,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["03",{"_index":1165,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":954,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":1137,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":875,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":867,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":1343,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":905,"title":{},"body":{"changelog.html":{}}}],["0ms",{"_index":563,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0ms,border",{"_index":562,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0ms,box",{"_index":560,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0rem",{"_index":529,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["1",{"_index":255,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["1.0",{"_index":1258,"title":{},"body":{"changelog.html":{}}}],["1.0.0",{"_index":1329,"title":{},"body":{"changelog.html":{}}}],["1.0.11",{"_index":1481,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":1490,"title":{},"body":{"dependencies.html":{}}}],["1.0.9",{"_index":1550,"title":{},"body":{"dependencies.html":{}}}],["1.1.0",{"_index":1307,"title":{},"body":{"changelog.html":{}}}],["1.14.10",{"_index":1496,"title":{},"body":{"dependencies.html":{}}}],["1.17.0",{"_index":1524,"title":{},"body":{"dependencies.html":{}}}],["1.2.0",{"_index":1257,"title":{},"body":{"changelog.html":{}}}],["1.2.3",{"_index":1494,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":1483,"title":{},"body":{"dependencies.html":{}}}],["1.25",{"_index":657,"title":{},"body":{"components/OrganComponent.html":{}}}],["1.3.1",{"_index":1538,"title":{},"body":{"dependencies.html":{}}}],["1.3.5",{"_index":1222,"title":{},"body":{"changelog.html":{}}}],["1.325rem",{"_index":805,"title":{},"body":{"components/StatsListComponent.html":{}}}],["1.4.0",{"_index":1198,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["1.4.1",{"_index":1509,"title":{},"body":{"dependencies.html":{}}}],["1.5",{"_index":244,"title":{},"body":{"components/AppComponent.html":{}}}],["1.5.0",{"_index":1164,"title":{},"body":{"changelog.html":{}}}],["1.6.0",{"_index":1149,"title":{},"body":{"changelog.html":{}}}],["1.7.0",{"_index":1136,"title":{},"body":{"changelog.html":{}}}],["1/1",{"_index":1427,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":389,"title":{},"body":{"components/AppWebComponent.html":{},"changelog.html":{}}}],["10.0.0",{"_index":1522,"title":{},"body":{"dependencies.html":{}}}],["100",{"_index":667,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"coverage.html":{}}}],["1000",{"_index":658,"title":{},"body":{"components/OrganComponent.html":{}}}],["101",{"_index":785,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["10x",{"_index":1319,"title":{},"body":{"changelog.html":{}}}],["11",{"_index":843,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":1505,"title":{},"body":{"dependencies.html":{}}}],["12",{"_index":868,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["13",{"_index":1051,"title":{},"body":{"changelog.html":{}}}],["136",{"_index":635,"title":{},"body":{"components/OrganComponent.html":{}}}],["14",{"_index":955,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":1525,"title":{},"body":{"dependencies.html":{}}}],["14.1.4",{"_index":1437,"title":{},"body":{"dependencies.html":{}}}],["14.10.1",{"_index":1434,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":876,"title":{},"body":{"changelog.html":{}}}],["15.313.0",{"_index":1436,"title":{},"body":{"dependencies.html":{}}}],["16",{"_index":850,"title":{},"body":{"changelog.html":{}}}],["16.0.0",{"_index":1527,"title":{},"body":{"dependencies.html":{}}}],["16.0.2",{"_index":1529,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":1441,"title":{},"body":{"dependencies.html":{}}}],["16.1.6",{"_index":1444,"title":{},"body":{"dependencies.html":{}}}],["16.3.1",{"_index":1498,"title":{},"body":{"dependencies.html":{}}}],["17",{"_index":844,"title":{},"body":{"changelog.html":{}}}],["173",{"_index":639,"title":{},"body":{"components/OrganComponent.html":{}}}],["1px",{"_index":522,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["1rem",{"_index":234,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["2",{"_index":660,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{},"overview.html":{}}}],["2.0",{"_index":862,"title":{},"body":{"changelog.html":{}}}],["2.0.0",{"_index":1111,"title":{},"body":{"changelog.html":{}}}],["2.0.1",{"_index":1477,"title":{},"body":{"dependencies.html":{}}}],["2.0.4",{"_index":1439,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":1502,"title":{},"body":{"dependencies.html":{}}}],["2.1.0",{"_index":1071,"title":{},"body":{"changelog.html":{}}}],["2.2.0",{"_index":1062,"title":{},"body":{"changelog.html":{}}}],["2.28125rem",{"_index":545,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["2.3.0",{"_index":1058,"title":{},"body":{"changelog.html":{}}}],["2.3.1",{"_index":1050,"title":{},"body":{"changelog.html":{}}}],["2.4.0",{"_index":1037,"title":{},"body":{"changelog.html":{}}}],["2.5.0",{"_index":1019,"title":{},"body":{"changelog.html":{}}}],["2.6.1",{"_index":1552,"title":{},"body":{"dependencies.html":{}}}],["2.75",{"_index":554,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["2.8.0",{"_index":1479,"title":{},"body":{"dependencies.html":{}}}],["2.8.1",{"_index":1453,"title":{},"body":{"dependencies.html":{}}}],["2.8.5",{"_index":1492,"title":{},"body":{"dependencies.html":{}}}],["2019",{"_index":1342,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2020",{"_index":1260,"title":{},"body":{"changelog.html":{}}}],["2021",{"_index":1005,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":890,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":842,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":1138,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":1331,"title":{},"body":{"changelog.html":{}}}],["229",{"_index":636,"title":{},"body":{"components/OrganComponent.html":{}}}],["229.5",{"_index":641,"title":{},"body":{"components/OrganComponent.html":{}}}],["24",{"_index":1393,"title":{},"body":{"changelog.html":{}}}],["250ms",{"_index":556,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["255",{"_index":637,"title":{},"body":{"components/OrganComponent.html":{}}}],["26",{"_index":1166,"title":{},"body":{"changelog.html":{}}}],["26th",{"_index":1202,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":906,"title":{},"body":{"changelog.html":{}}}],["29rem",{"_index":258,"title":{},"body":{"components/AppComponent.html":{}}}],["2f3346",{"_index":537,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["2px",{"_index":553,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["2rem",{"_index":257,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["3",{"_index":1244,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["3.0.0",{"_index":1001,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3.1.0",{"_index":967,"title":{},"body":{"changelog.html":{}}}],["3.1.1",{"_index":962,"title":{},"body":{"changelog.html":{}}}],["3.2.0",{"_index":953,"title":{},"body":{"changelog.html":{}}}],["3.2.10",{"_index":1461,"title":{},"body":{"dependencies.html":{}}}],["3.3.0",{"_index":936,"title":{},"body":{"changelog.html":{}}}],["3.3.2",{"_index":1531,"title":{},"body":{"dependencies.html":{}}}],["3.4.0",{"_index":917,"title":{},"body":{"changelog.html":{}}}],["3.5.0",{"_index":904,"title":{},"body":{"changelog.html":{}}}],["3.5.7",{"_index":1469,"title":{},"body":{"dependencies.html":{}}}],["3.6",{"_index":1585,"title":{},"body":{"index.html":{}}}],["3.6.0",{"_index":889,"title":{},"body":{"changelog.html":{}}}],["3.6.3",{"_index":1467,"title":{},"body":{"dependencies.html":{}}}],["3.7.0",{"_index":874,"title":{},"body":{"changelog.html":{}}}],["3.7.2",{"_index":866,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["3.8.0",{"_index":849,"title":{},"body":{"changelog.html":{}}}],["3.8.1",{"_index":841,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["30",{"_index":634,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["30rem",{"_index":518,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["31",{"_index":1308,"title":{},"body":{"changelog.html":{}}}],["352px",{"_index":671,"title":{},"body":{"components/OrganComponent.html":{}}}],["3d",{"_index":933,"title":{},"body":{"changelog.html":{}}}],["4",{"_index":1279,"title":{},"body":{"changelog.html":{}}}],["4.0",{"_index":1569,"title":{},"body":{"index.html":{}}}],["4.17.21",{"_index":1520,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":1500,"title":{},"body":{"dependencies.html":{}}}],["4.4.1",{"_index":1488,"title":{},"body":{"dependencies.html":{}}}],["4.4.2",{"_index":1543,"title":{},"body":{"dependencies.html":{}}}],["444a65",{"_index":533,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["47",{"_index":640,"title":{},"body":{"components/OrganComponent.html":{}}}],["4th",{"_index":892,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":856,"title":{},"body":{"changelog.html":{}}}],["5.0.0",{"_index":1473,"title":{},"body":{"dependencies.html":{}}}],["50",{"_index":776,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["500",{"_index":551,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["5th",{"_index":880,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":501,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"overview.html":{}}}],["6.11.2",{"_index":1535,"title":{},"body":{"dependencies.html":{}}}],["6.2.1",{"_index":1516,"title":{},"body":{"dependencies.html":{}}}],["6px",{"_index":532,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["6s",{"_index":775,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["7",{"_index":1670,"title":{},"body":{"overview.html":{}}}],["7.0.0",{"_index":1511,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":1544,"title":{},"body":{"dependencies.html":{}}}],["7/8",{"_index":1429,"title":{},"body":{"coverage.html":{}}}],["71",{"_index":784,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["8",{"_index":1144,"title":{},"body":{"changelog.html":{}}}],["8.0.6",{"_index":1547,"title":{},"body":{"dependencies.html":{}}}],["8.2.0",{"_index":1518,"title":{},"body":{"dependencies.html":{}}}],["8.5.16",{"_index":1465,"title":{},"body":{"dependencies.html":{}}}],["8.8.20",{"_index":1455,"title":{},"body":{"dependencies.html":{}}}],["85",{"_index":1403,"title":{},"body":{"changelog.html":{}}}],["87",{"_index":1428,"title":{},"body":{"coverage.html":{}}}],["9.0.0",{"_index":1554,"title":{},"body":{"dependencies.html":{}}}],["90",{"_index":668,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{}}}],["95",{"_index":957,"title":{},"body":{"changelog.html":{}}}],["9rem",{"_index":543,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["9th",{"_index":1176,"title":{},"body":{"changelog.html":{}}}],["_blank",{"_index":504,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["_sex",{"_index":687,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["ability",{"_index":1084,"title":{},"body":{"changelog.html":{}}}],["above",{"_index":1389,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["accessors",{"_index":735,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["accurate",{"_index":1163,"title":{},"body":{"changelog.html":{}}}],["action",{"_index":1659,"title":{},"body":{"license.html":{}}}],["actions",{"_index":1248,"title":{},"body":{"changelog.html":{}}}],["actual_component",{"_index":279,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["add",{"_index":461,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["added",{"_index":845,"title":{},"body":{"changelog.html":{}}}],["additional",{"_index":1390,"title":{},"body":{"changelog.html":{}}}],["addressed",{"_index":1301,"title":{},"body":{"changelog.html":{}}}],["adds",{"_index":939,"title":{},"body":{"changelog.html":{}}}],["adjusting",{"_index":1295,"title":{},"body":{"changelog.html":{}}}],["adjustment",{"_index":1196,"title":{},"body":{"changelog.html":{}}}],["advanced",{"_index":1113,"title":{},"body":{"changelog.html":{}}}],["afterviewchecked",{"_index":575,"title":{},"body":{"components/OrganComponent.html":{}}}],["afterviewinit",{"_index":14,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["again",{"_index":1269,"title":{},"body":{"changelog.html":{}}}],["age",{"_index":1035,"title":{},"body":{"changelog.html":{}}}],["aggregateresult",{"_index":121,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"components/StatsListComponent.html":{}}}],["ala",{"_index":1055,"title":{},"body":{"changelog.html":{}}}],["align",{"_index":246,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["all_possible_organs",{"_index":693,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["allowed",{"_index":778,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["allows",{"_index":1181,"title":{},"body":{"changelog.html":{}}}],["alpha",{"_index":1377,"title":{},"body":{"changelog.html":{}}}],["alpha.1",{"_index":1357,"title":{},"body":{"changelog.html":{}}}],["alpha.2",{"_index":1353,"title":{},"body":{"changelog.html":{}}}],["alpha.3",{"_index":1341,"title":{},"body":{"changelog.html":{}}}],["alt",{"_index":1572,"title":{},"body":{"index.html":{}}}],["analytics",{"_index":128,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["analyticsmodule",{"_index":409,"title":{},"body":{"modules/CoreModule.html":{}}}],["analyticsmodule.forroot",{"_index":416,"title":{},"body":{"modules/CoreModule.html":{}}}],["anatomical",{"_index":479,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["and/or",{"_index":1631,"title":{},"body":{"license.html":{}}}],["angular",{"_index":112,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/StoreModule.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["angular/animations",{"_index":1440,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":1442,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":571,"title":{},"body":{"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":402,"title":{},"body":{"modules/CoreModule.html":{}}}],["angular/compiler",{"_index":1443,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":117,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"dependencies.html":{}}}],["angular/elements",{"_index":307,"title":{},"body":{"modules/AppModule.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":1445,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":1446,"title":{},"body":{"dependencies.html":{}}}],["angular/material/slide",{"_index":794,"title":{},"body":{"modules/SlideToggleModule.html":{}}}],["angular/platform",{"_index":309,"title":{},"body":{"modules/AppModule.html":{},"dependencies.html":{}}}],["angular/router",{"_index":1448,"title":{},"body":{"dependencies.html":{}}}],["angular/youtube",{"_index":1449,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":884,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["apiendpointdatasourceservice",{"_index":439,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["app",{"_index":311,"title":{},"body":{"modules/AppModule.html":{},"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["app.component",{"_index":314,"title":{},"body":{"modules/AppModule.html":{}}}],["app.component.html",{"_index":24,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["app.component.scss",{"_index":22,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["appcomponent",{"_index":1,"title":{"components/AppComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["appear",{"_index":1013,"title":{},"body":{"changelog.html":{}}}],["appelement",{"_index":324,"title":{},"body":{"modules/AppModule.html":{}}}],["application",{"_index":1185,"title":{},"body":{"changelog.html":{}}}],["applied",{"_index":1231,"title":{},"body":{"changelog.html":{}}}],["appmodule",{"_index":283,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["appname",{"_index":419,"title":{},"body":{"modules/CoreModule.html":{}}}],["appropriate",{"_index":984,"title":{},"body":{"changelog.html":{}}}],["appwebcomponent",{"_index":266,"title":{"components/AppWebComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["april",{"_index":1175,"title":{},"body":{"changelog.html":{}}}],["arial",{"_index":565,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["arising",{"_index":1663,"title":{},"body":{"license.html":{}}}],["array.isarray(val",{"_index":375,"title":{},"body":{"components/AppWebComponent.html":{}}}],["asct",{"_index":487,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["asct+b",{"_index":485,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["assignment/selection",{"_index":1151,"title":{},"body":{"changelog.html":{}}}],["associated",{"_index":1064,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["atlas",{"_index":513,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["attempts",{"_index":1041,"title":{},"body":{"changelog.html":{}}}],["authors",{"_index":1653,"title":{},"body":{"license.html":{}}}],["auto",{"_index":253,"title":{},"body":{"components/AppComponent.html":{}}}],["automatic",{"_index":1283,"title":{},"body":{"changelog.html":{}}}],["automatically",{"_index":1232,"title":{},"body":{"changelog.html":{}}}],["available",{"_index":1276,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["avoid",{"_index":1101,"title":{},"body":{"changelog.html":{}}}],["award",{"_index":1606,"title":{},"body":{"index.html":{}}}],["backend",{"_index":1027,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":249,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"index.html":{}}}],["base",{"_index":1362,"title":{},"body":{"changelog.html":{}}}],["based",{"_index":1090,"title":{},"body":{"changelog.html":{}}}],["basepath",{"_index":424,"title":{},"body":{"modules/CoreModule.html":{}}}],["basewebcomponent",{"_index":331,"title":{},"body":{"components/AppWebComponent.html":{}}}],["basic",{"_index":1112,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["before",{"_index":1017,"title":{},"body":{"changelog.html":{}}}],["being",{"_index":826,"title":{},"body":{"modules/StoreModule.html":{},"changelog.html":{}}}],["beta",{"_index":1004,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["better",{"_index":1072,"title":{},"body":{"changelog.html":{}}}],["between",{"_index":478,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["bezier(0.4",{"_index":558,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["bind",{"_index":1480,"title":{},"body":{"dependencies.html":{}}}],["biomarkers",{"_index":484,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["black",{"_index":251,"title":{},"body":{"components/AppComponent.html":{},"components/OrganComponent.html":{}}}],["block",{"_index":665,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{}}}],["block['@id",{"_index":627,"title":{},"body":{"components/OrganComponent.html":{}}}],["blocks",{"_index":28,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"changelog.html":{}}}],["bmi",{"_index":1036,"title":{},"body":{"changelog.html":{}}}],["board",{"_index":1355,"title":{},"body":{"changelog.html":{}}}],["body",{"_index":119,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["bodyui",{"_index":579,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyui.bounds",{"_index":656,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyui.rotation",{"_index":654,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyui.rotationx",{"_index":655,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyui.target",{"_index":659,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyuicomponent",{"_index":616,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyuimodule",{"_index":721,"title":{},"body":{"modules/OrganModule.html":{}}}],["boolean",{"_index":358,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/SlideToggleComponent.html":{}}}],["bootstrap",{"_index":287,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["border",{"_index":520,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{}}}],["both",{"_index":142,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["bottom",{"_index":525,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["box",{"_index":1100,"title":{},"body":{"changelog.html":{}}}],["breaking",{"_index":1128,"title":{},"body":{"changelog.html":{}}}],["bringing",{"_index":1145,"title":{},"body":{"changelog.html":{}}}],["browse",{"_index":1667,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":310,"title":{},"body":{"modules/AppModule.html":{},"changelog.html":{},"dependencies.html":{},"modules.html":{}}}],["browserify",{"_index":1545,"title":{},"body":{"dependencies.html":{}}}],["browsermodule",{"_index":308,"title":{},"body":{"modules/AppModule.html":{}}}],["browsing",{"_index":1412,"title":{},"body":{"changelog.html":{}}}],["btn",{"_index":539,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["bug",{"_index":859,"title":{},"body":{"changelog.html":{}}}],["build",{"_index":1566,"title":{},"body":{"index.html":{}}}],["builds",{"_index":1000,"title":{},"body":{"changelog.html":{}}}],["builtin_parsers",{"_index":364,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.boolean",{"_index":396,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.json(value",{"_index":378,"title":{},"body":{"components/AppWebComponent.html":{}}}],["button",{"_index":534,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["button.buttontitle",{"_index":516,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["buttontitle",{"_index":455,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["buttonurl",{"_index":456,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["c",{"_index":1611,"title":{},"body":{"license.html":{}}}],["cache",{"_index":869,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["cacheable",{"_index":1549,"title":{},"body":{"dependencies.html":{}}}],["callback",{"_index":1087,"title":{},"body":{"changelog.html":{}}}],["called",{"_index":1133,"title":{},"body":{"changelog.html":{}}}],["calls",{"_index":902,"title":{},"body":{"changelog.html":{}}}],["cancelregistration",{"_index":1086,"title":{},"body":{"changelog.html":{}}}],["candidate",{"_index":1333,"title":{},"body":{"changelog.html":{}}}],["cannon",{"_index":1484,"title":{},"body":{"dependencies.html":{}}}],["card",{"_index":519,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["card.body",{"_index":510,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["card.buttontitle",{"_index":511,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cards",{"_index":457,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["cards'},{'name",{"_index":270,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["cards.component",{"_index":572,"title":{},"body":{"modules/LinkCardsModule.html":{}}}],["cards.component.html",{"_index":458,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["cards.component.scss",{"_index":459,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["cards.component.ts",{"_index":454,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"coverage.html":{}}}],["cards.component.ts:16",{"_index":509,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cards.component.ts:34",{"_index":508,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cards.component.ts:52",{"_index":506,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cards.module",{"_index":319,"title":{},"body":{"modules/AppModule.html":{}}}],["cards.module.ts",{"_index":569,"title":{},"body":{"modules/LinkCardsModule.html":{}}}],["cards/link",{"_index":318,"title":{},"body":{"modules/AppModule.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"coverage.html":{}}}],["carousel",{"_index":1119,"title":{},"body":{"changelog.html":{}}}],["case",{"_index":1588,"title":{},"body":{"index.html":{}}}],["cased",{"_index":211,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["cases",{"_index":1306,"title":{},"body":{"changelog.html":{}}}],["ccf",{"_index":19,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"modules/StoreModule.html":{},"changelog.html":{},"index.html":{}}}],["ccf's",{"_index":1253,"title":{},"body":{"changelog.html":{}}}],["ccf.owl",{"_index":877,"title":{},"body":{"changelog.html":{}}}],["ccfapiconfiguration",{"_index":404,"title":{},"body":{"modules/CoreModule.html":{}}}],["ccfapimodule",{"_index":405,"title":{},"body":{"modules/CoreModule.html":{}}}],["ccfapimodule.forroot",{"_index":423,"title":{},"body":{"modules/CoreModule.html":{}}}],["ccfdatabasedatasourceservice",{"_index":440,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["cdr",{"_index":343,"title":{},"body":{"components/AppWebComponent.html":{}}}],["cell",{"_index":481,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["center",{"_index":528,"title":{},"body":{"components/LinkCardsComponent.html":{},"index.html":{}}}],["change",{"_index":1131,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["changed",{"_index":896,"title":{},"body":{"changelog.html":{}}}],["changedetection",{"_index":16,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["changedetectionstrategy",{"_index":114,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":17,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["changedetectorref",{"_index":344,"title":{},"body":{"components/AppWebComponent.html":{}}}],["changelog",{"_index":840,"title":{"changelog.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["changes",{"_index":605,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{}}}],["charge",{"_index":1617,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1277,"title":{},"body":{"changelog.html":{}}}],["ci/cd",{"_index":1251,"title":{},"body":{"changelog.html":{}}}],["claim",{"_index":1656,"title":{},"body":{"license.html":{}}}],["class",{"_index":153,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["clean",{"_index":951,"title":{},"body":{"changelog.html":{}}}],["cleaner",{"_index":212,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["cleanup",{"_index":1003,"title":{},"body":{"changelog.html":{}}}],["click",{"_index":1047,"title":{},"body":{"changelog.html":{}}}],["clicking",{"_index":1124,"title":{},"body":{"changelog.html":{}}}],["client",{"_index":407,"title":{},"body":{"modules/CoreModule.html":{},"changelog.html":{},"index.html":{}}}],["clsname",{"_index":729,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["cluster_appmodule",{"_index":289,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":290,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":291,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_coremodule",{"_index":397,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_coremodule_imports",{"_index":398,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_linkcardsmodule",{"_index":566,"title":{},"body":{"modules/LinkCardsModule.html":{},"overview.html":{}}}],["cluster_linkcardsmodule_declarations",{"_index":568,"title":{},"body":{"modules/LinkCardsModule.html":{},"overview.html":{}}}],["cluster_linkcardsmodule_exports",{"_index":567,"title":{},"body":{"modules/LinkCardsModule.html":{},"overview.html":{}}}],["cluster_organmodule",{"_index":714,"title":{},"body":{"modules/OrganModule.html":{},"overview.html":{}}}],["cluster_organmodule_declarations",{"_index":715,"title":{},"body":{"modules/OrganModule.html":{},"overview.html":{}}}],["cluster_organmodule_exports",{"_index":717,"title":{},"body":{"modules/OrganModule.html":{},"overview.html":{}}}],["cluster_organmodule_imports",{"_index":716,"title":{},"body":{"modules/OrganModule.html":{},"overview.html":{}}}],["cluster_slidetogglemodule",{"_index":789,"title":{},"body":{"modules/SlideToggleModule.html":{},"overview.html":{}}}],["cluster_slidetogglemodule_declarations",{"_index":790,"title":{},"body":{"modules/SlideToggleModule.html":{},"overview.html":{}}}],["cluster_slidetogglemodule_exports",{"_index":791,"title":{},"body":{"modules/SlideToggleModule.html":{},"overview.html":{}}}],["cluster_statslistmodule",{"_index":807,"title":{},"body":{"modules/StatsListModule.html":{},"overview.html":{}}}],["cluster_statslistmodule_declarations",{"_index":808,"title":{},"body":{"modules/StatsListModule.html":{},"overview.html":{}}}],["cluster_statslistmodule_exports",{"_index":809,"title":{},"body":{"modules/StatsListModule.html":{},"overview.html":{}}}],["code",{"_index":996,"title":{},"body":{"changelog.html":{}}}],["codebase",{"_index":1263,"title":{},"body":{"changelog.html":{}}}],["codex",{"_index":1318,"title":{},"body":{"changelog.html":{}}}],["codifies",{"_index":1371,"title":{},"body":{"changelog.html":{}}}],["collaboration",{"_index":1261,"title":{},"body":{"changelog.html":{}}}],["collisions",{"_index":1285,"title":{},"body":{"changelog.html":{}}}],["color",{"_index":148,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["colorizing",{"_index":1326,"title":{},"body":{"changelog.html":{}}}],["combination",{"_index":1278,"title":{},"body":{"changelog.html":{}}}],["come",{"_index":1323,"title":{},"body":{"changelog.html":{}}}],["coming",{"_index":1315,"title":{},"body":{"changelog.html":{}}}],["comlink",{"_index":1487,"title":{},"body":{"dependencies.html":{}}}],["common",{"_index":483,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["commonmodule",{"_index":570,"title":{},"body":{"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{}}}],["compatibility",{"_index":833,"title":{},"body":{"modules/StoreModule.html":{}}}],["complexity",{"_index":1158,"title":{},"body":{"changelog.html":{}}}],["compodoc",{"_index":994,"title":{},"body":{"changelog.html":{}}}],["component",{"_index":0,"title":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["component.component",{"_index":313,"title":{},"body":{"modules/AppModule.html":{}}}],["component.component.ts",{"_index":329,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["component.component.ts:50",{"_index":354,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:51",{"_index":356,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:52",{"_index":357,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:53",{"_index":347,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:54",{"_index":348,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:56",{"_index":350,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:57",{"_index":351,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:58",{"_index":349,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:59",{"_index":353,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:60",{"_index":352,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:62",{"_index":359,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:63",{"_index":355,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:65",{"_index":361,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:66",{"_index":362,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:67",{"_index":360,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:69",{"_index":345,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component_template",{"_index":264,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["components",{"_index":2,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{},"overview.html":{}}}],["comunica/query",{"_index":1451,"title":{},"body":{"dependencies.html":{}}}],["concat",{"_index":1489,"title":{},"body":{"dependencies.html":{}}}],["conditions",{"_index":1639,"title":{},"body":{"license.html":{}}}],["config",{"_index":159,"title":{},"body":{"components/AppComponent.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"changelog.html":{}}}],["config.organiri",{"_index":162,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["config.remoteapiendpoint",{"_index":448,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["config.sex",{"_index":165,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["config.side?.tolowercase",{"_index":163,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["config.useremoteapi",{"_index":447,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["configstate",{"_index":56,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["configstate.config$.pipe",{"_index":156,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["configstore",{"_index":346,"title":{},"body":{"components/AppWebComponent.html":{}}}],["configuration",{"_index":872,"title":{},"body":{"changelog.html":{}}}],["configurations",{"_index":1083,"title":{},"body":{"changelog.html":{}}}],["confirmation",{"_index":1039,"title":{},"body":{"changelog.html":{}}}],["conform",{"_index":1094,"title":{},"body":{"changelog.html":{}}}],["connect",{"_index":1025,"title":{},"body":{"changelog.html":{}}}],["connection",{"_index":1664,"title":{},"body":{"license.html":{}}}],["consider",{"_index":831,"title":{},"body":{"modules/StoreModule.html":{}}}],["consortium",{"_index":1612,"title":{},"body":{"license.html":{}}}],["const",{"_index":146,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"modules/StoreModule.html":{}}}],["constructor",{"_index":51,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["constructor(@optional",{"_index":428,"title":{},"body":{"modules/CoreModule.html":{}}}],["constructor(configstore",{"_index":342,"title":{},"body":{"components/AppWebComponent.html":{}}}],["constructor(ga",{"_index":589,"title":{},"body":{"components/OrganComponent.html":{}}}],["constructor(lookup",{"_index":52,"title":{},"body":{"components/AppComponent.html":{}}}],["constructor(private",{"_index":323,"title":{},"body":{"modules/AppModule.html":{},"injectables/OrganLookupService.html":{}}}],["constructor(readonly",{"_index":620,"title":{},"body":{"components/OrganComponent.html":{}}}],["constructor(source",{"_index":680,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["container",{"_index":226,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["containers",{"_index":1074,"title":{},"body":{"changelog.html":{}}}],["containing",{"_index":1564,"title":{},"body":{"index.html":{}}}],["content",{"_index":229,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["contract",{"_index":1660,"title":{},"body":{"license.html":{}}}],["control",{"_index":1218,"title":{},"body":{"changelog.html":{}}}],["controls",{"_index":848,"title":{},"body":{"changelog.html":{}}}],["coordinate",{"_index":1594,"title":{},"body":{"index.html":{}}}],["copies",{"_index":1633,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1620,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1610,"title":{},"body":{"license.html":{}}}],["cord",{"_index":942,"title":{},"body":{"changelog.html":{}}}],["core",{"_index":429,"title":{},"body":{"modules/CoreModule.html":{}}}],["core/core.module",{"_index":315,"title":{},"body":{"modules/AppModule.html":{}}}],["core/services/organ",{"_index":136,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["coremodule",{"_index":292,"title":{"modules/CoreModule.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules.html":{},"overview.html":{}}}],["cors",{"_index":1491,"title":{},"body":{"dependencies.html":{}}}],["course",{"_index":492,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["coverage",{"_index":1351,"title":{"coverage.html":{}},"body":{"changelog.html":{},"coverage.html":{}}}],["createcustomelement",{"_index":306,"title":{},"body":{"modules/AppModule.html":{}}}],["createcustomelement(appwebcomponent",{"_index":325,"title":{},"body":{"modules/AppModule.html":{}}}],["created",{"_index":1227,"title":{},"body":{"changelog.html":{}}}],["credits",{"_index":1597,"title":{},"body":{"index.html":{}}}],["css",{"_index":1493,"title":{},"body":{"dependencies.html":{}}}],["cubic",{"_index":557,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cuboid",{"_index":1350,"title":{},"body":{"changelog.html":{}}}],["cuboids",{"_index":1347,"title":{},"body":{"changelog.html":{}}}],["current",{"_index":755,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["currently",{"_index":747,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["cursor",{"_index":547,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["customelements.define('ccf",{"_index":327,"title":{},"body":{"modules/AppModule.html":{}}}],["cyberinfrastructure",{"_index":1599,"title":{},"body":{"index.html":{}}}],["cycle",{"_index":1169,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":1657,"title":{},"body":{"license.html":{}}}],["dark/light",{"_index":1089,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":383,"title":{},"body":{"components/AppWebComponent.html":{},"modules/StoreModule.html":{},"changelog.html":{}}}],["database",{"_index":124,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["datasets",{"_index":1179,"title":{},"body":{"changelog.html":{}}}],["datasourcelike",{"_index":441,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["datasources",{"_index":334,"title":{},"body":{"components/AppWebComponent.html":{}}}],["datasourceservice",{"_index":408,"title":{},"body":{"modules/CoreModule.html":{},"injectables/OrganLookupService.html":{}}}],["datatype",{"_index":746,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["deal",{"_index":1622,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":1665,"title":{},"body":{"license.html":{}}}],["december",{"_index":1270,"title":{},"body":{"changelog.html":{}}}],["deck.gl/core",{"_index":1454,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/geo",{"_index":1456,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/layers",{"_index":1458,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/mesh",{"_index":1459,"title":{},"body":{"dependencies.html":{}}}],["declarations",{"_index":286,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["decorator",{"_index":1472,"title":{},"body":{"dependencies.html":{}}}],["decorators",{"_index":94,"title":{},"body":{"components/AppComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["deep",{"_index":514,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["deepdives",{"_index":488,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["deeply",{"_index":1029,"title":{},"body":{"changelog.html":{}}}],["default",{"_index":85,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["defined",{"_index":58,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["delegatedatasourceoptions",{"_index":433,"title":{"interfaces/DelegateDataSourceOptions.html":{}},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["delegatedatasourceservice",{"_index":411,"title":{"injectables/DelegateDataSourceService.html":{}},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["demo",{"_index":1049,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":285,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["depending",{"_index":1135,"title":{},"body":{"changelog.html":{}}}],["descrepancies",{"_index":931,"title":{},"body":{"changelog.html":{}}}],["description",{"_index":754,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["details",{"_index":1391,"title":{},"body":{"changelog.html":{}}}],["determines",{"_index":762,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["developed",{"_index":1598,"title":{},"body":{"index.html":{}}}],["developmentmode",{"_index":421,"title":{},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{}}}],["developments",{"_index":1375,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dialog",{"_index":1040,"title":{},"body":{"changelog.html":{}}}],["different",{"_index":1073,"title":{},"body":{"changelog.html":{}}}],["digits",{"_index":1245,"title":{},"body":{"changelog.html":{}}}],["direct",{"_index":1400,"title":{},"body":{"changelog.html":{}}}],["direction",{"_index":231,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["directive",{"_index":262,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["directives",{"_index":278,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["directly",{"_index":1316,"title":{},"body":{"changelog.html":{}}}],["disabled",{"_index":731,"title":{},"body":{"components/SlideToggleComponent.html":{},"modules/StoreModule.html":{}}}],["display",{"_index":213,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["displayed",{"_index":1348,"title":{},"body":{"changelog.html":{}}}],["displaying",{"_index":1063,"title":{},"body":{"changelog.html":{}}}],["distribute",{"_index":1629,"title":{},"body":{"license.html":{}}}],["dive",{"_index":515,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["dobootstrap",{"_index":303,"title":{},"body":{"modules/AppModule.html":{}}}],["doc",{"_index":1360,"title":{},"body":{"changelog.html":{}}}],["docs",{"_index":949,"title":{},"body":{"changelog.html":{}}}],["document",{"_index":1495,"title":{},"body":{"dependencies.html":{}}}],["documentation",{"_index":997,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["dom",{"_index":7,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["done",{"_index":1129,"title":{},"body":{"changelog.html":{}}}],["donor",{"_index":1115,"title":{},"body":{"changelog.html":{}}}],["donors",{"_index":1182,"title":{},"body":{"changelog.html":{}}}],["dotenv",{"_index":1497,"title":{},"body":{"dependencies.html":{}}}],["download",{"_index":1385,"title":{},"body":{"changelog.html":{}}}],["during",{"_index":1168,"title":{},"body":{"changelog.html":{}}}],["dynamic",{"_index":1447,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":925,"title":{},"body":{"changelog.html":{}}}],["e0e0e0",{"_index":524,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["easier",{"_index":976,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":1298,"title":{},"body":{"changelog.html":{}}}],["efficiency",{"_index":1207,"title":{},"body":{"changelog.html":{}}}],["element",{"_index":261,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["elementref",{"_index":93,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["embedded",{"_index":1080,"title":{},"body":{"changelog.html":{}}}],["embedding",{"_index":1070,"title":{},"body":{"changelog.html":{}}}],["embedding.md",{"_index":1068,"title":{},"body":{"changelog.html":{}}}],["emits",{"_index":745,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["empty_scene",{"_index":147,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["entire",{"_index":821,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["entities.find(entity",{"_index":705,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["entity.representation_of",{"_index":706,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["entity.sex",{"_index":708,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["environment",{"_index":367,"title":{},"body":{"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"modules/StoreModule.html":{}}}],["environment.dboptions",{"_index":391,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.dboptions.remoteapiendpoint",{"_index":425,"title":{},"body":{"modules/CoreModule.html":{}}}],["environment.googleanalyticstoken",{"_index":418,"title":{},"body":{"modules/CoreModule.html":{}}}],["environment.production",{"_index":422,"title":{},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{}}}],["environments/environment",{"_index":368,"title":{},"body":{"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"modules/StoreModule.html":{}}}],["error('invalid",{"_index":382,"title":{},"body":{"components/AppWebComponent.html":{}}}],["error('the",{"_index":430,"title":{},"body":{"modules/CoreModule.html":{}}}],["es",{"_index":1485,"title":{},"body":{"dependencies.html":{}}}],["etc",{"_index":1098,"title":{},"body":{"changelog.html":{}}}],["eui",{"_index":474,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["eui/rui",{"_index":990,"title":{},"body":{"changelog.html":{}}}],["event",{"_index":221,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"license.html":{}}}],["event.node['@id",{"_index":662,"title":{},"body":{"components/OrganComponent.html":{}}}],["eventemitter",{"_index":65,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["executionstrategy",{"_index":834,"title":{},"body":{"modules/StoreModule.html":{}}}],["expanded",{"_index":923,"title":{},"body":{"changelog.html":{}}}],["exploration",{"_index":473,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["explore",{"_index":471,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["export",{"_index":152,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["exports",{"_index":288,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["express",{"_index":1499,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["extends",{"_index":330,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["external",{"_index":1085,"title":{},"body":{"changelog.html":{}}}],["extra",{"_index":1504,"title":{},"body":{"dependencies.html":{}}}],["extraction",{"_index":1045,"title":{},"body":{"changelog.html":{}}}],["fail",{"_index":1266,"title":{},"body":{"changelog.html":{}}}],["fails",{"_index":1303,"title":{},"body":{"changelog.html":{}}}],["false",{"_index":736,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["false=right",{"_index":758,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["family",{"_index":236,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["favor",{"_index":1256,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":920,"title":{},"body":{"changelog.html":{}}}],["features",{"_index":1170,"title":{},"body":{"changelog.html":{}}}],["features/organ/organ.module",{"_index":316,"title":{},"body":{"modules/AppModule.html":{}}}],["feel",{"_index":1205,"title":{},"body":{"changelog.html":{}}}],["female",{"_index":144,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["fetch",{"_index":1530,"title":{},"body":{"dependencies.html":{}}}],["ffffff",{"_index":535,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["field",{"_index":1095,"title":{},"body":{"changelog.html":{}}}],["file",{"_index":9,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{}}}],["files",{"_index":1621,"title":{},"body":{"license.html":{}}}],["filter",{"_index":29,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["filter['sex",{"_index":694,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["filteredblocks",{"_index":580,"title":{},"body":{"components/OrganComponent.html":{}}}],["filters",{"_index":935,"title":{},"body":{"changelog.html":{}}}],["final",{"_index":1259,"title":{},"body":{"changelog.html":{}}}],["finishing",{"_index":1044,"title":{},"body":{"changelog.html":{}}}],["first",{"_index":1271,"title":{},"body":{"changelog.html":{}}}],["fit",{"_index":228,"title":{},"body":{"components/AppComponent.html":{},"changelog.html":{}}}],["fitness",{"_index":1649,"title":{},"body":{"license.html":{}}}],["fixed",{"_index":1160,"title":{},"body":{"changelog.html":{}}}],["fixes",{"_index":860,"title":{},"body":{"changelog.html":{}}}],["fixes/performance",{"_index":1327,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":230,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["flexible",{"_index":945,"title":{},"body":{"changelog.html":{}}}],["fly",{"_index":1407,"title":{},"body":{"changelog.html":{}}}],["following",{"_index":1638,"title":{},"body":{"license.html":{}}}],["font",{"_index":235,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["form",{"_index":1208,"title":{},"body":{"changelog.html":{}}}],["format",{"_index":1288,"title":{},"body":{"changelog.html":{}}}],["frame",{"_index":1183,"title":{},"body":{"changelog.html":{}}}],["framework",{"_index":1595,"title":{},"body":{"index.html":{}}}],["free",{"_index":1616,"title":{},"body":{"license.html":{}}}],["fs",{"_index":1503,"title":{},"body":{"dependencies.html":{}}}],["full",{"_index":1122,"title":{},"body":{"changelog.html":{}}}],["fullscreen",{"_index":1356,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":1171,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":369,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{}}}],["functions",{"_index":1558,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["funded",{"_index":1604,"title":{},"body":{"index.html":{}}}],["furnished",{"_index":1636,"title":{},"body":{"license.html":{}}}],["further",{"_index":1352,"title":{},"body":{"changelog.html":{}}}],["future",{"_index":1161,"title":{},"body":{"changelog.html":{}}}],["ga",{"_index":54,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["gatoken",{"_index":417,"title":{},"body":{"modules/CoreModule.html":{}}}],["generate",{"_index":969,"title":{},"body":{"changelog.html":{}}}],["generated",{"_index":995,"title":{},"body":{"changelog.html":{}}}],["generating",{"_index":926,"title":{},"body":{"changelog.html":{}}}],["genericglobalconfig",{"_index":365,"title":{},"body":{"components/AppWebComponent.html":{}}}],["getblocks",{"_index":675,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getblocks(info",{"_index":682,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getleft",{"_index":760,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["getorgan",{"_index":676,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorgan(info",{"_index":684,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganinfo",{"_index":677,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganinfo(iri",{"_index":686,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganscene",{"_index":678,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganscene(info",{"_index":689,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganstats",{"_index":679,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganstats(info",{"_index":691,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getting",{"_index":838,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["github",{"_index":1247,"title":{},"body":{"changelog.html":{}}}],["gizmo",{"_index":1104,"title":{},"body":{"changelog.html":{}}}],["globalconfig",{"_index":140,"title":{"interfaces/GlobalConfig.html":{}},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"changelog.html":{},"coverage.html":{}}}],["globalconfigstate",{"_index":57,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["globalthis['dboptions",{"_index":392,"title":{},"body":{"components/AppWebComponent.html":{}}}],["good",{"_index":1300,"title":{},"body":{"changelog.html":{}}}],["google",{"_index":127,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["googleanalyticsservice",{"_index":55,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["gotourl",{"_index":505,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["gotourl(url",{"_index":502,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["granted",{"_index":1615,"title":{},"body":{"license.html":{}}}],["graph",{"_index":1668,"title":{},"body":{"modules.html":{}}}],["graphical",{"_index":961,"title":{},"body":{"changelog.html":{}}}],["graphology",{"_index":1506,"title":{},"body":{"dependencies.html":{}}}],["greatly",{"_index":1059,"title":{},"body":{"changelog.html":{}}}],["grow",{"_index":254,"title":{},"body":{"components/AppComponent.html":{},"components/StatsListComponent.html":{}}}],["gtex",{"_index":970,"title":{},"body":{"changelog.html":{}}}],["guide",{"_index":1291,"title":{},"body":{"changelog.html":{}}}],["hand",{"_index":1296,"title":{},"body":{"changelog.html":{}}}],["happen",{"_index":1334,"title":{},"body":{"changelog.html":{}}}],["happens",{"_index":1267,"title":{},"body":{"changelog.html":{}}}],["happy",{"_index":825,"title":{},"body":{"modules/StoreModule.html":{}}}],["hash",{"_index":1533,"title":{},"body":{"dependencies.html":{}}}],["header",{"_index":804,"title":{},"body":{"components/StatsListComponent.html":{}}}],["height",{"_index":227,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/StatsListComponent.html":{}}}],["helmet",{"_index":1510,"title":{},"body":{"dependencies.html":{}}}],["help",{"_index":1290,"title":{},"body":{"changelog.html":{}}}],["helvetica",{"_index":564,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["here",{"_index":1294,"title":{},"body":{"changelog.html":{}}}],["hereby",{"_index":1614,"title":{},"body":{"license.html":{}}}],["hex",{"_index":1512,"title":{},"body":{"dependencies.html":{}}}],["hidden",{"_index":1376,"title":{},"body":{"changelog.html":{}}}],["highlight",{"_index":1032,"title":{},"body":{"changelog.html":{}}}],["highlighted",{"_index":777,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["highlightednodeid",{"_index":581,"title":{},"body":{"components/OrganComponent.html":{}}}],["highlightproviders",{"_index":145,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["highlights",{"_index":1034,"title":{},"body":{"changelog.html":{}}}],["holders",{"_index":1654,"title":{},"body":{"license.html":{}}}],["hooked",{"_index":1216,"title":{},"body":{"changelog.html":{}}}],["host",{"_index":664,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["hostbinding",{"_index":763,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["hostbinding('class",{"_index":759,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["hostbindings",{"_index":734,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["hover",{"_index":536,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["hovering",{"_index":1116,"title":{},"body":{"changelog.html":{}}}],["hra",{"_index":464,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["html",{"_index":260,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["httpclientmodule",{"_index":401,"title":{},"body":{"modules/CoreModule.html":{}}}],["https://apps.humanatlas.io/hra",{"_index":1579,"title":{},"body":{"index.html":{}}}],["https://beta",{"_index":1570,"title":{},"body":{"index.html":{}}}],["https://expand.iu.edu/browse/sice/cns/courses/hubmap",{"_index":493,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["https://hubmap",{"_index":1573,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/ccf",{"_index":469,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["https://humanatlas.io",{"_index":490,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["https://observablehq.com/@cns",{"_index":1591,"title":{},"body":{"index.html":{}}}],["https://old",{"_index":1575,"title":{},"body":{"index.html":{}}}],["https://portal.hubmapconsortium.org/ccf",{"_index":475,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["https://sampledata.hubmapconsortium.org",{"_index":1402,"title":{},"body":{"changelog.html":{}}}],["https://www.nature.com/articles/s41556",{"_index":498,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["https://www.ngxs.io/advanced/options",{"_index":835,"title":{},"body":{"modules/StoreModule.html":{}}}],["hubmap",{"_index":912,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["hubmapasseturl",{"_index":335,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapdataservice",{"_index":336,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapdataurl",{"_index":337,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapportalurl",{"_index":338,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmaptoken",{"_index":339,"title":{},"body":{"components/AppWebComponent.html":{}}}],["human",{"_index":495,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["icon",{"_index":1386,"title":{},"body":{"changelog.html":{}}}],["icons",{"_index":1123,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":1077,"title":{},"body":{"changelog.html":{}}}],["idb",{"_index":1514,"title":{},"body":{"dependencies.html":{}}}],["identifier",{"_index":1418,"title":{},"body":{"coverage.html":{}}}],["iec",{"_index":1262,"title":{},"body":{"changelog.html":{}}}],["image",{"_index":1255,"title":{},"body":{"changelog.html":{}}}],["images",{"_index":1314,"title":{},"body":{"changelog.html":{}}}],["immutable",{"_index":91,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["implementation",{"_index":1022,"title":{},"body":{"changelog.html":{}}}],["implemented",{"_index":1214,"title":{},"body":{"changelog.html":{}}}],["implementing",{"_index":1359,"title":{},"body":{"changelog.html":{}}}],["implements",{"_index":13,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["implied",{"_index":1646,"title":{},"body":{"license.html":{}}}],["import",{"_index":111,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["important",{"_index":544,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["imported",{"_index":431,"title":{},"body":{"modules/CoreModule.html":{}}}],["imports",{"_index":300,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["improve",{"_index":1206,"title":{},"body":{"changelog.html":{}}}],["improved",{"_index":846,"title":{},"body":{"changelog.html":{}}}],["improvements",{"_index":853,"title":{},"body":{"changelog.html":{}}}],["improves",{"_index":1060,"title":{},"body":{"changelog.html":{}}}],["include",{"_index":1273,"title":{},"body":{"changelog.html":{}}}],["included",{"_index":1641,"title":{},"body":{"license.html":{}}}],["includes",{"_index":922,"title":{},"body":{"changelog.html":{}}}],["including",{"_index":864,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["increase",{"_index":1240,"title":{},"body":{"changelog.html":{}}}],["increased",{"_index":1354,"title":{},"body":{"changelog.html":{}}}],["index",{"_index":25,"title":{"index.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["indexes",{"_index":879,"title":{},"body":{"changelog.html":{}}}],["indiana",{"_index":1602,"title":{},"body":{"index.html":{}}}],["individual",{"_index":1220,"title":{},"body":{"changelog.html":{}}}],["info",{"_index":3,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"index.html":{}}}],["info.disabled",{"_index":697,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["info.hassex",{"_index":174,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["info.id",{"_index":707,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["info.organ",{"_index":217,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["info.side",{"_index":214,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["info.side.charat(0).touppercase",{"_index":215,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["info.side.slice(1",{"_index":216,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["info/src/app/app",{"_index":328,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["info/src/app/app.component.ts",{"_index":12,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["info/src/app/app.component.ts:115",{"_index":78,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:121",{"_index":81,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:125",{"_index":76,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:135",{"_index":71,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:32",{"_index":99,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:33",{"_index":103,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:35",{"_index":67,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:36",{"_index":68,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:37",{"_index":66,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:38",{"_index":106,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:39",{"_index":108,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:40",{"_index":90,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:42",{"_index":101,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:43",{"_index":100,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:44",{"_index":104,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:45",{"_index":109,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:46",{"_index":110,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:47",{"_index":84,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:49",{"_index":92,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:50",{"_index":59,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.module.ts",{"_index":299,"title":{},"body":{"modules/AppModule.html":{}}}],["info/src/app/app.module.ts:28",{"_index":302,"title":{},"body":{"modules/AppModule.html":{}}}],["info/src/app/core/core.module.ts",{"_index":400,"title":{},"body":{"modules/CoreModule.html":{}}}],["info/src/app/core/services/data",{"_index":435,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["info/src/app/core/services/organ",{"_index":672,"title":{},"body":{"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["info/src/app/core/store/store.module.ts",{"_index":812,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["info/src/app/features/organ/organ.component.ts",{"_index":574,"title":{},"body":{"components/OrganComponent.html":{},"coverage.html":{}}}],["info/src/app/features/organ/organ.component.ts:15",{"_index":593,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:16",{"_index":595,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:17",{"_index":594,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:18",{"_index":596,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:19",{"_index":597,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:20",{"_index":591,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:21",{"_index":592,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:23",{"_index":599,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:24",{"_index":600,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:25",{"_index":598,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:27",{"_index":618,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:29",{"_index":619,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:30",{"_index":590,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:34",{"_index":601,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:38",{"_index":609,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:51",{"_index":604,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:57",{"_index":611,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:62",{"_index":614,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:67",{"_index":615,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:77",{"_index":608,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.module.ts",{"_index":719,"title":{},"body":{"modules/OrganModule.html":{}}}],["info/src/app/features/slide",{"_index":724,"title":{},"body":{"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"coverage.html":{}}}],["info/src/app/modules/link",{"_index":453,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"coverage.html":{}}}],["info/src/app/modules/stats",{"_index":796,"title":{},"body":{"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"coverage.html":{}}}],["info?.side",{"_index":700,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["information",{"_index":950,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["infrastructure",{"_index":1317,"title":{},"body":{"changelog.html":{}}}],["ingestion",{"_index":1275,"title":{},"body":{"changelog.html":{}}}],["initial",{"_index":1142,"title":{},"body":{"changelog.html":{}}}],["initialconfig",{"_index":390,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialdelay",{"_index":388,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialized",{"_index":333,"title":{},"body":{"components/AppWebComponent.html":{}}}],["injectable",{"_index":437,"title":{"injectables/DelegateDataSourceService.html":{},"injectables/OrganLookupService.html":{}},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["injectables",{"_index":449,"title":{},"body":{"injectables/DelegateDataSourceService.html":{},"injectables/OrganLookupService.html":{},"overview.html":{}}}],["injector",{"_index":304,"title":{},"body":{"modules/AppModule.html":{}}}],["injectordelegatedatasourceservice",{"_index":442,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["input",{"_index":363,"title":{},"body":{"components/AppWebComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["inputs",{"_index":224,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["instead",{"_index":1134,"title":{},"body":{"changelog.html":{}}}],["instructions",{"_index":1069,"title":{},"body":{"changelog.html":{}}}],["integrated",{"_index":1172,"title":{},"body":{"changelog.html":{}}}],["integrating",{"_index":1028,"title":{},"body":{"changelog.html":{}}}],["integration",{"_index":1274,"title":{},"body":{"changelog.html":{}}}],["integrations",{"_index":1190,"title":{},"body":{"changelog.html":{}}}],["inter",{"_index":237,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["interact",{"_index":1155,"title":{},"body":{"changelog.html":{}}}],["interactions",{"_index":1337,"title":{},"body":{"changelog.html":{}}}],["interest",{"_index":1399,"title":{},"body":{"changelog.html":{}}}],["interface",{"_index":139,"title":{"interfaces/DelegateDataSourceOptions.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{}},"body":{"components/AppComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["interfaces",{"_index":434,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"changelog.html":{},"index.html":{},"overview.html":{}}}],["internal",{"_index":1254,"title":{},"body":{"changelog.html":{}}}],["iri",{"_index":207,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["isstring",{"_index":371,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray",{"_index":374,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray(json",{"_index":379,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray(value",{"_index":380,"title":{},"body":{"components/AppWebComponent.html":{}}}],["issue",{"_index":1236,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":929,"title":{},"body":{"changelog.html":{}}}],["it's",{"_index":1026,"title":{},"body":{"changelog.html":{}}}],["item",{"_index":1383,"title":{},"body":{"changelog.html":{}}}],["item.disabled",{"_index":698,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["item.id",{"_index":696,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["item.organ",{"_index":699,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["item.side",{"_index":701,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["items",{"_index":527,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["iu",{"_index":1374,"title":{},"body":{"changelog.html":{}}}],["iu/ccf",{"_index":1592,"title":{},"body":{"index.html":{}}}],["javascript",{"_index":888,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["json",{"_index":377,"title":{},"body":{"components/AppWebComponent.html":{},"changelog.html":{}}}],["jsonld",{"_index":1517,"title":{},"body":{"dependencies.html":{}}}],["july",{"_index":1336,"title":{},"body":{"changelog.html":{}}}],["jump",{"_index":1381,"title":{},"body":{"changelog.html":{}}}],["justify",{"_index":530,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["key",{"_index":82,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["keyboard",{"_index":847,"title":{},"body":{"changelog.html":{}}}],["keyval",{"_index":1515,"title":{},"body":{"dependencies.html":{}}}],["kidney",{"_index":1056,"title":{},"body":{"changelog.html":{}}}],["kind",{"_index":1645,"title":{},"body":{"license.html":{}}}],["known",{"_index":928,"title":{},"body":{"changelog.html":{}}}],["kpmp",{"_index":909,"title":{},"body":{"changelog.html":{}}}],["label",{"_index":774,"title":{},"body":{"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["labels",{"_index":732,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[0].charat(0).touppercase",{"_index":770,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[0].slice(1",{"_index":771,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[0].slice(1)}}{{labels[1].charat(0).touppercase",{"_index":788,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[1",{"_index":764,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[1].charat(0).touppercase",{"_index":772,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[1].slice(1",{"_index":773,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labs/dispatch",{"_index":1471,"title":{},"body":{"dependencies.html":{}}}],["landmarks",{"_index":943,"title":{},"body":{"changelog.html":{}}}],["larger",{"_index":977,"title":{},"body":{"changelog.html":{}}}],["last",{"_index":526,"title":{},"body":{"components/LinkCardsComponent.html":{},"modules/StoreModule.html":{}}}],["latest",{"_index":937,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["latestconfig",{"_index":31,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["latestorganinfo",{"_index":33,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["layers",{"_index":1457,"title":{},"body":{"dependencies.html":{}}}],["ld",{"_index":1287,"title":{},"body":{"changelog.html":{}}}],["leak",{"_index":1235,"title":{},"body":{"changelog.html":{}}}],["leave",{"_index":1042,"title":{},"body":{"changelog.html":{}}}],["left",{"_index":34,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["left.nativeelement.style.height",{"_index":202,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["left/right",{"_index":1057,"title":{},"body":{"changelog.html":{}}}],["legend",{"_index":259,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["level",{"_index":1378,"title":{},"body":{"changelog.html":{}}}],["levels",{"_index":1396,"title":{},"body":{"changelog.html":{}}}],["liability",{"_index":1658,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1655,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":981,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["library",{"_index":1199,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1608,"title":{"license.html":{}},"body":{"license.html":{}}}],["life",{"_index":852,"title":{},"body":{"changelog.html":{}}}],["limitation",{"_index":1624,"title":{},"body":{"license.html":{}}}],["limited",{"_index":1322,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["line",{"_index":243,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["link",{"_index":269,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["linkage",{"_index":1338,"title":{},"body":{"changelog.html":{}}}],["linkages",{"_index":477,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["linkcard",{"_index":452,"title":{"interfaces/LinkCard.html":{}},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"coverage.html":{}}}],["linkcards",{"_index":460,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["linkcardscomponent",{"_index":268,"title":{"components/LinkCardsComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["linkcardsmodule",{"_index":293,"title":{"modules/LinkCardsModule.html":{}},"body":{"modules/AppModule.html":{},"modules/LinkCardsModule.html":{},"modules.html":{},"overview.html":{}}}],["linked",{"_index":947,"title":{},"body":{"changelog.html":{}}}],["links",{"_index":1008,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["list",{"_index":277,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["list.component",{"_index":811,"title":{},"body":{"modules/StatsListModule.html":{}}}],["list.component.html",{"_index":799,"title":{},"body":{"components/StatsListComponent.html":{}}}],["list.component.scss",{"_index":798,"title":{},"body":{"components/StatsListComponent.html":{}}}],["list.component.ts",{"_index":797,"title":{},"body":{"components/StatsListComponent.html":{},"coverage.html":{}}}],["list.component.ts:11",{"_index":801,"title":{},"body":{"components/StatsListComponent.html":{}}}],["list.component.ts:12",{"_index":800,"title":{},"body":{"components/StatsListComponent.html":{}}}],["list.module",{"_index":322,"title":{},"body":{"modules/AppModule.html":{}}}],["list.module.ts",{"_index":810,"title":{},"body":{"modules/StatsListModule.html":{}}}],["list/stats",{"_index":321,"title":{},"body":{"modules/AppModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"coverage.html":{}}}],["literal",{"_index":1537,"title":{},"body":{"dependencies.html":{}}}],["little",{"_index":1153,"title":{},"body":{"changelog.html":{}}}],["load",{"_index":959,"title":{},"body":{"changelog.html":{}}}],["loaded",{"_index":1340,"title":{},"body":{"changelog.html":{}}}],["loaders.gl/core",{"_index":1460,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/draco",{"_index":1462,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/gltf",{"_index":1463,"title":{},"body":{"dependencies.html":{}}}],["loading",{"_index":916,"title":{},"body":{"changelog.html":{}}}],["location",{"_index":1241,"title":{},"body":{"changelog.html":{}}}],["locations",{"_index":910,"title":{},"body":{"changelog.html":{}}}],["lodash",{"_index":1519,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":1596,"title":{},"body":{"index.html":{}}}],["logger",{"_index":836,"title":{},"body":{"modules/StoreModule.html":{}}}],["logging",{"_index":972,"title":{},"body":{"changelog.html":{}}}],["logorganlookup",{"_index":43,"title":{},"body":{"components/AppComponent.html":{}}}],["logorganlookup(info",{"_index":69,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["longer",{"_index":1132,"title":{},"body":{"changelog.html":{}}}],["look",{"_index":1204,"title":{},"body":{"changelog.html":{}}}],["lookup",{"_index":64,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getblocks",{"_index":199,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getorgan",{"_index":173,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getorganinfo",{"_index":161,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getorganscene",{"_index":188,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getorganstats",{"_index":192,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.service",{"_index":138,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.service.ts",{"_index":673,"title":{},"body":{"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["lookup.service.ts:12",{"_index":681,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:16",{"_index":688,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:34",{"_index":685,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:42",{"_index":690,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:51",{"_index":692,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:60",{"_index":683,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup/organ",{"_index":137,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["lot",{"_index":857,"title":{},"body":{"changelog.html":{}}}],["lru",{"_index":1521,"title":{},"body":{"dependencies.html":{}}}],["luma.gl/core",{"_index":1464,"title":{},"body":{"dependencies.html":{}}}],["made",{"_index":1264,"title":{},"body":{"changelog.html":{}}}],["major",{"_index":919,"title":{},"body":{"changelog.html":{}}}],["makes",{"_index":973,"title":{},"body":{"changelog.html":{}}}],["makestatslabel",{"_index":44,"title":{},"body":{"components/AppComponent.html":{}}}],["makestatslabel(info",{"_index":74,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["making",{"_index":1018,"title":{},"body":{"changelog.html":{}}}],["male",{"_index":143,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["managers",{"_index":986,"title":{},"body":{"changelog.html":{}}}],["map",{"_index":130,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["map((organ",{"_index":194,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["map(entities",{"_index":704,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["march",{"_index":1201,"title":{},"body":{"changelog.html":{}}}],["margin",{"_index":256,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["markdown",{"_index":1526,"title":{},"body":{"dependencies.html":{}}}],["match",{"_index":1203,"title":{},"body":{"changelog.html":{}}}],["matching",{"_index":281,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["math.gl/core",{"_index":1466,"title":{},"body":{"dependencies.html":{}}}],["math.gl/culling",{"_index":1468,"title":{},"body":{"dependencies.html":{}}}],["matslidetogglemodule",{"_index":793,"title":{},"body":{"modules/SlideToggleModule.html":{}}}],["max",{"_index":517,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["mc",{"_index":1373,"title":{},"body":{"changelog.html":{}}}],["mdc",{"_index":780,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["memory",{"_index":1234,"title":{},"body":{"changelog.html":{}}}],["menu",{"_index":1297,"title":{},"body":{"changelog.html":{}}}],["merchantability",{"_index":1648,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1627,"title":{},"body":{"license.html":{}}}],["metadata",{"_index":15,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["methods",{"_index":42,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{}}}],["milestone",{"_index":855,"title":{},"body":{"changelog.html":{}}}],["min",{"_index":542,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/StatsListComponent.html":{}}}],["minor",{"_index":858,"title":{},"body":{"changelog.html":{}}}],["miscellaneous",{"_index":1557,"title":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["mit",{"_index":1609,"title":{},"body":{"license.html":{}}}],["mock",{"_index":1369,"title":{},"body":{"changelog.html":{}}}],["modal",{"_index":1140,"title":{},"body":{"changelog.html":{}}}],["mode",{"_index":1082,"title":{},"body":{"changelog.html":{}}}],["model",{"_index":1476,"title":{},"body":{"dependencies.html":{}}}],["modify",{"_index":1626,"title":{},"body":{"license.html":{}}}],["module",{"_index":282,"title":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"overview.html":{}}}],["modules",{"_index":284,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"modules.html":{},"overview.html":{}}}],["modules/link",{"_index":317,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/stats",{"_index":320,"title":{},"body":{"modules/AppModule.html":{}}}],["monorepo",{"_index":1561,"title":{},"body":{"index.html":{}}}],["mooc",{"_index":496,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["more",{"_index":870,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["moved",{"_index":1387,"title":{},"body":{"changelog.html":{}}}],["much",{"_index":975,"title":{},"body":{"changelog.html":{}}}],["multiple",{"_index":1562,"title":{},"body":{"index.html":{}}}],["n3",{"_index":1523,"title":{},"body":{"dependencies.html":{}}}],["name",{"_index":62,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1096,"title":{},"body":{"changelog.html":{}}}],["navigation",{"_index":1380,"title":{},"body":{"changelog.html":{}}}],["need",{"_index":901,"title":{},"body":{"changelog.html":{}}}],["needed",{"_index":1209,"title":{},"body":{"changelog.html":{}}}],["needs",{"_index":1215,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1600,"title":{},"body":{"index.html":{}}}],["new",{"_index":154,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["newsex",{"_index":178,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["next",{"_index":1023,"title":{},"body":{"changelog.html":{}}}],["ng",{"_index":779,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["ngafterviewchecked",{"_index":582,"title":{},"body":{"components/OrganComponent.html":{}}}],["ngafterviewinit",{"_index":45,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["ngdobootstrap",{"_index":301,"title":{},"body":{"modules/AppModule.html":{}}}],["ngmodule",{"_index":305,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["ngonchanges",{"_index":583,"title":{},"body":{"components/OrganComponent.html":{}}}],["ngonchanges(changes",{"_index":602,"title":{},"body":{"components/OrganComponent.html":{}}}],["ngx",{"_index":126,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"dependencies.html":{}}}],["ngxgoogleanalyticsmodule",{"_index":573,"title":{},"body":{"modules/LinkCardsModule.html":{}}}],["ngxs",{"_index":1470,"title":{},"body":{"dependencies.html":{}}}],["ngxs/logger",{"_index":816,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/storage",{"_index":1474,"title":{},"body":{"dependencies.html":{}}}],["ngxs/store",{"_index":819,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxsdatapluginmodule",{"_index":813,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatapluginmodule.forroot",{"_index":829,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsloggerpluginmodule",{"_index":815,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsloggerpluginmodule.forroot",{"_index":837,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule",{"_index":818,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule.forroot(root_states",{"_index":830,"title":{},"body":{"modules/StoreModule.html":{}}}],["nih",{"_index":1605,"title":{},"body":{"index.html":{}}}],["node",{"_index":630,"title":{},"body":{"components/OrganComponent.html":{},"dependencies.html":{}}}],["node.entityid",{"_index":631,"title":{},"body":{"components/OrganComponent.html":{}}}],["node['@id",{"_index":633,"title":{},"body":{"components/OrganComponent.html":{}}}],["nodeclick",{"_index":588,"title":{},"body":{"components/OrganComponent.html":{}}}],["nodeclicked",{"_index":48,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["nodeclicked(event",{"_index":606,"title":{},"body":{"components/OrganComponent.html":{}}}],["nodeclickevent",{"_index":607,"title":{},"body":{"components/OrganComponent.html":{}}}],["noninfringement",{"_index":1652,"title":{},"body":{"license.html":{}}}],["not(:last",{"_index":541,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["note",{"_index":894,"title":{},"body":{"changelog.html":{}}}],["notebooks",{"_index":886,"title":{},"body":{"changelog.html":{}}}],["notebooks/vignettes",{"_index":1586,"title":{},"body":{"index.html":{}}}],["notice",{"_index":1237,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["now",{"_index":979,"title":{},"body":{"changelog.html":{}}}],["nowrap",{"_index":546,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["number",{"_index":978,"title":{},"body":{"changelog.html":{}}}],["numeric",{"_index":1242,"title":{},"body":{"changelog.html":{}}}],["object",{"_index":1532,"title":{},"body":{"dependencies.html":{}}}],["observable",{"_index":83,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["obtaining",{"_index":1619,"title":{},"body":{"license.html":{}}}],["of(empty_scene",{"_index":189,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["of(info",{"_index":702,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["of(undefined",{"_index":176,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["off/on",{"_index":1213,"title":{},"body":{"changelog.html":{}}}],["official",{"_index":1335,"title":{},"body":{"changelog.html":{}}}],["old",{"_index":1574,"title":{},"body":{"index.html":{}}}],["once",{"_index":432,"title":{},"body":{"modules/CoreModule.html":{}}}],["onchanges",{"_index":576,"title":{},"body":{"components/OrganComponent.html":{}}}],["one",{"_index":1281,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["online",{"_index":491,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["ontological",{"_index":1406,"title":{},"body":{"changelog.html":{}}}],["ontologies",{"_index":1289,"title":{},"body":{"changelog.html":{}}}],["ontology",{"_index":897,"title":{},"body":{"changelog.html":{}}}],["ontologyterms",{"_index":710,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["opacities",{"_index":1219,"title":{},"body":{"changelog.html":{}}}],["opacity",{"_index":150,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["openapi",{"_index":1020,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["openapi/angular",{"_index":406,"title":{},"body":{"modules/CoreModule.html":{}}}],["openapi/js",{"_index":1582,"title":{},"body":{"index.html":{}}}],["openapi/ng",{"_index":1584,"title":{},"body":{"index.html":{}}}],["openapi/ts",{"_index":1583,"title":{},"body":{"index.html":{}}}],["optimization",{"_index":1152,"title":{},"body":{"changelog.html":{}}}],["optimizations",{"_index":1328,"title":{},"body":{"changelog.html":{}}}],["optimized",{"_index":1188,"title":{},"body":{"changelog.html":{}}}],["option",{"_index":749,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["optional",{"_index":32,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":670,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["organ",{"_index":11,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["organ'},{'name",{"_index":272,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["organ.component",{"_index":720,"title":{},"body":{"modules/OrganModule.html":{}}}],["organ.component.html",{"_index":578,"title":{},"body":{"components/OrganComponent.html":{}}}],["organ.component.scss",{"_index":577,"title":{},"body":{"components/OrganComponent.html":{}}}],["organ.sex",{"_index":180,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organ.side",{"_index":182,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organ?.sex",{"_index":196,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organ_lookup_failure",{"_index":223,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organ_lookup_success",{"_index":222,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organcomponent",{"_index":271,"title":{"components/OrganComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["organinfo",{"_index":35,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["organinfo['side",{"_index":164,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["organiri",{"_index":141,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["organlookupservice",{"_index":53,"title":{"injectables/OrganLookupService.html":{}},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["organmodule",{"_index":294,"title":{"modules/OrganModule.html":{}},"body":{"modules/AppModule.html":{},"modules/OrganModule.html":{},"modules.html":{},"overview.html":{}}}],["organs",{"_index":674,"title":{},"body":{"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["organs/anatomical",{"_index":1221,"title":{},"body":{"changelog.html":{}}}],["orthographic",{"_index":1109,"title":{},"body":{"changelog.html":{}}}],["ot2od026671",{"_index":1607,"title":{},"body":{"index.html":{}}}],["otherwise",{"_index":1662,"title":{},"body":{"license.html":{}}}],["out",{"_index":298,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"license.html":{},"overview.html":{}}}],["outline",{"_index":540,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["output",{"_index":115,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["outputs",{"_index":47,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["over",{"_index":1249,"title":{},"body":{"changelog.html":{}}}],["overall",{"_index":934,"title":{},"body":{"changelog.html":{}}}],["overlays",{"_index":1397,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":1669,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["p",{"_index":1365,"title":{},"body":{"changelog.html":{}}}],["package",{"_index":985,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{}}}],["padding",{"_index":233,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{}}}],["pages",{"_index":1067,"title":{},"body":{"changelog.html":{}}}],["paired",{"_index":1052,"title":{},"body":{"changelog.html":{}}}],["pane",{"_index":1178,"title":{},"body":{"changelog.html":{}}}],["panel",{"_index":1066,"title":{},"body":{"changelog.html":{}}}],["paper",{"_index":497,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["param",{"_index":765,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["parameters",{"_index":60,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"miscellaneous/functions.html":{}}}],["parent",{"_index":1054,"title":{},"body":{"changelog.html":{}}}],["parse",{"_index":393,"title":{},"body":{"components/AppWebComponent.html":{}}}],["parsedatasources",{"_index":394,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsedatasources(value",{"_index":370,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":1482,"title":{},"body":{"dependencies.html":{}}}],["parsestringarray",{"_index":395,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsestringarray(value",{"_index":385,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["partial",{"_index":709,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["particular",{"_index":1650,"title":{},"body":{"license.html":{}}}],["partly",{"_index":1200,"title":{},"body":{"changelog.html":{}}}],["partonomy",{"_index":1126,"title":{},"body":{"changelog.html":{}}}],["parts",{"_index":206,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["parts.filter(seg",{"_index":219,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["path",{"_index":1508,"title":{},"body":{"dependencies.html":{}}}],["performance",{"_index":988,"title":{},"body":{"changelog.html":{}}}],["permission",{"_index":1613,"title":{},"body":{"license.html":{}}}],["permit",{"_index":1634,"title":{},"body":{"license.html":{}}}],["person",{"_index":1618,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1635,"title":{},"body":{"license.html":{}}}],["pick",{"_index":915,"title":{},"body":{"changelog.html":{}}}],["pipe(map((providers",{"_index":87,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["placed",{"_index":827,"title":{},"body":{"modules/StoreModule.html":{}}}],["placeholder",{"_index":1339,"title":{},"body":{"changelog.html":{}}}],["placement",{"_index":908,"title":{},"body":{"changelog.html":{}}}],["placenta",{"_index":940,"title":{},"body":{"changelog.html":{}}}],["player",{"_index":1450,"title":{},"body":{"dependencies.html":{}}}],["plugin",{"_index":817,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["plus",{"_index":924,"title":{},"body":{"changelog.html":{}}}],["pointer",{"_index":548,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["popup",{"_index":1346,"title":{},"body":{"changelog.html":{}}}],["portal",{"_index":489,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["portal's",{"_index":1321,"title":{},"body":{"changelog.html":{}}}],["portions",{"_index":1643,"title":{},"body":{"license.html":{}}}],["position",{"_index":247,"title":{},"body":{"components/AppComponent.html":{},"changelog.html":{}}}],["possible",{"_index":1265,"title":{},"body":{"changelog.html":{}}}],["preferences",{"_index":1092,"title":{},"body":{"changelog.html":{}}}],["preparation",{"_index":861,"title":{},"body":{"changelog.html":{}}}],["presented",{"_index":1395,"title":{},"body":{"changelog.html":{}}}],["prevent",{"_index":965,"title":{},"body":{"changelog.html":{}}}],["preview",{"_index":1107,"title":{},"body":{"changelog.html":{}}}],["previous",{"_index":1226,"title":{},"body":{"changelog.html":{}}}],["previously",{"_index":1010,"title":{},"body":{"changelog.html":{}}}],["private",{"_index":30,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["process",{"_index":1358,"title":{},"body":{"changelog.html":{}}}],["processed",{"_index":1312,"title":{},"body":{"changelog.html":{}}}],["processing",{"_index":1093,"title":{},"body":{"changelog.html":{}}}],["production",{"_index":998,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["programming",{"_index":980,"title":{},"body":{"changelog.html":{}}}],["project",{"_index":1363,"title":{},"body":{"changelog.html":{}}}],["projectname",{"_index":420,"title":{},"body":{"modules/CoreModule.html":{}}}],["projects",{"_index":1563,"title":{},"body":{"index.html":{}}}],["projects/.../app",{"_index":1559,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../app.component.ts",{"_index":1672,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../store.module.ts",{"_index":1673,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/ccf",{"_index":10,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["properties",{"_index":26,"title":{"properties.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"properties.html":{}}}],["protected",{"_index":444,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["provide",{"_index":426,"title":{},"body":{"modules/CoreModule.html":{}}}],["provided",{"_index":1410,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["providedin",{"_index":443,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/OrganLookupService.html":{}}}],["providername",{"_index":622,"title":{},"body":{"components/OrganComponent.html":{}}}],["providername.has(block.donor.providername)).map(block",{"_index":626,"title":{},"body":{"components/OrganComponent.html":{}}}],["providers",{"_index":89,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/CoreModule.html":{},"interfaces/GlobalConfig.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"changelog.html":{},"overview.html":{}}}],["providertoken",{"_index":438,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["public",{"_index":1345,"title":{},"body":{"changelog.html":{}}}],["publish",{"_index":1628,"title":{},"body":{"license.html":{}}}],["publishing",{"_index":983,"title":{},"body":{"changelog.html":{}}}],["purpose",{"_index":1651,"title":{},"body":{"license.html":{}}}],["pushed",{"_index":1167,"title":{},"body":{"changelog.html":{}}}],["python",{"_index":887,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["qs",{"_index":1534,"title":{},"body":{"dependencies.html":{}}}],["qualitative",{"_index":1324,"title":{},"body":{"changelog.html":{}}}],["quality",{"_index":851,"title":{},"body":{"changelog.html":{}}}],["queries",{"_index":900,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["query",{"_index":1405,"title":{},"body":{"changelog.html":{}}}],["querying",{"_index":946,"title":{},"body":{"changelog.html":{}}}],["quickly",{"_index":1305,"title":{},"body":{"changelog.html":{}}}],["radius",{"_index":552,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{}}}],["rc.1",{"_index":1330,"title":{},"body":{"changelog.html":{}}}],["rdf",{"_index":1536,"title":{},"body":{"dependencies.html":{}}}],["rdfjs",{"_index":1452,"title":{},"body":{"dependencies.html":{}}}],["rdfjs/data",{"_index":1475,"title":{},"body":{"dependencies.html":{}}}],["rdfxml",{"_index":1539,"title":{},"body":{"dependencies.html":{}}}],["read",{"_index":96,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["readable",{"_index":1541,"title":{},"body":{"dependencies.html":{}}}],["readonly",{"_index":27,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{}}}],["real",{"_index":1344,"title":{},"body":{"changelog.html":{}}}],["reason",{"_index":824,"title":{},"body":{"modules/StoreModule.html":{}}}],["rectify",{"_index":1016,"title":{},"body":{"changelog.html":{}}}],["reduce",{"_index":1157,"title":{},"body":{"changelog.html":{}}}],["reduction",{"_index":958,"title":{},"body":{"changelog.html":{}}}],["reference",{"_index":512,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["refernced",{"_index":1053,"title":{},"body":{"changelog.html":{}}}],["refresh",{"_index":1125,"title":{},"body":{"changelog.html":{}}}],["regions",{"_index":1398,"title":{},"body":{"changelog.html":{}}}],["register",{"_index":468,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"dependencies.html":{}}}],["registered",{"_index":1011,"title":{},"body":{"changelog.html":{}}}],["registration",{"_index":465,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["registrations",{"_index":1147,"title":{},"body":{"changelog.html":{}}}],["registrations#1",{"_index":873,"title":{},"body":{"changelog.html":{}}}],["related",{"_index":1194,"title":{},"body":{"changelog.html":{}}}],["relative",{"_index":248,"title":{},"body":{"components/AppComponent.html":{}}}],["release",{"_index":881,"title":{},"body":{"changelog.html":{}}}],["reliability",{"_index":1239,"title":{},"body":{"changelog.html":{}}}],["reloads",{"_index":1103,"title":{},"body":{"changelog.html":{}}}],["remoteapiendpoint",{"_index":340,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["removed",{"_index":1079,"title":{},"body":{"changelog.html":{}}}],["removes",{"_index":1193,"title":{},"body":{"changelog.html":{}}}],["reporter",{"_index":486,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["repository",{"_index":1560,"title":{},"body":{"index.html":{}}}],["required",{"_index":1293,"title":{},"body":{"changelog.html":{}}}],["reset",{"_index":297,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["resets",{"_index":1127,"title":{},"body":{"changelog.html":{}}}],["resolved",{"_index":1173,"title":{},"body":{"changelog.html":{}}}],["respond",{"_index":1120,"title":{},"body":{"changelog.html":{}}}],["restriction",{"_index":1623,"title":{},"body":{"license.html":{}}}],["results",{"_index":280,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["return",{"_index":218,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{}}}],["returns",{"_index":72,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"miscellaneous/functions.html":{}}}],["rgb",{"_index":1513,"title":{},"body":{"dependencies.html":{}}}],["rgba(67",{"_index":783,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["right",{"_index":36,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["right.nativeelement.offsetheight",{"_index":201,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["rightheight",{"_index":200,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["rightheight}px",{"_index":203,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["rights",{"_index":1625,"title":{},"body":{"license.html":{}}}],["root",{"_index":20,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["root'},{'name",{"_index":265,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["root_states",{"_index":822,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rotates",{"_index":1105,"title":{},"body":{"changelog.html":{}}}],["round",{"_index":1224,"title":{},"body":{"changelog.html":{}}}],["rounded",{"_index":1243,"title":{},"body":{"changelog.html":{}}}],["route",{"_index":944,"title":{},"body":{"changelog.html":{}}}],["row",{"_index":232,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["ru/cdk",{"_index":1433,"title":{},"body":{"dependencies.html":{}}}],["ru/common",{"_index":1435,"title":{},"body":{"dependencies.html":{}}}],["ru/common/typings",{"_index":113,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["ru/ngxs",{"_index":814,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["rui",{"_index":467,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["rui_locations.jsonld",{"_index":971,"title":{},"body":{"changelog.html":{}}}],["rxjs",{"_index":129,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":135,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["sample",{"_index":1409,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["samples",{"_index":1159,"title":{},"body":{"changelog.html":{}}}],["sans",{"_index":239,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["saver",{"_index":1501,"title":{},"body":{"dependencies.html":{}}}],["scaffolding",{"_index":1364,"title":{},"body":{"changelog.html":{}}}],["scene",{"_index":37,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"changelog.html":{}}}],["scheduled",{"_index":1174,"title":{},"body":{"changelog.html":{}}}],["schema",{"_index":1367,"title":{},"body":{"changelog.html":{}}}],["schemes",{"_index":1325,"title":{},"body":{"changelog.html":{}}}],["science",{"_index":1601,"title":{},"body":{"index.html":{}}}],["search",{"_index":914,"title":{},"body":{"changelog.html":{}}}],["searches",{"_index":927,"title":{},"body":{"changelog.html":{}}}],["section",{"_index":538,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["sections",{"_index":472,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["see",{"_index":854,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["seg).join",{"_index":220,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["select",{"_index":1078,"title":{},"body":{"changelog.html":{}}}],["selected",{"_index":748,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["selecting",{"_index":974,"title":{},"body":{"changelog.html":{}}}],["selection",{"_index":612,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["selector",{"_index":18,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["selects",{"_index":1382,"title":{},"body":{"changelog.html":{}}}],["selecttoken",{"_index":450,"title":{},"body":{"injectables/DelegateDataSourceService.html":{}}}],["selecttoken(config",{"_index":445,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["sell",{"_index":1632,"title":{},"body":{"license.html":{}}}],["semantic",{"_index":1394,"title":{},"body":{"changelog.html":{}}}],["sennet",{"_index":992,"title":{},"body":{"changelog.html":{}}}],["sensitive",{"_index":871,"title":{},"body":{"changelog.html":{}}}],["serif",{"_index":240,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["server",{"_index":1370,"title":{},"body":{"changelog.html":{}}}],["services/data",{"_index":412,"title":{},"body":{"modules/CoreModule.html":{}}}],["set",{"_index":1088,"title":{},"body":{"changelog.html":{}}}],["set(this.filter?.tmc",{"_index":623,"title":{},"body":{"components/OrganComponent.html":{}}}],["setting",{"_index":832,"title":{},"body":{"modules/StoreModule.html":{}}}],["setup",{"_index":1143,"title":{},"body":{"changelog.html":{}}}],["sex",{"_index":38,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["sexchange",{"_index":49,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["sexes",{"_index":1280,"title":{},"body":{"changelog.html":{}}}],["shadow",{"_index":561,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["shall",{"_index":1640,"title":{},"body":{"license.html":{}}}],["shared",{"_index":125,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["shared/analytics",{"_index":410,"title":{},"body":{"modules/CoreModule.html":{}}}],["shared/web",{"_index":366,"title":{},"body":{"components/AppWebComponent.html":{}}}],["sharereplay",{"_index":131,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["sharereplay(1",{"_index":169,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["shortest",{"_index":1507,"title":{},"body":{"dependencies.html":{}}}],["show",{"_index":1121,"title":{},"body":{"changelog.html":{}}}],["showing",{"_index":1311,"title":{},"body":{"changelog.html":{}}}],["shown",{"_index":1320,"title":{},"body":{"changelog.html":{}}}],["shows",{"_index":1038,"title":{},"body":{"changelog.html":{}}}],["side",{"_index":39,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["sidechange",{"_index":50,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["sides",{"_index":1282,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":1130,"title":{},"body":{"changelog.html":{}}}],["simple",{"_index":1065,"title":{},"body":{"changelog.html":{}}}],["simplechanges",{"_index":603,"title":{},"body":{"components/OrganComponent.html":{}}}],["simplifies",{"_index":1141,"title":{},"body":{"changelog.html":{}}}],["sites",{"_index":1046,"title":{},"body":{"changelog.html":{}}}],["sizable",{"_index":1238,"title":{},"body":{"changelog.html":{}}}],["size",{"_index":241,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["skipself",{"_index":403,"title":{},"body":{"modules/CoreModule.html":{}}}],["slide",{"_index":274,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{}}}],["slider",{"_index":739,"title":{},"body":{"components/SlideToggleComponent.html":{},"dependencies.html":{}}}],["slider/ngx",{"_index":1438,"title":{},"body":{"dependencies.html":{}}}],["slidetogglecomponent",{"_index":273,"title":{"components/SlideToggleComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["slidetogglemodule",{"_index":718,"title":{"modules/SlideToggleModule.html":{}},"body":{"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules.html":{},"overview.html":{}}}],["slightly",{"_index":1014,"title":{},"body":{"changelog.html":{}}}],["slow",{"_index":1154,"title":{},"body":{"changelog.html":{}}}],["software",{"_index":1565,"title":{},"body":{"index.html":{},"license.html":{}}}],["solid",{"_index":523,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["solved",{"_index":1233,"title":{},"body":{"changelog.html":{}}}],["sometimes",{"_index":1302,"title":{},"body":{"changelog.html":{}}}],["soon",{"_index":987,"title":{},"body":{"changelog.html":{}}}],["sop",{"_index":1150,"title":{},"body":{"changelog.html":{}}}],["source",{"_index":4,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["source.service",{"_index":414,"title":{},"body":{"modules/CoreModule.html":{}}}],["source.service.ts",{"_index":436,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["source.service.ts:17",{"_index":451,"title":{},"body":{"injectables/DelegateDataSourceService.html":{}}}],["source/data",{"_index":413,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["sources",{"_index":384,"title":{},"body":{"components/AppWebComponent.html":{},"changelog.html":{}}}],["space",{"_index":531,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["sparc",{"_index":1146,"title":{},"body":{"changelog.html":{}}}],["sparql",{"_index":899,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["spatial",{"_index":921,"title":{},"body":{"changelog.html":{}}}],["spatialentity",{"_index":122,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["spatialscenenode",{"_index":118,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["spec",{"_index":1021,"title":{},"body":{"changelog.html":{}}}],["spec.yaml",{"_index":1581,"title":{},"body":{"index.html":{}}}],["specific",{"_index":1033,"title":{},"body":{"changelog.html":{}}}],["specification",{"_index":1580,"title":{},"body":{"index.html":{}}}],["speed",{"_index":956,"title":{},"body":{"changelog.html":{}}}],["spinal",{"_index":941,"title":{},"body":{"changelog.html":{}}}],["spinning",{"_index":1368,"title":{},"body":{"changelog.html":{}}}],["sprint",{"_index":1177,"title":{},"body":{"changelog.html":{}}}],["stage",{"_index":669,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{}}}],["staging",{"_index":999,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["standalone",{"_index":1228,"title":{},"body":{"changelog.html":{}}}],["standard",{"_index":1286,"title":{},"body":{"changelog.html":{}}}],["standards",{"_index":1372,"title":{},"body":{"changelog.html":{}}}],["star2",{"_index":1568,"title":{},"body":{"index.html":{}}}],["started",{"_index":839,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"changelog.html":{}}}],["starts",{"_index":1416,"title":{},"body":{"changelog.html":{}}}],["startup",{"_index":1139,"title":{},"body":{"changelog.html":{}}}],["startwith",{"_index":132,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["startwith('loading",{"_index":197,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["stat",{"_index":806,"title":{},"body":{"components/StatsListComponent.html":{}}}],["stat.count",{"_index":802,"title":{},"body":{"components/StatsListComponent.html":{}}}],["stat.label",{"_index":803,"title":{},"body":{"components/StatsListComponent.html":{}}}],["state",{"_index":756,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["statements",{"_index":1419,"title":{},"body":{"coverage.html":{}}}],["states",{"_index":820,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["static",{"_index":97,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["stats",{"_index":40,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{}}}],["statslabel",{"_index":41,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/StatsListComponent.html":{}}}],["statslistcomponent",{"_index":276,"title":{"components/StatsListComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"coverage.html":{},"overview.html":{}}}],["statslistmodule",{"_index":295,"title":{"modules/StatsListModule.html":{}},"body":{"modules/AppModule.html":{},"modules/StatsListModule.html":{},"modules.html":{},"overview.html":{}}}],["stay",{"_index":1414,"title":{},"body":{"changelog.html":{}}}],["still",{"_index":1162,"title":{},"body":{"changelog.html":{}}}],["store",{"_index":828,"title":{},"body":{"modules/StoreModule.html":{}}}],["store/store.module",{"_index":415,"title":{},"body":{"modules/CoreModule.html":{}}}],["storemodule",{"_index":399,"title":{"modules/StoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{},"modules.html":{},"overview.html":{}}}],["stories",{"_index":1361,"title":{},"body":{"changelog.html":{}}}],["strange",{"_index":823,"title":{},"body":{"modules/StoreModule.html":{}}}],["stream",{"_index":1542,"title":{},"body":{"dependencies.html":{}}}],["streaming",{"_index":1540,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":75,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"miscellaneous/functions.html":{}}}],["structure",{"_index":1189,"title":{},"body":{"changelog.html":{}}}],["structures",{"_index":480,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["styles",{"_index":6,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["styleurls",{"_index":21,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["styling",{"_index":1061,"title":{},"body":{"changelog.html":{}}}],["subject",{"_index":1637,"title":{},"body":{"license.html":{}}}],["sublicense",{"_index":1630,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":1642,"title":{},"body":{"license.html":{}}}],["such",{"_index":898,"title":{},"body":{"changelog.html":{}}}],["super(configstore",{"_index":387,"title":{},"body":{"components/AppWebComponent.html":{}}}],["support",{"_index":903,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["svg",{"_index":1666,"title":{},"body":{"modules.html":{}}}],["swiper",{"_index":1546,"title":{},"body":{"dependencies.html":{}}}],["switch",{"_index":911,"title":{},"body":{"changelog.html":{}}}],["switch__shadow",{"_index":787,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["switch__track::after",{"_index":782,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["switch__track::before",{"_index":781,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["switched",{"_index":1246,"title":{},"body":{"changelog.html":{}}}],["switchmap",{"_index":133,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["switchmap((organ",{"_index":187,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["switchmap(config",{"_index":160,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["switchmap(info",{"_index":172,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["switchmap(organ",{"_index":191,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["sync",{"_index":1106,"title":{},"body":{"changelog.html":{}}}],["table",{"_index":1432,"title":{},"body":{"coverage.html":{}}}],["tables",{"_index":1006,"title":{},"body":{"changelog.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":1431,"title":{},"body":{"coverage.html":{}}}],["tagging",{"_index":1284,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1031,"title":{},"body":{"changelog.html":{}}}],["tap",{"_index":134,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["tap(config",{"_index":157,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["tap(info",{"_index":166,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["tap(organ",{"_index":177,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["technologies",{"_index":1388,"title":{},"body":{"changelog.html":{}}}],["technology",{"_index":1217,"title":{},"body":{"changelog.html":{}}}],["telemetry",{"_index":1099,"title":{},"body":{"changelog.html":{}}}],["template",{"_index":5,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["templateurl",{"_index":23,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["terms",{"_index":895,"title":{},"body":{"changelog.html":{}}}],["test",{"_index":1349,"title":{},"body":{"changelog.html":{}}}],["testing",{"_index":1292,"title":{},"body":{"changelog.html":{}}}],["text",{"_index":245,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["theme",{"_index":993,"title":{},"body":{"changelog.html":{}}}],["themes",{"_index":991,"title":{},"body":{"changelog.html":{}}}],["theming",{"_index":989,"title":{},"body":{"changelog.html":{}}}],["this.blocks",{"_index":198,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.blocks?.filter(block",{"_index":625,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.bodyui",{"_index":642,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.bodyui.scene",{"_index":628,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.bodyui.scene.map((node",{"_index":629,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.configstate.getoption('highlightproviders",{"_index":86,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.configstate.getoption('sex",{"_index":105,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.configstate.getoption('side",{"_index":107,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.configstate.patchconfig",{"_index":205,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.filteredblocks",{"_index":624,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.filteredblocks.includes(node.entityid",{"_index":638,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.ga.event('node_click",{"_index":661,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.ga.event(event",{"_index":225,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.highlightednodeid",{"_index":632,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.injector",{"_index":326,"title":{},"body":{"modules/AppModule.html":{}}}],["this.labels[0",{"_index":767,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["this.labels[1",{"_index":768,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["this.latestconfig",{"_index":158,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestconfig.organiri",{"_index":208,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestconfig.sex",{"_index":175,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestconfig.side",{"_index":183,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestorganinfo",{"_index":168,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestorganinfo?.hassex",{"_index":179,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.logorganlookup(info",{"_index":167,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.makestatslabel(this.latestorganinfo",{"_index":195,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.nodeclick.emit(event",{"_index":663,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.organ",{"_index":170,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.organ$.pipe",{"_index":186,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.organinfo",{"_index":155,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.organinfo$.pipe",{"_index":171,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.organs.find(item",{"_index":695,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.scene",{"_index":185,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.sex",{"_index":644,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.sexchange.emit(this.sex",{"_index":645,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.side",{"_index":646,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.sidechange.emit(this.side",{"_index":647,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.source.getaggregateresults(filter",{"_index":712,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.source.getreferenceorgans().pipe",{"_index":703,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.source.getreferenceorganscene(info.id",{"_index":711,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.source.gettissueblockresults(filter",{"_index":713,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.stats",{"_index":190,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.statslabel",{"_index":193,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.updatehighlighting",{"_index":621,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.updateinput('sex",{"_index":181,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.updateinput('side",{"_index":184,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.value",{"_index":766,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["this.valuechange.emit(this.value",{"_index":769,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["this.zoomtofitorgan",{"_index":643,"title":{},"body":{"components/OrganComponent.html":{}}}],["through",{"_index":1304,"title":{},"body":{"changelog.html":{}}}],["throw",{"_index":381,"title":{},"body":{"components/AppWebComponent.html":{},"modules/CoreModule.html":{}}}],["thumbnails",{"_index":1187,"title":{},"body":{"changelog.html":{}}}],["tied",{"_index":1191,"title":{},"body":{"changelog.html":{}}}],["tiff",{"_index":1313,"title":{},"body":{"changelog.html":{}}}],["timeouts",{"_index":966,"title":{},"body":{"changelog.html":{}}}],["times",{"_index":960,"title":{},"body":{"changelog.html":{}}}],["tissue",{"_index":462,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["tissueblockresult",{"_index":123,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["tissues",{"_index":1012,"title":{},"body":{"changelog.html":{}}}],["title",{"_index":210,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{}}}],["tmc",{"_index":88,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"changelog.html":{}}}],["toggle",{"_index":726,"title":{},"body":{"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"changelog.html":{}}}],["toggle'},{'name",{"_index":275,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["toggle.component",{"_index":795,"title":{},"body":{"modules/SlideToggleModule.html":{}}}],["toggle.component.html",{"_index":728,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.scss",{"_index":727,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts",{"_index":725,"title":{},"body":{"components/SlideToggleComponent.html":{},"coverage.html":{}}}],["toggle.component.ts:13",{"_index":750,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:18",{"_index":740,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:23",{"_index":743,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:28",{"_index":737,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:33",{"_index":744,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:38",{"_index":761,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:48",{"_index":752,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.module",{"_index":723,"title":{},"body":{"modules/OrganModule.html":{}}}],["toggle.module.ts",{"_index":792,"title":{},"body":{"modules/SlideToggleModule.html":{}}}],["toggle/slide",{"_index":722,"title":{},"body":{"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"coverage.html":{}}}],["toggled",{"_index":742,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["tool",{"_index":1229,"title":{},"body":{"changelog.html":{}}}],["top",{"_index":521,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["tort",{"_index":1661,"title":{},"body":{"license.html":{}}}],["tracking/telemetry",{"_index":1114,"title":{},"body":{"changelog.html":{}}}],["transition",{"_index":555,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["transparency",{"_index":1230,"title":{},"body":{"changelog.html":{}}}],["travisci",{"_index":1250,"title":{},"body":{"changelog.html":{}}}],["tree",{"_index":8,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["true",{"_index":98,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["true=left",{"_index":757,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["try",{"_index":1268,"title":{},"body":{"changelog.html":{}}}],["ts",{"_index":1548,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":1551,"title":{},"body":{"dependencies.html":{}}}],["tuned",{"_index":1415,"title":{},"body":{"changelog.html":{}}}],["turn",{"_index":1212,"title":{},"body":{"changelog.html":{}}}],["turned",{"_index":1195,"title":{},"body":{"changelog.html":{}}}],["turning",{"_index":1192,"title":{},"body":{"changelog.html":{}}}],["tutorial",{"_index":1081,"title":{},"body":{"changelog.html":{}}}],["two",{"_index":741,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["type",{"_index":63,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["typeof",{"_index":373,"title":{},"body":{"components/AppWebComponent.html":{}}}],["types",{"_index":482,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["typescript",{"_index":982,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["typing",{"_index":1379,"title":{},"body":{"changelog.html":{}}}],["ufl",{"_index":1186,"title":{},"body":{"changelog.html":{}}}],["ui",{"_index":120,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"changelog.html":{},"index.html":{}}}],["ui.netlify.app",{"_index":1571,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/organ",{"_index":1578,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/rui",{"_index":1576,"title":{},"body":{"index.html":{}}}],["ui/organ",{"_index":1577,"title":{},"body":{"index.html":{}}}],["ui/rui",{"_index":470,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["uis",{"_index":883,"title":{},"body":{"changelog.html":{}}}],["undefined",{"_index":70,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["university",{"_index":1603,"title":{},"body":{"index.html":{}}}],["unknown",{"_index":204,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["unnecessary",{"_index":1102,"title":{},"body":{"changelog.html":{}}}],["unselect",{"_index":1156,"title":{},"body":{"changelog.html":{}}}],["until",{"_index":1197,"title":{},"body":{"changelog.html":{}}}],["up",{"_index":952,"title":{},"body":{"changelog.html":{}}}],["update",{"_index":865,"title":{},"body":{"changelog.html":{}}}],["updated",{"_index":863,"title":{},"body":{"changelog.html":{}}}],["updatehighlighting",{"_index":584,"title":{},"body":{"components/OrganComponent.html":{}}}],["updateinput",{"_index":46,"title":{},"body":{"components/AppComponent.html":{}}}],["updateinput(key",{"_index":79,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["updates",{"_index":753,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["updatesex",{"_index":585,"title":{},"body":{"components/OrganComponent.html":{}}}],["updatesex(selection",{"_index":610,"title":{},"body":{"components/OrganComponent.html":{}}}],["updateside",{"_index":586,"title":{},"body":{"components/OrganComponent.html":{}}}],["updateside(selection",{"_index":613,"title":{},"body":{"components/OrganComponent.html":{}}}],["updatetoggle",{"_index":730,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["updatetoggle(selection",{"_index":751,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["upgraded",{"_index":1309,"title":{},"body":{"changelog.html":{}}}],["upgrades",{"_index":1384,"title":{},"body":{"changelog.html":{}}}],["upgrading",{"_index":1117,"title":{},"body":{"changelog.html":{}}}],["upload",{"_index":1225,"title":{},"body":{"changelog.html":{}}}],["url",{"_index":507,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["usage",{"_index":885,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["usage.ipynb",{"_index":1587,"title":{},"body":{"index.html":{}}}],["use",{"_index":209,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["usecase",{"_index":1593,"title":{},"body":{"index.html":{}}}],["usecase.ipynb",{"_index":1590,"title":{},"body":{"index.html":{}}}],["used",{"_index":1211,"title":{},"body":{"changelog.html":{}}}],["useexisting",{"_index":427,"title":{},"body":{"modules/CoreModule.html":{}}}],["user",{"_index":466,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["user/os",{"_index":1091,"title":{},"body":{"changelog.html":{}}}],["useremote",{"_index":446,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["useremoteapi",{"_index":341,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["users",{"_index":1401,"title":{},"body":{"changelog.html":{}}}],["uses",{"_index":1108,"title":{},"body":{"changelog.html":{}}}],["using",{"_index":463,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["utilities",{"_index":1097,"title":{},"body":{"changelog.html":{}}}],["uuid",{"_index":1553,"title":{},"body":{"dependencies.html":{}}}],["v1.1",{"_index":1007,"title":{},"body":{"changelog.html":{}}}],["v1.3",{"_index":893,"title":{},"body":{"changelog.html":{}}}],["v1.4",{"_index":882,"title":{},"body":{"changelog.html":{}}}],["v1.5.0",{"_index":1210,"title":{},"body":{"changelog.html":{}}}],["v1.7",{"_index":1009,"title":{},"body":{"changelog.html":{}}}],["v1.7.0",{"_index":1002,"title":{},"body":{"changelog.html":{}}}],["v1.8.0",{"_index":968,"title":{},"body":{"changelog.html":{}}}],["v1.9.0",{"_index":938,"title":{},"body":{"changelog.html":{}}}],["v1.9.4",{"_index":907,"title":{},"body":{"changelog.html":{}}}],["v1/sparql",{"_index":948,"title":{},"body":{"changelog.html":{}}}],["v2",{"_index":1528,"title":{},"body":{"dependencies.html":{}}}],["v2.1.0",{"_index":891,"title":{},"body":{"changelog.html":{}}}],["v2.2.0",{"_index":878,"title":{},"body":{"changelog.html":{}}}],["v3",{"_index":913,"title":{},"body":{"changelog.html":{}}}],["val",{"_index":372,"title":{},"body":{"components/AppWebComponent.html":{}}}],["val.every(isstring",{"_index":376,"title":{},"body":{"components/AppWebComponent.html":{}}}],["value",{"_index":80,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["value?.startswith",{"_index":386,"title":{},"body":{"components/AppWebComponent.html":{}}}],["valuechange",{"_index":733,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["var",{"_index":263,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["variable",{"_index":238,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"coverage.html":{}}}],["variables",{"_index":1671,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["version",{"_index":1024,"title":{},"body":{"changelog.html":{},"index.html":{},"properties.html":{}}}],["very",{"_index":1299,"title":{},"body":{"changelog.html":{}}}],["via",{"_index":964,"title":{},"body":{"changelog.html":{}}}],["video",{"_index":1118,"title":{},"body":{"changelog.html":{}}}],["view",{"_index":476,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["viewchild",{"_index":116,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["viewchild('bodyui",{"_index":617,"title":{},"body":{"components/OrganComponent.html":{}}}],["viewchild('left",{"_index":95,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["viewchild('right",{"_index":102,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["viewer",{"_index":1180,"title":{},"body":{"changelog.html":{}}}],["viewing",{"_index":932,"title":{},"body":{"changelog.html":{}}}],["views",{"_index":1110,"title":{},"body":{"changelog.html":{}}}],["visible",{"_index":494,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["visual",{"_index":930,"title":{},"body":{"changelog.html":{}}}],["visualization",{"_index":1148,"title":{},"body":{"changelog.html":{}}}],["vitessce",{"_index":1310,"title":{},"body":{"changelog.html":{}}}],["void",{"_index":73,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["vs",{"_index":1076,"title":{},"body":{"changelog.html":{}}}],["vu",{"_index":1411,"title":{},"body":{"changelog.html":{}}}],["walkthrough",{"_index":1589,"title":{},"body":{"index.html":{}}}],["warming",{"_index":963,"title":{},"body":{"changelog.html":{}}}],["warning",{"_index":1332,"title":{},"body":{"changelog.html":{}}}],["warranties",{"_index":1647,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1644,"title":{},"body":{"license.html":{}}}],["wc",{"_index":332,"title":{},"body":{"components/AppWebComponent.html":{}}}],["wc'},{'name",{"_index":267,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["web",{"_index":312,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["webcomponent",{"_index":1075,"title":{},"body":{"changelog.html":{}}}],["webcomponents/webcomponentsjs",{"_index":1478,"title":{},"body":{"dependencies.html":{}}}],["webpages",{"_index":1030,"title":{},"body":{"changelog.html":{}}}],["website",{"_index":1567,"title":{},"body":{"index.html":{}}}],["week",{"_index":1417,"title":{},"body":{"changelog.html":{}}}],["weight",{"_index":550,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["whether",{"_index":738,"title":{},"body":{"components/SlideToggleComponent.html":{},"license.html":{}}}],["white",{"_index":250,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{}}}],["whole",{"_index":1413,"title":{},"body":{"changelog.html":{}}}],["width",{"_index":252,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["window.open(url",{"_index":503,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["within",{"_index":1184,"title":{},"body":{"changelog.html":{}}}],["without",{"_index":1043,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["workflows",{"_index":1252,"title":{},"body":{"changelog.html":{}}}],["working",{"_index":1015,"title":{},"body":{"changelog.html":{}}}],["works",{"_index":1272,"title":{},"body":{"changelog.html":{}}}],["x",{"_index":649,"title":{},"body":{"components/OrganComponent.html":{}}}],["x_dimension",{"_index":648,"title":{},"body":{"components/OrganComponent.html":{}}}],["y",{"_index":651,"title":{},"body":{"components/OrganComponent.html":{}}}],["y_dimension",{"_index":650,"title":{},"body":{"components/OrganComponent.html":{}}}],["yes",{"_index":77,"title":{},"body":{"components/AppComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["youtube",{"_index":1048,"title":{},"body":{"changelog.html":{}}}],["z",{"_index":653,"title":{},"body":{"components/OrganComponent.html":{}}}],["z_dimension",{"_index":652,"title":{},"body":{"components/OrganComponent.html":{}}}],["zone.js",{"_index":1555,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":296,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["zoomtofitorgan",{"_index":587,"title":{},"body":{"components/OrganComponent.html":{}}}]],"pipeline":["stemmer"]}, - "store": {"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n \n\n\n\n\n\n Components\n \n AppComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/app.component.ts\n\n\n\n\n\n \n Implements\n \n \n AfterViewInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root\n \n\n\n\n \n styleUrls\n ./app.component.scss\n \n\n\n\n \n templateUrl\n ./app.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n blocks$\n \n \n Readonly\n filter$\n \n \n Private\n latestConfig\n \n \n Private\n Optional\n latestOrganInfo\n \n \n \n left\n \n \n Readonly\n organ$\n \n \n Readonly\n organInfo$\n \n \n \n right\n \n \n Readonly\n scene$\n \n \n Readonly\n sex$\n \n \n Readonly\n side$\n \n \n Readonly\n stats$\n \n \n Readonly\n statsLabel$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n logOrganLookup\n \n \n Private\n makeStatsLabel\n \n \n ngAfterViewInit\n \n \n updateInput\n \n \n \n \n\n\n \n \n Outputs\n \n \n \n \n \n \n nodeClicked\n \n \n sexChange\n \n \n sideChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(lookup: OrganLookupService, ga: GoogleAnalyticsService, configState: GlobalConfigState)\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:50\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n lookup\n \n \n OrganLookupService\n \n \n \n No\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n \n configState\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n Outputs\n \n \n \n \n \n nodeClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:37\n \n \n \n \n \n \n \n \n \n sexChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:35\n \n \n \n \n \n \n \n \n \n sideChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:36\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n logOrganLookup\n \n \n \n \n \n \n \n logOrganLookup(info: OrganInfo | undefined)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:135\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n info\n \n OrganInfo | undefined\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n makeStatsLabel\n \n \n \n \n \n \n \n makeStatsLabel(info: OrganInfo | undefined, sex?: string)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:125\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n info\n \n OrganInfo | undefined\n \n\n \n No\n \n\n\n \n \n sex\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:115\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateInput\n \n \n \n \n \n \nupdateInput(key: string, value)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:121\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n blocks$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:47\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n filter$\n \n \n \n \n \n \n Default value : this.configState.getOption('highlightProviders')\n .pipe(map((providers: string[]) => ({ tmc: providers })))\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:40\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n latestConfig\n \n \n \n \n \n \n Type : Immutable\n\n \n \n \n \n Default value : {}\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Optional\n latestOrganInfo\n \n \n \n \n \n \n Type : OrganInfo\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:50\n \n \n\n\n \n \n \n \n \n \n \n \n \n left\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('left', {read: ElementRef, static: true})\n \n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:32\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n organ$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:43\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n organInfo$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:42\n \n \n\n\n \n \n \n \n \n \n \n \n \n right\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('right', {read: ElementRef, static: true})\n \n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n scene$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:44\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n sex$\n \n \n \n \n \n \n Default value : this.configState.getOption('sex')\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:38\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n side$\n \n \n \n \n \n \n Default value : this.configState.getOption('side')\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:39\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n stats$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:45\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n statsLabel$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:46\n \n \n\n\n \n \n\n\n\n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { AfterViewInit, ChangeDetectionStrategy, Component, ElementRef, EventEmitter, Output, ViewChild } from '@angular/core';\nimport { SpatialSceneNode } from 'ccf-body-ui';\nimport { AggregateResult, SpatialEntity, TissueBlockResult } from 'ccf-database';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { Observable, of } from 'rxjs';\nimport { map, shareReplay, startWith, switchMap, tap } from 'rxjs/operators';\n\nimport { OrganLookupService } from './core/services/organ-lookup/organ-lookup.service';\n\n\ninterface GlobalConfig {\n organIri?: string;\n side?: string;\n sex?: 'Both' | 'Male' | 'Female';\n highlightProviders?: string[];\n}\n\nconst EMPTY_SCENE = [\n { color: [0, 0, 0, 0], opacity: 0.001 }\n];\n\n\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements AfterViewInit {\n @ViewChild('left', { read: ElementRef, static: true }) left: ElementRef;\n @ViewChild('right', { read: ElementRef, static: true }) right: ElementRef;\n\n @Output() readonly sexChange = new EventEmitter();\n @Output() readonly sideChange = new EventEmitter();\n @Output() nodeClicked = new EventEmitter();\n readonly sex$ = this.configState.getOption('sex');\n readonly side$ = this.configState.getOption('side');\n readonly filter$ = this.configState.getOption('highlightProviders')\n .pipe(map((providers: string[]) => ({ tmc: providers })));\n readonly organInfo$: Observable;\n readonly organ$: Observable;\n readonly scene$: Observable;\n readonly stats$: Observable;\n readonly statsLabel$: Observable;\n readonly blocks$: Observable;\n\n private latestConfig: Immutable = {};\n private latestOrganInfo?: OrganInfo;\n\n constructor(\n lookup: OrganLookupService,\n private readonly ga: GoogleAnalyticsService,\n private readonly configState: GlobalConfigState\n ) {\n this.organInfo$ = configState.config$.pipe(\n tap(config => (this.latestConfig = config)),\n switchMap(config => lookup.getOrganInfo(\n config.organIri ?? '',\n config.side?.toLowerCase?.() as OrganInfo['side'],\n config.sex\n )),\n tap(info => this.logOrganLookup(info)),\n tap(info => (this.latestOrganInfo = info)),\n shareReplay(1)\n );\n\n this.organ$ = this.organInfo$.pipe(\n switchMap(info => info ? lookup.getOrgan(\n info,\n info.hasSex ? this.latestConfig.sex : undefined\n ) : of(undefined)),\n tap(organ => {\n if (organ && this.latestOrganInfo) {\n const newSex = this.latestOrganInfo?.hasSex ? organ.sex : undefined;\n if (newSex !== this.latestConfig.sex) {\n this.updateInput('sex', newSex);\n }\n if (organ.side !== this.latestConfig.side) {\n this.updateInput('side', organ.side);\n }\n }\n }),\n shareReplay(1)\n );\n\n this.scene$ = this.organ$.pipe(\n switchMap((organ) => organ && this.latestOrganInfo ? lookup.getOrganScene(\n this.latestOrganInfo,\n organ.sex\n ) : of(EMPTY_SCENE as SpatialSceneNode[]))\n );\n\n this.stats$ = this.organ$.pipe(\n switchMap(organ => organ && this.latestOrganInfo ? lookup.getOrganStats(\n this.latestOrganInfo,\n organ.sex\n ) : of([]))\n );\n\n this.statsLabel$ = this.organ$.pipe(\n map((organ) => this.makeStatsLabel(this.latestOrganInfo, organ?.sex)),\n startWith('Loading...')\n );\n\n this.blocks$ = this.organ$.pipe(\n switchMap(organ => organ && this.latestOrganInfo ? lookup.getBlocks(\n this.latestOrganInfo,\n organ.sex\n ) : of([]))\n );\n }\n\n ngAfterViewInit(): void {\n const { left, right } = this;\n const rightHeight = right.nativeElement.offsetHeight;\n left.nativeElement.style.height = `${rightHeight}px`;\n }\n\n updateInput(key: string, value: unknown): void {\n this.configState.patchConfig({ [key]: value });\n }\n\n private makeStatsLabel(info: OrganInfo | undefined, sex?: string): string {\n let parts: (string | undefined)[] = [`Unknown IRI: ${this.latestConfig.organIri}`];\n if (info) {\n // Use title cased side for a cleaner display\n const side = info.side ? info.side.charAt(0).toUpperCase() + info.side.slice(1) : undefined;\n parts = [sex, info.organ, side];\n }\n return parts.filter(seg => !!seg).join(', ');\n }\n\n private logOrganLookup(info: OrganInfo | undefined): void {\n const event = info ? 'organ_lookup_success' : 'organ_lookup_failure';\n const inputs = `Iri: ${this.latestConfig.organIri} - Sex: ${this.latestConfig.sex} - Side: ${this.latestConfig.side}`;\n this.ga.event(event, 'organ', inputs);\n }\n}\n\n \n\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./app.component.scss\n \n .container {\n height: fit-content;\n display: flex;\n flex-direction: row;\n padding: 1rem;\n font-family: Inter, Inter Variable, sans-serif;\n font-size: 0.95rem;\n line-height: 1.5;\n text-align: left;\n position: relative;\n background-color: white;\n color: black;\n\n\n .left {\n width: auto;\n flex-grow: 1;\n }\n\n .right {\n margin-left: 2rem;\n height: fit-content;\n width: 29rem;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nLinkCardsModule\n\nLinkCardsModule\n\nAppModule -->\n\nLinkCardsModule->AppModule\n\n\n\n\n\nOrganModule\n\nOrganModule\n\nAppModule -->\n\nOrganModule->AppModule\n\n\n\n\n\nStatsListModule\n\nStatsListModule\n\nAppModule -->\n\nStatsListModule->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/app.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n AppComponent\n \n \n AppWebComponent\n \n \n \n \n Imports\n \n \n CoreModule\n \n \n LinkCardsModule\n \n \n OrganModule\n \n \n StatsListModule\n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngDoBootstrap\n \n \n \n \n \n \nngDoBootstrap()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.module.ts:28\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n\n\n \n import { DoBootstrap, Injector, NgModule } from '@angular/core';\nimport { createCustomElement } from '@angular/elements';\nimport { BrowserModule } from '@angular/platform-browser';\n\nimport { AppWebComponent } from './app-web-component.component';\nimport { AppComponent } from './app.component';\nimport { CoreModule } from './core/core.module';\nimport { OrganModule } from './features/organ/organ.module';\nimport { LinkCardsModule } from './modules/link-cards/link-cards.module';\nimport { StatsListModule } from './modules/stats-list/stats-list.module';\n\n\n\n@NgModule({\n imports: [\n BrowserModule,\n CoreModule,\n LinkCardsModule,\n StatsListModule,\n OrganModule\n ],\n declarations: [AppComponent, AppWebComponent],\n providers: []\n})\nexport class AppModule implements DoBootstrap {\n constructor(private readonly injector: Injector) { }\n\n ngDoBootstrap(): void {\n const appElement = createCustomElement(AppWebComponent, {\n injector: this.injector\n });\n\n customElements.define('ccf-organ-info', appElement);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppWebComponent.html":{"url":"components/AppWebComponent.html","title":"component - AppWebComponent","body":"\n \n\n\n\n\n\n Components\n \n AppWebComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/app-web-component.component.ts\n\n\n\n\n \n Extends\n \n \n BaseWebComponent\n \n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root-wc\n \n\n\n\n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n initialized\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n dataSources\n \n \n highlightProviders\n \n \n hubmapAssetUrl\n \n \n hubmapDataService\n \n \n hubmapDataUrl\n \n \n hubmapPortalUrl\n \n \n hubmapToken\n \n \n organIri\n \n \n remoteApiEndpoint\n \n \n sex\n \n \n side\n \n \n useRemoteApi\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n nodeClicked\n \n \n sexChange\n \n \n sideChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(configStore: GlobalConfigState, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:69\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n configStore\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n dataSources\n \n \n \n \n Type : string | string[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:53\n \n \n \n \n \n \n \n \n \n highlightProviders\n \n \n \n \n Type : string | string[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:54\n \n \n \n \n \n \n \n \n \n hubmapAssetUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:58\n \n \n \n \n \n \n \n \n \n hubmapDataService\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:56\n \n \n \n \n \n \n \n \n \n hubmapDataUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:57\n \n \n \n \n \n \n \n \n \n hubmapPortalUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:60\n \n \n \n \n \n \n \n \n \n hubmapToken\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:59\n \n \n \n \n \n \n \n \n \n organIri\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:50\n \n \n \n \n \n \n \n \n \n remoteApiEndpoint\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:63\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n Type : \"Both\" | \"Male\" | \"Female\"\n\n \n \n \n \n Default value : 'Female'\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:51\n \n \n \n \n \n \n \n \n \n side\n \n \n \n \n Type : \"Left\" | \"Right\"\n\n \n \n \n \n Default value : 'Left'\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:52\n \n \n \n \n \n \n \n \n \n useRemoteApi\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:62\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n nodeClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:67\n \n \n \n \n \n \n \n \n \n sexChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:65\n \n \n \n \n \n \n \n \n \n sideChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:66\n \n \n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n initialized\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:69\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, ChangeDetectorRef, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { GlobalConfigState } from 'ccf-shared';\nimport { BaseWebComponent, BUILTIN_PARSERS, GenericGlobalConfig } from 'ccf-shared/web-components';\n\nimport { environment } from '../environments/environment';\n\n\nfunction parseDataSources(value: unknown): string[] {\n const isString = (val: unknown): val is string => typeof val === 'string';\n const isStringArray = (val: unknown): val is string[] => Array.isArray(val) && val.every(isString);\n\n if (typeof value === 'string') {\n const json = BUILTIN_PARSERS.json(value);\n if (isStringArray(json)) {\n return json;\n }\n } else if (isStringArray(value)) {\n return value;\n }\n\n throw new Error('Invalid data sources');\n}\n\nfunction parseStringArray(value: unknown): string[] {\n const isString = (val: unknown): val is string => typeof val === 'string';\n const isStringArray = (val: unknown): val is string[] => Array.isArray(val) && val.every(isString);\n\n if (typeof value === 'string') {\n if (value?.startsWith('[')) {\n const json = BUILTIN_PARSERS.json(value);\n if (isStringArray(json)) {\n return json;\n }\n } else {\n return [value];\n }\n } else if (isStringArray(value)) {\n return value;\n }\n\n throw new Error('Invalid data sources');\n}\n\n@Component({\n selector: 'ccf-root-wc',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppWebComponent extends BaseWebComponent {\n @Input() organIri?: string;\n @Input() sex?: 'Both' | 'Male' | 'Female' = 'Female';\n @Input() side?: 'Left' | 'Right' = 'Left';\n @Input() dataSources: string | string[];\n @Input() highlightProviders: string | string[];\n\n @Input() hubmapDataService: string;\n @Input() hubmapDataUrl: string;\n @Input() hubmapAssetUrl: string;\n @Input() hubmapToken: string;\n @Input() hubmapPortalUrl: string;\n\n @Input() useRemoteApi: string | boolean;\n @Input() remoteApiEndpoint: string;\n\n @Output() readonly sexChange = new EventEmitter();\n @Output() readonly sideChange = new EventEmitter();\n @Output() nodeClicked = new EventEmitter();\n\n initialized: boolean;\n\n constructor(\n configStore: GlobalConfigState,\n cdr: ChangeDetectorRef\n ) {\n super(configStore, cdr, {\n initialDelay: 10,\n\n initialConfig: {\n ...environment.dbOptions,\n ...globalThis['dbOptions']\n },\n parse: {\n dataSources: parseDataSources,\n highlightProviders: parseStringArray,\n useRemoteApi: BUILTIN_PARSERS.boolean\n }\n });\n }\n}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppWebComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\n\nStoreModule\n\nStoreModule\n\n\n\nCoreModule\n\nCoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/core/core.module.ts\n \n\n\n\n\n\n \n \n \n Imports\n \n \n StoreModule\n \n \n \n \n \n\n\n \n\n\n \n import { HttpClientModule } from '@angular/common/http';\nimport { NgModule, Optional, SkipSelf } from '@angular/core';\nimport { CcfApiConfiguration, CcfApiModule } from 'ccf-openapi/angular-client';\nimport { DataSourceService } from 'ccf-shared';\nimport { AnalyticsModule } from 'ccf-shared/analytics';\n\nimport { environment } from '../../environments/environment';\nimport { DelegateDataSourceService } from './services/data-source/data-source.service';\nimport { StoreModule } from './store/store.module';\n\n\n@NgModule({\n imports: [\n HttpClientModule,\n AnalyticsModule.forRoot({\n gaToken: environment.googleAnalyticsToken,\n\n appName: 'organ-info',\n projectName: 'ccf',\n\n developmentMode: !environment.production\n }),\n\n CcfApiModule.forRoot(() => new CcfApiConfiguration({\n basePath: environment.dbOptions.remoteApiEndpoint\n })),\n\n StoreModule\n ],\n providers: [\n { provide: DataSourceService, useExisting: DelegateDataSourceService }\n ],\n exports: []\n})\nexport class CoreModule {\n constructor(@Optional() @SkipSelf() core: CoreModule) {\n if (core) {\n throw new Error('The core module should only be imported once in the root module');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DelegateDataSourceOptions.html":{"url":"interfaces/DelegateDataSourceOptions.html","title":"interface - DelegateDataSourceOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DelegateDataSourceOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n remoteApiEndpoint\n \n \n \n Optional\n \n useRemoteApi\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n remoteApiEndpoint\n \n \n \n \n \n \n \n \n remoteApiEndpoint: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n useRemoteApi\n \n \n \n \n \n \n \n \n useRemoteApi: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Injectable, ProviderToken } from '@angular/core';\nimport {\n ApiEndpointDataSourceService, CCFDatabaseDataSourceService, DataSourceLike, InjectorDelegateDataSourceService,\n} from 'ccf-shared';\n\n\nexport interface DelegateDataSourceOptions {\n useRemoteApi?: boolean;\n remoteApiEndpoint?: string;\n}\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DelegateDataSourceService extends InjectorDelegateDataSourceService {\n protected selectToken(config: DelegateDataSourceOptions): ProviderToken {\n const useRemote = config.useRemoteApi && !!config.remoteApiEndpoint;\n return useRemote ? ApiEndpointDataSourceService : CCFDatabaseDataSourceService;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/DelegateDataSourceService.html":{"url":"injectables/DelegateDataSourceService.html","title":"injectable - DelegateDataSourceService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n DelegateDataSourceService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts\n \n\n\n\n \n Extends\n \n \n InjectorDelegateDataSourceService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Protected\n selectToken\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Protected\n selectToken\n \n \n \n \n \n \n \n selectToken(config: DelegateDataSourceOptions)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts:17\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n DelegateDataSourceOptions\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ProviderToken\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable, ProviderToken } from '@angular/core';\nimport {\n ApiEndpointDataSourceService, CCFDatabaseDataSourceService, DataSourceLike, InjectorDelegateDataSourceService,\n} from 'ccf-shared';\n\n\nexport interface DelegateDataSourceOptions {\n useRemoteApi?: boolean;\n remoteApiEndpoint?: string;\n}\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DelegateDataSourceService extends InjectorDelegateDataSourceService {\n protected selectToken(config: DelegateDataSourceOptions): ProviderToken {\n const useRemote = config.useRemoteApi && !!config.remoteApiEndpoint;\n return useRemote ? ApiEndpointDataSourceService : CCFDatabaseDataSourceService;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/GlobalConfig.html":{"url":"interfaces/GlobalConfig.html","title":"interface - GlobalConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n GlobalConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/app.component.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n highlightProviders\n \n \n \n Optional\n \n organIri\n \n \n \n Optional\n \n sex\n \n \n \n Optional\n \n side\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n highlightProviders\n \n \n \n \n \n \n \n \n highlightProviders: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n organIri\n \n \n \n \n \n \n \n \n organIri: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: \"Both\" | \"Male\" | \"Female\"\n\n \n \n\n\n \n \n Type : \"Both\" | \"Male\" | \"Female\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n side\n \n \n \n \n \n \n \n \n side: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { AfterViewInit, ChangeDetectionStrategy, Component, ElementRef, EventEmitter, Output, ViewChild } from '@angular/core';\nimport { SpatialSceneNode } from 'ccf-body-ui';\nimport { AggregateResult, SpatialEntity, TissueBlockResult } from 'ccf-database';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { Observable, of } from 'rxjs';\nimport { map, shareReplay, startWith, switchMap, tap } from 'rxjs/operators';\n\nimport { OrganLookupService } from './core/services/organ-lookup/organ-lookup.service';\n\n\ninterface GlobalConfig {\n organIri?: string;\n side?: string;\n sex?: 'Both' | 'Male' | 'Female';\n highlightProviders?: string[];\n}\n\nconst EMPTY_SCENE = [\n { color: [0, 0, 0, 0], opacity: 0.001 }\n];\n\n\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements AfterViewInit {\n @ViewChild('left', { read: ElementRef, static: true }) left: ElementRef;\n @ViewChild('right', { read: ElementRef, static: true }) right: ElementRef;\n\n @Output() readonly sexChange = new EventEmitter();\n @Output() readonly sideChange = new EventEmitter();\n @Output() nodeClicked = new EventEmitter();\n readonly sex$ = this.configState.getOption('sex');\n readonly side$ = this.configState.getOption('side');\n readonly filter$ = this.configState.getOption('highlightProviders')\n .pipe(map((providers: string[]) => ({ tmc: providers })));\n readonly organInfo$: Observable;\n readonly organ$: Observable;\n readonly scene$: Observable;\n readonly stats$: Observable;\n readonly statsLabel$: Observable;\n readonly blocks$: Observable;\n\n private latestConfig: Immutable = {};\n private latestOrganInfo?: OrganInfo;\n\n constructor(\n lookup: OrganLookupService,\n private readonly ga: GoogleAnalyticsService,\n private readonly configState: GlobalConfigState\n ) {\n this.organInfo$ = configState.config$.pipe(\n tap(config => (this.latestConfig = config)),\n switchMap(config => lookup.getOrganInfo(\n config.organIri ?? '',\n config.side?.toLowerCase?.() as OrganInfo['side'],\n config.sex\n )),\n tap(info => this.logOrganLookup(info)),\n tap(info => (this.latestOrganInfo = info)),\n shareReplay(1)\n );\n\n this.organ$ = this.organInfo$.pipe(\n switchMap(info => info ? lookup.getOrgan(\n info,\n info.hasSex ? this.latestConfig.sex : undefined\n ) : of(undefined)),\n tap(organ => {\n if (organ && this.latestOrganInfo) {\n const newSex = this.latestOrganInfo?.hasSex ? organ.sex : undefined;\n if (newSex !== this.latestConfig.sex) {\n this.updateInput('sex', newSex);\n }\n if (organ.side !== this.latestConfig.side) {\n this.updateInput('side', organ.side);\n }\n }\n }),\n shareReplay(1)\n );\n\n this.scene$ = this.organ$.pipe(\n switchMap((organ) => organ && this.latestOrganInfo ? lookup.getOrganScene(\n this.latestOrganInfo,\n organ.sex\n ) : of(EMPTY_SCENE as SpatialSceneNode[]))\n );\n\n this.stats$ = this.organ$.pipe(\n switchMap(organ => organ && this.latestOrganInfo ? lookup.getOrganStats(\n this.latestOrganInfo,\n organ.sex\n ) : of([]))\n );\n\n this.statsLabel$ = this.organ$.pipe(\n map((organ) => this.makeStatsLabel(this.latestOrganInfo, organ?.sex)),\n startWith('Loading...')\n );\n\n this.blocks$ = this.organ$.pipe(\n switchMap(organ => organ && this.latestOrganInfo ? lookup.getBlocks(\n this.latestOrganInfo,\n organ.sex\n ) : of([]))\n );\n }\n\n ngAfterViewInit(): void {\n const { left, right } = this;\n const rightHeight = right.nativeElement.offsetHeight;\n left.nativeElement.style.height = `${rightHeight}px`;\n }\n\n updateInput(key: string, value: unknown): void {\n this.configState.patchConfig({ [key]: value });\n }\n\n private makeStatsLabel(info: OrganInfo | undefined, sex?: string): string {\n let parts: (string | undefined)[] = [`Unknown IRI: ${this.latestConfig.organIri}`];\n if (info) {\n // Use title cased side for a cleaner display\n const side = info.side ? info.side.charAt(0).toUpperCase() + info.side.slice(1) : undefined;\n parts = [sex, info.organ, side];\n }\n return parts.filter(seg => !!seg).join(', ');\n }\n\n private logOrganLookup(info: OrganInfo | undefined): void {\n const event = info ? 'organ_lookup_success' : 'organ_lookup_failure';\n const inputs = `Iri: ${this.latestConfig.organIri} - Sex: ${this.latestConfig.sex} - Side: ${this.latestConfig.side}`;\n this.ga.event(event, 'organ', inputs);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LinkCard.html":{"url":"interfaces/LinkCard.html","title":"interface - LinkCard","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LinkCard\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n body\n \n \n \n \n buttonTitle\n \n \n \n \n buttonUrl\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n body\n \n \n \n \n \n \n \n \n body: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n buttonTitle\n \n \n \n \n \n \n \n \n buttonTitle: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n buttonUrl\n \n \n \n \n \n \n \n \n buttonUrl: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component } from '@angular/core';\n\ninterface LinkCard {\n body: string;\n buttonTitle: string;\n buttonUrl: string;\n}\n\n@Component({\n selector: 'ccf-link-cards',\n templateUrl: './link-cards.component.html',\n styleUrls: ['./link-cards.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class LinkCardsComponent {\n linkCards: LinkCard[] = [\n {\n body: 'Add tissue blocks using the HRA Registration User Interface (RUI).',\n buttonTitle: 'Register Tissue',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-ui/rui/'\n },\n {\n body: 'Explore tissue sections in tissue blocks with the HRA Exploration User Interface (EUI).',\n buttonTitle: 'Explore Tissue',\n buttonUrl: 'https://portal.hubmapconsortium.org/ccf-eui'\n },\n {\n body: 'View linkages between anatomical structures, cell types, and common biomarkers (ASCT+B).',\n buttonTitle: 'ASCT+B Reporter',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-asct-reporter/'\n }\n ];\n\n deepDives: LinkCard[] = [\n {\n body: '',\n buttonTitle: 'HRA Portal',\n buttonUrl: 'https://humanatlas.io'\n },\n {\n body: '',\n buttonTitle: 'Online Course',\n buttonUrl: 'https://expand.iu.edu/browse/sice/cns/courses/hubmap-visible-human-mooc'\n },\n {\n body: '',\n buttonTitle: 'Paper',\n buttonUrl: 'https://www.nature.com/articles/s41556-021-00788-6'\n }\n ];\n\n goToURL(url: string): void {\n window.open(url, '_blank');\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LinkCardsComponent.html":{"url":"components/LinkCardsComponent.html","title":"component - LinkCardsComponent","body":"\n \n\n\n\n\n\n Components\n \n LinkCardsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-link-cards\n \n\n\n\n \n styleUrls\n ./link-cards.component.scss\n \n\n\n\n \n templateUrl\n ./link-cards.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n deepDives\n \n \n linkCards\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n goToURL\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n goToURL\n \n \n \n \n \n \ngoToURL(url: string)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts:52\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n deepDives\n \n \n \n \n \n \n Type : LinkCard[]\n\n \n \n \n \n Default value : [\n {\n body: '',\n buttonTitle: 'HRA Portal',\n buttonUrl: 'https://humanatlas.io'\n },\n {\n body: '',\n buttonTitle: 'Online Course',\n buttonUrl: 'https://expand.iu.edu/browse/sice/cns/courses/hubmap-visible-human-mooc'\n },\n {\n body: '',\n buttonTitle: 'Paper',\n buttonUrl: 'https://www.nature.com/articles/s41556-021-00788-6'\n }\n ]\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts:34\n \n \n\n\n \n \n \n \n \n \n \n \n linkCards\n \n \n \n \n \n \n Type : LinkCard[]\n\n \n \n \n \n Default value : [\n {\n body: 'Add tissue blocks using the HRA Registration User Interface (RUI).',\n buttonTitle: 'Register Tissue',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-ui/rui/'\n },\n {\n body: 'Explore tissue sections in tissue blocks with the HRA Exploration User Interface (EUI).',\n buttonTitle: 'Explore Tissue',\n buttonUrl: 'https://portal.hubmapconsortium.org/ccf-eui'\n },\n {\n body: 'View linkages between anatomical structures, cell types, and common biomarkers (ASCT+B).',\n buttonTitle: 'ASCT+B Reporter',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-asct-reporter/'\n }\n ]\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts:16\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component } from '@angular/core';\n\ninterface LinkCard {\n body: string;\n buttonTitle: string;\n buttonUrl: string;\n}\n\n@Component({\n selector: 'ccf-link-cards',\n templateUrl: './link-cards.component.html',\n styleUrls: ['./link-cards.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class LinkCardsComponent {\n linkCards: LinkCard[] = [\n {\n body: 'Add tissue blocks using the HRA Registration User Interface (RUI).',\n buttonTitle: 'Register Tissue',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-ui/rui/'\n },\n {\n body: 'Explore tissue sections in tissue blocks with the HRA Exploration User Interface (EUI).',\n buttonTitle: 'Explore Tissue',\n buttonUrl: 'https://portal.hubmapconsortium.org/ccf-eui'\n },\n {\n body: 'View linkages between anatomical structures, cell types, and common biomarkers (ASCT+B).',\n buttonTitle: 'ASCT+B Reporter',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-asct-reporter/'\n }\n ];\n\n deepDives: LinkCard[] = [\n {\n body: '',\n buttonTitle: 'HRA Portal',\n buttonUrl: 'https://humanatlas.io'\n },\n {\n body: '',\n buttonTitle: 'Online Course',\n buttonUrl: 'https://expand.iu.edu/browse/sice/cns/courses/hubmap-visible-human-mooc'\n },\n {\n body: '',\n buttonTitle: 'Paper',\n buttonUrl: 'https://www.nature.com/articles/s41556-021-00788-6'\n }\n ];\n\n goToURL(url: string): void {\n window.open(url, '_blank');\n }\n}\n\n \n\n \n \n \n \n {{ card.body }}\n \n {{ card.buttonTitle }}\n \n \n\n\n\n Human Reference Atlas (HRA) Deep Dive\n \n {{\n button.buttonTitle }}\n \n\n\n \n\n \n \n ./link-cards.component.scss\n \n .link-cards-container {\n max-width: 30rem;\n\n .link-card {\n border-top: 1px solid #e0e0e0;\n padding-top: 1px;\n padding-bottom: 1px;\n\n &:last-of-type {\n border-bottom: 1px solid #e0e0e0;\n }\n\n .link-card-content {\n align-items: center;\n padding: 1rem;\n padding-right: 0rem;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n border-left: 6px solid #444A65;\n\n .link-button {\n margin-left: 2rem;\n background-color: #444A65;\n color: #ffffff;\n\n &:hover {\n background-color: #2F3346;\n }\n }\n }\n }\n}\n\n.deep-dive-section {\n margin-top: 2rem;\n\n .title {\n margin-bottom: 1rem;\n font-size: 1rem;\n }\n\n .button-container {\n display: flex;\n flex-direction: row;\n\n .btn-outline {\n color: #444A65;\n border: 1px solid #444A65;\n background-color: white;\n\n &:not(:last-of-type) {\n margin-right: 1rem;\n }\n\n &:hover {\n background-color: #e0e0e0;\n }\n }\n }\n}\n\n.btn {\n min-width: 9rem !important;\n max-height: 2.28125rem;\n text-align: center;\n white-space: nowrap;\n cursor: pointer;\n font-size: 0.875rem;\n font-weight: 500;\n border-radius: 2px;\n line-height: 2.75;\n transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n font-family: Inter, Inter Variable, Helvetica, Arial, sans-serif;\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ card.body }} {{ card.buttonTitle }} Human Reference Atlas (HRA) Deep Dive {{ button.buttonTitle }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'LinkCardsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LinkCardsModule.html":{"url":"modules/LinkCardsModule.html","title":"module - LinkCardsModule","body":"\n \n\n\n\n\n Modules\n LinkCardsModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_LinkCardsModule\n\n\n\ncluster_LinkCardsModule_exports\n\n\n\ncluster_LinkCardsModule_declarations\n\n\n\n\nLinkCardsComponent\n\nLinkCardsComponent\n\n\n\nLinkCardsModule\n\nLinkCardsModule\n\nLinkCardsModule -->\n\nLinkCardsComponent->LinkCardsModule\n\n\n\n\n\nLinkCardsComponent \n\nLinkCardsComponent \n\nLinkCardsComponent -->\n\nLinkCardsModule->LinkCardsComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n LinkCardsComponent\n \n \n \n \n Exports\n \n \n LinkCardsComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { LinkCardsComponent } from './link-cards.component';\nimport { NgxGoogleAnalyticsModule } from 'ngx-google-analytics';\n\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n NgxGoogleAnalyticsModule,\n ],\n declarations: [LinkCardsComponent],\n exports: [LinkCardsComponent]\n})\nexport class LinkCardsModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/OrganComponent.html":{"url":"components/OrganComponent.html","title":"component - OrganComponent","body":"\n \n\n\n\n\n\n Components\n \n OrganComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/features/organ/organ.component.ts\n\n\n\n\n\n \n Implements\n \n \n AfterViewChecked\n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-organ\n \n\n\n\n \n styleUrls\n ./organ.component.scss\n \n\n\n\n \n templateUrl\n ./organ.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n bodyUI\n \n \n filteredBlocks\n \n \n highlightedNodeId\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngAfterViewChecked\n \n \n ngOnChanges\n \n \n nodeClicked\n \n \n updateHighlighting\n \n \n updateSex\n \n \n updateSide\n \n \n zoomToFitOrgan\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n blocks\n \n \n filter\n \n \n organ\n \n \n organIri\n \n \n scene\n \n \n sex\n \n \n side\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n nodeClick\n \n \n sexChange\n \n \n sideChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:30\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n blocks\n \n \n \n \n Type : TissueBlockResult[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:20\n \n \n \n \n \n \n \n \n \n filter\n \n \n \n \n Type : Filter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:21\n \n \n \n \n \n \n \n \n \n organ\n \n \n \n \n Type : SpatialEntity\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:15\n \n \n \n \n \n \n \n \n \n organIri\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:17\n \n \n \n \n \n \n \n \n \n scene\n \n \n \n \n Type : SpatialSceneNode[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:16\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n Type : \"Male\" | \"Female\" | \"Both\"\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:18\n \n \n \n \n \n \n \n \n \n side\n \n \n \n \n Type : \"Left\" | \"Right\"\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:19\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n nodeClick\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:25\n \n \n \n \n \n \n \n \n \n sexChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:23\n \n \n \n \n \n \n \n \n \n sideChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:24\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngAfterViewChecked\n \n \n \n \n \n \nngAfterViewChecked()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:34\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n nodeClicked\n \n \n \n \n \n \nnodeClicked(event: NodeClickEvent)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:77\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n NodeClickEvent\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateHighlighting\n \n \n \n \n \n \nupdateHighlighting()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:38\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateSex\n \n \n \n \n \n \nupdateSex(selection?: \"Male\" | \"Female\")\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n selection\n \n \"Male\" | \"Female\"\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSide\n \n \n \n \n \n \nupdateSide(selection?: \"Left\" | \"Right\")\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:62\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n selection\n \n \"Left\" | \"Right\"\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n zoomToFitOrgan\n \n \n \n \n \n \nzoomToFitOrgan()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:67\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n bodyUI\n \n \n \n \n \n \n Type : BodyUiComponent\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('bodyUI', {static: true})\n \n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n filteredBlocks\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n highlightedNodeId\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:29\n \n \n\n\n \n \n\n\n\n\n\n \n import { AfterViewChecked, ChangeDetectionStrategy, Component, EventEmitter, Input, OnChanges, Output, SimpleChanges, ViewChild } from '@angular/core';\nimport { NodeClickEvent, SpatialSceneNode } from 'ccf-body-ui';\nimport { Filter, SpatialEntity, TissueBlockResult } from 'ccf-database';\nimport { BodyUiComponent } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n@Component({\n selector: 'ccf-organ',\n templateUrl: './organ.component.html',\n styleUrls: ['./organ.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class OrganComponent implements AfterViewChecked, OnChanges {\n @Input() organ?: SpatialEntity;\n @Input() scene: SpatialSceneNode[];\n @Input() organIri: string;\n @Input() sex?: 'Male' | 'Female' | 'Both';\n @Input() side?: 'Left' | 'Right';\n @Input() blocks?: TissueBlockResult[];\n @Input() filter?: Filter;\n\n @Output() readonly sexChange = new EventEmitter();\n @Output() readonly sideChange = new EventEmitter();\n @Output() readonly nodeClick = new EventEmitter();\n\n @ViewChild('bodyUI', { static: true }) readonly bodyUI!: BodyUiComponent;\n\n highlightedNodeId: string;\n filteredBlocks: string[];\n\n constructor(readonly ga: GoogleAnalyticsService) { }\n\n ngAfterViewChecked(): void {\n this.updateHighlighting();\n }\n\n updateHighlighting(): void {\n const providerName = new Set(this.filter?.tmc ?? []);\n this.filteredBlocks = this.blocks?.filter(block => providerName.has(block.donor.providerName)).map(block => block['@id']) ?? [];\n this.bodyUI.scene = this.bodyUI.scene.map((node): SpatialSceneNode =>\n ({\n ...node,\n color: node.entityId && this.highlightedNodeId === node['@id'] ?\n [30, 136, 229, 255] :\n this.filteredBlocks.includes(node.entityId ?? '') ? [173, 255, 47, 229.5] : [255, 255, 255, 229.5]\n })\n );\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (this.bodyUI && 'organ' in changes) {\n this.zoomToFitOrgan();\n }\n }\n\n updateSex(selection?: 'Male' | 'Female'): void {\n this.sex = selection;\n this.sexChange.emit(this.sex);\n }\n\n updateSide(selection?: 'Left' | 'Right'): void {\n this.side = selection;\n this.sideChange.emit(this.side);\n }\n\n zoomToFitOrgan(): void {\n const { bodyUI, organ } = this;\n if (organ) {\n const { x_dimension: x, y_dimension: y, z_dimension: z } = organ;\n bodyUI.rotation = bodyUI.rotationX = 0;\n bodyUI.bounds = { x: 1.25 * x / 1000, y: 1.25 * y / 1000, z: 1.25 * z / 1000 };\n bodyUI.target = [x / 1000 / 2, y / 1000 / 2, z / 1000 / 2];\n }\n }\n\n nodeClicked(event: NodeClickEvent): void {\n this.ga.event('node_click', 'organ', event.node['@id']);\n this.highlightedNodeId = this.highlightedNodeId && this.highlightedNodeId === event.node['@id'] ? '' : event.node['@id'];\n this.nodeClick.emit(event);\n }\n}\n\n \n\n \n \n\n\n\n \n \n\n \n \n\n\n \n\n \n \n ./organ.component.scss\n \n :host {\n display: block;\n background-color: black;\n border-radius: 0.5rem;\n color: white;\n height: 100%;\n\n .body-ui {\n height: 90%;\n }\n\n .stage-options {\n padding: 1rem;\n min-width: 352px;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'OrganComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/OrganLookupService.html":{"url":"injectables/OrganLookupService.html","title":"injectable - OrganLookupService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n OrganLookupService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Readonly\n organs\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getBlocks\n \n \n getOrgan\n \n \n getOrganInfo\n \n \n getOrganScene\n \n \n getOrganStats\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(source: DataSourceService)\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:12\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n source\n \n \n DataSourceService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getBlocks\n \n \n \n \n \n \ngetBlocks(info: OrganInfo, sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:60\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n info\n \n OrganInfo\n \n\n \n No\n \n\n \n \n\n \n \n sex\n \n \n\n \n No\n \n\n \n 'Female'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrgan\n \n \n \n \n \n \ngetOrgan(info: OrganInfo, sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:34\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n info\n \n OrganInfo\n \n\n \n No\n \n\n \n \n\n \n \n sex\n \n \n\n \n No\n \n\n \n 'Both'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrganInfo\n \n \n \n \n \n \ngetOrganInfo(iri: string, side?, _sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:16\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n iri\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n side\n \n \n\n \n Yes\n \n\n \n \n\n \n \n _sex\n \n \n\n \n No\n \n\n \n 'Female'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrganScene\n \n \n \n \n \n \ngetOrganScene(info: OrganInfo, sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:42\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n info\n \n OrganInfo\n \n\n \n No\n \n\n \n \n\n \n \n sex\n \n \n\n \n No\n \n\n \n 'Female'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrganStats\n \n \n \n \n \n \ngetOrganStats(info: OrganInfo, sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n info\n \n OrganInfo\n \n\n \n No\n \n\n \n \n\n \n \n sex\n \n \n\n \n No\n \n\n \n 'Female'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n Readonly\n organs\n \n \n \n \n \n \n Default value : ALL_POSSIBLE_ORGANS\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:12\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { AggregateResult, Filter, SpatialEntity, SpatialSceneNode, TissueBlockResult } from 'ccf-database';\nimport { ALL_POSSIBLE_ORGANS, DataSourceService, OrganInfo } from 'ccf-shared';\nimport { Observable, of } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class OrganLookupService {\n private readonly organs = ALL_POSSIBLE_ORGANS;\n\n constructor(private readonly source: DataSourceService) { }\n\n getOrganInfo(iri: string, side?: OrganInfo['side'], _sex: Filter['sex'] = 'Female'): Observable {\n let info = this.organs.find(item => item.id === iri);\n if (!info) {\n return of(undefined);\n }\n\n const organ = info.organ;\n\n if (info.disabled) {\n info = this.organs.find(item => !item.disabled && item.organ === organ);\n }\n if (info?.side && side && info.side !== side) {\n info = this.organs.find(item => !item.disabled && item.organ === organ && item.side === side);\n }\n\n return of(info);\n }\n\n getOrgan(info: OrganInfo, sex: Filter['sex'] = 'Both'): Observable {\n return this.source.getReferenceOrgans().pipe(\n map(entities => entities.find(entity =>\n entity.representation_of === info.id && (sex === 'Both' || entity.sex === sex)\n ))\n );\n }\n\n getOrganScene(info: OrganInfo, sex: Filter['sex'] = 'Female'): Observable {\n if (info.id) {\n const filter: Partial = { ontologyTerms: [info.id], sex };\n return this.source.getReferenceOrganScene(info.id, filter as Filter);\n } else {\n return of([]);\n }\n }\n\n getOrganStats(info: OrganInfo, sex: Filter['sex'] = 'Female'): Observable {\n if (info.id) {\n const filter: Partial = { ontologyTerms: [info.id], sex };\n return this.source.getAggregateResults(filter as Filter);\n } else {\n return of([]);\n }\n }\n\n getBlocks(info: OrganInfo, sex: Filter['sex'] = 'Female'): Observable {\n if (info.id) {\n const filter: Partial = { ontologyTerms: [info.id], sex };\n return this.source.getTissueBlockResults(filter as Filter);\n } else {\n return of([]);\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OrganModule.html":{"url":"modules/OrganModule.html","title":"module - OrganModule","body":"\n \n\n\n\n\n Modules\n OrganModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OrganModule\n\n\n\ncluster_OrganModule_declarations\n\n\n\ncluster_OrganModule_imports\n\n\n\ncluster_OrganModule_exports\n\n\n\n\nOrganComponent\n\nOrganComponent\n\n\n\nOrganModule\n\nOrganModule\n\nOrganModule -->\n\nOrganComponent->OrganModule\n\n\n\n\n\nOrganComponent \n\nOrganComponent \n\nOrganComponent -->\n\nOrganModule->OrganComponent \n\n\n\n\n\nSlideToggleModule\n\nSlideToggleModule\n\nOrganModule -->\n\nSlideToggleModule->OrganModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/features/organ/organ.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n OrganComponent\n \n \n \n \n Imports\n \n \n SlideToggleModule\n \n \n \n \n Exports\n \n \n OrganComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { OrganComponent } from './organ.component';\n\nimport { BodyUiModule } from 'ccf-shared';\nimport { SlideToggleModule } from '../slide-toggle/slide-toggle/slide-toggle.module';\n\n\n@NgModule({\n declarations: [\n OrganComponent\n ],\n imports: [\n CommonModule,\n BodyUiModule,\n SlideToggleModule\n ],\n exports: [\n OrganComponent\n ]\n})\nexport class OrganModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SlideToggleComponent.html":{"url":"components/SlideToggleComponent.html","title":"component - SlideToggleComponent","body":"\n \n\n\n\n\n\n Components\n \n SlideToggleComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-slide-toggle\n \n\n\n\n \n styleUrls\n ./slide-toggle.component.scss\n \n\n\n\n \n templateUrl\n ./slide-toggle.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n updateToggle\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n disabled\n \n \n labels\n \n \n value\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n valueChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n left\n \n \n \n \n \n \n\n\n\n \n Inputs\n \n \n \n \n \n disabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:28\n \n \n \n \n Whether or not the slider is disabled\n\n \n \n \n \n \n \n \n \n \n labels\n \n \n \n \n Type : [string, string]\n\n \n \n \n \n Default value : ['Left', 'Right']\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:18\n \n \n \n \n The two selection options to be toggled\n\n \n \n \n \n \n \n \n \n \n value\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'Left'\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:23\n \n \n \n \n Input value for toggle slider\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n valueChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:33\n \n \n \n \n Emits the datatype with the currently selected option\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-slide-toggle\"\n\n \n \n \n \n Default value : 'ccf-slide-toggle'\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:13\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n updateToggle\n \n \n \n \n \n \nupdateToggle(selection: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:48\n \n \n\n\n \n \n Updates and emits the currently selected option\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n selection\n \n boolean\n \n\n \n No\n \n\n\n \n The current toggle state (true=left, false=right)\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-slide-toggle'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:13\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n left\n \n \n\n \n \n getleft()\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:38\n \n \n \n \n Determines if left toggle option is selected\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import { Component, EventEmitter, HostBinding, Input, Output, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'ccf-slide-toggle',\n templateUrl: './slide-toggle.component.html',\n styleUrls: ['./slide-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SlideToggleComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-slide-toggle';\n\n /**\n * The two selection options to be toggled\n */\n @Input() labels: [string, string] = ['Left', 'Right'];\n\n /**\n * Input value for toggle slider\n */\n @Input() value = 'Left';\n\n /**\n * Whether or not the slider is disabled\n */\n @Input() disabled = false;\n\n /**\n * Emits the datatype with the currently selected option\n */\n @Output() readonly valueChange = new EventEmitter();\n\n /**\n * Determines if left toggle option is selected\n */\n get left(): boolean {\n const { value, labels } = this;\n return value !== labels[1];\n }\n\n /**\n * Updates and emits the currently selected option\n *\n * @param selection The current toggle state (true=left, false=right)\n */\n updateToggle(selection: boolean): void {\n this.value = selection ? this.labels[0] : this.labels[1];\n this.valueChange.emit(this.value);\n }\n}\n\n \n\n \n {{labels[0].charAt(0).toUpperCase() + labels[0].slice(1)}}\n\n{{labels[1].charAt(0).toUpperCase() + labels[1].slice(1)}}\n\n \n\n \n \n ./slide-toggle.component.scss\n \n :host{\n .slide-label {\n margin: 0 1rem;\n transition: color .6s;\n cursor: pointer;\n opacity: 50%;\n\n &.highlighted {\n opacity: 100%;\n }\n }\n\n .disabled {\n opacity: 30% !important;\n cursor: not-allowed;\n }\n\n ::ng-deep .slider {\n .mdc-switch__track::before, .mdc-switch__track::after {\n background-color: rgba(67, 71, 101, 0.5) !important;\n }\n .mdc-switch__shadow {\n background-color: rgba(67, 71, 101);\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{labels[0].charAt(0).toUpperCase() + labels[0].slice(1)}}{{labels[1].charAt(0).toUpperCase() + labels[1].slice(1)}}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SlideToggleComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SlideToggleModule.html":{"url":"modules/SlideToggleModule.html","title":"module - SlideToggleModule","body":"\n \n\n\n\n\n Modules\n SlideToggleModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SlideToggleModule\n\n\n\ncluster_SlideToggleModule_declarations\n\n\n\ncluster_SlideToggleModule_exports\n\n\n\n\nSlideToggleComponent\n\nSlideToggleComponent\n\n\n\nSlideToggleModule\n\nSlideToggleModule\n\nSlideToggleModule -->\n\nSlideToggleComponent->SlideToggleModule\n\n\n\n\n\nSlideToggleComponent \n\nSlideToggleComponent \n\nSlideToggleComponent -->\n\nSlideToggleModule->SlideToggleComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SlideToggleComponent\n \n \n \n \n Exports\n \n \n SlideToggleComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\n\nimport { SlideToggleComponent } from './slide-toggle.component';\n\n\n@NgModule({\n declarations: [\n SlideToggleComponent\n ],\n imports: [\n CommonModule,\n MatSlideToggleModule\n ],\n exports: [\n SlideToggleComponent\n ]\n})\nexport class SlideToggleModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/StatsListComponent.html":{"url":"components/StatsListComponent.html","title":"component - StatsListComponent","body":"\n \n\n\n\n\n\n Components\n \n StatsListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/modules/stats-list/stats-list.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-stats-list\n \n\n\n\n \n styleUrls\n ./stats-list.component.scss\n \n\n\n\n \n templateUrl\n ./stats-list.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n stats\n \n \n statsLabel\n \n \n \n \n\n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n stats\n \n \n \n \n Type : AggregateResult[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/modules/stats-list/stats-list.component.ts:12\n \n \n \n \n \n \n \n \n \n statsLabel\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/modules/stats-list/stats-list.component.ts:11\n \n \n \n \n\n\n\n\n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { AggregateResult } from 'ccf-database';\n\n@Component({\n selector: 'ccf-stats-list',\n templateUrl: './stats-list.component.html',\n styleUrls: ['./stats-list.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class StatsListComponent {\n @Input() statsLabel: string;\n @Input() stats: AggregateResult[];\n}\n\n \n\n \n \n \n {{ statsLabel }}\n \n\n \n {{ stat.count }}\n {{ stat.label }}\n \n\n \n\n \n \n ./stats-list.component.scss\n \n .stats-container {\n margin-bottom: 2rem;\n min-height: 9rem;\n\n .header {\n margin-bottom: 1rem;\n }\n\n .stats-row {\n display: flex;\n flex-direction: row;\n height: 1.325rem;\n\n .stat {\n width: 2rem;\n margin-right: 1rem;\n text-align: right;\n }\n\n .label {\n flex-grow: 1;\n text-align: left;\n }\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ statsLabel }} {{ stat.count }} {{ stat.label }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'StatsListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StatsListModule.html":{"url":"modules/StatsListModule.html","title":"module - StatsListModule","body":"\n \n\n\n\n\n Modules\n StatsListModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_StatsListModule\n\n\n\ncluster_StatsListModule_declarations\n\n\n\ncluster_StatsListModule_exports\n\n\n\n\nStatsListComponent\n\nStatsListComponent\n\n\n\nStatsListModule\n\nStatsListModule\n\nStatsListModule -->\n\nStatsListComponent->StatsListModule\n\n\n\n\n\nStatsListComponent \n\nStatsListComponent \n\nStatsListComponent -->\n\nStatsListModule->StatsListComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/modules/stats-list/stats-list.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n StatsListComponent\n \n \n \n \n Exports\n \n \n StatsListComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { StatsListComponent } from './stats-list.component';\n\n\n\n@NgModule({\n declarations: [\n StatsListComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [ StatsListComponent ]\n})\nexport class StatsListModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StoreModule.html":{"url":"modules/StoreModule.html","title":"module - StoreModule","body":"\n \n\n\n\n\n Modules\n StoreModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/core/store/store.module.ts\n \n\n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { NgxsDataPluginModule } from '@angular-ru/ngxs';\nimport { NgxsLoggerPluginModule } from '@ngxs/logger-plugin';\nimport { NgxsModule } from '@ngxs/store';\n\nimport { environment } from '../../../environments/environment';\nimport { GlobalConfigState } from 'ccf-shared';\n\n\n/**\n * States shared across the entire app.\n */\nexport const ROOT_STATES = [\n GlobalConfigState,\n];\n\n@NgModule({\n imports: [\n // For some strange reason the data plugin is not happy being placed after the store module!?\n NgxsDataPluginModule.forRoot(),\n\n NgxsModule.forRoot(ROOT_STATES, {\n developmentMode: !environment.production\n // Consider setting compatibility and executionStrategy\n // https://www.ngxs.io/advanced/options\n }),\n\n // Logger plugin must be last!\n NgxsLoggerPluginModule.forRoot({\n disabled: environment.production\n })\n ]\n})\nexport class StoreModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChangelog\nChangelog for the Human Reference Atlas (HRA) User Interfaces\n3.8.1 - 2023-11-17\nAdded in 3.8.1\n\nImproved keyboard controls in the RUI\n\n3.8.0 - 2023-11-16\nAdded in 3.8.0\n\nEUI Quality of Life Improvements. See milestone 6\nRUI Quality of Life Improvements. See milestone 5\nA lot of minor UI and bug fixes in preparation for HRA 2.0\nUpdated dependencies including, update to Angular 16\n\n3.7.2 - 2023-07-12\nAdded in 3.7.2\n\nClient side cache has been updated to be more sensitive to configuration changes. Fixes hra-registrations#1\n\n3.7.0 - 2023-06-15\nAdded in 3.7.0\n\nUpdated to CCF.OWL v2.2.0 which indexes the Human Reference Atlas (HRA) 5th Release (v1.4) for use in the CCF UIs and CCF-API.\nAdded CCF-API usage notebooks for python and javascript\n\n3.6.0 - 2022-10-15\nAdded in 3.6.0.\n\nUpdated to CCF.OWL v2.1.0 which indexes the Human Reference Atlas (HRA) 4th Release (v1.3) for use in the CCF UIs and CCF-API. Note that some terms have changed in the ontology. As such, some SPARQL queries may need to be updated. All CCF-API calls have been updated to support the new terms.\n\n3.5.0 - 2022-09-27\nAdded in 3.5.0\n\nUpdate to CCF.OWL v1.9.4\nUpdate placement for KPMP rui locations\nSwitch to HuBMAP v3 search-api\nPick right organ when loading rui locations from a file in the RUI\n\n3.4.0 - 2022-07-01\nAdded in 3.4.0\n\nMajor feature added: Spatial Search! This includes an expanded API plus a user interface for dynamically generating spatial searches.\n\nKnown Issues in 3.4.0\n\nThere are some minor visual descrepancies when viewing the spatial search 3D scene and the results. However, blocks which are highlighted will be selected if the spatial search is added to your overall search filters.\n\n3.3.0 - 2022-06-17\nAdded in 3.3.0\n\nAdded support for the latest CCF Ontology v1.9.0 which adds Placenta, Spinal Cord, new Landmarks for reference organs, and a host of data updates.\nAdded a SPARQL route to the CCF-API for flexible querying of the Ontology and linked data. See the /v1/sparql docs for more information.\nClean up and bug fixes\n\n3.2.0 - 2022-04-14\nAdded in 3.2.0\n\nMajor CCF Database speed improvements! 95% reduction in load times!\nMinor graphical fixes\n\n3.1.1 - 2022-04-12\nAdded in 3.1.1\n\nExpanded RUI web component options\nAdded support for warming up the CCF database via the CCF-API so that the EUI can prevent timeouts\n\n3.1.0 - 2022-04-07\nAdded in 3.1.0\n\nAdded support for the latest CCF Ontology v1.8.0 which adds cell types\nAdded feature to search for tissue blocks by cell type\nAdded API feature to dynamically generate GTEx rui_locations.jsonld\nAdded logging of organ and block position changes to the RUI\nAdded an expanded organ selector that makes selecting organs much easier with the larger number of reference organs we have now\nNow generating programming libraries for the CCF-API in Python, TypeScript, TypeScript (Angular), and JavaScript. We will be publishing them to appropriate package managers soon.\nImproved performance of the CCF-API\nNew theming options and toggle for the CCF EUI/RUI\nAdded new themes for SenNet, GTEx, and a default theme\nAdded compodoc generated code documentation to production and staging builds\nBug fixes and minor improvements\n\n3.0.0 - 2022-01-27\nAdded in 3.0.0\n\nAdded support for the latest CCF Ontology v1.7.0\nBug fixes and code cleanup\n\n3.0.0 BETA - 2021-12-17\nAdded in 3.0.0 BETA\n\nAdded reference organs and ASCT+B tables from the v1.1 CCF Release\nLinks: CCF Ontology v1.7 BETA, CCF Release v1.1\n\n\n\nKnown issues in 3.0.0 BETA\n\nPreviously registered tissues may appear slightly off. We are working to rectify this before making it a production release.\n\n2.5.0 - 2021-12-17\nAdded in 2.5.0\n\nCCF-API OpenAPI Spec and implementation. Next version will connect the EUI to this as it's backend.\nAdded the CCF Body UI Web Component for integrating the 3D scene deeply in webpages (including the HuBMAP data portal).\nThe organ-info Web Component can now take an option to highlight specific blocks in the scene. Currently only highlights by providers, but age, sex, and BMI will be added in the next version.\nBug fixes and Quality of Life improvements\n\n2.4.0 - 2021-12-10\nAdded in 2.4.0\n\nRUI shows a confirmation dialog when a user attempts to leave without finishing registration\nAdded GTEx data to EUI\nRUI Common Extraction Sites are now known as Landmarks\nOrgan info now highlights the block selected on click\nUpdated RUI YouTube Demo link\nBug fixes and Quality of Life improvements\n\n2.3.1 - 2021-09-13\nAdded in 2.3.1\n\nAdded support for paired organs to be refernced by their parent (ala Kidney + Left/Right Kidney)\n\n2.3.0 - 2021-09-10\nAdded in 2.3.0\n\nGreatly improved CCF Database performance. This improves the performance in both organ-info and EUI.\nImproved styling of organ-info\n\n2.2.0 - 2021-09-10\nAdded in 2.2.0\n\nAdded an organ-info web component for displaying reference organs and associated data in a simple panel display. The hubmap portal will be using this soon for organ pages.\nEMBEDDING.md instructions have been updated for organ-info embedding.\n\n2.1.0 - 2021-07-30\nAdded in EUI / RUI 2.1.0\n\nBetter support for embedding EUI/RUI in different containers, see EMBEDDING.md for updated instructions.\nConfiguration updates:\nConfiguration of EUI/RUI via webcomponent properties (vs globalConfig)\nOptional use of ontology id to select reference organs in the RUI\nRemoved embedded and tutorial mode configurations from the RUI config\nAbility to load data sources in the eui via external configuration\nAdded cancelRegistration callback to rui external configuration\n\n\nSet dark/light theme based on user/OS preferences\nUpdate HuBMAP search processing to conform to new field names\nCode cleanup, shared utilities, etc.\nTelemetry dialog box fixes to avoid unnecessary reloads\nRUI gizmo rotates in sync with the reference organ in 3D preview view\nRUI now uses an orthographic view when in registration views\n\n2.0.0 - 2021-07-16\nAdded in EUI / RUI 2.0.0\n\nRUI and EUI are now basic web-components, see EMBEDDING.md\nAdded advanced google analytics tracking/telemetry\nLinked donor card and tissue block hovering\nUpdated dependencies, including upgrading to Angular 12\nMinor UI and Bug fixes\nUpdated demo video links\nOrgan carousel will respond to container width and show only full icons\nEUI: clicking refresh and selecting body on partonomy resets the body view\n\nBreaking changes in EUI / RUI 2.0.0\n\nEmbedding the EUI and RUI must now be done via web-components. The most significant change is the element is no longer called ccf-root but is instead called ccf-eui or ccf-rui depending on the UI being embedded.\n\n1.7.0 - 2021-05-21\nAdded in EUI / RUI 1.7.0\n\nAdded a startup modal to the RUI which simplifies the initial setup for a new registration\nAdded 8 new reference organs, bringing us to 13 Reference Organs!\nAdded SPARC Registrations to the EUI\nAdded a tissue section visualization to the results list in the EUI\n\n1.6.0 - 2021-04-09\nAdded in RUI 1.6.0\n\nAdded SOP information to the About section\n\nAdded in EUI 1.6.0\n\nAdded color assignment/selection to both 3d scene and list results\nBug fixes, code cleanup, and optimization\n\nKnown issues in 1.6.0\n\nThe 3d scene is a little slow. To be able to interact, unselect reference organs to reduce scene complexity.\nTissue samples may be a little off in the 3D scene. This will be fixed in a future release. Data is still accurate.\n\n1.5.0 - 2021-03-26\nAdded in RUI 1.5.0\n\nMinor styling updates\n\nAdded in EUI 1.5.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features not fully integrated. This should be resolved in the next release scheduled for April 9th. You can view the results of this sprint on staging.\n\nUpdated styling to better fit the user interface spec\nAdded a new results pane which structures data into Donor->Tissue Blocks (+Datasets)->Tissue Samples (+Datasets)\nAdded a link viewer that allows us to display donors, samples, and datasets in a frame within the application\nAdded UFL thumbnails\nUpdated and optimized the ccf-database for the new results structure and future integrations\nTied organ carousel to the 3D scene. Turning off an organ removes the organ and related tissues from the 3D scene.\nTurned off anatomical structure opacity adjustment until it can be fully integrated\n\n1.4.0 - 2021-03-12\nAdded in RUI 1.4.0\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec\n\nAdded in EUI 1.4.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features partly integrated. This should be resolved in the next release scheduled for March 26th. You can view the results of this sprint on staging.\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec and match RUI styling\nUpdated the Info Dialog to match the RUI look and feel\nUpdated the data processing to improve efficiency and generate data in the form needed for the v1.5.0 spec\nAdded a reference organ selector, also used in the RUI, to turn off/on reference organs on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\nAdded a technology filter\nAdded a control to set Opacities of individual organs/anatomical structures on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\n\n1.3.5 - 2021-02-26\nAdded in RUI 1.3.5\n\nUpdated with a new round of User Interface improvements\nAdded the ability to upload previous registrations created using the standalone version of the RUI tool\nOrgans now have transparency applied automatically\nSolved a major memory leak and performance issue with the 3D reference organ interface. You should notice a sizable speed and reliability increase.\nRUI location numeric data is now rounded to 3 digits\nSwitched to using GitHub Actions over TravisCI for our CI/CD workflows\n\nAdded in EUI 1.3.5\n\nRemoved CCF's internal image-viewer in favor of the image-viewer on the HuBMAP Data Portal\n\nEUI 1.2.0 / RUI 1.0 FINAL - 2020-10-30\nAdded in EUI 1.2.0 / RUI 1.0 FINAL\n\nBug fixes and improvements\nUpdated embedding API in collaboration with the IEC\nUpdated EUI codebase to be in sync with code changes made for the RUI\nAdded KPMP data to the EUI\n\nKnown Issues in EUI 1.2.0 / RUI 1.0 FINAL\n\nIt is still possible that a 3d organ may fail to load. If this happens, just refresh and try again.\nEUI has not been updated with the latest organ set. This will be added in December with its scheduled refresh.\n\nRUI 1.0 BETA - 2020-10-16\nAdded in RUI 1.0 BETA\n\nCreated the first version of the RUI 1.0. This version is a BETA and works in standalone mode only. The next version will include full support and integration into the HuBMAP Ingestion Portal.\n10 Reference Organs are available to choose from (a combination of 4 organs, 2 sexes, and one organ with 2 sides [kidney])\nImplemented automatic tagging of data via collisions with anatomical structures\nRUI Location data is in standard JSON-LD format linked via the CCF Ontology and related ontologies\nImplemented extraction sites display to help guide placement of tissues\n\nKnown Issues in RUI 1.0 BETA\n\nWhile support for embedding is implemented, more testing and collaboration with IEC is required before it is made fully available. Initial embedding documentation is available here.\nWhen adjusting transparency via the left-hand Anatomical Structures menu or Show Previous Registrations option, the transparency effect is not very good. This will be addressed before the RUI 1.0 production release.\nSometimes the 3d organ fails to load when clicking through reference organs quickly (and other side cases). If this happens, just refresh and try again.\n\n1.1.0 - 2020-07-31\nAdded in 1.1.0\n\nUpgraded to latest Vitessce Image Viewer and started showing processed TIFF images coming directly from the HuBMAP infrastructure\nProcessed CODEX and 10x datasets are shown in the HuBMAP Portal's visualization tool\nAdded a limited set of TIFF image thumbnails, with more to come\nAdded two qualitative color schemes for colorizing images in the image viewer\nBug fixes/performance optimizations\n\n1.0.0-rc.1 - 2020-06-22\n\n:warning: WARNING: This version is a release candidate. Some minor updates will likely happen between now and the official HuBMAP Data Release 1 in July.\n\nAdded in 1.0.0-rc.1\n\nBody UI interactions\nImage Viewer Integration\nPartonomy linkage to search / Body UI\nNow fully integrated into the HuBMAP Portal\n\nKnown Issues in 1.0.0-rc.1\n\nImage Viewer is using a placeholder .tiff until more .tiff images can be loaded from the IEC\n\n1.0.0-alpha.3 - 2019-05-08\nAdded in 1.0.0-alpha.3\n\nHooked up the interface to real data (not shown online as the data is not public yet)\nAdded the Tissue Browser on the right\nAdded the initial (Tissue) Image Viewer popup. Currently shows metadata, but no images yet.\nAdded an initial 3D Body. Tissues cuboids currently not displayed, but a test cuboid is shown.\nDocumentation (>90%) and testing coverage improved further\n\n1.0.0-alpha.2 - 2019-03-27\nAdded in 1.0.0-alpha.2\n\nIncreased documentation and testing coverage across the board\nAdded fullscreen button\nBug fixes and optimizations\n\n1.0.0-alpha.1 - 2019-03-06\nAdded in 1.0.0-alpha.1\n\nStarted the process of implementing the 1.0.0 UI spec\nSpec Doc\nUser Stories\n\n\nSetup the base project scaffolding for the new version\nAdded CCF Partonomy (CCF-P) search and tree display\nAdded a filter for filter tissues\n\n0.6.0 - 2019-11-08\nAdded in 0.6.0\n\nThe CCF API project was started with an initial OpenAPI Schema, documentation, and code for spinning up a mock data server. This codifies the CCF data and metadata standards defined by MC-IU and will be used by the CCF EUI and RUI.\nIn preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.\nUpdated navigation to directly jump to the tissue browser when a user selects an item from the search box\nUpgraded dependencies, including upgrades to Angular 8\nTesting and bug fixes\nMinor UI updates\nChanged download icon color\nChanged the background color for the search\nMoved the Technologies filter above ontology\nAdditional styles for details button\n\n\n\n0.5.0 - 2019-05-24\nAdded in 0.5.0\n\nDisplay of the CCF ontology, integrated with search\nSemantic search by ontology, results are presented at all levels\nTissue overlays showing regions of interest\nData download links to direct users to https://sampledata.hubmapconsortium.org\nData documentation (95% coverage) and testing (85% coverage)\n\n0.2.0 - 2019-05-03\nAdded in 0.2.0\n\nSprint 2 release of the CCF-UI!\nA search interface was added to query data by age, sex, technology and TMC. Ontological search will be implemented in the next sprint.\nBody, Organ, and Tissue views now respond to updates to the search on the fly\nAppropriate metadata is now displayed in the Body, Organ, Tissue, and Cell views\n\n0.1.0 - 2019-04-12\nAdded in 0.1.0\n\nSprint 1 release of the CCF-UI!\nSetup the base project scaffolding\nAdded a sample database that includes initial data provided by VU\nAdded Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level\nStay tuned! More features coming in Sprint 2 (starts next week!) and Sprint 3\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n projects/ccf-organ-info/src/app/app-web-component.component.ts\n \n component\n AppWebComponent\n \n 0 %\n (0/18)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app-web-component.component.ts\n \n function\n parseDataSources\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app-web-component.component.ts\n \n function\n parseStringArray\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app.component.ts\n \n component\n AppComponent\n \n 0 %\n (0/22)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app.component.ts\n \n interface\n GlobalConfig\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app.component.ts\n \n variable\n EMPTY_SCENE\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts\n \n injectable\n DelegateDataSourceService\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts\n \n interface\n DelegateDataSourceOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts\n \n injectable\n OrganLookupService\n \n 0 %\n (0/8)\n \n \n \n \n \n projects/ccf-organ-info/src/app/core/store/store.module.ts\n \n variable\n ROOT_STATES\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-organ-info/src/app/features/organ/organ.component.ts\n \n component\n OrganComponent\n \n 0 %\n (0/22)\n \n \n \n \n \n projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts\n \n component\n SlideToggleComponent\n \n 87 %\n (7/8)\n \n \n \n \n \n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts\n \n component\n LinkCardsComponent\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts\n \n interface\n LinkCard\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-organ-info/src/app/modules/stats-list/stats-list.component.ts\n \n component\n StatsListComponent\n \n 0 %\n (0/3)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular-ru/cdk : 14.10.1\n \n @angular-ru/common : 15.313.0\n \n @angular-ru/ngxs : 14.1.4\n \n @angular-slider/ngx-slider : ^2.0.4\n \n @angular/animations : ^16.1.5\n \n @angular/cdk : ^16.1.5\n \n @angular/common : ^16.1.5\n \n @angular/compiler : ^16.1.5\n \n @angular/core : ^16.1.6\n \n @angular/elements : ^16.1.6\n \n @angular/forms : ^16.1.5\n \n @angular/material : ^16.1.5\n \n @angular/platform-browser : ^16.1.5\n \n @angular/platform-browser-dynamic : ^16.1.5\n \n @angular/router : ^16.1.5\n \n @angular/youtube-player : ^16.1.5\n \n @comunica/query-sparql-rdfjs : ^2.8.1\n \n @deck.gl/core : ~8.8.20\n \n @deck.gl/geo-layers : ~8.8.20\n \n @deck.gl/layers : ~8.8.20\n \n @deck.gl/mesh-layers : ~8.8.20\n \n @loaders.gl/core : ~3.2.10\n \n @loaders.gl/draco : ~3.2.10\n \n @loaders.gl/gltf : ~3.2.10\n \n @luma.gl/core : ~8.5.16\n \n @math.gl/core : ~3.6.3\n \n @math.gl/culling : ~3.5.7\n \n @ngxs-labs/dispatch-decorator : ^5.0.0\n \n @ngxs/logger-plugin : ^3.8.1\n \n @ngxs/storage-plugin : ^3.8.1\n \n @ngxs/store : ^3.8.1\n \n @rdfjs/data-model : ^2.0.1\n \n @webcomponents/webcomponentsjs : ^2.8.0\n \n bind-decorator : ^1.0.11\n \n body-parser : ^1.20.2\n \n cannon-es : ^0.20.0\n \n comlink : ^4.4.1\n \n concat : ^1.0.3\n \n cors : ^2.8.5\n \n css-element-queries : ^1.2.3\n \n document-register-element : ^1.14.10\n \n dotenv : ^16.3.1\n \n express : ^4.18.2\n \n file-saver : ^2.0.5\n \n fs-extra : ^11.1.1\n \n graphology : ^0.20.0\n \n graphology-shortest-path : ^1.4.1\n \n helmet : ^7.0.0\n \n hex-rgb : ^5.0.0\n \n idb-keyval : ^6.2.1\n \n jsonld : ^8.2.0\n \n lodash : ^4.17.21\n \n lru-cache : ^10.0.0\n \n n3 : ^1.17.0\n \n ngx-google-analytics : ^14.0.1\n \n ngx-markdown : ^16.0.0\n \n ngx-slider-v2 : ^16.0.2\n \n node-fetch : ^3.3.2\n \n object-hash : ^3.0.0\n \n qs : ^6.11.2\n \n rdf-literal : ^1.3.1\n \n rdfxml-streaming-parser : ^1.4.0\n \n readable-stream : ^4.4.2\n \n rxjs : ^7.8.1\n \n stream-browserify : ^3.0.0\n \n swiper : ^8.0.6\n \n ts-cacheable : ^1.0.9\n \n tslib : ^2.6.1\n \n uuid : ^9.0.0\n \n zone.js : ~0.13.1\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n parseDataSources   (projects/.../app-web-component.component.ts)\n \n \n parseStringArray   (projects/.../app-web-component.component.ts)\n \n \n \n \n \n \n\n\n projects/ccf-organ-info/src/app/app-web-component.component.ts\n \n \n \n \n \n \n \n parseDataSources\n \n \n \n \n \n \nparseDataSources(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n parseStringArray\n \n \n \n \n \n \nparseStringArray(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nHuman Reference Atlas (HRA) - User Interfaces\n\n\n\n\n\n\n\nThis repository is a monorepo (multiple projects in one repository) containing the software to build the EUI, RUI, and Organ-Info.\nWebsite Links\n\nHRA Exploration User Interface (EUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app\nProduction: https://portal.hubmapconsortium.org/ccf-eui\nProduction (alt): https://hubmapconsortium.github.io/ccf-ui/\nStaging: https://hubmap-ccf-ui.netlify.app/\nOld Version 0.6.0: https://old--hubmap-ccf-ui.netlify.app\n\n\nHRA Registration User Interface (RUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app/rui/\nProduction: https://hubmapconsortium.github.io/ccf-ui/rui/\nStaging: https://hubmap-ccf-ui.netlify.app/rui/\n\n\nHRA Organ Info Component (Organ-Info)\nProduction: https://hubmapconsortium.github.io/ccf-ui/organ-info/\nStaging: https://hubmap-ccf-ui.netlify.app/organ-info/\n\n\nHRA API\nProduction: https://apps.humanatlas.io/hra-api/\nStaging: https://apps.humanatlas.io/hra-api--staging/\nOpenAPI Specification: ccf-api-spec.yaml\n\n\nHRA API Client Libraries:\nJavaScript: @ccf-openapi/js-client\nTypeScript: @ccf-openapi/ts-client\nAngular 12+: @ccf-openapi/ng-client\nPython 3.6+: ccf-openapi\n\n\nHRA API Sample Notebooks/Vignettes:\nPython 3.6+:\nBasic Usage: ccf-api-usage.ipynb\nUse case walkthrough: ccf-api-usecase.ipynb\n\n\nJavaScript:\nBasic Usage: https://observablehq.com/@cns-iu/ccf-api-documentation-javascript\nUse case walkthrough: https://observablehq.com/@cns-iu/ccf-api-usecase-javascript\n\n\n\n\n\nBackground and More Information\nFor more information about the Human Reference Atlas (HRA) and the Common Coordinate Framework (CCF), see the HuBMAP HRA Portal at https://humanatlas.io.\nChange Log\nSee the ChangeLog for the latest developments.\nCredits\nThis software is developed by the Cyberinfrastructure for Network Science Center at Indiana University. It is funded by NIH Award OT2OD026671.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nMIT License\nCopyright (c) 2019 HuBMAP Consortium\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n CoreModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n LinkCardsModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OrganModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SlideToggleModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StatsListModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StoreModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\ncluster_LinkCardsModule\n\n\n\ncluster_LinkCardsModule_declarations\n\n\n\ncluster_LinkCardsModule_exports\n\n\n\ncluster_OrganModule\n\n\n\ncluster_OrganModule_declarations\n\n\n\ncluster_OrganModule_imports\n\n\n\ncluster_OrganModule_exports\n\n\n\ncluster_SlideToggleModule\n\n\n\ncluster_SlideToggleModule_declarations\n\n\n\ncluster_SlideToggleModule_exports\n\n\n\ncluster_StatsListModule\n\n\n\ncluster_StatsListModule_declarations\n\n\n\ncluster_StatsListModule_exports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nLinkCardsModule\n\nLinkCardsModule\n\nAppModule -->\n\nLinkCardsModule->AppModule\n\n\n\n\n\nLinkCardsComponent \n\nLinkCardsComponent \n\nLinkCardsComponent -->\n\nLinkCardsModule->LinkCardsComponent \n\n\n\n\n\nOrganModule\n\nOrganModule\n\nAppModule -->\n\nOrganModule->AppModule\n\n\n\n\n\nOrganComponent \n\nOrganComponent \n\nOrganComponent -->\n\nOrganModule->OrganComponent \n\n\n\n\n\nStatsListModule\n\nStatsListModule\n\nAppModule -->\n\nStatsListModule->AppModule\n\n\n\n\n\nStatsListComponent \n\nStatsListComponent \n\nStatsListComponent -->\n\nStatsListModule->StatsListComponent \n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nLinkCardsComponent\n\nLinkCardsComponent\n\nLinkCardsModule -->\n\nLinkCardsComponent->LinkCardsModule\n\n\n\n\n\nOrganComponent\n\nOrganComponent\n\nOrganModule -->\n\nOrganComponent->OrganModule\n\n\n\n\n\nSlideToggleModule\n\nSlideToggleModule\n\nOrganModule -->\n\nSlideToggleModule->OrganModule\n\n\n\n\n\nSlideToggleComponent \n\nSlideToggleComponent \n\nSlideToggleComponent -->\n\nSlideToggleModule->SlideToggleComponent \n\n\n\n\n\nSlideToggleComponent\n\nSlideToggleComponent\n\nSlideToggleModule -->\n\nSlideToggleComponent->SlideToggleModule\n\n\n\n\n\nStatsListComponent\n\nStatsListComponent\n\nStatsListModule -->\n\nStatsListComponent->StatsListModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 7 Modules\n \n \n \n \n \n \n \n \n 6 Components\n \n \n \n \n \n \n \n 2 Injectables\n \n \n \n \n \n \n \n 3 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 3.7.2\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n EMPTY_SCENE   (projects/.../app.component.ts)\n \n \n ROOT_STATES   (projects/.../store.module.ts)\n \n \n \n \n \n \n\n\n projects/ccf-organ-info/src/app/app.component.ts\n \n \n \n \n \n \n \n EMPTY_SCENE\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n { color: [0, 0, 0, 0], opacity: 0.001 }\n]\n \n \n\n\n \n \n\n projects/ccf-organ-info/src/app/core/store/store.module.ts\n \n \n \n \n \n \n \n ROOT_STATES\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n GlobalConfigState,\n]\n \n \n\n \n \n States shared across the entire app.\n\n \n \n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} + "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/components/AppComponent.html",[0,0.529,1,0.969]],["body/components/AppComponent.html",[0,0.555,1,1.161,2,1.078,3,0.554,4,0.247,5,0.82,6,0.82,7,0.82,8,0.742,9,0.164,10,0.579,11,0.42,12,1.022,13,1.636,14,2.692,15,0.742,16,1.078,17,1.078,18,1.784,19,0.974,20,0.924,21,1.188,22,2.692,23,1.188,24,2.153,25,0.38,26,0.739,27,2.712,28,1.642,29,1.826,30,3.829,31,2.692,32,1.233,33,2.692,34,1.888,35,3.719,36,1.685,37,2.046,38,2.465,39,2.391,40,1.541,41,2.322,42,1.188,43,2.601,44,2.601,45,3.077,46,2.601,47,1.636,48,2.046,49,2.046,50,2.046,51,1.46,52,1.625,53,2.087,54,2.322,55,2.654,56,2.692,57,2.087,58,1.955,59,2.601,60,1.541,61,0.038,62,1.635,63,1.296,64,2.153,65,2.558,66,1.625,67,1.625,68,1.625,69,2.153,70,4.145,71,1.625,72,1.541,73,1.981,74,2.153,75,1.524,76,1.625,77,1.16,78,1.625,79,2.153,80,1.962,81,1.625,82,2.153,83,3.777,84,1.625,85,1.698,86,2.153,87,2.153,88,1.857,89,0.892,90,1.625,91,2.692,92,1.625,93,4.041,94,1.857,95,2.153,96,3.077,97,2.654,98,2.654,99,1.625,100,1.625,101,1.625,102,2.153,103,1.625,104,1.625,105,2.153,106,1.625,107,2.153,108,1.625,109,1.625,110,1.625,111,0.741,112,0.82,113,1.345,114,0.673,115,2.087,116,1.16,117,0.218,118,1.636,119,0.742,120,0.912,121,1.022,122,1.022,123,1.022,124,0.82,125,0.462,126,0.912,127,0.82,128,0.82,129,1.022,130,1.16,131,1.345,132,1.345,133,1.345,134,1.345,135,1.16,136,1.345,137,1.022,138,1.345,139,0.462,140,0.912,141,1.022,142,0.82,143,1.022,144,0.912,145,1.16,146,1.563,147,1.022,148,1.485,149,1.698,150,0.912,151,1.16,152,0.247,153,0.247,154,1.348,155,1.345,156,1.345,157,1.345,158,1.345,159,1.022,160,1.345,161,1.345,162,1.345,163,1.345,164,1.16,165,1.345,166,2.153,167,1.345,168,3.918,169,2.153,170,1.345,171,1.345,172,1.345,173,1.345,174,1.345,175,2.692,176,1.16,177,1.345,178,2.692,179,1.345,180,3.077,181,1.345,182,2.153,183,2.153,184,1.345,185,1.345,186,3.077,187,1.345,188,1.345,189,1.345,190,1.345,191,2.153,192,1.345,193,1.345,194,1.345,195,1.345,196,1.345,197,1.345,198,1.345,199,1.345,200,1.345,201,1.345,202,1.345,203,1.345,204,1.857,205,1.345,206,2.153,207,1.857,208,2.153,209,0.912,210,1.16,211,1.345,212,1.345,213,1.313,214,1.16,215,1.345,216,1.345,217,1.16,218,0.742,219,1.345,220,1.345,221,1.022,222,1.345,223,1.345,224,1.313,225,1.345,226,1.022,227,2.046,228,2.153,229,2.153,230,2.322,231,1.16,232,1.16,233,1.16,234,0.912,235,2.153,236,1.345,237,2.153,238,1.16,239,1.345,240,1.345,241,1.345,242,1.625,243,1.345,244,1.625,245,1.16,246,1.16,247,1.345,248,1.625,249,0.82,250,1.16,251,1.345,252,1.46,253,1.625,254,1.345,255,1.022,256,1.022,257,1.16,258,1.625,259,0.419,260,1.313,261,1.078,262,0.82,263,1.877,264,0.82,265,0.82,266,0.557,267,0.82,268,0.507,269,0.612,270,0.82,271,0.557,272,0.82,273,0.557,274,0.673,275,0.82,276,0.557,277,0.742,278,0.82,279,0.82,280,0.015,281,0.015]],["title/modules/AppModule.html",[282,0.656,283,1.952]],["body/modules/AppModule.html",[1,1.782,3,0.535,4,0.534,9,0.356,10,0.462,11,0.36,13,2.214,27,1.607,42,1.607,58,1.207,61,0.037,72,1.458,73,2.087,89,1.567,111,0.903,117,0.472,146,1.207,152,0.534,153,0.534,259,0.908,266,1.957,280,0.027,281,0.027,282,0.744,283,3.892,284,1.207,285,1.207,286,2.317,287,1.607,288,1.607,289,2.912,290,2.912,291,2.912,292,3.203,293,3.203,294,3.203,295,3.203,296,2.087,297,1.607,298,1.458,299,3.519,300,2.087,301,5.075,302,3.519,303,4.57,304,5.372,305,2.087,306,3.519,307,2.912,308,4.57,309,2.912,310,2.214,311,2.512,312,1.975,313,3.519,314,3.519,315,3.519,316,3.519,317,3.519,318,1.975,319,3.519,320,3.519,321,2.214,322,3.519,323,2.912,324,4.57,325,3.519,326,3.519,327,3.519]],["title/components/AppWebComponent.html",[0,0.529,266,1.064]],["body/components/AppWebComponent.html",[0,0.665,1,0.676,2,1.617,3,0.254,4,0.329,5,1.641,7,1.093,8,0.989,9,0.219,10,0.592,11,0.416,15,0.989,16,1.347,17,1.347,18,1.962,19,1.033,20,1.109,25,0.507,26,0.923,27,1.484,32,0.615,34,1.797,36,1.347,38,1.97,39,1.97,40,0.897,47,2.045,48,2.455,49,2.455,50,2.455,51,1.824,57,2.434,58,1.999,60,0.897,61,0.038,62,1.47,63,1.364,65,2.842,75,1.748,80,2.098,85,1.484,111,0.658,114,0.897,115,2.434,117,0.29,125,0.615,141,2.455,142,1.641,143,2.045,144,2.434,145,3.096,146,1.674,152,0.329,153,0.329,154,1.926,204,3.485,218,2.122,224,1.641,259,0.559,260,1.641,261,1.347,262,1.093,263,2.19,264,1.093,265,1.093,266,1.488,267,1.093,268,0.676,269,0.816,270,1.093,271,0.743,272,1.093,273,0.743,274,0.897,275,1.093,276,0.743,277,0.989,278,1.093,279,1.093,280,0.019,281,0.019,312,3.29,328,4.185,329,1.546,330,2.32,331,3.902,332,3.25,333,3.902,334,4.337,335,3.902,336,3.902,337,3.902,338,3.902,339,3.902,340,2.786,341,3.096,342,2.165,343,4.337,344,4.337,345,3.25,346,3.25,347,2.165,348,2.165,349,2.165,350,2.165,351,2.165,352,2.165,353,2.165,354,2.165,355,2.165,356,2.165,357,2.165,358,2.728,359,2.165,360,2.165,361,2.165,362,2.165,363,3.55,364,2.165,365,2.165,366,2.165,367,1.546,368,1.546,369,2.69,370,1.792,371,3.25,372,5.426,373,4.337,374,3.25,375,3.25,376,3.25,377,3.589,378,3.25,379,3.25,380,3.25,381,2.69,382,3.25,383,2.32,384,2.69,385,1.792,386,2.165,387,2.165,388,2.165,389,1.792,390,2.165,391,2.165,392,2.165,393,2.165,394,1.546,395,1.546,396,2.165]],["title/modules/CoreModule.html",[282,0.656,292,1.742]],["body/modules/CoreModule.html",[3,0.557,4,0.569,9,0.378,10,0.378,11,0.338,19,1.047,20,1.064,32,1.064,61,0.037,89,1.632,111,0.905,117,0.502,125,1.064,152,0.569,153,0.569,154,1.971,259,0.967,280,0.028,281,0.028,282,1.106,284,1.285,285,1.285,286,1.71,287,1.71,288,2.172,292,3.308,296,2.172,297,1.71,298,1.552,300,2.172,305,2.172,367,2.674,368,2.674,381,3.1,397,3.1,398,3.1,399,3.256,400,3.746,401,4.757,402,3.746,403,4.757,404,4.757,405,3.746,406,3.746,407,2.674,408,3.937,409,3.746,410,3.746,411,2.67,412,3.746,413,2.356,414,3.746,415,3.746,416,3.746,417,3.746,418,3.746,419,3.746,420,3.746,421,3.1,422,3.1,423,3.746,424,3.746,425,3.746,426,3.746,427,3.746,428,3.746,429,5.227,430,3.746,431,3.746,432,3.746]],["title/interfaces/DelegateDataSourceOptions.html",[139,0.882,433,1.952]],["body/interfaces/DelegateDataSourceOptions.html",[3,0.485,4,0.629,9,0.419,10,0.419,11,0.294,19,0.789,20,1.177,25,0.97,26,1.439,32,1.62,61,0.037,63,1.185,75,1.555,111,0.769,117,0.555,125,1.177,139,1.177,146,1.421,152,0.769,153,0.629,218,1.892,280,0.03,281,0.03,330,2.958,340,4.069,341,4.069,358,3.442,411,2.325,413,2.606,433,3.442,434,2.092,435,2.958,436,2.958,437,2.558,438,4.192,439,4.192,440,4.192,441,3.428,442,4.192,443,2.958,444,3.428,445,3.428,446,4.192,447,3.428,448,3.428]],["title/injectables/DelegateDataSourceService.html",[411,1.742,437,1.567]],["body/injectables/DelegateDataSourceService.html",[3,0.48,4,0.622,9,0.414,10,0.508,11,0.357,19,0.78,20,1.164,25,0.958,32,1.164,42,2.297,58,1.405,60,1.697,61,0.037,62,1.543,63,0.958,72,1.697,75,1.164,111,0.763,117,0.549,125,1.164,139,1.164,146,1.405,152,0.763,153,0.622,159,2.576,218,1.87,280,0.03,281,0.03,330,3.591,340,2.924,341,2.924,358,2.576,411,2.823,413,3.164,433,3.571,435,3.591,436,2.924,437,2.54,438,4.505,439,4.162,440,4.162,441,3.389,442,4.505,443,2.924,444,4.505,445,4.162,446,4.162,447,3.389,448,3.389,449,2.924,450,5.03,451,4.096]],["title/interfaces/GlobalConfig.html",[139,0.882,140,1.742]],["body/interfaces/GlobalConfig.html",[0,0.579,1,0.717,3,0.584,4,0.348,9,0.232,10,0.232,11,0.366,12,1.443,13,1.443,14,2.808,16,0.951,17,0.951,18,0.865,19,0.85,20,0.652,21,1.048,22,1.899,23,1.048,24,1.899,25,0.537,26,0.964,27,2.606,28,1.159,29,1.288,30,3.56,31,1.899,32,1.505,33,1.899,34,1.406,35,3.401,36,1.406,37,1.443,38,2.675,39,2.732,40,0.951,41,1.638,45,1.899,48,1.443,49,1.443,50,1.443,51,1.288,53,1.905,54,1.638,55,2.423,56,1.899,57,1.905,61,0.038,63,1.044,64,1.899,65,2.505,69,1.899,70,4.127,73,1.844,74,1.899,75,1.636,79,1.899,80,1.406,82,1.899,83,3.684,86,1.899,87,1.899,88,1.638,89,0.787,91,2.808,93,3.942,95,1.899,96,2.808,97,2.423,98,2.423,102,1.899,105,1.899,107,1.899,111,0.821,112,1.159,113,1.899,114,0.951,115,2.505,116,1.638,117,0.307,118,2.135,119,1.048,120,1.288,121,1.443,122,1.443,123,1.443,124,1.159,125,0.652,126,1.288,127,1.159,128,1.159,129,1.443,130,1.638,131,1.899,132,1.899,133,1.899,134,1.899,135,1.638,136,1.899,137,1.443,138,1.899,139,0.652,140,1.905,141,2.808,142,2.039,143,2.541,144,2.267,145,3.186,146,1.77,147,1.443,148,1.048,149,2.038,150,1.288,151,1.638,152,0.348,153,0.348,154,1.674,155,1.899,156,1.899,157,1.899,158,1.899,159,1.443,160,1.899,161,1.899,162,1.899,163,1.899,164,1.638,165,1.899,166,2.808,167,1.899,168,4.384,169,2.808,170,1.899,171,1.899,172,1.899,173,1.899,174,1.899,175,3.342,176,1.638,177,1.899,178,3.342,179,1.899,180,3.693,181,1.899,182,2.808,183,2.808,184,1.899,185,1.899,186,3.693,187,1.899,188,1.899,189,1.899,190,1.899,191,2.808,192,1.899,193,1.899,194,1.899,195,1.899,196,1.899,197,1.899,198,1.899,199,1.899,200,1.899,201,1.899,202,1.899,203,1.899,204,2.423,205,1.899,206,2.808,207,2.423,208,2.808,209,1.288,210,1.638,211,1.899,212,1.899,213,1.159,214,1.638,215,1.899,216,1.899,217,1.638,218,1.048,219,1.899,220,1.899,221,1.443,222,1.899,223,1.899,224,1.714,225,1.899,280,0.02,281,0.02,434,1.159]],["title/interfaces/LinkCard.html",[139,0.882,452,1.952]],["body/interfaces/LinkCard.html",[0,0.78,3,0.413,4,0.535,9,0.356,10,0.356,11,0.25,16,1.46,17,1.46,18,1.328,19,0.671,21,1.609,23,1.609,25,0.825,26,1.3,28,2.31,61,0.037,63,1.189,73,1.609,75,1.707,111,0.535,114,1.46,117,0.472,119,2.743,139,1.443,152,0.535,153,0.535,268,1.101,269,1.914,280,0.027,281,0.027,318,1.978,434,1.78,452,3.382,453,2.217,454,2.516,455,4.97,456,4.97,457,2.917,458,2.917,459,2.917,460,2.917,461,2.917,462,3.977,463,2.516,464,3.195,465,2.217,466,2.878,467,2.217,468,2.516,469,3.266,470,2.516,471,3.786,472,2.917,473,2.516,474,2.878,475,2.516,476,2.516,477,2.917,478,2.516,479,2.516,480,2.516,481,2.516,482,2.516,483,2.217,484,2.917,485,3.266,486,3.786,487,2.917,488,2.917,489,2.217,490,2.516,491,2.516,492,2.917,493,2.917,494,2.917,495,2.217,496,2.917,497,2.917,498,2.917,499,2.917,500,2.917,501,2.217,502,2.917,503,2.917,504,2.917]],["title/components/LinkCardsComponent.html",[0,0.529,268,0.969]],["body/components/LinkCardsComponent.html",[0,0.652,1,0.654,2,1.313,3,0.245,4,0.318,5,1.057,6,1.057,7,1.057,8,0.956,9,0.211,10,0.431,11,0.303,15,0.956,16,1.313,17,1.313,18,1.942,19,0.981,20,0.595,21,1.447,23,1.447,25,0.49,26,0.9,28,2.153,32,0.595,34,1.313,36,1.313,40,0.867,42,1.447,58,1.311,60,0.867,61,0.037,62,1.441,63,1.072,72,0.867,73,1.447,75,1.369,80,1.313,85,1.447,111,0.318,114,0.867,117,0.281,119,2.559,139,1.301,148,2.285,149,1.746,152,0.318,153,0.318,210,1.494,213,1.6,226,1.993,227,1.993,229,2.622,230,3.044,231,2.262,232,2.262,233,3.044,234,2.393,235,3.528,236,1.732,237,2.622,238,1.494,239,1.732,240,1.732,241,2.622,243,1.732,245,1.494,246,2.262,249,2.313,250,2.262,252,1.779,255,2.405,256,2.682,257,2.262,259,0.54,260,1.6,261,1.313,262,1.057,263,2.153,264,1.057,265,1.057,266,0.718,267,1.057,268,1.332,269,2.088,270,1.057,271,0.718,272,1.057,273,0.718,274,0.867,275,1.057,276,0.718,277,0.956,278,1.057,279,1.057,280,0.019,281,0.019,318,2.393,452,2.881,453,2.682,454,1.494,455,4.638,456,4.638,457,3.164,458,2.622,459,3.164,460,3.164,461,2.622,462,3.841,463,2.262,464,3.243,465,1.993,466,2.682,467,1.993,468,2.262,469,3.044,470,2.262,471,3.528,472,2.622,473,2.262,474,2.682,475,2.262,476,2.262,477,2.622,478,2.73,479,2.262,480,2.262,481,2.262,482,2.262,483,1.993,484,2.622,485,3.044,486,3.528,487,2.622,488,3.164,489,1.993,490,2.262,491,2.262,492,2.622,493,2.622,494,2.622,495,2.682,496,2.622,497,2.622,498,2.622,499,2.622,500,2.622,501,1.993,502,2.622,503,1.732,504,1.732,505,3.169,506,2.093,507,2.093,508,2.093,509,2.093,510,3.169,511,3.169,512,2.262,513,2.262,514,3.164,515,3.823,516,3.169,517,3.169,518,2.093,519,2.622,520,3.791,521,3.823,522,4.581,523,4.264,524,3.823,525,3.164,526,1.732,527,2.093,528,2.622,529,2.093,530,2.093,531,3.169,532,2.093,533,4.264,534,2.622,535,2.093,536,3.169,537,2.093,538,1.732,539,3.169,540,2.093,541,2.093,542,1.494,543,1.732,544,1.732,545,2.093,546,2.093,547,1.732,548,1.732,549,2.093,550,2.093,551,2.093,552,1.732,553,2.093,554,2.093,555,1.732,556,3.823,557,3.823,558,3.823,559,3.823,560,2.093,561,2.093,562,2.093,563,2.093,564,2.093,565,2.093]],["title/modules/LinkCardsModule.html",[282,0.656,293,1.742]],["body/modules/LinkCardsModule.html",[3,0.488,4,0.632,9,0.421,10,0.421,11,0.296,61,0.037,89,1.429,111,0.867,117,0.558,126,2.339,127,2.104,128,2.104,152,0.632,153,0.632,259,1.076,268,1.944,269,1.57,280,0.03,281,0.03,282,0.881,284,1.429,285,1.429,286,2.505,287,1.903,288,2.505,293,3.385,296,2.321,297,1.903,298,1.727,300,1.903,305,2.321,318,2.339,453,2.621,566,3.448,567,3.448,568,3.448,569,4.167,570,3.198,571,2.339,572,4.167,573,5.083]],["title/components/OrganComponent.html",[0,0.529,271,1.064]],["body/components/OrganComponent.html",[0,0.62,1,0.603,2,1.235,3,0.226,4,0.293,5,0.975,6,0.975,7,0.975,8,0.882,9,0.195,10,0.594,11,0.431,13,1.875,15,0.882,16,1.235,17,1.235,18,1.893,19,1.02,20,0.549,21,1.361,23,1.361,25,0.452,26,0.847,27,2.132,28,1.837,29,2.621,32,1.255,34,1.831,36,1.831,37,2.289,38,1.837,39,1.837,40,0.8,42,1.361,47,1.875,48,1.875,49,2.289,50,2.289,51,1.084,54,2.127,55,2.92,58,2.008,60,1.831,61,0.038,62,1.834,63,1.347,65,2.731,72,2.016,73,2.544,75,1.327,77,2.127,94,1.379,97,2.127,98,2.127,111,0.671,114,0.8,115,2.296,116,1.379,117,0.259,118,2.573,119,1.361,120,1.673,122,2.289,123,2.289,124,0.975,125,0.549,126,1.084,127,0.975,128,0.975,141,2.289,142,1.505,143,2.78,144,2.48,146,1.248,148,1.661,149,0.882,152,0.293,153,0.293,154,1.694,213,0.975,221,1.215,224,1.505,227,1.875,233,1.379,234,1.084,249,0.975,250,1.379,251,1.598,252,1.084,259,0.499,260,1.505,261,1.235,262,0.975,263,2.065,264,0.975,265,0.975,266,0.663,267,0.975,268,0.603,269,0.728,270,0.975,271,1.403,272,0.975,273,0.663,274,0.8,275,0.975,276,0.663,277,0.882,278,0.975,279,0.975,280,0.017,281,0.017,363,3.161,520,1.598,542,1.379,552,1.598,574,1.598,575,3.638,576,3.638,577,3.638,578,2.98,579,4.089,580,3.638,581,3.638,582,4.089,583,2.98,584,4.089,585,2.98,586,2.98,587,4.089,588,3.638,589,1.932,590,2.98,591,1.932,592,1.932,593,1.932,594,1.932,595,1.932,596,1.932,597,1.932,598,1.932,599,1.932,600,1.932,601,1.932,602,2.98,603,4.089,604,1.932,605,2.466,606,2.98,607,4.089,608,1.932,609,1.932,610,2.98,611,1.932,612,3.384,613,2.98,614,1.932,615,1.932,616,3.638,617,2.98,618,1.932,619,1.932,620,1.932,621,1.932,622,1.932,623,1.932,624,1.932,625,1.932,626,1.932,627,1.932,628,1.932,629,1.932,630,1.598,631,1.932,632,4.089,633,1.932,634,1.379,635,1.932,636,1.932,637,4.419,638,1.932,639,1.932,640,1.932,641,2.98,642,1.932,643,1.932,644,1.932,645,1.932,646,1.932,647,1.932,648,1.932,649,4.089,650,1.932,651,4.089,652,1.932,653,4.089,654,1.932,655,1.932,656,1.932,657,3.638,658,4.669,659,1.932,660,2.597,661,1.932,662,3.638,663,1.932,664,1.379,665,1.598,666,1.932,667,1.379,668,1.598,669,1.598,670,1.379,671,1.932]],["title/injectables/OrganLookupService.html",[53,1.742,437,1.567]],["body/injectables/OrganLookupService.html",[3,0.652,4,0.654,9,0.26,10,0.552,11,0.406,19,0.702,20,0.731,25,0.602,26,1.048,27,2.151,29,3.069,30,3.078,32,1.475,35,4.161,38,3.018,39,2.62,42,1.684,51,1.444,53,2.07,58,1.833,60,2.15,61,0.038,62,1.955,63,1.214,72,2.066,75,1.225,77,1.836,80,2.15,83,4.083,85,2.37,111,0.757,117,0.345,118,1.618,121,1.618,122,1.618,123,1.618,124,1.298,125,0.731,129,1.618,130,1.836,135,1.836,137,3.44,142,2.177,144,3.069,146,1.616,152,0.39,153,0.39,164,1.836,176,1.836,207,2.633,214,1.836,217,1.836,218,2.542,280,0.022,281,0.022,323,2.128,408,3.898,437,1.862,443,1.836,449,1.836,672,4.525,673,2.128,674,3.568,675,3.688,676,3.688,677,3.688,678,3.688,679,3.688,680,2.572,681,3.688,682,3.688,683,2.572,684,3.688,685,2.572,686,3.688,687,4.312,688,2.572,689,3.688,690,2.572,691,3.688,692,2.572,693,4.312,694,4.986,695,4.312,696,2.572,697,2.572,698,3.688,699,3.688,700,2.572,701,2.572,702,2.572,703,2.572,704,2.572,705,2.572,706,2.572,707,5.345,708,2.572,709,4.312,710,4.312,711,2.572,712,2.572,713,2.572]],["title/modules/OrganModule.html",[282,0.656,294,1.742]],["body/modules/OrganModule.html",[3,0.472,4,0.611,9,0.407,10,0.407,11,0.286,19,0.767,61,0.037,89,1.381,111,0.88,117,0.54,125,1.144,152,0.611,153,0.611,259,1.039,271,2.126,274,1.668,280,0.029,281,0.029,282,0.852,284,1.381,285,1.381,286,2.467,287,1.839,288,2.467,294,3.422,296,2.273,297,1.839,298,1.668,300,2.273,305,2.273,570,3.131,571,2.26,714,3.332,715,3.332,716,3.332,717,3.332,718,3.316,719,4.026,720,4.026,721,4.977,722,3.131,723,4.026]],["title/components/SlideToggleComponent.html",[0,0.529,273,1.064]],["body/components/SlideToggleComponent.html",[0,0.698,1,0.733,2,1.43,3,0.275,4,0.356,5,1.185,6,1.185,7,1.185,8,1.072,9,0.237,10,0.55,11,0.386,15,1.072,16,1.43,17,1.43,18,2.009,19,1.081,20,0.667,21,1.576,23,1.576,25,0.549,26,0.981,27,2.06,32,0.667,34,2.255,36,1.43,40,0.972,42,1.576,47,2.171,58,1.829,60,0.972,61,0.037,62,1.894,63,1.216,65,2.297,72,1.43,73,1.576,75,1.429,80,2.352,85,2.195,94,1.676,111,0.356,114,0.972,115,1.937,117,0.314,146,0.805,148,1.869,149,1.072,150,2.297,152,0.356,153,0.763,154,0.972,218,1.072,224,1.742,234,1.317,249,1.742,256,1.476,259,0.606,260,2.428,261,1.43,262,1.185,263,2.278,264,1.185,265,1.185,266,0.805,267,1.185,268,0.733,269,0.884,270,1.185,271,0.805,272,1.185,273,1.548,274,2.375,275,1.185,276,0.805,277,1.072,278,1.185,279,1.185,280,0.02,281,0.02,358,3.163,363,3.163,514,1.942,544,2.856,547,2.856,548,1.942,555,1.942,612,3.979,634,1.676,664,1.676,667,1.676,670,2.464,722,3.731,724,3.885,725,1.942,726,4.052,727,4.093,728,3.451,729,4.093,730,3.451,731,4.161,732,4.512,733,4.093,734,3.451,735,3.451,736,3.451,737,2.347,738,2.856,739,3.979,740,2.347,741,2.856,742,3.451,743,2.347,744,2.347,745,4.512,746,3.451,747,3.734,748,4.161,749,4.161,750,3.451,751,3.451,752,2.347,753,2.856,754,2.347,755,3.451,756,3.451,757,3.451,758,3.451,759,3.451,760,2.347,761,2.347,762,3.451,763,2.347,764,2.347,765,2.347,766,2.347,767,2.347,768,2.347,769,2.347,770,3.451,771,2.347,772,2.347,773,3.451,774,1.942,775,2.347,776,2.347,777,1.942,778,2.347,779,2.347,780,4.093,781,2.347,782,2.347,783,3.451,784,3.451,785,3.451,786,2.347,787,2.347,788,2.347]],["title/modules/SlideToggleModule.html",[282,0.656,718,1.742]],["body/modules/SlideToggleModule.html",[3,0.484,4,0.628,9,0.418,10,0.418,11,0.294,61,0.037,89,1.418,111,0.864,117,0.554,152,0.628,153,0.628,259,1.067,273,2.133,274,1.713,280,0.03,281,0.03,282,0.875,284,1.418,285,1.418,286,2.496,287,1.888,288,2.496,296,2.31,297,1.888,298,1.713,300,1.888,305,2.31,570,3.183,571,2.321,718,3.38,722,3.183,724,2.952,726,2.952,789,3.422,790,3.422,791,3.422,792,4.135,793,5.059,794,4.135,795,4.135]],["title/components/StatsListComponent.html",[0,0.529,276,1.064]],["body/components/StatsListComponent.html",[0,0.843,1,1.041,2,1.827,3,0.39,4,0.506,5,1.683,6,1.683,7,1.683,8,1.522,9,0.337,10,0.499,11,0.351,15,1.522,16,1.827,17,1.827,18,2.193,19,1.122,20,0.947,21,2.014,23,2.014,25,0.78,34,1.381,36,1.827,40,2.515,41,3.906,58,1.513,61,0.037,62,1.662,63,1.032,75,1.253,111,0.669,114,1.381,117,0.447,121,3.109,124,1.683,152,0.506,153,0.506,213,1.683,224,2.227,226,2.097,227,2.775,230,3.529,231,2.38,232,3.149,234,2.476,245,3.149,246,3.149,252,1.871,254,2.758,255,2.097,256,3.109,257,3.149,259,0.861,260,2.227,261,1.827,262,1.683,263,2.656,264,1.683,265,1.683,266,1.143,267,1.683,268,1.041,269,1.256,270,1.683,271,1.143,272,1.683,273,1.143,274,1.381,275,1.683,276,1.804,277,2.257,278,1.683,279,1.683,280,0.026,281,0.026,321,3.109,363,3.109,525,3.65,542,2.38,543,2.758,774,2.758,796,3.529,797,2.758,798,4.943,799,4.41,800,3.333,801,3.333,802,4.41,803,4.41,804,3.333,805,3.333,806,3.333]],["title/modules/StatsListModule.html",[282,0.656,295,1.742]],["body/modules/StatsListModule.html",[3,0.492,4,0.637,9,0.424,10,0.424,11,0.298,40,1.74,61,0.037,89,1.44,111,0.835,117,0.563,152,0.637,153,0.637,259,1.084,276,2.137,280,0.03,281,0.03,282,0.888,284,1.44,285,1.44,286,2.513,287,1.918,288,2.513,295,3.39,296,2.332,297,1.918,298,1.74,300,1.918,305,2.332,321,2.642,570,3.213,571,2.357,796,2.998,807,3.475,808,3.475,809,3.475,810,4.2,811,4.2]],["title/modules/StoreModule.html",[282,0.656,399,1.742]],["body/modules/StoreModule.html",[3,0.474,4,0.615,9,0.409,10,0.409,11,0.288,19,0.771,57,2.804,61,0.038,111,0.898,112,2.045,117,0.543,125,1.419,146,1.389,152,0.758,153,0.615,280,0.029,281,0.029,282,0.856,284,1.389,300,1.849,305,2.281,311,2.891,367,2.891,368,2.891,383,2.891,399,2.804,421,3.351,422,4.133,526,3.351,731,3.351,812,2.891,813,4.049,814,3.351,815,4.049,816,3.351,817,4.482,818,4.049,819,3.351,820,3.351,821,3.351,822,2.891,823,4.049,824,4.049,825,4.049,826,3.351,827,4.049,828,4.049,829,4.049,830,4.049,831,4.049,832,4.049,833,4.049,834,4.049,835,4.049,836,4.049,837,4.049]],["title/changelog.html",[838,1.861,839,1.64,840,1.861]],["body/changelog.html",[0,0.456,2,0.698,3,0.419,6,0.488,8,0.442,9,0.098,11,0.379,15,1.222,18,0.635,19,1.066,20,0.275,26,0.275,28,1.351,29,1.502,32,0.275,34,0.401,36,0.698,37,2.503,38,0.85,39,0.85,58,0.332,61,0.025,63,0.226,85,0.442,88,0.69,89,0.332,112,1.682,119,1.817,120,2.474,124,1.532,125,0.275,127,0.488,128,0.488,139,1.078,140,0.543,142,0.85,148,1.222,150,0.543,154,1.774,159,0.608,209,1.256,213,1.532,226,0.608,228,1.851,247,0.8,249,0.488,252,0.543,255,1.059,261,0.401,269,0.635,277,0.769,280,0.024,281,0.01,285,1.041,310,1.059,312,1.87,377,0.8,383,3.754,384,0.8,389,2.963,407,0.69,434,0.488,462,3.3,463,1.911,464,1.909,465,1.407,466,2.503,467,3.616,474,3.422,476,2.378,478,0.69,479,1.597,480,1.911,481,1.911,482,0.69,483,0.608,485,0.69,489,1.909,491,0.69,495,1.407,501,0.608,512,3.478,513,1.597,519,0.8,534,1.394,538,1.394,605,2.215,634,1.202,660,1.911,664,0.69,665,1.851,668,0.8,669,2.215,670,1.202,674,3.9,726,1.202,741,0.8,747,1.851,748,1.394,749,1.394,753,2.756,777,0.8,826,0.8,839,1.407,840,1.202,841,1.394,842,2.676,843,3.034,844,2.676,845,6.121,846,3.034,847,1.684,848,0.967,849,1.684,850,2.676,851,2.676,852,2.676,853,3.794,854,2.511,855,1.684,856,0.967,857,0.967,858,3.794,859,4.408,860,4.622,861,1.684,862,0.967,863,5.259,864,2.756,865,2.676,866,1.394,867,3.331,868,3.14,869,0.8,870,2.756,871,0.967,872,3.034,873,0.967,874,1.684,875,2.676,876,1.684,877,2.237,878,0.967,879,1.684,880,0.967,881,4.521,882,0.967,883,1.684,884,3.825,885,0.8,886,0.967,887,1.394,888,1.394,889,1.684,890,3.794,891,0.967,892,0.967,893,0.967,894,2.237,895,1.684,896,2.237,897,4.282,898,0.967,899,1.394,900,0.8,901,0.967,902,0.967,903,3.293,904,1.684,905,3.034,906,2.237,907,0.967,908,1.684,909,1.684,910,1.684,911,0.967,912,2.956,913,0.967,914,4.796,915,0.967,916,0.967,917,2.237,918,1.684,919,2.237,920,2.237,921,2.676,922,1.684,923,2.237,924,0.967,925,1.684,926,1.684,927,0.967,928,3.581,929,3.331,930,1.684,931,0.967,932,0.967,933,4.796,934,0.967,935,0.967,936,1.684,937,2.511,938,0.967,939,1.684,940,0.967,941,0.967,942,0.967,943,1.684,944,0.967,945,0.967,946,0.967,947,2.237,948,0.967,949,0.967,950,1.394,951,0.967,952,3.331,953,1.684,954,3.034,955,0.967,956,1.684,957,1.684,958,0.967,959,2.676,960,0.967,961,0.967,962,1.684,963,0.967,964,3.581,965,0.967,966,0.967,967,1.684,968,0.967,969,1.684,970,2.237,971,0.967,972,0.967,973,0.967,974,1.684,975,0.967,976,0.967,977,0.967,978,0.967,979,4.622,980,0.967,981,0.8,982,1.394,983,0.967,984,1.684,985,0.69,986,0.967,987,1.684,988,2.676,989,0.967,990,2.237,991,0.967,992,0.967,993,1.684,994,0.967,995,0.967,996,3.331,997,2.095,998,2.511,999,1.851,1000,0.967,1001,2.511,1002,0.967,1003,2.237,1004,3.14,1005,4.521,1006,0.967,1007,1.684,1008,1.851,1009,0.967,1010,0.967,1011,0.967,1012,3.034,1013,0.967,1014,0.967,1015,0.967,1016,0.967,1017,2.237,1018,0.967,1019,1.684,1020,1.394,1021,3.581,1022,0.967,1023,3.581,1024,2.709,1025,0.967,1026,0.967,1027,0.967,1028,0.967,1029,0.967,1030,0.967,1031,0.967,1032,0.967,1033,0.967,1034,1.684,1035,1.684,1036,0.967,1037,1.684,1038,1.684,1039,0.967,1040,2.237,1041,0.967,1042,0.967,1043,0.8,1044,0.967,1045,1.684,1046,1.684,1047,0.967,1048,0.967,1049,1.684,1050,1.684,1051,1.684,1052,0.967,1053,0.967,1054,0.967,1055,0.967,1056,2.237,1057,0.967,1058,1.684,1059,0.967,1060,0.967,1061,3.331,1062,1.684,1063,0.967,1064,0.8,1065,0.967,1066,0.967,1067,0.967,1068,2.237,1069,1.684,1070,3.331,1071,1.684,1072,2.676,1073,0.967,1074,0.967,1075,0.967,1076,0.967,1077,0.967,1078,0.967,1079,1.684,1080,1.684,1081,0.967,1082,1.684,1083,0.967,1084,1.684,1085,1.684,1086,0.967,1087,0.967,1088,2.676,1089,0.967,1090,0.967,1091,0.967,1092,0.967,1093,1.684,1094,0.967,1095,0.967,1096,0.967,1097,0.967,1098,0.967,1099,0.967,1100,1.684,1101,0.967,1102,0.967,1103,0.967,1104,0.967,1105,0.967,1106,1.684,1107,0.967,1108,0.967,1109,0.967,1110,2.237,1111,2.237,1112,0.8,1113,0.967,1114,0.967,1115,1.684,1116,0.967,1117,0.967,1118,0.967,1119,1.684,1120,1.684,1121,1.684,1122,1.684,1123,0.967,1124,1.684,1125,2.676,1126,2.237,1127,0.967,1128,0.967,1129,0.967,1130,0.967,1131,0.8,1132,0.967,1133,1.684,1134,0.967,1135,0.967,1136,1.684,1137,2.676,1138,0.967,1139,0.967,1140,0.967,1141,0.967,1142,3.331,1143,2.237,1144,1.684,1145,0.967,1146,0.967,1147,2.237,1148,1.684,1149,2.676,1150,0.967,1151,0.967,1152,0.967,1153,1.684,1154,0.967,1155,0.967,1156,0.967,1157,0.967,1158,0.967,1159,2.676,1160,0.967,1161,2.237,1162,2.676,1163,0.967,1164,2.237,1165,3.034,1166,1.684,1167,1.684,1168,1.684,1169,1.684,1170,2.237,1171,2.676,1172,3.034,1173,1.684,1174,2.237,1175,0.967,1176,0.967,1177,3.581,1178,0.967,1179,2.676,1180,3.979,1181,0.967,1182,0.967,1183,0.967,1184,0.967,1185,0.967,1186,0.967,1187,1.684,1188,0.967,1189,1.684,1190,0.967,1191,0.967,1192,0.967,1193,0.967,1194,1.684,1195,0.967,1196,0.967,1197,1.684,1198,1.851,1199,1.684,1200,0.967,1201,0.967,1202,0.967,1203,1.684,1204,0.967,1205,0.967,1206,0.967,1207,0.967,1208,0.967,1209,0.967,1210,0.967,1211,1.684,1212,0.967,1213,0.967,1214,3.331,1215,1.684,1216,2.237,1217,1.684,1218,0.967,1219,0.967,1220,0.967,1221,0.967,1222,2.237,1223,0.967,1224,0.967,1225,0.967,1226,1.684,1227,1.684,1228,1.684,1229,1.684,1230,2.237,1231,0.967,1232,0.967,1233,0.967,1234,0.967,1235,0.967,1236,0.967,1237,0.8,1238,0.967,1239,0.967,1240,0.967,1241,1.684,1242,0.967,1243,0.967,1244,1.394,1245,0.967,1246,0.967,1247,0.967,1248,0.967,1249,0.967,1250,0.967,1251,0.967,1252,0.967,1253,0.967,1254,0.967,1255,3.794,1256,0.967,1257,2.237,1258,3.794,1259,2.237,1260,2.676,1261,1.684,1262,2.237,1263,0.967,1264,1.684,1265,0.967,1266,0.967,1267,1.684,1268,1.684,1269,1.684,1270,0.967,1271,0.967,1272,0.967,1273,0.967,1274,1.684,1275,0.967,1276,1.851,1277,0.967,1278,0.967,1279,0.967,1280,0.967,1281,0.8,1282,0.967,1283,0.967,1284,0.967,1285,0.967,1286,0.967,1287,0.967,1288,0.967,1289,0.967,1290,0.967,1291,0.967,1292,3.034,1293,0.967,1294,0.967,1295,0.967,1296,0.967,1297,0.967,1298,0.967,1299,0.967,1300,0.967,1301,0.967,1302,0.967,1303,0.967,1304,0.967,1305,0.967,1306,0.967,1307,1.684,1308,0.967,1309,1.684,1310,0.967,1311,1.684,1312,1.684,1313,2.676,1314,2.676,1315,1.684,1316,1.684,1317,0.967,1318,0.967,1319,0.967,1320,2.237,1321,0.967,1322,0.8,1323,0.967,1324,0.967,1325,0.967,1326,0.967,1327,0.967,1328,1.684,1329,4.14,1330,2.237,1331,0.967,1332,1.684,1333,0.967,1334,0.967,1335,0.967,1336,0.967,1337,0.967,1338,0.967,1339,0.967,1340,0.967,1341,1.684,1342,2.963,1343,1.684,1344,0.967,1345,0.967,1346,0.967,1347,0.967,1348,1.684,1349,0.967,1350,0.967,1351,1.911,1352,0.967,1353,1.684,1354,0.967,1355,0.967,1356,0.967,1357,1.684,1358,0.967,1359,0.967,1360,0.967,1361,0.967,1362,1.684,1363,2.237,1364,1.684,1365,0.967,1366,1.394,1367,0.967,1368,0.967,1369,0.967,1370,0.967,1371,0.967,1372,0.967,1373,0.967,1374,0.967,1375,0.8,1376,0.967,1377,0.967,1378,1.684,1379,0.967,1380,0.967,1381,0.967,1382,0.967,1383,0.967,1384,0.967,1385,1.684,1386,0.967,1387,0.967,1388,0.967,1389,0.8,1390,0.967,1391,0.967,1392,1.684,1393,0.967,1394,0.967,1395,0.967,1396,0.967,1397,0.967,1398,0.967,1399,0.967,1400,0.967,1401,0.967,1402,0.967,1403,0.967,1404,1.684,1405,0.967,1406,0.967,1407,0.967,1408,1.684,1409,0.8,1410,0.8,1411,0.967,1412,0.967,1413,0.967,1414,0.967,1415,0.967,1416,0.967,1417,0.967]],["title/coverage.html",[1351,3.001]],["body/coverage.html",[0,0.984,1,1.148,9,0.371,10,0.626,11,0.44,12,3.259,53,2.063,61,0.037,63,0.86,137,2.312,139,1.472,140,2.063,147,2.312,149,2.808,154,1.523,238,3.355,266,1.261,268,1.148,271,1.261,273,1.261,276,1.261,280,0.028,281,0.028,312,2.908,318,2.638,321,2.312,328,3.699,329,3.699,369,3.889,394,2.624,395,2.624,411,2.063,413,2.957,433,2.312,435,3.355,436,3.355,437,2.373,452,2.312,453,2.957,454,3.355,574,3.041,667,2.624,672,3.041,673,3.041,722,2.957,724,2.624,725,3.041,796,2.624,797,3.041,812,2.624,822,2.624,997,2.312,1351,2.624,1418,3.675,1419,3.675,1420,3.675,1421,5.181,1422,4.7,1423,3.675,1424,3.675,1425,4.7,1426,3.675,1427,3.675,1428,3.675,1429,3.675,1430,4.7,1431,3.675,1432,3.675]],["title/dependencies.html",[285,1.277,985,1.861]],["body/dependencies.html",[9,0.314,61,0.038,112,2.583,117,0.417,119,1.421,126,2.68,127,1.571,128,1.571,129,1.957,261,1.745,280,0.025,281,0.025,285,1.067,307,2.575,309,3.485,310,2.65,468,2.221,571,1.747,630,2.575,739,3.485,814,2.575,816,2.575,817,3.485,819,2.575,841,3.951,869,2.575,899,2.575,900,2.575,1001,3.485,1198,2.575,1433,3.111,1434,3.111,1435,3.111,1436,3.111,1437,3.111,1438,3.111,1439,3.111,1440,3.111,1441,5.873,1442,3.111,1443,3.111,1444,4.212,1445,3.111,1446,3.111,1447,3.111,1448,3.111,1449,3.111,1450,3.111,1451,3.111,1452,3.111,1453,3.111,1454,3.111,1455,5.116,1456,3.111,1457,4.212,1458,3.111,1459,3.111,1460,3.111,1461,4.775,1462,3.111,1463,3.111,1464,3.111,1465,3.111,1466,3.111,1467,3.111,1468,3.111,1469,3.111,1470,3.111,1471,3.111,1472,4.212,1473,4.212,1474,3.111,1475,3.111,1476,3.111,1477,3.111,1478,3.111,1479,3.111,1480,3.111,1481,3.111,1482,4.212,1483,3.111,1484,3.111,1485,3.111,1486,4.212,1487,3.111,1488,3.111,1489,3.111,1490,3.111,1491,3.111,1492,3.111,1493,3.111,1494,3.111,1495,3.111,1496,3.111,1497,3.111,1498,3.111,1499,2.575,1500,3.111,1501,3.111,1502,3.111,1503,3.111,1504,3.111,1505,3.111,1506,4.212,1507,3.111,1508,3.111,1509,3.111,1510,3.111,1511,3.111,1512,3.111,1513,3.111,1514,3.111,1515,3.111,1516,3.111,1517,3.111,1518,3.111,1519,3.111,1520,3.111,1521,3.111,1522,3.111,1523,3.111,1524,3.111,1525,3.111,1526,3.111,1527,3.111,1528,3.111,1529,3.111,1530,3.111,1531,3.111,1532,3.111,1533,3.111,1534,3.111,1535,3.111,1536,3.111,1537,3.111,1538,3.111,1539,3.111,1540,3.111,1541,3.111,1542,4.212,1543,3.111,1544,3.111,1545,3.111,1546,3.111,1547,3.111,1548,3.111,1549,3.111,1550,3.111,1551,3.111,1552,3.111,1553,3.111,1554,3.111,1555,3.111,1556,3.111]],["title/miscellaneous/functions.html",[1557,1.64,1558,3.081]],["body/miscellaneous/functions.html",[10,0.461,11,0.324,25,1.068,32,1.526,60,2.225,61,0.036,62,2.023,72,2.225,75,1.526,80,2.225,280,0.032,281,0.032,312,3.202,328,3.259,329,4.072,370,3.778,385,3.778,394,3.833,395,3.833,1557,2.872,1558,3.778,1559,5.369]],["title/index.html",[25,0.61,838,1.861,839,1.64]],["body/index.html",[0,0.587,3,0.647,11,0.356,19,1.166,61,0.026,112,1.737,120,1.931,139,1.279,209,2.528,249,1.737,280,0.026,281,0.026,407,3.802,434,1.737,464,3.729,465,2.164,466,3.158,467,2.833,469,3.584,470,2.456,473,2.456,474,3.158,475,2.456,483,2.164,489,2.164,490,2.456,495,2.833,512,3.215,513,3.215,528,2.847,840,2.456,854,3.726,868,2.847,870,3.726,884,4.95,885,3.726,887,3.726,888,4.407,912,3.802,937,2.847,950,3.726,981,2.847,982,2.847,997,2.164,998,4.574,999,4.574,1004,3.726,1008,2.847,1020,3.726,1024,2.456,1112,3.726,1131,2.847,1281,2.847,1366,2.847,1375,2.847,1409,2.847,1560,4.503,1561,3.44,1562,3.44,1563,3.44,1564,3.44,1565,3.726,1566,3.44,1567,3.44,1568,4.503,1569,4.503,1570,4.503,1571,5.02,1572,3.44,1573,5.02,1574,3.44,1575,3.44,1576,4.503,1577,3.44,1578,3.44,1579,4.503,1580,3.44,1581,3.44,1582,3.44,1583,3.44,1584,3.44,1585,4.503,1586,3.44,1587,3.44,1588,4.503,1589,4.503,1590,3.44,1591,4.503,1592,4.503,1593,3.44,1594,3.44,1595,3.44,1596,3.44,1597,3.44,1598,3.44,1599,3.44,1600,3.44,1601,3.44,1602,3.44,1603,3.44,1604,3.44,1605,3.44,1606,3.44,1607,3.44]],["title/license.html",[838,1.861,839,1.64,1608,2.157]],["body/license.html",[61,0.029,209,2.813,221,2.562,280,0.029,281,0.029,298,1.687,738,3.37,864,4.148,912,2.907,997,2.562,1043,4.493,1064,3.37,1237,4.148,1322,3.37,1342,3.37,1389,3.37,1410,3.37,1499,3.37,1565,5.055,1608,3.37,1609,4.072,1610,5.43,1611,4.072,1612,4.072,1613,5.012,1614,4.072,1615,4.072,1616,4.072,1617,4.072,1618,4.072,1619,4.072,1620,5.012,1621,4.072,1622,4.072,1623,4.072,1624,4.072,1625,4.072,1626,4.072,1627,4.072,1628,4.072,1629,4.072,1630,4.072,1631,4.072,1632,4.072,1633,5.012,1634,4.072,1635,4.072,1636,4.072,1637,4.072,1638,4.072,1639,4.072,1640,5.012,1641,4.072,1642,4.072,1643,4.072,1644,4.072,1645,4.072,1646,4.072,1647,4.072,1648,4.072,1649,4.072,1650,4.072,1651,4.072,1652,4.072,1653,4.072,1654,4.072,1655,4.072,1656,4.072,1657,4.072,1658,4.072,1659,4.072,1660,4.072,1661,4.072,1662,4.072,1663,4.072,1664,4.072,1665,4.072]],["title/modules.html",[284,1.442]],["body/modules.html",[61,0.032,280,0.032,281,0.032,283,2.878,284,1.569,292,2.568,293,2.568,294,2.568,295,2.568,310,3.828,399,2.568,718,2.568,903,5.036,1276,3.786,1666,6.086,1667,6.144,1668,4.575]],["title/overview.html",[1669,3.479]],["body/overview.html",[1,1.636,2,1.56,61,0.037,89,1.292,259,0.972,266,1.797,268,1.843,271,2.024,273,2.024,276,2.024,280,0.028,281,0.028,282,0.796,283,3.896,284,1.292,285,1.292,286,1.719,287,1.719,288,1.719,289,3.116,290,3.116,291,3.116,292,3.191,293,3.261,294,3.352,295,3.261,296,2.179,297,1.719,298,1.56,397,3.116,398,3.116,399,2.941,434,1.901,449,2.688,501,2.369,566,3.116,567,3.116,568,3.116,660,2.688,714,3.116,715,3.116,716,3.116,717,3.116,718,3.261,789,3.116,790,3.116,791,3.116,807,3.116,808,3.116,809,3.116,1244,3.116,1669,3.116,1670,3.765]],["title/properties.html",[26,1.058,985,1.861]],["body/properties.html",[26,1.392,61,0.034,280,0.033,281,0.033,866,4.053,1024,3.497]],["title/miscellaneous/variables.html",[1557,1.64,1671,3.081]],["body/miscellaneous/variables.html",[10,0.536,11,0.377,12,2.818,25,1.048,57,2.515,61,0.037,63,1.243,80,2.2,85,2.424,125,1.273,147,3.34,148,2.045,149,2.672,150,2.515,151,3.198,280,0.031,281,0.031,311,3.198,812,3.198,820,3.707,821,3.707,822,3.79,1557,2.818,1671,3.707,1672,4.48,1673,4.48]]],"invertedIndex":[["",{"_index":61,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":149,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["0.001",{"_index":151,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"miscellaneous/variables.html":{}}}],["0.1.0",{"_index":1408,"title":{},"body":{"changelog.html":{}}}],["0.13.1",{"_index":1556,"title":{},"body":{"dependencies.html":{}}}],["0.2",{"_index":559,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0.2.0",{"_index":1404,"title":{},"body":{"changelog.html":{}}}],["0.20.0",{"_index":1486,"title":{},"body":{"dependencies.html":{}}}],["0.5",{"_index":786,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["0.5.0",{"_index":1392,"title":{},"body":{"changelog.html":{}}}],["0.5rem",{"_index":666,"title":{},"body":{"components/OrganComponent.html":{}}}],["0.6.0",{"_index":1366,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["0.875rem",{"_index":549,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0.95rem",{"_index":242,"title":{},"body":{"components/AppComponent.html":{}}}],["0/1",{"_index":1421,"title":{},"body":{"coverage.html":{}}}],["0/18",{"_index":1420,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":1424,"title":{},"body":{"coverage.html":{}}}],["0/22",{"_index":1422,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":1425,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":1430,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":1423,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":1426,"title":{},"body":{"coverage.html":{}}}],["00788",{"_index":500,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["01",{"_index":918,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":1223,"title":{},"body":{"changelog.html":{}}}],["021",{"_index":499,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["03",{"_index":1165,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":954,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":1137,"title":{},"body":{"changelog.html":{}}}],["06",{"_index":875,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":867,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":1343,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":905,"title":{},"body":{"changelog.html":{}}}],["0ms",{"_index":563,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0ms,border",{"_index":562,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0ms,box",{"_index":560,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["0rem",{"_index":529,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["1",{"_index":255,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["1.0",{"_index":1258,"title":{},"body":{"changelog.html":{}}}],["1.0.0",{"_index":1329,"title":{},"body":{"changelog.html":{}}}],["1.0.11",{"_index":1481,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":1490,"title":{},"body":{"dependencies.html":{}}}],["1.0.9",{"_index":1550,"title":{},"body":{"dependencies.html":{}}}],["1.1.0",{"_index":1307,"title":{},"body":{"changelog.html":{}}}],["1.14.10",{"_index":1496,"title":{},"body":{"dependencies.html":{}}}],["1.17.0",{"_index":1524,"title":{},"body":{"dependencies.html":{}}}],["1.2.0",{"_index":1257,"title":{},"body":{"changelog.html":{}}}],["1.2.3",{"_index":1494,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":1483,"title":{},"body":{"dependencies.html":{}}}],["1.25",{"_index":657,"title":{},"body":{"components/OrganComponent.html":{}}}],["1.3.1",{"_index":1538,"title":{},"body":{"dependencies.html":{}}}],["1.3.5",{"_index":1222,"title":{},"body":{"changelog.html":{}}}],["1.325rem",{"_index":805,"title":{},"body":{"components/StatsListComponent.html":{}}}],["1.4.0",{"_index":1198,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["1.4.1",{"_index":1509,"title":{},"body":{"dependencies.html":{}}}],["1.5",{"_index":244,"title":{},"body":{"components/AppComponent.html":{}}}],["1.5.0",{"_index":1164,"title":{},"body":{"changelog.html":{}}}],["1.6.0",{"_index":1149,"title":{},"body":{"changelog.html":{}}}],["1.7.0",{"_index":1136,"title":{},"body":{"changelog.html":{}}}],["1/1",{"_index":1427,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":389,"title":{},"body":{"components/AppWebComponent.html":{},"changelog.html":{}}}],["10.0.0",{"_index":1522,"title":{},"body":{"dependencies.html":{}}}],["100",{"_index":667,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"coverage.html":{}}}],["1000",{"_index":658,"title":{},"body":{"components/OrganComponent.html":{}}}],["101",{"_index":785,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["10x",{"_index":1319,"title":{},"body":{"changelog.html":{}}}],["11",{"_index":843,"title":{},"body":{"changelog.html":{}}}],["11.1.1",{"_index":1505,"title":{},"body":{"dependencies.html":{}}}],["12",{"_index":868,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["13",{"_index":1051,"title":{},"body":{"changelog.html":{}}}],["136",{"_index":635,"title":{},"body":{"components/OrganComponent.html":{}}}],["14",{"_index":955,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":1525,"title":{},"body":{"dependencies.html":{}}}],["14.1.4",{"_index":1437,"title":{},"body":{"dependencies.html":{}}}],["14.10.1",{"_index":1434,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":876,"title":{},"body":{"changelog.html":{}}}],["15.313.0",{"_index":1436,"title":{},"body":{"dependencies.html":{}}}],["16",{"_index":850,"title":{},"body":{"changelog.html":{}}}],["16.0.0",{"_index":1527,"title":{},"body":{"dependencies.html":{}}}],["16.0.2",{"_index":1529,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":1441,"title":{},"body":{"dependencies.html":{}}}],["16.1.6",{"_index":1444,"title":{},"body":{"dependencies.html":{}}}],["16.3.1",{"_index":1498,"title":{},"body":{"dependencies.html":{}}}],["17",{"_index":844,"title":{},"body":{"changelog.html":{}}}],["173",{"_index":639,"title":{},"body":{"components/OrganComponent.html":{}}}],["1px",{"_index":522,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["1rem",{"_index":234,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["2",{"_index":660,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{},"overview.html":{}}}],["2.0",{"_index":862,"title":{},"body":{"changelog.html":{}}}],["2.0.0",{"_index":1111,"title":{},"body":{"changelog.html":{}}}],["2.0.1",{"_index":1477,"title":{},"body":{"dependencies.html":{}}}],["2.0.4",{"_index":1439,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":1502,"title":{},"body":{"dependencies.html":{}}}],["2.1.0",{"_index":1071,"title":{},"body":{"changelog.html":{}}}],["2.2.0",{"_index":1062,"title":{},"body":{"changelog.html":{}}}],["2.28125rem",{"_index":545,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["2.3.0",{"_index":1058,"title":{},"body":{"changelog.html":{}}}],["2.3.1",{"_index":1050,"title":{},"body":{"changelog.html":{}}}],["2.4.0",{"_index":1037,"title":{},"body":{"changelog.html":{}}}],["2.5.0",{"_index":1019,"title":{},"body":{"changelog.html":{}}}],["2.6.1",{"_index":1552,"title":{},"body":{"dependencies.html":{}}}],["2.75",{"_index":554,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["2.8.0",{"_index":1479,"title":{},"body":{"dependencies.html":{}}}],["2.8.1",{"_index":1453,"title":{},"body":{"dependencies.html":{}}}],["2.8.5",{"_index":1492,"title":{},"body":{"dependencies.html":{}}}],["2019",{"_index":1342,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2020",{"_index":1260,"title":{},"body":{"changelog.html":{}}}],["2021",{"_index":1005,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":890,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":842,"title":{},"body":{"changelog.html":{}}}],["21",{"_index":1138,"title":{},"body":{"changelog.html":{}}}],["22",{"_index":1331,"title":{},"body":{"changelog.html":{}}}],["229",{"_index":636,"title":{},"body":{"components/OrganComponent.html":{}}}],["229.5",{"_index":641,"title":{},"body":{"components/OrganComponent.html":{}}}],["24",{"_index":1393,"title":{},"body":{"changelog.html":{}}}],["250ms",{"_index":556,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["255",{"_index":637,"title":{},"body":{"components/OrganComponent.html":{}}}],["26",{"_index":1166,"title":{},"body":{"changelog.html":{}}}],["26th",{"_index":1202,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":906,"title":{},"body":{"changelog.html":{}}}],["29rem",{"_index":258,"title":{},"body":{"components/AppComponent.html":{}}}],["2f3346",{"_index":537,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["2px",{"_index":553,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["2rem",{"_index":257,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["3",{"_index":1244,"title":{},"body":{"changelog.html":{},"overview.html":{}}}],["3.0.0",{"_index":1001,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3.1.0",{"_index":967,"title":{},"body":{"changelog.html":{}}}],["3.1.1",{"_index":962,"title":{},"body":{"changelog.html":{}}}],["3.2.0",{"_index":953,"title":{},"body":{"changelog.html":{}}}],["3.2.10",{"_index":1461,"title":{},"body":{"dependencies.html":{}}}],["3.3.0",{"_index":936,"title":{},"body":{"changelog.html":{}}}],["3.3.2",{"_index":1531,"title":{},"body":{"dependencies.html":{}}}],["3.4.0",{"_index":917,"title":{},"body":{"changelog.html":{}}}],["3.5.0",{"_index":904,"title":{},"body":{"changelog.html":{}}}],["3.5.7",{"_index":1469,"title":{},"body":{"dependencies.html":{}}}],["3.6",{"_index":1585,"title":{},"body":{"index.html":{}}}],["3.6.0",{"_index":889,"title":{},"body":{"changelog.html":{}}}],["3.6.3",{"_index":1467,"title":{},"body":{"dependencies.html":{}}}],["3.7.0",{"_index":874,"title":{},"body":{"changelog.html":{}}}],["3.7.2",{"_index":866,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["3.8.0",{"_index":849,"title":{},"body":{"changelog.html":{}}}],["3.8.1",{"_index":841,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["30",{"_index":634,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["30rem",{"_index":518,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["31",{"_index":1308,"title":{},"body":{"changelog.html":{}}}],["352px",{"_index":671,"title":{},"body":{"components/OrganComponent.html":{}}}],["3d",{"_index":933,"title":{},"body":{"changelog.html":{}}}],["4",{"_index":1279,"title":{},"body":{"changelog.html":{}}}],["4.0",{"_index":1569,"title":{},"body":{"index.html":{}}}],["4.17.21",{"_index":1520,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":1500,"title":{},"body":{"dependencies.html":{}}}],["4.4.1",{"_index":1488,"title":{},"body":{"dependencies.html":{}}}],["4.4.2",{"_index":1543,"title":{},"body":{"dependencies.html":{}}}],["444a65",{"_index":533,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["47",{"_index":640,"title":{},"body":{"components/OrganComponent.html":{}}}],["4th",{"_index":892,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":856,"title":{},"body":{"changelog.html":{}}}],["5.0.0",{"_index":1473,"title":{},"body":{"dependencies.html":{}}}],["50",{"_index":776,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["500",{"_index":551,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["5th",{"_index":880,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":501,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"overview.html":{}}}],["6.11.2",{"_index":1535,"title":{},"body":{"dependencies.html":{}}}],["6.2.1",{"_index":1516,"title":{},"body":{"dependencies.html":{}}}],["6px",{"_index":532,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["6s",{"_index":775,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["7",{"_index":1670,"title":{},"body":{"overview.html":{}}}],["7.0.0",{"_index":1511,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":1544,"title":{},"body":{"dependencies.html":{}}}],["7/8",{"_index":1429,"title":{},"body":{"coverage.html":{}}}],["71",{"_index":784,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["8",{"_index":1144,"title":{},"body":{"changelog.html":{}}}],["8.0.6",{"_index":1547,"title":{},"body":{"dependencies.html":{}}}],["8.2.0",{"_index":1518,"title":{},"body":{"dependencies.html":{}}}],["8.5.16",{"_index":1465,"title":{},"body":{"dependencies.html":{}}}],["8.8.20",{"_index":1455,"title":{},"body":{"dependencies.html":{}}}],["85",{"_index":1403,"title":{},"body":{"changelog.html":{}}}],["87",{"_index":1428,"title":{},"body":{"coverage.html":{}}}],["9.0.0",{"_index":1554,"title":{},"body":{"dependencies.html":{}}}],["90",{"_index":668,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{}}}],["95",{"_index":957,"title":{},"body":{"changelog.html":{}}}],["9rem",{"_index":543,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["9th",{"_index":1176,"title":{},"body":{"changelog.html":{}}}],["_blank",{"_index":504,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["_sex",{"_index":687,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["ability",{"_index":1084,"title":{},"body":{"changelog.html":{}}}],["above",{"_index":1389,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["accessors",{"_index":735,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["accurate",{"_index":1163,"title":{},"body":{"changelog.html":{}}}],["action",{"_index":1659,"title":{},"body":{"license.html":{}}}],["actions",{"_index":1248,"title":{},"body":{"changelog.html":{}}}],["actual_component",{"_index":279,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["add",{"_index":461,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["added",{"_index":845,"title":{},"body":{"changelog.html":{}}}],["additional",{"_index":1390,"title":{},"body":{"changelog.html":{}}}],["addressed",{"_index":1301,"title":{},"body":{"changelog.html":{}}}],["adds",{"_index":939,"title":{},"body":{"changelog.html":{}}}],["adjusting",{"_index":1295,"title":{},"body":{"changelog.html":{}}}],["adjustment",{"_index":1196,"title":{},"body":{"changelog.html":{}}}],["advanced",{"_index":1113,"title":{},"body":{"changelog.html":{}}}],["afterviewchecked",{"_index":575,"title":{},"body":{"components/OrganComponent.html":{}}}],["afterviewinit",{"_index":14,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["again",{"_index":1269,"title":{},"body":{"changelog.html":{}}}],["age",{"_index":1035,"title":{},"body":{"changelog.html":{}}}],["aggregateresult",{"_index":121,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"components/StatsListComponent.html":{}}}],["ala",{"_index":1055,"title":{},"body":{"changelog.html":{}}}],["align",{"_index":246,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["all_possible_organs",{"_index":693,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["allowed",{"_index":778,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["allows",{"_index":1181,"title":{},"body":{"changelog.html":{}}}],["alpha",{"_index":1377,"title":{},"body":{"changelog.html":{}}}],["alpha.1",{"_index":1357,"title":{},"body":{"changelog.html":{}}}],["alpha.2",{"_index":1353,"title":{},"body":{"changelog.html":{}}}],["alpha.3",{"_index":1341,"title":{},"body":{"changelog.html":{}}}],["alt",{"_index":1572,"title":{},"body":{"index.html":{}}}],["analytics",{"_index":128,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["analyticsmodule",{"_index":409,"title":{},"body":{"modules/CoreModule.html":{}}}],["analyticsmodule.forroot",{"_index":416,"title":{},"body":{"modules/CoreModule.html":{}}}],["anatomical",{"_index":479,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["and/or",{"_index":1631,"title":{},"body":{"license.html":{}}}],["angular",{"_index":112,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/StoreModule.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["angular/animations",{"_index":1440,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":1442,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":571,"title":{},"body":{"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":402,"title":{},"body":{"modules/CoreModule.html":{}}}],["angular/compiler",{"_index":1443,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":117,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"dependencies.html":{}}}],["angular/elements",{"_index":307,"title":{},"body":{"modules/AppModule.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":1445,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":1446,"title":{},"body":{"dependencies.html":{}}}],["angular/material/slide",{"_index":794,"title":{},"body":{"modules/SlideToggleModule.html":{}}}],["angular/platform",{"_index":309,"title":{},"body":{"modules/AppModule.html":{},"dependencies.html":{}}}],["angular/router",{"_index":1448,"title":{},"body":{"dependencies.html":{}}}],["angular/youtube",{"_index":1449,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":884,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["apiendpointdatasourceservice",{"_index":439,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["app",{"_index":311,"title":{},"body":{"modules/AppModule.html":{},"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["app.component",{"_index":314,"title":{},"body":{"modules/AppModule.html":{}}}],["app.component.html",{"_index":24,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["app.component.scss",{"_index":22,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["appcomponent",{"_index":1,"title":{"components/AppComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["appear",{"_index":1013,"title":{},"body":{"changelog.html":{}}}],["appelement",{"_index":324,"title":{},"body":{"modules/AppModule.html":{}}}],["application",{"_index":1185,"title":{},"body":{"changelog.html":{}}}],["applied",{"_index":1231,"title":{},"body":{"changelog.html":{}}}],["appmodule",{"_index":283,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["appname",{"_index":419,"title":{},"body":{"modules/CoreModule.html":{}}}],["appropriate",{"_index":984,"title":{},"body":{"changelog.html":{}}}],["appwebcomponent",{"_index":266,"title":{"components/AppWebComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["april",{"_index":1175,"title":{},"body":{"changelog.html":{}}}],["arial",{"_index":565,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["arising",{"_index":1663,"title":{},"body":{"license.html":{}}}],["array.isarray(val",{"_index":375,"title":{},"body":{"components/AppWebComponent.html":{}}}],["asct",{"_index":487,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["asct+b",{"_index":485,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["assignment/selection",{"_index":1151,"title":{},"body":{"changelog.html":{}}}],["associated",{"_index":1064,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["atlas",{"_index":513,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["attempts",{"_index":1041,"title":{},"body":{"changelog.html":{}}}],["authors",{"_index":1653,"title":{},"body":{"license.html":{}}}],["auto",{"_index":253,"title":{},"body":{"components/AppComponent.html":{}}}],["automatic",{"_index":1283,"title":{},"body":{"changelog.html":{}}}],["automatically",{"_index":1232,"title":{},"body":{"changelog.html":{}}}],["available",{"_index":1276,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["avoid",{"_index":1101,"title":{},"body":{"changelog.html":{}}}],["award",{"_index":1606,"title":{},"body":{"index.html":{}}}],["backend",{"_index":1027,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":249,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"index.html":{}}}],["base",{"_index":1362,"title":{},"body":{"changelog.html":{}}}],["based",{"_index":1090,"title":{},"body":{"changelog.html":{}}}],["basepath",{"_index":424,"title":{},"body":{"modules/CoreModule.html":{}}}],["basewebcomponent",{"_index":331,"title":{},"body":{"components/AppWebComponent.html":{}}}],["basic",{"_index":1112,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["before",{"_index":1017,"title":{},"body":{"changelog.html":{}}}],["being",{"_index":826,"title":{},"body":{"modules/StoreModule.html":{},"changelog.html":{}}}],["beta",{"_index":1004,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["better",{"_index":1072,"title":{},"body":{"changelog.html":{}}}],["between",{"_index":478,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["bezier(0.4",{"_index":558,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["bind",{"_index":1480,"title":{},"body":{"dependencies.html":{}}}],["biomarkers",{"_index":484,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["black",{"_index":251,"title":{},"body":{"components/AppComponent.html":{},"components/OrganComponent.html":{}}}],["block",{"_index":665,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{}}}],["block['@id",{"_index":627,"title":{},"body":{"components/OrganComponent.html":{}}}],["blocks",{"_index":28,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"changelog.html":{}}}],["bmi",{"_index":1036,"title":{},"body":{"changelog.html":{}}}],["board",{"_index":1355,"title":{},"body":{"changelog.html":{}}}],["body",{"_index":119,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["bodyui",{"_index":579,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyui.bounds",{"_index":656,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyui.rotation",{"_index":654,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyui.rotationx",{"_index":655,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyui.target",{"_index":659,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyuicomponent",{"_index":616,"title":{},"body":{"components/OrganComponent.html":{}}}],["bodyuimodule",{"_index":721,"title":{},"body":{"modules/OrganModule.html":{}}}],["boolean",{"_index":358,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"components/SlideToggleComponent.html":{}}}],["bootstrap",{"_index":287,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["border",{"_index":520,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{}}}],["both",{"_index":142,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["bottom",{"_index":525,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["box",{"_index":1100,"title":{},"body":{"changelog.html":{}}}],["breaking",{"_index":1128,"title":{},"body":{"changelog.html":{}}}],["bringing",{"_index":1145,"title":{},"body":{"changelog.html":{}}}],["browse",{"_index":1667,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":310,"title":{},"body":{"modules/AppModule.html":{},"changelog.html":{},"dependencies.html":{},"modules.html":{}}}],["browserify",{"_index":1545,"title":{},"body":{"dependencies.html":{}}}],["browsermodule",{"_index":308,"title":{},"body":{"modules/AppModule.html":{}}}],["browsing",{"_index":1412,"title":{},"body":{"changelog.html":{}}}],["btn",{"_index":539,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["bug",{"_index":859,"title":{},"body":{"changelog.html":{}}}],["build",{"_index":1566,"title":{},"body":{"index.html":{}}}],["builds",{"_index":1000,"title":{},"body":{"changelog.html":{}}}],["builtin_parsers",{"_index":364,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.boolean",{"_index":396,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.json(value",{"_index":378,"title":{},"body":{"components/AppWebComponent.html":{}}}],["button",{"_index":534,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["button.buttontitle",{"_index":516,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["buttontitle",{"_index":455,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["buttonurl",{"_index":456,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["c",{"_index":1611,"title":{},"body":{"license.html":{}}}],["cache",{"_index":869,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["cacheable",{"_index":1549,"title":{},"body":{"dependencies.html":{}}}],["callback",{"_index":1087,"title":{},"body":{"changelog.html":{}}}],["called",{"_index":1133,"title":{},"body":{"changelog.html":{}}}],["calls",{"_index":902,"title":{},"body":{"changelog.html":{}}}],["cancelregistration",{"_index":1086,"title":{},"body":{"changelog.html":{}}}],["candidate",{"_index":1333,"title":{},"body":{"changelog.html":{}}}],["cannon",{"_index":1484,"title":{},"body":{"dependencies.html":{}}}],["card",{"_index":519,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["card.body",{"_index":510,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["card.buttontitle",{"_index":511,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cards",{"_index":457,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["cards'},{'name",{"_index":270,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["cards.component",{"_index":572,"title":{},"body":{"modules/LinkCardsModule.html":{}}}],["cards.component.html",{"_index":458,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["cards.component.scss",{"_index":459,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["cards.component.ts",{"_index":454,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"coverage.html":{}}}],["cards.component.ts:16",{"_index":509,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cards.component.ts:34",{"_index":508,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cards.component.ts:52",{"_index":506,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cards.module",{"_index":319,"title":{},"body":{"modules/AppModule.html":{}}}],["cards.module.ts",{"_index":569,"title":{},"body":{"modules/LinkCardsModule.html":{}}}],["cards/link",{"_index":318,"title":{},"body":{"modules/AppModule.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"coverage.html":{}}}],["carousel",{"_index":1119,"title":{},"body":{"changelog.html":{}}}],["case",{"_index":1588,"title":{},"body":{"index.html":{}}}],["cased",{"_index":211,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["cases",{"_index":1306,"title":{},"body":{"changelog.html":{}}}],["ccf",{"_index":19,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"modules/StoreModule.html":{},"changelog.html":{},"index.html":{}}}],["ccf's",{"_index":1253,"title":{},"body":{"changelog.html":{}}}],["ccf.owl",{"_index":877,"title":{},"body":{"changelog.html":{}}}],["ccfapiconfiguration",{"_index":404,"title":{},"body":{"modules/CoreModule.html":{}}}],["ccfapimodule",{"_index":405,"title":{},"body":{"modules/CoreModule.html":{}}}],["ccfapimodule.forroot",{"_index":423,"title":{},"body":{"modules/CoreModule.html":{}}}],["ccfdatabasedatasourceservice",{"_index":440,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["cdr",{"_index":343,"title":{},"body":{"components/AppWebComponent.html":{}}}],["cell",{"_index":481,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["center",{"_index":528,"title":{},"body":{"components/LinkCardsComponent.html":{},"index.html":{}}}],["change",{"_index":1131,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["changed",{"_index":896,"title":{},"body":{"changelog.html":{}}}],["changedetection",{"_index":16,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["changedetectionstrategy",{"_index":114,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":17,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["changedetectorref",{"_index":344,"title":{},"body":{"components/AppWebComponent.html":{}}}],["changelog",{"_index":840,"title":{"changelog.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["changes",{"_index":605,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{}}}],["charge",{"_index":1617,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1277,"title":{},"body":{"changelog.html":{}}}],["ci/cd",{"_index":1251,"title":{},"body":{"changelog.html":{}}}],["claim",{"_index":1656,"title":{},"body":{"license.html":{}}}],["class",{"_index":153,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["clean",{"_index":951,"title":{},"body":{"changelog.html":{}}}],["cleaner",{"_index":212,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["cleanup",{"_index":1003,"title":{},"body":{"changelog.html":{}}}],["click",{"_index":1047,"title":{},"body":{"changelog.html":{}}}],["clicking",{"_index":1124,"title":{},"body":{"changelog.html":{}}}],["client",{"_index":407,"title":{},"body":{"modules/CoreModule.html":{},"changelog.html":{},"index.html":{}}}],["clsname",{"_index":729,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["cluster_appmodule",{"_index":289,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":290,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":291,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_coremodule",{"_index":397,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_coremodule_imports",{"_index":398,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_linkcardsmodule",{"_index":566,"title":{},"body":{"modules/LinkCardsModule.html":{},"overview.html":{}}}],["cluster_linkcardsmodule_declarations",{"_index":567,"title":{},"body":{"modules/LinkCardsModule.html":{},"overview.html":{}}}],["cluster_linkcardsmodule_exports",{"_index":568,"title":{},"body":{"modules/LinkCardsModule.html":{},"overview.html":{}}}],["cluster_organmodule",{"_index":714,"title":{},"body":{"modules/OrganModule.html":{},"overview.html":{}}}],["cluster_organmodule_declarations",{"_index":715,"title":{},"body":{"modules/OrganModule.html":{},"overview.html":{}}}],["cluster_organmodule_exports",{"_index":717,"title":{},"body":{"modules/OrganModule.html":{},"overview.html":{}}}],["cluster_organmodule_imports",{"_index":716,"title":{},"body":{"modules/OrganModule.html":{},"overview.html":{}}}],["cluster_slidetogglemodule",{"_index":789,"title":{},"body":{"modules/SlideToggleModule.html":{},"overview.html":{}}}],["cluster_slidetogglemodule_declarations",{"_index":791,"title":{},"body":{"modules/SlideToggleModule.html":{},"overview.html":{}}}],["cluster_slidetogglemodule_exports",{"_index":790,"title":{},"body":{"modules/SlideToggleModule.html":{},"overview.html":{}}}],["cluster_statslistmodule",{"_index":807,"title":{},"body":{"modules/StatsListModule.html":{},"overview.html":{}}}],["cluster_statslistmodule_declarations",{"_index":808,"title":{},"body":{"modules/StatsListModule.html":{},"overview.html":{}}}],["cluster_statslistmodule_exports",{"_index":809,"title":{},"body":{"modules/StatsListModule.html":{},"overview.html":{}}}],["code",{"_index":996,"title":{},"body":{"changelog.html":{}}}],["codebase",{"_index":1263,"title":{},"body":{"changelog.html":{}}}],["codex",{"_index":1318,"title":{},"body":{"changelog.html":{}}}],["codifies",{"_index":1371,"title":{},"body":{"changelog.html":{}}}],["collaboration",{"_index":1261,"title":{},"body":{"changelog.html":{}}}],["collisions",{"_index":1285,"title":{},"body":{"changelog.html":{}}}],["color",{"_index":148,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["colorizing",{"_index":1326,"title":{},"body":{"changelog.html":{}}}],["combination",{"_index":1278,"title":{},"body":{"changelog.html":{}}}],["come",{"_index":1323,"title":{},"body":{"changelog.html":{}}}],["coming",{"_index":1315,"title":{},"body":{"changelog.html":{}}}],["comlink",{"_index":1487,"title":{},"body":{"dependencies.html":{}}}],["common",{"_index":483,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["commonmodule",{"_index":570,"title":{},"body":{"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{}}}],["compatibility",{"_index":833,"title":{},"body":{"modules/StoreModule.html":{}}}],["complexity",{"_index":1158,"title":{},"body":{"changelog.html":{}}}],["compodoc",{"_index":994,"title":{},"body":{"changelog.html":{}}}],["component",{"_index":0,"title":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["component.component",{"_index":313,"title":{},"body":{"modules/AppModule.html":{}}}],["component.component.ts",{"_index":329,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["component.component.ts:50",{"_index":354,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:51",{"_index":356,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:52",{"_index":357,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:53",{"_index":347,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:54",{"_index":348,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:56",{"_index":350,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:57",{"_index":351,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:58",{"_index":349,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:59",{"_index":353,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:60",{"_index":352,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:62",{"_index":359,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:63",{"_index":355,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:65",{"_index":361,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:66",{"_index":362,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:67",{"_index":360,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:69",{"_index":345,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component_template",{"_index":264,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["components",{"_index":2,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{},"overview.html":{}}}],["comunica/query",{"_index":1451,"title":{},"body":{"dependencies.html":{}}}],["concat",{"_index":1489,"title":{},"body":{"dependencies.html":{}}}],["conditions",{"_index":1639,"title":{},"body":{"license.html":{}}}],["config",{"_index":159,"title":{},"body":{"components/AppComponent.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"changelog.html":{}}}],["config.organiri",{"_index":162,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["config.remoteapiendpoint",{"_index":448,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["config.sex",{"_index":165,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["config.side?.tolowercase",{"_index":163,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["config.useremoteapi",{"_index":447,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["configstate",{"_index":56,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["configstate.config$.pipe",{"_index":156,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["configstore",{"_index":346,"title":{},"body":{"components/AppWebComponent.html":{}}}],["configuration",{"_index":872,"title":{},"body":{"changelog.html":{}}}],["configurations",{"_index":1083,"title":{},"body":{"changelog.html":{}}}],["confirmation",{"_index":1039,"title":{},"body":{"changelog.html":{}}}],["conform",{"_index":1094,"title":{},"body":{"changelog.html":{}}}],["connect",{"_index":1025,"title":{},"body":{"changelog.html":{}}}],["connection",{"_index":1664,"title":{},"body":{"license.html":{}}}],["consider",{"_index":831,"title":{},"body":{"modules/StoreModule.html":{}}}],["consortium",{"_index":1612,"title":{},"body":{"license.html":{}}}],["const",{"_index":146,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"modules/StoreModule.html":{}}}],["constructor",{"_index":51,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["constructor(@optional",{"_index":428,"title":{},"body":{"modules/CoreModule.html":{}}}],["constructor(configstore",{"_index":342,"title":{},"body":{"components/AppWebComponent.html":{}}}],["constructor(ga",{"_index":589,"title":{},"body":{"components/OrganComponent.html":{}}}],["constructor(lookup",{"_index":52,"title":{},"body":{"components/AppComponent.html":{}}}],["constructor(private",{"_index":323,"title":{},"body":{"modules/AppModule.html":{},"injectables/OrganLookupService.html":{}}}],["constructor(readonly",{"_index":620,"title":{},"body":{"components/OrganComponent.html":{}}}],["constructor(source",{"_index":680,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["container",{"_index":226,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["containers",{"_index":1074,"title":{},"body":{"changelog.html":{}}}],["containing",{"_index":1564,"title":{},"body":{"index.html":{}}}],["content",{"_index":229,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["contract",{"_index":1660,"title":{},"body":{"license.html":{}}}],["control",{"_index":1218,"title":{},"body":{"changelog.html":{}}}],["controls",{"_index":848,"title":{},"body":{"changelog.html":{}}}],["coordinate",{"_index":1594,"title":{},"body":{"index.html":{}}}],["copies",{"_index":1633,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1620,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1610,"title":{},"body":{"license.html":{}}}],["cord",{"_index":942,"title":{},"body":{"changelog.html":{}}}],["core",{"_index":429,"title":{},"body":{"modules/CoreModule.html":{}}}],["core/core.module",{"_index":315,"title":{},"body":{"modules/AppModule.html":{}}}],["core/services/organ",{"_index":136,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["coremodule",{"_index":292,"title":{"modules/CoreModule.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules.html":{},"overview.html":{}}}],["cors",{"_index":1491,"title":{},"body":{"dependencies.html":{}}}],["course",{"_index":492,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["coverage",{"_index":1351,"title":{"coverage.html":{}},"body":{"changelog.html":{},"coverage.html":{}}}],["createcustomelement",{"_index":306,"title":{},"body":{"modules/AppModule.html":{}}}],["createcustomelement(appwebcomponent",{"_index":325,"title":{},"body":{"modules/AppModule.html":{}}}],["created",{"_index":1227,"title":{},"body":{"changelog.html":{}}}],["credits",{"_index":1597,"title":{},"body":{"index.html":{}}}],["css",{"_index":1493,"title":{},"body":{"dependencies.html":{}}}],["cubic",{"_index":557,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["cuboid",{"_index":1350,"title":{},"body":{"changelog.html":{}}}],["cuboids",{"_index":1347,"title":{},"body":{"changelog.html":{}}}],["current",{"_index":755,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["currently",{"_index":747,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["cursor",{"_index":547,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["customelements.define('ccf",{"_index":327,"title":{},"body":{"modules/AppModule.html":{}}}],["cyberinfrastructure",{"_index":1599,"title":{},"body":{"index.html":{}}}],["cycle",{"_index":1169,"title":{},"body":{"changelog.html":{}}}],["damages",{"_index":1657,"title":{},"body":{"license.html":{}}}],["dark/light",{"_index":1089,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":383,"title":{},"body":{"components/AppWebComponent.html":{},"modules/StoreModule.html":{},"changelog.html":{}}}],["database",{"_index":124,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["datasets",{"_index":1179,"title":{},"body":{"changelog.html":{}}}],["datasourcelike",{"_index":441,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["datasources",{"_index":334,"title":{},"body":{"components/AppWebComponent.html":{}}}],["datasourceservice",{"_index":408,"title":{},"body":{"modules/CoreModule.html":{},"injectables/OrganLookupService.html":{}}}],["datatype",{"_index":746,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["deal",{"_index":1622,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":1665,"title":{},"body":{"license.html":{}}}],["december",{"_index":1270,"title":{},"body":{"changelog.html":{}}}],["deck.gl/core",{"_index":1454,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/geo",{"_index":1456,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/layers",{"_index":1458,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/mesh",{"_index":1459,"title":{},"body":{"dependencies.html":{}}}],["declarations",{"_index":286,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["decorator",{"_index":1472,"title":{},"body":{"dependencies.html":{}}}],["decorators",{"_index":94,"title":{},"body":{"components/AppComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["deep",{"_index":514,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["deepdives",{"_index":488,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["deeply",{"_index":1029,"title":{},"body":{"changelog.html":{}}}],["default",{"_index":85,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["defined",{"_index":58,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["delegatedatasourceoptions",{"_index":433,"title":{"interfaces/DelegateDataSourceOptions.html":{}},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["delegatedatasourceservice",{"_index":411,"title":{"injectables/DelegateDataSourceService.html":{}},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["demo",{"_index":1049,"title":{},"body":{"changelog.html":{}}}],["dependencies",{"_index":285,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["depending",{"_index":1135,"title":{},"body":{"changelog.html":{}}}],["descrepancies",{"_index":931,"title":{},"body":{"changelog.html":{}}}],["description",{"_index":754,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["details",{"_index":1391,"title":{},"body":{"changelog.html":{}}}],["determines",{"_index":762,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["developed",{"_index":1598,"title":{},"body":{"index.html":{}}}],["developmentmode",{"_index":421,"title":{},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{}}}],["developments",{"_index":1375,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dialog",{"_index":1040,"title":{},"body":{"changelog.html":{}}}],["different",{"_index":1073,"title":{},"body":{"changelog.html":{}}}],["digits",{"_index":1245,"title":{},"body":{"changelog.html":{}}}],["direct",{"_index":1400,"title":{},"body":{"changelog.html":{}}}],["direction",{"_index":231,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["directive",{"_index":262,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["directives",{"_index":278,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["directly",{"_index":1316,"title":{},"body":{"changelog.html":{}}}],["disabled",{"_index":731,"title":{},"body":{"components/SlideToggleComponent.html":{},"modules/StoreModule.html":{}}}],["display",{"_index":213,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["displayed",{"_index":1348,"title":{},"body":{"changelog.html":{}}}],["displaying",{"_index":1063,"title":{},"body":{"changelog.html":{}}}],["distribute",{"_index":1629,"title":{},"body":{"license.html":{}}}],["dive",{"_index":515,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["dobootstrap",{"_index":303,"title":{},"body":{"modules/AppModule.html":{}}}],["doc",{"_index":1360,"title":{},"body":{"changelog.html":{}}}],["docs",{"_index":949,"title":{},"body":{"changelog.html":{}}}],["document",{"_index":1495,"title":{},"body":{"dependencies.html":{}}}],["documentation",{"_index":997,"title":{},"body":{"changelog.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["dom",{"_index":7,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["done",{"_index":1129,"title":{},"body":{"changelog.html":{}}}],["donor",{"_index":1115,"title":{},"body":{"changelog.html":{}}}],["donors",{"_index":1182,"title":{},"body":{"changelog.html":{}}}],["dotenv",{"_index":1497,"title":{},"body":{"dependencies.html":{}}}],["download",{"_index":1385,"title":{},"body":{"changelog.html":{}}}],["during",{"_index":1168,"title":{},"body":{"changelog.html":{}}}],["dynamic",{"_index":1447,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":925,"title":{},"body":{"changelog.html":{}}}],["e0e0e0",{"_index":524,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["easier",{"_index":976,"title":{},"body":{"changelog.html":{}}}],["effect",{"_index":1298,"title":{},"body":{"changelog.html":{}}}],["efficiency",{"_index":1207,"title":{},"body":{"changelog.html":{}}}],["element",{"_index":261,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["elementref",{"_index":93,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["embedded",{"_index":1080,"title":{},"body":{"changelog.html":{}}}],["embedding",{"_index":1070,"title":{},"body":{"changelog.html":{}}}],["embedding.md",{"_index":1068,"title":{},"body":{"changelog.html":{}}}],["emits",{"_index":745,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["empty_scene",{"_index":147,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["entire",{"_index":821,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["entities.find(entity",{"_index":705,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["entity.representation_of",{"_index":706,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["entity.sex",{"_index":708,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["environment",{"_index":367,"title":{},"body":{"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"modules/StoreModule.html":{}}}],["environment.dboptions",{"_index":391,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.dboptions.remoteapiendpoint",{"_index":425,"title":{},"body":{"modules/CoreModule.html":{}}}],["environment.googleanalyticstoken",{"_index":418,"title":{},"body":{"modules/CoreModule.html":{}}}],["environment.production",{"_index":422,"title":{},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{}}}],["environments/environment",{"_index":368,"title":{},"body":{"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"modules/StoreModule.html":{}}}],["error('invalid",{"_index":382,"title":{},"body":{"components/AppWebComponent.html":{}}}],["error('the",{"_index":430,"title":{},"body":{"modules/CoreModule.html":{}}}],["es",{"_index":1485,"title":{},"body":{"dependencies.html":{}}}],["etc",{"_index":1098,"title":{},"body":{"changelog.html":{}}}],["eui",{"_index":474,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["eui/rui",{"_index":990,"title":{},"body":{"changelog.html":{}}}],["event",{"_index":221,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"license.html":{}}}],["event.node['@id",{"_index":662,"title":{},"body":{"components/OrganComponent.html":{}}}],["eventemitter",{"_index":65,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["executionstrategy",{"_index":834,"title":{},"body":{"modules/StoreModule.html":{}}}],["expanded",{"_index":923,"title":{},"body":{"changelog.html":{}}}],["exploration",{"_index":473,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["explore",{"_index":471,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["export",{"_index":152,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["exports",{"_index":288,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["express",{"_index":1499,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["extends",{"_index":330,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["external",{"_index":1085,"title":{},"body":{"changelog.html":{}}}],["extra",{"_index":1504,"title":{},"body":{"dependencies.html":{}}}],["extraction",{"_index":1045,"title":{},"body":{"changelog.html":{}}}],["fail",{"_index":1266,"title":{},"body":{"changelog.html":{}}}],["fails",{"_index":1303,"title":{},"body":{"changelog.html":{}}}],["false",{"_index":736,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["false=right",{"_index":758,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["family",{"_index":236,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["favor",{"_index":1256,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":920,"title":{},"body":{"changelog.html":{}}}],["features",{"_index":1170,"title":{},"body":{"changelog.html":{}}}],["features/organ/organ.module",{"_index":316,"title":{},"body":{"modules/AppModule.html":{}}}],["feel",{"_index":1205,"title":{},"body":{"changelog.html":{}}}],["female",{"_index":144,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["fetch",{"_index":1530,"title":{},"body":{"dependencies.html":{}}}],["ffffff",{"_index":535,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["field",{"_index":1095,"title":{},"body":{"changelog.html":{}}}],["file",{"_index":9,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{}}}],["files",{"_index":1621,"title":{},"body":{"license.html":{}}}],["filter",{"_index":29,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["filter['sex",{"_index":694,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["filteredblocks",{"_index":580,"title":{},"body":{"components/OrganComponent.html":{}}}],["filters",{"_index":935,"title":{},"body":{"changelog.html":{}}}],["final",{"_index":1259,"title":{},"body":{"changelog.html":{}}}],["finishing",{"_index":1044,"title":{},"body":{"changelog.html":{}}}],["first",{"_index":1271,"title":{},"body":{"changelog.html":{}}}],["fit",{"_index":228,"title":{},"body":{"components/AppComponent.html":{},"changelog.html":{}}}],["fitness",{"_index":1649,"title":{},"body":{"license.html":{}}}],["fixed",{"_index":1160,"title":{},"body":{"changelog.html":{}}}],["fixes",{"_index":860,"title":{},"body":{"changelog.html":{}}}],["fixes/performance",{"_index":1327,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":230,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["flexible",{"_index":945,"title":{},"body":{"changelog.html":{}}}],["fly",{"_index":1407,"title":{},"body":{"changelog.html":{}}}],["following",{"_index":1638,"title":{},"body":{"license.html":{}}}],["font",{"_index":235,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["form",{"_index":1208,"title":{},"body":{"changelog.html":{}}}],["format",{"_index":1288,"title":{},"body":{"changelog.html":{}}}],["frame",{"_index":1183,"title":{},"body":{"changelog.html":{}}}],["framework",{"_index":1595,"title":{},"body":{"index.html":{}}}],["free",{"_index":1616,"title":{},"body":{"license.html":{}}}],["fs",{"_index":1503,"title":{},"body":{"dependencies.html":{}}}],["full",{"_index":1122,"title":{},"body":{"changelog.html":{}}}],["fullscreen",{"_index":1356,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":1171,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":369,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{}}}],["functions",{"_index":1558,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["funded",{"_index":1604,"title":{},"body":{"index.html":{}}}],["furnished",{"_index":1636,"title":{},"body":{"license.html":{}}}],["further",{"_index":1352,"title":{},"body":{"changelog.html":{}}}],["future",{"_index":1161,"title":{},"body":{"changelog.html":{}}}],["ga",{"_index":54,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["gatoken",{"_index":417,"title":{},"body":{"modules/CoreModule.html":{}}}],["generate",{"_index":969,"title":{},"body":{"changelog.html":{}}}],["generated",{"_index":995,"title":{},"body":{"changelog.html":{}}}],["generating",{"_index":926,"title":{},"body":{"changelog.html":{}}}],["genericglobalconfig",{"_index":365,"title":{},"body":{"components/AppWebComponent.html":{}}}],["getblocks",{"_index":675,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getblocks(info",{"_index":682,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getleft",{"_index":760,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["getorgan",{"_index":676,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorgan(info",{"_index":684,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganinfo",{"_index":677,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganinfo(iri",{"_index":686,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganscene",{"_index":678,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganscene(info",{"_index":689,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganstats",{"_index":679,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getorganstats(info",{"_index":691,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["getting",{"_index":838,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["github",{"_index":1247,"title":{},"body":{"changelog.html":{}}}],["gizmo",{"_index":1104,"title":{},"body":{"changelog.html":{}}}],["globalconfig",{"_index":140,"title":{"interfaces/GlobalConfig.html":{}},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"changelog.html":{},"coverage.html":{}}}],["globalconfigstate",{"_index":57,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["globalthis['dboptions",{"_index":392,"title":{},"body":{"components/AppWebComponent.html":{}}}],["good",{"_index":1300,"title":{},"body":{"changelog.html":{}}}],["google",{"_index":127,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["googleanalyticsservice",{"_index":55,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["gotourl",{"_index":505,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["gotourl(url",{"_index":502,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["granted",{"_index":1615,"title":{},"body":{"license.html":{}}}],["graph",{"_index":1668,"title":{},"body":{"modules.html":{}}}],["graphical",{"_index":961,"title":{},"body":{"changelog.html":{}}}],["graphology",{"_index":1506,"title":{},"body":{"dependencies.html":{}}}],["greatly",{"_index":1059,"title":{},"body":{"changelog.html":{}}}],["grow",{"_index":254,"title":{},"body":{"components/AppComponent.html":{},"components/StatsListComponent.html":{}}}],["gtex",{"_index":970,"title":{},"body":{"changelog.html":{}}}],["guide",{"_index":1291,"title":{},"body":{"changelog.html":{}}}],["hand",{"_index":1296,"title":{},"body":{"changelog.html":{}}}],["happen",{"_index":1334,"title":{},"body":{"changelog.html":{}}}],["happens",{"_index":1267,"title":{},"body":{"changelog.html":{}}}],["happy",{"_index":825,"title":{},"body":{"modules/StoreModule.html":{}}}],["hash",{"_index":1533,"title":{},"body":{"dependencies.html":{}}}],["header",{"_index":804,"title":{},"body":{"components/StatsListComponent.html":{}}}],["height",{"_index":227,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/StatsListComponent.html":{}}}],["helmet",{"_index":1510,"title":{},"body":{"dependencies.html":{}}}],["help",{"_index":1290,"title":{},"body":{"changelog.html":{}}}],["helvetica",{"_index":564,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["here",{"_index":1294,"title":{},"body":{"changelog.html":{}}}],["hereby",{"_index":1614,"title":{},"body":{"license.html":{}}}],["hex",{"_index":1512,"title":{},"body":{"dependencies.html":{}}}],["hidden",{"_index":1376,"title":{},"body":{"changelog.html":{}}}],["highlight",{"_index":1032,"title":{},"body":{"changelog.html":{}}}],["highlighted",{"_index":777,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["highlightednodeid",{"_index":581,"title":{},"body":{"components/OrganComponent.html":{}}}],["highlightproviders",{"_index":145,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["highlights",{"_index":1034,"title":{},"body":{"changelog.html":{}}}],["holders",{"_index":1654,"title":{},"body":{"license.html":{}}}],["hooked",{"_index":1216,"title":{},"body":{"changelog.html":{}}}],["host",{"_index":664,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["hostbinding",{"_index":763,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["hostbinding('class",{"_index":759,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["hostbindings",{"_index":734,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["hover",{"_index":536,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["hovering",{"_index":1116,"title":{},"body":{"changelog.html":{}}}],["hra",{"_index":464,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["html",{"_index":260,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["httpclientmodule",{"_index":401,"title":{},"body":{"modules/CoreModule.html":{}}}],["https://apps.humanatlas.io/hra",{"_index":1579,"title":{},"body":{"index.html":{}}}],["https://beta",{"_index":1570,"title":{},"body":{"index.html":{}}}],["https://expand.iu.edu/browse/sice/cns/courses/hubmap",{"_index":493,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["https://hubmap",{"_index":1573,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/ccf",{"_index":469,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["https://humanatlas.io",{"_index":490,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["https://observablehq.com/@cns",{"_index":1591,"title":{},"body":{"index.html":{}}}],["https://old",{"_index":1575,"title":{},"body":{"index.html":{}}}],["https://portal.hubmapconsortium.org/ccf",{"_index":475,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["https://sampledata.hubmapconsortium.org",{"_index":1402,"title":{},"body":{"changelog.html":{}}}],["https://www.nature.com/articles/s41556",{"_index":498,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["https://www.ngxs.io/advanced/options",{"_index":835,"title":{},"body":{"modules/StoreModule.html":{}}}],["hubmap",{"_index":912,"title":{},"body":{"changelog.html":{},"index.html":{},"license.html":{}}}],["hubmapasseturl",{"_index":335,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapdataservice",{"_index":336,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapdataurl",{"_index":337,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmapportalurl",{"_index":338,"title":{},"body":{"components/AppWebComponent.html":{}}}],["hubmaptoken",{"_index":339,"title":{},"body":{"components/AppWebComponent.html":{}}}],["human",{"_index":495,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["icon",{"_index":1386,"title":{},"body":{"changelog.html":{}}}],["icons",{"_index":1123,"title":{},"body":{"changelog.html":{}}}],["id",{"_index":1077,"title":{},"body":{"changelog.html":{}}}],["idb",{"_index":1514,"title":{},"body":{"dependencies.html":{}}}],["identifier",{"_index":1418,"title":{},"body":{"coverage.html":{}}}],["iec",{"_index":1262,"title":{},"body":{"changelog.html":{}}}],["image",{"_index":1255,"title":{},"body":{"changelog.html":{}}}],["images",{"_index":1314,"title":{},"body":{"changelog.html":{}}}],["immutable",{"_index":91,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["implementation",{"_index":1022,"title":{},"body":{"changelog.html":{}}}],["implemented",{"_index":1214,"title":{},"body":{"changelog.html":{}}}],["implementing",{"_index":1359,"title":{},"body":{"changelog.html":{}}}],["implements",{"_index":13,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["implied",{"_index":1646,"title":{},"body":{"license.html":{}}}],["import",{"_index":111,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["important",{"_index":544,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["imported",{"_index":431,"title":{},"body":{"modules/CoreModule.html":{}}}],["imports",{"_index":300,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["improve",{"_index":1206,"title":{},"body":{"changelog.html":{}}}],["improved",{"_index":846,"title":{},"body":{"changelog.html":{}}}],["improvements",{"_index":853,"title":{},"body":{"changelog.html":{}}}],["improves",{"_index":1060,"title":{},"body":{"changelog.html":{}}}],["include",{"_index":1273,"title":{},"body":{"changelog.html":{}}}],["included",{"_index":1641,"title":{},"body":{"license.html":{}}}],["includes",{"_index":922,"title":{},"body":{"changelog.html":{}}}],["including",{"_index":864,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["increase",{"_index":1240,"title":{},"body":{"changelog.html":{}}}],["increased",{"_index":1354,"title":{},"body":{"changelog.html":{}}}],["index",{"_index":25,"title":{"index.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["indexes",{"_index":879,"title":{},"body":{"changelog.html":{}}}],["indiana",{"_index":1602,"title":{},"body":{"index.html":{}}}],["individual",{"_index":1220,"title":{},"body":{"changelog.html":{}}}],["info",{"_index":3,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"index.html":{}}}],["info.disabled",{"_index":697,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["info.hassex",{"_index":174,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["info.id",{"_index":707,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["info.organ",{"_index":217,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["info.side",{"_index":214,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["info.side.charat(0).touppercase",{"_index":215,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["info.side.slice(1",{"_index":216,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["info/src/app/app",{"_index":328,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["info/src/app/app.component.ts",{"_index":12,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["info/src/app/app.component.ts:115",{"_index":78,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:121",{"_index":81,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:125",{"_index":76,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:135",{"_index":71,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:32",{"_index":99,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:33",{"_index":103,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:35",{"_index":67,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:36",{"_index":68,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:37",{"_index":66,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:38",{"_index":106,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:39",{"_index":108,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:40",{"_index":90,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:42",{"_index":101,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:43",{"_index":100,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:44",{"_index":104,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:45",{"_index":109,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:46",{"_index":110,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:47",{"_index":84,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:49",{"_index":92,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.component.ts:50",{"_index":59,"title":{},"body":{"components/AppComponent.html":{}}}],["info/src/app/app.module.ts",{"_index":299,"title":{},"body":{"modules/AppModule.html":{}}}],["info/src/app/app.module.ts:28",{"_index":302,"title":{},"body":{"modules/AppModule.html":{}}}],["info/src/app/core/core.module.ts",{"_index":400,"title":{},"body":{"modules/CoreModule.html":{}}}],["info/src/app/core/services/data",{"_index":435,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["info/src/app/core/services/organ",{"_index":672,"title":{},"body":{"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["info/src/app/core/store/store.module.ts",{"_index":812,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["info/src/app/features/organ/organ.component.ts",{"_index":574,"title":{},"body":{"components/OrganComponent.html":{},"coverage.html":{}}}],["info/src/app/features/organ/organ.component.ts:15",{"_index":593,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:16",{"_index":595,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:17",{"_index":594,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:18",{"_index":596,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:19",{"_index":597,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:20",{"_index":591,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:21",{"_index":592,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:23",{"_index":599,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:24",{"_index":600,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:25",{"_index":598,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:27",{"_index":618,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:29",{"_index":619,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:30",{"_index":590,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:34",{"_index":601,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:38",{"_index":609,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:51",{"_index":604,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:57",{"_index":611,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:62",{"_index":614,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:67",{"_index":615,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.component.ts:77",{"_index":608,"title":{},"body":{"components/OrganComponent.html":{}}}],["info/src/app/features/organ/organ.module.ts",{"_index":719,"title":{},"body":{"modules/OrganModule.html":{}}}],["info/src/app/features/slide",{"_index":724,"title":{},"body":{"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"coverage.html":{}}}],["info/src/app/modules/link",{"_index":453,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"coverage.html":{}}}],["info/src/app/modules/stats",{"_index":796,"title":{},"body":{"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"coverage.html":{}}}],["info?.side",{"_index":700,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["information",{"_index":950,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["infrastructure",{"_index":1317,"title":{},"body":{"changelog.html":{}}}],["ingestion",{"_index":1275,"title":{},"body":{"changelog.html":{}}}],["initial",{"_index":1142,"title":{},"body":{"changelog.html":{}}}],["initialconfig",{"_index":390,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialdelay",{"_index":388,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialized",{"_index":333,"title":{},"body":{"components/AppWebComponent.html":{}}}],["injectable",{"_index":437,"title":{"injectables/DelegateDataSourceService.html":{},"injectables/OrganLookupService.html":{}},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["injectables",{"_index":449,"title":{},"body":{"injectables/DelegateDataSourceService.html":{},"injectables/OrganLookupService.html":{},"overview.html":{}}}],["injector",{"_index":304,"title":{},"body":{"modules/AppModule.html":{}}}],["injectordelegatedatasourceservice",{"_index":442,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["input",{"_index":363,"title":{},"body":{"components/AppWebComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["inputs",{"_index":224,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["instead",{"_index":1134,"title":{},"body":{"changelog.html":{}}}],["instructions",{"_index":1069,"title":{},"body":{"changelog.html":{}}}],["integrated",{"_index":1172,"title":{},"body":{"changelog.html":{}}}],["integrating",{"_index":1028,"title":{},"body":{"changelog.html":{}}}],["integration",{"_index":1274,"title":{},"body":{"changelog.html":{}}}],["integrations",{"_index":1190,"title":{},"body":{"changelog.html":{}}}],["inter",{"_index":237,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["interact",{"_index":1155,"title":{},"body":{"changelog.html":{}}}],["interactions",{"_index":1337,"title":{},"body":{"changelog.html":{}}}],["interest",{"_index":1399,"title":{},"body":{"changelog.html":{}}}],["interface",{"_index":139,"title":{"interfaces/DelegateDataSourceOptions.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{}},"body":{"components/AppComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["interfaces",{"_index":434,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"changelog.html":{},"index.html":{},"overview.html":{}}}],["internal",{"_index":1254,"title":{},"body":{"changelog.html":{}}}],["iri",{"_index":207,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["isstring",{"_index":371,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray",{"_index":374,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray(json",{"_index":379,"title":{},"body":{"components/AppWebComponent.html":{}}}],["isstringarray(value",{"_index":380,"title":{},"body":{"components/AppWebComponent.html":{}}}],["issue",{"_index":1236,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":929,"title":{},"body":{"changelog.html":{}}}],["it's",{"_index":1026,"title":{},"body":{"changelog.html":{}}}],["item",{"_index":1383,"title":{},"body":{"changelog.html":{}}}],["item.disabled",{"_index":698,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["item.id",{"_index":696,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["item.organ",{"_index":699,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["item.side",{"_index":701,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["items",{"_index":527,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["iu",{"_index":1374,"title":{},"body":{"changelog.html":{}}}],["iu/ccf",{"_index":1592,"title":{},"body":{"index.html":{}}}],["javascript",{"_index":888,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["json",{"_index":377,"title":{},"body":{"components/AppWebComponent.html":{},"changelog.html":{}}}],["jsonld",{"_index":1517,"title":{},"body":{"dependencies.html":{}}}],["july",{"_index":1336,"title":{},"body":{"changelog.html":{}}}],["jump",{"_index":1381,"title":{},"body":{"changelog.html":{}}}],["justify",{"_index":530,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["key",{"_index":82,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["keyboard",{"_index":847,"title":{},"body":{"changelog.html":{}}}],["keyval",{"_index":1515,"title":{},"body":{"dependencies.html":{}}}],["kidney",{"_index":1056,"title":{},"body":{"changelog.html":{}}}],["kind",{"_index":1645,"title":{},"body":{"license.html":{}}}],["known",{"_index":928,"title":{},"body":{"changelog.html":{}}}],["kpmp",{"_index":909,"title":{},"body":{"changelog.html":{}}}],["label",{"_index":774,"title":{},"body":{"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["labels",{"_index":732,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[0].charat(0).touppercase",{"_index":770,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[0].slice(1",{"_index":771,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[0].slice(1)}}{{labels[1].charat(0).touppercase",{"_index":788,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[1",{"_index":764,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[1].charat(0).touppercase",{"_index":772,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labels[1].slice(1",{"_index":773,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["labs/dispatch",{"_index":1471,"title":{},"body":{"dependencies.html":{}}}],["landmarks",{"_index":943,"title":{},"body":{"changelog.html":{}}}],["larger",{"_index":977,"title":{},"body":{"changelog.html":{}}}],["last",{"_index":526,"title":{},"body":{"components/LinkCardsComponent.html":{},"modules/StoreModule.html":{}}}],["latest",{"_index":937,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["latestconfig",{"_index":31,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["latestorganinfo",{"_index":33,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["layers",{"_index":1457,"title":{},"body":{"dependencies.html":{}}}],["ld",{"_index":1287,"title":{},"body":{"changelog.html":{}}}],["leak",{"_index":1235,"title":{},"body":{"changelog.html":{}}}],["leave",{"_index":1042,"title":{},"body":{"changelog.html":{}}}],["left",{"_index":34,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["left.nativeelement.style.height",{"_index":202,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["left/right",{"_index":1057,"title":{},"body":{"changelog.html":{}}}],["legend",{"_index":259,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["level",{"_index":1378,"title":{},"body":{"changelog.html":{}}}],["levels",{"_index":1396,"title":{},"body":{"changelog.html":{}}}],["liability",{"_index":1658,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1655,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":981,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["library",{"_index":1199,"title":{},"body":{"changelog.html":{}}}],["license",{"_index":1608,"title":{"license.html":{}},"body":{"license.html":{}}}],["life",{"_index":852,"title":{},"body":{"changelog.html":{}}}],["limitation",{"_index":1624,"title":{},"body":{"license.html":{}}}],["limited",{"_index":1322,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["line",{"_index":243,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["link",{"_index":269,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["linkage",{"_index":1338,"title":{},"body":{"changelog.html":{}}}],["linkages",{"_index":477,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["linkcard",{"_index":452,"title":{"interfaces/LinkCard.html":{}},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"coverage.html":{}}}],["linkcards",{"_index":460,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["linkcardscomponent",{"_index":268,"title":{"components/LinkCardsComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["linkcardsmodule",{"_index":293,"title":{"modules/LinkCardsModule.html":{}},"body":{"modules/AppModule.html":{},"modules/LinkCardsModule.html":{},"modules.html":{},"overview.html":{}}}],["linked",{"_index":947,"title":{},"body":{"changelog.html":{}}}],["links",{"_index":1008,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["list",{"_index":277,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["list.component",{"_index":811,"title":{},"body":{"modules/StatsListModule.html":{}}}],["list.component.html",{"_index":799,"title":{},"body":{"components/StatsListComponent.html":{}}}],["list.component.scss",{"_index":798,"title":{},"body":{"components/StatsListComponent.html":{}}}],["list.component.ts",{"_index":797,"title":{},"body":{"components/StatsListComponent.html":{},"coverage.html":{}}}],["list.component.ts:11",{"_index":801,"title":{},"body":{"components/StatsListComponent.html":{}}}],["list.component.ts:12",{"_index":800,"title":{},"body":{"components/StatsListComponent.html":{}}}],["list.module",{"_index":322,"title":{},"body":{"modules/AppModule.html":{}}}],["list.module.ts",{"_index":810,"title":{},"body":{"modules/StatsListModule.html":{}}}],["list/stats",{"_index":321,"title":{},"body":{"modules/AppModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"coverage.html":{}}}],["literal",{"_index":1537,"title":{},"body":{"dependencies.html":{}}}],["little",{"_index":1153,"title":{},"body":{"changelog.html":{}}}],["load",{"_index":959,"title":{},"body":{"changelog.html":{}}}],["loaded",{"_index":1340,"title":{},"body":{"changelog.html":{}}}],["loaders.gl/core",{"_index":1460,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/draco",{"_index":1462,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/gltf",{"_index":1463,"title":{},"body":{"dependencies.html":{}}}],["loading",{"_index":916,"title":{},"body":{"changelog.html":{}}}],["location",{"_index":1241,"title":{},"body":{"changelog.html":{}}}],["locations",{"_index":910,"title":{},"body":{"changelog.html":{}}}],["lodash",{"_index":1519,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":1596,"title":{},"body":{"index.html":{}}}],["logger",{"_index":836,"title":{},"body":{"modules/StoreModule.html":{}}}],["logging",{"_index":972,"title":{},"body":{"changelog.html":{}}}],["logorganlookup",{"_index":43,"title":{},"body":{"components/AppComponent.html":{}}}],["logorganlookup(info",{"_index":69,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["longer",{"_index":1132,"title":{},"body":{"changelog.html":{}}}],["look",{"_index":1204,"title":{},"body":{"changelog.html":{}}}],["lookup",{"_index":64,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getblocks",{"_index":199,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getorgan",{"_index":173,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getorganinfo",{"_index":161,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getorganscene",{"_index":188,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.getorganstats",{"_index":192,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.service",{"_index":138,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["lookup.service.ts",{"_index":673,"title":{},"body":{"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["lookup.service.ts:12",{"_index":681,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:16",{"_index":688,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:34",{"_index":685,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:42",{"_index":690,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:51",{"_index":692,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup.service.ts:60",{"_index":683,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["lookup/organ",{"_index":137,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["lot",{"_index":857,"title":{},"body":{"changelog.html":{}}}],["lru",{"_index":1521,"title":{},"body":{"dependencies.html":{}}}],["luma.gl/core",{"_index":1464,"title":{},"body":{"dependencies.html":{}}}],["made",{"_index":1264,"title":{},"body":{"changelog.html":{}}}],["major",{"_index":919,"title":{},"body":{"changelog.html":{}}}],["makes",{"_index":973,"title":{},"body":{"changelog.html":{}}}],["makestatslabel",{"_index":44,"title":{},"body":{"components/AppComponent.html":{}}}],["makestatslabel(info",{"_index":74,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["making",{"_index":1018,"title":{},"body":{"changelog.html":{}}}],["male",{"_index":143,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["managers",{"_index":986,"title":{},"body":{"changelog.html":{}}}],["map",{"_index":130,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["map((organ",{"_index":194,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["map(entities",{"_index":704,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["march",{"_index":1201,"title":{},"body":{"changelog.html":{}}}],["margin",{"_index":256,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["markdown",{"_index":1526,"title":{},"body":{"dependencies.html":{}}}],["match",{"_index":1203,"title":{},"body":{"changelog.html":{}}}],["matching",{"_index":281,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["math.gl/core",{"_index":1466,"title":{},"body":{"dependencies.html":{}}}],["math.gl/culling",{"_index":1468,"title":{},"body":{"dependencies.html":{}}}],["matslidetogglemodule",{"_index":793,"title":{},"body":{"modules/SlideToggleModule.html":{}}}],["max",{"_index":517,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["mc",{"_index":1373,"title":{},"body":{"changelog.html":{}}}],["mdc",{"_index":780,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["memory",{"_index":1234,"title":{},"body":{"changelog.html":{}}}],["menu",{"_index":1297,"title":{},"body":{"changelog.html":{}}}],["merchantability",{"_index":1648,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1627,"title":{},"body":{"license.html":{}}}],["metadata",{"_index":15,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["methods",{"_index":42,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{}}}],["milestone",{"_index":855,"title":{},"body":{"changelog.html":{}}}],["min",{"_index":542,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/StatsListComponent.html":{}}}],["minor",{"_index":858,"title":{},"body":{"changelog.html":{}}}],["miscellaneous",{"_index":1557,"title":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["mit",{"_index":1609,"title":{},"body":{"license.html":{}}}],["mock",{"_index":1369,"title":{},"body":{"changelog.html":{}}}],["modal",{"_index":1140,"title":{},"body":{"changelog.html":{}}}],["mode",{"_index":1082,"title":{},"body":{"changelog.html":{}}}],["model",{"_index":1476,"title":{},"body":{"dependencies.html":{}}}],["modify",{"_index":1626,"title":{},"body":{"license.html":{}}}],["module",{"_index":282,"title":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"overview.html":{}}}],["modules",{"_index":284,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"modules.html":{},"overview.html":{}}}],["modules/link",{"_index":317,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/stats",{"_index":320,"title":{},"body":{"modules/AppModule.html":{}}}],["monorepo",{"_index":1561,"title":{},"body":{"index.html":{}}}],["mooc",{"_index":496,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["more",{"_index":870,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["moved",{"_index":1387,"title":{},"body":{"changelog.html":{}}}],["much",{"_index":975,"title":{},"body":{"changelog.html":{}}}],["multiple",{"_index":1562,"title":{},"body":{"index.html":{}}}],["n3",{"_index":1523,"title":{},"body":{"dependencies.html":{}}}],["name",{"_index":62,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1096,"title":{},"body":{"changelog.html":{}}}],["navigation",{"_index":1380,"title":{},"body":{"changelog.html":{}}}],["need",{"_index":901,"title":{},"body":{"changelog.html":{}}}],["needed",{"_index":1209,"title":{},"body":{"changelog.html":{}}}],["needs",{"_index":1215,"title":{},"body":{"changelog.html":{}}}],["network",{"_index":1600,"title":{},"body":{"index.html":{}}}],["new",{"_index":154,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["newsex",{"_index":178,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["next",{"_index":1023,"title":{},"body":{"changelog.html":{}}}],["ng",{"_index":779,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["ngafterviewchecked",{"_index":582,"title":{},"body":{"components/OrganComponent.html":{}}}],["ngafterviewinit",{"_index":45,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["ngdobootstrap",{"_index":301,"title":{},"body":{"modules/AppModule.html":{}}}],["ngmodule",{"_index":305,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["ngonchanges",{"_index":583,"title":{},"body":{"components/OrganComponent.html":{}}}],["ngonchanges(changes",{"_index":602,"title":{},"body":{"components/OrganComponent.html":{}}}],["ngx",{"_index":126,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"dependencies.html":{}}}],["ngxgoogleanalyticsmodule",{"_index":573,"title":{},"body":{"modules/LinkCardsModule.html":{}}}],["ngxs",{"_index":1470,"title":{},"body":{"dependencies.html":{}}}],["ngxs/logger",{"_index":816,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/storage",{"_index":1474,"title":{},"body":{"dependencies.html":{}}}],["ngxs/store",{"_index":819,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxsdatapluginmodule",{"_index":813,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatapluginmodule.forroot",{"_index":829,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsloggerpluginmodule",{"_index":815,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsloggerpluginmodule.forroot",{"_index":837,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule",{"_index":818,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule.forroot(root_states",{"_index":830,"title":{},"body":{"modules/StoreModule.html":{}}}],["nih",{"_index":1605,"title":{},"body":{"index.html":{}}}],["node",{"_index":630,"title":{},"body":{"components/OrganComponent.html":{},"dependencies.html":{}}}],["node.entityid",{"_index":631,"title":{},"body":{"components/OrganComponent.html":{}}}],["node['@id",{"_index":633,"title":{},"body":{"components/OrganComponent.html":{}}}],["nodeclick",{"_index":588,"title":{},"body":{"components/OrganComponent.html":{}}}],["nodeclicked",{"_index":48,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["nodeclicked(event",{"_index":606,"title":{},"body":{"components/OrganComponent.html":{}}}],["nodeclickevent",{"_index":607,"title":{},"body":{"components/OrganComponent.html":{}}}],["noninfringement",{"_index":1652,"title":{},"body":{"license.html":{}}}],["not(:last",{"_index":541,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["note",{"_index":894,"title":{},"body":{"changelog.html":{}}}],["notebooks",{"_index":886,"title":{},"body":{"changelog.html":{}}}],["notebooks/vignettes",{"_index":1586,"title":{},"body":{"index.html":{}}}],["notice",{"_index":1237,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["now",{"_index":979,"title":{},"body":{"changelog.html":{}}}],["nowrap",{"_index":546,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["number",{"_index":978,"title":{},"body":{"changelog.html":{}}}],["numeric",{"_index":1242,"title":{},"body":{"changelog.html":{}}}],["object",{"_index":1532,"title":{},"body":{"dependencies.html":{}}}],["observable",{"_index":83,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["obtaining",{"_index":1619,"title":{},"body":{"license.html":{}}}],["of(empty_scene",{"_index":189,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["of(info",{"_index":702,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["of(undefined",{"_index":176,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["off/on",{"_index":1213,"title":{},"body":{"changelog.html":{}}}],["official",{"_index":1335,"title":{},"body":{"changelog.html":{}}}],["old",{"_index":1574,"title":{},"body":{"index.html":{}}}],["once",{"_index":432,"title":{},"body":{"modules/CoreModule.html":{}}}],["onchanges",{"_index":576,"title":{},"body":{"components/OrganComponent.html":{}}}],["one",{"_index":1281,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["online",{"_index":491,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["ontological",{"_index":1406,"title":{},"body":{"changelog.html":{}}}],["ontologies",{"_index":1289,"title":{},"body":{"changelog.html":{}}}],["ontology",{"_index":897,"title":{},"body":{"changelog.html":{}}}],["ontologyterms",{"_index":710,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["opacities",{"_index":1219,"title":{},"body":{"changelog.html":{}}}],["opacity",{"_index":150,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["openapi",{"_index":1020,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["openapi/angular",{"_index":406,"title":{},"body":{"modules/CoreModule.html":{}}}],["openapi/js",{"_index":1582,"title":{},"body":{"index.html":{}}}],["openapi/ng",{"_index":1584,"title":{},"body":{"index.html":{}}}],["openapi/ts",{"_index":1583,"title":{},"body":{"index.html":{}}}],["optimization",{"_index":1152,"title":{},"body":{"changelog.html":{}}}],["optimizations",{"_index":1328,"title":{},"body":{"changelog.html":{}}}],["optimized",{"_index":1188,"title":{},"body":{"changelog.html":{}}}],["option",{"_index":749,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["optional",{"_index":32,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":670,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["organ",{"_index":11,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["organ'},{'name",{"_index":272,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["organ.component",{"_index":720,"title":{},"body":{"modules/OrganModule.html":{}}}],["organ.component.html",{"_index":578,"title":{},"body":{"components/OrganComponent.html":{}}}],["organ.component.scss",{"_index":577,"title":{},"body":{"components/OrganComponent.html":{}}}],["organ.sex",{"_index":180,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organ.side",{"_index":182,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organ?.sex",{"_index":196,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organ_lookup_failure",{"_index":223,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organ_lookup_success",{"_index":222,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["organcomponent",{"_index":271,"title":{"components/OrganComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["organinfo",{"_index":35,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["organinfo['side",{"_index":164,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["organiri",{"_index":141,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["organlookupservice",{"_index":53,"title":{"injectables/OrganLookupService.html":{}},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"coverage.html":{}}}],["organmodule",{"_index":294,"title":{"modules/OrganModule.html":{}},"body":{"modules/AppModule.html":{},"modules/OrganModule.html":{},"modules.html":{},"overview.html":{}}}],["organs",{"_index":674,"title":{},"body":{"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["organs/anatomical",{"_index":1221,"title":{},"body":{"changelog.html":{}}}],["orthographic",{"_index":1109,"title":{},"body":{"changelog.html":{}}}],["ot2od026671",{"_index":1607,"title":{},"body":{"index.html":{}}}],["otherwise",{"_index":1662,"title":{},"body":{"license.html":{}}}],["out",{"_index":298,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"license.html":{},"overview.html":{}}}],["outline",{"_index":540,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["output",{"_index":115,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["outputs",{"_index":47,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["over",{"_index":1249,"title":{},"body":{"changelog.html":{}}}],["overall",{"_index":934,"title":{},"body":{"changelog.html":{}}}],["overlays",{"_index":1397,"title":{},"body":{"changelog.html":{}}}],["overview",{"_index":1669,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["p",{"_index":1365,"title":{},"body":{"changelog.html":{}}}],["package",{"_index":985,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{}}}],["padding",{"_index":233,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{}}}],["pages",{"_index":1067,"title":{},"body":{"changelog.html":{}}}],["paired",{"_index":1052,"title":{},"body":{"changelog.html":{}}}],["pane",{"_index":1178,"title":{},"body":{"changelog.html":{}}}],["panel",{"_index":1066,"title":{},"body":{"changelog.html":{}}}],["paper",{"_index":497,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["param",{"_index":765,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["parameters",{"_index":60,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"miscellaneous/functions.html":{}}}],["parent",{"_index":1054,"title":{},"body":{"changelog.html":{}}}],["parse",{"_index":393,"title":{},"body":{"components/AppWebComponent.html":{}}}],["parsedatasources",{"_index":394,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsedatasources(value",{"_index":370,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":1482,"title":{},"body":{"dependencies.html":{}}}],["parsestringarray",{"_index":395,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsestringarray(value",{"_index":385,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["partial",{"_index":709,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["particular",{"_index":1650,"title":{},"body":{"license.html":{}}}],["partly",{"_index":1200,"title":{},"body":{"changelog.html":{}}}],["partonomy",{"_index":1126,"title":{},"body":{"changelog.html":{}}}],["parts",{"_index":206,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["parts.filter(seg",{"_index":219,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["path",{"_index":1508,"title":{},"body":{"dependencies.html":{}}}],["performance",{"_index":988,"title":{},"body":{"changelog.html":{}}}],["permission",{"_index":1613,"title":{},"body":{"license.html":{}}}],["permit",{"_index":1634,"title":{},"body":{"license.html":{}}}],["person",{"_index":1618,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1635,"title":{},"body":{"license.html":{}}}],["pick",{"_index":915,"title":{},"body":{"changelog.html":{}}}],["pipe(map((providers",{"_index":87,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["placed",{"_index":827,"title":{},"body":{"modules/StoreModule.html":{}}}],["placeholder",{"_index":1339,"title":{},"body":{"changelog.html":{}}}],["placement",{"_index":908,"title":{},"body":{"changelog.html":{}}}],["placenta",{"_index":940,"title":{},"body":{"changelog.html":{}}}],["player",{"_index":1450,"title":{},"body":{"dependencies.html":{}}}],["plugin",{"_index":817,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["plus",{"_index":924,"title":{},"body":{"changelog.html":{}}}],["pointer",{"_index":548,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["popup",{"_index":1346,"title":{},"body":{"changelog.html":{}}}],["portal",{"_index":489,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["portal's",{"_index":1321,"title":{},"body":{"changelog.html":{}}}],["portions",{"_index":1643,"title":{},"body":{"license.html":{}}}],["position",{"_index":247,"title":{},"body":{"components/AppComponent.html":{},"changelog.html":{}}}],["possible",{"_index":1265,"title":{},"body":{"changelog.html":{}}}],["preferences",{"_index":1092,"title":{},"body":{"changelog.html":{}}}],["preparation",{"_index":861,"title":{},"body":{"changelog.html":{}}}],["presented",{"_index":1395,"title":{},"body":{"changelog.html":{}}}],["prevent",{"_index":965,"title":{},"body":{"changelog.html":{}}}],["preview",{"_index":1107,"title":{},"body":{"changelog.html":{}}}],["previous",{"_index":1226,"title":{},"body":{"changelog.html":{}}}],["previously",{"_index":1010,"title":{},"body":{"changelog.html":{}}}],["private",{"_index":30,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["process",{"_index":1358,"title":{},"body":{"changelog.html":{}}}],["processed",{"_index":1312,"title":{},"body":{"changelog.html":{}}}],["processing",{"_index":1093,"title":{},"body":{"changelog.html":{}}}],["production",{"_index":998,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["programming",{"_index":980,"title":{},"body":{"changelog.html":{}}}],["project",{"_index":1363,"title":{},"body":{"changelog.html":{}}}],["projectname",{"_index":420,"title":{},"body":{"modules/CoreModule.html":{}}}],["projects",{"_index":1563,"title":{},"body":{"index.html":{}}}],["projects/.../app",{"_index":1559,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../app.component.ts",{"_index":1672,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../store.module.ts",{"_index":1673,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/ccf",{"_index":10,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["properties",{"_index":26,"title":{"properties.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"changelog.html":{},"properties.html":{}}}],["protected",{"_index":444,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["provide",{"_index":426,"title":{},"body":{"modules/CoreModule.html":{}}}],["provided",{"_index":1410,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["providedin",{"_index":443,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"injectables/OrganLookupService.html":{}}}],["providername",{"_index":622,"title":{},"body":{"components/OrganComponent.html":{}}}],["providername.has(block.donor.providername)).map(block",{"_index":626,"title":{},"body":{"components/OrganComponent.html":{}}}],["providers",{"_index":89,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/CoreModule.html":{},"interfaces/GlobalConfig.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"changelog.html":{},"overview.html":{}}}],["providertoken",{"_index":438,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["public",{"_index":1345,"title":{},"body":{"changelog.html":{}}}],["publish",{"_index":1628,"title":{},"body":{"license.html":{}}}],["publishing",{"_index":983,"title":{},"body":{"changelog.html":{}}}],["purpose",{"_index":1651,"title":{},"body":{"license.html":{}}}],["pushed",{"_index":1167,"title":{},"body":{"changelog.html":{}}}],["python",{"_index":887,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["qs",{"_index":1534,"title":{},"body":{"dependencies.html":{}}}],["qualitative",{"_index":1324,"title":{},"body":{"changelog.html":{}}}],["quality",{"_index":851,"title":{},"body":{"changelog.html":{}}}],["queries",{"_index":900,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["query",{"_index":1405,"title":{},"body":{"changelog.html":{}}}],["querying",{"_index":946,"title":{},"body":{"changelog.html":{}}}],["quickly",{"_index":1305,"title":{},"body":{"changelog.html":{}}}],["radius",{"_index":552,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{}}}],["rc.1",{"_index":1330,"title":{},"body":{"changelog.html":{}}}],["rdf",{"_index":1536,"title":{},"body":{"dependencies.html":{}}}],["rdfjs",{"_index":1452,"title":{},"body":{"dependencies.html":{}}}],["rdfjs/data",{"_index":1475,"title":{},"body":{"dependencies.html":{}}}],["rdfxml",{"_index":1539,"title":{},"body":{"dependencies.html":{}}}],["read",{"_index":96,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["readable",{"_index":1541,"title":{},"body":{"dependencies.html":{}}}],["readonly",{"_index":27,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{}}}],["real",{"_index":1344,"title":{},"body":{"changelog.html":{}}}],["reason",{"_index":824,"title":{},"body":{"modules/StoreModule.html":{}}}],["rectify",{"_index":1016,"title":{},"body":{"changelog.html":{}}}],["reduce",{"_index":1157,"title":{},"body":{"changelog.html":{}}}],["reduction",{"_index":958,"title":{},"body":{"changelog.html":{}}}],["reference",{"_index":512,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["refernced",{"_index":1053,"title":{},"body":{"changelog.html":{}}}],["refresh",{"_index":1125,"title":{},"body":{"changelog.html":{}}}],["regions",{"_index":1398,"title":{},"body":{"changelog.html":{}}}],["register",{"_index":468,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"dependencies.html":{}}}],["registered",{"_index":1011,"title":{},"body":{"changelog.html":{}}}],["registration",{"_index":465,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["registrations",{"_index":1147,"title":{},"body":{"changelog.html":{}}}],["registrations#1",{"_index":873,"title":{},"body":{"changelog.html":{}}}],["related",{"_index":1194,"title":{},"body":{"changelog.html":{}}}],["relative",{"_index":248,"title":{},"body":{"components/AppComponent.html":{}}}],["release",{"_index":881,"title":{},"body":{"changelog.html":{}}}],["reliability",{"_index":1239,"title":{},"body":{"changelog.html":{}}}],["reloads",{"_index":1103,"title":{},"body":{"changelog.html":{}}}],["remoteapiendpoint",{"_index":340,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["removed",{"_index":1079,"title":{},"body":{"changelog.html":{}}}],["removes",{"_index":1193,"title":{},"body":{"changelog.html":{}}}],["reporter",{"_index":486,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["repository",{"_index":1560,"title":{},"body":{"index.html":{}}}],["required",{"_index":1293,"title":{},"body":{"changelog.html":{}}}],["reset",{"_index":297,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["resets",{"_index":1127,"title":{},"body":{"changelog.html":{}}}],["resolved",{"_index":1173,"title":{},"body":{"changelog.html":{}}}],["respond",{"_index":1120,"title":{},"body":{"changelog.html":{}}}],["restriction",{"_index":1623,"title":{},"body":{"license.html":{}}}],["results",{"_index":280,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["return",{"_index":218,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{}}}],["returns",{"_index":72,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"injectables/DelegateDataSourceService.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"miscellaneous/functions.html":{}}}],["rgb",{"_index":1513,"title":{},"body":{"dependencies.html":{}}}],["rgba(67",{"_index":783,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["right",{"_index":36,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["right.nativeelement.offsetheight",{"_index":201,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["rightheight",{"_index":200,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["rightheight}px",{"_index":203,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["rights",{"_index":1625,"title":{},"body":{"license.html":{}}}],["root",{"_index":20,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["root'},{'name",{"_index":265,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["root_states",{"_index":822,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rotates",{"_index":1105,"title":{},"body":{"changelog.html":{}}}],["round",{"_index":1224,"title":{},"body":{"changelog.html":{}}}],["rounded",{"_index":1243,"title":{},"body":{"changelog.html":{}}}],["route",{"_index":944,"title":{},"body":{"changelog.html":{}}}],["row",{"_index":232,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["ru/cdk",{"_index":1433,"title":{},"body":{"dependencies.html":{}}}],["ru/common",{"_index":1435,"title":{},"body":{"dependencies.html":{}}}],["ru/common/typings",{"_index":113,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["ru/ngxs",{"_index":814,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["rui",{"_index":467,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["rui_locations.jsonld",{"_index":971,"title":{},"body":{"changelog.html":{}}}],["rxjs",{"_index":129,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":135,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"injectables/OrganLookupService.html":{}}}],["sample",{"_index":1409,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["samples",{"_index":1159,"title":{},"body":{"changelog.html":{}}}],["sans",{"_index":239,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["saver",{"_index":1501,"title":{},"body":{"dependencies.html":{}}}],["scaffolding",{"_index":1364,"title":{},"body":{"changelog.html":{}}}],["scene",{"_index":37,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"changelog.html":{}}}],["scheduled",{"_index":1174,"title":{},"body":{"changelog.html":{}}}],["schema",{"_index":1367,"title":{},"body":{"changelog.html":{}}}],["schemes",{"_index":1325,"title":{},"body":{"changelog.html":{}}}],["science",{"_index":1601,"title":{},"body":{"index.html":{}}}],["search",{"_index":914,"title":{},"body":{"changelog.html":{}}}],["searches",{"_index":927,"title":{},"body":{"changelog.html":{}}}],["section",{"_index":538,"title":{},"body":{"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["sections",{"_index":472,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["see",{"_index":854,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["seg).join",{"_index":220,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["select",{"_index":1078,"title":{},"body":{"changelog.html":{}}}],["selected",{"_index":748,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["selecting",{"_index":974,"title":{},"body":{"changelog.html":{}}}],["selection",{"_index":612,"title":{},"body":{"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["selector",{"_index":18,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["selects",{"_index":1382,"title":{},"body":{"changelog.html":{}}}],["selecttoken",{"_index":450,"title":{},"body":{"injectables/DelegateDataSourceService.html":{}}}],["selecttoken(config",{"_index":445,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["sell",{"_index":1632,"title":{},"body":{"license.html":{}}}],["semantic",{"_index":1394,"title":{},"body":{"changelog.html":{}}}],["sennet",{"_index":992,"title":{},"body":{"changelog.html":{}}}],["sensitive",{"_index":871,"title":{},"body":{"changelog.html":{}}}],["serif",{"_index":240,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["server",{"_index":1370,"title":{},"body":{"changelog.html":{}}}],["services/data",{"_index":412,"title":{},"body":{"modules/CoreModule.html":{}}}],["set",{"_index":1088,"title":{},"body":{"changelog.html":{}}}],["set(this.filter?.tmc",{"_index":623,"title":{},"body":{"components/OrganComponent.html":{}}}],["setting",{"_index":832,"title":{},"body":{"modules/StoreModule.html":{}}}],["setup",{"_index":1143,"title":{},"body":{"changelog.html":{}}}],["sex",{"_index":38,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["sexchange",{"_index":49,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["sexes",{"_index":1280,"title":{},"body":{"changelog.html":{}}}],["shadow",{"_index":561,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["shall",{"_index":1640,"title":{},"body":{"license.html":{}}}],["shared",{"_index":125,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"modules/StoreModule.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["shared/analytics",{"_index":410,"title":{},"body":{"modules/CoreModule.html":{}}}],["shared/web",{"_index":366,"title":{},"body":{"components/AppWebComponent.html":{}}}],["sharereplay",{"_index":131,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["sharereplay(1",{"_index":169,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["shortest",{"_index":1507,"title":{},"body":{"dependencies.html":{}}}],["show",{"_index":1121,"title":{},"body":{"changelog.html":{}}}],["showing",{"_index":1311,"title":{},"body":{"changelog.html":{}}}],["shown",{"_index":1320,"title":{},"body":{"changelog.html":{}}}],["shows",{"_index":1038,"title":{},"body":{"changelog.html":{}}}],["side",{"_index":39,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"changelog.html":{}}}],["sidechange",{"_index":50,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["sides",{"_index":1282,"title":{},"body":{"changelog.html":{}}}],["significant",{"_index":1130,"title":{},"body":{"changelog.html":{}}}],["simple",{"_index":1065,"title":{},"body":{"changelog.html":{}}}],["simplechanges",{"_index":603,"title":{},"body":{"components/OrganComponent.html":{}}}],["simplifies",{"_index":1141,"title":{},"body":{"changelog.html":{}}}],["sites",{"_index":1046,"title":{},"body":{"changelog.html":{}}}],["sizable",{"_index":1238,"title":{},"body":{"changelog.html":{}}}],["size",{"_index":241,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{}}}],["skipself",{"_index":403,"title":{},"body":{"modules/CoreModule.html":{}}}],["slide",{"_index":274,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{}}}],["slider",{"_index":739,"title":{},"body":{"components/SlideToggleComponent.html":{},"dependencies.html":{}}}],["slider/ngx",{"_index":1438,"title":{},"body":{"dependencies.html":{}}}],["slidetogglecomponent",{"_index":273,"title":{"components/SlideToggleComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"coverage.html":{},"overview.html":{}}}],["slidetogglemodule",{"_index":718,"title":{"modules/SlideToggleModule.html":{}},"body":{"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules.html":{},"overview.html":{}}}],["slightly",{"_index":1014,"title":{},"body":{"changelog.html":{}}}],["slow",{"_index":1154,"title":{},"body":{"changelog.html":{}}}],["software",{"_index":1565,"title":{},"body":{"index.html":{},"license.html":{}}}],["solid",{"_index":523,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["solved",{"_index":1233,"title":{},"body":{"changelog.html":{}}}],["sometimes",{"_index":1302,"title":{},"body":{"changelog.html":{}}}],["soon",{"_index":987,"title":{},"body":{"changelog.html":{}}}],["sop",{"_index":1150,"title":{},"body":{"changelog.html":{}}}],["source",{"_index":4,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"modules/LinkCardsModule.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"modules/StoreModule.html":{}}}],["source.service",{"_index":414,"title":{},"body":{"modules/CoreModule.html":{}}}],["source.service.ts",{"_index":436,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["source.service.ts:17",{"_index":451,"title":{},"body":{"injectables/DelegateDataSourceService.html":{}}}],["source/data",{"_index":413,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"coverage.html":{}}}],["sources",{"_index":384,"title":{},"body":{"components/AppWebComponent.html":{},"changelog.html":{}}}],["space",{"_index":531,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["sparc",{"_index":1146,"title":{},"body":{"changelog.html":{}}}],["sparql",{"_index":899,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["spatial",{"_index":921,"title":{},"body":{"changelog.html":{}}}],["spatialentity",{"_index":122,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["spatialscenenode",{"_index":118,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["spec",{"_index":1021,"title":{},"body":{"changelog.html":{}}}],["spec.yaml",{"_index":1581,"title":{},"body":{"index.html":{}}}],["specific",{"_index":1033,"title":{},"body":{"changelog.html":{}}}],["specification",{"_index":1580,"title":{},"body":{"index.html":{}}}],["speed",{"_index":956,"title":{},"body":{"changelog.html":{}}}],["spinal",{"_index":941,"title":{},"body":{"changelog.html":{}}}],["spinning",{"_index":1368,"title":{},"body":{"changelog.html":{}}}],["sprint",{"_index":1177,"title":{},"body":{"changelog.html":{}}}],["stage",{"_index":669,"title":{},"body":{"components/OrganComponent.html":{},"changelog.html":{}}}],["staging",{"_index":999,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["standalone",{"_index":1228,"title":{},"body":{"changelog.html":{}}}],["standard",{"_index":1286,"title":{},"body":{"changelog.html":{}}}],["standards",{"_index":1372,"title":{},"body":{"changelog.html":{}}}],["star2",{"_index":1568,"title":{},"body":{"index.html":{}}}],["started",{"_index":839,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"changelog.html":{}}}],["starts",{"_index":1416,"title":{},"body":{"changelog.html":{}}}],["startup",{"_index":1139,"title":{},"body":{"changelog.html":{}}}],["startwith",{"_index":132,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["startwith('loading",{"_index":197,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["stat",{"_index":806,"title":{},"body":{"components/StatsListComponent.html":{}}}],["stat.count",{"_index":802,"title":{},"body":{"components/StatsListComponent.html":{}}}],["stat.label",{"_index":803,"title":{},"body":{"components/StatsListComponent.html":{}}}],["state",{"_index":756,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["statements",{"_index":1419,"title":{},"body":{"coverage.html":{}}}],["states",{"_index":820,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["static",{"_index":97,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["stats",{"_index":40,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{}}}],["statslabel",{"_index":41,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/StatsListComponent.html":{}}}],["statslistcomponent",{"_index":276,"title":{"components/StatsListComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"modules/StatsListModule.html":{},"coverage.html":{},"overview.html":{}}}],["statslistmodule",{"_index":295,"title":{"modules/StatsListModule.html":{}},"body":{"modules/AppModule.html":{},"modules/StatsListModule.html":{},"modules.html":{},"overview.html":{}}}],["stay",{"_index":1414,"title":{},"body":{"changelog.html":{}}}],["still",{"_index":1162,"title":{},"body":{"changelog.html":{}}}],["store",{"_index":828,"title":{},"body":{"modules/StoreModule.html":{}}}],["store/store.module",{"_index":415,"title":{},"body":{"modules/CoreModule.html":{}}}],["storemodule",{"_index":399,"title":{"modules/StoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{},"modules.html":{},"overview.html":{}}}],["stories",{"_index":1361,"title":{},"body":{"changelog.html":{}}}],["strange",{"_index":823,"title":{},"body":{"modules/StoreModule.html":{}}}],["stream",{"_index":1542,"title":{},"body":{"dependencies.html":{}}}],["streaming",{"_index":1540,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":75,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"miscellaneous/functions.html":{}}}],["structure",{"_index":1189,"title":{},"body":{"changelog.html":{}}}],["structures",{"_index":480,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["styles",{"_index":6,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["styleurls",{"_index":21,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["styling",{"_index":1061,"title":{},"body":{"changelog.html":{}}}],["subject",{"_index":1637,"title":{},"body":{"license.html":{}}}],["sublicense",{"_index":1630,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":1642,"title":{},"body":{"license.html":{}}}],["such",{"_index":898,"title":{},"body":{"changelog.html":{}}}],["super(configstore",{"_index":387,"title":{},"body":{"components/AppWebComponent.html":{}}}],["support",{"_index":903,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["svg",{"_index":1666,"title":{},"body":{"modules.html":{}}}],["swiper",{"_index":1546,"title":{},"body":{"dependencies.html":{}}}],["switch",{"_index":911,"title":{},"body":{"changelog.html":{}}}],["switch__shadow",{"_index":787,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["switch__track::after",{"_index":782,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["switch__track::before",{"_index":781,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["switched",{"_index":1246,"title":{},"body":{"changelog.html":{}}}],["switchmap",{"_index":133,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["switchmap((organ",{"_index":187,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["switchmap(config",{"_index":160,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["switchmap(info",{"_index":172,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["switchmap(organ",{"_index":191,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["sync",{"_index":1106,"title":{},"body":{"changelog.html":{}}}],["table",{"_index":1432,"title":{},"body":{"coverage.html":{}}}],["tables",{"_index":1006,"title":{},"body":{"changelog.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":1431,"title":{},"body":{"coverage.html":{}}}],["tagging",{"_index":1284,"title":{},"body":{"changelog.html":{}}}],["take",{"_index":1031,"title":{},"body":{"changelog.html":{}}}],["tap",{"_index":134,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["tap(config",{"_index":157,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["tap(info",{"_index":166,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["tap(organ",{"_index":177,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["technologies",{"_index":1388,"title":{},"body":{"changelog.html":{}}}],["technology",{"_index":1217,"title":{},"body":{"changelog.html":{}}}],["telemetry",{"_index":1099,"title":{},"body":{"changelog.html":{}}}],["template",{"_index":5,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["templateurl",{"_index":23,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["terms",{"_index":895,"title":{},"body":{"changelog.html":{}}}],["test",{"_index":1349,"title":{},"body":{"changelog.html":{}}}],["testing",{"_index":1292,"title":{},"body":{"changelog.html":{}}}],["text",{"_index":245,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/StatsListComponent.html":{}}}],["theme",{"_index":993,"title":{},"body":{"changelog.html":{}}}],["themes",{"_index":991,"title":{},"body":{"changelog.html":{}}}],["theming",{"_index":989,"title":{},"body":{"changelog.html":{}}}],["this.blocks",{"_index":198,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.blocks?.filter(block",{"_index":625,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.bodyui",{"_index":642,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.bodyui.scene",{"_index":628,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.bodyui.scene.map((node",{"_index":629,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.configstate.getoption('highlightproviders",{"_index":86,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.configstate.getoption('sex",{"_index":105,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.configstate.getoption('side",{"_index":107,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.configstate.patchconfig",{"_index":205,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.filteredblocks",{"_index":624,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.filteredblocks.includes(node.entityid",{"_index":638,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.ga.event('node_click",{"_index":661,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.ga.event(event",{"_index":225,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.highlightednodeid",{"_index":632,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.injector",{"_index":326,"title":{},"body":{"modules/AppModule.html":{}}}],["this.labels[0",{"_index":767,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["this.labels[1",{"_index":768,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["this.latestconfig",{"_index":158,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestconfig.organiri",{"_index":208,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestconfig.sex",{"_index":175,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestconfig.side",{"_index":183,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestorganinfo",{"_index":168,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.latestorganinfo?.hassex",{"_index":179,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.logorganlookup(info",{"_index":167,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.makestatslabel(this.latestorganinfo",{"_index":195,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.nodeclick.emit(event",{"_index":663,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.organ",{"_index":170,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.organ$.pipe",{"_index":186,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.organinfo",{"_index":155,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.organinfo$.pipe",{"_index":171,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.organs.find(item",{"_index":695,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.scene",{"_index":185,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.sex",{"_index":644,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.sexchange.emit(this.sex",{"_index":645,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.side",{"_index":646,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.sidechange.emit(this.side",{"_index":647,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.source.getaggregateresults(filter",{"_index":712,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.source.getreferenceorgans().pipe",{"_index":703,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.source.getreferenceorganscene(info.id",{"_index":711,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.source.gettissueblockresults(filter",{"_index":713,"title":{},"body":{"injectables/OrganLookupService.html":{}}}],["this.stats",{"_index":190,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.statslabel",{"_index":193,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.updatehighlighting",{"_index":621,"title":{},"body":{"components/OrganComponent.html":{}}}],["this.updateinput('sex",{"_index":181,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.updateinput('side",{"_index":184,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["this.value",{"_index":766,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["this.valuechange.emit(this.value",{"_index":769,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["this.zoomtofitorgan",{"_index":643,"title":{},"body":{"components/OrganComponent.html":{}}}],["through",{"_index":1304,"title":{},"body":{"changelog.html":{}}}],["throw",{"_index":381,"title":{},"body":{"components/AppWebComponent.html":{},"modules/CoreModule.html":{}}}],["thumbnails",{"_index":1187,"title":{},"body":{"changelog.html":{}}}],["tied",{"_index":1191,"title":{},"body":{"changelog.html":{}}}],["tiff",{"_index":1313,"title":{},"body":{"changelog.html":{}}}],["timeouts",{"_index":966,"title":{},"body":{"changelog.html":{}}}],["times",{"_index":960,"title":{},"body":{"changelog.html":{}}}],["tissue",{"_index":462,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["tissueblockresult",{"_index":123,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["tissues",{"_index":1012,"title":{},"body":{"changelog.html":{}}}],["title",{"_index":210,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{}}}],["tmc",{"_index":88,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"changelog.html":{}}}],["toggle",{"_index":726,"title":{},"body":{"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"changelog.html":{}}}],["toggle'},{'name",{"_index":275,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["toggle.component",{"_index":795,"title":{},"body":{"modules/SlideToggleModule.html":{}}}],["toggle.component.html",{"_index":728,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.scss",{"_index":727,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts",{"_index":725,"title":{},"body":{"components/SlideToggleComponent.html":{},"coverage.html":{}}}],["toggle.component.ts:13",{"_index":750,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:18",{"_index":740,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:23",{"_index":743,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:28",{"_index":737,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:33",{"_index":744,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:38",{"_index":761,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.component.ts:48",{"_index":752,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["toggle.module",{"_index":723,"title":{},"body":{"modules/OrganModule.html":{}}}],["toggle.module.ts",{"_index":792,"title":{},"body":{"modules/SlideToggleModule.html":{}}}],["toggle/slide",{"_index":722,"title":{},"body":{"modules/OrganModule.html":{},"components/SlideToggleComponent.html":{},"modules/SlideToggleModule.html":{},"coverage.html":{}}}],["toggled",{"_index":742,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["tool",{"_index":1229,"title":{},"body":{"changelog.html":{}}}],["top",{"_index":521,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["tort",{"_index":1661,"title":{},"body":{"license.html":{}}}],["tracking/telemetry",{"_index":1114,"title":{},"body":{"changelog.html":{}}}],["transition",{"_index":555,"title":{},"body":{"components/LinkCardsComponent.html":{},"components/SlideToggleComponent.html":{}}}],["transparency",{"_index":1230,"title":{},"body":{"changelog.html":{}}}],["travisci",{"_index":1250,"title":{},"body":{"changelog.html":{}}}],["tree",{"_index":8,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["true",{"_index":98,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["true=left",{"_index":757,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["try",{"_index":1268,"title":{},"body":{"changelog.html":{}}}],["ts",{"_index":1548,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":1551,"title":{},"body":{"dependencies.html":{}}}],["tuned",{"_index":1415,"title":{},"body":{"changelog.html":{}}}],["turn",{"_index":1212,"title":{},"body":{"changelog.html":{}}}],["turned",{"_index":1195,"title":{},"body":{"changelog.html":{}}}],["turning",{"_index":1192,"title":{},"body":{"changelog.html":{}}}],["tutorial",{"_index":1081,"title":{},"body":{"changelog.html":{}}}],["two",{"_index":741,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["type",{"_index":63,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["typeof",{"_index":373,"title":{},"body":{"components/AppWebComponent.html":{}}}],["types",{"_index":482,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["typescript",{"_index":982,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["typing",{"_index":1379,"title":{},"body":{"changelog.html":{}}}],["ufl",{"_index":1186,"title":{},"body":{"changelog.html":{}}}],["ui",{"_index":120,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{},"changelog.html":{},"index.html":{}}}],["ui.netlify.app",{"_index":1571,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/organ",{"_index":1578,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/rui",{"_index":1576,"title":{},"body":{"index.html":{}}}],["ui/organ",{"_index":1577,"title":{},"body":{"index.html":{}}}],["ui/rui",{"_index":470,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"index.html":{}}}],["uis",{"_index":883,"title":{},"body":{"changelog.html":{}}}],["undefined",{"_index":70,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["university",{"_index":1603,"title":{},"body":{"index.html":{}}}],["unknown",{"_index":204,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["unnecessary",{"_index":1102,"title":{},"body":{"changelog.html":{}}}],["unselect",{"_index":1156,"title":{},"body":{"changelog.html":{}}}],["until",{"_index":1197,"title":{},"body":{"changelog.html":{}}}],["up",{"_index":952,"title":{},"body":{"changelog.html":{}}}],["update",{"_index":865,"title":{},"body":{"changelog.html":{}}}],["updated",{"_index":863,"title":{},"body":{"changelog.html":{}}}],["updatehighlighting",{"_index":584,"title":{},"body":{"components/OrganComponent.html":{}}}],["updateinput",{"_index":46,"title":{},"body":{"components/AppComponent.html":{}}}],["updateinput(key",{"_index":79,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["updates",{"_index":753,"title":{},"body":{"components/SlideToggleComponent.html":{},"changelog.html":{}}}],["updatesex",{"_index":585,"title":{},"body":{"components/OrganComponent.html":{}}}],["updatesex(selection",{"_index":610,"title":{},"body":{"components/OrganComponent.html":{}}}],["updateside",{"_index":586,"title":{},"body":{"components/OrganComponent.html":{}}}],["updateside(selection",{"_index":613,"title":{},"body":{"components/OrganComponent.html":{}}}],["updatetoggle",{"_index":730,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["updatetoggle(selection",{"_index":751,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["upgraded",{"_index":1309,"title":{},"body":{"changelog.html":{}}}],["upgrades",{"_index":1384,"title":{},"body":{"changelog.html":{}}}],["upgrading",{"_index":1117,"title":{},"body":{"changelog.html":{}}}],["upload",{"_index":1225,"title":{},"body":{"changelog.html":{}}}],["url",{"_index":507,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["usage",{"_index":885,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["usage.ipynb",{"_index":1587,"title":{},"body":{"index.html":{}}}],["use",{"_index":209,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["usecase",{"_index":1593,"title":{},"body":{"index.html":{}}}],["usecase.ipynb",{"_index":1590,"title":{},"body":{"index.html":{}}}],["used",{"_index":1211,"title":{},"body":{"changelog.html":{}}}],["useexisting",{"_index":427,"title":{},"body":{"modules/CoreModule.html":{}}}],["user",{"_index":466,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{},"index.html":{}}}],["user/os",{"_index":1091,"title":{},"body":{"changelog.html":{}}}],["useremote",{"_index":446,"title":{},"body":{"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["useremoteapi",{"_index":341,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/DelegateDataSourceOptions.html":{},"injectables/DelegateDataSourceService.html":{}}}],["users",{"_index":1401,"title":{},"body":{"changelog.html":{}}}],["uses",{"_index":1108,"title":{},"body":{"changelog.html":{}}}],["using",{"_index":463,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["utilities",{"_index":1097,"title":{},"body":{"changelog.html":{}}}],["uuid",{"_index":1553,"title":{},"body":{"dependencies.html":{}}}],["v1.1",{"_index":1007,"title":{},"body":{"changelog.html":{}}}],["v1.3",{"_index":893,"title":{},"body":{"changelog.html":{}}}],["v1.4",{"_index":882,"title":{},"body":{"changelog.html":{}}}],["v1.5.0",{"_index":1210,"title":{},"body":{"changelog.html":{}}}],["v1.7",{"_index":1009,"title":{},"body":{"changelog.html":{}}}],["v1.7.0",{"_index":1002,"title":{},"body":{"changelog.html":{}}}],["v1.8.0",{"_index":968,"title":{},"body":{"changelog.html":{}}}],["v1.9.0",{"_index":938,"title":{},"body":{"changelog.html":{}}}],["v1.9.4",{"_index":907,"title":{},"body":{"changelog.html":{}}}],["v1/sparql",{"_index":948,"title":{},"body":{"changelog.html":{}}}],["v2",{"_index":1528,"title":{},"body":{"dependencies.html":{}}}],["v2.1.0",{"_index":891,"title":{},"body":{"changelog.html":{}}}],["v2.2.0",{"_index":878,"title":{},"body":{"changelog.html":{}}}],["v3",{"_index":913,"title":{},"body":{"changelog.html":{}}}],["val",{"_index":372,"title":{},"body":{"components/AppWebComponent.html":{}}}],["val.every(isstring",{"_index":376,"title":{},"body":{"components/AppWebComponent.html":{}}}],["value",{"_index":80,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LinkCardsComponent.html":{},"injectables/OrganLookupService.html":{},"components/SlideToggleComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["value?.startswith",{"_index":386,"title":{},"body":{"components/AppWebComponent.html":{}}}],["valuechange",{"_index":733,"title":{},"body":{"components/SlideToggleComponent.html":{}}}],["var",{"_index":263,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["variable",{"_index":238,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"coverage.html":{}}}],["variables",{"_index":1671,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["version",{"_index":1024,"title":{},"body":{"changelog.html":{},"index.html":{},"properties.html":{}}}],["very",{"_index":1299,"title":{},"body":{"changelog.html":{}}}],["via",{"_index":964,"title":{},"body":{"changelog.html":{}}}],["video",{"_index":1118,"title":{},"body":{"changelog.html":{}}}],["view",{"_index":476,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"changelog.html":{}}}],["viewchild",{"_index":116,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{},"components/OrganComponent.html":{}}}],["viewchild('bodyui",{"_index":617,"title":{},"body":{"components/OrganComponent.html":{}}}],["viewchild('left",{"_index":95,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["viewchild('right",{"_index":102,"title":{},"body":{"components/AppComponent.html":{},"interfaces/GlobalConfig.html":{}}}],["viewer",{"_index":1180,"title":{},"body":{"changelog.html":{}}}],["viewing",{"_index":932,"title":{},"body":{"changelog.html":{}}}],["views",{"_index":1110,"title":{},"body":{"changelog.html":{}}}],["visible",{"_index":494,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["visual",{"_index":930,"title":{},"body":{"changelog.html":{}}}],["visualization",{"_index":1148,"title":{},"body":{"changelog.html":{}}}],["vitessce",{"_index":1310,"title":{},"body":{"changelog.html":{}}}],["void",{"_index":73,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/GlobalConfig.html":{},"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{}}}],["vs",{"_index":1076,"title":{},"body":{"changelog.html":{}}}],["vu",{"_index":1411,"title":{},"body":{"changelog.html":{}}}],["walkthrough",{"_index":1589,"title":{},"body":{"index.html":{}}}],["warming",{"_index":963,"title":{},"body":{"changelog.html":{}}}],["warning",{"_index":1332,"title":{},"body":{"changelog.html":{}}}],["warranties",{"_index":1647,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1644,"title":{},"body":{"license.html":{}}}],["wc",{"_index":332,"title":{},"body":{"components/AppWebComponent.html":{}}}],["wc'},{'name",{"_index":267,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/SlideToggleComponent.html":{},"components/StatsListComponent.html":{}}}],["web",{"_index":312,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["webcomponent",{"_index":1075,"title":{},"body":{"changelog.html":{}}}],["webcomponents/webcomponentsjs",{"_index":1478,"title":{},"body":{"dependencies.html":{}}}],["webpages",{"_index":1030,"title":{},"body":{"changelog.html":{}}}],["website",{"_index":1567,"title":{},"body":{"index.html":{}}}],["week",{"_index":1417,"title":{},"body":{"changelog.html":{}}}],["weight",{"_index":550,"title":{},"body":{"components/LinkCardsComponent.html":{}}}],["whether",{"_index":738,"title":{},"body":{"components/SlideToggleComponent.html":{},"license.html":{}}}],["white",{"_index":250,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{}}}],["whole",{"_index":1413,"title":{},"body":{"changelog.html":{}}}],["width",{"_index":252,"title":{},"body":{"components/AppComponent.html":{},"components/LinkCardsComponent.html":{},"components/OrganComponent.html":{},"components/StatsListComponent.html":{},"changelog.html":{}}}],["window.open(url",{"_index":503,"title":{},"body":{"interfaces/LinkCard.html":{},"components/LinkCardsComponent.html":{}}}],["within",{"_index":1184,"title":{},"body":{"changelog.html":{}}}],["without",{"_index":1043,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["workflows",{"_index":1252,"title":{},"body":{"changelog.html":{}}}],["working",{"_index":1015,"title":{},"body":{"changelog.html":{}}}],["works",{"_index":1272,"title":{},"body":{"changelog.html":{}}}],["x",{"_index":649,"title":{},"body":{"components/OrganComponent.html":{}}}],["x_dimension",{"_index":648,"title":{},"body":{"components/OrganComponent.html":{}}}],["y",{"_index":651,"title":{},"body":{"components/OrganComponent.html":{}}}],["y_dimension",{"_index":650,"title":{},"body":{"components/OrganComponent.html":{}}}],["yes",{"_index":77,"title":{},"body":{"components/AppComponent.html":{},"components/OrganComponent.html":{},"injectables/OrganLookupService.html":{}}}],["youtube",{"_index":1048,"title":{},"body":{"changelog.html":{}}}],["z",{"_index":653,"title":{},"body":{"components/OrganComponent.html":{}}}],["z_dimension",{"_index":652,"title":{},"body":{"components/OrganComponent.html":{}}}],["zone.js",{"_index":1555,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":296,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules/LinkCardsModule.html":{},"modules/OrganModule.html":{},"modules/SlideToggleModule.html":{},"modules/StatsListModule.html":{},"overview.html":{}}}],["zoomtofitorgan",{"_index":587,"title":{},"body":{"components/OrganComponent.html":{}}}]],"pipeline":["stemmer"]}, + "store": {"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n \n\n\n\n\n\n Components\n \n AppComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/app.component.ts\n\n\n\n\n\n \n Implements\n \n \n AfterViewInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root\n \n\n\n\n \n styleUrls\n ./app.component.scss\n \n\n\n\n \n templateUrl\n ./app.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n blocks$\n \n \n Readonly\n filter$\n \n \n Private\n latestConfig\n \n \n Private\n Optional\n latestOrganInfo\n \n \n \n left\n \n \n Readonly\n organ$\n \n \n Readonly\n organInfo$\n \n \n \n right\n \n \n Readonly\n scene$\n \n \n Readonly\n sex$\n \n \n Readonly\n side$\n \n \n Readonly\n stats$\n \n \n Readonly\n statsLabel$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n logOrganLookup\n \n \n Private\n makeStatsLabel\n \n \n ngAfterViewInit\n \n \n updateInput\n \n \n \n \n\n\n \n \n Outputs\n \n \n \n \n \n \n nodeClicked\n \n \n sexChange\n \n \n sideChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(lookup: OrganLookupService, ga: GoogleAnalyticsService, configState: GlobalConfigState)\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:50\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n lookup\n \n \n OrganLookupService\n \n \n \n No\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n \n configState\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n Outputs\n \n \n \n \n \n nodeClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:37\n \n \n \n \n \n \n \n \n \n sexChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:35\n \n \n \n \n \n \n \n \n \n sideChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:36\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n logOrganLookup\n \n \n \n \n \n \n \n logOrganLookup(info: OrganInfo | undefined)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:135\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n info\n \n OrganInfo | undefined\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n makeStatsLabel\n \n \n \n \n \n \n \n makeStatsLabel(info: OrganInfo | undefined, sex?: string)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:125\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n info\n \n OrganInfo | undefined\n \n\n \n No\n \n\n\n \n \n sex\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:115\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateInput\n \n \n \n \n \n \nupdateInput(key: string, value)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:121\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n blocks$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:47\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n filter$\n \n \n \n \n \n \n Default value : this.configState.getOption('highlightProviders')\n .pipe(map((providers: string[]) => ({ tmc: providers })))\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:40\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n latestConfig\n \n \n \n \n \n \n Type : Immutable\n\n \n \n \n \n Default value : {}\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n Optional\n latestOrganInfo\n \n \n \n \n \n \n Type : OrganInfo\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:50\n \n \n\n\n \n \n \n \n \n \n \n \n \n left\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('left', {read: ElementRef, static: true})\n \n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:32\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n organ$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:43\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n organInfo$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:42\n \n \n\n\n \n \n \n \n \n \n \n \n \n right\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('right', {read: ElementRef, static: true})\n \n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n scene$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:44\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n sex$\n \n \n \n \n \n \n Default value : this.configState.getOption('sex')\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:38\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n side$\n \n \n \n \n \n \n Default value : this.configState.getOption('side')\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:39\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n stats$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:45\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n statsLabel$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app.component.ts:46\n \n \n\n\n \n \n\n\n\n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { AfterViewInit, ChangeDetectionStrategy, Component, ElementRef, EventEmitter, Output, ViewChild } from '@angular/core';\nimport { SpatialSceneNode } from 'ccf-body-ui';\nimport { AggregateResult, SpatialEntity, TissueBlockResult } from 'ccf-database';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { Observable, of } from 'rxjs';\nimport { map, shareReplay, startWith, switchMap, tap } from 'rxjs/operators';\n\nimport { OrganLookupService } from './core/services/organ-lookup/organ-lookup.service';\n\n\ninterface GlobalConfig {\n organIri?: string;\n side?: string;\n sex?: 'Both' | 'Male' | 'Female';\n highlightProviders?: string[];\n}\n\nconst EMPTY_SCENE = [\n { color: [0, 0, 0, 0], opacity: 0.001 }\n];\n\n\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements AfterViewInit {\n @ViewChild('left', { read: ElementRef, static: true }) left: ElementRef;\n @ViewChild('right', { read: ElementRef, static: true }) right: ElementRef;\n\n @Output() readonly sexChange = new EventEmitter();\n @Output() readonly sideChange = new EventEmitter();\n @Output() nodeClicked = new EventEmitter();\n readonly sex$ = this.configState.getOption('sex');\n readonly side$ = this.configState.getOption('side');\n readonly filter$ = this.configState.getOption('highlightProviders')\n .pipe(map((providers: string[]) => ({ tmc: providers })));\n readonly organInfo$: Observable;\n readonly organ$: Observable;\n readonly scene$: Observable;\n readonly stats$: Observable;\n readonly statsLabel$: Observable;\n readonly blocks$: Observable;\n\n private latestConfig: Immutable = {};\n private latestOrganInfo?: OrganInfo;\n\n constructor(\n lookup: OrganLookupService,\n private readonly ga: GoogleAnalyticsService,\n private readonly configState: GlobalConfigState\n ) {\n this.organInfo$ = configState.config$.pipe(\n tap(config => (this.latestConfig = config)),\n switchMap(config => lookup.getOrganInfo(\n config.organIri ?? '',\n config.side?.toLowerCase?.() as OrganInfo['side'],\n config.sex\n )),\n tap(info => this.logOrganLookup(info)),\n tap(info => (this.latestOrganInfo = info)),\n shareReplay(1)\n );\n\n this.organ$ = this.organInfo$.pipe(\n switchMap(info => info ? lookup.getOrgan(\n info,\n info.hasSex ? this.latestConfig.sex : undefined\n ) : of(undefined)),\n tap(organ => {\n if (organ && this.latestOrganInfo) {\n const newSex = this.latestOrganInfo?.hasSex ? organ.sex : undefined;\n if (newSex !== this.latestConfig.sex) {\n this.updateInput('sex', newSex);\n }\n if (organ.side !== this.latestConfig.side) {\n this.updateInput('side', organ.side);\n }\n }\n }),\n shareReplay(1)\n );\n\n this.scene$ = this.organ$.pipe(\n switchMap((organ) => organ && this.latestOrganInfo ? lookup.getOrganScene(\n this.latestOrganInfo,\n organ.sex\n ) : of(EMPTY_SCENE as SpatialSceneNode[]))\n );\n\n this.stats$ = this.organ$.pipe(\n switchMap(organ => organ && this.latestOrganInfo ? lookup.getOrganStats(\n this.latestOrganInfo,\n organ.sex\n ) : of([]))\n );\n\n this.statsLabel$ = this.organ$.pipe(\n map((organ) => this.makeStatsLabel(this.latestOrganInfo, organ?.sex)),\n startWith('Loading...')\n );\n\n this.blocks$ = this.organ$.pipe(\n switchMap(organ => organ && this.latestOrganInfo ? lookup.getBlocks(\n this.latestOrganInfo,\n organ.sex\n ) : of([]))\n );\n }\n\n ngAfterViewInit(): void {\n const { left, right } = this;\n const rightHeight = right.nativeElement.offsetHeight;\n left.nativeElement.style.height = `${rightHeight}px`;\n }\n\n updateInput(key: string, value: unknown): void {\n this.configState.patchConfig({ [key]: value });\n }\n\n private makeStatsLabel(info: OrganInfo | undefined, sex?: string): string {\n let parts: (string | undefined)[] = [`Unknown IRI: ${this.latestConfig.organIri}`];\n if (info) {\n // Use title cased side for a cleaner display\n const side = info.side ? info.side.charAt(0).toUpperCase() + info.side.slice(1) : undefined;\n parts = [sex, info.organ, side];\n }\n return parts.filter(seg => !!seg).join(', ');\n }\n\n private logOrganLookup(info: OrganInfo | undefined): void {\n const event = info ? 'organ_lookup_success' : 'organ_lookup_failure';\n const inputs = `Iri: ${this.latestConfig.organIri} - Sex: ${this.latestConfig.sex} - Side: ${this.latestConfig.side}`;\n this.ga.event(event, 'organ', inputs);\n }\n}\n\n \n\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./app.component.scss\n \n .container {\n height: fit-content;\n display: flex;\n flex-direction: row;\n padding: 1rem;\n font-family: Inter, Inter Variable, sans-serif;\n font-size: 0.95rem;\n line-height: 1.5;\n text-align: left;\n position: relative;\n background-color: white;\n color: black;\n\n\n .left {\n width: auto;\n flex-grow: 1;\n }\n\n .right {\n margin-left: 2rem;\n height: fit-content;\n width: 29rem;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nLinkCardsModule\n\nLinkCardsModule\n\nAppModule -->\n\nLinkCardsModule->AppModule\n\n\n\n\n\nOrganModule\n\nOrganModule\n\nAppModule -->\n\nOrganModule->AppModule\n\n\n\n\n\nStatsListModule\n\nStatsListModule\n\nAppModule -->\n\nStatsListModule->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/app.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n AppComponent\n \n \n AppWebComponent\n \n \n \n \n Imports\n \n \n CoreModule\n \n \n LinkCardsModule\n \n \n OrganModule\n \n \n StatsListModule\n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngDoBootstrap\n \n \n \n \n \n \nngDoBootstrap()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/app.module.ts:28\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n\n\n \n import { DoBootstrap, Injector, NgModule } from '@angular/core';\nimport { createCustomElement } from '@angular/elements';\nimport { BrowserModule } from '@angular/platform-browser';\n\nimport { AppWebComponent } from './app-web-component.component';\nimport { AppComponent } from './app.component';\nimport { CoreModule } from './core/core.module';\nimport { OrganModule } from './features/organ/organ.module';\nimport { LinkCardsModule } from './modules/link-cards/link-cards.module';\nimport { StatsListModule } from './modules/stats-list/stats-list.module';\n\n\n\n@NgModule({\n imports: [\n BrowserModule,\n CoreModule,\n LinkCardsModule,\n StatsListModule,\n OrganModule\n ],\n declarations: [AppComponent, AppWebComponent],\n providers: []\n})\nexport class AppModule implements DoBootstrap {\n constructor(private readonly injector: Injector) { }\n\n ngDoBootstrap(): void {\n const appElement = createCustomElement(AppWebComponent, {\n injector: this.injector\n });\n\n customElements.define('ccf-organ-info', appElement);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppWebComponent.html":{"url":"components/AppWebComponent.html","title":"component - AppWebComponent","body":"\n \n\n\n\n\n\n Components\n \n AppWebComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/app-web-component.component.ts\n\n\n\n\n \n Extends\n \n \n BaseWebComponent\n \n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root-wc\n \n\n\n\n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n initialized\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n dataSources\n \n \n highlightProviders\n \n \n hubmapAssetUrl\n \n \n hubmapDataService\n \n \n hubmapDataUrl\n \n \n hubmapPortalUrl\n \n \n hubmapToken\n \n \n organIri\n \n \n remoteApiEndpoint\n \n \n sex\n \n \n side\n \n \n useRemoteApi\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n nodeClicked\n \n \n sexChange\n \n \n sideChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(configStore: GlobalConfigState, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:69\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n configStore\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n dataSources\n \n \n \n \n Type : string | string[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:53\n \n \n \n \n \n \n \n \n \n highlightProviders\n \n \n \n \n Type : string | string[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:54\n \n \n \n \n \n \n \n \n \n hubmapAssetUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:58\n \n \n \n \n \n \n \n \n \n hubmapDataService\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:56\n \n \n \n \n \n \n \n \n \n hubmapDataUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:57\n \n \n \n \n \n \n \n \n \n hubmapPortalUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:60\n \n \n \n \n \n \n \n \n \n hubmapToken\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:59\n \n \n \n \n \n \n \n \n \n organIri\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:50\n \n \n \n \n \n \n \n \n \n remoteApiEndpoint\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:63\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n Type : \"Both\" | \"Male\" | \"Female\"\n\n \n \n \n \n Default value : 'Female'\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:51\n \n \n \n \n \n \n \n \n \n side\n \n \n \n \n Type : \"Left\" | \"Right\"\n\n \n \n \n \n Default value : 'Left'\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:52\n \n \n \n \n \n \n \n \n \n useRemoteApi\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:62\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n nodeClicked\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:67\n \n \n \n \n \n \n \n \n \n sexChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:65\n \n \n \n \n \n \n \n \n \n sideChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:66\n \n \n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n initialized\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/app-web-component.component.ts:69\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, ChangeDetectorRef, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { GlobalConfigState } from 'ccf-shared';\nimport { BaseWebComponent, BUILTIN_PARSERS, GenericGlobalConfig } from 'ccf-shared/web-components';\n\nimport { environment } from '../environments/environment';\n\n\nfunction parseDataSources(value: unknown): string[] {\n const isString = (val: unknown): val is string => typeof val === 'string';\n const isStringArray = (val: unknown): val is string[] => Array.isArray(val) && val.every(isString);\n\n if (typeof value === 'string') {\n const json = BUILTIN_PARSERS.json(value);\n if (isStringArray(json)) {\n return json;\n }\n } else if (isStringArray(value)) {\n return value;\n }\n\n throw new Error('Invalid data sources');\n}\n\nfunction parseStringArray(value: unknown): string[] {\n const isString = (val: unknown): val is string => typeof val === 'string';\n const isStringArray = (val: unknown): val is string[] => Array.isArray(val) && val.every(isString);\n\n if (typeof value === 'string') {\n if (value?.startsWith('[')) {\n const json = BUILTIN_PARSERS.json(value);\n if (isStringArray(json)) {\n return json;\n }\n } else {\n return [value];\n }\n } else if (isStringArray(value)) {\n return value;\n }\n\n throw new Error('Invalid data sources');\n}\n\n@Component({\n selector: 'ccf-root-wc',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppWebComponent extends BaseWebComponent {\n @Input() organIri?: string;\n @Input() sex?: 'Both' | 'Male' | 'Female' = 'Female';\n @Input() side?: 'Left' | 'Right' = 'Left';\n @Input() dataSources: string | string[];\n @Input() highlightProviders: string | string[];\n\n @Input() hubmapDataService: string;\n @Input() hubmapDataUrl: string;\n @Input() hubmapAssetUrl: string;\n @Input() hubmapToken: string;\n @Input() hubmapPortalUrl: string;\n\n @Input() useRemoteApi: string | boolean;\n @Input() remoteApiEndpoint: string;\n\n @Output() readonly sexChange = new EventEmitter();\n @Output() readonly sideChange = new EventEmitter();\n @Output() nodeClicked = new EventEmitter();\n\n initialized: boolean;\n\n constructor(\n configStore: GlobalConfigState,\n cdr: ChangeDetectorRef\n ) {\n super(configStore, cdr, {\n initialDelay: 10,\n\n initialConfig: {\n ...environment.dbOptions,\n ...globalThis['dbOptions']\n },\n parse: {\n dataSources: parseDataSources,\n highlightProviders: parseStringArray,\n useRemoteApi: BUILTIN_PARSERS.boolean\n }\n });\n }\n}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppWebComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\n\nStoreModule\n\nStoreModule\n\n\n\nCoreModule\n\nCoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/core/core.module.ts\n \n\n\n\n\n\n \n \n \n Imports\n \n \n StoreModule\n \n \n \n \n \n\n\n \n\n\n \n import { HttpClientModule } from '@angular/common/http';\nimport { NgModule, Optional, SkipSelf } from '@angular/core';\nimport { CcfApiConfiguration, CcfApiModule } from 'ccf-openapi/angular-client';\nimport { DataSourceService } from 'ccf-shared';\nimport { AnalyticsModule } from 'ccf-shared/analytics';\n\nimport { environment } from '../../environments/environment';\nimport { DelegateDataSourceService } from './services/data-source/data-source.service';\nimport { StoreModule } from './store/store.module';\n\n\n@NgModule({\n imports: [\n HttpClientModule,\n AnalyticsModule.forRoot({\n gaToken: environment.googleAnalyticsToken,\n\n appName: 'organ-info',\n projectName: 'ccf',\n\n developmentMode: !environment.production\n }),\n\n CcfApiModule.forRoot(() => new CcfApiConfiguration({\n basePath: environment.dbOptions.remoteApiEndpoint\n })),\n\n StoreModule\n ],\n providers: [\n { provide: DataSourceService, useExisting: DelegateDataSourceService }\n ],\n exports: []\n})\nexport class CoreModule {\n constructor(@Optional() @SkipSelf() core: CoreModule) {\n if (core) {\n throw new Error('The core module should only be imported once in the root module');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DelegateDataSourceOptions.html":{"url":"interfaces/DelegateDataSourceOptions.html","title":"interface - DelegateDataSourceOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DelegateDataSourceOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n remoteApiEndpoint\n \n \n \n Optional\n \n useRemoteApi\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n remoteApiEndpoint\n \n \n \n \n \n \n \n \n remoteApiEndpoint: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n useRemoteApi\n \n \n \n \n \n \n \n \n useRemoteApi: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Injectable, ProviderToken } from '@angular/core';\nimport {\n ApiEndpointDataSourceService, CCFDatabaseDataSourceService, DataSourceLike, InjectorDelegateDataSourceService,\n} from 'ccf-shared';\n\n\nexport interface DelegateDataSourceOptions {\n useRemoteApi?: boolean;\n remoteApiEndpoint?: string;\n}\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DelegateDataSourceService extends InjectorDelegateDataSourceService {\n protected selectToken(config: DelegateDataSourceOptions): ProviderToken {\n const useRemote = config.useRemoteApi && !!config.remoteApiEndpoint;\n return useRemote ? ApiEndpointDataSourceService : CCFDatabaseDataSourceService;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/DelegateDataSourceService.html":{"url":"injectables/DelegateDataSourceService.html","title":"injectable - DelegateDataSourceService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n DelegateDataSourceService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts\n \n\n\n\n \n Extends\n \n \n InjectorDelegateDataSourceService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Protected\n selectToken\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Protected\n selectToken\n \n \n \n \n \n \n \n selectToken(config: DelegateDataSourceOptions)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts:17\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n DelegateDataSourceOptions\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ProviderToken\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Injectable, ProviderToken } from '@angular/core';\nimport {\n ApiEndpointDataSourceService, CCFDatabaseDataSourceService, DataSourceLike, InjectorDelegateDataSourceService,\n} from 'ccf-shared';\n\n\nexport interface DelegateDataSourceOptions {\n useRemoteApi?: boolean;\n remoteApiEndpoint?: string;\n}\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DelegateDataSourceService extends InjectorDelegateDataSourceService {\n protected selectToken(config: DelegateDataSourceOptions): ProviderToken {\n const useRemote = config.useRemoteApi && !!config.remoteApiEndpoint;\n return useRemote ? ApiEndpointDataSourceService : CCFDatabaseDataSourceService;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/GlobalConfig.html":{"url":"interfaces/GlobalConfig.html","title":"interface - GlobalConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n GlobalConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/app.component.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n highlightProviders\n \n \n \n Optional\n \n organIri\n \n \n \n Optional\n \n sex\n \n \n \n Optional\n \n side\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n highlightProviders\n \n \n \n \n \n \n \n \n highlightProviders: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n organIri\n \n \n \n \n \n \n \n \n organIri: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: \"Both\" | \"Male\" | \"Female\"\n\n \n \n\n\n \n \n Type : \"Both\" | \"Male\" | \"Female\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n side\n \n \n \n \n \n \n \n \n side: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { AfterViewInit, ChangeDetectionStrategy, Component, ElementRef, EventEmitter, Output, ViewChild } from '@angular/core';\nimport { SpatialSceneNode } from 'ccf-body-ui';\nimport { AggregateResult, SpatialEntity, TissueBlockResult } from 'ccf-database';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { Observable, of } from 'rxjs';\nimport { map, shareReplay, startWith, switchMap, tap } from 'rxjs/operators';\n\nimport { OrganLookupService } from './core/services/organ-lookup/organ-lookup.service';\n\n\ninterface GlobalConfig {\n organIri?: string;\n side?: string;\n sex?: 'Both' | 'Male' | 'Female';\n highlightProviders?: string[];\n}\n\nconst EMPTY_SCENE = [\n { color: [0, 0, 0, 0], opacity: 0.001 }\n];\n\n\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements AfterViewInit {\n @ViewChild('left', { read: ElementRef, static: true }) left: ElementRef;\n @ViewChild('right', { read: ElementRef, static: true }) right: ElementRef;\n\n @Output() readonly sexChange = new EventEmitter();\n @Output() readonly sideChange = new EventEmitter();\n @Output() nodeClicked = new EventEmitter();\n readonly sex$ = this.configState.getOption('sex');\n readonly side$ = this.configState.getOption('side');\n readonly filter$ = this.configState.getOption('highlightProviders')\n .pipe(map((providers: string[]) => ({ tmc: providers })));\n readonly organInfo$: Observable;\n readonly organ$: Observable;\n readonly scene$: Observable;\n readonly stats$: Observable;\n readonly statsLabel$: Observable;\n readonly blocks$: Observable;\n\n private latestConfig: Immutable = {};\n private latestOrganInfo?: OrganInfo;\n\n constructor(\n lookup: OrganLookupService,\n private readonly ga: GoogleAnalyticsService,\n private readonly configState: GlobalConfigState\n ) {\n this.organInfo$ = configState.config$.pipe(\n tap(config => (this.latestConfig = config)),\n switchMap(config => lookup.getOrganInfo(\n config.organIri ?? '',\n config.side?.toLowerCase?.() as OrganInfo['side'],\n config.sex\n )),\n tap(info => this.logOrganLookup(info)),\n tap(info => (this.latestOrganInfo = info)),\n shareReplay(1)\n );\n\n this.organ$ = this.organInfo$.pipe(\n switchMap(info => info ? lookup.getOrgan(\n info,\n info.hasSex ? this.latestConfig.sex : undefined\n ) : of(undefined)),\n tap(organ => {\n if (organ && this.latestOrganInfo) {\n const newSex = this.latestOrganInfo?.hasSex ? organ.sex : undefined;\n if (newSex !== this.latestConfig.sex) {\n this.updateInput('sex', newSex);\n }\n if (organ.side !== this.latestConfig.side) {\n this.updateInput('side', organ.side);\n }\n }\n }),\n shareReplay(1)\n );\n\n this.scene$ = this.organ$.pipe(\n switchMap((organ) => organ && this.latestOrganInfo ? lookup.getOrganScene(\n this.latestOrganInfo,\n organ.sex\n ) : of(EMPTY_SCENE as SpatialSceneNode[]))\n );\n\n this.stats$ = this.organ$.pipe(\n switchMap(organ => organ && this.latestOrganInfo ? lookup.getOrganStats(\n this.latestOrganInfo,\n organ.sex\n ) : of([]))\n );\n\n this.statsLabel$ = this.organ$.pipe(\n map((organ) => this.makeStatsLabel(this.latestOrganInfo, organ?.sex)),\n startWith('Loading...')\n );\n\n this.blocks$ = this.organ$.pipe(\n switchMap(organ => organ && this.latestOrganInfo ? lookup.getBlocks(\n this.latestOrganInfo,\n organ.sex\n ) : of([]))\n );\n }\n\n ngAfterViewInit(): void {\n const { left, right } = this;\n const rightHeight = right.nativeElement.offsetHeight;\n left.nativeElement.style.height = `${rightHeight}px`;\n }\n\n updateInput(key: string, value: unknown): void {\n this.configState.patchConfig({ [key]: value });\n }\n\n private makeStatsLabel(info: OrganInfo | undefined, sex?: string): string {\n let parts: (string | undefined)[] = [`Unknown IRI: ${this.latestConfig.organIri}`];\n if (info) {\n // Use title cased side for a cleaner display\n const side = info.side ? info.side.charAt(0).toUpperCase() + info.side.slice(1) : undefined;\n parts = [sex, info.organ, side];\n }\n return parts.filter(seg => !!seg).join(', ');\n }\n\n private logOrganLookup(info: OrganInfo | undefined): void {\n const event = info ? 'organ_lookup_success' : 'organ_lookup_failure';\n const inputs = `Iri: ${this.latestConfig.organIri} - Sex: ${this.latestConfig.sex} - Side: ${this.latestConfig.side}`;\n this.ga.event(event, 'organ', inputs);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LinkCard.html":{"url":"interfaces/LinkCard.html","title":"interface - LinkCard","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LinkCard\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n body\n \n \n \n \n buttonTitle\n \n \n \n \n buttonUrl\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n body\n \n \n \n \n \n \n \n \n body: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n buttonTitle\n \n \n \n \n \n \n \n \n buttonTitle: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n buttonUrl\n \n \n \n \n \n \n \n \n buttonUrl: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component } from '@angular/core';\n\ninterface LinkCard {\n body: string;\n buttonTitle: string;\n buttonUrl: string;\n}\n\n@Component({\n selector: 'ccf-link-cards',\n templateUrl: './link-cards.component.html',\n styleUrls: ['./link-cards.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class LinkCardsComponent {\n linkCards: LinkCard[] = [\n {\n body: 'Add tissue blocks using the HRA Registration User Interface (RUI).',\n buttonTitle: 'Register Tissue',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-ui/rui/'\n },\n {\n body: 'Explore tissue sections in tissue blocks with the HRA Exploration User Interface (EUI).',\n buttonTitle: 'Explore Tissue',\n buttonUrl: 'https://portal.hubmapconsortium.org/ccf-eui'\n },\n {\n body: 'View linkages between anatomical structures, cell types, and common biomarkers (ASCT+B).',\n buttonTitle: 'ASCT+B Reporter',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-asct-reporter/'\n }\n ];\n\n deepDives: LinkCard[] = [\n {\n body: '',\n buttonTitle: 'HRA Portal',\n buttonUrl: 'https://humanatlas.io'\n },\n {\n body: '',\n buttonTitle: 'Online Course',\n buttonUrl: 'https://expand.iu.edu/browse/sice/cns/courses/hubmap-visible-human-mooc'\n },\n {\n body: '',\n buttonTitle: 'Paper',\n buttonUrl: 'https://www.nature.com/articles/s41556-021-00788-6'\n }\n ];\n\n goToURL(url: string): void {\n window.open(url, '_blank');\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LinkCardsComponent.html":{"url":"components/LinkCardsComponent.html","title":"component - LinkCardsComponent","body":"\n \n\n\n\n\n\n Components\n \n LinkCardsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-link-cards\n \n\n\n\n \n styleUrls\n ./link-cards.component.scss\n \n\n\n\n \n templateUrl\n ./link-cards.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n deepDives\n \n \n linkCards\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n goToURL\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n goToURL\n \n \n \n \n \n \ngoToURL(url: string)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts:52\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n deepDives\n \n \n \n \n \n \n Type : LinkCard[]\n\n \n \n \n \n Default value : [\n {\n body: '',\n buttonTitle: 'HRA Portal',\n buttonUrl: 'https://humanatlas.io'\n },\n {\n body: '',\n buttonTitle: 'Online Course',\n buttonUrl: 'https://expand.iu.edu/browse/sice/cns/courses/hubmap-visible-human-mooc'\n },\n {\n body: '',\n buttonTitle: 'Paper',\n buttonUrl: 'https://www.nature.com/articles/s41556-021-00788-6'\n }\n ]\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts:34\n \n \n\n\n \n \n \n \n \n \n \n \n linkCards\n \n \n \n \n \n \n Type : LinkCard[]\n\n \n \n \n \n Default value : [\n {\n body: 'Add tissue blocks using the HRA Registration User Interface (RUI).',\n buttonTitle: 'Register Tissue',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-ui/rui/'\n },\n {\n body: 'Explore tissue sections in tissue blocks with the HRA Exploration User Interface (EUI).',\n buttonTitle: 'Explore Tissue',\n buttonUrl: 'https://portal.hubmapconsortium.org/ccf-eui'\n },\n {\n body: 'View linkages between anatomical structures, cell types, and common biomarkers (ASCT+B).',\n buttonTitle: 'ASCT+B Reporter',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-asct-reporter/'\n }\n ]\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts:16\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component } from '@angular/core';\n\ninterface LinkCard {\n body: string;\n buttonTitle: string;\n buttonUrl: string;\n}\n\n@Component({\n selector: 'ccf-link-cards',\n templateUrl: './link-cards.component.html',\n styleUrls: ['./link-cards.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class LinkCardsComponent {\n linkCards: LinkCard[] = [\n {\n body: 'Add tissue blocks using the HRA Registration User Interface (RUI).',\n buttonTitle: 'Register Tissue',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-ui/rui/'\n },\n {\n body: 'Explore tissue sections in tissue blocks with the HRA Exploration User Interface (EUI).',\n buttonTitle: 'Explore Tissue',\n buttonUrl: 'https://portal.hubmapconsortium.org/ccf-eui'\n },\n {\n body: 'View linkages between anatomical structures, cell types, and common biomarkers (ASCT+B).',\n buttonTitle: 'ASCT+B Reporter',\n buttonUrl: 'https://hubmapconsortium.github.io/ccf-asct-reporter/'\n }\n ];\n\n deepDives: LinkCard[] = [\n {\n body: '',\n buttonTitle: 'HRA Portal',\n buttonUrl: 'https://humanatlas.io'\n },\n {\n body: '',\n buttonTitle: 'Online Course',\n buttonUrl: 'https://expand.iu.edu/browse/sice/cns/courses/hubmap-visible-human-mooc'\n },\n {\n body: '',\n buttonTitle: 'Paper',\n buttonUrl: 'https://www.nature.com/articles/s41556-021-00788-6'\n }\n ];\n\n goToURL(url: string): void {\n window.open(url, '_blank');\n }\n}\n\n \n\n \n \n \n \n {{ card.body }}\n \n {{ card.buttonTitle }}\n \n \n\n\n\n Human Reference Atlas (HRA) Deep Dive\n \n {{\n button.buttonTitle }}\n \n\n\n \n\n \n \n ./link-cards.component.scss\n \n .link-cards-container {\n max-width: 30rem;\n\n .link-card {\n border-top: 1px solid #e0e0e0;\n padding-top: 1px;\n padding-bottom: 1px;\n\n &:last-of-type {\n border-bottom: 1px solid #e0e0e0;\n }\n\n .link-card-content {\n align-items: center;\n padding: 1rem;\n padding-right: 0rem;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n border-left: 6px solid #444A65;\n\n .link-button {\n margin-left: 2rem;\n background-color: #444A65;\n color: #ffffff;\n\n &:hover {\n background-color: #2F3346;\n }\n }\n }\n }\n}\n\n.deep-dive-section {\n margin-top: 2rem;\n\n .title {\n margin-bottom: 1rem;\n font-size: 1rem;\n }\n\n .button-container {\n display: flex;\n flex-direction: row;\n\n .btn-outline {\n color: #444A65;\n border: 1px solid #444A65;\n background-color: white;\n\n &:not(:last-of-type) {\n margin-right: 1rem;\n }\n\n &:hover {\n background-color: #e0e0e0;\n }\n }\n }\n}\n\n.btn {\n min-width: 9rem !important;\n max-height: 2.28125rem;\n text-align: center;\n white-space: nowrap;\n cursor: pointer;\n font-size: 0.875rem;\n font-weight: 500;\n border-radius: 2px;\n line-height: 2.75;\n transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n font-family: Inter, Inter Variable, Helvetica, Arial, sans-serif;\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ card.body }} {{ card.buttonTitle }} Human Reference Atlas (HRA) Deep Dive {{ button.buttonTitle }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'LinkCardsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LinkCardsModule.html":{"url":"modules/LinkCardsModule.html","title":"module - LinkCardsModule","body":"\n \n\n\n\n\n Modules\n LinkCardsModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_LinkCardsModule\n\n\n\ncluster_LinkCardsModule_declarations\n\n\n\ncluster_LinkCardsModule_exports\n\n\n\n\nLinkCardsComponent\n\nLinkCardsComponent\n\n\n\nLinkCardsModule\n\nLinkCardsModule\n\nLinkCardsModule -->\n\nLinkCardsComponent->LinkCardsModule\n\n\n\n\n\nLinkCardsComponent \n\nLinkCardsComponent \n\nLinkCardsComponent -->\n\nLinkCardsModule->LinkCardsComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n LinkCardsComponent\n \n \n \n \n Exports\n \n \n LinkCardsComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { LinkCardsComponent } from './link-cards.component';\nimport { NgxGoogleAnalyticsModule } from 'ngx-google-analytics';\n\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n NgxGoogleAnalyticsModule,\n ],\n declarations: [LinkCardsComponent],\n exports: [LinkCardsComponent]\n})\nexport class LinkCardsModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/OrganComponent.html":{"url":"components/OrganComponent.html","title":"component - OrganComponent","body":"\n \n\n\n\n\n\n Components\n \n OrganComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/features/organ/organ.component.ts\n\n\n\n\n\n \n Implements\n \n \n AfterViewChecked\n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-organ\n \n\n\n\n \n styleUrls\n ./organ.component.scss\n \n\n\n\n \n templateUrl\n ./organ.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n bodyUI\n \n \n filteredBlocks\n \n \n highlightedNodeId\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngAfterViewChecked\n \n \n ngOnChanges\n \n \n nodeClicked\n \n \n updateHighlighting\n \n \n updateSex\n \n \n updateSide\n \n \n zoomToFitOrgan\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n blocks\n \n \n filter\n \n \n organ\n \n \n organIri\n \n \n scene\n \n \n sex\n \n \n side\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n nodeClick\n \n \n sexChange\n \n \n sideChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:30\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n blocks\n \n \n \n \n Type : TissueBlockResult[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:20\n \n \n \n \n \n \n \n \n \n filter\n \n \n \n \n Type : Filter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:21\n \n \n \n \n \n \n \n \n \n organ\n \n \n \n \n Type : SpatialEntity\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:15\n \n \n \n \n \n \n \n \n \n organIri\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:17\n \n \n \n \n \n \n \n \n \n scene\n \n \n \n \n Type : SpatialSceneNode[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:16\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n Type : \"Male\" | \"Female\" | \"Both\"\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:18\n \n \n \n \n \n \n \n \n \n side\n \n \n \n \n Type : \"Left\" | \"Right\"\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:19\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n nodeClick\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:25\n \n \n \n \n \n \n \n \n \n sexChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:23\n \n \n \n \n \n \n \n \n \n sideChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:24\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngAfterViewChecked\n \n \n \n \n \n \nngAfterViewChecked()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:34\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges(changes: SimpleChanges)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n changes\n \n SimpleChanges\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n nodeClicked\n \n \n \n \n \n \nnodeClicked(event: NodeClickEvent)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:77\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n NodeClickEvent\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateHighlighting\n \n \n \n \n \n \nupdateHighlighting()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:38\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateSex\n \n \n \n \n \n \nupdateSex(selection?: \"Male\" | \"Female\")\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n selection\n \n \"Male\" | \"Female\"\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSide\n \n \n \n \n \n \nupdateSide(selection?: \"Left\" | \"Right\")\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:62\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n selection\n \n \"Left\" | \"Right\"\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n zoomToFitOrgan\n \n \n \n \n \n \nzoomToFitOrgan()\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:67\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n bodyUI\n \n \n \n \n \n \n Type : BodyUiComponent\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('bodyUI', {static: true})\n \n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n filteredBlocks\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n highlightedNodeId\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/organ/organ.component.ts:29\n \n \n\n\n \n \n\n\n\n\n\n \n import { AfterViewChecked, ChangeDetectionStrategy, Component, EventEmitter, Input, OnChanges, Output, SimpleChanges, ViewChild } from '@angular/core';\nimport { NodeClickEvent, SpatialSceneNode } from 'ccf-body-ui';\nimport { Filter, SpatialEntity, TissueBlockResult } from 'ccf-database';\nimport { BodyUiComponent } from 'ccf-shared';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n@Component({\n selector: 'ccf-organ',\n templateUrl: './organ.component.html',\n styleUrls: ['./organ.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class OrganComponent implements AfterViewChecked, OnChanges {\n @Input() organ?: SpatialEntity;\n @Input() scene: SpatialSceneNode[];\n @Input() organIri: string;\n @Input() sex?: 'Male' | 'Female' | 'Both';\n @Input() side?: 'Left' | 'Right';\n @Input() blocks?: TissueBlockResult[];\n @Input() filter?: Filter;\n\n @Output() readonly sexChange = new EventEmitter();\n @Output() readonly sideChange = new EventEmitter();\n @Output() readonly nodeClick = new EventEmitter();\n\n @ViewChild('bodyUI', { static: true }) readonly bodyUI!: BodyUiComponent;\n\n highlightedNodeId: string;\n filteredBlocks: string[];\n\n constructor(readonly ga: GoogleAnalyticsService) { }\n\n ngAfterViewChecked(): void {\n this.updateHighlighting();\n }\n\n updateHighlighting(): void {\n const providerName = new Set(this.filter?.tmc ?? []);\n this.filteredBlocks = this.blocks?.filter(block => providerName.has(block.donor.providerName)).map(block => block['@id']) ?? [];\n this.bodyUI.scene = this.bodyUI.scene.map((node): SpatialSceneNode =>\n ({\n ...node,\n color: node.entityId && this.highlightedNodeId === node['@id'] ?\n [30, 136, 229, 255] :\n this.filteredBlocks.includes(node.entityId ?? '') ? [173, 255, 47, 229.5] : [255, 255, 255, 229.5]\n })\n );\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (this.bodyUI && 'organ' in changes) {\n this.zoomToFitOrgan();\n }\n }\n\n updateSex(selection?: 'Male' | 'Female'): void {\n this.sex = selection;\n this.sexChange.emit(this.sex);\n }\n\n updateSide(selection?: 'Left' | 'Right'): void {\n this.side = selection;\n this.sideChange.emit(this.side);\n }\n\n zoomToFitOrgan(): void {\n const { bodyUI, organ } = this;\n if (organ) {\n const { x_dimension: x, y_dimension: y, z_dimension: z } = organ;\n bodyUI.rotation = bodyUI.rotationX = 0;\n bodyUI.bounds = { x: 1.25 * x / 1000, y: 1.25 * y / 1000, z: 1.25 * z / 1000 };\n bodyUI.target = [x / 1000 / 2, y / 1000 / 2, z / 1000 / 2];\n }\n }\n\n nodeClicked(event: NodeClickEvent): void {\n this.ga.event('node_click', 'organ', event.node['@id']);\n this.highlightedNodeId = this.highlightedNodeId && this.highlightedNodeId === event.node['@id'] ? '' : event.node['@id'];\n this.nodeClick.emit(event);\n }\n}\n\n \n\n \n \n\n\n\n \n \n\n \n \n\n\n \n\n \n \n ./organ.component.scss\n \n :host {\n display: block;\n background-color: black;\n border-radius: 0.5rem;\n color: white;\n height: 100%;\n\n .body-ui {\n height: 90%;\n }\n\n .stage-options {\n padding: 1rem;\n min-width: 352px;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'OrganComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/OrganLookupService.html":{"url":"injectables/OrganLookupService.html","title":"injectable - OrganLookupService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n OrganLookupService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Readonly\n organs\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getBlocks\n \n \n getOrgan\n \n \n getOrganInfo\n \n \n getOrganScene\n \n \n getOrganStats\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(source: DataSourceService)\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:12\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n source\n \n \n DataSourceService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getBlocks\n \n \n \n \n \n \ngetBlocks(info: OrganInfo, sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:60\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n info\n \n OrganInfo\n \n\n \n No\n \n\n \n \n\n \n \n sex\n \n \n\n \n No\n \n\n \n 'Female'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrgan\n \n \n \n \n \n \ngetOrgan(info: OrganInfo, sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:34\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n info\n \n OrganInfo\n \n\n \n No\n \n\n \n \n\n \n \n sex\n \n \n\n \n No\n \n\n \n 'Both'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrganInfo\n \n \n \n \n \n \ngetOrganInfo(iri: string, side?, _sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:16\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n iri\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n side\n \n \n\n \n Yes\n \n\n \n \n\n \n \n _sex\n \n \n\n \n No\n \n\n \n 'Female'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrganScene\n \n \n \n \n \n \ngetOrganScene(info: OrganInfo, sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:42\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n info\n \n OrganInfo\n \n\n \n No\n \n\n \n \n\n \n \n sex\n \n \n\n \n No\n \n\n \n 'Female'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrganStats\n \n \n \n \n \n \ngetOrganStats(info: OrganInfo, sex)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n info\n \n OrganInfo\n \n\n \n No\n \n\n \n \n\n \n \n sex\n \n \n\n \n No\n \n\n \n 'Female'\n \n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n Readonly\n organs\n \n \n \n \n \n \n Default value : ALL_POSSIBLE_ORGANS\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts:12\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { AggregateResult, Filter, SpatialEntity, SpatialSceneNode, TissueBlockResult } from 'ccf-database';\nimport { ALL_POSSIBLE_ORGANS, DataSourceService, OrganInfo } from 'ccf-shared';\nimport { Observable, of } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class OrganLookupService {\n private readonly organs = ALL_POSSIBLE_ORGANS;\n\n constructor(private readonly source: DataSourceService) { }\n\n getOrganInfo(iri: string, side?: OrganInfo['side'], _sex: Filter['sex'] = 'Female'): Observable {\n let info = this.organs.find(item => item.id === iri);\n if (!info) {\n return of(undefined);\n }\n\n const organ = info.organ;\n\n if (info.disabled) {\n info = this.organs.find(item => !item.disabled && item.organ === organ);\n }\n if (info?.side && side && info.side !== side) {\n info = this.organs.find(item => !item.disabled && item.organ === organ && item.side === side);\n }\n\n return of(info);\n }\n\n getOrgan(info: OrganInfo, sex: Filter['sex'] = 'Both'): Observable {\n return this.source.getReferenceOrgans().pipe(\n map(entities => entities.find(entity =>\n entity.representation_of === info.id && (sex === 'Both' || entity.sex === sex)\n ))\n );\n }\n\n getOrganScene(info: OrganInfo, sex: Filter['sex'] = 'Female'): Observable {\n if (info.id) {\n const filter: Partial = { ontologyTerms: [info.id], sex };\n return this.source.getReferenceOrganScene(info.id, filter as Filter);\n } else {\n return of([]);\n }\n }\n\n getOrganStats(info: OrganInfo, sex: Filter['sex'] = 'Female'): Observable {\n if (info.id) {\n const filter: Partial = { ontologyTerms: [info.id], sex };\n return this.source.getAggregateResults(filter as Filter);\n } else {\n return of([]);\n }\n }\n\n getBlocks(info: OrganInfo, sex: Filter['sex'] = 'Female'): Observable {\n if (info.id) {\n const filter: Partial = { ontologyTerms: [info.id], sex };\n return this.source.getTissueBlockResults(filter as Filter);\n } else {\n return of([]);\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/OrganModule.html":{"url":"modules/OrganModule.html","title":"module - OrganModule","body":"\n \n\n\n\n\n Modules\n OrganModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_OrganModule\n\n\n\ncluster_OrganModule_declarations\n\n\n\ncluster_OrganModule_imports\n\n\n\ncluster_OrganModule_exports\n\n\n\n\nOrganComponent\n\nOrganComponent\n\n\n\nOrganModule\n\nOrganModule\n\nOrganModule -->\n\nOrganComponent->OrganModule\n\n\n\n\n\nOrganComponent \n\nOrganComponent \n\nOrganComponent -->\n\nOrganModule->OrganComponent \n\n\n\n\n\nSlideToggleModule\n\nSlideToggleModule\n\nOrganModule -->\n\nSlideToggleModule->OrganModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/features/organ/organ.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n OrganComponent\n \n \n \n \n Imports\n \n \n SlideToggleModule\n \n \n \n \n Exports\n \n \n OrganComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { OrganComponent } from './organ.component';\n\nimport { BodyUiModule } from 'ccf-shared';\nimport { SlideToggleModule } from '../slide-toggle/slide-toggle/slide-toggle.module';\n\n\n@NgModule({\n declarations: [\n OrganComponent\n ],\n imports: [\n CommonModule,\n BodyUiModule,\n SlideToggleModule\n ],\n exports: [\n OrganComponent\n ]\n})\nexport class OrganModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SlideToggleComponent.html":{"url":"components/SlideToggleComponent.html","title":"component - SlideToggleComponent","body":"\n \n\n\n\n\n\n Components\n \n SlideToggleComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-slide-toggle\n \n\n\n\n \n styleUrls\n ./slide-toggle.component.scss\n \n\n\n\n \n templateUrl\n ./slide-toggle.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n updateToggle\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n disabled\n \n \n labels\n \n \n value\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n valueChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n left\n \n \n \n \n \n \n\n\n\n \n Inputs\n \n \n \n \n \n disabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:28\n \n \n \n \n Whether or not the slider is disabled\n\n \n \n \n \n \n \n \n \n \n labels\n \n \n \n \n Type : [string, string]\n\n \n \n \n \n Default value : ['Left', 'Right']\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:18\n \n \n \n \n The two selection options to be toggled\n\n \n \n \n \n \n \n \n \n \n value\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'Left'\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:23\n \n \n \n \n Input value for toggle slider\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n valueChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:33\n \n \n \n \n Emits the datatype with the currently selected option\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-slide-toggle\"\n\n \n \n \n \n Default value : 'ccf-slide-toggle'\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:13\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n updateToggle\n \n \n \n \n \n \nupdateToggle(selection: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:48\n \n \n\n\n \n \n Updates and emits the currently selected option\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n selection\n \n boolean\n \n\n \n No\n \n\n\n \n The current toggle state (true=left, false=right)\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-slide-toggle'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:13\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n left\n \n \n\n \n \n getleft()\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts:38\n \n \n \n \n Determines if left toggle option is selected\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import { Component, EventEmitter, HostBinding, Input, Output, ChangeDetectionStrategy } from '@angular/core';\n\n@Component({\n selector: 'ccf-slide-toggle',\n templateUrl: './slide-toggle.component.html',\n styleUrls: ['./slide-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SlideToggleComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-slide-toggle';\n\n /**\n * The two selection options to be toggled\n */\n @Input() labels: [string, string] = ['Left', 'Right'];\n\n /**\n * Input value for toggle slider\n */\n @Input() value = 'Left';\n\n /**\n * Whether or not the slider is disabled\n */\n @Input() disabled = false;\n\n /**\n * Emits the datatype with the currently selected option\n */\n @Output() readonly valueChange = new EventEmitter();\n\n /**\n * Determines if left toggle option is selected\n */\n get left(): boolean {\n const { value, labels } = this;\n return value !== labels[1];\n }\n\n /**\n * Updates and emits the currently selected option\n *\n * @param selection The current toggle state (true=left, false=right)\n */\n updateToggle(selection: boolean): void {\n this.value = selection ? this.labels[0] : this.labels[1];\n this.valueChange.emit(this.value);\n }\n}\n\n \n\n \n {{labels[0].charAt(0).toUpperCase() + labels[0].slice(1)}}\n\n{{labels[1].charAt(0).toUpperCase() + labels[1].slice(1)}}\n\n \n\n \n \n ./slide-toggle.component.scss\n \n :host{\n .slide-label {\n margin: 0 1rem;\n transition: color .6s;\n cursor: pointer;\n opacity: 50%;\n\n &.highlighted {\n opacity: 100%;\n }\n }\n\n .disabled {\n opacity: 30% !important;\n cursor: not-allowed;\n }\n\n ::ng-deep .slider {\n .mdc-switch__track::before, .mdc-switch__track::after {\n background-color: rgba(67, 71, 101, 0.5) !important;\n }\n .mdc-switch__shadow {\n background-color: rgba(67, 71, 101);\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{labels[0].charAt(0).toUpperCase() + labels[0].slice(1)}}{{labels[1].charAt(0).toUpperCase() + labels[1].slice(1)}}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SlideToggleComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SlideToggleModule.html":{"url":"modules/SlideToggleModule.html","title":"module - SlideToggleModule","body":"\n \n\n\n\n\n Modules\n SlideToggleModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SlideToggleModule\n\n\n\ncluster_SlideToggleModule_exports\n\n\n\ncluster_SlideToggleModule_declarations\n\n\n\n\nSlideToggleComponent\n\nSlideToggleComponent\n\n\n\nSlideToggleModule\n\nSlideToggleModule\n\nSlideToggleModule -->\n\nSlideToggleComponent->SlideToggleModule\n\n\n\n\n\nSlideToggleComponent \n\nSlideToggleComponent \n\nSlideToggleComponent -->\n\nSlideToggleModule->SlideToggleComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SlideToggleComponent\n \n \n \n \n Exports\n \n \n SlideToggleComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\n\nimport { SlideToggleComponent } from './slide-toggle.component';\n\n\n@NgModule({\n declarations: [\n SlideToggleComponent\n ],\n imports: [\n CommonModule,\n MatSlideToggleModule\n ],\n exports: [\n SlideToggleComponent\n ]\n})\nexport class SlideToggleModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/StatsListComponent.html":{"url":"components/StatsListComponent.html","title":"component - StatsListComponent","body":"\n \n\n\n\n\n\n Components\n \n StatsListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-organ-info/src/app/modules/stats-list/stats-list.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-stats-list\n \n\n\n\n \n styleUrls\n ./stats-list.component.scss\n \n\n\n\n \n templateUrl\n ./stats-list.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n stats\n \n \n statsLabel\n \n \n \n \n\n\n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n stats\n \n \n \n \n Type : AggregateResult[]\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/modules/stats-list/stats-list.component.ts:12\n \n \n \n \n \n \n \n \n \n statsLabel\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-organ-info/src/app/modules/stats-list/stats-list.component.ts:11\n \n \n \n \n\n\n\n\n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { AggregateResult } from 'ccf-database';\n\n@Component({\n selector: 'ccf-stats-list',\n templateUrl: './stats-list.component.html',\n styleUrls: ['./stats-list.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class StatsListComponent {\n @Input() statsLabel: string;\n @Input() stats: AggregateResult[];\n}\n\n \n\n \n \n \n {{ statsLabel }}\n \n\n \n {{ stat.count }}\n {{ stat.label }}\n \n\n \n\n \n \n ./stats-list.component.scss\n \n .stats-container {\n margin-bottom: 2rem;\n min-height: 9rem;\n\n .header {\n margin-bottom: 1rem;\n }\n\n .stats-row {\n display: flex;\n flex-direction: row;\n height: 1.325rem;\n\n .stat {\n width: 2rem;\n margin-right: 1rem;\n text-align: right;\n }\n\n .label {\n flex-grow: 1;\n text-align: left;\n }\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ statsLabel }} {{ stat.count }} {{ stat.label }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'LinkCardsComponent', 'selector': 'ccf-link-cards'},{'name': 'OrganComponent', 'selector': 'ccf-organ'},{'name': 'SlideToggleComponent', 'selector': 'ccf-slide-toggle'},{'name': 'StatsListComponent', 'selector': 'ccf-stats-list'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'StatsListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StatsListModule.html":{"url":"modules/StatsListModule.html","title":"module - StatsListModule","body":"\n \n\n\n\n\n Modules\n StatsListModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_StatsListModule\n\n\n\ncluster_StatsListModule_declarations\n\n\n\ncluster_StatsListModule_exports\n\n\n\n\nStatsListComponent\n\nStatsListComponent\n\n\n\nStatsListModule\n\nStatsListModule\n\nStatsListModule -->\n\nStatsListComponent->StatsListModule\n\n\n\n\n\nStatsListComponent \n\nStatsListComponent \n\nStatsListComponent -->\n\nStatsListModule->StatsListComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/modules/stats-list/stats-list.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n StatsListComponent\n \n \n \n \n Exports\n \n \n StatsListComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { StatsListComponent } from './stats-list.component';\n\n\n\n@NgModule({\n declarations: [\n StatsListComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [ StatsListComponent ]\n})\nexport class StatsListModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StoreModule.html":{"url":"modules/StoreModule.html","title":"module - StoreModule","body":"\n \n\n\n\n\n Modules\n StoreModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-organ-info/src/app/core/store/store.module.ts\n \n\n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { NgxsDataPluginModule } from '@angular-ru/ngxs';\nimport { NgxsLoggerPluginModule } from '@ngxs/logger-plugin';\nimport { NgxsModule } from '@ngxs/store';\n\nimport { environment } from '../../../environments/environment';\nimport { GlobalConfigState } from 'ccf-shared';\n\n\n/**\n * States shared across the entire app.\n */\nexport const ROOT_STATES = [\n GlobalConfigState,\n];\n\n@NgModule({\n imports: [\n // For some strange reason the data plugin is not happy being placed after the store module!?\n NgxsDataPluginModule.forRoot(),\n\n NgxsModule.forRoot(ROOT_STATES, {\n developmentMode: !environment.production\n // Consider setting compatibility and executionStrategy\n // https://www.ngxs.io/advanced/options\n }),\n\n // Logger plugin must be last!\n NgxsLoggerPluginModule.forRoot({\n disabled: environment.production\n })\n ]\n})\nexport class StoreModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChangelog\nChangelog for the Human Reference Atlas (HRA) User Interfaces\n3.8.1 - 2023-11-17\nAdded in 3.8.1\n\nImproved keyboard controls in the RUI\n\n3.8.0 - 2023-11-16\nAdded in 3.8.0\n\nEUI Quality of Life Improvements. See milestone 6\nRUI Quality of Life Improvements. See milestone 5\nA lot of minor UI and bug fixes in preparation for HRA 2.0\nUpdated dependencies including, update to Angular 16\n\n3.7.2 - 2023-07-12\nAdded in 3.7.2\n\nClient side cache has been updated to be more sensitive to configuration changes. Fixes hra-registrations#1\n\n3.7.0 - 2023-06-15\nAdded in 3.7.0\n\nUpdated to CCF.OWL v2.2.0 which indexes the Human Reference Atlas (HRA) 5th Release (v1.4) for use in the CCF UIs and CCF-API.\nAdded CCF-API usage notebooks for python and javascript\n\n3.6.0 - 2022-10-15\nAdded in 3.6.0.\n\nUpdated to CCF.OWL v2.1.0 which indexes the Human Reference Atlas (HRA) 4th Release (v1.3) for use in the CCF UIs and CCF-API. Note that some terms have changed in the ontology. As such, some SPARQL queries may need to be updated. All CCF-API calls have been updated to support the new terms.\n\n3.5.0 - 2022-09-27\nAdded in 3.5.0\n\nUpdate to CCF.OWL v1.9.4\nUpdate placement for KPMP rui locations\nSwitch to HuBMAP v3 search-api\nPick right organ when loading rui locations from a file in the RUI\n\n3.4.0 - 2022-07-01\nAdded in 3.4.0\n\nMajor feature added: Spatial Search! This includes an expanded API plus a user interface for dynamically generating spatial searches.\n\nKnown Issues in 3.4.0\n\nThere are some minor visual descrepancies when viewing the spatial search 3D scene and the results. However, blocks which are highlighted will be selected if the spatial search is added to your overall search filters.\n\n3.3.0 - 2022-06-17\nAdded in 3.3.0\n\nAdded support for the latest CCF Ontology v1.9.0 which adds Placenta, Spinal Cord, new Landmarks for reference organs, and a host of data updates.\nAdded a SPARQL route to the CCF-API for flexible querying of the Ontology and linked data. See the /v1/sparql docs for more information.\nClean up and bug fixes\n\n3.2.0 - 2022-04-14\nAdded in 3.2.0\n\nMajor CCF Database speed improvements! 95% reduction in load times!\nMinor graphical fixes\n\n3.1.1 - 2022-04-12\nAdded in 3.1.1\n\nExpanded RUI web component options\nAdded support for warming up the CCF database via the CCF-API so that the EUI can prevent timeouts\n\n3.1.0 - 2022-04-07\nAdded in 3.1.0\n\nAdded support for the latest CCF Ontology v1.8.0 which adds cell types\nAdded feature to search for tissue blocks by cell type\nAdded API feature to dynamically generate GTEx rui_locations.jsonld\nAdded logging of organ and block position changes to the RUI\nAdded an expanded organ selector that makes selecting organs much easier with the larger number of reference organs we have now\nNow generating programming libraries for the CCF-API in Python, TypeScript, TypeScript (Angular), and JavaScript. We will be publishing them to appropriate package managers soon.\nImproved performance of the CCF-API\nNew theming options and toggle for the CCF EUI/RUI\nAdded new themes for SenNet, GTEx, and a default theme\nAdded compodoc generated code documentation to production and staging builds\nBug fixes and minor improvements\n\n3.0.0 - 2022-01-27\nAdded in 3.0.0\n\nAdded support for the latest CCF Ontology v1.7.0\nBug fixes and code cleanup\n\n3.0.0 BETA - 2021-12-17\nAdded in 3.0.0 BETA\n\nAdded reference organs and ASCT+B tables from the v1.1 CCF Release\nLinks: CCF Ontology v1.7 BETA, CCF Release v1.1\n\n\n\nKnown issues in 3.0.0 BETA\n\nPreviously registered tissues may appear slightly off. We are working to rectify this before making it a production release.\n\n2.5.0 - 2021-12-17\nAdded in 2.5.0\n\nCCF-API OpenAPI Spec and implementation. Next version will connect the EUI to this as it's backend.\nAdded the CCF Body UI Web Component for integrating the 3D scene deeply in webpages (including the HuBMAP data portal).\nThe organ-info Web Component can now take an option to highlight specific blocks in the scene. Currently only highlights by providers, but age, sex, and BMI will be added in the next version.\nBug fixes and Quality of Life improvements\n\n2.4.0 - 2021-12-10\nAdded in 2.4.0\n\nRUI shows a confirmation dialog when a user attempts to leave without finishing registration\nAdded GTEx data to EUI\nRUI Common Extraction Sites are now known as Landmarks\nOrgan info now highlights the block selected on click\nUpdated RUI YouTube Demo link\nBug fixes and Quality of Life improvements\n\n2.3.1 - 2021-09-13\nAdded in 2.3.1\n\nAdded support for paired organs to be refernced by their parent (ala Kidney + Left/Right Kidney)\n\n2.3.0 - 2021-09-10\nAdded in 2.3.0\n\nGreatly improved CCF Database performance. This improves the performance in both organ-info and EUI.\nImproved styling of organ-info\n\n2.2.0 - 2021-09-10\nAdded in 2.2.0\n\nAdded an organ-info web component for displaying reference organs and associated data in a simple panel display. The hubmap portal will be using this soon for organ pages.\nEMBEDDING.md instructions have been updated for organ-info embedding.\n\n2.1.0 - 2021-07-30\nAdded in EUI / RUI 2.1.0\n\nBetter support for embedding EUI/RUI in different containers, see EMBEDDING.md for updated instructions.\nConfiguration updates:\nConfiguration of EUI/RUI via webcomponent properties (vs globalConfig)\nOptional use of ontology id to select reference organs in the RUI\nRemoved embedded and tutorial mode configurations from the RUI config\nAbility to load data sources in the eui via external configuration\nAdded cancelRegistration callback to rui external configuration\n\n\nSet dark/light theme based on user/OS preferences\nUpdate HuBMAP search processing to conform to new field names\nCode cleanup, shared utilities, etc.\nTelemetry dialog box fixes to avoid unnecessary reloads\nRUI gizmo rotates in sync with the reference organ in 3D preview view\nRUI now uses an orthographic view when in registration views\n\n2.0.0 - 2021-07-16\nAdded in EUI / RUI 2.0.0\n\nRUI and EUI are now basic web-components, see EMBEDDING.md\nAdded advanced google analytics tracking/telemetry\nLinked donor card and tissue block hovering\nUpdated dependencies, including upgrading to Angular 12\nMinor UI and Bug fixes\nUpdated demo video links\nOrgan carousel will respond to container width and show only full icons\nEUI: clicking refresh and selecting body on partonomy resets the body view\n\nBreaking changes in EUI / RUI 2.0.0\n\nEmbedding the EUI and RUI must now be done via web-components. The most significant change is the element is no longer called ccf-root but is instead called ccf-eui or ccf-rui depending on the UI being embedded.\n\n1.7.0 - 2021-05-21\nAdded in EUI / RUI 1.7.0\n\nAdded a startup modal to the RUI which simplifies the initial setup for a new registration\nAdded 8 new reference organs, bringing us to 13 Reference Organs!\nAdded SPARC Registrations to the EUI\nAdded a tissue section visualization to the results list in the EUI\n\n1.6.0 - 2021-04-09\nAdded in RUI 1.6.0\n\nAdded SOP information to the About section\n\nAdded in EUI 1.6.0\n\nAdded color assignment/selection to both 3d scene and list results\nBug fixes, code cleanup, and optimization\n\nKnown issues in 1.6.0\n\nThe 3d scene is a little slow. To be able to interact, unselect reference organs to reduce scene complexity.\nTissue samples may be a little off in the 3D scene. This will be fixed in a future release. Data is still accurate.\n\n1.5.0 - 2021-03-26\nAdded in RUI 1.5.0\n\nMinor styling updates\n\nAdded in EUI 1.5.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features not fully integrated. This should be resolved in the next release scheduled for April 9th. You can view the results of this sprint on staging.\n\nUpdated styling to better fit the user interface spec\nAdded a new results pane which structures data into Donor->Tissue Blocks (+Datasets)->Tissue Samples (+Datasets)\nAdded a link viewer that allows us to display donors, samples, and datasets in a frame within the application\nAdded UFL thumbnails\nUpdated and optimized the ccf-database for the new results structure and future integrations\nTied organ carousel to the 3D scene. Turning off an organ removes the organ and related tissues from the 3D scene.\nTurned off anatomical structure opacity adjustment until it can be fully integrated\n\n1.4.0 - 2021-03-12\nAdded in RUI 1.4.0\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec\n\nAdded in EUI 1.4.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features partly integrated. This should be resolved in the next release scheduled for March 26th. You can view the results of this sprint on staging.\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec and match RUI styling\nUpdated the Info Dialog to match the RUI look and feel\nUpdated the data processing to improve efficiency and generate data in the form needed for the v1.5.0 spec\nAdded a reference organ selector, also used in the RUI, to turn off/on reference organs on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\nAdded a technology filter\nAdded a control to set Opacities of individual organs/anatomical structures on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\n\n1.3.5 - 2021-02-26\nAdded in RUI 1.3.5\n\nUpdated with a new round of User Interface improvements\nAdded the ability to upload previous registrations created using the standalone version of the RUI tool\nOrgans now have transparency applied automatically\nSolved a major memory leak and performance issue with the 3D reference organ interface. You should notice a sizable speed and reliability increase.\nRUI location numeric data is now rounded to 3 digits\nSwitched to using GitHub Actions over TravisCI for our CI/CD workflows\n\nAdded in EUI 1.3.5\n\nRemoved CCF's internal image-viewer in favor of the image-viewer on the HuBMAP Data Portal\n\nEUI 1.2.0 / RUI 1.0 FINAL - 2020-10-30\nAdded in EUI 1.2.0 / RUI 1.0 FINAL\n\nBug fixes and improvements\nUpdated embedding API in collaboration with the IEC\nUpdated EUI codebase to be in sync with code changes made for the RUI\nAdded KPMP data to the EUI\n\nKnown Issues in EUI 1.2.0 / RUI 1.0 FINAL\n\nIt is still possible that a 3d organ may fail to load. If this happens, just refresh and try again.\nEUI has not been updated with the latest organ set. This will be added in December with its scheduled refresh.\n\nRUI 1.0 BETA - 2020-10-16\nAdded in RUI 1.0 BETA\n\nCreated the first version of the RUI 1.0. This version is a BETA and works in standalone mode only. The next version will include full support and integration into the HuBMAP Ingestion Portal.\n10 Reference Organs are available to choose from (a combination of 4 organs, 2 sexes, and one organ with 2 sides [kidney])\nImplemented automatic tagging of data via collisions with anatomical structures\nRUI Location data is in standard JSON-LD format linked via the CCF Ontology and related ontologies\nImplemented extraction sites display to help guide placement of tissues\n\nKnown Issues in RUI 1.0 BETA\n\nWhile support for embedding is implemented, more testing and collaboration with IEC is required before it is made fully available. Initial embedding documentation is available here.\nWhen adjusting transparency via the left-hand Anatomical Structures menu or Show Previous Registrations option, the transparency effect is not very good. This will be addressed before the RUI 1.0 production release.\nSometimes the 3d organ fails to load when clicking through reference organs quickly (and other side cases). If this happens, just refresh and try again.\n\n1.1.0 - 2020-07-31\nAdded in 1.1.0\n\nUpgraded to latest Vitessce Image Viewer and started showing processed TIFF images coming directly from the HuBMAP infrastructure\nProcessed CODEX and 10x datasets are shown in the HuBMAP Portal's visualization tool\nAdded a limited set of TIFF image thumbnails, with more to come\nAdded two qualitative color schemes for colorizing images in the image viewer\nBug fixes/performance optimizations\n\n1.0.0-rc.1 - 2020-06-22\n\n:warning: WARNING: This version is a release candidate. Some minor updates will likely happen between now and the official HuBMAP Data Release 1 in July.\n\nAdded in 1.0.0-rc.1\n\nBody UI interactions\nImage Viewer Integration\nPartonomy linkage to search / Body UI\nNow fully integrated into the HuBMAP Portal\n\nKnown Issues in 1.0.0-rc.1\n\nImage Viewer is using a placeholder .tiff until more .tiff images can be loaded from the IEC\n\n1.0.0-alpha.3 - 2019-05-08\nAdded in 1.0.0-alpha.3\n\nHooked up the interface to real data (not shown online as the data is not public yet)\nAdded the Tissue Browser on the right\nAdded the initial (Tissue) Image Viewer popup. Currently shows metadata, but no images yet.\nAdded an initial 3D Body. Tissues cuboids currently not displayed, but a test cuboid is shown.\nDocumentation (>90%) and testing coverage improved further\n\n1.0.0-alpha.2 - 2019-03-27\nAdded in 1.0.0-alpha.2\n\nIncreased documentation and testing coverage across the board\nAdded fullscreen button\nBug fixes and optimizations\n\n1.0.0-alpha.1 - 2019-03-06\nAdded in 1.0.0-alpha.1\n\nStarted the process of implementing the 1.0.0 UI spec\nSpec Doc\nUser Stories\n\n\nSetup the base project scaffolding for the new version\nAdded CCF Partonomy (CCF-P) search and tree display\nAdded a filter for filter tissues\n\n0.6.0 - 2019-11-08\nAdded in 0.6.0\n\nThe CCF API project was started with an initial OpenAPI Schema, documentation, and code for spinning up a mock data server. This codifies the CCF data and metadata standards defined by MC-IU and will be used by the CCF EUI and RUI.\nIn preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.\nUpdated navigation to directly jump to the tissue browser when a user selects an item from the search box\nUpgraded dependencies, including upgrades to Angular 8\nTesting and bug fixes\nMinor UI updates\nChanged download icon color\nChanged the background color for the search\nMoved the Technologies filter above ontology\nAdditional styles for details button\n\n\n\n0.5.0 - 2019-05-24\nAdded in 0.5.0\n\nDisplay of the CCF ontology, integrated with search\nSemantic search by ontology, results are presented at all levels\nTissue overlays showing regions of interest\nData download links to direct users to https://sampledata.hubmapconsortium.org\nData documentation (95% coverage) and testing (85% coverage)\n\n0.2.0 - 2019-05-03\nAdded in 0.2.0\n\nSprint 2 release of the CCF-UI!\nA search interface was added to query data by age, sex, technology and TMC. Ontological search will be implemented in the next sprint.\nBody, Organ, and Tissue views now respond to updates to the search on the fly\nAppropriate metadata is now displayed in the Body, Organ, Tissue, and Cell views\n\n0.1.0 - 2019-04-12\nAdded in 0.1.0\n\nSprint 1 release of the CCF-UI!\nSetup the base project scaffolding\nAdded a sample database that includes initial data provided by VU\nAdded Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level\nStay tuned! More features coming in Sprint 2 (starts next week!) and Sprint 3\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n projects/ccf-organ-info/src/app/app-web-component.component.ts\n \n component\n AppWebComponent\n \n 0 %\n (0/18)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app-web-component.component.ts\n \n function\n parseDataSources\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app-web-component.component.ts\n \n function\n parseStringArray\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app.component.ts\n \n component\n AppComponent\n \n 0 %\n (0/22)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app.component.ts\n \n interface\n GlobalConfig\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-organ-info/src/app/app.component.ts\n \n variable\n EMPTY_SCENE\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts\n \n injectable\n DelegateDataSourceService\n \n 0 %\n (0/2)\n \n \n \n \n \n projects/ccf-organ-info/src/app/core/services/data-source/data-source.service.ts\n \n interface\n DelegateDataSourceOptions\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-organ-info/src/app/core/services/organ-lookup/organ-lookup.service.ts\n \n injectable\n OrganLookupService\n \n 0 %\n (0/8)\n \n \n \n \n \n projects/ccf-organ-info/src/app/core/store/store.module.ts\n \n variable\n ROOT_STATES\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-organ-info/src/app/features/organ/organ.component.ts\n \n component\n OrganComponent\n \n 0 %\n (0/22)\n \n \n \n \n \n projects/ccf-organ-info/src/app/features/slide-toggle/slide-toggle/slide-toggle.component.ts\n \n component\n SlideToggleComponent\n \n 87 %\n (7/8)\n \n \n \n \n \n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts\n \n component\n LinkCardsComponent\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-organ-info/src/app/modules/link-cards/link-cards.component.ts\n \n interface\n LinkCard\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-organ-info/src/app/modules/stats-list/stats-list.component.ts\n \n component\n StatsListComponent\n \n 0 %\n (0/3)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular-ru/cdk : 14.10.1\n \n @angular-ru/common : 15.313.0\n \n @angular-ru/ngxs : 14.1.4\n \n @angular-slider/ngx-slider : ^2.0.4\n \n @angular/animations : ^16.1.5\n \n @angular/cdk : ^16.1.5\n \n @angular/common : ^16.1.5\n \n @angular/compiler : ^16.1.5\n \n @angular/core : ^16.1.6\n \n @angular/elements : ^16.1.6\n \n @angular/forms : ^16.1.5\n \n @angular/material : ^16.1.5\n \n @angular/platform-browser : ^16.1.5\n \n @angular/platform-browser-dynamic : ^16.1.5\n \n @angular/router : ^16.1.5\n \n @angular/youtube-player : ^16.1.5\n \n @comunica/query-sparql-rdfjs : ^2.8.1\n \n @deck.gl/core : ~8.8.20\n \n @deck.gl/geo-layers : ~8.8.20\n \n @deck.gl/layers : ~8.8.20\n \n @deck.gl/mesh-layers : ~8.8.20\n \n @loaders.gl/core : ~3.2.10\n \n @loaders.gl/draco : ~3.2.10\n \n @loaders.gl/gltf : ~3.2.10\n \n @luma.gl/core : ~8.5.16\n \n @math.gl/core : ~3.6.3\n \n @math.gl/culling : ~3.5.7\n \n @ngxs-labs/dispatch-decorator : ^5.0.0\n \n @ngxs/logger-plugin : ^3.8.1\n \n @ngxs/storage-plugin : ^3.8.1\n \n @ngxs/store : ^3.8.1\n \n @rdfjs/data-model : ^2.0.1\n \n @webcomponents/webcomponentsjs : ^2.8.0\n \n bind-decorator : ^1.0.11\n \n body-parser : ^1.20.2\n \n cannon-es : ^0.20.0\n \n comlink : ^4.4.1\n \n concat : ^1.0.3\n \n cors : ^2.8.5\n \n css-element-queries : ^1.2.3\n \n document-register-element : ^1.14.10\n \n dotenv : ^16.3.1\n \n express : ^4.18.2\n \n file-saver : ^2.0.5\n \n fs-extra : ^11.1.1\n \n graphology : ^0.20.0\n \n graphology-shortest-path : ^1.4.1\n \n helmet : ^7.0.0\n \n hex-rgb : ^5.0.0\n \n idb-keyval : ^6.2.1\n \n jsonld : ^8.2.0\n \n lodash : ^4.17.21\n \n lru-cache : ^10.0.0\n \n n3 : ^1.17.0\n \n ngx-google-analytics : ^14.0.1\n \n ngx-markdown : ^16.0.0\n \n ngx-slider-v2 : ^16.0.2\n \n node-fetch : ^3.3.2\n \n object-hash : ^3.0.0\n \n qs : ^6.11.2\n \n rdf-literal : ^1.3.1\n \n rdfxml-streaming-parser : ^1.4.0\n \n readable-stream : ^4.4.2\n \n rxjs : ^7.8.1\n \n stream-browserify : ^3.0.0\n \n swiper : ^8.0.6\n \n ts-cacheable : ^1.0.9\n \n tslib : ^2.6.1\n \n uuid : ^9.0.0\n \n zone.js : ~0.13.1\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n parseDataSources   (projects/.../app-web-component.component.ts)\n \n \n parseStringArray   (projects/.../app-web-component.component.ts)\n \n \n \n \n \n \n\n\n projects/ccf-organ-info/src/app/app-web-component.component.ts\n \n \n \n \n \n \n \n parseDataSources\n \n \n \n \n \n \nparseDataSources(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n parseStringArray\n \n \n \n \n \n \nparseStringArray(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nHuman Reference Atlas (HRA) - User Interfaces\n\n\n\n\n\n\n\nThis repository is a monorepo (multiple projects in one repository) containing the software to build the EUI, RUI, and Organ-Info.\nWebsite Links\n\nHRA Exploration User Interface (EUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app\nProduction: https://portal.hubmapconsortium.org/ccf-eui\nProduction (alt): https://hubmapconsortium.github.io/ccf-ui/\nStaging: https://hubmap-ccf-ui.netlify.app/\nOld Version 0.6.0: https://old--hubmap-ccf-ui.netlify.app\n\n\nHRA Registration User Interface (RUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app/rui/\nProduction: https://hubmapconsortium.github.io/ccf-ui/rui/\nStaging: https://hubmap-ccf-ui.netlify.app/rui/\n\n\nHRA Organ Info Component (Organ-Info)\nProduction: https://hubmapconsortium.github.io/ccf-ui/organ-info/\nStaging: https://hubmap-ccf-ui.netlify.app/organ-info/\n\n\nHRA API\nProduction: https://apps.humanatlas.io/hra-api/\nStaging: https://apps.humanatlas.io/hra-api--staging/\nOpenAPI Specification: ccf-api-spec.yaml\n\n\nHRA API Client Libraries:\nJavaScript: @ccf-openapi/js-client\nTypeScript: @ccf-openapi/ts-client\nAngular 12+: @ccf-openapi/ng-client\nPython 3.6+: ccf-openapi\n\n\nHRA API Sample Notebooks/Vignettes:\nPython 3.6+:\nBasic Usage: ccf-api-usage.ipynb\nUse case walkthrough: ccf-api-usecase.ipynb\n\n\nJavaScript:\nBasic Usage: https://observablehq.com/@cns-iu/ccf-api-documentation-javascript\nUse case walkthrough: https://observablehq.com/@cns-iu/ccf-api-usecase-javascript\n\n\n\n\n\nBackground and More Information\nFor more information about the Human Reference Atlas (HRA) and the Common Coordinate Framework (CCF), see the HuBMAP HRA Portal at https://humanatlas.io.\nChange Log\nSee the ChangeLog for the latest developments.\nCredits\nThis software is developed by the Cyberinfrastructure for Network Science Center at Indiana University. It is funded by NIH Award OT2OD026671.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nMIT License\nCopyright (c) 2019 HuBMAP Consortium\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n CoreModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n LinkCardsModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n OrganModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SlideToggleModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StatsListModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StoreModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\ncluster_LinkCardsModule\n\n\n\ncluster_LinkCardsModule_declarations\n\n\n\ncluster_LinkCardsModule_exports\n\n\n\ncluster_OrganModule\n\n\n\ncluster_OrganModule_declarations\n\n\n\ncluster_OrganModule_imports\n\n\n\ncluster_OrganModule_exports\n\n\n\ncluster_SlideToggleModule\n\n\n\ncluster_SlideToggleModule_declarations\n\n\n\ncluster_SlideToggleModule_exports\n\n\n\ncluster_StatsListModule\n\n\n\ncluster_StatsListModule_declarations\n\n\n\ncluster_StatsListModule_exports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nLinkCardsModule\n\nLinkCardsModule\n\nAppModule -->\n\nLinkCardsModule->AppModule\n\n\n\n\n\nLinkCardsComponent \n\nLinkCardsComponent \n\nLinkCardsComponent -->\n\nLinkCardsModule->LinkCardsComponent \n\n\n\n\n\nOrganModule\n\nOrganModule\n\nAppModule -->\n\nOrganModule->AppModule\n\n\n\n\n\nOrganComponent \n\nOrganComponent \n\nOrganComponent -->\n\nOrganModule->OrganComponent \n\n\n\n\n\nStatsListModule\n\nStatsListModule\n\nAppModule -->\n\nStatsListModule->AppModule\n\n\n\n\n\nStatsListComponent \n\nStatsListComponent \n\nStatsListComponent -->\n\nStatsListModule->StatsListComponent \n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nLinkCardsComponent\n\nLinkCardsComponent\n\nLinkCardsModule -->\n\nLinkCardsComponent->LinkCardsModule\n\n\n\n\n\nOrganComponent\n\nOrganComponent\n\nOrganModule -->\n\nOrganComponent->OrganModule\n\n\n\n\n\nSlideToggleModule\n\nSlideToggleModule\n\nOrganModule -->\n\nSlideToggleModule->OrganModule\n\n\n\n\n\nSlideToggleComponent \n\nSlideToggleComponent \n\nSlideToggleComponent -->\n\nSlideToggleModule->SlideToggleComponent \n\n\n\n\n\nSlideToggleComponent\n\nSlideToggleComponent\n\nSlideToggleModule -->\n\nSlideToggleComponent->SlideToggleModule\n\n\n\n\n\nStatsListComponent\n\nStatsListComponent\n\nStatsListModule -->\n\nStatsListComponent->StatsListModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 7 Modules\n \n \n \n \n \n \n \n \n 6 Components\n \n \n \n \n \n \n \n 2 Injectables\n \n \n \n \n \n \n \n 3 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 3.7.2\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n EMPTY_SCENE   (projects/.../app.component.ts)\n \n \n ROOT_STATES   (projects/.../store.module.ts)\n \n \n \n \n \n \n\n\n projects/ccf-organ-info/src/app/app.component.ts\n \n \n \n \n \n \n \n EMPTY_SCENE\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n { color: [0, 0, 0, 0], opacity: 0.001 }\n]\n \n \n\n\n \n \n\n projects/ccf-organ-info/src/app/core/store/store.module.ts\n \n \n \n \n \n \n \n ROOT_STATES\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n GlobalConfigState,\n]\n \n \n\n \n \n States shared across the entire app.\n\n \n \n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} } diff --git a/docs/ccf-organ-info/modules/LinkCardsModule.html b/docs/ccf-organ-info/modules/LinkCardsModule.html index 81e228df7..fb8511e02 100644 --- a/docs/ccf-organ-info/modules/LinkCardsModule.html +++ b/docs/ccf-organ-info/modules/LinkCardsModule.html @@ -66,14 +66,14 @@ cluster_LinkCardsModule - -cluster_LinkCardsModule_exports - - cluster_LinkCardsModule_declarations + +cluster_LinkCardsModule_exports + + LinkCardsComponent diff --git a/docs/ccf-organ-info/modules/LinkCardsModule/dependencies.svg b/docs/ccf-organ-info/modules/LinkCardsModule/dependencies.svg index 41bc22f2f..a4a2b5951 100644 --- a/docs/ccf-organ-info/modules/LinkCardsModule/dependencies.svg +++ b/docs/ccf-organ-info/modules/LinkCardsModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_LinkCardsModule - -cluster_LinkCardsModule_exports - - cluster_LinkCardsModule_declarations + +cluster_LinkCardsModule_exports + + LinkCardsComponent diff --git a/docs/ccf-organ-info/modules/SlideToggleModule.html b/docs/ccf-organ-info/modules/SlideToggleModule.html index 6859d5397..b08df1f40 100644 --- a/docs/ccf-organ-info/modules/SlideToggleModule.html +++ b/docs/ccf-organ-info/modules/SlideToggleModule.html @@ -66,14 +66,14 @@ cluster_SlideToggleModule - -cluster_SlideToggleModule_declarations - - cluster_SlideToggleModule_exports + +cluster_SlideToggleModule_declarations + + SlideToggleComponent diff --git a/docs/ccf-organ-info/modules/SlideToggleModule/dependencies.svg b/docs/ccf-organ-info/modules/SlideToggleModule/dependencies.svg index 05e413cb3..8ff14839c 100644 --- a/docs/ccf-organ-info/modules/SlideToggleModule/dependencies.svg +++ b/docs/ccf-organ-info/modules/SlideToggleModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_SlideToggleModule - -cluster_SlideToggleModule_declarations - - cluster_SlideToggleModule_exports + +cluster_SlideToggleModule_declarations + + SlideToggleComponent diff --git a/docs/ccf-rui/js/search/search_index.js b/docs/ccf-rui/js/search/search_index.js index 707b78d7f..a0ef80622 100644 --- a/docs/ccf-rui/js/search/search_index.js +++ b/docs/ccf-rui/js/search/search_index.js @@ -1,4 +1,4 @@ var COMPODOC_SEARCH_INDEX = { - "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/injectables/AnatomicalStructureTagState.html",[0,1.358,1,2.625]],["body/injectables/AnatomicalStructureTagState.html",[0,1.611,1,3.114,2,2.146,3,0.074,4,0.09,5,0.066,6,0.136,7,6.824,8,3.987,9,5.605,10,2.884,11,0.885,12,2.241,13,4.592,14,2.859,15,2.609,16,2.051,17,5.404,18,0.351,19,0.559,20,2.292,21,5.404,22,2.723,23,2.772,24,5.072,25,1.354,26,5.929,27,5.209,28,5.929,29,2.986,30,4.592,31,5.209,32,2.749,33,5.56,34,5.404,35,1.132,36,3.164,37,3.936,38,2.036,39,5.209,40,1.011,41,1.036,42,1.8,43,0.01,44,1.068,45,0.787,46,1.276,47,1.305,48,1.571,49,3.665,50,3.365,51,4.592,52,2.08,53,4.055,54,3.59,55,1.604,56,1.26,57,4.592,58,3.59,59,3.64,60,3.64,61,3.64,62,4.592,63,3.59,64,3.59,65,2.313,66,4.185,67,3.59,68,4.592,69,0.91,70,4.99,71,1.594,72,5.738,73,3.59,74,4.185,75,0.007,76,3.084,77,4.021,78,4.592,79,4.592,80,0.007,81,4.592,82,4.284,83,3.882,84,3.64,85,0.647,86,0.697,87,3.59,88,2.414,89,3.59,90,2.19,91,2.16,92,3.507,93,3.59,94,3.59,95,3.59,96,2.894,97,3.59,98,3.59,99,0.329,100,4.592,101,3.164,102,2.219,103,3.164,104,0.177,105,2.749,106,2.313,107,1.594,108,1.594,109,1.499,110,2.884,111,1.761,112,1.056,113,1.545,114,1.3,115,2.369,116,2.25,117,2.884,118,2.053,119,2.25,120,2.884,121,1.455,122,1.455,123,1.413,124,1.336,125,1.413,126,2.675,127,1.701,128,0.355,129,0.131,130,2.675,131,1.545,132,0.133,133,1.371,134,3.164,135,3.164,136,3.164,137,3.64,138,1.316,139,4.021,140,0.938,141,0.915,142,4.439,143,3.164,144,2.884,145,3.164,146,3.164,147,3.164,148,3.665,149,3.164,150,3.164,151,3.164,152,3.164,153,3.164,154,2.574,155,1.886,156,3.164,157,2.369,158,4.592,159,1.123,160,0.569,161,1.594,162,1.701,163,2.508,164,2.146,165,2.508,166,2.508,167,2.369,168,2.508,169,2.508,170,3.164,171,3.164,172,2.369,173,2.369,174,3.164,175,3.164,176,2.508,177,4.592,178,4.592,179,4.592,180,3.882,181,1.835,182,4.592,183,2.508,184,2.884,185,3.164,186,3.164,187,1.169,188,2.508,189,3.164,190,3.164,191,3.164,192,3.164,193,2.508]],["title/interfaces/AnatomicalStructureTagStateModel.html",[128,0.299,130,3.272]],["body/interfaces/AnatomicalStructureTagStateModel.html",[0,1.881,1,2.675,3,0.092,4,0.112,5,0.082,6,0.072,7,3.596,8,3.068,9,2.954,10,3.596,11,0.589,12,2.225,13,3.945,14,2.456,15,2.597,16,1.762,17,5.361,20,2.13,21,3.945,22,2.733,23,2.571,24,4.56,26,3.945,28,3.945,29,1.987,33,5.493,34,3.945,35,1.123,37,3.803,40,0.868,41,0.89,43,0.01,44,0.622,45,0.731,47,1.18,48,1.35,49,3.636,50,3.338,51,3.945,53,3.912,55,0.912,56,1.198,57,3.945,59,3.127,60,3.127,61,3.127,62,3.945,65,1.987,66,3.596,68,3.945,69,0.823,70,4.827,71,1.163,72,5.956,74,3.596,75,0.007,76,2.789,77,3.636,78,3.945,79,3.945,80,0.008,81,3.945,82,4.25,83,3.335,84,3.127,88,2.394,90,1.98,91,2.143,92,3.479,96,2.8,99,0.342,100,5.361,101,3.945,102,2.501,103,3.945,104,0.221,105,3.21,106,2.7,107,1.987,108,1.987,109,1.868,110,3.596,111,2.195,112,1.316,113,1.926,114,1.62,115,2.954,116,2.805,117,3.596,118,2.56,119,2.805,120,3.596,121,1.814,122,1.814,123,1.762,124,1.665,125,1.762,126,3.335,127,2.121,128,0.414,129,0.153,130,4.533,131,1.926,132,0.165,133,1.511,134,3.945,135,3.945,136,3.945,137,4.25,138,1.401,139,4.431,140,1.096,141,1.068,142,4.892,143,3.945,144,3.596,145,3.945,146,3.945,147,3.945,148,4.13,149,3.945,150,3.945,151,3.945,152,3.945,153,3.945,154,2.836,155,2.202,156,3.945,157,2.954,158,5.361,159,1.238,160,0.71,161,1.987,162,2.121,163,3.127,164,2.675,165,3.127,166,3.127,167,2.954,168,3.127,169,3.127,170,3.945,171,3.945,172,2.954,173,2.954,174,3.945,175,3.945,176,3.127,177,5.361,178,5.361,179,5.361,180,4.533,181,2.143,182,5.361,183,3.127,184,3.596,185,3.945,186,3.945,187,1.457,188,3.127,189,3.945,190,3.945,191,3.945,192,3.945,193,3.127,194,1.163]],["title/components/AppComponent.html",[195,0.443,196,1.199]],["body/components/AppComponent.html",[3,0.054,4,0.066,5,0.076,6,0.137,11,0.823,12,1.024,16,1.041,18,0.563,19,0.444,20,1.535,22,1.382,23,1.896,25,1.075,32,2.183,35,0.764,37,3.517,38,2.052,42,1.602,43,0.01,44,1.024,45,0.633,46,1.136,52,1.28,55,1.351,56,1.207,69,1.083,75,0.004,80,0.004,85,1.358,86,1.43,88,2.268,91,2.03,99,0.29,104,0.131,111,1.298,112,0.778,128,0.282,129,0.104,132,0.098,133,1.038,138,1.071,140,1.038,141,0.727,155,0.958,159,0.691,160,1.359,181,1.458,187,1.347,195,0.631,196,1.573,197,1.049,198,0.759,199,0.839,200,0.839,201,0.818,202,1.971,203,2.473,204,1.727,205,2.59,206,3.363,207,0.74,208,1.102,209,1.102,210,2.237,211,1.171,212,1.261,213,1.129,214,4.094,215,1.129,216,3.324,217,3.797,218,3.179,219,4.343,220,4.343,221,3.797,222,3.296,223,4.343,224,4.216,225,4.094,226,3.647,227,4.137,228,2.929,229,3.803,230,4.137,231,4.63,232,3.647,233,4.137,234,4.137,235,4.094,236,1.971,237,5.567,238,4.63,239,4.63,240,3.56,241,3.444,242,4.094,243,3.444,244,2.203,245,2.335,246,2.796,247,3.162,248,4.137,249,3.083,250,3.086,251,2.645,252,4.63,253,4.137,254,4.094,255,1.781,256,2.376,257,4.094,258,3.363,259,4.094,260,3.963,261,3.56,262,3.56,263,2.645,264,3.803,265,4.137,266,5.025,267,2.336,268,1.839,269,1.87,270,4.941,271,3.083,272,3.324,273,3.324,274,3.324,275,2.645,276,2.593,277,1.583,278,2.645,279,3.324,280,1.306,281,2.645,282,2.645,283,2.366,284,3.324,285,2.366,286,4.294,287,4.094,288,3.803,289,2.519,290,2.645,291,3.324,292,2.645,293,2.645,294,3.324,295,2.645,296,2.645,297,3.324,298,2.645,299,2.645,300,2.645,301,2.891,302,2.029,303,1.213,304,1.261,305,3.162,306,3.194,307,2.593,308,2.262,309,2.645,310,3.324,311,2.645,312,3.324,313,2.645,314,2.645,315,2.645,316,0.705,317,1.848,318,1.971,319,1.746,320,2.125,321,0.74,322,1.971,323,2.125,324,1.848,325,1.971,326,1.513,327,1.396,328,0.884,329,1.396,330,1.396,331,1.848,332,2.125,333,2.125,334,2.125,335,2.125,336,3.324,337,2.125,338,1.971,339,2.125,340,2.125,341,1.658,342,2.125,343,2.125,344,1.452,345,2.125,346,2.125,347,2.125,348,1.581,349,2.125,350,0.759,351,2.125,352,2.125,353,2.891,354,2.125,355,2.125,356,2.125,357,2.125,358,2.125,359,2.125,360,3.324,361,4.63,362,5.761,363,2.125,364,2.125,365,5.567,366,2.125,367,1.971,368,2.125,369,5.163,370,1.345,371,2.125,372,3.371,373,2.125,374,2.264,375,3.324,376,3.963,377,1.848,378,2.125,379,1.629,380,3.324,381,1.513,382,1.78,383,3.324,384,2.125,385,1.971,386,3.324,387,1.072,388,2.103,389,1.513,390,1.658,391,2.125,392,0.722,393,1.658,394,0.908,395,1.75,396,2.853,397,2.183,398,2.183,399,2.94,400,1.844,401,1.513,402,2.366,403,1.072,404,1.075,405,1.961,406,2.689,407,2.645,408,2.103,409,1.846,410,1.28,411,2.645,412,2.611,413,2.73,414,2.964,415,3.083,416,2.645,417,2.892,418,5.095,419,2.891,420,1.049,421,2.366,422,2.332,423,0.984,424,2.193,425,2.183,426,1.049,427,2.891,428,1.837,429,1.746,430,2.27,431,2.193,432,1.298,433,1.78,434,1.837,435,3.083,436,2.125,437,2.125,438,1.138,439,2.27,440,2.645,441,1.174,442,1.041,443,2.593,444,1.848,445,2.415,446,3.041,447,0.885,448,2.499,449,4.137,450,0.885,451,1.848,452,2.645,453,2.645,454,1.535,455,3.363,456,1.658,457,2.029,458,2.645,459,2.645,460,2.645,461,1.396,462,2.125,463,1.041,464,1.848,465,1.254,466,1.254,467,2.645,468,1.658,469,1.848,470,1.746,471,0.409,472,1.049,473,0.839,474,1.828,475,0.839,476,0.839,477,0.759,478,0.839,479,0.74,480,1.617,481,0.759,482,0.839,483,1.129,484,1.617,485,0.759,486,0.798,487,0.839,488,0.759,489,0.839,490,0.759,491,0.722,492,0.839,493,0.759,494,0.839,495,0.759,496,0.759,497,0.839,498,0.759,499,0.818,500,0.778,501,0.839,502,0.759,503,1.313,504,0.74,505,0.759,506,0.759,507,0.839,508,0.759,509,1.617,510,0.759,511,1.217,512,1.313,513,0.74,514,0.759,515,0.74,516,0.639,517,0.839,518,0.74,519,0.722,520,0.759,521,0.839,522,0.759,523,0.839,524,0.778,525,0.839,526,0.759,527,1.075,528,0.759,529,1.187,530,0.759,531,0.839,532,0.759,533,1.102,534,0.839,535,0.759,536,0.839,537,0.839]],["title/modules/AppModule.html",[538,0.627,539,3.272]],["body/modules/AppModule.html",[3,0.109,4,0.133,5,0.097,6,0.109,25,1.373,37,3.882,38,1.277,43,0.01,55,1.077,56,1.049,75,0.007,80,0.007,99,0.358,104,0.261,129,0.133,132,0.195,138,0.905,160,0.838,196,2.287,203,3.158,204,2.206,211,0.695,224,2.899,286,3.937,318,3.937,319,3.487,321,1.478,325,3.937,392,1.442,420,1.34,471,0.817,477,2.403,538,0.754,539,6.825,540,1.478,541,1.515,542,2.319,543,1.593,544,1.947,545,1.634,546,4.657,547,4.657,548,4.657,549,5.854,550,5.854,551,5.854,552,5.854,553,5.854,554,5.854,555,5.854,556,2.099,557,1.515,558,5.283,559,2.154,560,7.499,561,5.283,562,6.787,563,2.047,564,5.283,565,4.657,566,6.787,567,3.487,568,2.346,569,2.834,570,2.08,571,6.787,572,5.983,573,4.479,574,3.311,575,5.454,576,4.245,577,6.787,578,3.487,579,5.283,580,5.283,581,5.283,582,5.058,583,5.283,584,5.283,585,5.283,586,3.937,587,6.787,588,5.283,589,4.479,590,4.657,591,5.283,592,3.937,593,5.283,594,5.058,595,5.454,596,3.691,597,5.283,598,2.141,599,6.787,600,5.283,601,4.657,602,5.283,603,3.691]],["title/interfaces/AppOptions.html",[128,0.299,331,3.068]],["body/interfaces/AppOptions.html",[3,0.086,4,0.105,5,0.076,6,0.067,16,2.283,18,0.408,19,0.622,20,1.545,22,1.395,23,1.554,35,0.771,37,3.531,43,0.01,45,0.658,46,1.402,56,1.21,69,1.194,75,0.006,80,0.006,85,0.752,88,2.283,91,2.043,99,0.327,104,0.206,111,2.048,112,1.228,128,0.395,129,0.146,132,0.154,133,1.358,138,1.296,140,1.045,141,0.733,155,1.512,159,0.968,160,1.361,181,1.471,194,1.085,195,0.672,196,1.14,202,3.112,203,2.496,204,1.743,205,2.948,206,3.827,208,1.112,209,1.112,210,1.059,211,0.877,212,1.034,213,1.14,214,3.355,215,1.14,216,3.355,217,3.112,218,3.845,219,4.907,220,4.907,221,3.112,222,3.317,223,4.176,224,4.62,225,3.355,228,2.123,229,2.756,231,3.355,235,3.355,237,5.354,238,4.66,239,4.66,240,2.917,241,3.467,242,3.355,243,3.467,244,2.537,245,2.35,246,2.291,247,3.183,250,2.867,252,3.355,254,3.355,255,1.61,256,2.061,257,3.355,258,2.756,259,3.355,260,3.467,261,2.917,262,2.917,264,2.756,266,4.66,267,1.914,268,1.959,269,1.69,270,4.322,271,3.112,272,3.355,273,3.355,274,3.355,276,2.617,277,1.598,279,3.355,280,1.58,283,2.388,284,3.355,285,2.388,286,4.965,287,4.66,288,4.397,289,2.616,291,3.355,294,3.355,297,3.355,301,2.917,302,2.048,303,0.81,304,1.034,305,2.291,306,3.635,307,2.617,308,1.854,310,3.355,312,3.355,316,1.112,317,2.917,318,3.112,319,2.756,320,3.355,321,1.168,322,3.112,323,3.355,324,2.917,325,3.112,326,2.388,327,2.203,328,1.395,329,2.203,330,2.203,331,4.052,332,3.355,333,3.355,334,3.355,335,3.355,336,4.66,337,3.355,338,3.112,339,3.355,340,3.355,341,2.617,342,3.355,343,3.355,344,2.291,345,3.355,346,3.355,347,3.355,348,2.496,349,3.355,350,1.198,351,3.355,352,3.355,353,2.917,354,3.355,355,3.355,356,3.355,357,3.355,358,3.355,359,3.355,360,4.66,361,5.784,362,6.578,363,3.355,364,3.355,365,6.452,366,3.355,367,3.112,368,3.355,369,5.984,370,2.123,371,3.355,372,3.98,373,3.355,374,2.099,375,4.66,376,4.593,377,2.917,378,3.355,379,2.283,380,4.66,381,2.388,382,2.496,383,4.66,384,3.355,385,3.112,386,4.66,387,1.692,388,2.123,389,2.388,390,2.617,391,3.355,392,1.14,393,2.617]],["title/components/AppWebComponent.html",[195,0.443,477,1.259]],["body/components/AppWebComponent.html",[3,0.081,4,0.099,5,0.102,6,0.141,12,1.377,16,2.19,18,0.384,19,0.597,35,1.027,38,2.107,42,0.95,43,0.01,44,0.975,45,0.813,46,0.674,56,0.86,69,1.229,75,0.006,80,0.006,82,3.886,86,0.763,99,0.311,104,0.194,112,1.157,129,0.193,132,0.145,133,1.133,138,0.674,141,0.691,195,0.651,196,1.074,197,1.637,198,1.595,200,1.248,201,1.217,207,1.101,208,1.482,209,1.482,210,2.305,211,1.2,212,1.597,218,3.565,219,4.044,220,4.044,224,3.541,244,1.386,245,2.842,246,3.849,247,3.849,255,0.95,268,2.551,269,1.411,280,1.684,303,1.252,304,0.974,316,1.048,321,1.101,324,2.748,328,2.639,350,1.128,404,1.022,409,1.719,423,3.052,447,0.842,450,0.842,454,1.048,463,1.549,471,0.608,472,1.411,473,1.248,474,2.225,475,1.248,476,1.248,477,2.012,478,1.248,479,1.101,480,2.047,481,1.128,482,1.248,483,1.518,484,2.047,485,1.128,486,1.186,487,1.248,488,1.128,489,1.248,490,1.128,491,1.074,492,1.248,493,1.128,494,1.248,495,1.128,496,1.128,497,1.248,498,1.128,499,1.217,500,1.157,501,1.248,502,1.128,503,1.765,504,1.101,505,1.128,506,1.128,507,1.248,508,1.128,509,2.047,510,1.128,511,1.636,512,1.765,513,1.101,514,1.128,515,1.101,516,0.95,517,1.248,518,1.101,519,1.074,520,1.128,521,1.248,522,1.128,523,1.248,524,1.157,525,1.248,526,1.128,527,1.446,528,1.128,529,1.595,530,1.128,531,1.248,532,1.128,533,1.482,534,1.248,535,1.128,536,1.248,537,1.248,578,5.782,604,6.529,605,2.931,606,6.451,607,5.561,608,3.857,609,2.254,610,3.857,611,4.396,612,5.226,613,5.635,614,4.396,615,3.114,616,5.635,617,5.226,618,3.933,619,5.561,620,5.561,621,3.933,622,4.508,623,3.933,624,4.258,625,3.933,626,5.687,627,3.933,628,3.933,629,3.933,630,3.933,631,3.933,632,3.933,633,5.184,634,3.933,635,3.933,636,3.933,637,3.933,638,3.933,639,1.93,640,2,641,5.561,642,3.933,643,2,644,2,645,4.903,646,2.394,647,3.467,648,2.931,649,3.933,650,3.161,651,3.933,652,3.933,653,3.933,654,3.933,655,3.933,656,3.933,657,3.933,658,6.451,659,5.561,660,3.161,661,6.451,662,3.933]],["title/interfaces/BlockSize.html",[128,0.299,663,2.41]],["body/interfaces/BlockSize.html",[3,0.109,4,0.133,5,0.097,6,0.085,11,0.699,18,0.519,19,0.731,40,1.031,41,1.057,43,0.01,44,0.947,45,0.688,47,1.031,56,1.053,69,0.719,71,2.269,75,0.007,80,0.007,86,1.031,99,0.268,104,0.263,128,0.512,129,0.171,131,2.287,132,0.252,138,1.167,140,1.227,159,1.256,160,1.193,181,1.873,194,1.382,195,0.8,208,1.416,209,1.416,210,1.348,211,0.896,213,1.451,215,1.451,255,2.192,268,2.541,269,1.348,316,1.416,374,2.969,379,3.229,382,3.529,399,2.607,404,2.246,410,2.107,472,1.348,479,1.487,598,2.154,663,4.353,664,3.714,665,3.508,666,3.177,667,5.475,668,3.464,669,4.496,670,4.537,671,6.006,672,2.761,673,1.563,674,2.761,675,2.761,676,2.092,677,2.034,678,2.607,679,3.961,680,5.604,681,4.742,682,3.961,683,3.508,684,3.508,685,1.563,686,1.73,687,3.414,688,3.961,689,3.508,690,4.685,691,2.761,692,2.219,693,4.271,694,3.177,695,3.891,696,3.714,697,3.508,698,4.685,699,3.714,700,3.508,701,3.331,702,6.629,703,3.961,704,4.685,705,6.006,706,4.685,707,6.006,708,3.961,709,4.685,710,4.685]],["title/components/BlockSizeInputComponent.html",[195,0.443,479,1.229]],["body/components/BlockSizeInputComponent.html",[3,0.073,4,0.089,5,0.094,6,0.126,11,0.8,12,1.277,18,0.346,19,0.554,25,1.341,35,0.654,38,1.849,40,1.001,41,1.026,42,1.246,43,0.01,44,1.129,45,0.678,46,0.884,47,1.001,52,1.095,55,1.051,56,1.033,69,0.904,71,1.581,75,0.005,76,2.365,80,0.005,85,1.096,86,1.378,99,0.203,104,0.175,128,0.351,129,0.13,131,1.524,132,0.274,138,0.884,140,1.096,141,0.622,159,1.016,160,1.127,181,1.818,187,1.679,195,0.772,196,0.967,197,1.308,198,1.016,199,1.124,200,1.124,201,1.095,207,0.991,208,1.374,209,1.374,210,2.287,211,1.193,212,0.877,213,1.408,215,1.408,218,1.801,255,2.159,268,2.54,269,1.695,285,2.026,303,1.18,304,0.877,316,0.943,374,2.42,379,2.631,382,2.876,387,2.091,388,3.093,389,2.951,394,1.215,395,1.87,396,3.057,397,1.869,398,1.869,399,2.718,403,1.435,404,2.347,405,1.679,408,1.801,409,1.621,410,2.197,412,1.479,417,1.479,424,3.057,426,1.802,430,1.944,431,2.22,433,1.524,434,1.573,438,1.524,441,2.29,442,1.394,445,1.679,446,1.869,447,0.758,448,1.737,450,1.104,451,2.475,454,0.943,457,1.737,465,1.679,466,1.679,471,0.547,472,1.802,473,1.124,474,2.121,475,1.124,476,1.124,477,1.016,478,1.124,479,1.87,480,1.93,481,1.016,482,1.124,483,1.408,484,1.93,485,1.016,486,1.068,487,1.124,488,1.016,489,1.124,490,1.016,491,0.967,492,1.124,493,1.016,494,1.124,495,1.016,496,1.016,497,1.124,498,1.016,499,1.095,500,1.042,501,1.124,502,1.016,503,1.637,504,0.991,505,1.016,506,1.016,507,1.124,508,1.016,509,1.93,510,1.016,511,1.517,512,1.637,513,0.991,514,1.016,515,0.991,516,0.856,517,1.124,518,0.991,519,0.967,520,1.016,521,1.124,522,1.016,523,1.124,524,1.042,525,1.124,526,1.016,527,1.341,528,1.016,529,1.48,530,1.016,531,1.124,532,1.016,533,1.374,534,1.124,535,1.016,536,1.124,537,1.124,568,2.967,598,1.435,609,2.466,663,4.069,664,5.48,665,5.176,666,2.117,667,2.846,668,1.801,669,4.246,670,4.378,671,5.363,672,2.466,673,1.042,674,2.091,675,2.709,676,1.394,677,1.355,678,2.328,679,2.639,680,4.981,681,4.246,682,3.844,683,3.404,684,4.015,685,1.517,686,1.981,687,3.375,688,3.844,689,3.404,690,5.363,691,2.466,692,2.153,693,4.453,694,3.084,695,3.637,696,3.604,697,3.404,698,4.547,699,2.475,700,2.337,701,2.22,702,5.363,703,2.639,704,3.122,705,4.547,706,3.122,707,4.547,708,3.844,709,5.892,710,3.122,711,5.158,712,2.445,713,1.77,714,1.869,715,4.547,716,3.122,717,5.158,718,3.542,719,3.542,720,4.145,721,4.015,722,3.122,723,2.475,724,3.122,725,3.122,726,2.337,727,2.026,728,1.801,729,2.337,730,2.22,731,2.475,732,1.944,733,2.337,734,2.117,735,3.122,736,1.248,737,2.117,738,3.542,739,2.846,740,2.639,741,2.475,742,4.547,743,2.846,744,2.22,745,2.639,746,3.122,747,3.122,748,2.337,749,2.337]],["title/modules/BlockSizeInputModule.html",[538,0.627,750,3.068]],["body/modules/BlockSizeInputModule.html",[3,0.13,4,0.159,5,0.116,6,0.102,43,0.01,75,0.008,80,0.008,99,0.352,104,0.312,129,0.159,132,0.234,255,1.528,404,2.114,420,1.604,471,0.977,479,2.549,538,0.903,540,1.769,541,1.814,542,2.515,543,1.907,544,1.814,545,2.515,556,2.347,557,1.814,559,2.006,563,2.289,567,4.173,568,2.808,569,3.168,570,2.489,664,4.418,665,4.173,750,6.188,751,5.574,752,5.574,753,5.574,754,5.081,755,2.674,756,2.113,757,5.009,758,4.173,759,5.303,760,4.418,761,4.005,762,3.337,763,5.303,764,5.081]],["title/modules/ConfigModule.html",[538,0.627,765,3.068]],["body/modules/ConfigModule.html",[3,0.141,4,0.172,5,0.125,6,0.11,43,0.01,75,0.008,80,0.008,99,0.331,104,0.339,129,0.172,132,0.253,211,0.902,321,1.918,540,1.918,544,1.966,563,2.401,594,5.109,765,5.562,766,6.855,767,4.989,768,5.562,769,6.396,770,3.485,771,6.855,772,6.855]],["title/components/ContainerComponent.html",[195,0.443,481,1.259]],["body/components/ContainerComponent.html",[3,0.068,4,0.084,5,0.09,6,0.136,11,0.772,12,1.219,18,0.481,19,0.529,20,2.339,25,1.28,32,2.599,35,0.614,38,2.025,40,0.956,41,0.98,42,1.19,43,0.01,44,0.962,45,0.732,46,0.844,47,0.956,48,1.485,52,2.006,55,1.529,56,1.002,61,2.324,69,0.45,71,1.28,75,0.005,80,0.005,85,1.057,86,1.138,90,1.604,99,0.286,104,0.164,112,0.978,114,1.204,129,0.084,132,0.268,133,1.322,138,1.111,140,1.057,141,0.584,159,1.083,160,0.931,187,1.91,195,0.819,196,0.908,197,1.839,198,0.954,199,1.055,200,1.055,201,1.029,204,2.056,205,2.982,207,0.931,208,1.312,209,1.312,210,2.275,211,1.187,212,0.823,213,1.345,215,1.345,223,4.703,228,3.297,246,3.559,247,3.559,250,3.12,255,1.19,256,2.141,267,2.973,269,1.249,276,3.087,277,2.481,280,1.354,303,1.138,304,0.823,306,3.677,307,3.087,308,3.75,316,0.886,348,1.988,374,1.204,390,3.677,392,2.048,393,2.085,394,1.141,395,0.931,401,2.817,402,1.902,404,0.865,409,2.265,412,3.526,413,2.195,426,0.844,447,0.712,450,0.712,454,0.886,463,1.939,471,0.514,472,1.756,473,1.055,474,2.058,475,1.055,476,1.055,477,0.954,478,1.055,479,0.931,480,1.861,481,1.86,482,1.055,483,1.89,484,1.861,485,0.954,486,1.003,487,1.055,488,1.86,489,1.055,490,0.954,491,0.908,492,1.055,493,0.954,494,1.055,495,0.954,496,0.954,497,1.055,498,0.954,499,1.029,500,0.978,501,1.055,502,0.954,503,1.563,504,0.931,505,0.954,506,0.954,507,1.055,508,0.954,509,1.861,510,0.954,511,1.449,512,1.563,513,0.931,514,0.954,515,0.931,516,0.804,517,1.055,518,0.931,519,0.908,520,0.954,521,1.055,522,0.954,523,1.055,524,0.978,525,1.055,526,0.954,527,1.28,528,0.954,529,1.413,530,0.954,531,1.055,532,0.954,533,1.312,534,1.055,535,0.954,536,1.055,537,1.055,544,1.413,668,1.691,673,0.978,685,1.449,713,1.69,773,2.672,774,2.703,775,4.713,776,4.342,777,4.925,778,3.421,779,5.866,780,4.925,781,3.174,782,5.866,783,5.866,784,4.786,785,3.958,786,5.211,787,6.485,788,5.866,789,3.958,790,4.925,791,2.599,792,3.396,793,3.442,794,4.925,795,4.925,796,3.229,797,3.326,798,4.342,799,4.925,800,3.087,801,3.671,802,3.671,803,3.326,804,2.335,805,4.925,806,4.925,807,3.326,808,3.326,809,4.925,810,4.925,811,2.877,812,3.326,813,3.251,814,7.503,815,4.925,816,6.485,817,3.326,818,4.531,819,4.342,820,6.485,821,4.925,822,3.326,823,3.958,824,4.342,825,4.925,826,3.326,827,3.326,828,3.326,829,4.342,830,3.326,831,3.326,832,1.312,833,3.326,834,3.326,835,2.932,836,2.672,837,2.479,838,2.195,839,2.479,840,2.932,841,3.671,842,3.326,843,2.932,844,3.326,845,2.932,846,3.871,847,3.871,848,2.932,849,2.932,850,3.326,851,3.326,852,3.326,853,3.326,854,2.195,855,2.672,856,2.932,857,2.479,858,3.326,859,3.326,860,4.342,861,2.085,862,2.817,863,4.342,864,3.326,865,3.326,866,3.326,867,1.833,868,3.326,869,3.326,870,4.925,871,4.925,872,3.326,873,3.326,874,3.326,875,3.326,876,3.326,877,3.326,878,3.326,879,2.479,880,3.326,881,3.326]],["title/components/ContentComponent.html",[195,0.443,483,1.199]],["body/components/ContentComponent.html",[3,0.058,4,0.071,5,0.08,6,0.134,11,0.699,12,1.078,15,2.356,18,0.519,19,0.467,20,1.717,22,2.154,23,2.534,24,3.939,25,1.131,35,0.804,38,1.998,40,0.845,41,0.866,42,1.283,43,0.01,44,1.045,45,0.734,46,0.91,52,0.874,55,1.314,56,1.053,69,0.382,71,1.131,75,0.005,77,1.688,80,0.005,85,1.354,86,1.459,88,2.35,91,2.103,92,3.414,99,0.296,104,0.14,113,1.215,114,1.022,129,0.071,132,0.252,138,0.91,140,0.509,141,0.933,159,1.077,160,1.331,187,0.92,195,0.788,196,0.771,197,1.104,198,0.81,199,0.896,200,0.896,201,0.874,204,1.817,205,2.7,206,3.505,207,0.79,208,1.16,209,1.16,210,2.242,211,1.179,212,1.315,213,1.188,215,1.188,217,3.958,228,2.7,229,3.939,236,2.105,243,3.568,246,3.275,247,3.275,250,1.215,255,1.283,256,2.512,261,1.973,267,1.996,268,1.28,269,1.635,277,1.666,280,1.109,285,1.615,289,2.276,302,1.385,303,1.516,304,0.699,316,0.752,319,1.864,326,1.615,327,1.49,369,4.804,370,1.436,372,3.034,374,2.871,376,3.414,379,3.022,382,3.304,385,2.105,392,0.771,394,0.969,395,1.906,396,2.774,399,2.467,400,1.576,401,1.615,402,2.49,403,1.145,404,1.131,405,1.339,406,2.297,409,1.415,410,2.195,412,3.502,414,2.517,417,1.817,424,1.873,425,1.49,426,1.104,430,2.915,431,2.286,432,1.385,433,1.215,434,1.254,435,2.105,441,1.254,442,1.112,443,1.77,444,1.973,446,1.49,447,1.277,450,1.137,454,0.752,455,1.864,457,3.481,461,1.49,465,1.339,466,1.339,471,0.437,472,1.635,473,0.896,474,1.894,475,0.896,476,0.896,477,0.81,478,0.896,479,0.79,480,1.685,481,0.81,482,0.896,483,1.76,484,1.685,485,0.81,486,0.852,487,0.896,488,0.81,489,0.896,490,0.81,491,0.771,492,0.896,493,0.81,494,0.896,495,0.81,496,0.81,497,0.896,498,0.81,499,0.874,500,0.831,501,0.896,502,0.81,503,1.381,504,0.79,505,0.81,506,0.81,507,0.896,508,0.81,509,1.685,510,0.81,511,1.28,512,1.381,513,0.79,514,0.81,515,0.79,516,0.682,517,0.896,518,0.79,519,0.771,520,0.81,521,0.896,522,0.81,523,0.896,524,0.831,525,0.896,526,0.81,527,1.131,528,0.81,529,1.249,530,0.81,531,0.896,532,0.81,533,1.16,534,0.896,535,0.81,536,0.896,537,0.896,557,1.249,609,1.764,615,2.358,639,2.605,640,3.034,643,1.436,644,1.436,673,0.831,681,1.688,685,1.28,686,1.729,713,1.493,721,2.873,726,2.873,730,1.77,731,1.973,734,1.688,736,2.4,737,1.688,774,2.915,793,3.041,800,2.728,804,2.517,818,1.973,832,1.59,882,2.49,883,4.268,884,3.837,885,5.311,886,5.311,887,5.968,888,5.968,889,6.81,890,5.311,891,4.353,892,5.311,893,4.353,894,2.928,895,5.968,896,4.353,897,4.353,898,2.824,899,4.353,900,2.824,901,5.311,902,2.824,903,2.824,904,2.824,905,6.446,906,2.824,907,2.824,908,1.77,909,2.824,910,2.824,911,2.135,912,2.105,913,2.824,914,2.824,915,3.741,916,3.277,917,1.55,918,4.353,919,4.353,920,4.353,921,4.353,922,6.81,923,4.684,924,4.353,925,4.353,926,4.353,927,4.353,928,4.353,929,4.353,930,2.824,931,2.824,932,3.498,933,4.353,934,6.446,935,3.837,936,3.837,937,4.353,938,4.353,939,2.824,940,2.824,941,5.311,942,3.837,943,4.353,944,4.353,945,4.353,946,4.353,947,4.353,948,4.353,949,2.824,950,5.311,951,2.728,952,2.824,953,2.873,954,4.353,955,2.49,956,2.269,957,2.824,958,2.105,959,2.824,960,2.824,961,2.824,962,3.498,963,3.041,964,1.864,965,2.105,966,1.864,967,1.864,968,1.864,969,2.269,970,1.864,971,4.353,972,5.968,973,5.968,974,2.873,975,1.688,976,2.873,977,4.353,978,4.353,979,4.353,980,4.353,981,3.034,982,2.873,983,3.041,984,3.505,985,2.269,986,2.824,987,2.824,988,2.824,989,2.824,990,2.105,991,2.824,992,2.49,993,1.933,994,2.824,995,3.244,996,2.824,997,2.824,998,2.824,999,1.688,1000,2.824,1001,2.49,1002,1.973,1003,2.824]],["title/components/ContentComponent-1.html",[187,1.192,195,0.369,483,1]],["body/components/ContentComponent-1.html",[3,0.063,4,0.077,5,0.085,6,0.137,11,0.822,12,1.152,15,1.691,18,0.455,19,0.5,20,2.22,25,1.21,35,0.57,38,2.043,40,0.903,41,0.926,42,1.355,43,0.01,44,0.98,45,0.74,46,0.96,47,0.903,48,1.404,52,2.074,55,1.366,56,1.09,69,0.417,71,2.042,75,0.005,80,0.005,85,1.474,86,1.57,90,1.516,99,0.264,104,0.152,112,0.907,129,0.077,132,0.26,133,1.273,138,1.253,140,0.838,141,0.542,159,1.222,160,0.89,164,2.783,187,1.516,195,0.777,196,0.842,197,1.181,198,1.335,199,0.979,200,0.979,201,0.954,204,1.943,205,2.851,207,0.863,208,1.24,209,1.24,210,2.26,211,1.18,212,0.764,213,1.271,223,4.587,228,3.175,246,3.428,247,3.428,250,3.034,255,0.745,256,1.932,267,2.864,269,1.181,276,2.918,277,1.781,280,1.528,289,2.445,303,1.088,304,0.764,306,3.515,307,2.918,316,0.822,348,1.844,353,2.155,370,1.568,372,2.851,374,1.116,390,3.515,392,1.998,393,1.933,394,1.058,395,0.863,396,2.003,397,1.627,398,1.627,399,1.18,400,1.116,401,1.764,404,2.004,409,2.318,410,2.385,412,3.552,417,1.943,419,2.155,420,0.782,426,1.856,431,2.003,432,1.513,447,1.566,450,1.566,454,0.822,462,2.478,463,1.214,464,2.155,471,0.477,472,1.701,473,0.979,474,1.982,475,0.979,476,0.979,477,0.885,478,0.979,479,0.863,480,1.779,481,0.885,482,0.979,483,1.83,484,1.779,485,0.885,486,0.93,487,0.979,488,1.923,489,0.979,490,0.885,491,0.842,492,0.979,493,0.885,494,0.979,495,0.885,496,0.885,497,0.979,498,0.885,499,0.954,500,0.907,501,0.979,502,0.885,503,1.477,504,0.863,505,0.885,506,0.885,507,0.979,508,0.885,509,1.779,510,0.885,511,1.369,512,1.477,513,0.863,514,0.885,515,0.863,516,0.745,517,0.979,518,0.863,519,0.842,520,0.885,521,0.979,522,0.885,523,0.979,524,0.907,525,0.979,526,0.885,527,1.21,528,0.885,529,1.335,530,0.885,531,0.979,532,0.885,533,1.24,534,0.979,535,0.885,536,0.979,537,0.979,608,1.844,673,0.907,685,1.369,692,2.608,713,1.597,736,3.055,737,1.844,778,3.13,784,4.008,785,3.74,789,3.74,791,2.457,792,3.064,793,3.253,796,3.034,800,2.918,801,3.469,802,3.469,824,4.104,832,2.007,837,2.298,846,4.83,847,4.652,857,2.298,861,1.933,862,1.764,883,4.505,993,2.067,1004,2.719,1005,4.655,1006,7.036,1007,5.607,1008,6.704,1009,5.607,1010,5.607,1011,6.246,1012,4.655,1013,4.655,1014,4.655,1015,6.246,1016,6.246,1017,6.246,1018,4.655,1019,3.072,1020,4.655,1021,5.607,1022,4.655,1023,4.655,1024,5.607,1025,4.655,1026,4.655,1027,3.74,1028,3.084,1029,3.74,1030,3.74,1031,3.084,1032,3.084,1033,2.918,1034,3.74,1035,4.655,1036,4.772,1037,3.084,1038,4.655,1039,3.084,1040,3.253,1041,2.003,1042,4.655,1043,6.246,1044,2.298,1045,4.179,1046,2.478,1047,2.478,1048,3.084,1049,3.084,1050,3.084,1051,3.084,1052,3.084,1053,3.084,1054,3.084,1055,2.478,1056,4.655,1057,3.084,1058,4.655,1059,3.084,1060,1.692,1061,2.035,1062,3.084,1063,3.084,1064,3.084,1065,5.607,1066,3.084,1067,3.084,1068,4.655,1069,3.084,1070,3.084,1071,4.655,1072,3.084,1073,3.084,1074,3.084,1075,3.084,1076,2.719]],["title/interfaces/ContentContainerChanged.html",[128,0.299,1077,2.752]],["body/interfaces/ContentContainerChanged.html",[3,0.11,4,0.134,5,0.098,6,0.086,11,0.703,15,1.613,18,0.522,19,0.734,43,0.01,45,0.838,47,1.327,48,1.613,71,1.778,75,0.007,80,0.007,90,2.455,99,0.211,121,2.167,122,2.167,123,2.105,124,1.99,125,2.105,128,0.541,129,0.223,132,0.198,138,0.916,140,1.232,181,2.801,194,1.39,195,0.828,197,1.735,280,1.428,308,3.037,409,2.386,410,2.116,412,3.648,421,3.912,428,2.374,527,1.39,608,3.196,646,3.246,687,2.301,736,2.41,778,3.349,781,2.452,784,4.089,791,2.822,792,3.355,796,3.854,811,3.355,832,1.822,861,3.352,862,3.912,867,1.99,1036,4.089,1040,3.736,1060,2.934,1077,4.727,1078,3.352,1079,4.807,1080,4.779,1081,4.779,1082,4.977,1083,3.736,1084,4.287,1085,3.736,1086,4.547,1087,4.287,1088,4.779,1089,3.985,1090,3.985,1091,4.287,1092,4.287,1093,3.352,1094,3.985,1095,3.736,1096,4.779,1097,3.736,1098,3.736,1099,4.139,1100,3.736,1101,3.736]],["title/modules/ContentModule.html",[538,0.627,549,3.068]],["body/modules/ContentModule.html",[3,0.126,4,0.154,5,0.112,6,0.099,43,0.01,75,0.008,80,0.008,99,0.352,104,0.303,129,0.154,132,0.227,211,0.98,304,1.845,321,2.085,420,1.556,454,1.634,471,0.948,483,2.478,529,1.759,538,0.876,540,1.716,541,1.759,542,2.482,543,1.85,544,1.759,545,2.482,549,6.316,556,2.305,557,1.759,559,2.364,563,2.247,569,3.111,570,2.415,755,2.625,756,2.05,759,5.206,760,4.285,836,4.928,1102,5.406,1103,5.406,1104,5.406,1105,5.406,1106,6.076,1107,6.076,1108,6.133,1109,7.45,1110,7.45,1111,4.285,1112,6.133,1113,4.048,1114,4.571,1115,6.133,1116,7.45]],["title/modules/CoreModule.html",[538,0.627,550,3.068]],["body/modules/CoreModule.html",[3,0.126,4,0.155,5,0.113,6,0.099,43,0.01,46,1.054,75,0.008,80,0.008,99,0.35,104,0.304,129,0.155,132,0.227,140,1.109,211,0.982,212,1.524,321,1.722,322,4.587,420,1.561,471,0.951,538,1.148,540,1.722,541,1.765,542,1.904,543,1.856,544,1.765,545,2.309,550,6.319,556,2.309,557,1.765,559,2.369,563,2.252,603,4.3,643,3.129,644,3.129,765,6.081,849,5.425,1117,5.425,1118,5.425,1119,6.081,1120,6.081,1121,6.154,1122,7.466,1123,6.154,1124,5.217,1125,7.466,1126,6.154,1127,6.154,1128,6.154,1129,6.154,1130,6.154,1131,6.154,1132,6.154,1133,6.154,1134,4.587,1135,8.037,1136,6.154,1137,4.945,1138,6.154]],["title/interfaces/DefaultIconDefinition.html",[128,0.299,1139,3.272]],["body/interfaces/DefaultIconDefinition.html",[3,0.079,4,0.096,5,0.07,6,0.062,11,0.505,18,0.375,19,0.586,43,0.01,44,1.282,45,0.634,46,1.373,69,1.143,75,0.006,80,0.006,90,1.249,128,0.261,129,0.137,138,0.657,141,1.338,194,0.997,203,5.497,303,0.744,341,5.787,438,3.719,447,1.568,450,1.568,472,1.989,615,3.079,668,2.778,774,2.106,993,1.704,1139,4.743,1140,2.681,1141,3.083,1142,3.083,1143,2.033,1144,3.083,1145,3.382,1146,4.072,1147,3.836,1148,3.836,1149,3.083,1150,3.836,1151,3.836,1152,2.859,1153,3.382,1154,6.877,1155,4.072,1156,5.572,1157,3.818,1158,2.532,1159,3.083,1160,2.681,1161,5.485,1162,3.382,1163,8.081,1164,3.382,1165,3.382,1166,3.382,1167,4.817,1168,3.382,1169,3.382,1170,3.382,1171,3.382,1172,3.382,1173,3.382,1174,6.113,1175,6.113,1176,6.461,1177,6.461,1178,2.859,1179,3.382,1180,4.382,1181,3.382,1182,3.382,1183,3.382,1184,4.072,1185,4.072,1186,4.817,1187,3.382,1188,3.382,1189,3.382,1190,3.382,1191,6.461,1192,3.382,1193,4.817,1194,2.859,1195,3.382,1196,3.382,1197,3.382,1198,3.382,1199,3.382,1200,3.382,1201,3.382,1202,3.382,1203,3.382,1204,3.382,1205,3.382,1206,6.113,1207,4.817,1208,3.382,1209,3.382,1210,3.382,1211,3.382,1212,4.817,1213,3.382,1214,3.382,1215,3.083,1216,3.382,1217,3.382,1218,3.382,1219,3.382,1220,3.382,1221,4.817,1222,4.39,1223,3.083,1224,3.382,1225,2.859,1226,3.382,1227,3.382,1228,3.382,1229,3.382,1230,3.382,1231,3.382,1232,3.382,1233,6.113,1234,3.382,1235,3.382,1236,6.113,1237,3.382,1238,3.382,1239,2.681,1240,3.382,1241,3.382,1242,5.61,1243,3.382,1244,4.817,1245,3.382,1246,3.382,1247,3.382,1248,3.382]],["title/components/DetailsLabelComponent.html",[195,0.443,485,1.259]],["body/components/DetailsLabelComponent.html",[3,0.093,4,0.114,5,0.112,6,0.125,11,0.807,12,1.518,18,0.442,19,0.658,25,1.594,38,1.8,42,1.094,43,0.01,44,1.14,45,0.681,46,0.776,52,1.401,55,1.25,69,1.19,75,0.006,80,0.006,85,1.252,86,1.349,99,0.178,104,0.224,129,0.114,132,0.296,133,0.923,141,0.796,155,2.905,159,0.756,160,1.103,195,0.785,196,1.236,197,1.555,198,1.299,199,1.437,200,1.437,201,1.401,207,1.267,208,1.633,209,1.633,210,2.327,211,1.212,212,1.121,213,1.674,215,1.674,255,1.481,268,1.803,269,1.555,303,1.349,304,1.121,316,1.206,394,1.554,395,1.945,399,1.733,404,1.177,406,3.236,409,1.852,438,2.639,442,2.414,447,0.969,450,0.969,454,1.206,463,2.414,471,0.7,472,1.975,473,1.437,474,2.364,475,1.437,476,1.437,477,1.299,478,1.437,479,1.267,480,2.206,481,1.299,482,1.437,483,1.674,484,2.206,485,2.137,486,2.688,487,1.437,488,1.299,489,1.437,490,1.299,491,1.236,492,1.437,493,1.299,494,1.437,495,1.299,496,1.299,497,1.437,498,1.299,499,1.401,500,1.332,501,1.437,502,1.299,503,1.945,504,1.267,505,1.299,506,1.299,507,1.437,508,1.299,509,2.206,510,1.299,511,1.803,512,1.945,513,1.267,514,1.299,515,1.267,516,1.094,517,1.437,518,1.267,519,1.236,520,1.299,521,1.437,522,1.299,523,1.437,524,1.332,525,1.437,526,1.299,527,1.594,528,1.299,529,1.759,530,1.299,531,1.437,532,1.299,533,1.633,534,1.437,535,1.299,536,1.437,537,1.437,609,2.485,673,1.332,685,1.803,686,2.263,713,2.104,1249,6.254,1250,6.254,1251,3.992,1252,5.405,1253,5.405,1254,4.892,1255,7.449,1256,6.131,1257,7.449,1258,6.131,1259,6.951,1260,6.131,1261,6.131,1262,4.529,1263,3.507,1264,6.131,1265,6.131,1266,4.529,1267,3.507,1268,6.131,1269,4.927,1270,7.449,1271,6.131,1272,6.131,1273,6.131,1274,4.529,1275,4.529,1276,6.131,1277,2.989]],["title/modules/DetailsLabelModule.html",[538,0.627,1278,3.272]],["body/modules/DetailsLabelModule.html",[3,0.136,4,0.166,5,0.121,6,0.106,43,0.01,75,0.008,80,0.008,99,0.326,104,0.327,129,0.166,132,0.244,420,1.676,471,1.021,485,2.627,486,1.993,538,0.943,540,1.849,541,1.895,542,2.563,543,1.993,544,1.895,545,2.563,556,2.41,557,1.895,559,2.097,563,2.349,755,2.745,756,2.208,1249,5.309,1250,5.309,1278,6.657,1279,5.825,1280,5.825,1281,5.825,1282,6.607,1283,6.607]],["title/interfaces/DocumentationContent.html",[128,0.299,1284,3.528]],["body/interfaces/DocumentationContent.html",[3,0.162,4,0.169,5,0.123,6,0.108,8,2.986,11,0.885,18,0.657,19,0.845,43,0.009,45,0.72,69,1.201,75,0.008,80,0.008,128,0.458,129,0.169,194,1.748,412,3.708,727,5.08,1284,6.325,1285,5.928,1286,6.725,1287,4.215,1288,4.699,1289,6.127,1290,5.403,1291,3.847,1292,5.866]],["title/interfaces/DrawerContainersChanged.html",[128,0.299,1084,2.752]],["body/interfaces/DrawerContainersChanged.html",[3,0.109,4,0.133,5,0.097,6,0.085,11,0.698,15,1.6,18,0.518,19,0.73,43,0.01,45,0.839,47,1.32,48,1.6,71,1.769,75,0.007,80,0.007,90,2.215,99,0.209,121,2.15,122,2.15,123,2.088,124,1.974,125,2.088,128,0.54,129,0.222,132,0.196,138,0.909,140,0.955,181,2.793,194,1.379,195,0.799,197,1.906,280,1.421,308,3.021,409,2.401,410,2.105,412,3.309,421,3.892,428,2.355,527,1.379,608,3.171,646,3.233,687,2.929,736,2.398,778,3.336,781,2.432,784,4.899,791,2.799,792,3.338,796,3.85,811,3.338,832,1.813,861,3.325,862,3.892,867,2.532,1036,4.068,1040,4.755,1060,2.911,1077,4.265,1078,3.325,1079,4.797,1080,4.755,1081,4.755,1082,4.959,1083,3.706,1084,4.709,1085,4.755,1086,4.534,1087,4.265,1088,4.755,1089,3.953,1090,3.953,1091,4.265,1092,4.265,1093,3.325,1094,3.953,1095,3.706,1096,4.755,1097,3.706,1098,3.706,1099,4.123,1100,3.706,1101,3.706]],["title/interfaces/DrawerInitialized.html",[128,0.299,1091,2.752]],["body/interfaces/DrawerInitialized.html",[3,0.111,4,0.135,5,0.099,6,0.087,11,0.708,15,1.624,18,0.526,19,0.737,43,0.01,45,0.839,47,1.333,48,1.624,71,1.786,75,0.007,80,0.007,90,2.237,99,0.212,121,2.182,122,2.182,123,2.12,124,2.004,125,2.12,128,0.543,129,0.223,132,0.199,138,0.922,140,0.97,181,2.666,194,1.4,195,0.763,197,1.743,280,1.435,308,3.051,409,2.397,410,2.125,412,3.328,421,3.93,428,2.391,527,1.4,608,3.219,646,3.257,687,2.318,736,2.421,778,3.36,781,2.469,784,4.107,791,2.842,792,3.37,796,3.858,811,3.37,832,1.83,861,3.375,862,3.93,867,2.004,1036,4.107,1040,3.763,1060,2.955,1077,4.307,1078,3.375,1079,4.816,1080,4.801,1081,4.801,1082,4.994,1083,3.763,1084,4.307,1085,3.763,1086,4.559,1087,4.307,1088,4.801,1089,5.12,1090,5.12,1091,4.743,1092,4.307,1093,3.375,1094,4.013,1095,3.763,1096,4.801,1097,3.763,1098,3.763,1099,4.153,1100,3.763,1101,3.763]],["title/modules/DrawerModule.html",[538,0.627,551,3.068]],["body/modules/DrawerModule.html",[3,0.123,4,0.151,5,0.11,6,0.096,43,0.01,75,0.008,80,0.008,99,0.351,104,0.296,129,0.151,132,0.221,420,1.521,471,0.927,481,2.596,483,2.391,488,2.596,526,2.596,527,1.558,538,0.856,540,1.677,541,1.719,542,2.457,543,1.808,544,2.108,545,2.457,551,6.382,556,2.273,557,1.719,559,1.902,563,2.216,569,3.067,570,2.36,572,6.477,573,4.849,574,3.757,575,5.904,576,4.817,594,4.467,595,4.817,836,4.817,837,4.467,1083,4.188,1293,5.284,1294,5.284,1295,5.284,1296,5.994,1297,4.605,1298,4.605,1299,5.994,1300,4.817,1301,5.284]],["title/interfaces/DrawerToggled.html",[128,0.299,1092,2.752]],["body/interfaces/DrawerToggled.html",[3,0.106,4,0.129,5,0.094,6,0.083,11,0.678,15,2.015,18,0.503,19,0.717,43,0.01,45,0.84,47,1.296,48,2.015,71,2.163,75,0.007,80,0.007,90,2.175,99,0.203,121,2.089,122,2.089,123,2.029,124,1.918,125,2.029,128,0.534,129,0.221,132,0.19,138,0.883,140,0.928,181,2.763,194,1.34,195,0.747,197,1.695,280,1.738,308,2.966,409,2.415,410,2.574,412,3.273,421,4.761,428,2.966,527,1.736,608,3.081,646,3.19,687,2.218,736,2.933,778,3.291,781,2.363,784,3.993,791,3.525,792,3.277,796,3.836,811,3.277,832,2.089,861,3.231,862,3.821,867,1.918,1036,4.975,1040,3.602,1060,2.829,1077,4.187,1078,3.231,1079,4.646,1080,4.668,1081,4.668,1082,4.892,1083,3.602,1084,4.187,1085,3.602,1086,4.485,1087,4.187,1088,4.668,1089,3.841,1090,3.841,1091,4.187,1092,4.646,1093,4.187,1094,4.978,1095,4.668,1096,4.668,1097,3.602,1098,3.602,1099,4.067,1100,3.602,1101,3.602]],["title/interfaces/ExtractionSet.html",[128,0.299,1302,2.41]],["body/interfaces/ExtractionSet.html",[3,0.132,4,0.161,5,0.118,6,0.103,11,0.845,18,0.627,19,0.822,43,0.01,44,1.222,45,0.749,46,1.312,69,1.189,75,0.008,80,0.008,99,0.253,128,0.437,129,0.161,141,1.544,194,1.67,423,3.332,491,2.445,533,1.711,694,4.58,911,3.758,1302,4.204,1303,5.662,1304,5.662,1305,6.257,1306,7.66,1307,4.474,1308,7.66,1309,3.525]],["title/components/ExtractionSetDropdownComponent.html",[195,0.443,490,1.259]],["body/components/ExtractionSetDropdownComponent.html",[3,0.079,4,0.096,5,0.1,6,0.131,11,0.836,12,1.349,18,0.373,19,0.585,25,1.417,35,0.706,38,1.934,40,1.058,41,1.084,42,1.317,43,0.01,44,1.113,45,0.716,46,0.934,47,1.058,52,1.182,55,1.294,56,0.842,69,0.517,75,0.006,76,1.753,80,0.006,85,0.982,86,1.42,99,0.25,104,0.189,129,0.096,132,0.281,133,0.779,140,0.689,141,1.622,159,0.91,160,1.161,187,1.245,195,0.738,196,1.044,197,1.383,198,1.097,199,1.213,200,1.213,201,1.182,207,1.07,208,1.452,209,1.452,210,2.301,211,1.199,212,0.946,213,1.488,215,1.488,255,0.924,256,1.182,268,1.603,269,1.383,280,1.138,303,1.232,304,0.946,316,1.018,387,2.209,388,2.771,389,2.187,392,1.488,394,1.312,399,2.085,404,0.994,409,1.692,410,1.686,414,1.812,415,4.733,424,1.645,426,0.97,429,2.523,447,0.818,450,0.818,454,1.018,456,2.396,461,2.017,465,3.01,466,3.01,468,2.396,469,2.671,470,4.192,471,0.591,472,1.857,473,1.213,474,2.197,475,1.213,476,1.213,477,1.097,478,1.213,479,1.07,480,2.015,481,1.097,482,1.213,483,1.488,484,2.015,485,1.097,486,1.153,487,1.213,488,1.097,489,1.213,490,1.986,491,2.482,492,1.213,493,1.097,494,1.213,495,1.097,496,1.097,497,1.213,498,1.097,499,1.182,500,1.124,501,1.213,502,1.097,503,1.729,504,1.07,505,1.097,506,1.097,507,1.213,508,1.097,509,2.015,510,1.097,511,1.603,512,1.729,513,1.07,514,1.097,515,1.07,516,0.924,517,1.213,518,1.07,519,1.044,520,1.097,521,1.213,522,1.097,523,1.213,524,1.124,525,1.213,526,1.097,527,1.417,528,1.097,529,1.563,530,1.097,531,1.213,532,1.097,533,1.452,534,1.213,535,1.097,536,1.213,537,1.213,568,2.42,598,1.549,609,2.209,672,2.574,673,1.124,674,2.209,675,2.806,676,1.505,677,1.463,678,2.43,685,1.603,686,2.068,691,2.574,712,2.583,713,1.87,714,2.017,744,3.416,745,2.849,804,3.712,832,1.452,1263,3.117,1289,2.671,1302,4.394,1310,6.546,1311,6.072,1312,3.37,1313,7.285,1314,4.379,1315,6.351,1316,5.45,1317,5.242,1318,5.45,1319,6.923,1320,6.351,1321,5.45,1322,3.823,1323,3.352,1324,3.823,1325,3.396,1326,2.583,1327,5.45,1328,5.45,1329,3.823,1330,3.823,1331,4.804,1332,4.838,1333,4.569,1334,3.416,1335,3.823,1336,3.823,1337,3.823,1338,3.823,1339,3.823,1340,3.823,1341,3.823,1342,5.45,1343,5.45,1344,5.45,1345,3.37,1346,3.823,1347,3.823,1348,3.072,1349,3.823,1350,3.823,1351,3.37,1352,3.37]],["title/modules/ExtractionSetDropdownModule.html",[538,0.627,1353,3.068]],["body/modules/ExtractionSetDropdownModule.html",[3,0.134,4,0.164,5,0.12,6,0.105,43,0.01,75,0.008,80,0.008,99,0.336,104,0.323,129,0.164,132,0.241,141,1.449,420,1.658,471,1.01,490,2.623,491,1.784,538,0.933,540,1.828,541,1.874,542,2.551,543,1.971,544,1.874,545,2.551,556,2.394,557,1.874,559,2.073,563,2.334,755,2.727,756,2.183,1310,5.25,1311,4.869,1353,6.228,1354,5.76,1355,5.76,1356,5.76,1357,6.534,1358,6.218,1359,5.25,1360,6.534]],["title/interfaces/GlobalConfig.html",[128,0.299,244,1.547]],["body/interfaces/GlobalConfig.html",[3,0.108,4,0.132,5,0.096,6,0.085,14,3.718,18,0.514,19,0.727,43,0.01,44,0.732,45,0.829,46,1.583,56,1.047,69,1.238,75,0.007,80,0.007,82,4.733,99,0.295,104,0.26,112,1.549,128,0.461,129,0.199,133,1.073,138,0.902,140,0.949,194,1.369,211,0.693,218,4.019,219,4.955,220,4.955,222,4.522,224,4.338,244,2.785,280,1.858,321,1.474,328,2.733,329,3.575,330,3.575,350,1.511,423,2.942,447,1.127,450,1.127,463,3.352,610,4.726,611,4.955,612,5.891,613,6.352,614,4.955,615,3.51,616,6.352,617,5.891,767,4.246,768,3.68,1041,2.267,1143,1.96,1178,3.925,1180,3.149,1184,3.925,1185,3.925,1225,3.925,1361,3.68,1362,4.942,1363,4.955,1364,5.443,1365,4.05,1366,3.68,1367,2.78,1368,2.891,1369,2.891,1370,4.643,1371,3.925,1372,2.415,1373,4.232,1374,4.643]],["title/components/HeaderComponent.html",[195,0.443,493,1.259]],["body/components/HeaderComponent.html",[3,0.09,4,0.11,5,0.11,6,0.128,11,0.788,12,1.483,18,0.427,19,0.643,23,3.026,35,0.808,38,1.858,40,1.162,41,1.191,42,1.057,43,0.01,44,1.13,45,0.703,46,0.749,52,1.353,69,1.04,75,0.006,76,2.746,80,0.006,85,1.079,86,1.162,91,2.588,99,0.236,104,0.216,129,0.11,132,0.293,141,0.769,159,0.731,160,1.083,187,1.425,195,0.776,196,1.195,197,1.519,198,1.255,199,1.388,200,1.388,201,1.353,207,1.224,208,1.595,209,1.595,210,2.322,211,1.209,212,1.083,213,1.635,215,1.635,218,4.319,219,4.28,220,4.28,255,1.057,268,2.008,269,1.519,277,1.674,303,1.325,304,1.083,316,1.166,327,2.309,350,1.718,394,1.501,395,2.055,396,3.31,399,2.943,400,2.168,403,2.768,404,1.999,406,2.309,408,2.224,409,1.819,410,2.271,417,1.827,424,2.939,426,1.863,431,3.16,433,1.883,434,1.943,438,1.883,441,3.261,442,2.891,443,3.754,445,2.839,446,3.161,447,0.936,450,0.936,454,1.166,457,2.938,471,0.676,472,1.951,473,1.388,474,2.33,475,1.388,476,1.388,477,1.255,478,1.388,479,1.224,480,2.167,481,1.255,482,1.388,483,1.635,484,2.167,485,1.255,486,1.32,487,1.388,488,1.255,489,1.388,490,1.255,491,1.195,492,1.388,493,2.106,494,1.388,495,1.255,496,1.255,497,1.388,498,1.255,499,1.353,500,1.287,501,1.388,502,1.255,503,1.9,504,1.224,505,1.255,506,1.255,507,1.388,508,1.255,509,2.167,510,1.255,511,1.761,512,1.9,513,1.224,514,1.255,515,1.224,516,1.057,517,1.388,518,1.224,519,1.195,520,1.255,521,1.388,522,1.255,523,1.388,524,1.287,525,1.388,526,1.255,527,1.557,528,1.255,529,1.718,530,1.255,531,1.388,532,1.255,533,1.595,534,1.388,535,1.255,536,1.388,537,1.388,609,2.427,673,1.287,685,1.761,686,2.223,713,2.055,728,2.224,732,2.401,734,2.616,736,1.542,744,2.743,747,3.857,748,2.888,749,2.888,843,3.857,984,2.888,1045,3.261,1085,3.057,1158,2.888,1269,3.516,1277,4.507,1290,3.516,1375,3.857,1376,6.828,1377,5.989,1378,3.516,1379,5.989,1380,4.375,1381,5.989,1382,4.375,1383,5.989,1384,4.812,1385,3.261,1386,3.516,1387,3.261,1388,3.58,1389,4.375,1390,3.857,1391,4.375,1392,4.375,1393,4.375,1394,3.057,1395,4.375,1396,4.375,1397,3.857,1398,3.516,1399,4.375,1400,3.057,1401,5.989]],["title/modules/HeaderModule.html",[538,0.627,552,3.068]],["body/modules/HeaderModule.html",[3,0.134,4,0.164,5,0.12,6,0.105,43,0.01,75,0.008,80,0.008,99,0.343,104,0.323,129,0.164,132,0.241,420,1.658,471,1.01,493,2.623,538,0.933,540,1.828,541,1.874,542,2.551,543,1.971,544,1.874,545,2.551,552,6.228,556,2.394,557,1.874,559,2.073,563,2.334,569,3.231,570,2.572,755,2.727,756,2.183,761,4.084,762,3.448,1402,5.76,1403,5.76,1404,5.76,1405,6.534,1406,6.534]],["title/interfaces/IconDefinition.html",[128,0.299,1407,3.272]],["body/interfaces/IconDefinition.html",[0,1.813,3,0.087,4,0.106,5,0.078,6,0.068,11,0.558,15,2.185,16,1.669,18,0.414,19,0.629,20,2.095,29,1.882,40,0.822,41,0.843,43,0.01,44,1.204,45,0.662,46,1.429,47,0.822,48,2.025,53,3.092,55,1.477,56,0.906,60,2.962,69,1.09,75,0.006,80,0.006,85,1.056,86,0.822,99,0.329,102,2.121,104,0.209,106,2.602,107,1.882,108,1.882,109,1.77,128,0.289,129,0.147,132,0.157,133,1.721,138,1.407,140,1.056,141,1.382,159,1.314,160,0.93,161,1.882,194,1.102,211,0.558,244,2.065,245,2.375,249,3.159,280,1.224,289,2.628,303,1.406,321,1.186,341,5.346,387,2.375,392,1.834,438,3.891,472,2.164,570,1.669,573,2.798,574,2.657,610,3.503,615,3.648,646,2.89,648,3.159,650,3.406,668,2.979,867,2.181,908,4.767,917,3.216,981,3.414,1134,3.159,1137,3.406,1140,2.962,1143,2.181,1144,6.602,1154,6.41,1155,5.668,1156,5.822,1157,4.094,1158,5.191,1160,4.094,1254,2.425,1394,2.962,1407,5.862,1408,3.159,1409,3.406,1410,4.709,1411,6.387,1412,6.387,1413,5.92,1414,5.166,1415,5.166,1416,2.155,1417,3.737,1418,3.737,1419,2.798,1420,6.934,1421,5.166,1422,3.737,1423,3.737,1424,3.673,1425,3.737,1426,3.737,1427,3.737,1428,3.737,1429,3.737,1430,5.166,1431,3.737,1432,3.737,1433,3.737,1434,3.737,1435,3.737,1436,3.737,1437,3.737,1438,3.737,1439,3.737,1440,3.737,1441,3.737,1442,3.737,1443,3.406,1444,5.166,1445,3.737,1446,3.737,1447,3.737,1448,3.737,1449,3.737,1450,5.166,1451,3.737,1452,3.737,1453,3.406,1454,3.737,1455,3.737,1456,3.737,1457,5.92,1458,3.737,1459,3.737,1460,3.737,1461,4.709,1462,3.737,1463,3.737,1464,3.737,1465,3.737,1466,3.737,1467,3.737,1468,3.737,1469,3.737,1470,3.159,1471,3.737,1472,3.737]],["title/injectables/IconRegistryState.html",[0,1.358,1419,2.898]],["body/injectables/IconRegistryState.html",[0,1.695,2,2.304,3,0.079,4,0.097,5,0.071,6,0.126,11,0.914,15,2.301,16,2.158,18,0.376,20,2.253,25,1.425,29,3.085,35,0.712,38,1.843,40,1.064,41,1.09,42,1.774,43,0.01,44,1.202,45,0.671,46,1.307,47,1.064,48,2.301,52,1.192,53,3.366,55,1.664,56,0.986,60,3.83,69,0.94,75,0.006,80,0.006,85,1.149,86,0.748,99,0.322,102,1.984,104,0.19,106,2.434,107,1.711,108,1.711,109,1.609,128,0.262,129,0.138,132,0.142,133,1.687,138,1.374,140,0.694,141,1.121,159,1.274,160,0.87,161,1.711,211,0.507,244,2.448,245,2.816,249,4.085,280,1.451,289,2.681,303,1.557,321,1.078,341,4.92,387,2.816,392,2.004,438,3.866,472,2.035,570,1.517,573,2.543,574,2.415,610,3.277,615,3.624,646,2.745,648,2.872,650,3.096,668,1.959,867,2.04,908,5.029,917,3.813,981,3.732,1134,2.872,1137,4.404,1140,5.484,1143,1.434,1144,6.559,1154,5.979,1155,5.178,1156,4.404,1157,2.692,1158,5.035,1160,3.83,1254,3.135,1394,3.83,1407,6.357,1408,5.85,1409,3.096,1410,3.096,1411,4.832,1412,4.832,1413,6.725,1414,6.125,1415,5.623,1416,1.959,1417,4.832,1418,3.397,1419,3.617,1420,7.298,1421,6.125,1422,4.832,1423,4.832,1424,4.355,1425,3.397,1426,3.397,1427,3.397,1428,3.397,1429,3.397,1430,4.832,1431,3.397,1432,3.397,1433,3.397,1434,3.397,1435,3.397,1436,3.397,1437,3.397,1438,3.397,1439,3.397,1440,3.397,1441,3.397,1442,3.397,1443,4.404,1444,6.125,1445,4.832,1446,3.397,1447,4.832,1448,6.125,1449,4.832,1450,4.832,1451,3.397,1452,3.397,1453,3.096,1454,3.397,1455,3.397,1456,3.397,1457,5.623,1458,3.397,1459,3.397,1460,3.397,1461,5.583,1462,5.623,1463,3.397,1464,3.397,1465,3.397,1466,3.397,1467,3.397,1468,3.397,1469,4.832,1470,4.085,1471,5.623,1472,3.397,1473,5.481,1474,3.853,1475,3.853,1476,3.853,1477,3.853,1478,3.853,1479,3.853,1480,3.853,1481,3.853,1482,3.853]],["title/classes/InitializationState.html",[132,0.162,1483,3.528]],["body/classes/InitializationState.html",[3,0.054,4,0.067,5,0.048,6,0.111,11,0.349,15,2.534,18,0.259,19,0.444,20,2.299,25,1.077,38,1.603,40,0.514,41,0.527,42,1.001,43,0.01,45,0.607,47,0.514,48,1.249,55,1.352,56,1.238,65,1.176,71,1.077,75,0.004,80,0.004,85,1.039,86,1.214,90,1.349,99,0.246,104,0.131,112,0.779,121,2.337,122,2.337,123,2.008,124,2.146,125,2.008,129,0.067,132,0.188,133,1.691,138,1.292,140,1.249,141,1.35,159,1.158,160,0.915,181,0.933,195,0.669,197,0.672,199,0.841,204,1.106,205,2.106,208,0.706,209,0.706,210,0.672,211,0.545,213,0.723,215,0.723,223,3.197,228,1.347,243,2.476,246,2.273,247,2.273,250,2.482,256,1.784,267,1.899,268,1.696,269,1.758,276,1.66,277,1.014,280,1.631,283,2.369,285,2.369,289,2.397,301,1.851,305,4.047,306,2.596,307,1.66,316,0.706,317,1.851,348,1.584,370,1.347,372,1.347,390,1.66,392,2.098,393,1.66,408,1.347,409,2.344,410,2.504,413,2.734,417,1.729,419,2.894,420,1.051,421,4.528,426,2.008,427,2.894,432,1.299,436,2.129,437,2.129,447,0.886,450,0.886,455,2.734,463,2.008,464,4.029,472,1.051,488,1.463,527,0.689,608,3.741,646,1.14,672,1.074,673,0.779,674,2.809,685,0.779,694,1.584,730,1.66,736,2.853,775,3.328,776,2.335,778,2.264,781,2.338,786,2.129,789,2.129,792,2.032,793,1.851,796,2.195,798,2.335,800,1.66,802,1.974,804,1.963,811,2.032,813,1.748,829,3.651,832,1.847,846,4.735,847,4.735,854,1.748,855,2.129,856,2.335,857,1.974,860,3.651,1006,2.335,1027,2.129,1030,2.129,1036,4.594,1041,1.14,1044,1.974,1045,5.166,1046,2.129,1047,2.129,1055,2.129,1060,2.273,1061,1.748,1087,1.66,1093,5.022,1100,3.563,1101,3.563,1143,1.541,1152,1.974,1326,2.417,1483,4.098,1484,2.129,1485,1.974,1486,4.142,1487,5.1,1488,6.932,1489,5.766,1490,5.083,1491,5.766,1492,4.142,1493,5.1,1494,2.649,1495,6.775,1496,5.1,1497,2.649,1498,2.649,1499,2.649,1500,2.649,1501,3.966,1502,3.328,1503,2.649,1504,5.1,1505,2.649,1506,2.649,1507,2.335,1508,4.496,1509,6.111,1510,4.496,1511,4.496,1512,5.848,1513,4.496,1514,5.516,1515,3.651,1516,4.496,1517,4.098,1518,5.516,1519,4.634,1520,3.651,1521,5.083,1522,4.142,1523,2.649,1524,2.649,1525,2.649,1526,2.649,1527,2.649,1528,2.649,1529,2.649,1530,2.649,1531,2.649,1532,4.142,1533,2.649,1534,4.142,1535,2.649,1536,2.649,1537,2.649,1538,2.335,1539,6.257,1540,2.649,1541,2.649,1542,2.649,1543,4.496,1544,2.335,1545,3.651,1546,4.142,1547,2.649,1548,5.766,1549,2.129,1550,4.142,1551,2.649,1552,2.649,1553,2.649,1554,5.1,1555,2.649,1556,2.649,1557,2.649,1558,3.197,1559,2.649,1560,5.1,1561,2.649,1562,1.748,1563,2.649,1564,3.651,1565,2.649,1566,2.649,1567,2.649,1568,6.634,1569,4.142,1570,5.766,1571,4.142,1572,4.142,1573,2.649,1574,5.1,1575,4.142,1576,2.129,1577,2.649,1578,2.649,1579,2.649,1580,4.142,1581,4.142,1582,2.649,1583,2.649,1584,5.1,1585,2.649,1586,2.649,1587,2.649,1588,2.649,1589,4.142,1590,2.649,1591,2.649,1592,1.974,1593,2.129,1594,2.649,1595,1.748,1596,2.649,1597,2.649,1598,5.083,1599,5.1,1600,5.766,1601,4.142,1602,4.142,1603,2.649,1604,2.649,1605,2.649,1606,2.649,1607,2.649,1608,2.649,1609,2.649,1610,6.634,1611,2.894,1612,4.142,1613,2.649,1614,2.649,1615,2.649,1616,2.649,1617,2.649,1618,2.649,1619,2.649,1620,1.851,1621,2.649,1622,2.649,1623,1.851,1624,2.649,1625,2.649,1626,4.142,1627,2.649,1628,2.649,1629,2.649,1630,2.649,1631,2.649,1632,2.649,1633,4.142,1634,5.1,1635,2.649,1636,2.649,1637,4.142,1638,2.649,1639,2.649,1640,2.649,1641,2.649,1642,2.649,1643,2.335,1644,3.197,1645,2.649,1646,2.649,1647,2.649]],["title/components/JsonFileReaderComponent.html",[195,0.443,495,1.259]],["body/components/JsonFileReaderComponent.html",[3,0.079,4,0.097,5,0.168,6,0.131,11,0.723,12,1.36,18,0.378,19,0.59,25,1.428,35,0.714,38,1.94,40,1.066,41,1.093,42,1.328,43,0.01,44,1.116,45,0.718,46,0.941,47,1.066,48,2.304,52,1.7,55,1.12,56,1.076,69,0.864,75,0.006,80,0.006,85,1.151,86,1.24,99,0.216,104,0.191,129,0.097,132,0.282,133,0.788,138,1.259,140,0.99,141,0.679,155,2.845,159,0.918,160,1.166,195,0.741,196,1.056,197,1.394,198,1.109,199,1.227,200,1.227,201,1.196,207,1.082,208,1.464,209,1.464,210,2.303,211,1.2,212,0.957,213,1.5,215,1.5,243,3.821,250,3.287,255,0.934,262,2.702,264,2.553,268,2.362,269,1.766,303,1.24,304,0.957,316,1.03,394,1.327,399,1.48,400,1.4,403,1.567,404,1.005,409,1.703,410,1.196,417,1.615,428,3.264,433,1.664,434,1.717,447,0.828,450,0.828,454,1.03,471,0.598,472,1.865,473,1.227,474,2.208,475,1.227,476,1.227,477,1.109,478,1.227,479,1.082,480,2.028,481,1.109,482,1.227,483,1.5,484,2.028,485,1.109,486,1.166,487,1.227,488,1.109,489,1.227,490,1.109,491,1.056,492,1.227,493,1.109,494,1.227,495,1.996,496,2.546,497,1.227,498,1.109,499,1.196,500,1.137,501,1.227,502,1.109,503,1.744,504,1.082,505,1.109,506,1.109,507,1.227,508,1.109,509,2.028,510,1.109,511,1.616,512,1.744,513,1.082,514,1.109,515,1.082,516,0.934,517,1.227,518,1.082,519,1.056,520,1.109,521,1.227,522,1.109,523,1.227,524,1.137,525,1.227,526,1.109,527,1.428,528,1.109,529,1.576,530,1.109,531,1.227,532,1.109,533,1.464,534,1.227,535,1.109,536,1.227,537,1.227,598,1.567,609,2.227,646,1.664,672,2.591,673,1.137,674,2.227,675,2.821,676,1.523,677,1.48,678,2.446,685,1.616,686,2.081,691,2.591,693,4.007,699,2.702,701,2.424,712,2.605,713,1.885,714,2.041,728,1.966,732,2.122,908,3.445,936,4.844,1046,5.592,1143,2.59,1253,4.844,1277,2.553,1325,3.414,1648,6.564,1649,6.088,1650,3.409,1651,7.079,1652,6.392,1653,5.495,1654,6.392,1655,5.495,1656,6.96,1657,6.392,1658,5.495,1659,5.907,1660,3.867,1661,3.627,1662,5.495,1663,4.844,1664,4.416,1665,5.495,1666,5.495,1667,3.867,1668,5.495,1669,3.867,1670,5.495,1671,4.863,1672,5.495,1673,4.095,1674,4.844,1675,5.495,1676,3.867,1677,5.495,1678,3.409,1679,3.867,1680,3.867,1681,3.867,1682,3.867,1683,3.867,1684,5.495,1685,3.867,1686,3.867,1687,3.867,1688,5.495,1689,3.867,1690,3.867,1691,3.867,1692,3.108]],["title/modules/JsonFileReaderModule.html",[538,0.627,1693,3.068]],["body/modules/JsonFileReaderModule.html",[3,0.134,4,0.164,5,0.156,6,0.105,43,0.01,75,0.008,80,0.008,99,0.336,104,0.322,129,0.164,132,0.241,420,1.653,471,1.008,495,2.622,496,1.87,538,0.931,540,1.824,541,1.87,542,2.548,543,1.966,544,1.87,545,2.548,556,2.39,557,1.87,559,2.068,563,2.331,755,2.723,756,2.178,1648,5.237,1649,4.857,1693,6.225,1694,5.746,1695,5.746,1696,5.746,1697,6.518,1698,6.518,1699,5.1,1700,4.302]],["title/components/LabeledSlideToggleComponent.html",[195,0.443,498,1.259]],["body/components/LabeledSlideToggleComponent.html",[3,0.079,4,0.097,5,0.1,6,0.133,11,0.84,12,1.358,15,1.654,18,0.377,19,0.589,25,1.425,32,2.894,35,0.712,38,1.973,40,1.064,41,1.091,42,1.325,43,0.01,44,1.115,45,0.734,46,0.939,47,1.064,52,1.193,55,1.118,56,0.848,69,1.032,75,0.006,80,0.006,85,1.323,86,1.641,99,0.216,104,0.191,129,0.097,132,0.282,133,0.786,138,0.661,140,0.695,141,0.677,155,1.396,159,0.916,160,1.165,195,0.792,196,1.053,197,1.391,198,1.106,199,1.224,200,1.224,201,1.193,207,1.079,208,1.461,209,1.461,210,2.302,211,1.2,212,0.955,213,1.497,215,1.497,255,0.932,268,2.244,269,1.391,280,1.594,289,1.833,303,1.238,304,0.955,316,1.027,394,1.323,404,1.002,405,1.828,406,2.035,409,1.7,417,1.61,426,0.978,433,2.36,434,1.712,447,1.772,450,1.366,454,1.027,471,0.596,472,1.863,473,1.224,474,2.205,475,1.224,476,1.224,477,1.106,478,1.224,479,1.079,480,2.025,481,1.106,482,1.224,483,1.497,484,2.025,485,1.106,486,1.163,487,1.224,488,1.106,489,1.224,490,1.106,491,1.053,492,1.224,493,1.106,494,1.224,495,1.106,496,1.106,497,1.224,498,1.994,499,2.658,500,2.679,501,1.224,502,1.106,503,1.74,504,1.079,505,1.106,506,1.106,507,1.224,508,1.106,509,2.025,510,1.106,511,1.613,512,1.74,513,1.079,514,1.106,515,1.079,516,0.932,517,1.224,518,1.079,519,1.053,520,1.106,521,1.224,522,1.106,523,1.224,524,1.134,525,1.224,526,1.106,527,2.281,528,1.106,529,1.573,530,1.106,531,1.224,532,1.106,533,1.461,534,1.224,535,1.106,536,1.224,537,1.224,598,1.563,609,2.223,672,2.586,673,1.134,674,2.223,675,2.817,676,1.518,677,1.476,678,2.442,685,1.613,686,2.078,691,2.586,692,2.289,712,2.599,713,1.881,714,2.035,732,2.116,736,1.359,832,1.461,993,1.712,1060,3.01,1317,4.783,1323,2.894,1325,3.41,1326,2.599,1331,4.834,1334,4.357,1701,6.653,1702,6.17,1703,3.099,1704,5.484,1705,4.188,1706,5.626,1707,4.834,1708,5.484,1709,5.332,1710,6.95,1711,6.381,1712,5.484,1713,3.399,1714,3.856,1715,4.834,1716,5.901,1717,3.399,1718,5.484,1719,6.727,1720,5.484,1721,5.484,1722,3.856,1723,5.484,1724,5.484,1725,3.856,1726,3.856,1727,5.484,1728,5.484,1729,3.856,1730,3.856,1731,3.856,1732,3.856,1733,3.856,1734,3.856,1735,3.099,1736,3.099,1737,3.856]],["title/modules/LabeledSlideToggleModule.html",[538,0.627,1738,3.068]],["body/modules/LabeledSlideToggleModule.html",[3,0.134,4,0.164,5,0.119,6,0.105,43,0.01,75,0.008,80,0.008,99,0.336,104,0.322,129,0.164,132,0.241,420,1.655,471,1.009,498,2.623,499,2.019,500,2.424,527,1.696,538,0.932,540,1.826,541,1.872,542,2.549,543,1.968,544,1.872,545,2.549,556,2.392,557,1.872,559,2.071,563,2.332,755,2.725,756,2.181,1701,5.244,1702,4.863,1738,6.226,1739,5.753,1740,5.753,1741,5.753,1742,5.753,1743,7.733,1744,6.526,1745,5.753]],["title/components/LeftSidebarComponent.html",[195,0.443,502,1.259]],["body/components/LeftSidebarComponent.html",[3,0.07,4,0.086,5,0.092,6,0.125,11,0.663,12,1.247,18,0.492,19,0.541,22,1.996,23,1.875,25,1.31,35,0.93,38,1.831,42,1.217,43,0.01,44,1.08,45,0.67,46,0.863,52,1.061,55,0.699,56,0.779,69,0.89,75,0.005,76,1.572,80,0.005,85,1.263,86,1.36,88,2.591,91,2.319,96,1.39,99,0.312,104,0.169,111,1.682,112,1.009,113,1.476,114,1.242,127,2.388,129,0.086,132,0.271,141,0.602,155,1.242,159,0.573,160,1.258,187,1.117,195,0.602,196,0.936,197,1.278,198,0.984,199,1.088,200,1.088,201,1.061,207,0.96,208,1.342,209,1.342,210,2.285,211,1.193,212,0.849,213,1.375,215,1.375,218,2.561,255,1.217,256,1.061,268,1.482,269,1.278,280,0.716,289,2.199,302,2.471,303,1.508,304,1.478,305,2.765,308,1.523,316,0.914,326,2.882,327,1.81,328,1.684,344,4.353,374,1.242,379,1.35,387,2.842,392,1.375,394,1.177,395,2.051,396,3.017,397,1.81,398,1.81,399,2.805,400,2.162,401,1.962,403,2.971,404,1.552,405,2.83,408,3.036,409,1.591,410,2.267,412,2.103,414,3.323,423,2.449,424,2.57,425,1.81,426,1.67,429,2.263,430,1.882,431,2.833,432,1.682,439,2.765,441,2.652,442,1.983,445,2.83,446,2.659,447,1.829,448,1.682,450,1.278,454,1.591,455,2.263,456,2.15,457,2.929,461,1.81,464,3.52,465,2.388,466,2.388,468,2.15,469,2.396,471,0.53,472,1.779,473,1.088,474,2.088,475,1.088,476,1.088,477,0.984,478,1.088,479,0.96,480,1.895,481,0.984,482,1.088,483,1.375,484,1.895,485,0.984,486,1.034,487,1.088,488,0.984,489,1.088,490,0.984,491,2.068,492,1.088,493,0.984,494,1.088,495,0.984,496,0.984,497,1.088,498,0.984,499,1.061,500,1.009,501,1.088,502,1.888,503,1.599,504,0.96,505,0.984,506,0.984,507,1.088,508,0.984,509,1.895,510,0.984,511,1.482,512,1.599,513,0.96,514,0.984,515,0.96,516,0.829,517,1.088,518,0.96,519,0.936,520,0.984,521,1.088,522,0.984,523,1.088,524,1.009,525,1.088,526,0.984,527,1.31,528,0.984,529,1.445,530,0.984,531,1.088,532,0.984,533,1.342,534,1.088,535,0.984,536,1.088,537,1.088,586,5.792,609,2.042,624,2.263,639,2.471,640,1.743,673,1.009,685,1.482,686,1.944,692,2.103,713,1.728,723,2.396,727,1.962,728,3.346,729,2.263,736,2.739,741,3.52,744,2.15,748,2.263,749,2.263,832,1.342,867,3.001,879,3.755,894,3.229,953,3.325,958,2.556,985,6.245,1239,2.396,1289,4.173,1307,4.102,1309,3.277,1378,2.756,1385,2.556,1386,2.756,1387,2.556,1673,2.556,1705,1.882,1746,6.245,1747,2.756,1748,5.264,1749,4.441,1750,7.011,1751,5.264,1752,5.038,1753,5.264,1754,5.038,1755,3.429,1756,5.038,1757,5.038,1758,3.429,1759,7.011,1760,5.038,1761,5.038,1762,5.038,1763,4.441,1764,4.048,1765,4.048,1766,4.441,1767,5.038,1768,5.038,1769,3.429,1770,3.023,1771,2.05,1772,3.429,1773,5.038,1774,3.429,1775,3.57,1776,4.173,1777,3.52,1778,4.441,1779,5.038,1780,4.048,1781,2.756,1782,3.023,1783,2.556,1784,4.441,1785,6.852,1786,3.52,1787,3.158,1788,2.756,1789,3.429,1790,5.038,1791,3.429,1792,3.023,1793,3.429,1794,3.429]],["title/modules/LeftSidebarModule.html",[538,0.627,553,3.068]],["body/modules/LeftSidebarModule.html",[3,0.12,4,0.147,5,0.107,6,0.094,43,0.01,75,0.008,80,0.008,99,0.355,104,0.289,129,0.147,132,0.216,141,1.272,211,0.77,321,1.638,420,1.485,447,1.253,471,0.905,502,2.588,538,0.836,540,1.638,541,1.68,542,2.432,543,1.766,544,1.68,545,2.432,553,6.397,556,2.24,557,1.68,559,2.298,563,2.184,569,3.023,570,2.305,586,4.364,755,2.552,756,1.957,761,3.822,762,3.09,1311,4.364,1353,6.009,1746,4.705,1795,5.161,1796,5.161,1797,5.161,1798,5.161,1799,5.676,1800,6.009,1801,6.203,1802,5.161,1803,5.819,1804,4.705,1805,6.384,1806,5.161,1807,6.384,1808,5.855,1809,5.855,1810,5.855,1811,3.864,1812,4.705,1813,7.242,1814,4.364,1815,5.855,1816,4.364,1817,5.161,1818,5.161]],["title/interfaces/Message.html",[128,0.299,796,1.89]],["body/interfaces/Message.html",[0,1.842,3,0.089,4,0.222,5,0.079,6,0.07,11,0.571,18,0.424,19,0.639,20,2.11,35,0.801,40,1.319,41,0.863,43,0.01,45,0.701,46,1.02,47,1.603,48,1.309,55,1.563,56,0.921,71,1.993,75,0.006,80,0.006,85,0.782,96,3.524,99,0.268,104,0.214,112,1.276,114,1.571,128,0.405,129,0.199,132,0.22,133,1.563,138,1.02,140,1.381,154,3.031,159,1.4,160,1.079,194,1.128,198,1.95,204,1.812,205,3.028,212,1.474,228,2.206,277,1.661,280,0.906,350,1.708,392,1.185,426,1.101,646,3.301,770,3.028,778,2.644,781,3.889,791,2.29,792,4.202,796,3.938,811,2.921,813,2.864,832,1.156,838,2.864,854,3.931,1019,2.864,1061,3.931,1079,4.532,1086,4.899,1099,2.382,1124,4.161,1287,2.72,1297,2.72,1298,3.733,1323,2.29,1365,3.56,1372,3.516,1424,2.72,1501,4.065,1558,4.262,1611,3.032,1620,3.032,1623,3.032,1644,2.72,1819,2.864,1820,4.587,1821,3.59,1822,4.453,1823,3.931,1824,4.438,1825,2.594,1826,5.113,1827,2.129,1828,3.234,1829,3.234,1830,4.262,1831,3.234,1832,5.358,1833,4.161,1834,2.864,1835,2.864,1836,4.161,1837,3.032,1838,3.234,1839,4.438,1840,3.234,1841,2.72,1842,3.234,1843,3.234,1844,3.234,1845,4.438,1846,3.032,1847,3.234,1848,3.234,1849,3.234,1850,4.438,1851,3.234,1852,4.438,1853,3.032,1854,4.751,1855,3.234,1856,3.234,1857,3.234,1858,3.234,1859,2.72,1860,3.234,1861,3.234,1862,5.067,1863,3.234,1864,3.234,1865,3.234,1866,3.234,1867,3.032,1868,3.234,1869,3.234,1870,3.234,1871,3.234]],["title/classes/MessageChannel.html",[132,0.162,811,2.154]],["body/classes/MessageChannel.html",[0,1.7,3,0.079,4,0.221,5,0.071,6,0.129,11,0.967,18,0.378,19,0.59,20,2.207,25,1.428,35,1.015,38,1.899,40,1.427,41,0.769,42,1.682,43,0.01,44,0.967,45,0.718,46,1.308,47,1.558,48,1.657,55,1.688,56,0.988,71,1.986,75,0.006,80,0.006,85,0.99,86,0.75,96,3.634,99,0.252,104,0.191,112,1.137,114,1.4,128,0.374,129,0.192,132,0.203,133,1.498,138,0.941,140,1.376,154,2.663,159,1.364,160,1.014,198,1.834,204,1.615,205,2.794,212,1.36,228,1.966,277,1.48,280,0.808,350,1.109,392,1.056,426,1.394,646,3.164,770,2.794,778,2.44,781,3.913,791,2.9,792,4.324,796,3.929,811,3.136,813,2.553,832,1.03,838,2.553,854,3.627,1019,3.627,1061,3.627,1079,4.593,1086,4.794,1099,3.016,1124,3.84,1287,3.445,1297,2.424,1298,3.445,1323,2.041,1365,3.285,1372,3.371,1424,2.424,1484,3.108,1501,4.566,1558,4.788,1611,2.702,1620,3.84,1623,3.84,1644,4.007,1819,2.553,1820,4.608,1821,3.606,1822,4.312,1823,2.553,1824,2.882,1825,2.312,1826,5.49,1827,1.897,1828,2.882,1829,2.882,1830,4.007,1831,2.882,1832,5.137,1833,3.84,1834,2.553,1835,2.553,1836,3.84,1837,2.702,1838,4.095,1839,5.479,1840,4.095,1841,3.445,1842,4.095,1843,2.882,1844,2.882,1845,4.095,1846,3.84,1847,4.095,1848,5.187,1849,2.882,1850,5.187,1851,4.095,1852,4.095,1853,3.84,1854,5.337,1855,4.095,1856,2.882,1857,5.187,1858,2.882,1859,2.424,1860,2.882,1861,2.882,1862,4.764,1863,2.882,1864,2.882,1865,2.882,1866,2.882,1867,2.702,1868,2.882,1869,2.882,1870,2.882,1871,2.882,1872,5.495,1873,5.495,1874,5.495,1875,3.867,1876,5.495,1877,3.867,1878,3.867,1879,3.867,1880,3.867,1881,3.867]],["title/injectables/MessageService.html",[0,1.358,778,1.95]],["body/injectables/MessageService.html",[0,1.771,2,2.452,3,0.084,4,0.219,5,0.075,6,0.125,11,0.868,18,0.4,19,0.615,20,2.234,25,1.489,35,1.058,38,1.816,40,1.386,41,1.139,42,1.384,43,0.01,44,0.796,45,0.687,46,1.224,47,1.66,48,1.237,55,1.628,56,1.02,71,1.715,75,0.006,80,0.006,85,1.032,86,0.796,96,3.516,99,0.26,104,0.203,112,1.206,114,1.485,128,0.39,129,0.196,132,0.212,133,1.531,138,0.981,140,1.439,154,2.525,159,1.383,160,1.047,198,1.893,204,1.712,205,2.911,212,1.418,228,3.631,277,2.191,280,0.856,350,1.176,392,1.12,426,1.04,646,3.234,770,3.355,778,3.337,781,3.978,791,2.164,792,4.255,796,3.932,811,3.237,813,3.78,832,1.092,838,3.78,854,3.78,1019,2.707,1061,3.78,1079,4.453,1086,4.662,1099,2.251,1124,4.002,1287,2.571,1297,2.571,1298,3.59,1323,2.164,1365,3.424,1372,3.569,1424,4.136,1501,3.945,1558,4.136,1611,4.002,1620,2.865,1623,2.865,1644,2.571,1819,2.707,1820,4.136,1821,3.237,1822,4.124,1823,2.707,1824,3.056,1825,2.452,1826,5.251,1827,2.012,1828,3.056,1829,3.056,1830,4.71,1831,3.056,1832,5.695,1833,4.002,1834,2.707,1835,2.707,1836,4.002,1837,2.865,1838,3.056,1839,4.268,1840,3.056,1841,2.571,1842,3.056,1843,3.056,1844,3.056,1845,4.268,1846,2.865,1847,3.056,1848,3.056,1849,3.056,1850,4.268,1851,3.056,1852,4.268,1853,2.865,1854,4.611,1855,3.056,1856,3.056,1857,3.056,1858,3.056,1859,3.59,1860,3.056,1861,3.056,1862,4.918,1863,3.056,1864,3.056,1865,3.056,1866,3.056,1867,4.002,1868,3.056,1869,4.268,1870,4.268,1871,3.056,1882,5.048,1883,4.101,1884,5.727,1885,4.101,1886,4.101,1887,4.101]],["title/interfaces/MessageServiceConfig.html",[128,0.299,1830,2.752]],["body/interfaces/MessageServiceConfig.html",[0,1.856,3,0.09,4,0.219,5,0.08,6,0.07,11,0.577,18,0.428,19,0.644,20,2.117,35,0.81,40,1.327,41,0.872,43,0.01,45,0.672,46,1.028,47,1.63,48,1.323,55,1.569,56,0.927,71,1.777,75,0.006,80,0.006,85,0.79,96,3.53,99,0.269,104,0.217,112,1.29,114,1.588,128,0.408,129,0.2,132,0.222,133,1.569,138,1.028,140,1.387,154,2.616,159,1.403,160,1.085,194,1.14,198,1.961,204,1.831,205,3.05,212,1.485,228,2.23,277,1.678,280,1.428,350,1.258,392,1.197,426,1.113,646,3.313,770,3.05,778,2.664,781,3.853,791,2.315,792,4.243,796,3.921,811,2.943,813,2.895,832,1.598,838,2.895,854,3.96,1019,2.895,1061,3.96,1079,4.403,1086,4.739,1099,2.407,1124,4.192,1287,2.749,1297,2.749,1298,3.76,1323,3.166,1365,3.586,1372,3.644,1424,2.749,1501,4.087,1558,4.286,1611,3.065,1620,3.065,1623,3.065,1644,2.749,1819,2.895,1820,4.286,1821,3.354,1822,4.225,1823,2.895,1824,3.269,1825,2.622,1826,5.136,1827,2.152,1828,3.269,1829,3.269,1830,4.608,1831,4.471,1832,5.553,1833,5.379,1834,2.895,1835,2.895,1836,4.192,1837,3.065,1838,3.269,1839,4.471,1840,3.269,1841,2.749,1842,3.269,1843,3.269,1844,3.269,1845,4.471,1846,3.065,1847,3.269,1848,3.269,1849,3.269,1850,4.471,1851,3.269,1852,4.471,1853,3.065,1854,4.778,1855,3.269,1856,3.269,1857,3.269,1858,3.269,1859,2.749,1860,3.269,1861,3.269,1862,5.096,1863,3.269,1864,3.269,1865,3.269,1866,3.269,1867,3.065,1868,3.269,1869,3.269,1870,3.269,1871,3.269]],["title/interfaces/MetaDataField.html",[128,0.299,1888,3.272]],["body/interfaces/MetaDataField.html",[3,0.141,4,0.173,5,0.126,6,0.11,18,0.671,19,0.856,43,0.009,45,0.77,69,1.207,75,0.008,80,0.008,86,1.681,128,0.468,129,0.2,155,3.137,194,1.787,207,1.923,1888,6.276,1889,5.523,1890,5.523]],["title/interfaces/ModelStateModel.html",[128,0.299,1891,2.898]],["body/interfaces/ModelStateModel.html",[0,1.11,3,0.045,4,0.056,5,0.04,6,0.036,8,0.982,11,0.291,15,2.096,16,0.871,18,0.216,19,0.385,20,1.791,22,2.531,23,0.823,29,0.982,35,0.409,37,2.808,40,0.429,41,0.44,43,0.01,44,1.035,45,0.773,46,1.05,47,0.696,48,0.667,49,1.322,50,1.214,53,4.107,56,1.24,65,0.982,69,1.064,71,1.177,75,0.004,80,0.004,85,0.398,88,0.871,90,2.189,91,1.264,96,3.278,99,0.307,102,1.299,104,0.109,105,2.388,106,1.593,107,0.982,108,0.982,109,0.924,112,0.651,113,1.544,114,0.801,119,1.387,121,1.454,122,1.454,123,0.871,124,0.823,125,1.412,127,1.701,128,0.308,129,0.162,131,0.952,132,0.082,133,1.37,138,1.386,140,1.286,141,0.63,148,3.421,154,2.898,155,2.337,159,1.314,160,1.283,161,0.982,162,1.048,172,1.46,173,1.46,176,1.546,181,0.779,183,1.546,194,0.575,211,0.472,244,1.264,245,1.454,255,1.56,256,2.407,258,2.368,280,1.195,283,1.265,289,1.74,303,0.878,321,0.619,344,1.969,350,1.642,374,2.585,379,2.811,382,3.073,392,1.762,395,0.619,400,1.639,404,1.488,423,3.12,426,1.889,432,2.22,442,1.412,447,1.312,450,1.312,454,0.956,491,1.897,516,1.88,519,0.98,533,0.589,615,1.593,663,3.69,670,2.052,675,1.454,676,0.871,677,0.846,678,0.846,681,2.706,687,1.948,691,0.897,692,3.162,695,1.085,774,1.214,781,2.075,804,3.187,832,1.206,867,2.281,915,4.579,916,1.824,953,2.987,963,5.369,964,4.438,966,1.46,967,1.46,968,1.46,970,2.368,975,1.322,993,2.721,1041,3.531,1143,0.823,1161,1.322,1254,2.589,1263,1.265,1267,1.265,1302,3.364,1305,3.999,1307,3.855,1309,1.214,1363,2.249,1366,3.162,1367,4.107,1368,3.69,1369,3.543,1372,2.81,1416,1.125,1771,1.322,1775,3.859,1776,4.511,1777,1.546,1821,2.22,1822,2.484,1827,1.085,1859,1.387,1891,2.368,1892,1.46,1893,2.883,1894,4.154,1895,4.586,1896,4.856,1897,4.856,1898,4.856,1899,4.332,1900,5.071,1901,4.589,1902,2.368,1903,4.154,1904,4.184,1905,3.264,1906,3.373,1907,3.975,1908,4.282,1909,1.824,1910,2.249,1911,2.674,1912,1.387,1913,1.387,1914,1.777,1915,1.649,1916,1.777,1917,1.46,1918,1.777,1919,1.387,1920,2.145,1921,1.777,1922,1.777,1923,1.546,1924,1.701,1925,1.085,1926,1.322,1927,1.265,1928,1.265,1929,1.649,1930,2.837,1931,1.777,1932,2.249,1933,1.649,1934,1.777,1935,1.777,1936,1.777,1937,2.837,1938,2.249,1939,4.934,1940,1.777,1941,1.777,1942,1.777,1943,1.777,1944,1.777,1945,1.777,1946,1.777,1947,1.777,1948,1.777,1949,1.777,1950,1.777,1951,1.777,1952,1.777,1953,1.777,1954,1.777,1955,1.777,1956,1.777,1957,1.777,1958,1.777,1959,1.777,1960,1.777,1961,1.777,1962,1.777,1963,1.777,1964,1.777,1965,1.777,1966,1.649,1967,1.777,1968,1.777,1969,1.46,1970,1.546,1971,1.46,1972,1.777,1973,1.777,1974,1.777,1975,5.187,1976,2.883,1977,1.777,1978,4.184,1979,1.777,1980,2.883,1981,3.637,1982,1.777,1983,5.174,1984,1.777,1985,1.777,1986,1.777,1987,1.777,1988,1.777,1989,1.777,1990,1.777,1991,1.777,1992,1.777,1993,1.777,1994,1.777,1995,1.777,1996,1.777,1997,1.777,1998,1.777,1999,1.777,2000,1.777,2001,1.649,2002,3.637,2003,4.184,2004,1.777,2005,1.777,2006,1.777,2007,1.777,2008,1.777,2009,1.777,2010,1.777,2011,1.777,2012,1.777,2013,1.777,2014,1.777,2015,1.777,2016,2.883,2017,1.777,2018,1.777,2019,1.777,2020,1.777,2021,1.777,2022,1.777,2023,1.777,2024,1.777,2025,3.162,2026,1.777,2027,1.777,2028,1.777,2029,1.777,2030,1.777,2031,1.777,2032,1.777,2033,2.883,2034,1.322,2035,1.546,2036,1.777,2037,1.46,2038,1.546,2039,2.883,2040,3.162,2041,2.883,2042,2.145,2043,2.883,2044,1.777,2045,1.777,2046,1.777,2047,1.777,2048,1.777,2049,1.777,2050,1.777,2051,1.265,2052,1.546,2053,1.777,2054,1.777,2055,1.777,2056,1.777,2057,1.777,2058,1.777,2059,1.777,2060,1.777,2061,1.777,2062,2.145,2063,1.777,2064,1.777,2065,1.777,2066,1.322,2067,1.777,2068,4.184,2069,1.777,2070,1.322,2071,1.777,2072,1.777,2073,1.777,2074,1.777,2075,1.777,2076,1.777,2077,2.883,2078,2.674,2079,1.777,2080,1.777,2081,1.777,2082,1.777]],["title/components/NameInputComponent.html",[195,0.443,504,1.229]],["body/components/NameInputComponent.html",[3,0.072,4,0.088,5,0.094,6,0.135,11,0.797,12,1.27,18,0.343,19,0.551,20,1.614,25,1.334,32,2.708,35,0.649,38,2.008,40,0.996,41,1.02,42,1.464,43,0.01,44,1.274,45,0.716,46,1.038,47,0.996,48,2.23,52,1.087,55,1.235,56,0.936,69,1.033,75,0.005,76,2.352,80,0.005,85,1.332,86,1.574,99,0.239,104,0.174,128,0.239,129,0.129,132,0.273,133,0.717,138,0.602,140,1.481,141,0.901,159,1.012,160,1.124,195,0.77,196,0.96,197,1.302,198,1.009,199,1.116,200,1.116,201,1.087,207,0.984,208,1.367,209,1.367,210,2.286,211,1.192,212,0.87,213,1.401,215,1.401,255,0.85,268,2.582,269,1.69,303,1.176,304,0.87,316,0.937,328,2.226,329,3.738,330,3.738,350,1.009,388,1.787,394,1.206,395,0.984,396,1.513,400,1.273,403,1.425,404,1.334,405,1.666,409,1.614,410,1.087,424,2.208,426,0.892,441,1.561,447,1.098,450,1.098,454,0.937,465,1.666,466,1.666,471,0.543,472,1.797,473,1.116,474,2.113,475,1.116,476,1.116,477,1.009,478,1.116,479,0.984,480,1.922,481,1.009,482,1.116,483,1.401,484,1.922,485,1.009,486,1.06,487,1.116,488,1.009,489,1.116,490,1.009,491,0.96,492,1.116,493,1.009,494,1.116,495,1.009,496,1.009,497,1.116,498,1.009,499,1.087,500,1.034,501,1.116,502,1.009,503,1.628,504,1.864,505,1.009,506,1.009,507,1.116,508,1.009,509,1.922,510,1.009,511,1.509,512,1.628,513,0.984,514,1.009,515,0.984,516,0.85,517,1.116,518,0.984,519,0.96,520,1.009,521,1.116,522,1.009,523,1.116,524,1.034,525,1.116,526,1.009,527,1.334,528,1.009,529,1.472,530,1.009,531,1.116,532,1.009,533,1.367,534,1.116,535,1.009,536,1.116,537,1.116,568,3.475,598,1.425,609,2.079,666,2.102,672,2.455,673,1.034,674,2.079,675,2.699,676,1.384,677,1.345,678,2.318,683,3.386,684,3.998,685,1.509,686,1.972,691,2.455,692,2.142,693,4.439,694,3.067,695,3.628,699,2.457,700,2.32,701,2.204,703,2.62,712,2.432,713,1.76,714,1.855,715,3.099,716,4.523,739,2.825,740,2.62,741,2.457,1143,2.478,1325,3.267,1326,2.871,1811,5.539,2083,6.254,2084,4.523,2085,4.523,2086,5.34,2087,5.34,2088,5.34,2089,5.34,2090,5.13,2091,5.34,2092,5.13,2093,6.352,2094,5.13,2095,4.523,2096,3.516,2097,3.824,2098,3.998,2099,3.099,2100,6.731,2101,6.519,2102,6.519,2103,3.887,2104,3.516,2105,3.887,2106,3.516,2107,6.243,2108,3.516,2109,3.516,2110,3.516,2111,2.825,2112,2.204,2113,4.868,2114,4.523,2115,3.099,2116,3.099,2117,3.099,2118,3.099,2119,4.523,2120,3.099,2121,3.099,2122,3.099]],["title/modules/NameInputModule.html",[538,0.627,1799,2.898]],["body/modules/NameInputModule.html",[3,0.132,4,0.162,5,0.118,6,0.103,43,0.01,44,0.894,75,0.008,80,0.008,99,0.346,104,0.318,129,0.162,132,0.238,420,1.631,471,0.994,504,2.554,538,0.918,540,1.8,541,1.845,542,2.533,543,1.939,544,1.845,545,2.533,556,2.371,557,1.845,559,2.041,563,2.312,754,5.167,755,2.701,756,2.149,757,5.06,758,4.244,761,4.046,762,3.394,764,5.167,1799,5.864,1811,4.244,2083,4.793,2112,4.031,2123,5.669,2124,5.669,2125,5.669,2126,6.16,2127,6.16]],["title/interfaces/OrganConfig.html",[128,0.299,1363,2.752]],["body/interfaces/OrganConfig.html",[3,0.118,4,0.145,5,0.105,6,0.092,14,3.931,18,0.562,19,0.769,43,0.01,44,1.135,45,0.746,46,1.467,56,1.107,69,1.217,75,0.007,80,0.007,82,5.005,99,0.307,104,0.284,112,1.692,128,0.488,129,0.205,133,1.173,138,0.986,140,1.036,194,1.496,211,0.757,218,2.925,219,3.606,220,3.606,222,3.291,224,3.158,244,2.749,280,1.705,321,1.61,328,2.394,329,3.78,330,3.78,350,1.65,423,2.141,447,1.669,450,1.669,463,2.265,610,3.439,611,3.606,612,4.288,613,4.623,614,3.606,615,2.555,616,4.623,617,4.288,767,4.49,768,4.02,1041,3.514,1143,2.141,1178,5.814,1180,4.663,1184,5.814,1185,5.814,1225,5.814,1361,4.02,1362,3.797,1363,4.89,1365,4.282,1366,5.704,1367,4.308,1368,4.281,1369,4.281,1370,5.072,1371,4.288,1372,2.638,1373,4.623,1374,5.072]],["title/interfaces/OrganData.html",[128,0.299,2070,2.625]],["body/interfaces/OrganData.html",[0,1.69,3,0.079,4,0.096,5,0.07,6,0.062,15,2.21,16,1.51,18,0.375,19,0.586,20,1.847,22,1.282,29,1.704,35,0.709,43,0.01,44,0.759,45,0.582,46,1.188,47,0.744,55,1.114,56,0.593,65,1.704,69,1.169,71,1.803,75,0.006,80,0.006,85,0.691,90,2.072,96,2.215,99,0.338,102,2.304,104,0.19,106,2.426,107,1.704,108,1.704,109,1.602,112,1.128,113,1.651,114,1.389,118,2.195,121,2.215,122,2.215,123,1.51,124,1.428,125,2.151,127,2.59,128,0.372,129,0.174,131,1.651,132,0.142,133,1.686,138,1.508,148,5.052,159,1.158,160,0.609,161,1.704,162,1.818,187,2.072,194,0.997,211,0.837,244,1.925,245,2.215,256,1.187,260,2.294,277,2.091,321,1.074,350,1.567,370,1.95,372,3.235,374,2.304,376,3.64,379,2.505,381,2.195,382,2.739,395,1.074,400,1.389,423,3.249,447,1.63,450,1.63,463,1.51,610,2.294,639,1.882,640,1.95,643,1.95,644,1.95,695,1.882,767,3.425,774,2.106,867,3.034,911,1.882,916,1.95,917,2.999,923,2.532,951,2.405,974,2.532,976,2.532,1041,3.559,1180,2.294,1302,2.999,1367,4.365,1368,4.181,1369,4.181,1416,1.95,1822,2.999,1894,3.266,1895,3.606,1901,3.126,1903,4.02,1909,2.778,1910,2.405,1919,2.405,1924,1.818,1925,1.882,1927,2.195,1928,2.195,2034,4.146,2037,3.606,2042,2.294,2051,3.64,2070,3.804,2128,2.681,2129,2.681,2130,3.818,2131,2.859,2132,4.2,2133,2.681,2134,2.532,2135,5.572,2136,4.2,2137,2.532,2138,4.39,2139,2.859,2140,3.266,2141,2.532,2142,5.889,2143,3.083,2144,3.083,2145,2.859,2146,3.083,2147,3.083,2148,2.681,2149,3.083,2150,3.083,2151,3.083,2152,2.681,2153,2.681,2154,3.083,2155,3.083,2156,3.083,2157,3.083,2158,2.681,2159,4.39,2160,4.39,2161,4.39,2162,4.39,2163,4.39,2164,4.39,2165,2.859,2166,3.083,2167,3.083,2168,3.083,2169,3.083,2170,3.083,2171,3.083,2172,3.083,2173,3.083,2174,3.083,2175,3.083,2176,3.083,2177,4.072,2178,3.083,2179,3.083,2180,3.083,2181,3.083,2182,5.113,2183,5.113,2184,3.083,2185,3.083,2186,3.083,2187,2.681,2188,2.859,2189,2.859,2190,2.859,2191,3.083,2192,2.681,2193,4.39,2194,4.072,2195,3.083,2196,3.083,2197,3.083,2198,3.083,2199,4.39,2200,3.083,2201,3.083,2202,3.083,2203,3.083,2204,3.083,2205,2.859,2206,3.083,2207,3.083,2208,3.083,2209,3.083,2210,3.083,2211,3.083,2212,3.083,2213,3.083,2214,1.882,2215,3.083,2216,3.083,2217,3.083,2218,3.083,2219,3.083,2220,3.083,2221,3.083,2222,3.083,2223,3.083,2224,3.083,2225,3.083,2226,3.083,2227,4.39,2228,3.083,2229,3.083]],["title/injectables/PageState.html",[0,1.358,91,1.547]],["body/injectables/PageState.html",[0,1.411,2,1.795,3,0.062,4,0.075,5,0.055,6,0.139,11,0.918,14,3.382,15,2.187,16,1.796,18,0.293,19,0.49,20,1.99,22,1.004,23,2.597,25,1.186,29,2.736,32,2.408,35,0.843,38,2.088,40,0.885,41,0.907,42,1.686,43,0.01,44,1.131,45,0.638,46,1.195,47,0.885,52,2.158,53,4.294,55,1.691,56,1.31,65,2.026,69,1.139,75,0.005,80,0.005,85,1.257,86,1.539,91,1.608,96,3.028,99,0.317,102,1.652,104,0.148,105,3.252,106,2.026,107,1.334,108,1.334,109,1.254,111,1.473,112,0.883,113,1.293,114,1.087,121,1.849,122,1.849,123,1.182,124,1.118,125,1.182,128,0.311,129,0.139,131,1.293,132,0.111,133,1.478,138,1.195,141,0.802,154,3.146,159,1.107,160,1.359,161,1.334,162,1.424,181,1.058,187,1.486,193,2.099,211,0.6,222,4.816,244,2.335,245,2.498,250,1.293,280,1.68,289,2.423,302,2.707,303,1.071,304,1.366,305,3.028,321,0.84,328,2.719,329,2.912,330,2.912,381,1.718,392,2.222,611,4.154,614,4.154,622,3.188,643,1.527,644,1.527,770,1.527,804,3.307,832,0.8,867,2.053,894,3.023,911,1.473,917,2.504,981,2.32,1033,2.86,1326,2.163,1362,1.982,1372,2.092,1416,1.527,1827,1.473,1841,1.883,1903,2.408,1909,2.805,1912,1.883,1913,1.883,1917,3.642,1920,1.795,1927,1.718,1928,1.718,1939,4.892,1983,3.863,2062,1.795,2098,3.011,2103,2.504,2105,2.504,2214,3.423,2230,2.238,2231,3.666,2232,5.569,2233,4.605,2234,6.149,2235,4.952,2236,4.952,2237,4.952,2238,4.563,2239,4.952,2240,4.563,2241,4.563,2242,4.563,2243,4.563,2244,6.462,2245,4.434,2246,6.271,2247,3.003,2248,3.855,2249,3.003,2250,3.003,2251,3.003,2252,3.003,2253,3.003,2254,5.746,2255,2.86,2256,4.952,2257,3.003,2258,3.666,2259,3.003,2260,4.593,2261,6.064,2262,3.003,2263,3.003,2264,3.666,2265,3.003,2266,3.666,2267,3.4,2268,3.666,2269,3.003,2270,3.666,2271,3.642,2272,3.003,2273,4.939,2274,3.666,2275,3.003,2276,3.4,2277,3.666,2278,3.003,2279,3.666,2280,3.003,2281,3.666,2282,3.003,2283,3.666,2284,3.003,2285,3.666,2286,3.003,2287,3.666,2288,3.003,2289,3.003,2290,3.003,2291,3.003,2292,3.003,2293,3.003,2294,3.003,2295,2.413,2296,4.112,2297,2.238,2298,2.413,2299,2.413,2300,1.982,2301,3.298,2302,3.666,2303,1.982,2304,2.413,2305,2.413,2306,2.413,2307,2.413,2308,2.413,2309,2.413,2310,2.413,2311,2.413,2312,2.413,2313,2.413,2314,2.413,2315,2.413,2316,2.413,2317,3.666,2318,2.238,2319,2.413,2320,4.112,2321,2.413,2322,2.413,2323,3.4,2324,3.666,2325,4.112,2326,2.413,2327,2.413,2328,3.666,2329,2.413,2330,2.413,2331,2.413,2332,2.413,2333,2.413,2334,2.413,2335,3.666,2336,2.413,2337,2.413,2338,2.413,2339,4.434,2340,2.413,2341,2.099,2342,3.666,2343,2.413,2344,2.413,2345,2.413,2346,2.413,2347,2.413,2348,3.4,2349,3.4,2350,2.238,2351,2.238,2352,2.413,2353,2.413,2354,3.666,2355,2.413,2356,2.413,2357,2.413,2358,2.413]],["title/interfaces/PageStateModel.html",[128,0.299,2303,2.898]],["body/interfaces/PageStateModel.html",[0,1.619,3,0.074,4,0.091,5,0.066,6,0.058,11,0.475,14,2.873,15,2.252,16,1.423,18,0.353,19,0.562,20,1.797,22,1.749,23,2.665,29,1.605,35,0.667,40,0.701,41,0.719,43,0.01,44,0.938,45,0.721,46,0.897,47,0.701,53,4.064,55,1.254,56,1.242,65,1.605,69,1.087,75,0.005,80,0.005,86,1.194,91,1.274,96,3.026,99,0.329,102,1.895,104,0.179,105,3.561,106,2.324,107,1.605,108,1.605,109,1.509,111,1.773,112,1.063,113,1.555,114,1.308,121,2.122,122,2.122,123,1.423,124,1.345,125,1.423,128,0.356,129,0.155,131,1.555,132,0.134,133,1.569,138,1.279,141,0.635,154,3.018,159,1.196,160,1.251,161,1.605,162,1.713,181,1.274,187,1.704,193,2.525,194,0.939,211,0.689,222,4.825,244,2.377,245,2.122,250,1.555,280,1.839,289,2.573,302,3.019,303,1.194,304,1.524,305,3.378,321,1.011,328,2.819,329,3.248,330,3.248,381,2.067,392,2.194,611,3.281,614,4.68,622,3.658,643,1.837,644,1.837,770,1.837,804,2.917,832,1.394,867,2.29,894,2.568,911,1.773,917,1.983,981,1.837,1033,2.265,1326,1.713,1362,2.385,1372,1.657,1416,1.837,1827,1.773,1841,2.265,1903,3.561,1909,2.661,1912,2.265,1913,2.265,1917,4.062,1920,2.161,1927,2.067,1928,2.067,1939,4.489,1983,4.229,2062,2.161,2098,3.455,2103,1.983,2105,1.983,2214,3.019,2230,2.693,2231,2.904,2232,5.877,2233,5.082,2234,6.559,2235,2.904,2236,2.904,2237,2.904,2239,2.904,2244,6.777,2245,2.904,2246,6.643,2248,2.525,2254,5.567,2255,2.265,2256,4.206,2258,2.904,2260,3.901,2261,5.739,2264,2.904,2266,2.904,2268,2.904,2270,2.904,2271,2.385,2273,5.028,2274,2.904,2276,2.693,2277,2.904,2279,2.904,2281,2.904,2283,2.904,2285,2.904,2287,2.904,2295,2.904,2296,4.587,2297,2.693,2298,2.904,2299,2.904,2300,2.385,2301,4.281,2302,4.206,2303,3.455,2304,2.904,2305,2.904,2306,2.904,2307,2.904,2308,2.904,2309,2.904,2310,2.904,2311,2.904,2312,2.904,2313,2.904,2314,2.904,2315,2.904,2316,2.904,2317,4.206,2318,2.693,2319,2.904,2320,4.587,2321,2.904,2322,2.904,2323,3.901,2324,4.206,2325,4.587,2326,2.904,2327,2.904,2328,4.206,2329,2.904,2330,2.904,2331,2.904,2332,2.904,2333,2.904,2334,2.904,2335,4.206,2336,2.904,2337,2.904,2338,2.904,2339,4.945,2340,2.904,2341,2.525,2342,4.206,2343,2.904,2344,2.904,2345,2.904,2346,2.904,2347,2.904,2348,3.901,2349,3.901,2350,2.693,2351,2.693,2352,2.904,2353,2.904,2354,4.206,2355,2.904,2356,2.904,2357,2.904,2358,2.904]],["title/interfaces/Person.html",[128,0.299,2301,2.625]],["body/interfaces/Person.html",[0,1.645,3,0.076,4,0.093,5,0.068,6,0.059,11,0.486,14,2.919,15,2.178,16,1.455,18,0.361,19,0.571,20,1.816,22,1.235,23,2.537,29,1.641,35,0.682,40,0.717,41,0.735,43,0.01,44,0.947,45,0.623,46,1.168,47,0.717,53,4.091,55,1.27,56,1.249,65,1.641,69,1.175,75,0.006,80,0.006,86,1.209,91,1.302,96,3.049,99,0.331,102,1.926,104,0.183,105,3.597,106,2.362,107,1.641,108,1.641,109,1.543,111,1.812,112,1.087,113,1.59,114,1.338,121,2.156,122,2.156,123,1.455,124,1.375,125,1.455,128,0.362,129,0.157,131,1.59,132,0.137,133,1.58,138,1.289,141,0.649,154,3.036,159,1.206,160,1.259,161,1.641,162,1.751,181,1.302,187,1.732,193,2.582,194,0.96,211,0.7,222,4.692,244,2.402,245,2.156,250,1.59,280,1.688,289,2.591,302,2.609,303,1.032,304,1.317,305,2.919,321,1.034,328,2.7,329,3.97,330,3.97,381,2.113,392,2.206,611,3.334,614,3.906,622,3.716,643,1.878,644,1.878,770,1.878,804,2.954,832,0.984,867,2.319,894,2.609,911,2.609,917,2.028,981,1.878,1033,2.316,1326,1.751,1362,3.51,1372,1.694,1416,1.878,1827,1.812,1841,3.334,1903,2.807,1909,2.704,1912,2.316,1913,2.316,1917,4.113,1920,2.209,1927,2.113,1928,2.113,1939,4.528,1983,4.273,2062,2.209,2098,4.767,2103,2.028,2105,2.028,2214,3.057,2230,2.754,2231,2.969,2232,5.383,2233,4.499,2234,6.229,2235,2.969,2236,2.969,2237,2.969,2239,2.969,2244,6.591,2245,2.969,2246,6.375,2248,2.582,2254,5.589,2255,2.316,2256,4.274,2258,2.969,2260,3.964,2261,5.777,2264,2.969,2266,2.969,2268,2.969,2270,2.969,2271,2.439,2273,4.644,2274,2.969,2276,2.754,2277,2.969,2279,2.969,2281,2.969,2283,2.969,2285,2.969,2287,2.969,2295,2.969,2296,4.644,2297,2.754,2298,2.969,2299,2.969,2300,2.439,2301,4.318,2302,5.804,2303,2.439,2304,2.969,2305,2.969,2306,2.969,2307,2.969,2308,2.969,2309,2.969,2310,2.969,2311,2.969,2312,2.969,2313,2.969,2314,2.969,2315,2.969,2316,2.969,2317,4.274,2318,2.754,2319,2.969,2320,4.644,2321,2.969,2322,2.969,2323,3.964,2324,4.274,2325,4.644,2326,2.969,2327,2.969,2328,4.274,2329,2.969,2330,2.969,2331,2.969,2332,2.969,2333,2.969,2334,2.969,2335,4.274,2336,2.969,2337,2.969,2338,2.969,2339,5.007,2340,2.969,2341,2.582,2342,4.274,2343,2.969,2344,2.969,2345,2.969,2346,2.969,2347,2.969,2348,3.964,2349,3.964,2350,2.754,2351,2.754,2352,2.969,2353,2.969,2354,4.274,2355,2.969,2356,2.969,2357,2.969,2358,2.969]],["title/injectables/ReferenceDataState.html",[0,1.358,1924,2.081]],["body/injectables/ReferenceDataState.html",[0,1.553,2,2.041,3,0.07,4,0.086,5,0.062,6,0.125,11,0.784,15,2.282,16,1.977,18,0.333,20,2.068,22,1.678,25,1.305,29,2.916,35,0.927,38,1.828,42,1.691,43,0.01,44,1.051,45,0.64,46,1.199,47,0.974,55,1.582,56,0.776,65,2.23,69,1.204,71,1.707,75,0.005,80,0.005,85,0.615,90,2.279,96,2.414,99,0.332,102,2.156,104,0.169,106,2.23,107,1.516,108,1.516,109,1.425,112,1.004,113,1.469,114,1.236,118,1.953,121,2.035,122,2.035,123,1.344,124,1.27,125,1.977,127,2.38,128,0.342,129,0.165,131,1.469,132,0.126,133,1.642,138,1.486,148,5.162,159,1.097,160,0.542,161,1.516,162,1.618,187,1.939,211,0.784,244,2.314,245,2.662,256,1.056,260,2.041,277,2.513,321,0.955,350,1.884,370,1.736,372,3.028,374,2.156,376,3.407,379,2.345,381,1.953,382,2.563,395,1.405,400,1.236,423,3.255,447,1.619,450,1.619,463,1.344,610,2.041,639,1.675,640,1.736,643,1.736,644,1.736,695,1.675,767,4.117,774,2.756,867,3.156,911,2.463,916,2.553,917,3.604,923,2.253,951,2.14,974,2.253,976,2.253,1041,3.467,1180,2.041,1302,2.756,1367,4.251,1368,4.152,1369,4.152,1416,1.736,1822,2.756,1894,3.002,1895,3.314,1901,2.872,1903,4.096,1909,3.028,1910,2.14,1919,2.14,1924,2.38,1925,3.808,1927,1.953,1928,1.953,2034,3.926,2037,3.314,2042,2.041,2051,3.407,2070,3.56,2128,5.424,2129,2.385,2130,3.508,2131,2.544,2132,3.931,2133,2.385,2134,2.253,2135,6.079,2136,3.931,2137,2.253,2138,4.035,2139,2.544,2140,3.002,2141,2.253,2142,5.623,2143,2.743,2144,2.743,2145,2.544,2146,2.743,2147,2.743,2148,2.385,2149,2.743,2150,2.743,2151,2.743,2152,2.385,2153,2.385,2154,2.743,2155,2.743,2156,2.743,2157,2.743,2158,2.385,2159,4.035,2160,4.035,2161,4.035,2162,4.035,2163,4.035,2164,4.035,2165,3.742,2166,2.743,2167,2.743,2168,2.743,2169,2.743,2170,2.743,2171,2.743,2172,2.743,2173,5.277,2174,2.743,2175,2.743,2176,2.743,2177,3.742,2178,2.743,2179,2.743,2180,2.743,2181,4.035,2182,4.786,2183,4.786,2184,2.743,2185,2.743,2186,2.743,2187,2.385,2188,2.544,2189,2.544,2190,2.544,2191,2.743,2192,2.385,2193,4.035,2194,4.439,2195,2.743,2196,2.743,2197,2.743,2198,2.743,2199,5.277,2200,4.035,2201,4.035,2202,2.743,2203,2.743,2204,2.743,2205,2.544,2206,2.743,2207,2.743,2208,2.743,2209,2.743,2210,2.743,2211,2.743,2212,2.743,2213,4.035,2214,2.463,2215,4.035,2216,2.743,2217,2.743,2218,2.743,2219,2.743,2220,2.743,2221,2.743,2222,2.743,2223,2.743,2224,2.743,2225,2.743,2226,4.035,2227,4.035,2228,2.743,2229,2.743,2267,4.894,2359,5.021,2360,5.021,2361,5.021,2362,5.021,2363,3.414,2364,3.414,2365,3.414,2366,3.414,2367,3.414,2368,3.414,2369,3.414,2370,3.414]],["title/interfaces/ReferenceDataStateModel.html",[128,0.299,2158,3.068]],["body/interfaces/ReferenceDataStateModel.html",[0,1.664,3,0.077,4,0.094,5,0.069,6,0.06,15,2.192,16,1.478,18,0.367,19,0.577,20,1.829,22,1.255,29,1.667,35,0.693,43,0.01,44,0.748,45,0.809,47,0.729,55,1.097,56,0.58,65,1.667,69,1.165,71,1.785,75,0.006,80,0.006,85,0.676,90,2.047,96,2.181,99,0.337,102,2.277,104,0.186,106,2.389,107,1.667,108,1.667,109,1.568,112,1.104,113,1.616,114,1.359,118,2.148,121,2.181,122,2.181,123,1.478,124,1.397,125,2.118,127,2.55,128,0.366,129,0.172,131,1.616,132,0.139,133,1.678,138,1.504,148,5.032,159,1.147,160,0.596,161,1.667,162,1.78,187,2.047,194,0.976,211,0.827,244,1.896,245,2.181,256,1.161,260,2.245,277,2.059,321,1.051,350,1.544,370,1.909,372,3.197,374,2.277,376,3.597,379,2.476,381,2.148,382,2.706,395,1.051,400,1.359,423,3.184,447,1.47,450,1.47,463,1.478,610,2.245,639,1.842,640,1.909,643,1.909,644,1.909,695,1.842,767,3.373,774,2.061,867,3.019,911,1.842,916,1.909,917,2.953,923,2.478,951,2.354,974,2.478,976,2.478,1041,3.353,1180,2.245,1302,2.953,1364,6.875,1367,4.111,1368,3.769,1369,3.769,1416,1.909,1822,2.953,1894,4.345,1895,4.798,1901,3.078,1903,3.624,1909,2.736,1910,2.354,1919,2.354,1924,1.78,1925,1.842,1927,2.148,1928,2.148,2034,4.105,2037,3.551,2042,2.245,2051,3.597,2070,3.217,2128,2.624,2129,2.624,2130,3.76,2131,2.798,2132,4.15,2133,2.624,2134,2.478,2135,5.518,2136,4.15,2137,2.478,2138,4.324,2139,2.798,2140,3.217,2141,2.478,2142,5.841,2143,3.017,2144,3.017,2145,2.798,2146,3.017,2147,3.017,2148,2.624,2149,3.017,2150,3.017,2151,3.017,2152,2.624,2153,2.624,2154,3.017,2155,3.017,2156,3.017,2157,3.017,2158,3.76,2159,5.841,2160,4.324,2161,5.841,2162,5.841,2163,5.841,2164,5.841,2165,2.798,2166,3.017,2167,3.017,2168,3.017,2169,3.017,2170,3.017,2171,3.017,2172,3.017,2173,3.017,2174,3.017,2175,3.017,2176,3.017,2177,4.01,2178,3.017,2179,3.017,2180,3.017,2181,3.017,2182,5.053,2183,5.053,2184,3.017,2185,3.017,2186,3.017,2187,2.624,2188,2.798,2189,2.798,2190,2.798,2191,3.017,2192,2.624,2193,4.324,2194,4.01,2195,3.017,2196,3.017,2197,3.017,2198,3.017,2199,4.324,2200,3.017,2201,3.017,2202,3.017,2203,3.017,2204,3.017,2205,2.798,2206,3.017,2207,3.017,2208,3.017,2209,3.017,2210,3.017,2211,3.017,2212,3.017,2213,3.017,2214,1.842,2215,3.017,2216,3.017,2217,3.017,2218,3.017,2219,3.017,2220,3.017,2221,3.017,2222,3.017,2223,3.017,2224,3.017,2225,3.017,2226,3.017,2227,4.324,2228,3.017,2229,3.017]],["title/components/RegistrationContentComponent.html",[195,0.443,505,1.259]],["body/components/RegistrationContentComponent.html",[3,0.057,4,0.07,5,0.079,6,0.136,11,0.892,12,1.068,15,2.308,18,0.273,19,0.463,22,2.557,23,2.63,25,1.121,35,0.797,38,2.036,40,0.837,41,0.858,42,1.549,43,0.01,44,1.156,45,0.748,46,1.098,52,0.863,55,1.527,56,1.204,69,0.713,75,0.004,80,0.004,85,1.221,86,1.151,88,2.335,91,2.09,99,0.267,104,0.138,113,1.201,114,1.011,124,1.039,129,0.07,132,0.25,133,0.569,141,0.49,155,2.321,159,1.219,160,1.158,195,0.647,196,0.762,197,1.094,198,0.801,199,0.886,200,0.886,201,0.863,207,0.781,208,1.149,209,1.149,210,2.248,211,1.172,212,0.691,213,1.178,215,1.178,246,3.255,247,3.255,250,3.224,255,1.274,256,1.334,267,1.978,268,1.269,269,1.094,280,1.598,289,0.933,302,2.116,303,1.713,304,1.468,308,1.239,316,0.744,321,0.781,326,1.597,327,1.473,328,1.982,348,3.546,392,1.851,395,1.475,396,2.553,397,1.473,398,1.473,399,2.27,403,2.404,404,1.121,405,1.323,408,1.419,409,1.404,410,1.334,412,3.128,417,1.165,423,3.071,424,1.857,425,1.473,426,1.627,428,2.341,430,1.532,431,2.269,433,1.201,434,1.915,435,2.08,439,2.893,441,1.915,442,1.698,445,2.045,447,0.597,448,2.116,450,0.597,454,0.744,468,1.75,469,1.95,471,0.431,472,1.627,473,0.886,474,1.882,475,0.886,476,0.886,477,0.801,478,0.886,479,0.781,480,1.673,481,0.801,482,0.886,483,1.178,484,1.673,485,0.801,486,0.842,487,0.886,488,0.801,489,0.886,490,0.801,491,0.762,492,0.886,493,0.801,494,0.886,495,0.801,496,0.801,497,0.886,498,0.801,499,0.863,500,0.821,501,0.886,502,0.801,503,1.369,504,0.781,505,1.701,506,0.801,507,0.886,508,0.801,509,1.673,510,0.801,511,1.269,512,1.369,513,0.781,514,0.801,515,0.781,516,1.274,517,0.886,518,0.781,519,0.762,520,0.801,521,0.886,522,0.801,523,0.886,524,0.821,525,0.886,526,0.801,527,1.121,528,0.801,529,1.237,530,0.801,531,0.886,532,0.801,533,1.149,534,0.886,535,0.801,536,0.886,537,0.886,589,5.592,668,2.193,673,0.821,685,1.269,686,1.717,692,2.83,713,1.48,727,1.597,728,2.68,733,1.842,736,0.984,737,1.669,746,3.803,800,2.704,804,3.213,832,1.58,846,2.847,883,4.236,884,3.803,984,3.48,1002,1.95,1033,4.576,1161,2.579,1267,2.468,1291,4.042,1317,5.248,1323,1.473,1326,3.627,1367,4.275,1368,3.72,1369,4.112,1378,2.243,1388,1.669,1397,3.803,1595,2.847,1664,4.766,1671,4.144,1705,1.532,1709,1.95,1751,4.648,1771,3.152,1783,2.08,1784,4.648,1787,2.704,1903,3.729,2066,2.579,2103,3.255,2105,3.255,2214,2.116,2232,3.929,2254,2.847,2267,2.08,2271,3.48,2301,1.669,2341,1.95,2371,5.92,2372,5.92,2373,2.461,2374,5.272,2375,5.272,2376,3.48,2377,4.736,2378,4.648,2379,5.272,2380,5.652,2381,5.272,2382,5.272,2383,3.803,2384,5.931,2385,5.931,2386,4.314,2387,3.803,2388,3.803,2389,4.779,2390,4.314,2391,4.314,2392,3.803,2393,2.791,2394,3.215,2395,5.052,2396,2.791,2397,4.314,2398,4.314,2399,2.791,2400,4.314,2401,2.791,2402,3.803,2403,4.648,2404,2.791,2405,4.314,2406,3.803,2407,2.791,2408,2.791,2409,2.791,2410,2.791,2411,2.791,2412,2.791,2413,2.791,2414,3.014,2415,4.314,2416,2.791,2417,4.314,2418,4.314,2419,4.314,2420,2.791,2421,2.791,2422,1.532,2423,5.272,2424,2.461,2425,2.461,2426,2.791,2427,2.791,2428,2.791,2429,5.272,2430,2.243,2431,2.791,2432,2.791,2433,2.791,2434,2.791,2435,2.791,2436,2.791,2437,2.791,2438,3.803,2439,2.461,2440,2.461,2441,2.791,2442,2.791,2443,2.791,2444,2.791,2445,2.461,2446,2.791,2447,2.243,2448,4.314,2449,2.791,2450,2.243,2451,2.08,2452,2.461,2453,2.461,2454,2.791,2455,2.791,2456,2.791,2457,2.461]],["title/modules/RegistrationContentModule.html",[538,0.627,2458,3.068]],["body/modules/RegistrationContentModule.html",[3,0.131,4,0.16,5,0.117,6,0.102,43,0.01,75,0.008,80,0.008,99,0.346,104,0.315,129,0.16,132,0.235,303,1.236,420,1.616,471,0.984,505,2.615,538,0.909,540,1.782,541,1.827,542,2.523,543,1.921,544,1.827,545,2.523,556,2.358,557,1.827,559,2.419,563,2.299,589,4.204,755,2.686,756,2.128,761,4.022,762,3.361,1699,5.031,1700,4.204,2371,4.45,2372,4.45,2458,6.288,2459,5.614,2460,5.614,2461,5.614,2462,5.614,2463,5.79,2464,6.369,2465,5.614,2466,4.45,2467,5.614,2468,5.614]],["title/components/RegistrationMetadataComponent.html",[195,0.443,506,1.259]],["body/components/RegistrationMetadataComponent.html",[3,0.063,4,0.077,5,0.123,6,0.13,11,0.882,12,1.152,15,2.271,18,0.301,19,0.499,22,2.24,23,2.622,25,1.21,35,0.859,38,1.928,40,0.903,41,0.925,42,1.62,43,0.01,44,1.148,45,0.705,46,1.367,55,1.436,56,1.164,69,1.043,75,0.005,76,2.57,80,0.005,85,0.555,86,1.462,88,2.458,91,2.2,99,0.278,104,0.152,124,2.323,129,0.077,132,0.114,133,0.628,140,1.01,141,0.541,154,2.389,155,2.261,159,1.222,160,0.991,195,0.676,196,0.841,197,1.18,198,0.884,199,0.978,200,0.978,201,0.953,207,1.876,208,1.239,209,1.239,210,2.265,211,1.176,212,0.763,213,1.27,215,1.27,236,2.297,250,2.885,255,0.745,268,1.648,269,1.18,280,0.972,303,1.714,304,0.763,316,0.821,326,1.763,327,1.627,328,2.355,350,2.022,387,2.272,388,3.407,389,3.206,394,1.057,395,1.972,396,3.381,397,3.295,398,3.295,399,2.389,400,1.116,403,2.716,404,1.623,405,3.34,409,1.493,410,1.734,423,2.086,424,3.242,426,1.7,428,1.369,431,1.326,439,2.554,441,1.369,442,1.213,445,2.205,446,3.719,447,0.66,448,1.512,450,1.336,454,0.821,457,3.288,465,3.177,466,3.177,470,3.699,471,0.476,472,1.18,473,0.978,474,1.981,475,0.978,476,0.978,477,0.884,478,0.978,479,0.862,480,1.779,481,0.884,482,0.978,483,1.27,484,1.779,485,0.884,486,0.93,487,0.978,488,0.884,489,0.978,490,0.884,491,0.841,492,0.978,493,0.884,494,0.978,495,0.884,496,1.335,497,0.978,498,0.884,499,0.953,500,0.906,501,0.978,502,0.884,503,1.476,504,0.862,505,0.884,506,1.791,507,0.978,508,0.884,509,1.779,510,0.884,511,1.368,512,1.476,513,0.862,514,0.884,515,0.862,516,0.745,517,0.978,518,0.862,519,0.841,520,0.884,521,0.978,522,0.884,523,0.978,524,0.906,525,0.978,526,0.884,527,1.457,528,0.884,529,1.335,530,0.884,531,0.978,532,0.884,533,1.239,534,0.978,535,0.884,536,0.978,537,0.978,568,2.066,612,3.468,624,4.121,639,1.512,640,1.567,672,2.272,674,1.886,692,2.607,712,2.205,727,1.763,728,2.365,729,2.034,736,1.086,743,2.477,744,1.932,745,2.297,796,2.687,841,4.653,894,3.063,958,2.297,984,3.071,1033,3.914,1041,2.003,1161,2.782,1317,3.914,1325,3.063,1326,2.205,1367,3.861,1368,3.868,1369,3.868,1388,1.843,1651,2.717,1659,4.504,1664,5.879,1786,3.251,1787,3.513,1821,2.282,1905,2.917,2001,3.468,2103,3.427,2105,3.427,2111,2.477,2112,1.932,2214,1.512,2248,2.154,2254,5.58,2261,3.468,2271,3.699,2276,3.468,2301,1.843,2318,2.297,2348,4.653,2349,4.653,2350,3.468,2351,3.468,2378,4.941,2380,5.908,2383,4.102,2388,4.102,2392,4.102,2394,3.468,2395,5.252,2406,4.102,2424,2.717,2425,2.717,2438,2.717,2439,2.717,2440,2.717,2450,4.504,2452,2.717,2453,4.102,2466,5.651,2469,6.499,2470,2.717,2471,5.605,2472,4.653,2473,5.605,2474,6.702,2475,7.047,2476,4.653,2477,4.653,2478,4.653,2479,3.082,2480,3.082,2481,3.082,2482,6.244,2483,4.653,2484,4.653,2485,3.082,2486,4.102,2487,3.082,2488,4.653,2489,3.082,2490,3.082,2491,3.082,2492,4.653,2493,5.605,2494,4.653,2495,4.102,2496,4.653,2497,3.082,2498,3.082,2499,3.082,2500,3.082,2501,3.082,2502,4.653,2503,3.082,2504,3.082,2505,3.082,2506,3.082,2507,3.082,2508,5.605,2509,5.908,2510,4.941,2511,3.082,2512,2.717,2513,2.717,2514,3.082,2515,3.082]],["title/modules/RegistrationMetadataModule.html",[538,0.627,2463,2.898]],["body/modules/RegistrationMetadataModule.html",[3,0.123,4,0.151,5,0.145,6,0.096,43,0.01,44,0.833,75,0.008,80,0.008,99,0.356,104,0.296,129,0.151,132,0.221,303,1.163,420,1.521,471,0.927,496,1.719,506,2.596,538,0.856,540,1.677,541,1.719,542,2.457,543,1.808,544,1.719,545,2.457,556,2.273,557,1.719,559,2.331,563,2.216,567,3.956,568,2.662,755,2.589,756,2.003,757,4.849,758,3.956,761,4.193,762,3.163,763,5.134,1358,5.904,1359,4.817,1649,4.467,1693,6.043,1699,4.849,1700,3.956,1799,5.708,1811,3.956,1812,4.817,2112,3.757,2126,5.904,2127,5.904,2463,5.948,2466,4.188,2469,4.817,2516,5.284,2517,5.284,2518,5.284,2519,5.994,2520,5.994,2521,5.994,2522,6.477,2523,5.284,2524,5.994]],["title/components/RegistrationModalComponent.html",[195,0.443,508,1.259]],["body/components/RegistrationModalComponent.html",[3,0.083,4,0.101,5,0.104,6,0.13,11,0.745,12,1.401,14,2.213,18,0.394,19,0.607,20,1.889,22,2.369,23,2.433,25,1.471,35,1.045,38,1.921,40,1.098,41,1.126,42,0.974,43,0.01,44,1.105,45,0.648,46,0.691,52,1.247,55,1.153,56,1.096,69,0.545,75,0.006,80,0.006,85,1.178,86,1.269,88,2.791,91,2.498,99,0.329,102,1.46,104,0.199,111,1.978,112,1.186,114,1.46,121,1.634,122,1.634,123,1.587,124,1.5,129,0.101,132,0.286,133,1.445,141,1.149,159,0.673,160,1.261,195,0.781,196,1.101,197,1.436,198,1.157,200,1.279,201,1.247,204,2.363,206,4.316,207,1.128,210,2.309,211,1.204,212,0.998,215,1.545,229,4.68,244,2.498,245,2.874,255,0.974,267,1.849,269,1.436,289,2.185,303,1.725,304,2.142,321,1.128,324,2.817,326,2.307,327,2.128,350,1.157,392,1.101,404,1.048,409,1.742,426,1.023,447,0.863,450,0.863,454,1.074,471,0.623,472,1.894,473,1.279,474,2.25,475,1.279,476,1.279,477,1.157,478,1.279,479,1.128,480,2.075,481,1.157,482,1.279,483,1.545,484,2.075,485,1.157,486,1.216,487,1.279,488,1.157,489,1.279,490,1.157,491,1.101,492,1.279,493,1.157,494,1.279,495,1.157,496,1.157,497,1.279,498,1.157,499,1.247,500,1.186,501,1.279,502,1.157,503,1.796,504,1.128,505,1.623,506,1.157,507,1.279,508,2.034,509,2.075,510,1.157,511,1.664,512,1.796,513,1.128,514,1.157,515,1.128,516,0.974,517,1.279,518,1.128,519,1.101,520,1.157,521,1.279,522,1.157,523,1.279,524,1.186,525,1.279,526,1.157,527,1.471,528,1.157,529,1.623,530,1.157,531,1.279,532,1.157,533,1.508,534,1.279,535,1.157,536,1.279,537,1.279,589,5.774,673,1.186,685,1.664,686,2.129,713,1.942,800,2.528,982,3.735,1033,3.548,1036,3.383,1146,5.284,1291,4.949,1593,5.697,1920,2.411,1924,3.361,1925,1.978,1926,2.411,1969,4.316,2062,2.411,2205,3.005,2371,5.671,2372,2.817,2376,4.316,2422,2.213,2468,3.555,2525,2.817,2526,5.659,2527,4.218,2528,6.539,2529,7.09,2530,3.24,2531,6.001,2532,4.989,2533,4.989,2534,3.555,2535,4.218,2536,4.032,2537,4.032,2538,4.032,2539,4.032,2540,3.555,2541,3.555,2542,4.032,2543,4.032,2544,4.032,2545,5.659,2546,4.032,2547,4.032,2548,3.555,2549,3.555,2550,3.555,2551,4.032,2552,4.032,2553,4.032]],["title/modules/RegistrationModalModule.html",[538,0.627,554,3.068]],["body/modules/RegistrationModalModule.html",[3,0.131,4,0.16,5,0.117,6,0.102,43,0.01,75,0.008,80,0.008,99,0.346,104,0.315,129,0.16,132,0.235,303,1.479,420,1.616,471,0.984,508,2.615,538,0.909,540,1.782,541,1.827,542,2.523,543,1.921,544,1.827,545,2.523,554,6.288,556,2.358,557,1.827,559,2.419,563,2.299,569,3.182,570,2.507,589,5.031,755,2.686,756,2.128,2371,4.45,2372,4.45,2422,3.495,2458,6.13,2554,5.614,2555,5.614,2556,6.369,2557,5.614,2558,5.118,2559,4.45,2560,6.125,2561,6.369]],["title/interfaces/RegistrationStateModel.html",[128,0.299,2562,3.528]],["body/interfaces/RegistrationStateModel.html",[0,1.296,1,2.504,3,0.086,4,0.068,5,0.077,6,0.043,8,2.581,9,1.774,11,0.354,12,1.56,14,1.475,15,2.491,16,1.058,18,0.263,19,0.45,20,2.088,22,2.798,23,2.916,29,1.194,33,4.758,35,0.774,37,3.091,40,0.522,41,0.535,43,0.01,44,0.808,45,0.659,46,0.718,47,0.813,48,1.263,49,2.504,50,2.299,53,3.325,55,1.185,56,1.032,59,1.878,65,1.194,69,1.024,75,0.004,80,0.004,83,3.122,86,1.521,88,1.649,90,2.269,91,1.476,96,2.922,99,0.332,102,1.864,104,0.133,105,3.804,106,1.86,107,1.194,108,1.194,109,1.122,111,1.319,112,0.791,113,1.803,114,0.973,117,2.16,118,1.538,119,1.685,128,0.183,129,0.105,131,1.157,132,0.099,133,1.67,138,1.391,139,1.607,140,1.047,141,0.472,154,2.224,155,2.837,159,1.326,160,0.817,161,1.194,162,1.274,163,1.878,164,1.607,165,1.878,166,1.878,167,1.774,168,1.878,169,1.878,172,1.774,173,1.774,180,2.003,184,2.16,187,1.676,194,0.699,207,1.95,211,0.677,244,2.22,245,1.698,255,1.244,256,0.831,260,1.607,280,1.611,289,1.942,302,1.319,303,1.625,321,0.752,328,1.942,329,1.419,330,1.419,350,2.369,374,1.864,379,2.027,382,2.215,392,0.734,395,1.44,423,2.594,426,0.682,432,1.319,463,2.027,496,1.202,516,0.65,603,1.878,614,3.643,615,2.286,617,3.122,624,4.758,633,2.16,639,1.319,640,1.367,667,3.366,669,3.077,670,1.538,687,1.157,720,3.366,804,2.44,818,2.927,832,1.778,835,3.693,839,3.836,867,2.484,894,1.319,965,2.003,981,3.393,982,3.836,983,2.927,992,3.693,1143,1,1157,1.878,1254,3.325,1269,2.16,1314,2.16,1323,1.419,1326,2.986,1362,4.158,1372,1.232,1384,2.16,1410,2.16,1416,1.367,1443,2.16,1490,2.37,1495,2.37,1771,2.504,1775,2.504,1821,1.319,1853,1.878,1891,1.774,1901,2.945,1903,2.211,1905,3.643,1909,2.13,1911,3.122,1912,1.685,1913,1.685,1919,1.685,1920,2.504,1924,1.986,1925,1.319,1926,1.607,1930,1.685,1932,1.685,1938,2.626,1939,1.685,1971,1.774,1983,3.643,2051,1.538,2062,2.504,2097,3.122,2098,1.774,2103,1.475,2105,2.299,2113,2.16,2130,5.037,2131,2.003,2140,1.607,2145,3.122,2177,2.003,2188,2.003,2189,2.003,2190,2.003,2194,2.003,2214,1.319,2248,1.878,2254,1.774,2255,3.227,2260,2.003,2296,2.003,2297,2.003,2303,1.774,2320,3.122,2325,2.003,2414,3.597,2445,2.37,2447,4.136,2540,4.538,2541,3.693,2548,5.124,2549,5.124,2550,2.37,2562,3.366,2563,2.37,2564,6.355,2565,6.3,2566,6.801,2567,6.97,2568,2.688,2569,2.688,2570,2.37,2571,2.37,2572,2.688,2573,4.189,2574,3.693,2575,2.688,2576,2.16,2577,2.688,2578,4.189,2579,4.189,2580,2.688,2581,5.124,2582,2.688,2583,2.688,2584,4.189,2585,2.16,2586,2.688,2587,2.688,2588,2.688,2589,2.688,2590,2.688,2591,2.688,2592,2.688,2593,2.688,2594,2.688,2595,2.688,2596,2.688,2597,3.693,2598,2.688,2599,2.688,2600,2.688,2601,2.688,2602,2.37,2603,2.688,2604,2.688,2605,2.688,2606,2.688,2607,2.688,2608,2.688,2609,2.688,2610,2.688,2611,2.688,2612,2.688,2613,2.688,2614,2.688,2615,2.688,2616,2.688,2617,2.688,2618,2.688,2619,2.688,2620,2.688,2621,2.688,2622,2.688,2623,2.688,2624,2.688,2625,2.688,2626,2.688,2627,2.688,2628,2.688,2629,2.688,2630,2.688,2631,2.688,2632,2.688,2633,2.688,2634,2.688,2635,2.688,2636,2.688,2637,2.688,2638,2.688,2639,2.688,2640,2.688,2641,2.688,2642,2.688,2643,2.688,2644,2.688,2645,2.16,2646,2.688,2647,2.16,2648,2.003,2649,2.37,2650,2.688,2651,2.688,2652,2.688,2653,2.688,2654,2.688,2655,5.812,2656,2.688,2657,2.37,2658,2.688,2659,2.688,2660,2.688,2661,2.688,2662,4.189,2663,2.688,2664,2.688,2665,2.688,2666,2.688,2667,2.688,2668,5.147,2669,2.688,2670,2.688,2671,2.688,2672,2.16,2673,2.688,2674,2.688,2675,2.688,2676,2.688,2677,2.688,2678,2.688,2679,2.688,2680,2.688,2681,2.688,2682,2.688,2683,2.688,2684,2.37,2685,2.688,2686,2.688,2687,2.688,2688,2.688,2689,2.688,2690,2.688,2691,2.688,2692,4.189,2693,2.688,2694,4.189,2695,2.688,2696,4.189,2697,2.688,2698,4.189,2699,2.688,2700,2.688,2701,2.37,2702,2.688,2703,2.688,2704,4.189,2705,2.688,2706,2.688,2707,2.688,2708,2.688,2709,2.688,2710,2.688,2711,5.147,2712,2.688,2713,2.688,2714,2.688,2715,4.189,2716,3.122,2717,4.189,2718,4.189,2719,2.688,2720,2.688,2721,2.688,2722,5.147,2723,2.688,2724,2.688,2725,2.688,2726,2.688,2727,2.688,2728,2.688,2729,2.688,2730,2.688,2731,2.16,2732,2.688,2733,2.16,2734,2.688,2735,2.16,2736,2.688,2737,2.688,2738,2.688,2739,2.16,2740,2.688,2741,2.688,2742,2.16,2743,2.16,2744,2.16,2745,2.688,2746,2.688,2747,2.16,2748,2.688,2749,2.16,2750,2.688,2751,2.16,2752,2.688,2753,2.688,2754,2.688,2755,2.688,2756,2.16,2757,2.688,2758,2.16,2759,2.688,2760,2.16,2761,2.688,2762,2.688,2763,2.688,2764,2.688,2765,2.688,2766,2.688,2767,2.688,2768,2.688,2769,2.688,2770,2.688,2771,2.688,2772,2.688,2773,2.688,2774,2.688]],["title/components/ReviewButtonComponent.html",[195,0.443,510,1.259]],["body/components/ReviewButtonComponent.html",[3,0.115,4,0.078,5,0.085,6,0.135,8,1.372,11,0.738,12,1.154,18,0.302,19,0.5,20,1.665,23,2.089,25,1.212,32,2.46,33,3.076,35,0.571,38,2.015,40,0.904,41,0.927,42,1.356,43,0.01,44,1.125,45,0.73,46,0.961,47,1.213,48,1.406,52,0.956,55,1.367,56,0.966,69,0.954,75,0.005,80,0.005,85,1.319,86,1.604,90,1.518,91,2.203,99,0.278,104,0.153,129,0.078,132,0.261,133,1.144,138,1.149,140,0.84,141,0.986,159,0.937,160,1.196,195,0.805,196,0.843,197,1.182,198,0.886,199,0.98,200,0.98,201,0.956,203,2.786,204,1.946,207,2.264,208,1.242,209,1.242,210,2.261,211,1.18,212,0.765,213,1.273,215,1.273,222,1.767,250,2.006,255,1.356,256,0.956,268,2.269,269,1.182,270,3.474,280,1.401,288,4.126,289,2.578,303,1.302,304,1.746,316,0.823,327,1.63,328,2.357,350,2.162,392,1.926,395,1.304,399,1.182,400,1.118,403,1.252,404,0.803,409,1.495,410,1.442,417,1.29,423,2.089,428,3.756,433,1.33,447,0.661,450,0.661,454,0.823,471,0.478,472,1.702,473,0.98,474,1.984,475,0.98,476,0.98,477,0.886,478,0.98,479,0.864,480,1.781,481,0.886,482,0.98,483,1.273,484,1.781,485,0.886,486,1.693,487,0.98,488,0.886,489,0.98,490,0.886,491,0.843,492,0.98,493,0.886,494,0.98,495,0.886,496,0.886,497,0.98,498,0.886,499,0.956,500,0.909,501,0.98,502,0.886,503,1.479,504,0.864,505,0.886,506,0.886,507,0.98,508,0.886,509,1.781,510,1.793,511,2.54,512,1.479,513,1.304,514,0.886,515,0.864,516,0.746,517,0.98,518,0.864,519,0.843,520,0.886,521,0.98,522,0.886,523,0.98,524,0.909,525,0.98,526,0.886,527,1.212,528,0.886,529,1.337,530,0.886,531,0.98,532,0.886,533,1.242,534,0.98,535,0.886,536,0.98,537,0.98,568,3.132,598,1.252,609,1.889,615,3.593,670,3.211,672,2.719,673,0.909,674,2.719,675,2.534,676,1.216,677,1.182,678,2.148,685,1.371,686,1.828,691,2.534,692,1.946,712,2.209,713,1.599,720,3.745,728,1.571,732,1.695,832,2.094,839,3.474,841,3.474,867,1.734,911,2.286,983,5.492,999,2.786,1034,3.745,1093,2.922,1143,1.734,1149,3.745,1267,2.666,1277,2.039,1291,3.838,1325,2.286,1334,2.922,1501,2.786,1593,3.745,1671,3.257,1692,2.482,1709,4.929,1736,2.482,2233,4.655,2267,2.302,2341,2.159,2377,2.159,2387,4.109,2402,4.109,2403,4.948,2422,1.695,2447,2.482,2530,2.482,2531,5.023,2559,2.159,2564,4.948,2657,2.723,2672,3.745,2775,5.545,2776,6.261,2777,2.482,2778,4.661,2779,4.661,2780,5.613,2781,4.948,2782,4.109,2783,6.709,2784,6.251,2785,4.661,2786,6.251,2787,5.613,2788,5.613,2789,5.613,2790,4.661,2791,4.661,2792,3.089,2793,7.053,2794,4.661,2795,3.089,2796,3.089,2797,2.723,2798,4.109,2799,4.661,2800,3.089,2801,4.661,2802,4.109,2803,4.661,2804,4.109,2805,3.089,2806,3.745,2807,4.661,2808,3.089,2809,4.661,2810,4.109,2811,4.661,2812,2.723,2813,3.089,2814,4.661,2815,3.089,2816,3.089,2817,3.089,2818,2.482,2819,2.039,2820,3.089,2821,4.661,2822,4.661,2823,3.089,2824,5.613,2825,3.089,2826,3.089,2827,3.089,2828,2.723,2829,3.089,2830,3.089,2831,3.089,2832,4.661,2833,3.089,2834,3.089,2835,3.089,2836,3.089,2837,3.089,2838,2.482,2839,2.482,2840,3.089,2841,3.089,2842,3.089]],["title/modules/ReviewButtonModule.html",[538,0.627,2843,3.068]],["body/modules/ReviewButtonModule.html",[3,0.131,4,0.16,5,0.116,6,0.102,43,0.01,75,0.008,80,0.008,99,0.345,104,0.314,129,0.16,132,0.235,420,1.614,471,0.983,510,2.615,511,2.24,538,0.908,540,1.78,541,1.825,542,2.522,543,1.918,544,1.825,545,2.522,556,2.356,557,1.825,559,2.417,563,2.297,590,5.608,755,2.684,756,2.126,761,4.019,762,3.357,1301,5.608,1699,5.027,1700,4.198,2775,4.198,2776,4.741,2819,4.198,2843,6.287,2844,5.608,2845,5.608,2846,5.608,2847,5.608,2848,6.128,2849,6.361]],["title/components/ReviewModalComponent.html",[195,0.443,513,1.229]],["body/components/ReviewModalComponent.html",[3,0.127,4,0.092,5,0.096,6,0.129,11,0.693,12,1.304,18,0.356,19,0.565,25,1.868,35,0.972,38,1.91,40,1.394,41,1.047,42,0.88,43,0.01,44,1.073,45,0.706,46,0.624,48,1.865,52,1.629,55,0.743,56,0.814,69,0.493,75,0.005,76,2.835,80,0.005,85,0.949,86,1.022,90,2.013,99,0.244,104,0.18,128,0.248,129,0.092,132,0.277,141,1.19,155,1.319,159,0.879,160,0.981,195,0.825,196,0.995,197,1.336,198,1.045,199,1.156,200,1.156,201,1.127,207,2.254,208,1.403,209,1.403,210,2.292,211,1.197,212,0.902,213,1.438,215,1.438,255,0.88,268,1.072,269,1.336,280,1.291,303,1.624,304,2.108,308,1.618,316,0.971,350,2.442,387,1.477,394,1.25,395,1.895,396,2.661,400,1.319,403,2.745,404,1.607,405,3.549,406,1.923,409,1.647,410,1.912,412,2.581,414,2.931,417,1.521,420,0.924,424,3.092,426,1.336,427,5.232,428,1.618,430,2.89,431,1.568,433,1.568,434,1.618,435,2.716,438,1.568,441,2.745,443,2.284,444,2.546,446,2.779,447,1.323,450,1.537,454,0.971,457,2.583,471,0.563,472,1.822,473,1.156,474,2.149,475,1.156,476,1.156,477,1.045,478,1.156,479,1.02,480,1.962,481,1.045,482,1.156,483,1.438,484,1.962,485,1.045,486,1.099,487,1.156,488,1.045,489,1.156,490,1.045,491,0.995,492,1.156,493,1.045,494,1.156,495,1.045,496,1.045,497,1.156,498,1.045,499,1.127,500,1.072,501,1.156,502,1.045,503,1.671,504,1.02,505,1.045,506,1.045,507,1.156,508,1.045,509,1.962,510,1.045,511,2.593,512,1.671,513,1.895,514,1.045,515,1.02,516,0.88,517,1.156,518,1.02,519,0.995,520,1.045,521,1.156,522,1.045,523,1.156,524,1.072,525,1.156,526,1.045,527,1.369,528,1.045,529,1.511,530,1.045,531,1.156,532,1.045,533,1.403,534,1.156,535,1.045,536,1.156,537,1.156,568,1.618,615,2.338,668,3.143,673,1.072,685,1.549,686,2.013,713,1.807,727,2.084,728,2.677,734,3.148,736,2.531,832,1.647,911,3.033,982,4.081,983,4.32,984,4.081,999,3.696,1044,2.716,1143,2.301,1291,4.521,1292,4.608,1400,3.679,1470,4.608,1592,2.716,1595,3.475,1692,4.231,1825,2.178,2233,4.942,2255,2.284,2376,4.942,2377,5.02,2389,5.354,2422,2,2525,2.546,2527,3.924,2532,4.642,2534,3.212,2535,4.608,2775,5.315,2806,2.928,2818,2.928,2819,5.315,2828,4.642,2838,2.928,2839,2.928,2850,4.642,2851,4.968,2852,3.644,2853,5.354,2854,5.266,2855,5.451,2856,4.608,2857,5.451,2858,3.644,2859,4.231,2860,3.644,2861,3.212,2862,2.928,2863,3.212,2864,3.212,2865,3.212,2866,3.212,2867,3.212,2868,3.212,2869,2.928,2870,3.212,2871,4.642,2872,5.266,2873,3.644,2874,3.644,2875,3.644,2876,5.266,2877,3.644,2878,3.644]],["title/interfaces/ReviewModalData.html",[128,0.299,2853,3.272]],["body/interfaces/ReviewModalData.html",[3,0.144,4,0.14,5,0.102,6,0.089,11,0.732,18,0.543,19,0.752,25,1.445,35,1.027,40,1.361,41,1.106,43,0.01,44,0.773,45,0.641,48,1.677,56,0.859,75,0.007,80,0.007,90,1.81,99,0.303,104,0.275,128,0.379,129,0.14,132,0.259,141,1.349,159,1.171,160,0.882,194,1.445,195,0.838,207,2.48,208,1.481,209,1.481,210,1.41,211,0.922,213,1.518,215,1.518,268,2.062,280,1.684,303,1.565,304,2.134,316,1.481,350,2.435,420,1.41,427,3.885,472,1.41,511,2.607,513,1.556,668,3.904,673,1.635,685,1.635,686,1.81,832,2.046,911,3.767,982,5.069,999,4.591,1044,4.144,1143,2.858,1291,4.393,1292,5.724,1470,4.144,1592,4.144,1595,3.67,1825,3.324,2233,5.487,2255,4.395,2376,4.628,2377,4.899,2389,5.226,2422,3.051,2525,3.885,2527,4.144,2535,5.724,2775,3.67,2806,5.634,2818,4.468,2819,3.67,2838,4.468,2839,4.468,2850,4.901,2851,4.468,2853,5.724,2855,4.901,2856,4.144,2857,4.901,2859,4.468,2862,4.468,2863,6.181,2864,4.901,2865,4.901,2866,4.901,2867,4.901,2868,4.901,2869,4.468,2870,4.901]],["title/modules/ReviewModalModule.html",[538,0.627,2848,3.068]],["body/modules/ReviewModalModule.html",[3,0.133,4,0.162,5,0.118,6,0.104,43,0.01,75,0.008,80,0.008,99,0.347,104,0.319,129,0.162,132,0.239,420,1.639,471,0.999,511,1.901,513,2.556,538,0.923,540,1.808,541,1.854,542,2.539,543,1.949,544,1.854,545,2.539,556,2.378,557,1.854,559,2.05,563,2.319,569,3.21,570,2.544,755,2.709,756,2.16,1699,5.074,1700,4.265,2422,3.547,2558,5.193,2559,4.515,2560,6.178,2775,4.265,2819,4.265,2848,6.214,2879,5.697,2880,5.697,2881,5.697]],["title/components/RightSidebarComponent.html",[195,0.443,514,1.259]],["body/components/RightSidebarComponent.html",[1,3.997,3,0.106,4,0.089,5,0.094,6,0.119,8,3.293,9,2.339,11,0.679,12,1.759,15,2.366,18,0.504,19,0.554,22,2.374,23,2.759,33,4.689,35,0.953,38,1.717,40,1.001,41,1.026,42,0.856,43,0.01,44,1.064,45,0.65,46,0.607,47,1.297,52,1.096,69,0.479,75,0.005,76,1.625,77,3.085,80,0.006,85,1.096,86,1.181,88,2.632,91,2.356,99,0.28,104,0.175,129,0.089,132,0.274,139,3.638,140,0.638,141,0.623,157,4.017,159,1.116,160,1.214,187,1.154,195,0.716,196,0.968,197,1.309,198,1.017,199,1.125,200,1.125,201,1.096,207,1.703,208,1.375,209,1.375,210,2.287,211,1.193,212,0.877,213,1.409,215,1.409,218,2.624,221,4.536,236,2.641,255,1.717,256,1.596,268,1.518,269,1.309,280,0.74,289,1.725,302,2.532,303,1.631,304,1.507,305,2.832,308,2.702,316,0.944,326,2.027,327,1.87,328,1.725,374,1.283,379,1.395,387,2.88,394,1.216,395,2.075,396,3.294,397,1.87,398,1.87,399,3.109,400,1.868,401,3.481,403,2.88,404,1.738,405,3.628,408,3.094,409,1.621,410,2.368,412,2.155,414,3.368,424,3.058,425,3.212,426,1.99,428,2.291,429,2.339,430,2.832,431,2.619,439,2.832,441,2.291,442,2.032,445,2.446,446,2.723,447,1.638,448,1.738,450,1.866,454,0.944,455,4.017,456,2.221,457,3.279,461,2.723,465,2.446,466,2.446,468,2.221,469,2.476,471,0.798,472,1.802,473,1.125,474,2.121,475,1.125,476,1.125,477,1.017,478,1.125,479,0.992,480,1.931,481,1.017,482,1.125,483,1.409,484,1.931,485,1.017,486,1.069,487,1.125,488,1.017,489,1.125,490,1.017,491,0.968,492,1.125,493,1.017,494,1.125,495,1.017,496,1.017,497,1.125,498,1.017,499,1.096,500,1.042,501,1.125,502,1.017,503,1.637,504,0.992,505,1.017,506,1.017,507,1.125,508,1.017,509,1.931,510,1.017,511,1.79,512,1.637,513,0.992,514,1.918,515,0.992,516,0.856,517,1.125,518,0.992,519,0.968,520,1.017,521,1.125,522,1.017,523,1.125,524,1.042,525,1.125,526,1.017,527,1.341,528,1.017,529,1.48,530,1.017,531,1.125,532,1.017,533,1.375,534,1.125,535,1.017,536,1.125,537,1.125,592,5.527,609,2.092,639,2.532,669,3.085,672,2.467,673,1.042,674,2.092,679,2.641,685,1.518,686,1.982,712,2.446,713,1.771,723,2.476,728,2.624,729,2.339,736,2.818,741,2.476,744,2.221,748,2.339,749,2.339,832,1.375,847,2.339,879,3.846,894,3.279,958,2.641,985,6.529,999,2.119,1002,2.476,1239,2.476,1289,4.671,1348,2.848,1385,2.641,1400,2.476,1673,2.641,1747,2.848,1748,5.365,1749,4.549,1753,5.365,1775,3.997,1778,4.549,1780,4.147,1781,2.848,1782,3.124,1785,5.893,1787,3.235,1788,2.848,1792,3.124,1907,2.027,2414,3.606,2576,2.848,2882,5.959,2883,6.685,2884,5.16,2885,3.544,2886,5.16,2887,3.544,2888,4.549,2889,3.544,2890,3.544,2891,3.544,2892,3.544,2893,3.544,2894,3.544,2895,3.544,2896,3.544,2897,6.086,2898,3.544,2899,3.544,2900,3.544,2901,3.544,2902,3.544]],["title/modules/RightSidebarModule.html",[538,0.627,555,3.068]],["body/modules/RightSidebarModule.html",[3,0.115,4,0.14,5,0.102,6,0.09,43,0.01,75,0.007,80,0.007,99,0.358,104,0.275,129,0.14,132,0.206,211,0.733,321,1.559,404,1.825,420,1.413,450,1.192,471,0.861,514,2.571,538,0.796,540,1.559,541,1.598,542,2.378,543,1.68,544,1.598,545,2.378,555,6.415,556,2.172,557,1.598,559,2.228,563,2.117,569,2.931,570,2.194,573,3.677,575,5.642,576,4.477,592,4.152,665,3.677,750,5.935,755,2.474,756,1.862,761,3.705,762,2.94,1802,4.912,1803,5.642,1804,4.477,1805,6.189,1806,4.912,1812,5.642,1818,4.912,2463,5.606,2465,4.912,2466,3.893,2467,4.912,2776,4.152,2843,5.935,2882,4.477,2903,4.912,2904,4.912,2905,4.912,2906,4.912,2907,5.935,2908,5.935,2909,5.935,2910,5.935,2911,7.021,2912,5.572,2913,5.572,2914,3.677,2915,5.572,2916,5.572,2917,3.677,2918,7.021,2919,4.152,2920,5.572,2921,4.152,2922,5.572,2923,5.572,2924,5.572]],["title/interfaces/Rotation.html",[128,0.299,516,1.061]],["body/interfaces/Rotation.html",[3,0.11,4,0.135,5,0.098,6,0.086,11,0.707,18,0.525,19,0.736,40,1.043,41,1.069,43,0.01,44,0.747,45,0.752,47,1.043,56,0.831,69,0.928,71,2.291,75,0.007,80,0.007,85,0.968,86,1.697,99,0.27,104,0.266,128,0.366,129,0.172,132,0.254,138,1.175,140,1.435,141,1.205,159,1.262,160,1.199,194,1.397,195,0.849,208,1.432,209,1.432,210,1.363,211,0.903,213,1.467,215,1.467,268,2.342,316,1.432,374,3.097,379,3.367,382,3.681,426,1.918,463,2.116,472,1.363,515,1.504,516,2.181,598,2.178,672,2.781,673,1.58,674,3.064,675,2.781,676,2.116,677,2.056,678,2.626,685,1.58,686,1.75,687,3.253,691,2.781,862,3.925,908,3.369,1143,2,1267,3.074,1325,2.636,1333,3.547,1558,3.369,1562,3.547,1661,3.547,1705,4.799,1783,5.634,2914,3.547,2925,3.755,2926,4.005,2927,6.049,2928,5.114,2929,4.737,2930,4.318,2931,4.318,2932,4.318,2933,4.737,2934,4.318,2935,4.737,2936,4.737,2937,4.005,2938,4.318,2939,4.737,2940,4.318,2941,6.133,2942,6.664,2943,5.935,2944,4.318,2945,4.737,2946,4.737]],["title/components/RotationSliderComponent.html",[195,0.443,515,1.229]],["body/components/RotationSliderComponent.html",[3,0.07,4,0.085,5,0.092,6,0.125,11,0.782,12,1.24,18,0.332,19,0.538,25,1.302,35,0.628,38,1.826,40,0.972,41,0.996,42,1.436,43,0.01,44,1.1,45,0.709,46,1.018,47,0.972,52,1.053,55,1.021,56,0.919,69,1.022,71,1.9,75,0.005,76,2.726,80,0.005,85,1.181,86,1.602,99,0.197,104,0.168,128,0.232,129,0.126,132,0.27,138,0.858,140,1.361,141,1.228,155,1.232,159,0.993,160,1.109,187,1.631,195,0.823,196,0.929,197,1.271,198,0.976,199,1.08,200,1.08,201,1.053,207,0.952,208,1.334,209,1.334,210,2.28,211,1.189,212,0.842,213,1.368,215,1.368,218,1.73,255,1.436,267,1.56,268,2.223,269,1.271,285,2.865,303,1.154,304,0.842,308,2.64,316,0.906,374,2.736,379,2.976,382,3.253,387,3.063,388,1.73,389,1.946,394,1.167,395,1.664,396,3.008,399,2.968,400,2.152,403,2.03,404,1.302,405,1.613,408,1.73,409,1.584,410,2.028,412,2.482,414,2.374,417,1.421,424,3.008,425,1.796,426,1.917,428,1.511,429,2.246,430,3.263,431,2.559,433,1.465,434,1.511,441,2.64,442,1.972,445,1.613,447,1.072,448,1.669,450,1.272,451,2.378,454,0.906,457,2.457,463,2.34,465,2.818,466,2.818,468,2.133,470,2.246,471,0.526,472,1.773,473,1.08,474,2.081,475,1.08,476,1.08,477,0.976,478,1.08,479,0.952,480,1.886,481,0.976,482,1.08,483,1.368,484,1.886,485,0.976,486,1.026,487,1.08,488,0.976,489,1.08,490,0.976,491,0.929,492,1.08,493,0.976,494,1.08,495,0.976,496,0.976,497,1.08,498,0.976,499,1.053,500,1.001,501,1.08,502,0.976,503,1.589,504,0.952,505,0.976,506,0.976,507,1.08,508,0.976,509,1.886,510,0.976,511,1.473,512,1.589,513,0.952,514,0.976,515,1.835,516,2.175,517,1.08,518,0.952,519,0.929,520,0.976,521,1.08,522,0.976,523,1.08,524,1.001,525,1.08,526,0.976,527,1.302,528,0.976,529,1.437,530,0.976,531,1.08,532,0.976,533,1.334,534,1.08,535,0.976,536,1.08,537,1.08,557,1.437,568,2.224,598,1.379,609,2.03,669,2.995,672,2.409,673,1.001,674,2.658,675,2.658,676,1.34,677,1.302,678,2.275,685,1.473,686,1.936,687,2.156,691,2.409,696,2.378,712,2.374,713,1.719,714,1.796,721,3.924,726,3.924,727,1.946,728,1.73,729,2.246,730,3.14,731,2.378,732,1.868,733,2.246,734,2.995,736,1.765,748,2.246,749,2.246,847,2.246,862,3.751,908,3.14,1143,1.864,1267,2.865,1325,2.457,1333,3.306,1385,2.536,1388,2.995,1558,3.14,1562,3.306,1661,3.306,1705,4.78,1783,4.43,2451,3.733,2914,5.118,2925,5.419,2926,2.536,2927,3,2928,4.43,2929,4.416,2930,4.025,2931,4.025,2932,4.025,2933,4.416,2934,4.025,2935,4.416,2936,5.241,2937,3.733,2938,4.025,2939,5.241,2940,4.025,2941,5.78,2942,5.78,2943,5.78,2944,4.025,2945,4.416,2946,3,2947,5.009,2948,5.009,2949,5.009,2950,3.403,2951,5.009,2952,3.403,2953,3.403,2954,3.403,2955,3,2956,3.403,2957,3.403,2958,3.403,2959,3,2960,5.009,2961,3.403,2962,6.557,2963,3.403,2964,5.009]],["title/modules/RotationSliderModule.html",[538,0.627,2907,3.068]],["body/modules/RotationSliderModule.html",[3,0.129,4,0.158,5,0.115,6,0.101,43,0.01,75,0.008,80,0.008,99,0.354,104,0.311,129,0.158,132,0.232,420,1.595,471,0.972,515,2.547,516,1.519,538,0.898,540,1.759,541,1.803,542,2.509,543,1.896,544,1.803,545,2.509,556,2.339,557,1.803,559,1.995,563,2.281,567,4.149,568,2.791,569,3.157,570,2.475,755,2.665,756,2.101,757,4.991,758,4.149,759,5.284,760,4.392,761,3.991,762,3.317,763,5.284,1705,3.45,2907,6.18,2914,4.149,2925,4.392,2965,5.541,2966,5.541,2967,5.541,2968,6.286,2969,6.286,2970,6.286,2971,7.562,2972,6.286]],["title/injectables/SceneState.html",[0,1.358,92,2.511]],["body/injectables/SceneState.html",[0,1.327,2,1.657,3,0.057,4,0.07,5,0.051,6,0.135,11,0.565,15,2.412,16,1.689,18,0.271,19,0.461,20,2.195,22,2.498,23,1.953,24,4.461,25,1.115,29,3.001,32,2.265,35,0.969,36,2.444,37,3.668,38,2.021,40,0.833,41,0.853,42,1.268,43,0.01,44,0.821,45,0.711,46,0.899,47,1.147,48,1.294,49,3.138,50,2.881,55,1.204,56,0.663,65,1.905,69,1.033,71,1.757,75,0.004,80,0.004,85,0.773,86,0.538,88,2.067,90,2.081,92,2.455,96,3.311,99,0.325,102,1.554,104,0.137,105,4.104,106,1.905,107,1.231,108,1.231,109,1.157,111,2.105,112,0.815,113,1.193,114,1.004,118,1.586,121,1.124,122,1.124,123,1.091,124,1.032,125,1.091,126,2.066,127,1.314,128,0.292,129,0.108,131,1.193,132,0.102,133,1.763,137,2.998,138,1.423,140,1.347,154,2.261,159,0.463,160,0.938,161,1.231,162,1.314,163,1.937,164,1.657,165,1.937,166,1.937,167,1.83,168,1.937,169,1.937,187,2.487,204,1.157,211,0.691,256,1.828,280,0.579,289,1.754,303,1.019,321,0.776,344,3.243,370,1.409,372,2.669,376,3.38,377,1.937,387,1.124,392,1.613,400,2.637,406,3.844,423,1.597,426,1.715,432,3.668,442,2.327,447,0.593,450,0.593,463,1.091,516,1.879,624,2.832,639,1.36,640,1.409,643,1.409,644,1.409,646,1.193,663,2.355,867,1.032,894,2.575,916,3.25,923,4.461,951,1.738,962,5.664,964,2.832,965,2.066,966,2.832,967,2.832,968,2.832,969,3.448,974,1.83,975,1.657,976,1.83,990,3.198,993,3.001,995,4.764,1041,1.193,1143,1.597,1194,5.795,1307,3.373,1309,1.522,1549,2.228,1576,2.228,1827,1.36,1894,2.565,1896,2.998,1897,4.723,1898,2.998,1900,2.832,1909,2.669,1923,1.937,1924,2.488,1925,1.36,1926,1.657,1937,2.69,1969,3.465,1970,1.937,1971,1.83,2034,3.138,2035,2.998,2038,2.998,2040,1.937,2042,1.657,2051,3.656,2052,1.937,2132,1.83,2133,1.937,2134,1.83,2136,5.52,2137,1.83,2140,3.533,2141,1.83,2148,1.937,2152,1.937,2153,1.937,2187,2.998,2192,2.998,2300,1.83,2430,2.228,2585,2.228,2645,3.448,2647,3.448,2648,3.198,2716,3.198,2731,2.228,2733,2.228,2735,2.228,2739,3.448,2742,2.228,2743,2.228,2744,2.228,2747,2.228,2749,2.228,2751,2.228,2756,2.228,2758,2.228,2760,2.228,2941,2.066,2943,3.198,2973,2.066,2974,4.291,2975,4.291,2976,4.628,2977,4.628,2978,4.628,2979,4.628,2980,4.628,2981,4.628,2982,5.959,2983,4.291,2984,3.783,2985,2.772,2986,3.783,2987,2.772,2988,2.772,2989,3.783,2990,3.783,2991,3.783,2992,5.635,2993,3.783,2994,3.783,2995,5.21,2996,3.783,2997,3.783,2998,3.783,2999,7.652,3000,2.772,3001,2.772,3002,2.772,3003,2.772,3004,2.772,3005,2.772,3006,2.772,3007,2.772,3008,2.772,3009,2.772,3010,2.772,3011,2.772,3012,2.772,3013,2.772,3014,2.772,3015,2.772,3016,2.772,3017,4.291,3018,2.772,3019,2.772,3020,2.772,3021,2.772,3022,4.218,3023,2.444,3024,2.228,3025,2.228,3026,2.444,3027,3.783,3028,2.066,3029,3.783,3030,2.228,3031,2.444,3032,3.783,3033,2.444,3034,3.783,3035,2.444,3036,2.444,3037,2.444,3038,2.444,3039,2.444,3040,2.444,3041,2.444,3042,3.783,3043,2.444,3044,2.444,3045,2.444,3046,2.444,3047,2.444,3048,2.444,3049,3.783,3050,2.444,3051,2.444,3052,2.444,3053,2.444,3054,2.444,3055,2.444,3056,3.783,3057,2.444,3058,2.444,3059,3.783,3060,3.783,3061,3.783,3062,2.444,3063,3.783,3064,2.444,3065,2.444,3066,2.444,3067,3.448,3068,6.421,3069,4.628,3070,2.444,3071,3.783,3072,3.783,3073,2.444,3074,2.444,3075,3.783,3076,3.783,3077,2.444,3078,2.444,3079,2.444,3080,2.444,3081,2.444,3082,2.444,3083,2.444,3084,2.444,3085,2.444,3086,2.444,3087,2.444,3088,2.444,3089,2.444,3090,2.444,3091,2.444,3092,2.444,3093,2.444,3094,2.444,3095,2.444,3096,2.444,3097,3.783,3098,2.444,3099,2.444,3100,2.444,3101,2.444,3102,2.444,3103,2.444,3104,2.444,3105,3.783,3106,2.444,3107,2.444,3108,2.444,3109,3.783,3110,2.444,3111,2.444,3112,2.444,3113,3.783,3114,2.444,3115,2.444,3116,2.444,3117,2.444,3118,2.444,3119,3.783,3120,2.444,3121,2.444,3122,2.444,3123,2.444,3124,2.444,3125,2.444,3126,2.444,3127,2.444,3128,2.444,3129,2.444,3130,2.444,3131,2.444,3132,2.444,3133,2.444,3134,2.444,3135,2.444,3136,2.444,3137,2.444,3138,2.444,3139,2.444,3140,2.444,3141,2.444,3142,2.444]],["title/interfaces/SceneStateModel.html",[128,0.299,3028,3.272]],["body/interfaces/SceneStateModel.html",[0,1.46,3,0.065,4,0.079,5,0.057,6,0.05,11,0.413,15,2.337,16,1.236,18,0.307,19,0.506,20,1.891,22,2.372,23,1.756,24,4.46,29,2.517,35,0.872,37,3.315,40,0.609,41,0.625,43,0.01,44,0.436,45,0.576,47,0.916,48,0.947,49,2.821,50,2.59,56,0.485,65,1.394,69,0.96,71,1.845,75,0.005,80,0.005,85,0.566,88,1.858,90,1.846,92,1.796,96,3.291,99,0.332,102,1.709,104,0.155,105,4.23,106,2.095,107,1.394,108,1.394,109,1.311,111,2.315,112,0.924,113,1.352,114,1.137,118,1.796,121,1.273,122,1.273,123,1.236,124,1.169,125,1.236,126,2.341,127,1.489,128,0.321,129,0.119,131,1.352,132,0.116,133,1.789,137,3.297,138,1.453,140,1.364,154,2.169,159,0.524,160,0.749,161,1.394,162,1.489,163,2.194,164,1.877,165,2.194,166,2.194,167,2.073,168,2.194,169,2.194,187,2.523,194,0.816,204,1.311,211,0.746,256,1.95,280,1.184,289,1.577,303,0.609,321,0.879,344,3.111,370,1.597,372,2.882,376,3.606,377,2.194,387,1.273,392,1.548,400,2.742,406,3.886,423,1.756,426,1.801,432,3.716,442,1.858,447,0.672,450,0.672,463,1.236,516,1.872,624,3.115,639,1.541,640,1.597,643,1.597,644,1.597,646,1.352,663,2.59,867,1.169,894,2.315,916,2.882,923,4.685,951,1.969,962,5.916,964,3.115,965,2.341,966,3.115,967,3.115,968,3.115,969,3.792,974,2.073,975,1.877,976,2.073,990,2.341,993,3,995,3.517,1041,1.352,1143,1.169,1194,5.645,1307,2.992,1309,1.724,1549,2.524,1576,2.524,1827,1.541,1894,2.821,1896,3.297,1897,4.404,1898,3.297,1900,3.115,1909,2.399,1923,2.194,1924,2.237,1925,1.541,1926,1.877,1937,2.958,1969,2.073,1970,2.194,1971,2.073,2034,3.389,2035,3.297,2038,3.297,2040,2.194,2042,1.877,2051,3.606,2052,2.194,2132,2.073,2133,2.194,2134,2.073,2136,5.56,2137,2.073,2140,3.768,2141,2.073,2148,2.194,2152,2.194,2153,2.194,2187,3.297,2192,3.297,2300,2.073,2430,2.524,2585,2.524,2645,3.792,2647,3.792,2648,3.517,2716,2.341,2731,2.524,2733,2.524,2735,2.524,2739,3.792,2742,2.524,2743,2.524,2744,2.524,2747,2.524,2749,2.524,2751,2.524,2756,2.524,2758,2.524,2760,2.524,2941,2.341,2943,3.517,2973,2.341,2976,2.769,2977,2.769,2978,2.769,2979,2.769,2980,2.769,2981,2.769,2982,4.16,2984,2.769,2986,2.769,2989,2.769,2990,2.769,2991,2.769,2992,5.557,2993,2.769,2994,2.769,2995,4.998,2996,2.769,2997,2.769,2998,2.769,2999,7.661,3022,4.555,3023,2.769,3024,2.524,3025,2.524,3026,2.769,3027,4.16,3028,3.517,3029,5.957,3030,2.524,3031,2.769,3032,4.16,3033,2.769,3034,4.16,3035,2.769,3036,2.769,3037,2.769,3038,2.769,3039,2.769,3040,2.769,3041,2.769,3042,4.16,3043,2.769,3044,2.769,3045,2.769,3046,2.769,3047,2.769,3048,2.769,3049,4.16,3050,2.769,3051,2.769,3052,2.769,3053,2.769,3054,2.769,3055,2.769,3056,4.16,3057,2.769,3058,2.769,3059,4.16,3060,4.16,3061,4.16,3062,2.769,3063,4.16,3064,2.769,3065,2.769,3066,2.769,3067,3.792,3068,6.678,3069,4.998,3070,2.769,3071,4.16,3072,4.16,3073,2.769,3074,2.769,3075,4.16,3076,4.16,3077,2.769,3078,2.769,3079,2.769,3080,2.769,3081,2.769,3082,2.769,3083,2.769,3084,2.769,3085,2.769,3086,2.769,3087,2.769,3088,2.769,3089,2.769,3090,2.769,3091,2.769,3092,2.769,3093,2.769,3094,2.769,3095,2.769,3096,2.769,3097,4.16,3098,2.769,3099,2.769,3100,2.769,3101,2.769,3102,2.769,3103,2.769,3104,2.769,3105,4.16,3106,2.769,3107,2.769,3108,2.769,3109,4.16,3110,2.769,3111,2.769,3112,2.769,3113,4.16,3114,2.769,3115,2.769,3116,2.769,3117,2.769,3118,2.769,3119,4.16,3120,2.769,3121,2.769,3122,2.769,3123,2.769,3124,2.769,3125,2.769,3126,2.769,3127,2.769,3128,2.769,3129,2.769,3130,2.769,3131,2.769,3132,2.769,3133,2.769,3134,2.769,3135,2.769,3136,2.769,3137,2.769,3138,2.769,3139,2.769,3140,2.769,3141,2.769,3142,2.769]],["title/interfaces/SlicesConfig.html",[128,0.299,1899,2.511]],["body/interfaces/SlicesConfig.html",[0,1.172,3,0.049,4,0.059,5,0.043,6,0.038,8,1.051,11,0.311,15,2.079,16,0.932,18,0.231,19,0.407,20,1.837,22,2.376,23,0.881,29,1.051,35,0.437,37,2.906,40,0.459,41,0.471,43,0.01,44,1.035,45,0.681,47,0.735,48,0.714,49,1.415,50,1.299,53,4.171,56,1.257,65,1.051,69,0.986,71,1.792,75,0.004,80,0.004,85,0.426,88,0.932,90,2.057,91,1.335,96,3.32,99,0.311,102,1.371,104,0.117,105,2.5,106,1.682,107,1.051,108,1.051,109,0.988,112,0.696,113,1.63,114,0.857,119,1.483,121,1.535,122,1.535,123,0.932,124,0.881,125,1.491,127,1.795,128,0.322,129,0.167,131,1.018,132,0.087,133,1.405,138,1.403,140,1.314,141,0.665,148,3.237,154,2.791,155,1.715,159,1.334,160,1.299,161,1.051,162,1.122,172,1.562,173,1.562,176,1.653,181,0.834,183,1.653,194,0.615,211,0.498,244,1.335,245,1.535,255,1.603,256,2.304,258,2.5,280,0.989,283,1.354,289,1.809,303,0.735,321,0.662,344,2.079,350,1.553,374,2.64,379,2.871,382,3.139,392,1.812,395,0.662,400,1.715,404,1.407,423,3.025,426,1.924,432,2.323,442,1.491,447,1.159,450,1.159,454,0.63,491,1.812,516,1.8,519,1.478,533,0.63,615,1.682,663,3.251,670,1.354,675,1.535,676,0.932,677,0.905,678,0.905,681,2.831,687,2.038,691,0.959,692,3.217,695,1.161,774,1.299,781,2.172,804,3.145,832,1.009,867,2.351,915,4.457,916,1.926,953,3.126,963,4.968,964,3.909,966,1.562,967,1.562,968,1.562,970,2.5,975,1.415,993,2.806,1041,3.437,1143,0.881,1161,1.415,1254,2.709,1263,1.354,1267,1.354,1302,2.971,1305,3.783,1307,3.502,1309,1.299,1363,2.374,1366,3.31,1367,3.932,1368,3.468,1369,3.251,1372,2.897,1416,1.203,1771,1.415,1775,3.777,1776,4.415,1777,1.653,1821,1.858,1822,2.599,1827,1.161,1859,1.483,1891,1.562,1892,1.562,1893,1.901,1894,3.777,1895,4.17,1896,4.415,1897,4.415,1898,4.415,1899,4.067,1900,4.693,1901,4.172,1902,1.562,1903,4.121,1904,3.044,1905,2.969,1906,2.823,1907,3.944,1908,4.415,1909,1.926,1910,2.374,1911,2.823,1912,1.483,1913,1.483,1914,1.901,1915,1.763,1916,1.901,1917,1.562,1918,1.901,1919,1.483,1920,2.264,1921,1.901,1922,1.901,1923,1.653,1924,1.795,1925,1.161,1926,1.415,1927,1.354,1928,1.354,1929,1.763,1930,4.159,1931,3.044,1932,3.713,1933,1.763,1934,1.901,1935,1.901,1936,1.901,1937,2.969,1938,2.374,1939,5.006,1940,1.901,1941,1.901,1942,1.901,1943,1.901,1944,1.901,1945,1.901,1946,1.901,1947,1.901,1948,1.901,1949,1.901,1950,1.901,1951,1.901,1952,1.901,1953,1.901,1954,1.901,1955,1.901,1956,1.901,1957,1.901,1958,1.901,1959,1.901,1960,1.901,1961,1.901,1962,1.901,1963,1.901,1964,1.901,1965,1.901,1966,1.763,1967,1.901,1968,1.901,1969,1.562,1970,1.653,1971,1.562,1972,1.901,1973,1.901,1974,1.901,1975,5.332,1976,3.044,1977,1.901,1978,4.351,1979,1.901,1980,3.044,1981,3.806,1982,1.901,1983,5.232,1984,1.901,1985,1.901,1986,1.901,1987,1.901,1988,1.901,1989,1.901,1990,1.901,1991,1.901,1992,1.901,1993,1.901,1994,1.901,1995,1.901,1996,1.901,1997,1.901,1998,1.901,1999,1.901,2000,1.901,2001,1.763,2002,3.806,2003,4.351,2004,1.901,2005,1.901,2006,1.901,2007,1.901,2008,1.901,2009,1.901,2010,1.901,2011,1.901,2012,1.901,2013,1.901,2014,1.901,2015,1.901,2016,3.044,2017,1.901,2018,1.901,2019,1.901,2020,1.901,2021,1.901,2022,1.901,2023,1.901,2024,1.901,2025,3.31,2026,1.901,2027,1.901,2028,1.901,2029,1.901,2030,1.901,2031,1.901,2032,1.901,2033,3.044,2034,1.415,2035,1.653,2036,1.901,2037,1.562,2038,1.653,2039,3.044,2040,3.31,2041,3.044,2042,2.264,2043,3.044,2044,1.901,2045,1.901,2046,1.901,2047,1.901,2048,1.901,2049,1.901,2050,1.901,2051,1.354,2052,1.653,2053,1.901,2054,1.901,2055,1.901,2056,1.901,2057,1.901,2058,1.901,2059,1.901,2060,1.901,2061,1.901,2062,2.264,2063,1.901,2064,1.901,2065,1.901,2066,1.415,2067,1.901,2068,4.351,2069,1.901,2070,1.415,2071,1.901,2072,1.901,2073,1.901,2074,1.901,2075,1.901,2076,1.901,2077,3.044,2078,2.823,2079,1.901,2080,1.901,2081,1.901,2082,1.901]],["title/interfaces/SlicesConfig-1.html",[128,0.249,187,1.192,1899,2.094]],["body/interfaces/SlicesConfig-1.html",[3,0.108,4,0.132,5,0.096,6,0.084,11,0.69,18,0.512,19,0.725,40,1.017,41,1.042,43,0.01,44,0.938,45,0.617,47,1.017,55,1.068,56,1.044,69,0.709,71,2.24,75,0.007,80,0.007,85,0.944,86,1.45,99,0.266,104,0.259,127,2.484,128,0.509,129,0.17,132,0.25,133,1.068,138,1.157,140,1.216,159,1.248,160,1.185,181,1.847,194,1.362,195,0.796,208,1.396,209,1.396,210,1.33,211,0.888,213,1.431,215,1.431,255,2.02,268,2.56,269,1.33,280,1.095,316,1.396,350,2.342,472,1.33,518,1.467,519,2.413,598,2.124,666,3.133,668,3.433,669,4.717,670,2.998,672,2.737,673,1.541,674,2.737,675,2.737,676,2.063,677,2.006,678,2.584,682,3.906,683,3.459,684,3.459,685,1.541,686,1.706,687,3.598,688,3.906,689,3.459,691,2.737,692,2.188,693,4.233,694,3.133,695,3.871,696,3.662,697,3.459,700,3.459,701,3.285,708,3.906,770,2.664,832,1.396,1287,4.233,1899,4.513,1908,5.513,1930,5.401,1932,5.118,1938,4.683,2214,2.571,2395,3.906,2917,3.459,3143,3.662,3144,5.568,3145,4.62,3146,4.62,3147,4.62,3148,4.62,3149,4.62,3150,4.211,3151,4.62,3152,6.586,3153,6.586,3154,4.62,3155,5.953,3156,4.62,3157,5.953,3158,4.62,3159,4.62]],["title/components/SlicesInputComponent.html",[195,0.443,518,1.229]],["body/components/SlicesInputComponent.html",[3,0.072,4,0.087,5,0.093,6,0.128,11,0.793,12,1.261,18,0.34,19,0.547,25,1.324,32,2.688,35,0.643,38,1.886,40,0.988,41,1.013,42,1.231,43,0.01,44,1.125,45,0.674,46,0.873,47,0.988,52,1.077,55,1.438,56,1.025,69,0.897,71,1.566,75,0.005,76,2.336,80,0.005,85,1.194,86,1.515,99,0.201,104,0.172,127,2.414,128,0.347,129,0.128,132,0.272,133,0.709,138,0.873,140,1.085,141,0.612,159,1.006,160,1.119,181,1.795,187,1.658,195,0.768,196,0.95,197,1.292,198,0.999,199,1.105,200,1.105,201,1.077,207,0.974,208,1.357,209,1.357,210,2.284,211,1.191,212,0.862,213,1.391,215,1.391,218,1.77,255,1.839,268,2.558,269,1.682,280,1.064,285,1.991,302,1.708,303,1.169,304,0.862,316,0.927,350,2.184,387,2.441,388,3.062,389,2.914,394,1.194,395,1.974,396,3.036,397,1.837,398,1.837,399,1.949,403,1.411,404,0.905,408,1.77,409,1.605,410,1.576,412,1.453,417,1.453,424,3.036,425,1.837,426,1.931,430,1.91,431,2.192,433,1.498,434,1.546,438,1.498,441,2.262,442,1.371,445,1.65,446,1.837,447,0.745,448,1.708,450,1.09,451,2.432,454,0.927,457,2.499,465,1.65,466,1.65,471,0.538,472,1.789,473,1.105,474,2.103,475,1.105,476,1.105,477,0.999,478,1.105,479,0.974,480,1.911,481,0.999,482,1.105,483,1.391,484,1.911,485,0.999,486,1.05,487,1.105,488,0.999,489,1.105,490,0.999,491,0.95,492,1.105,493,0.999,494,1.105,495,0.999,496,0.999,497,1.105,498,0.999,499,1.077,500,1.024,501,1.105,502,0.999,503,1.616,504,0.974,505,0.999,506,0.999,507,1.105,508,0.999,509,1.911,510,0.999,511,1.498,512,1.616,513,0.974,514,0.999,515,0.974,516,0.841,517,1.105,518,1.855,519,2.385,520,0.999,521,1.105,522,0.999,523,1.105,524,1.024,525,1.105,526,0.999,527,1.324,528,0.999,529,1.461,530,0.999,531,1.105,532,0.999,533,1.357,534,1.105,535,0.999,536,1.105,537,1.105,568,2.943,598,1.411,609,2.441,666,2.081,668,1.77,669,3.963,670,2.914,672,2.441,673,1.024,674,2.064,675,2.687,676,1.371,677,1.332,678,2.305,682,3.796,683,3.362,684,3.976,685,1.498,686,1.961,687,3.53,688,3.796,689,3.362,691,2.441,692,2.127,693,4.422,694,3.045,695,3.615,696,3.559,697,3.362,700,2.298,701,2.182,708,3.796,712,2.414,713,1.748,714,1.837,721,3.976,722,3.069,723,2.432,724,3.069,725,3.069,726,2.298,727,1.991,728,1.77,729,2.298,730,2.182,731,2.432,732,1.91,733,2.298,734,2.081,735,3.069,736,1.227,737,2.081,739,2.797,740,2.594,741,2.432,742,5.31,743,2.797,744,2.182,745,2.594,748,2.298,749,2.298,770,1.77,832,1.357,1287,2.182,1899,4.215,1908,4.929,1930,4.772,1932,3.193,1938,3.776,2099,3.069,2214,2.499,2395,3.796,2450,2.797,2917,5.255,2959,3.069,3143,5.563,3144,4.94,3145,5.31,3146,5.31,3147,3.069,3148,4.49,3149,4.49,3150,4.093,3151,4.49,3152,5.31,3153,5.31,3154,3.069,3155,4.49,3156,3.069,3157,4.49,3158,5.844,3159,3.069,3160,5.093,3161,3.481,3162,3.481,3163,3.481,3164,5.093,3165,3.481,3166,3.481,3167,3.481,3168,6.629,3169,5.093,3170,3.481,3171,3.481]],["title/modules/SlicesInputModule.html",[538,0.627,2908,3.068]],["body/modules/SlicesInputModule.html",[3,0.129,4,0.158,5,0.115,6,0.101,43,0.01,75,0.008,80,0.008,99,0.354,104,0.311,129,0.158,132,0.233,211,0.828,321,1.761,420,1.596,471,0.973,518,2.547,519,1.718,538,0.899,540,1.761,541,1.805,542,2.51,543,1.898,544,1.805,545,2.51,556,2.341,557,1.805,559,1.997,563,2.282,567,4.154,568,2.794,569,3.159,570,2.478,754,5.057,755,2.667,756,2.103,757,4.995,758,4.154,759,5.288,760,4.397,761,3.994,762,3.321,763,5.288,764,5.057,2908,6.182,2917,4.154,3143,4.397,3172,5.548,3173,5.548,3174,5.548,3175,7.567]],["title/components/StageNavComponent.html",[195,0.443,520,1.259]],["body/components/StageNavComponent.html",[3,0.055,4,0.067,5,0.076,6,0.135,11,0.875,12,1.03,18,0.406,19,0.447,20,1.109,25,1.082,32,2.196,35,0.492,38,2.021,40,0.807,41,0.828,42,1.607,43,0.01,44,1.087,45,0.741,46,1.139,47,0.807,52,1.79,55,1.355,56,1.074,61,4.042,69,0.36,75,0.004,80,0.004,85,1.198,86,1.395,99,0.164,104,0.132,124,0.992,129,0.105,132,0.246,133,0.848,138,0.457,140,1.042,141,0.731,155,2.674,159,0.966,160,1.055,181,1.466,195,0.799,196,0.728,197,1.056,198,0.764,199,0.846,200,0.846,201,0.824,207,0.746,208,1.109,209,1.109,210,2.229,211,1.166,212,0.66,213,1.136,215,1.136,226,3.668,232,3.668,243,3.751,249,1.986,250,3.251,255,0.644,256,0.824,260,3.06,262,3.577,264,4.744,267,1.908,268,2.3,269,1.874,271,3.101,280,1.578,288,2.746,289,2.223,303,0.993,304,0.66,316,0.71,317,1.862,319,4.142,328,2.097,374,0.965,387,2.543,388,2.116,392,2.062,394,0.914,395,2.114,396,3.412,397,2.196,398,2.196,399,1.959,402,3.59,403,1.687,404,1.331,405,1.263,408,1.355,409,1.364,414,2.427,417,1.737,424,1.147,425,2.702,426,1.592,428,1.183,431,2.203,433,1.147,434,1.183,438,1.147,439,1.463,441,2.569,442,2.278,444,1.862,445,1.972,446,2.196,447,1.423,448,1.307,450,1.487,454,2.197,456,1.67,457,2.041,461,1.406,465,2.742,466,2.742,471,0.412,472,1.592,473,0.846,474,1.836,475,0.846,476,0.846,477,0.764,478,0.846,479,0.746,480,1.624,481,0.764,482,0.846,483,1.136,484,1.624,485,0.764,486,0.804,487,0.846,488,0.764,489,0.846,490,0.764,491,0.728,492,0.846,493,0.764,494,0.846,495,0.764,496,0.764,497,0.846,498,0.764,499,0.824,500,1.224,501,0.846,502,0.764,503,1.32,504,0.746,505,0.764,506,0.764,507,0.846,508,0.764,509,1.624,510,0.764,511,1.224,512,1.32,513,0.746,514,0.764,515,0.746,516,0.644,517,0.846,518,0.746,519,0.728,520,1.66,521,0.846,522,0.764,523,0.846,524,0.784,525,0.846,526,0.764,527,1.082,528,0.764,529,1.194,530,0.764,531,0.846,532,0.764,533,1.772,534,0.846,535,0.764,536,0.846,537,0.846,598,1.08,609,1.687,615,2.273,672,2.543,673,0.784,674,2.816,675,2.345,676,1.049,677,1.02,678,1.959,685,1.224,686,1.667,687,1.147,689,3.818,691,2.075,712,1.972,713,1.428,714,1.406,733,1.759,734,1.593,736,2.603,740,3.101,832,1.851,846,1.759,915,4.506,916,3.756,932,3.344,970,4.142,975,3.06,981,2.603,993,2.273,1041,3.575,1060,2.284,1111,5.878,1267,3.309,1313,6.66,1317,2.608,1323,4.127,1325,2.838,1326,3.152,1348,2.141,1387,1.986,1388,1.593,1562,3.818,1595,3.379,1644,3.626,1661,4.389,1671,3.577,1678,2.349,1705,2.81,1716,6.37,1764,3.344,1765,3.344,1781,3.344,1786,4.855,1907,1.524,2103,1.463,2105,1.463,2214,1.307,2451,3.101,2512,2.349,2513,3.668,2684,5.1,2937,5.178,2940,4.649,3176,6.269,3177,2.141,3178,3.668,3179,4.161,3180,4.161,3181,7.554,3182,5.119,3183,4.161,3184,5.119,3185,6.275,3186,5.119,3187,5.119,3188,4.161,3189,4.161,3190,5.785,3191,5.119,3192,5.119,3193,5.119,3194,4.161,3195,5.785,3196,5.785,3197,2.665,3198,2.665,3199,4.161,3200,4.161,3201,5.119,3202,5.119,3203,4.513,3204,2.665,3205,4.161,3206,2.665,3207,2.665,3208,4.161,3209,2.665,3210,4.161,3211,5.119,3212,4.114,3213,5.863,3214,5.119,3215,5.119,3216,4.161,3217,4.161,3218,2.665,3219,5.785,3220,4.161,3221,2.665,3222,2.665,3223,2.665,3224,4.161,3225,2.665,3226,4.161,3227,2.665,3228,2.665,3229,2.665,3230,2.665,3231,5.1,3232,5.785,3233,2.665,3234,2.665,3235,2.665,3236,2.665,3237,5.119,3238,2.665,3239,2.665,3240,2.665,3241,2.665,3242,2.665,3243,4.161,3244,2.665,3245,2.665,3246,2.665,3247,2.665,3248,2.665,3249,2.665,3250,2.665,3251,4.161,3252,5.785,3253,2.349,3254,2.665,3255,2.349,3256,5.119,3257,2.665,3258,2.665]],["title/modules/StageNavModule.html",[538,0.627,1106,3.068]],["body/modules/StageNavModule.html",[3,0.128,4,0.156,5,0.114,6,0.1,43,0.01,75,0.008,80,0.008,99,0.353,104,0.307,129,0.156,132,0.23,420,1.576,454,1.655,471,0.96,500,2.208,520,2.607,538,0.887,540,1.738,541,1.782,542,2.496,543,1.873,544,1.782,545,2.496,556,2.322,557,1.782,559,2.383,563,2.264,569,3.135,570,2.446,755,2.646,756,2.076,761,3.962,762,3.278,1106,6.263,1111,4.341,1358,6.033,1359,4.992,1702,4.63,1738,6.094,1803,6.033,1804,4.992,1817,5.476,2522,6.619,2523,5.476,3176,4.63,3259,5.476,3260,6.212,3261,5.476,3262,5.476,3263,6.212,3264,6.212,3265,6.212]],["title/modules/StoreModule.html",[538,0.627,1119,3.068]],["body/modules/StoreModule.html",[1,4.362,3,0.122,4,0.149,5,0.108,6,0.095,8,3.24,9,3.912,43,0.01,75,0.008,80,0.008,88,2.873,90,1.93,91,2.571,92,4.174,99,0.358,102,2.146,104,0.293,109,2.475,118,3.39,119,3.715,120,4.763,129,0.183,132,0.219,138,1.015,164,3.543,203,3.543,211,0.78,245,2.957,321,2.042,350,2.093,438,2.551,538,0.846,540,1.659,559,1.881,563,2.201,643,3.013,644,3.013,695,2.908,894,3.579,951,4.574,1001,5.225,1119,5.098,1152,4.417,1408,4.417,1419,4.816,1709,4.141,1775,3.543,1846,4.141,1924,3.458,1925,2.908,1926,3.543,2105,3.253,2300,3.912,2576,4.763,2856,4.417,2930,4.763,3266,4.763,3267,5.927,3268,5.225,3269,5.927,3270,5.225,3271,7.467,3272,5.927,3273,5.225,3274,5.927,3275,5.927,3276,5.225,3277,4.763,3278,5.927,3279,5.927,3280,5.927,3281,5.927,3282,5.927,3283,5.927,3284,5.927,3285,5.927,3286,5.927,3287,5.927,3288,5.927,3289,5.225,3290,5.927,3291,5.225,3292,5.927,3293,5.927,3294,5.927,3295,5.927]],["title/interfaces/Tag.html",[12,1.087,128,0.299]],["body/interfaces/Tag.html",[3,0.129,4,0.158,5,0.115,6,0.101,8,2.784,11,0.825,12,2.189,18,0.612,19,0.81,43,0.01,45,0.815,69,1.137,70,4.382,71,2.106,75,0.008,77,3.749,80,0.009,84,4.382,115,5.551,116,3.931,128,0.514,129,0.204,139,5.145,142,5.348,154,3.218,155,3.165,157,5.348,188,4.382,194,1.63,277,2.4,395,2.113,1820,4.733,1821,3.704,1902,4.139,3296,4.673,3297,4.673,3298,5.528,3299,5.528]],["title/components/TagListComponent.html",[195,0.443,522,1.259]],["body/components/TagListComponent.html",[3,0.08,4,0.098,5,0.101,6,0.133,8,1.736,11,0.92,12,2.281,18,0.382,19,0.594,25,1.44,30,4.882,33,5.406,35,0.722,38,1.979,40,1.075,41,1.101,42,1.69,43,0.01,44,1.154,45,0.749,46,1.198,47,1.075,52,1.209,55,1.311,56,0.856,66,4.45,69,0.87,71,1.672,75,0.006,80,0.006,85,0.998,86,1.075,99,0.253,104,0.193,115,3.655,129,0.098,132,0.283,133,1.129,139,3.311,140,1.26,141,0.687,142,4.616,144,3.142,155,1.416,157,2.581,159,1.168,160,1.216,180,2.914,195,0.744,196,1.068,197,1.405,198,1.122,199,1.241,200,1.241,201,1.209,207,1.094,208,1.475,209,1.475,210,2.304,211,1.201,212,0.968,213,1.512,215,1.512,255,1.338,268,1.629,269,1.405,303,1.248,304,0.968,316,1.042,379,1.539,382,1.683,388,2.816,394,1.342,395,1.094,401,3.168,402,2.237,403,1.585,404,1.44,409,1.713,426,0.992,447,0.837,450,0.837,454,1.042,465,1.853,466,1.853,470,2.581,471,0.604,472,1.873,473,1.241,474,2.219,475,1.241,476,1.241,477,1.122,478,1.241,479,1.094,480,2.041,481,1.122,482,1.241,483,1.512,484,2.041,485,1.122,486,1.179,487,1.241,488,1.122,489,1.241,490,1.122,491,1.068,492,1.241,493,1.122,494,1.241,495,1.122,496,1.122,497,1.241,498,1.122,499,1.209,500,1.15,501,1.241,502,1.122,503,1.757,504,1.094,505,1.122,506,1.122,507,1.241,508,1.122,509,2.041,510,1.122,511,1.629,512,1.757,513,1.094,514,1.122,515,1.094,516,0.945,517,1.241,518,1.094,519,1.068,520,1.122,521,1.241,522,2.006,523,1.241,524,1.15,525,1.241,526,1.122,527,1.44,528,1.122,529,1.589,530,1.122,531,1.241,532,1.122,533,1.475,534,1.241,535,1.122,536,1.241,537,1.241,598,1.585,609,2.245,646,1.683,672,2.992,673,1.15,674,2.606,675,2.835,676,1.539,677,1.496,678,2.461,685,1.629,686,2.094,691,2.606,712,2.625,713,1.9,714,2.064,736,1.378,737,2.338,1254,3.168,1325,3.431,1501,3.311,1820,3.472,1821,3.155,2414,5.926,2535,4.127,2602,3.447,2919,6.189,3300,5.802,3301,3.447,3302,5.538,3303,6.431,3304,5.538,3305,5.538,3306,6.431,3307,6.431,3308,5.538,3309,3.91,3310,3.91,3311,5.538,3312,3.91,3313,4.45,3314,4.882,3315,5.538,3316,3.91,3317,5.538,3318,3.91,3319,4.882,3320,5.538,3321,3.91,3322,3.91,3323,3.91,3324,3.91,3325,3.91,3326,6.431,3327,3.91,3328,3.91,3329,4.882,3330,3.447,3331,3.91,3332,3.447,3333,3.447]],["title/modules/TagListModule.html",[538,0.627,2909,3.068]],["body/modules/TagListModule.html",[3,0.133,4,0.163,5,0.119,6,0.104,12,1.608,43,0.01,75,0.008,80,0.008,99,0.342,104,0.321,129,0.163,132,0.24,420,1.647,471,1.004,522,2.621,538,0.927,540,1.817,541,1.863,542,2.544,543,1.958,544,1.863,545,2.544,556,2.385,557,1.863,559,2.061,563,2.325,569,3.219,570,2.557,755,2.717,756,2.17,2909,6.22,2919,4.84,3300,4.537,3334,5.725,3335,5.725,3336,5.725,3337,6.494,3338,6.797,3339,5.725,3340,6.494]],["title/modules/TagSearchModule.html",[538,0.627,2910,3.068]],["body/modules/TagSearchModule.html",[3,0.129,4,0.158,5,0.115,6,0.101,12,1.556,43,0.01,75,0.008,80,0.008,99,0.354,104,0.311,129,0.158,132,0.232,420,1.595,471,0.972,524,2.677,538,0.898,540,1.759,541,1.803,542,2.509,543,1.896,544,1.803,545,2.509,556,2.339,557,1.803,559,1.995,563,2.281,567,4.149,568,2.791,569,3.157,570,2.475,755,2.665,756,2.101,757,4.991,758,4.149,763,5.284,1699,4.991,1700,4.149,2112,3.94,2126,6.076,2127,6.076,2910,6.18,2921,4.685,3300,4.392,3341,5.541,3342,5.541,3343,5.541,3344,6.286,3345,7.562,3346,6.286,3347,6.286]],["title/interfaces/TagSearchResult.html",[116,2.752,128,0.299]],["body/interfaces/TagSearchResult.html",[3,0.131,4,0.16,5,0.116,6,0.102,8,2.825,11,0.837,12,2.171,18,0.621,19,0.817,43,0.01,45,0.773,69,1.03,70,5.322,71,2.28,75,0.008,77,4.553,80,0.009,84,5.322,115,5.027,116,4.774,128,0.519,129,0.205,139,4.553,142,4.198,154,2.434,155,2.757,157,4.198,188,5.904,194,1.654,277,2.915,395,1.78,1820,3.987,1821,3.121,1902,5.027,3296,4.741,3297,4.741,3298,6.714,3299,6.714]],["title/modules/ThemingModule.html",[538,0.627,1120,3.068]],["body/modules/ThemingModule.html",[3,0.137,4,0.168,5,0.122,6,0.108,43,0.01,75,0.008,80,0.008,99,0.309,104,0.331,129,0.168,132,0.247,241,5.303,392,1.827,420,1.697,471,1.034,538,0.955,540,1.872,541,1.919,542,2.07,543,2.018,544,2.389,545,2.07,556,2.427,557,1.919,563,2.367,594,4.986,595,5.376,1120,6.198,3348,5.898,3349,5.898,3350,6.691,3351,7.848,3352,6.691,3353,6.691,3354,6.691]],["title/injectables/ThemingService.html",[0,1.358,241,2.625]],["body/injectables/ThemingService.html",[0,1.803,2,2.514,3,0.086,4,0.106,5,0.077,6,0.138,11,0.95,18,0.411,19,0.625,20,2.332,25,1.515,35,0.777,37,4.334,38,2.058,40,1.131,42,1.832,43,0.01,44,1.054,45,0.761,46,1.405,47,1.522,55,1.599,56,1.303,59,4.072,69,1.184,75,0.006,80,0.006,85,1.477,86,0.816,99,0.23,104,0.208,129,0.146,132,0.32,133,1.472,138,1.405,140,1.205,141,1.024,159,1.266,195,0.791,197,1.478,212,1.041,224,5.005,240,5.621,241,3.484,243,4.69,264,2.775,269,2.041,277,2.23,338,5.381,414,1.993,543,1.758,582,3.134,601,3.707,608,2.514,804,2.762,819,3.707,832,1.552,840,3.707,841,3.134,908,4.753,912,4.343,1134,3.134,1334,5.141,1351,5.137,1365,2.514,1424,4.526,1453,3.379,1502,4.683,1644,4.192,1825,2.514,1834,2.775,1835,2.775,2273,6.112,2798,5.137,3313,4.683,3314,6.916,3355,3.379,3356,5.827,3357,8.045,3358,5.827,3359,7.22,3360,7.22,3361,7.22,3362,5.827,3363,4.205,3364,4.205,3365,5.827,3366,8.201,3367,4.205,3368,7.583,3369,4.205,3370,5.827,3371,7.22,3372,4.205,3373,5.827,3374,5.137,3375,5.827,3376,4.205,3377,5.827,3378,4.205,3379,5.827,3380,4.205,3381,4.205,3382,4.205,3383,4.205,3384,4.205,3385,4.205,3386,4.205,3387,3.707,3388,3.707,3389,3.707,3390,4.205,3391,4.205,3392,4.205,3393,4.205,3394,4.205,3395,4.205,3396,4.205,3397,3.707,3398,4.205,3399,4.205,3400,5.827,3401,4.205,3402,4.205,3403,4.205,3404,4.205,3405,4.205,3406,4.205,3407,4.205,3408,4.205]],["title/components/ToggleButtonComponent.html",[195,0.443,526,1.259]],["body/components/ToggleButtonComponent.html",[3,0.067,4,0.082,5,0.089,6,0.134,11,0.764,12,1.204,15,1.467,18,0.319,19,0.522,20,2.124,25,1.264,32,2.567,35,0.604,38,2,40,0.944,41,0.967,42,1.175,43,0.01,44,1.037,45,0.659,46,0.833,47,0.944,48,1.467,52,1.012,55,1.521,56,1.114,65,2.16,69,0.785,75,0.005,80,0.005,85,1.238,86,1.334,90,1.584,99,0.253,104,0.162,112,0.962,129,0.082,132,0.266,133,1.311,138,0.995,140,0.876,141,0.575,159,1.074,160,0.921,195,0.79,196,0.893,197,1.234,198,0.938,199,1.038,200,1.038,201,1.012,204,2.685,205,2.953,207,0.915,208,1.296,209,1.296,210,2.272,211,1.189,212,0.81,213,1.328,215,1.328,223,4.677,228,3.27,246,3.53,247,3.53,250,3.101,255,0.79,256,2.466,267,2.949,269,1.234,276,3.049,277,1.861,280,1.436,289,1.941,303,1.127,304,0.81,306,3.641,307,3.049,316,0.871,348,1.955,387,1.326,390,3.641,392,1.586,393,2.05,394,1.122,395,1.361,399,1.251,402,1.871,404,0.85,405,1.55,409,2.382,410,1.012,414,2.753,415,5.123,417,2.031,421,2.783,422,2.883,424,2.094,426,0.83,428,3.811,433,1.408,434,1.452,436,5.79,437,5.79,438,3.3,439,1.795,445,2.306,447,1.376,448,2.386,450,1.542,454,0.871,461,2.567,471,0.506,472,1.744,473,1.038,474,2.041,475,1.038,476,1.038,477,0.938,478,1.038,479,0.915,480,1.843,481,0.938,482,1.038,483,1.328,484,1.843,485,0.938,486,0.986,487,1.038,488,1.972,489,1.038,490,0.938,491,0.893,492,1.038,493,0.938,494,1.038,495,0.938,496,0.938,497,1.038,498,0.938,499,1.012,500,0.962,501,1.038,502,0.938,503,1.544,504,0.915,505,0.938,506,0.938,507,1.038,508,0.938,509,1.843,510,0.938,511,1.431,512,1.544,513,0.915,514,0.938,515,0.915,516,0.79,517,1.038,518,0.915,519,0.893,520,0.938,521,1.038,522,0.938,523,1.038,524,0.962,525,1.038,526,1.845,527,2.286,528,0.938,529,1.395,530,0.938,531,1.038,532,0.938,533,1.296,534,1.038,535,0.938,536,1.038,537,1.038,598,1.326,673,0.962,685,1.431,692,2.031,713,1.669,732,1.795,775,4.667,778,3.404,781,1.5,784,2.908,785,3.909,786,5.168,791,2.567,792,2.849,793,3.399,796,3.101,800,3.049,801,3.625,802,3.625,832,1.831,837,2.437,846,4.245,847,5.406,855,2.628,857,2.437,863,2.883,993,1.452,1019,3.211,1027,3.909,1029,3.909,1030,3.909,1036,4.461,1041,3.101,1055,2.628,1060,1.795,1300,6.713,1345,2.883,1386,2.628,1388,4.11,1501,2.908,1538,2.883,1543,2.883,1544,5.12,1545,5.12,1564,4.288,1592,2.437,1598,4.288,2777,2.628,2781,5.12,2782,4.288,2797,4.288,2812,2.883,3409,7.365,3410,4.864,3411,3.27,3412,7.205,3413,4.864,3414,4.864,3415,5.808,3416,3.27,3417,3.27,3418,3.27,3419,3.27,3420,3.27,3421,3.27,3422,3.27,3423,3.27,3424,5.808,3425,5.808,3426,3.27,3427,3.27,3428,3.27,3429,3.27,3430,3.27,3431,3.27,3432,3.27,3433,3.27,3434,4.864,3435,3.27,3436,4.864,3437,3.27,3438,3.27,3439,3.27]],["title/interfaces/User.html",[128,0.299,328,1.467]],["body/interfaces/User.html",[3,0.087,4,0.107,5,0.078,6,0.068,16,1.675,18,0.416,19,0.631,20,1.565,22,1.422,23,1.584,35,0.786,37,3.56,43,0.01,45,0.537,56,1.217,69,1.186,75,0.006,80,0.006,85,0.767,88,2.313,91,2.071,99,0.329,104,0.21,111,2.088,112,1.252,128,0.4,129,0.148,132,0.157,133,1.372,138,1.305,140,1.058,141,0.748,155,1.541,159,0.981,160,1.365,181,1.5,194,1.106,195,0.679,196,1.162,202,3.172,203,2.544,204,1.777,205,2.987,206,3.878,208,1.134,209,1.134,210,1.08,211,0.885,212,1.054,213,1.162,214,3.42,215,1.162,216,3.42,217,3.172,218,2.987,219,4.219,220,4.219,221,3.172,222,3.361,223,4.219,224,4.43,225,3.42,228,2.164,229,2.809,231,3.42,235,3.42,237,5.408,238,4.722,239,4.722,240,2.974,241,3.513,242,3.42,243,3.513,244,2.372,245,2.382,246,2.336,247,3.225,250,2.897,252,3.42,254,3.42,255,1.626,256,2.082,257,3.42,258,2.809,259,3.42,260,3.513,261,2.974,262,2.974,264,2.809,266,4.722,267,1.951,268,1.979,269,1.707,270,4.379,271,3.172,272,3.42,273,3.42,274,3.42,276,2.668,277,1.628,279,3.42,280,1.406,283,2.434,284,3.42,285,2.434,286,5.016,287,4.722,288,4.442,289,2.632,291,3.42,294,3.42,297,3.42,301,2.974,302,2.088,303,0.826,304,1.054,305,2.336,306,3.683,307,2.668,308,1.89,310,3.42,312,3.42,316,1.134,317,2.974,318,3.172,319,2.809,320,3.42,321,1.191,322,3.172,323,3.42,324,2.974,325,3.172,326,2.434,327,2.246,328,1.964,329,3.83,330,3.83,331,2.974,332,3.42,333,3.42,334,3.42,335,3.42,336,4.722,337,3.42,338,3.172,339,3.42,340,3.42,341,2.668,342,3.42,343,3.42,344,2.336,345,3.42,346,3.42,347,3.42,348,2.544,349,3.42,350,1.221,351,3.42,352,3.42,353,2.974,354,3.42,355,3.42,356,3.42,357,3.42,358,3.42,359,3.42,360,4.722,361,5.832,362,6.609,363,3.42,364,3.42,365,6.485,366,3.42,367,3.172,368,3.42,369,6.015,370,2.164,371,3.42,372,4.004,373,3.42,374,2.127,375,4.722,376,4.617,377,2.974,378,3.42,379,2.313,380,4.722,381,2.434,382,2.529,383,4.722,384,3.42,385,3.172,386,4.722,387,1.725,388,2.164,389,2.434,390,2.668,391,3.42,392,1.162,393,2.668]],["title/interfaces/UserName.html",[128,0.299,2093,3.272]],["body/interfaces/UserName.html",[3,0.105,4,0.128,5,0.093,6,0.082,11,0.671,18,0.498,19,0.712,20,1.359,40,0.99,41,1.014,43,0.01,44,1.264,45,0.674,47,0.99,48,2.224,56,0.788,69,1.182,75,0.007,80,0.007,86,1.287,99,0.29,104,0.252,128,0.347,129,0.167,132,0.245,133,1.039,138,0.874,140,1.495,141,0.896,159,1.231,160,1.17,194,1.326,195,0.787,208,1.359,209,1.359,210,1.294,211,0.873,213,1.392,215,1.392,268,2.57,269,1.294,316,1.359,328,2.464,329,4.379,330,4.379,350,1.903,472,1.294,504,1.427,568,3.274,598,2.067,666,3.049,672,2.689,673,1.5,674,2.689,675,2.689,676,2.008,677,1.951,678,2.539,683,3.366,684,3.366,685,1.5,686,1.66,691,2.689,692,2.129,693,4.158,694,3.049,695,3.831,699,3.563,700,3.366,701,3.197,703,3.801,1143,2.469,1325,3.254,1326,2.417,1811,3.366,2083,3.801,2084,4.496,2085,4.496,2086,4.496,2087,4.496,2088,4.496,2089,4.496,2091,4.496,2093,6.385,2095,4.496,2097,3.801,2098,5.343,2100,6.884,2101,6.5,2102,6.5,2103,4.047,2105,4.047,2107,6.5,2111,4.098,2112,3.197,2113,6.668,2114,5.848,2115,4.496,2116,4.496,2117,4.496,2118,4.496,2119,5.848,2120,4.496,2121,4.496,2122,4.496]],["title/components/VideoModalComponent.html",[195,0.443,528,1.259]],["body/components/VideoModalComponent.html",[3,0.082,4,0.1,5,0.103,6,0.132,11,0.523,12,1.387,18,0.388,19,0.601,20,1.492,25,1.456,35,1.035,38,1.954,40,1.087,41,1.114,42,0.96,43,0.01,44,1.101,45,0.644,46,0.681,50,3.075,52,1.733,55,1.322,56,1.191,69,0.538,75,0.006,80,0.006,85,1.009,86,1.087,99,0.256,102,2.028,104,0.196,129,0.1,132,0.285,138,0.681,141,0.698,160,1.029,195,0.829,196,1.085,197,1.421,198,1.14,199,1.261,200,1.261,201,1.229,204,2.339,206,4.282,207,1.112,208,1.492,209,1.492,210,2.307,211,1.202,212,0.984,213,1.53,215,1.53,229,4.65,255,1.354,256,1.733,269,1.421,303,1.259,304,2.123,308,2.488,316,1.059,350,2.131,387,2.271,394,1.364,395,1.112,399,2.144,401,2.274,403,1.611,404,1.456,406,2.098,409,1.728,410,2.179,412,3.101,413,2.623,414,1.884,415,2.962,417,1.659,424,3.032,425,2.098,426,1.421,427,5.19,433,1.711,434,1.765,438,1.711,439,2.181,445,1.884,447,0.851,448,1.95,450,1.199,454,1.059,456,4.067,461,2.098,465,1.884,466,1.884,471,0.614,472,1.884,473,1.261,474,2.236,475,1.261,476,1.261,477,1.14,478,1.261,479,1.112,480,2.059,481,1.14,482,1.261,483,1.53,484,2.059,485,1.14,486,1.199,487,1.261,488,1.14,489,1.261,490,1.14,491,1.085,492,1.261,493,1.14,494,1.261,495,1.14,496,1.14,497,1.261,498,1.14,499,1.229,500,1.169,501,1.261,502,1.14,503,1.778,504,1.112,505,1.14,506,1.14,507,1.261,508,1.14,509,2.059,510,1.14,511,1.648,512,1.778,513,1.112,514,1.14,515,1.112,516,0.96,517,1.261,518,1.112,519,1.085,520,1.14,521,1.261,522,1.14,523,1.261,524,1.169,525,1.261,526,1.14,527,1.456,528,2.021,529,2.545,530,1.14,531,1.261,532,1.14,533,1.492,534,1.261,535,1.14,536,1.261,537,1.261,646,1.711,673,1.169,685,1.648,686,2.113,713,1.922,726,2.623,736,1.401,737,3.349,756,1.328,999,3.349,1002,2.777,1076,3.504,1113,5.815,1291,3.205,1292,4.175,1394,3.915,1595,3.698,1825,2.376,2376,5.087,2377,5.19,2389,5.536,2422,2.181,2525,2.777,2527,4.175,2533,3.504,2851,5.214,2859,4.502,2861,3.504,2862,3.194,2869,3.194,2871,4.939,3212,6.363,3387,6.794,3440,5.745,3441,6.794,3442,7.045,3443,3.975,3444,6.488,3445,3.975,3446,3.975,3447,5.603,3448,5.603,3449,5.661,3450,5.661,3451,4.939,3452,5.603,3453,5.603,3454,3.975,3455,3.975,3456,3.975,3457,5.603,3458,3.975,3459,3.975,3460,3.975,3461,3.975,3462,3.975,3463,3.975,3464,5.72,3465,3.975]],["title/components/VideoModalLauncherComponent.html",[195,0.443,530,1.259]],["body/components/VideoModalLauncherComponent.html",[3,0.087,4,0.106,5,0.107,6,0.126,11,0.771,12,1.451,18,0.572,19,0.629,25,1.523,35,0.783,38,1.838,40,1.137,41,1.165,42,1.024,43,0.01,44,1.121,45,0.662,46,0.726,48,1.767,52,1.311,55,0.864,56,0.906,69,0.573,75,0.006,76,1.944,80,0.006,85,1.21,86,1.303,99,0.265,102,2.121,104,0.209,128,0.399,129,0.106,132,0.291,141,0.745,160,1.149,187,1.38,195,0.841,196,1.157,197,1.487,198,1.216,199,1.345,200,1.345,201,1.311,207,1.186,208,1.561,209,1.561,210,2.317,211,1.207,212,1.049,213,1.6,215,1.6,255,1.024,256,1.311,268,2.131,269,1.487,280,0.885,303,1.476,304,2.256,316,1.129,328,1.958,350,1.216,374,1.535,392,1.6,394,1.454,395,1.186,396,2.522,397,2.237,398,2.237,403,1.718,404,1.523,405,2.009,409,1.789,410,2.077,414,2.009,428,1.882,431,2.522,433,1.824,434,1.882,438,1.824,441,2.602,442,1.669,446,3.092,447,1.254,450,0.907,454,1.129,457,2.079,461,2.237,471,0.655,472,1.929,473,1.345,474,2.299,475,1.345,476,1.345,477,1.216,478,1.345,479,1.186,480,2.131,481,1.216,482,1.345,483,1.6,484,2.131,485,1.216,486,1.278,487,1.345,488,1.216,489,1.345,490,1.216,491,1.157,492,1.345,493,1.216,494,1.345,495,1.216,496,1.216,497,1.345,498,1.216,499,1.311,500,1.247,501,1.345,502,1.216,503,1.859,504,1.186,505,1.216,506,1.216,507,1.345,508,1.216,509,2.131,510,1.216,511,1.723,512,1.859,513,1.186,514,1.216,515,1.186,516,1.024,517,1.345,518,1.186,519,1.157,520,1.216,521,1.345,522,1.216,523,1.345,524,1.247,525,1.345,526,1.216,527,1.883,528,1.681,529,2.555,530,2.078,531,1.345,532,1.216,533,1.561,534,1.345,535,1.216,536,1.345,537,1.345,596,4.094,598,1.718,609,2.375,673,1.247,685,1.723,686,2.187,713,2.01,726,3.868,727,2.425,730,2.657,736,2.065,981,2.979,1113,5.321,1114,5.862,1291,3.352,1394,4.094,1400,5.063,1907,3.842,2422,2.326,2530,3.406,2531,5.822,2559,2.962,3440,5.496,3466,3.737,3467,5.86,3468,8.443,3469,6.716,3470,5.86,3471,7.245,3472,5.86,3473,5.86,3474,4.239,3475,5.86,3476,4.239,3477,4.239,3478,5.86,3479,5.86,3480,4.239,3481,4.239,3482,4.239]],["title/modules/VideoModalLauncherModule.html",[538,0.627,1107,3.068]],["body/modules/VideoModalLauncherModule.html",[3,0.133,4,0.163,5,0.119,6,0.104,43,0.01,75,0.008,80,0.008,99,0.335,104,0.32,129,0.163,132,0.239,304,2.034,420,1.643,471,1.001,529,1.858,530,2.62,538,0.925,540,1.813,541,1.858,542,2.541,543,1.954,544,1.858,545,2.541,556,2.382,557,1.858,559,2.056,563,2.322,569,3.215,570,2.55,755,2.713,756,2.165,1107,6.217,1113,4.276,1114,4.828,3440,4.526,3483,5.711,3484,5.711,3485,5.711,3486,6.478,3487,6.478]],["title/modules/VideoModalModule.html",[538,0.627,3488,3.272]],["body/modules/VideoModalModule.html",[3,0.132,4,0.161,5,0.117,6,0.103,43,0.01,75,0.008,80,0.008,99,0.346,104,0.316,129,0.161,132,0.236,420,1.623,471,0.989,528,2.617,529,1.836,538,0.914,540,1.791,541,1.836,542,2.528,543,1.93,544,1.836,545,2.528,556,2.364,557,1.836,559,2.031,563,2.305,569,3.191,570,2.52,755,2.694,756,2.139,1113,5.045,2422,3.512,2558,5.142,2559,4.472,2560,6.142,3440,4.472,3449,5.142,3488,6.616,3489,5.642,3490,5.642,3491,5.642,3492,7.644,3493,5.642]],["title/interfaces/VisibilityItem.html",[128,0.299,1307,2.317]],["body/interfaces/VisibilityItem.html",[3,0.128,4,0.156,5,0.114,6,0.1,11,0.819,18,0.608,19,0.807,43,0.01,44,1.213,45,0.785,46,1.437,69,1.213,71,2.269,75,0.008,76,3.448,80,0.008,86,1.459,128,0.512,129,0.156,154,3.339,194,1.619,280,1.687,344,4.789,350,1.786,454,2.003,533,1.659,832,2.003,993,3.875,1263,4.301,1307,3.968,1309,4.845,1334,4.713,1907,4.799,3494,5.489,3495,5.489,3496,6.629]],["title/components/VisibilityMenuComponent.html",[195,0.443,532,1.259]],["body/components/VisibilityMenuComponent.html",[3,0.058,4,0.071,5,0.08,6,0.132,11,0.933,12,1.076,18,0.582,19,0.467,25,1.13,35,0.521,38,1.961,40,0.844,41,0.865,42,1.645,43,0.01,44,1.116,45,0.725,46,1.166,47,0.844,52,0.872,55,1.564,56,1.225,69,0.718,71,2.06,75,0.005,76,1.293,80,0.005,85,0.783,86,1.59,99,0.209,104,0.139,129,0.071,132,0.251,133,0.886,138,0.745,140,1.074,141,0.495,154,2.802,159,1.223,160,1.08,181,1.532,187,1.941,195,0.65,196,0.77,197,1.103,198,0.809,199,0.895,200,0.895,201,0.872,207,0.789,208,1.158,209,1.158,210,2.241,211,1.171,212,0.698,213,1.187,215,1.187,255,0.681,256,1.641,267,1.993,268,1.56,269,1.103,283,2.487,303,1.03,304,0.698,316,0.751,328,0.942,353,3.707,374,1.021,379,1.11,392,1.187,394,0.967,395,1.217,396,2.566,397,1.488,398,1.488,399,1.664,401,3.035,402,3.035,404,0.733,408,1.433,409,1.413,410,1.641,413,1.861,414,1.336,417,3.261,419,3.707,420,1.634,425,1.488,426,1.634,431,1.214,433,1.871,434,1.93,438,1.871,439,1.547,441,1.252,442,3.161,444,1.97,445,2.515,447,1.276,448,2.603,450,0.93,451,4.501,454,0.751,455,2.869,456,1.767,461,2.294,462,4.263,463,2.089,464,3.707,471,0.436,472,1.634,473,0.895,474,1.892,475,0.895,476,0.895,477,0.809,478,0.895,479,0.789,480,1.684,481,0.809,482,0.895,483,1.187,484,1.684,485,0.809,486,0.85,487,0.895,488,0.809,489,0.895,490,0.809,491,0.77,492,0.895,493,0.809,494,0.895,495,0.809,496,0.809,497,0.895,498,0.809,499,0.872,500,0.829,501,0.895,502,0.809,503,1.379,504,0.789,505,0.809,506,0.809,507,0.895,508,0.809,509,1.684,510,0.809,511,1.279,512,1.379,513,0.789,514,0.809,515,0.789,516,0.681,517,0.895,518,0.789,519,0.77,520,0.809,521,0.895,522,0.809,523,0.895,524,0.829,525,0.895,526,0.809,527,1.13,528,0.809,529,1.247,530,0.809,531,0.895,532,1.711,533,2.292,534,0.895,535,0.809,536,0.895,537,0.895,557,0.809,598,1.143,609,1.762,672,2.611,673,0.829,674,2.15,675,2.417,676,1.11,677,1.079,678,2.03,685,1.279,686,1.727,691,2.15,692,1.815,697,3.936,712,2.061,713,1.492,714,1.488,721,2.869,730,1.767,731,1.97,732,2.386,733,2.869,734,1.686,736,1.87,737,1.686,804,2.061,867,2.856,912,3.24,984,2.869,993,3.835,999,2.599,1002,3.038,1060,2.386,1239,1.97,1254,1.613,1263,2.487,1277,1.861,1307,4.284,1309,4.942,1317,4.266,1323,2.294,1325,3.764,1326,2.826,1332,3.038,1333,3.936,1334,4.266,1384,3.493,1388,1.686,1562,2.869,1705,1.547,1716,5.699,1766,5.257,1770,2.486,1780,2.266,1786,5.82,1787,1.767,1814,6.108,1905,2.725,1907,4.189,1929,3.24,2025,3.707,2097,2.101,2648,4.801,2649,3.832,3067,4.263,3253,2.486,3319,2.486,3497,5.727,3498,2.486,3499,5.306,3500,4.347,3501,4.347,3502,5.963,3503,4.347,3504,5.963,3505,4.347,3506,3.832,3507,4.347,3508,5.306,3509,4.347,3510,2.82,3511,2.82,3512,2.82,3513,4.347,3514,4.347,3515,2.82,3516,2.82,3517,4.347,3518,4.347,3519,4.347,3520,4.347,3521,2.82,3522,3.832,3523,2.82,3524,4.347,3525,2.82,3526,3.832,3527,4.347,3528,2.82,3529,4.347,3530,4.347,3531,2.82,3532,7.926,3533,4.347,3534,2.486,3535,5.963,3536,2.82,3537,2.82,3538,2.82,3539,6.806,3540,6.441,3541,4.347,3542,5.306,3543,4.347,3544,2.82,3545,2.82,3546,5.306,3547,2.82,3548,2.82,3549,2.82,3550,2.82,3551,2.82,3552,2.82,3553,2.82,3554,2.82,3555,2.82]],["title/modules/VisibilityMenuModule.html",[538,0.627,1800,3.068]],["body/modules/VisibilityMenuModule.html",[3,0.133,4,0.162,5,0.118,6,0.104,43,0.01,75,0.008,80,0.008,99,0.347,104,0.319,129,0.162,132,0.238,211,0.849,321,1.806,420,1.637,471,0.998,532,2.619,533,1.719,538,0.922,540,1.806,541,1.851,542,2.537,543,1.947,544,1.851,545,2.537,556,2.376,557,1.851,559,2.048,563,2.317,569,3.208,570,2.541,755,2.707,756,2.157,759,5.368,760,4.51,1800,6.213,1807,6.773,1814,4.81,3497,4.51,3556,5.69,3557,5.69,3558,5.69,3559,6.454,3560,6.454]],["title/components/VisibilityToggleComponent.html",[195,0.443,535,1.259]],["body/components/VisibilityToggleComponent.html",[3,0.076,4,0.092,5,0.097,6,0.13,11,0.697,12,1.312,15,2.051,18,0.359,19,0.569,25,1.378,35,0.679,38,1.915,40,1.028,41,1.054,42,0.888,43,0.01,44,1.076,45,0.708,46,0.63,47,1.028,52,1.137,55,0.749,56,0.819,69,0.717,75,0.005,80,0.005,85,1.299,86,1.502,99,0.209,104,0.182,129,0.092,132,0.278,140,1.299,141,1.267,155,2.719,159,0.614,160,1.144,181,1.868,195,0.814,196,1.004,197,1.344,198,1.055,199,1.167,200,1.167,201,1.137,207,1.029,208,1.412,209,1.412,210,2.294,211,1.196,212,0.91,213,1.447,215,1.447,255,1.281,256,1.137,268,2.209,269,1.344,277,2.028,280,1.107,283,3.032,289,2.273,303,1.206,304,0.91,316,0.979,328,1.771,387,1.49,388,3.159,394,1.261,395,1.903,396,2.927,399,2.378,400,1.331,402,2.103,403,2.148,404,1.378,406,1.94,408,3.159,409,1.655,410,2.104,412,2.213,414,1.743,417,2.213,419,2.569,420,0.933,424,3.103,425,1.94,426,1.576,429,2.427,430,2.909,431,3.103,433,2.675,434,2.759,438,2.281,439,2.018,441,2.759,442,2.447,443,3.322,445,3.224,447,1.33,448,2.6,450,1.134,454,0.979,457,3.048,461,1.94,465,1.743,466,1.743,470,3.498,471,0.568,472,1.829,473,1.167,474,2.158,475,1.167,476,1.167,477,1.055,478,1.167,479,1.029,480,1.972,481,1.055,482,1.167,483,1.447,484,1.972,485,1.055,486,1.109,487,1.167,488,1.055,489,1.167,490,1.055,491,1.004,492,1.167,493,1.055,494,1.167,495,1.055,496,1.055,497,1.167,498,1.055,499,1.137,500,1.081,501,1.167,502,1.055,503,1.682,504,1.029,505,1.055,506,1.055,507,1.167,508,1.055,509,1.972,510,1.055,511,1.559,512,1.682,513,1.029,514,1.055,515,1.029,516,0.888,517,1.167,518,1.029,519,1.004,520,1.055,521,1.167,522,1.055,523,1.167,524,1.081,525,1.167,526,1.055,527,2.257,528,1.055,529,1.52,530,1.055,531,1.167,532,1.055,533,2.365,534,1.167,535,1.951,536,1.167,537,1.167,598,1.49,609,2.148,672,2.519,673,1.081,674,2.148,675,2.756,676,1.448,677,1.407,678,2.378,685,1.559,686,2.023,689,3.498,691,2.519,712,3.224,713,1.818,714,1.94,723,2.569,728,1.869,732,2.018,736,1.296,832,1.412,879,2.74,993,1.633,1045,2.74,1252,4.672,1277,2.427,1325,2.6,1326,2.512,1332,3.703,1387,2.74,1388,2.198,1562,3.498,1661,3.498,1703,2.954,1705,2.909,1706,5.478,1707,4.672,1709,5.248,1713,3.241,1717,3.241,1736,2.954,1764,4.259,1765,4.259,1787,3.322,1788,2.954,1816,6.015,1907,3.555,2451,2.74,2457,3.241,2937,3.95,2955,4.672,3329,4.672,3330,3.241,3332,3.241,3333,3.241,3497,5.64,3506,6.621,3534,3.241,3561,5.3,3562,5.3,3563,5.3,3564,7.209,3565,6.214,3566,5.3,3567,4.672,3568,3.677,3569,5.3,3570,3.677,3571,6.214,3572,3.677,3573,3.677,3574,4.672,3575,3.677,3576,3.677,3577,3.677,3578,3.677,3579,3.677,3580,5.3,3581,3.677]],["title/modules/VisibilityToggleModule.html",[538,0.627,1801,3.068]],["body/modules/VisibilityToggleModule.html",[3,0.133,4,0.163,5,0.119,6,0.104,43,0.01,75,0.008,80,0.008,99,0.342,104,0.32,129,0.163,132,0.239,420,1.643,471,1.001,533,1.726,535,2.62,538,0.925,540,1.813,541,1.858,542,2.541,543,1.954,544,1.858,545,2.541,556,2.382,557,1.858,559,2.056,563,2.322,569,3.215,570,2.55,755,2.713,756,2.165,1742,5.711,1745,5.711,1801,6.217,1816,4.828,3338,6.787,3339,5.711,3497,4.526,3582,5.711,3583,5.711,3584,5.711]],["title/interfaces/XYZTriplet.html",[128,0.299,1901,2.511]],["body/interfaces/XYZTriplet.html",[0,1.167,3,0.048,4,0.059,5,0.043,6,0.038,8,1.045,11,0.31,15,2.075,16,0.927,18,0.23,19,0.405,20,1.833,22,2.372,23,0.876,29,1.045,35,0.435,37,2.898,40,0.457,41,0.468,43,0.01,44,1.034,45,0.704,47,0.732,48,0.71,49,1.407,50,1.292,53,4.166,56,1.255,65,1.045,69,0.985,71,1.227,75,0.004,80,0.004,85,0.424,88,0.927,90,2.052,91,1.329,96,3.317,99,0.311,102,1.365,104,0.116,105,2.491,106,1.675,107,1.045,108,1.045,109,0.983,112,0.692,113,1.623,114,0.852,119,1.475,121,1.529,122,1.529,123,0.927,124,0.876,125,1.485,127,1.788,128,0.321,129,0.166,131,1.013,132,0.087,133,1.402,138,1.402,140,1.312,141,0.663,148,3.227,154,2.786,155,1.709,159,1.332,160,1.298,161,1.045,162,1.116,172,1.553,173,1.553,176,1.645,181,0.829,183,1.645,194,0.612,211,0.496,244,1.329,245,1.529,255,1.523,256,2.301,258,2.489,280,0.986,283,1.346,289,1.804,303,0.732,321,0.659,344,2.07,350,1.548,374,2.858,379,3.108,382,3.397,392,1.808,395,0.659,400,1.709,404,1.403,423,3.022,426,1.922,432,2.315,442,1.485,447,1.155,450,1.155,454,0.627,491,1.808,516,1.797,519,1.03,533,0.627,615,1.675,663,3.242,670,1.346,675,1.529,676,0.927,677,0.901,678,0.901,681,2.821,687,2.031,691,0.954,692,3.212,695,1.155,774,1.292,781,2.89,804,3.138,832,1.005,867,2.346,915,4.449,916,1.917,953,3.115,963,4.96,964,3.899,966,1.553,967,1.553,968,1.553,970,2.489,975,1.407,993,2.799,1041,3.433,1143,1.403,1161,1.407,1254,2.7,1263,1.346,1267,1.346,1302,2.962,1305,3.772,1307,3.494,1309,1.292,1363,2.364,1366,3.298,1367,3.926,1368,3.46,1369,3.242,1372,2.709,1416,1.197,1771,1.407,1775,3.768,1776,4.405,1777,1.645,1821,1.85,1822,3.895,1827,1.155,1859,2.364,1891,1.553,1892,1.553,1893,1.891,1894,3.768,1895,4.161,1896,4.405,1897,4.405,1898,4.405,1899,3.936,1900,4.685,1901,4.255,1902,1.553,1903,4.116,1904,3.031,1905,2.958,1906,2.811,1907,3.936,1908,4.128,1909,1.917,1910,2.364,1911,2.811,1912,1.475,1913,1.475,1914,1.891,1915,1.754,1916,1.891,1917,1.553,1918,1.891,1919,1.475,1920,2.255,1921,1.891,1922,1.891,1923,1.645,1924,1.788,1925,1.155,1926,1.407,1927,1.346,1928,1.346,1929,2.811,1930,2.958,1931,1.891,1932,2.364,1933,1.754,1934,1.891,1935,1.891,1936,1.891,1937,2.958,1938,2.364,1939,5,1940,1.891,1941,1.891,1942,1.891,1943,1.891,1944,1.891,1945,1.891,1946,1.891,1947,1.891,1948,1.891,1949,1.891,1950,1.891,1951,1.891,1952,1.891,1953,1.891,1954,1.891,1955,1.891,1956,1.891,1957,1.891,1958,1.891,1959,1.891,1960,1.891,1961,1.891,1962,1.891,1963,1.891,1964,1.891,1965,1.891,1966,1.754,1967,1.891,1968,1.891,1969,1.553,1970,1.645,1971,1.553,1972,1.891,1973,1.891,1974,1.891,1975,5.32,1976,3.031,1977,1.891,1978,4.337,1979,1.891,1980,3.031,1981,3.792,1982,1.891,1983,5.228,1984,1.891,1985,1.891,1986,1.891,1987,1.891,1988,1.891,1989,1.891,1990,1.891,1991,1.891,1992,1.891,1993,1.891,1994,1.891,1995,1.891,1996,1.891,1997,1.891,1998,1.891,1999,1.891,2000,1.891,2001,1.754,2002,3.792,2003,4.337,2004,1.891,2005,1.891,2006,1.891,2007,1.891,2008,1.891,2009,1.891,2010,1.891,2011,1.891,2012,1.891,2013,1.891,2014,1.891,2015,1.891,2016,3.031,2017,1.891,2018,1.891,2019,1.891,2020,1.891,2021,1.891,2022,1.891,2023,1.891,2024,1.891,2025,3.298,2026,1.891,2027,1.891,2028,1.891,2029,1.891,2030,1.891,2031,1.891,2032,1.891,2033,3.031,2034,1.407,2035,1.645,2036,1.891,2037,1.553,2038,1.645,2039,3.031,2040,3.298,2041,3.031,2042,2.255,2043,3.031,2044,1.891,2045,1.891,2046,1.891,2047,1.891,2048,1.891,2049,1.891,2050,1.891,2051,1.346,2052,1.645,2053,1.891,2054,1.891,2055,1.891,2056,1.891,2057,1.891,2058,1.891,2059,1.891,2060,1.891,2061,1.891,2062,2.255,2063,1.891,2064,1.891,2065,1.891,2066,1.407,2067,1.891,2068,4.337,2069,1.891,2070,1.407,2071,1.891,2072,1.891,2073,1.891,2074,1.891,2075,1.891,2076,1.891,2077,3.031,2078,2.811,2079,1.891,2080,1.891,2081,1.891,2082,1.891]],["title/changelog.html",[2066,2.189,3585,2.942,3586,2.942]],["body/changelog.html",[3,0.13,5,0.038,8,1.528,19,0.226,24,4.504,38,0.508,43,0.007,45,0.192,46,0.36,48,1.038,50,2.772,59,2.405,60,1.469,71,0.546,74,1.689,75,0.004,77,4.651,80,0.007,83,2.565,85,0.379,90,2.56,102,2.167,123,2.487,125,1.355,128,0.449,137,1.469,139,5.457,140,1.295,141,0.887,142,2.272,154,0.804,167,1.388,181,1.78,187,1.121,194,0.546,195,0.509,197,0.873,199,0.667,201,0.65,207,1.414,210,0.873,211,1.135,212,0.52,224,1.889,240,1.469,244,0.741,255,1.056,256,0.65,261,2.405,267,0.964,269,0.533,277,2.29,285,1.203,288,2.272,301,2.405,302,2.936,303,0.848,304,0.52,308,0.933,321,0.588,328,2.281,350,2.374,367,4.914,370,1.069,389,1.203,394,0.721,395,1.559,402,1.203,406,2.666,410,0.65,421,2.5,423,3.111,428,1.528,432,2.478,438,0.905,443,1.318,447,0.45,450,0.737,454,1.346,468,2.158,486,0.634,491,0.94,496,0.603,527,0.895,529,0.603,541,1.599,544,0.603,568,0.933,574,2.158,578,3.95,596,4.906,603,6.129,611,1.318,639,3.348,640,3.732,648,2.565,669,4.535,677,0.804,678,0.804,681,3.777,692,2.499,697,5.463,721,3.334,770,1.069,801,2.565,818,1.469,823,1.689,861,1.318,862,2.5,911,1.689,912,1.567,915,3.751,916,3.955,932,2.766,935,4.913,942,1.853,953,2.272,956,1.689,981,2.222,982,1.388,983,2.405,990,3.765,993,0.933,995,1.567,999,1.257,1029,1.689,1034,1.689,1041,1.481,1087,1.318,1095,1.469,1099,1.154,1145,1.853,1146,1.567,1149,1.689,1152,3.257,1153,1.853,1158,1.388,1159,1.689,1161,4.596,1180,2.613,1215,1.689,1222,1.689,1223,1.689,1263,1.969,1288,4.182,1289,1.469,1290,1.689,1291,2.5,1305,2.405,1309,1.154,1314,2.766,1317,2.158,1323,1.816,1332,4.182,1333,1.388,1334,2.739,1352,1.853,1367,1.816,1372,2.555,1390,3.034,1398,4.478,1461,1.689,1502,2.766,1517,2.766,1643,1.853,1659,1.689,1661,1.388,1671,1.469,1673,1.567,1674,5.276,1715,1.853,1719,3.034,1735,2.766,1775,2.613,1776,3.53,1777,2.405,1786,1.469,1787,1.318,1823,1.388,1827,2.478,1832,1.469,1854,1.469,1867,1.469,1882,1.853,1902,1.388,1905,2.158,1906,3.765,1937,1.318,2066,2.613,2078,2.565,2103,1.154,2137,3.678,2140,2.058,2141,1.388,2255,1.318,2271,1.388,2323,2.565,2376,1.388,2394,4.153,2414,2.405,2486,1.853,2495,1.853,2509,3.034,2510,3.034,2566,3.853,2571,1.853,2701,1.853,2802,1.853,2804,3.034,2810,3.853,2856,1.567,2888,1.853,2931,5.077,2932,2.766,2934,1.689,2938,1.689,2944,4.059,3150,1.689,3178,1.853,3203,1.853,3213,1.853,3231,1.853,3255,4.913,3289,1.853,3313,1.689,3374,3.034,3389,3.034,3397,3.034,3441,1.853,3450,6.095,3451,5.276,3464,3.853,3496,1.853,3522,1.853,3526,1.853,3567,1.853,3574,1.853,3586,2.766,3587,3.853,3588,3.853,3589,4.913,3590,3.034,3591,5.052,3592,5.052,3593,5.573,3594,3.442,3595,5.052,3596,7.461,3597,5.052,3598,5.052,3599,6.593,3600,3.442,3601,2.102,3602,1.853,3603,2.102,3604,6.593,3605,7.34,3606,7.585,3607,3.442,3608,2.102,3609,5.276,3610,3.034,3611,5.984,3612,5.812,3613,1.853,3614,1.853,3615,2.102,3616,2.102,3617,3.442,3618,5.052,3619,3.442,3620,4.37,3621,2.102,3622,3.442,3623,2.102,3624,7.47,3625,2.102,3626,3.442,3627,1.853,3628,2.102,3629,3.034,3630,3.034,3631,3.442,3632,6.593,3633,2.102,3634,2.102,3635,2.102,3636,4.37,3637,3.442,3638,7.192,3639,2.102,3640,3.034,3641,6.016,3642,3.442,3643,5.573,3644,4.37,3645,2.102,3646,3.442,3647,3.442,3648,2.102,3649,2.102,3650,4.37,3651,3.442,3652,4.37,3653,4.37,3654,3.442,3655,2.102,3656,3.442,3657,3.442,3658,6.318,3659,5.984,3660,3.442,3661,2.102,3662,2.102,3663,2.102,3664,3.442,3665,4.913,3666,2.102,3667,2.102,3668,2.102,3669,2.102,3670,4.37,3671,2.102,3672,2.102,3673,3.442,3674,5.573,3675,2.102,3676,3.442,3677,3.034,3678,2.102,3679,2.102,3680,2.102,3681,3.442,3682,2.102,3683,2.102,3684,2.102,3685,3.442,3686,2.102,3687,5.052,3688,3.442,3689,4.37,3690,2.102,3691,2.102,3692,2.102,3693,2.102,3694,2.102,3695,7.585,3696,2.102,3697,1.853,3698,2.102,3699,3.442,3700,1.689,3701,2.102,3702,3.442,3703,5.052,3704,4.37,3705,2.102,3706,2.102,3707,2.102,3708,2.102,3709,4.913,3710,3.853,3711,4.913,3712,2.102,3713,4.37,3714,5.812,3715,7.47,3716,2.102,3717,2.102,3718,3.442,3719,3.853,3720,2.102,3721,2.102,3722,5.573,3723,2.102,3724,2.102,3725,2.102,3726,2.102,3727,3.442,3728,3.034,3729,6.318,3730,5.298,3731,2.102,3732,2.102,3733,2.102,3734,2.102,3735,2.102,3736,2.102,3737,3.442,3738,3.442,3739,2.102,3740,3.442,3741,2.102,3742,2.102,3743,2.102,3744,2.102,3745,1.853,3746,3.442,3747,3.442,3748,3.442,3749,2.102,3750,2.102,3751,2.102,3752,2.102,3753,3.442,3754,2.102,3755,2.102,3756,3.442,3757,3.442,3758,5.052,3759,2.102,3760,4.37,3761,3.442,3762,5.984,3763,3.442,3764,5.052,3765,2.102,3766,2.102,3767,3.442,3768,2.102,3769,2.102,3770,3.442,3771,2.102,3772,2.102,3773,2.102,3774,3.442,3775,2.102,3776,2.102,3777,2.102,3778,2.102,3779,2.102,3780,2.102,3781,2.102,3782,2.102,3783,3.442,3784,2.102,3785,2.102,3786,2.102,3787,4.37,3788,4.37,3789,1.853,3790,2.102,3791,2.102,3792,2.102,3793,2.102,3794,2.102,3795,3.442,3796,3.442,3797,3.442,3798,4.37,3799,2.102,3800,2.102,3801,2.102,3802,2.102,3803,3.442,3804,5.052,3805,2.102,3806,2.102,3807,4.37,3808,3.442,3809,2.102,3810,2.102,3811,3.442,3812,5.052,3813,2.102,3814,2.102,3815,2.102,3816,3.442,3817,2.102,3818,2.102,3819,2.102,3820,2.102,3821,2.102,3822,5.052,3823,2.102,3824,4.37,3825,5.052,3826,2.102,3827,4.37,3828,5.573,3829,3.442,3830,3.442,3831,3.442,3832,4.37,3833,5.052,3834,5.573,3835,3.442,3836,4.37,3837,2.102,3838,2.102,3839,6.318,3840,5.052,3841,6.824,3842,2.102,3843,2.102,3844,2.102,3845,3.442,3846,2.102,3847,2.102,3848,2.102,3849,2.102,3850,3.442,3851,2.102,3852,2.102,3853,3.853,3854,3.442,3855,2.102,3856,2.102,3857,2.102,3858,2.102,3859,2.102,3860,2.102,3861,2.102,3862,2.102,3863,2.102,3864,5.984,3865,4.37,3866,3.442,3867,2.102,3868,2.102,3869,2.102,3870,4.37,3871,2.102,3872,2.102,3873,3.442,3874,3.442,3875,3.442,3876,4.37,3877,2.102,3878,2.102,3879,2.102,3880,2.102,3881,2.102,3882,2.102,3883,1.853,3884,2.102,3885,2.102,3886,2.102,3887,2.102,3888,2.102,3889,2.102,3890,2.102,3891,2.102,3892,2.102,3893,2.102,3894,2.102,3895,2.102,3896,2.102,3897,2.102,3898,6.593,3899,2.102,3900,4.37,3901,4.37,3902,5.052,3903,3.442,3904,4.37,3905,2.102,3906,2.102,3907,3.442,3908,3.442,3909,2.102,3910,2.102,3911,2.102,3912,3.442,3913,2.102,3914,3.853,3915,2.102,3916,2.102,3917,2.102,3918,2.102,3919,2.102,3920,2.102,3921,2.102,3922,2.102,3923,2.102,3924,2.102,3925,2.102,3926,2.102,3927,2.102,3928,2.102,3929,2.102,3930,2.102,3931,2.102,3932,2.102,3933,2.102,3934,2.102,3935,2.102,3936,3.442,3937,2.102,3938,3.442,3939,2.102,3940,3.442,3941,5.052,3942,5.052,3943,3.442,3944,3.442,3945,2.102,3946,2.102,3947,2.102,3948,4.37,3949,2.102,3950,1.853,3951,2.102,3952,2.102,3953,2.102,3954,2.102,3955,3.442,3956,7.022,3957,4.37,3958,2.102,3959,3.442,3960,2.102,3961,2.102,3962,2.102,3963,2.102,3964,2.102,3965,2.102,3966,3.442,3967,5.569,3968,3.442,3969,2.102,3970,2.102,3971,2.102,3972,2.102,3973,2.102,3974,4.059,3975,2.102,3976,3.442,3977,2.102,3978,2.102,3979,2.102,3980,3.442,3981,2.102,3982,2.102,3983,2.102,3984,3.442,3985,3.442,3986,3.034,3987,2.102,3988,2.102,3989,2.102,3990,2.102,3991,2.102,3992,2.102,3993,2.102,3994,2.102,3995,1.853,3996,2.102,3997,2.102,3998,2.102,3999,2.102,4000,2.102,4001,2.102,4002,2.102,4003,1.853,4004,2.102,4005,3.442,4006,2.102,4007,2.102,4008,2.102,4009,2.102,4010,2.102,4011,2.102,4012,2.102,4013,2.102,4014,2.102,4015,2.102,4016,1.853,4017,3.442,4018,2.102,4019,2.102,4020,2.102,4021,2.102,4022,3.442,4023,1.853,4024,2.102,4025,2.102,4026,2.102,4027,2.102,4028,2.102,4029,2.102,4030,2.102]],["title/coverage.html",[3974,4.824]],["body/coverage.html",[0,2.461,1,2.074,5,0.11,6,0.15,7,4.083,8,3.268,9,3.354,10,4.083,12,0.859,43,0.01,45,0.317,75,0.005,80,0.005,88,1.366,91,1.223,92,1.985,116,2.175,128,0.614,130,2.586,132,0.188,140,0.625,141,0.893,195,0.905,196,0.947,202,4.481,241,2.074,244,1.223,304,1.258,328,1.159,331,2.424,400,3.339,404,1.913,426,2.142,463,2.773,477,0.995,479,0.971,481,0.995,483,1.387,485,0.995,488,0.995,490,0.995,493,0.995,495,0.995,498,0.995,500,1.494,502,0.995,504,0.971,505,0.995,506,0.995,508,0.995,510,0.995,513,0.971,514,0.995,515,0.971,516,0.838,518,0.971,520,0.995,522,0.995,524,1.02,526,0.995,528,0.995,530,0.995,532,0.995,535,0.995,578,3.354,582,2.586,586,2.586,589,3.968,592,2.586,604,3.787,605,3.787,660,2.788,663,1.904,664,4.201,665,3.968,666,4.662,680,2.586,768,2.424,769,2.788,773,4.083,778,2.256,796,1.493,811,1.702,882,3.059,894,1.702,1004,3.059,1077,2.175,1078,4.416,1084,2.175,1091,2.175,1092,2.175,1111,2.424,1113,3.968,1114,2.586,1139,2.586,1140,4.625,1141,4.083,1142,4.083,1160,2.424,1249,2.788,1250,2.788,1251,3.059,1284,2.788,1285,3.059,1288,2.424,1297,2.175,1298,2.175,1300,2.788,1302,1.904,1303,3.059,1304,3.059,1307,1.831,1310,2.788,1311,2.586,1312,3.059,1361,4.922,1363,2.175,1371,2.586,1375,3.059,1400,3.551,1407,2.586,1408,3.787,1409,4.083,1419,2.29,1483,2.788,1485,4.481,1519,2.788,1648,2.788,1649,2.586,1650,3.059,1701,2.788,1702,2.586,1703,4.083,1746,2.788,1747,4.083,1763,7.547,1771,2.074,1811,3.354,1814,2.586,1816,2.586,1819,4.858,1821,1.702,1830,2.175,1888,2.586,1889,2.788,1890,2.788,1891,2.29,1892,4.65,1899,2.907,1901,1.985,1924,1.645,1925,3.247,1937,3.185,2025,2.424,2070,2.074,2083,3.787,2093,2.586,2128,4.625,2129,4.625,2158,2.424,2230,4.481,2301,2.074,2303,2.29,2371,3.551,2372,2.424,2373,3.059,2466,2.424,2469,2.788,2470,3.059,2525,4.625,2562,2.788,2563,4.479,2775,3.968,2776,2.586,2777,4.083,2819,3.354,2853,2.586,2882,2.788,2914,3.968,2917,3.968,2919,2.586,2921,4.933,2925,4.201,2926,4.481,2928,2.586,2973,4.481,3028,2.586,3143,4.201,3144,2.586,3176,2.586,3177,2.788,3266,2.788,3277,2.788,3296,3.787,3297,3.787,3300,4.922,3301,3.059,3355,4.083,3409,3.059,3440,3.551,3466,3.059,3494,3.059,3495,3.059,3497,3.551,3498,3.059,3677,3.059,3974,2.788,4016,5.3,4031,3.47,4032,3.47,4033,7.361,4034,3.47,4035,3.47,4036,5.081,4037,5.081,4038,7.604,4039,7.604,4040,6.618,4041,3.47,4042,5.081,4043,3.47,4044,8.561,4045,3.47,4046,3.47,4047,6.618,4048,3.47,4049,3.47,4050,5.081,4051,3.47,4052,3.47,4053,3.059,4054,3.47,4055,3.47,4056,3.47,4057,3.47,4058,3.47,4059,3.059,4060,3.47,4061,3.47,4062,3.47,4063,3.47,4064,3.059,4065,3.47,4066,3.47,4067,3.47,4068,3.47,4069,3.47,4070,3.47,4071,3.47,4072,3.47,4073,3.47,4074,3.47,4075,7.045,4076,5.081,4077,6.618,4078,3.47,4079,3.47,4080,3.059,4081,3.47,4082,3.47,4083,5.081,4084,5.081,4085,3.47,4086,3.47,4087,3.47,4088,3.47,4089,5.834,4090,3.47,4091,3.059,4092,3.059,4093,3.059,4094,3.47,4095,3.47]],["title/dependencies.html",[541,1.516,3700,2.942]],["body/dependencies.html",[5,0.098,22,1.792,43,0.01,72,4.309,75,0.007,80,0.007,102,2.881,104,0.265,109,2.239,110,5.507,112,1.577,269,1.738,541,1.538,565,4.728,573,4.523,574,4.296,615,2.381,639,2.631,676,2.973,677,2.052,678,2.052,756,1.792,955,4.728,956,4.309,1047,4.309,1143,1.996,1157,3.747,1364,4.309,1705,3.761,1915,3.997,1966,3.997,2112,3.362,2134,3.54,2570,4.728,2574,4.728,2581,4.728,3024,4.309,3025,4.309,3212,4.309,3268,4.728,3270,4.728,3271,6.041,3273,4.728,3291,4.728,3449,4.309,3493,4.728,3590,6.658,3614,4.728,3640,4.728,3711,6.041,3853,4.728,4096,5.363,4097,5.363,4098,5.363,4099,5.363,4100,5.363,4101,5.363,4102,5.363,4103,8.811,4104,5.363,4105,5.363,4106,6.853,4107,5.363,4108,5.363,4109,5.363,4110,5.363,4111,5.363,4112,5.363,4113,5.363,4114,7.958,4115,5.363,4116,6.853,4117,5.363,4118,5.363,4119,5.363,4120,7.552,4121,5.363,4122,5.363,4123,5.363,4124,5.363,4125,5.363,4126,5.363,4127,5.363,4128,5.363,4129,6.853,4130,5.363,4131,5.363,4132,5.363,4133,5.363,4134,5.363,4135,6.853,4136,5.363,4137,6.853,4138,5.363,4139,5.363,4140,5.363,4141,5.363,4142,5.363,4143,5.363,4144,5.363,4145,5.363,4146,5.363,4147,5.363,4148,4.728,4149,5.363,4150,5.363,4151,5.363,4152,5.363,4153,5.363,4154,6.853,4155,5.363,4156,5.363,4157,5.363,4158,5.363,4159,5.363,4160,5.363,4161,5.363,4162,5.363,4163,5.363,4164,5.363,4165,5.363,4166,5.363,4167,5.363,4168,5.363,4169,5.363,4170,5.363,4171,5.363,4172,5.363,4173,5.363,4174,5.363,4175,5.363,4176,5.363,4177,5.363,4178,5.363,4179,5.363,4180,5.363,4181,5.363,4182,5.363,4183,5.363,4184,5.363,4185,6.853,4186,5.363,4187,5.363,4188,5.363,4189,5.363,4190,5.363,4191,5.363,4192,5.363,4193,5.363,4194,5.363,4195,5.363,4196,5.363,4197,5.363,4198,5.363]],["title/miscellaneous/functions.html",[4199,2.416,4200,4.658]],["body/miscellaneous/functions.html",[6,0.139,11,0.835,18,0.62,22,2.121,42,2.086,43,0.009,44,1.2,45,0.745,46,1.479,55,1.76,61,4.434,69,0.858,75,0.008,80,0.008,86,1.231,244,2.236,256,2.353,409,2.026,423,2.361,463,2.498,578,5.02,604,4.729,605,5.668,647,5.594,660,6.111,767,4.767,769,6.111,773,5.099,838,4.188,839,4.729,845,5.594,848,5.594,1361,4.434,1373,5.099,1925,3.113,2128,4.434,2129,5.314,2130,5.314,2132,5.375,2136,5.02,2139,4.729,2140,4.547,2165,4.729,2973,4.729,3022,5.099,3030,5.099,4059,6.705,4064,6.705,4080,6.705,4199,4.188,4200,5.594,4201,6.346,4202,6.346,4203,5.594,4204,5.594,4205,6.346,4206,6.346]],["title/index.html",[18,0.358,2066,2.189,3585,2.942]],["body/index.html",[3,0.173,43,0.007,75,0.007,80,0.007,90,2.331,102,2.081,125,2.263,128,0.487,194,1.494,195,0.58,211,1.193,267,2.635,303,1.115,328,2.606,372,3.639,423,2.901,431,2.473,443,3.602,596,5.702,603,5.002,640,2.922,668,2.922,911,3.512,981,3.639,1288,4.016,1332,5.002,1333,3.793,1398,4.618,2394,5.335,2716,5.811,3450,7.159,3586,4.618,3587,6.311,3588,6.311,3589,7.801,3596,6.873,3612,5.066,3613,7.194,3627,6.311,3629,6.311,3630,7.194,3665,5.066,3697,5.066,3709,7.401,3710,7.401,3714,6.311,3719,5.066,3728,6.311,3730,4.618,3745,5.066,3789,6.311,3986,5.066,3995,5.066,4023,5.066,4207,7.158,4208,5.747,4209,5.747,4210,5.747,4211,6.311,4212,5.747,4213,5.747,4214,5.747,4215,7.158,4216,7.158,4217,7.158,4218,7.797,4219,5.747,4220,5.747,4221,7.797,4222,5.747,4223,5.747,4224,7.158,4225,5.747,4226,5.747,4227,5.747,4228,7.158,4229,5.747,4230,5.747,4231,5.747,4232,5.747,4233,5.747,4234,7.158,4235,5.747,4236,5.747,4237,7.158,4238,5.747,4239,7.158,4240,7.158,4241,5.747,4242,5.747,4243,5.747,4244,5.747,4245,5.747,4246,5.747,4247,5.747,4248,5.747,4249,5.747,4250,5.747,4251,5.747,4252,5.747,4253,5.747,4254,5.747,4255,5.747,4256,5.747]],["title/license.html",[2066,2.189,3585,2.942,4257,3.227]],["body/license.html",[43,0.008,75,0.008,80,0.008,250,2.764,420,1.629,596,4.488,818,4.488,823,6.578,832,1.711,917,3.525,981,3.895,1288,4.488,1663,5.662,1823,4.239,1826,4.488,2301,3.84,2672,5.161,3609,6.753,3883,6.753,3950,5.662,3967,5.662,4003,5.662,4148,5.662,4211,7.944,4257,5.662,4258,6.423,4259,8.186,4260,6.423,4261,6.423,4262,7.66,4263,6.423,4264,6.423,4265,6.423,4266,6.423,4267,6.423,4268,7.66,4269,6.423,4270,6.423,4271,6.423,4272,6.423,4273,6.423,4274,6.423,4275,6.423,4276,6.423,4277,6.423,4278,6.423,4279,6.423,4280,7.66,4281,6.423,4282,6.423,4283,6.423,4284,6.423,4285,6.423,4286,7.66,4287,6.423,4288,6.423,4289,6.423,4290,6.423,4291,6.423,4292,6.423,4293,6.423,4294,6.423,4295,6.423,4296,6.423,4297,6.423,4298,6.423,4299,6.423,4300,6.423,4301,6.423,4302,6.423,4303,6.423,4304,6.423,4305,6.423,4306,6.423,4307,6.423,4308,6.423,4309,6.423]],["title/modules.html",[540,1.68]],["body/modules.html",[43,0.008,75,0.008,80,0.008,539,4.482,540,1.683,549,4.203,550,4.203,551,4.203,552,4.203,553,4.203,554,4.203,555,4.203,574,5.828,750,4.203,765,4.203,1106,4.203,1107,4.203,1119,4.203,1120,4.203,1155,6.929,1278,4.482,1353,4.203,1693,4.203,1738,4.203,1799,3.97,1800,4.203,1801,4.203,2458,4.203,2463,3.97,2843,4.203,2848,4.203,2907,4.203,2908,4.203,2909,4.203,2910,4.203,3488,4.482,3641,8.196,3914,6.49,4310,9.309,4311,7.362]],["title/overview.html",[4312,5.292]],["body/overview.html",[2,2.317,43,0.01,75,0.006,80,0.006,194,1.008,196,1.747,197,0.983,241,3.826,420,0.983,432,1.901,471,0.599,477,1.836,479,2.2,481,2.255,483,2.194,485,2.255,488,2.255,490,2.255,493,2.255,495,2.255,498,2.255,502,2.255,504,2.2,505,2.255,506,2.255,508,2.255,510,2.255,513,2.2,514,2.255,515,2.2,518,2.2,520,2.255,522,2.255,524,2.312,526,2.255,528,2.255,530,2.255,532,2.255,535,2.255,538,0.553,539,6.594,540,1.085,541,1.112,542,1.199,543,1.169,544,1.112,545,1.199,546,3.417,547,3.417,548,3.417,549,5.792,550,5.711,551,6.009,552,5.341,553,6.08,554,5.614,555,6.183,556,1.702,557,1.112,750,5.341,751,3.417,752,3.417,753,3.417,765,4.472,1102,3.417,1103,3.417,1104,3.417,1105,3.417,1106,5.614,1107,5.341,1117,3.417,1118,3.417,1119,4.472,1120,5.141,1278,5.483,1279,3.417,1280,3.417,1281,3.417,1293,3.417,1294,3.417,1295,3.417,1353,5.341,1354,3.417,1355,3.417,1356,3.417,1402,3.417,1403,3.417,1404,3.417,1484,3.114,1693,5.341,1694,3.417,1695,3.417,1696,3.417,1735,4.422,1738,5.341,1739,3.417,1740,3.417,1741,3.417,1795,3.417,1796,3.417,1797,3.417,1798,3.417,1799,5.189,1800,5.341,1801,5.494,2123,3.417,2124,3.417,2125,3.417,2458,5.614,2459,3.417,2460,3.417,2461,3.417,2462,3.417,2463,5.534,2516,3.417,2517,3.417,2518,3.417,2554,3.417,2555,3.417,2557,3.417,2843,5.614,2844,3.417,2845,3.417,2846,3.417,2847,3.417,2848,5.341,2879,3.417,2880,3.417,2881,3.417,2903,3.417,2904,3.417,2905,3.417,2906,3.417,2907,5.341,2908,5.341,2909,5.341,2910,5.341,2965,3.417,2966,3.417,2967,3.417,3172,3.417,3173,3.417,3174,3.417,3259,3.417,3261,3.417,3262,3.417,3334,3.417,3335,3.417,3336,3.417,3341,3.417,3342,3.417,3343,3.417,3348,3.417,3349,3.417,3483,3.417,3484,3.417,3485,3.417,3488,5.483,3489,3.417,3490,3.417,3491,3.417,3556,3.417,3557,3.417,3558,3.417,3582,3.417,3583,3.417,3584,3.417,4053,3.417,4312,3.417,4313,3.876]],["title/properties.html",[19,0.567,3700,2.942]],["body/properties.html",[19,0.773,43,0.009,75,0.008,80,0.008,3610,6.347,3730,5.785]],["title/miscellaneous/typealiases.html",[4199,2.416,4314,5.284]],["body/miscellaneous/typealiases.html",[6,0.139,8,3.153,12,1.405,15,2.338,18,0.554,22,2.373,43,0.01,45,0.792,47,1.101,69,0.767,71,1.475,75,0.007,80,0.007,115,4.687,197,1.439,207,1.987,305,3.897,308,2.519,328,2.373,409,2.065,413,3.744,421,3.245,423,2.642,447,1.52,450,1.52,463,3.052,578,5.631,604,4.228,605,6.359,615,2.519,622,4.962,626,6.26,633,5.706,645,6.26,687,2.442,778,3.153,781,2.601,784,3.391,792,3.483,796,3.336,811,3.483,915,3.556,916,3.61,963,4.962,970,4.687,975,4.245,1041,3.496,1077,3.556,1078,3.556,1079,4.062,1080,3.964,1081,3.964,1082,3.744,1084,3.556,1086,4.784,1087,4.451,1088,5.416,1091,3.556,1092,3.556,1093,5.092,1096,5.416,1097,3.964,1098,3.964,1099,4.254,1111,3.964,1485,4.228,1507,5.001,1508,6.26,1509,6.26,1510,5.001,1511,6.26,1512,5.001,1513,6.26,1514,5.001,1515,5.001,1516,5.001,1517,4.559,1888,4.228,1889,4.559,1890,5.706,1892,3.744,1900,4.687,1933,4.228,2214,2.783,3176,4.228,3177,5.706,3296,4.228,3297,5.292,4199,3.744,4204,7.373,4315,5.673,4316,7.522,4317,6.833,4318,5.673,4319,5.673,4320,5.673,4321,6.26,4322,5.673]],["title/miscellaneous/variables.html",[4199,2.416,4323,4.658]],["body/miscellaneous/variables.html",[1,2.051,6,0.133,14,1.883,18,0.335,42,0.829,43,0.01,44,1.27,45,0.748,47,1.277,70,2.398,71,1.31,75,0.005,77,3.571,80,0.007,84,2.398,85,1.582,86,1.647,88,1.351,90,1.641,91,1.209,92,1.963,116,2.151,127,1.626,131,1.477,132,0.221,140,1.076,164,2.051,188,2.398,203,5.467,212,0.85,224,2.766,244,1.209,245,1.391,255,0.829,321,0.96,341,5.728,374,1.825,379,1.984,382,2.169,392,0.937,400,1.242,404,1.553,410,1.061,426,1.922,447,1.501,450,1.501,516,1.218,519,0.937,582,3.756,663,1.883,664,2.398,665,2.265,666,3.936,679,2.557,680,3.756,681,3.571,687,2.169,736,1.209,768,3.522,770,1.745,774,1.883,778,2.238,796,2.571,894,1.683,993,1.524,1078,2.151,1082,2.265,1139,2.557,1140,2.398,1141,2.757,1142,4.05,1143,2.223,1146,2.557,1154,6.81,1158,2.265,1159,2.757,1160,3.522,1161,5.454,1162,3.025,1163,8.027,1164,3.025,1165,3.025,1166,3.025,1167,4.443,1168,3.025,1169,3.025,1170,3.025,1171,3.025,1172,3.025,1173,3.025,1174,5.804,1175,5.804,1176,6.182,1177,6.182,1178,2.557,1179,3.025,1180,4.192,1181,3.025,1182,3.025,1183,3.025,1184,3.756,1185,3.756,1186,4.443,1187,3.025,1188,3.025,1189,3.025,1190,3.025,1191,6.182,1192,3.025,1193,4.443,1194,2.557,1195,3.025,1196,3.025,1197,3.025,1198,3.025,1199,3.025,1200,3.025,1201,3.025,1202,3.025,1203,3.025,1204,3.025,1205,3.025,1206,5.804,1207,4.443,1208,3.025,1209,3.025,1210,3.025,1211,3.025,1212,4.443,1213,3.025,1214,3.025,1215,2.757,1216,3.025,1217,3.025,1218,3.025,1219,3.025,1220,3.025,1221,4.443,1222,4.05,1223,2.757,1224,3.025,1225,2.557,1226,3.025,1227,3.025,1228,3.025,1229,3.025,1230,3.025,1231,3.025,1232,3.025,1233,5.804,1234,3.025,1235,3.025,1236,5.804,1237,3.025,1238,3.025,1239,2.398,1240,3.025,1241,3.025,1242,5.266,1243,3.025,1244,4.443,1245,3.025,1246,3.025,1247,3.025,1248,3.025,1263,1.963,1297,3.159,1298,3.745,1361,2.398,1365,3.013,1371,3.756,1372,3.019,1419,2.265,1485,2.557,1518,3.025,1519,4.05,1520,3.025,1521,3.025,1771,3.013,1819,2.265,1830,2.151,1833,2.398,1834,3.327,1835,3.327,1836,2.398,1837,2.398,1892,2.265,1899,1.963,1910,2.151,1924,1.626,1930,2.151,1932,2.151,1938,3.159,2597,3.025,2914,2.265,2917,2.265,2921,2.557,2925,2.398,2926,3.756,2928,3.756,3143,2.398,3144,3.756,3266,2.757,3276,3.025,3277,4.05,3300,2.398,3355,2.757,3388,3.025,3602,3.025,4089,5.804,4091,4.443,4092,4.443,4093,4.443,4199,2.265,4203,4.443,4316,3.025,4317,3.025,4321,3.025,4323,3.025,4324,3.431,4325,3.431,4326,3.431,4327,5.974,4328,3.431,4329,3.431,4330,5.04,4331,3.431,4332,3.431,4333,3.431]]],"invertedIndex":[["",{"_index":43,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":426,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["0.075rem",{"_index":3578,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["0.1.0",{"_index":4022,"title":{},"body":{"changelog.html":{}}}],["0.125rem",{"_index":2453,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["0.13.1",{"_index":4198,"title":{},"body":{"dependencies.html":{}}}],["0.16",{"_index":2456,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["0.1rem",{"_index":1346,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["0.1s",{"_index":3555,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["0.2.0",{"_index":4017,"title":{},"body":{"changelog.html":{}}}],["0.20.0",{"_index":4137,"title":{},"body":{"dependencies.html":{}}}],["0.25rem",{"_index":1388,"title":{},"body":{"components/HeaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["0.25s",{"_index":3256,"title":{},"body":{"components/StageNavComponent.html":{}}}],["0.2rem",{"_index":449,"title":{},"body":{"components/AppComponent.html":{}}}],["0.2s",{"_index":3579,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["0.375rem",{"_index":1779,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["0.3rem",{"_index":1345,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["0.3s",{"_index":3554,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["0.4s",{"_index":3553,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["0.5",{"_index":368,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["0.5.0",{"_index":4005,"title":{},"body":{"changelog.html":{}}}],["0.5rem",{"_index":425,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["0.5s",{"_index":418,"title":{},"body":{"components/AppComponent.html":{}}}],["0.6.0",{"_index":3986,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["0.625rem",{"_index":2962,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["0.6s",{"_index":435,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{}}}],["0.75rem",{"_index":741,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{}}}],["0.875rem",{"_index":3258,"title":{},"body":{"components/StageNavComponent.html":{}}}],["0.9rem",{"_index":1792,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["0/1",{"_index":4033,"title":{},"body":{"coverage.html":{}}}],["0/16",{"_index":4041,"title":{},"body":{"coverage.html":{}}}],["0/17",{"_index":4032,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":4037,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":4057,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":4036,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":4058,"title":{},"body":{"coverage.html":{}}}],["01",{"_index":3651,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":3871,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":3828,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":3674,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":3804,"title":{},"body":{"changelog.html":{}}}],["05rem",{"_index":3439,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["06",{"_index":3618,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":3611,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":3968,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":3643,"title":{},"body":{"changelog.html":{}}}],["0px",{"_index":746,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["0rem",{"_index":415,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{}}}],["1",{"_index":187,"title":{"components/ContentComponent-1.html":{},"interfaces/SlicesConfig-1.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["1)[0",{"_index":2353,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["1.0",{"_index":367,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["1.0.0",{"_index":3956,"title":{},"body":{"changelog.html":{}}}],["1.0.11",{"_index":4134,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":4141,"title":{},"body":{"dependencies.html":{}}}],["1.0.9",{"_index":4193,"title":{},"body":{"dependencies.html":{}}}],["1.0625rem",{"_index":3434,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["1.1.0",{"_index":3936,"title":{},"body":{"changelog.html":{}}}],["1.125rem",{"_index":3581,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["1.14.10",{"_index":4145,"title":{},"body":{"dependencies.html":{}}}],["1.17.0",{"_index":4170,"title":{},"body":{"dependencies.html":{}}}],["1.1875rem",{"_index":2899,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["1.2.0",{"_index":3900,"title":{},"body":{"changelog.html":{}}}],["1.2.3",{"_index":4144,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":4136,"title":{},"body":{"dependencies.html":{}}}],["1.25rem",{"_index":2451,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["1.2rem",{"_index":440,"title":{},"body":{"components/AppComponent.html":{}}}],["1.3.1",{"_index":4181,"title":{},"body":{"dependencies.html":{}}}],["1.3.5",{"_index":3870,"title":{},"body":{"changelog.html":{}}}],["1.4.0",{"_index":3853,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["1.4.1",{"_index":4157,"title":{},"body":{"dependencies.html":{}}}],["1.5.0",{"_index":3827,"title":{},"body":{"changelog.html":{}}}],["1.5rem",{"_index":457,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["1.6.0",{"_index":3812,"title":{},"body":{"changelog.html":{}}}],["1.7.0",{"_index":3803,"title":{},"body":{"changelog.html":{}}}],["1.75rem",{"_index":1791,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["1.9375rem",{"_index":2898,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["1/1",{"_index":4044,"title":{},"body":{"coverage.html":{}}}],["1/2",{"_index":4063,"title":{},"body":{"coverage.html":{}}}],["1/5",{"_index":4055,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":681,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["10.0.0",{"_index":4168,"title":{},"body":{"dependencies.html":{}}}],["10.5rem",{"_index":1349,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["10/11",{"_index":4087,"title":{},"body":{"coverage.html":{}}}],["10/12",{"_index":4043,"title":{},"body":{"coverage.html":{}}}],["10/22",{"_index":4035,"title":{},"body":{"coverage.html":{}}}],["100",{"_index":400,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["1000",{"_index":923,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["10rem",{"_index":2452,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["10x",{"_index":3947,"title":{},"body":{"changelog.html":{}}}],["11",{"_index":3255,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["11.1.1",{"_index":4153,"title":{},"body":{"dependencies.html":{}}}],["11/20",{"_index":4052,"title":{},"body":{"coverage.html":{}}}],["118",{"_index":3103,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["11rem",{"_index":988,"title":{},"body":{"components/ContentComponent.html":{}}}],["12",{"_index":3612,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["12.75rem",{"_index":987,"title":{},"body":{"components/ContentComponent.html":{}}}],["12/12",{"_index":4084,"title":{},"body":{"coverage.html":{}}}],["12px",{"_index":2963,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["13",{"_index":3748,"title":{},"body":{"changelog.html":{}}}],["13/13",{"_index":4079,"title":{},"body":{"coverage.html":{}}}],["13/17",{"_index":4066,"title":{},"body":{"coverage.html":{}}}],["14",{"_index":3675,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":4171,"title":{},"body":{"dependencies.html":{}}}],["14.1.4",{"_index":4100,"title":{},"body":{"dependencies.html":{}}}],["14.10.1",{"_index":4097,"title":{},"body":{"dependencies.html":{}}}],["14px",{"_index":3333,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["14rem",{"_index":460,"title":{},"body":{"components/AppComponent.html":{}}}],["15",{"_index":3619,"title":{},"body":{"changelog.html":{}}}],["15.313.0",{"_index":4099,"title":{},"body":{"dependencies.html":{}}}],["15/15",{"_index":4076,"title":{},"body":{"coverage.html":{}}}],["15rem",{"_index":422,"title":{},"body":{"components/AppComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["16",{"_index":3595,"title":{},"body":{"changelog.html":{}}}],["16.0.0",{"_index":4173,"title":{},"body":{"dependencies.html":{}}}],["16.0.2",{"_index":4174,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":4103,"title":{},"body":{"dependencies.html":{}}}],["16.1.6",{"_index":4106,"title":{},"body":{"dependencies.html":{}}}],["16.3.1",{"_index":4147,"title":{},"body":{"dependencies.html":{}}}],["17",{"_index":3592,"title":{},"body":{"changelog.html":{}}}],["17/17",{"_index":4067,"title":{},"body":{"coverage.html":{}}}],["17/20",{"_index":4060,"title":{},"body":{"coverage.html":{}}}],["18/18",{"_index":4050,"title":{},"body":{"coverage.html":{}}}],["180",{"_index":2941,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["1px",{"_index":1386,"title":{},"body":{"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["1rem",{"_index":405,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["1s",{"_index":994,"title":{},"body":{"components/ContentComponent.html":{}}}],["2",{"_index":432,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"overview.html":{}}}],["2.0",{"_index":3608,"title":{},"body":{"changelog.html":{}}}],["2.0.0",{"_index":3788,"title":{},"body":{"changelog.html":{}}}],["2.0.1",{"_index":4131,"title":{},"body":{"dependencies.html":{}}}],["2.0.4",{"_index":4102,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":4150,"title":{},"body":{"dependencies.html":{}}}],["2.0625rem",{"_index":3433,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["2.06rem",{"_index":3580,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["2.1.0",{"_index":3763,"title":{},"body":{"changelog.html":{}}}],["2.2.0",{"_index":3757,"title":{},"body":{"changelog.html":{}}}],["2.25rem",{"_index":1277,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/ReviewButtonComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["2.3.0",{"_index":3753,"title":{},"body":{"changelog.html":{}}}],["2.3.1",{"_index":3747,"title":{},"body":{"changelog.html":{}}}],["2.4.0",{"_index":3740,"title":{},"body":{"changelog.html":{}}}],["2.5.0",{"_index":3727,"title":{},"body":{"changelog.html":{}}}],["2.5rem",{"_index":456,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["2.6.1",{"_index":4195,"title":{},"body":{"dependencies.html":{}}}],["2.688rem",{"_index":459,"title":{},"body":{"components/AppComponent.html":{}}}],["2.8.0",{"_index":4133,"title":{},"body":{"dependencies.html":{}}}],["2.8.1",{"_index":4112,"title":{},"body":{"dependencies.html":{}}}],["2.8.5",{"_index":4143,"title":{},"body":{"dependencies.html":{}}}],["2.9rem",{"_index":453,"title":{},"body":{"components/AppComponent.html":{}}}],["2/2",{"_index":4083,"title":{},"body":{"coverage.html":{}}}],["20",{"_index":2025,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["20/20",{"_index":4074,"title":{},"body":{"coverage.html":{}}}],["200",{"_index":3105,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["2019",{"_index":3967,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2020",{"_index":3902,"title":{},"body":{"changelog.html":{}}}],["2021",{"_index":3715,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":3632,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":3591,"title":{},"body":{"changelog.html":{}}}],["20rem",{"_index":735,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["21",{"_index":3805,"title":{},"body":{"changelog.html":{}}}],["210",{"_index":3104,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["21rem",{"_index":1794,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["22",{"_index":3958,"title":{},"body":{"changelog.html":{}}}],["232f3a",{"_index":989,"title":{},"body":{"components/ContentComponent.html":{}}}],["24",{"_index":4006,"title":{},"body":{"changelog.html":{}}}],["24px",{"_index":1790,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["24px.svg",{"_index":1242,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["25",{"_index":3102,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["25.5rem",{"_index":411,"title":{},"body":{"components/AppComponent.html":{}}}],["250",{"_index":2870,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["255",{"_index":2999,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["25rem",{"_index":747,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{}}}],["25s",{"_index":3435,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["26",{"_index":3829,"title":{},"body":{"changelog.html":{}}}],["26th",{"_index":3857,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":3644,"title":{},"body":{"changelog.html":{}}}],["27rem",{"_index":1793,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["29/29",{"_index":4090,"title":{},"body":{"coverage.html":{}}}],["2]).rotatey(toradians(0",{"_index":2994,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["2px",{"_index":733,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["2rem",{"_index":984,"title":{},"body":{"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["3",{"_index":2932,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["3.0.0",{"_index":3711,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3.1.0",{"_index":3685,"title":{},"body":{"changelog.html":{}}}],["3.1.1",{"_index":3681,"title":{},"body":{"changelog.html":{}}}],["3.2.0",{"_index":3673,"title":{},"body":{"changelog.html":{}}}],["3.2.10",{"_index":4120,"title":{},"body":{"dependencies.html":{}}}],["3.3.0",{"_index":3664,"title":{},"body":{"changelog.html":{}}}],["3.3.2",{"_index":4176,"title":{},"body":{"dependencies.html":{}}}],["3.4.0",{"_index":3650,"title":{},"body":{"changelog.html":{}}}],["3.5.0",{"_index":3642,"title":{},"body":{"changelog.html":{}}}],["3.5.7",{"_index":4127,"title":{},"body":{"dependencies.html":{}}}],["3.5rem",{"_index":1348,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{}}}],["3.6",{"_index":4234,"title":{},"body":{"index.html":{}}}],["3.6.0",{"_index":3631,"title":{},"body":{"changelog.html":{}}}],["3.6.3",{"_index":4125,"title":{},"body":{"dependencies.html":{}}}],["3.625rem",{"_index":2897,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["3.7.0",{"_index":3617,"title":{},"body":{"changelog.html":{}}}],["3.7.2",{"_index":3610,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["3.75rem",{"_index":2889,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["3.8.0",{"_index":3594,"title":{},"body":{"changelog.html":{}}}],["3.8.1",{"_index":3590,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3/3",{"_index":4039,"title":{},"body":{"coverage.html":{}}}],["3/9",{"_index":4054,"title":{},"body":{"coverage.html":{}}}],["30",{"_index":1735,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"changelog.html":{},"overview.html":{}}}],["3000",{"_index":356,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["30rem",{"_index":3481,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["31",{"_index":3937,"title":{},"body":{"changelog.html":{}}}],["32rem",{"_index":2900,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["33",{"_index":4053,"title":{},"body":{"coverage.html":{},"overview.html":{}}}],["35/41",{"_index":4049,"title":{},"body":{"coverage.html":{}}}],["3d",{"_index":916,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["3px",{"_index":1782,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["3rem",{"_index":439,"title":{},"body":{"components/AppComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["4",{"_index":3917,"title":{},"body":{"changelog.html":{}}}],["4.0",{"_index":4216,"title":{},"body":{"index.html":{}}}],["4.17.21",{"_index":4166,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":4149,"title":{},"body":{"dependencies.html":{}}}],["4.4.1",{"_index":4139,"title":{},"body":{"dependencies.html":{}}}],["4.4.2",{"_index":4186,"title":{},"body":{"dependencies.html":{}}}],["4.5rem",{"_index":738,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["4/4",{"_index":4038,"title":{},"body":{"coverage.html":{}}}],["4/6",{"_index":4071,"title":{},"body":{"coverage.html":{}}}],["4/8",{"_index":4056,"title":{},"body":{"coverage.html":{}}}],["4/9",{"_index":4062,"title":{},"body":{"coverage.html":{}}}],["40",{"_index":922,"title":{},"body":{"components/ContentComponent.html":{}}}],["400",{"_index":729,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{}}}],["40vh",{"_index":3550,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["42/44",{"_index":4081,"title":{},"body":{"coverage.html":{}}}],["44",{"_index":4061,"title":{},"body":{"coverage.html":{}}}],["45",{"_index":4034,"title":{},"body":{"coverage.html":{}}}],["46rem",{"_index":3477,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["47rem",{"_index":2449,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["4rem",{"_index":1385,"title":{},"body":{"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{}}}],["4th",{"_index":3634,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":3602,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["5.0.0",{"_index":4129,"title":{},"body":{"dependencies.html":{}}}],["5.5rem",{"_index":997,"title":{},"body":{"components/ContentComponent.html":{}}}],["5.688rem",{"_index":416,"title":{},"body":{"components/AppComponent.html":{}}}],["5/5",{"_index":4047,"title":{},"body":{"coverage.html":{}}}],["5/6",{"_index":4078,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":1400,"title":{},"body":{"components/HeaderComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/VideoModalLauncherComponent.html":{},"coverage.html":{}}}],["500",{"_index":1692,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{}}}],["55",{"_index":4051,"title":{},"body":{"coverage.html":{}}}],["55rem",{"_index":1003,"title":{},"body":{"components/ContentComponent.html":{}}}],["58",{"_index":4045,"title":{},"body":{"coverage.html":{}}}],["5rem",{"_index":726,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["5s",{"_index":1076,"title":{},"body":{"components/ContentComponent-1.html":{},"components/VideoModalComponent.html":{}}}],["5th",{"_index":3623,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":3601,"title":{},"body":{"changelog.html":{}}}],["6.11.2",{"_index":4179,"title":{},"body":{"dependencies.html":{}}}],["6.2.1",{"_index":4164,"title":{},"body":{"dependencies.html":{}}}],["6/6",{"_index":4040,"title":{},"body":{"coverage.html":{}}}],["6/7",{"_index":4048,"title":{},"body":{"coverage.html":{}}}],["6/8",{"_index":4073,"title":{},"body":{"coverage.html":{}}}],["600",{"_index":1784,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["60rem",{"_index":2837,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["65vh",{"_index":3463,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["66",{"_index":4070,"title":{},"body":{"coverage.html":{}}}],["675rem",{"_index":3438,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["6px",{"_index":2454,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["6rem",{"_index":2890,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["6s",{"_index":732,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["7.0.0",{"_index":4159,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":4187,"title":{},"body":{"dependencies.html":{}}}],["7/12",{"_index":4046,"title":{},"body":{"coverage.html":{}}}],["7/7",{"_index":4082,"title":{},"body":{"coverage.html":{}}}],["7/9",{"_index":4069,"title":{},"body":{"coverage.html":{}}}],["700",{"_index":2511,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["75",{"_index":4072,"title":{},"body":{"coverage.html":{}}}],["76",{"_index":4065,"title":{},"body":{"coverage.html":{}}}],["77",{"_index":4068,"title":{},"body":{"coverage.html":{}}}],["7rem",{"_index":996,"title":{},"body":{"components/ContentComponent.html":{}}}],["8",{"_index":3808,"title":{},"body":{"changelog.html":{}}}],["8.0.6",{"_index":4190,"title":{},"body":{"dependencies.html":{}}}],["8.2.0",{"_index":4165,"title":{},"body":{"dependencies.html":{}}}],["8.5.16",{"_index":4124,"title":{},"body":{"dependencies.html":{}}}],["8.8.20",{"_index":4114,"title":{},"body":{"dependencies.html":{}}}],["8/8",{"_index":4075,"title":{},"body":{"coverage.html":{}}}],["8/9",{"_index":4086,"title":{},"body":{"coverage.html":{}}}],["83",{"_index":4042,"title":{},"body":{"coverage.html":{}}}],["85",{"_index":4016,"title":{},"body":{"changelog.html":{},"coverage.html":{}}}],["875rem",{"_index":3257,"title":{},"body":{"components/StageNavComponent.html":{}}}],["88",{"_index":4085,"title":{},"body":{"coverage.html":{}}}],["9",{"_index":4313,"title":{},"body":{"overview.html":{}}}],["9.0.0",{"_index":4196,"title":{},"body":{"dependencies.html":{}}}],["9/10",{"_index":4088,"title":{},"body":{"coverage.html":{}}}],["9/9",{"_index":4077,"title":{},"body":{"coverage.html":{}}}],["90",{"_index":1937,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{}}}],["95",{"_index":3677,"title":{},"body":{"changelog.html":{},"coverage.html":{}}}],["999",{"_index":2891,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["9]{4",{"_index":2350,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["9]{4}){3",{"_index":2351,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["9e9e9e",{"_index":1347,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["9rem",{"_index":3170,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["9th",{"_index":3838,"title":{},"body":{"changelog.html":{}}}],["_blocksize",{"_index":3127,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["_error",{"_index":1460,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["_expanded",{"_index":1557,"title":{},"body":{"classes/InitializationState.html":{}}}],["_index",{"_index":3319,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["_latesttags",{"_index":21,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["_lighting",{"_index":2996,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["_measuredmargin",{"_index":1588,"title":{},"body":{"classes/InitializationState.html":{}}}],["_measuredwidth",{"_index":1582,"title":{},"body":{"classes/InitializationState.html":{}}}],["_msg",{"_index":799,"title":{},"body":{"components/ContainerComponent.html":{}}}],["_name",{"_index":2086,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["_opened",{"_index":1553,"title":{},"body":{"classes/InitializationState.html":{}}}],["_position",{"_index":1549,"title":{},"body":{"classes/InitializationState.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["_rotation",{"_index":3128,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["aabb",{"_index":3022,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/functions.html":{}}}],["ability",{"_index":3770,"title":{},"body":{"changelog.html":{}}}],["about.wrapper",{"_index":2873,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["above",{"_index":4003,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["absolute",{"_index":461,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["acc.concat(nodes",{"_index":3076,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["accepting",{"_index":1642,"title":{},"body":{"classes/InitializationState.html":{}}}],["accessible",{"_index":2171,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["accessing",{"_index":3232,"title":{},"body":{"components/StageNavComponent.html":{}}}],["accessors",{"_index":32,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"components/ContainerComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["accordingly",{"_index":2012,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["accurate",{"_index":3826,"title":{},"body":{"changelog.html":{}}}],["action",{"_index":2672,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"license.html":{}}}],["actions",{"_index":3892,"title":{},"body":{"changelog.html":{}}}],["active",{"_index":2273,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ThemingService.html":{}}}],["actual_component",{"_index":537,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["add",{"_index":3366,"title":{},"body":{"injectables/ThemingService.html":{}}}],["addclass",{"_index":3405,"title":{},"body":{"injectables/ThemingService.html":{}}}],["added",{"_index":139,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"changelog.html":{}}}],["added.add(id",{"_index":146,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["added.add(iri",{"_index":152,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["added.has(iri",{"_index":151,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addeventlistener('beforeunload",{"_index":2345,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["adding",{"_index":3561,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["additional",{"_index":4004,"title":{},"body":{"changelog.html":{}}}],["addregistration(registration",{"_index":2653,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["addressed",{"_index":3931,"title":{},"body":{"changelog.html":{}}}],["adds",{"_index":59,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["addsvgicon",{"_index":1464,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["addtag",{"_index":26,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addtag(tag",{"_index":51,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addtagraw",{"_index":27,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["addtagraw(tag",{"_index":57,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addtags",{"_index":28,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addtags(tags",{"_index":62,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["adjusting",{"_index":3928,"title":{},"body":{"changelog.html":{}}}],["adjustment",{"_index":3852,"title":{},"body":{"changelog.html":{}}}],["advanced",{"_index":3790,"title":{},"body":{"changelog.html":{}}}],["afterviewinit",{"_index":775,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["again",{"_index":3908,"title":{},"body":{"changelog.html":{}}}],["against",{"_index":1631,"title":{},"body":{"classes/InitializationState.html":{}}}],["age",{"_index":3738,"title":{},"body":{"changelog.html":{}}}],["ala",{"_index":3751,"title":{},"body":{"changelog.html":{}}}],["alert",{"_index":2321,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["aliases",{"_index":4315,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["align",{"_index":441,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["alignment",{"_index":2712,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["all_organs",{"_index":1910,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["all_organs.find((o",{"_index":1976,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["all_organs.find(info",{"_index":2219,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["allow",{"_index":2892,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["allowed",{"_index":1736,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/ReviewButtonComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["allows",{"_index":1661,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["along",{"_index":2014,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["alpha",{"_index":3996,"title":{},"body":{"changelog.html":{}}}],["alpha.1",{"_index":3980,"title":{},"body":{"changelog.html":{}}}],["alpha.2",{"_index":3976,"title":{},"body":{"changelog.html":{}}}],["alpha.3",{"_index":3966,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":819,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/ThemingService.html":{}}}],["alt",{"_index":4220,"title":{},"body":{"index.html":{}}}],["always",{"_index":843,"title":{},"body":{"components/ContainerComponent.html":{},"components/HeaderComponent.html":{}}}],["analytics",{"_index":678,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"dependencies.html":{}}}],["analyticsmodule",{"_index":1126,"title":{},"body":{"modules/CoreModule.html":{}}}],["analyticsmodule.forroot",{"_index":1130,"title":{},"body":{"modules/CoreModule.html":{}}}],["anatomical",{"_index":1775,"title":{},"body":{"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["anatomicalstructures",{"_index":1894,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["anatomicalstructuretagstate",{"_index":1,"title":{"injectables/AnatomicalStructureTagState.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["anatomicalstructuretagstatemodel",{"_index":130,"title":{"interfaces/AnatomicalStructureTagStateModel.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"coverage.html":{}}}],["and/or",{"_index":4278,"title":{},"body":{"license.html":{}}}],["angle",{"_index":3179,"title":{},"body":{"components/StageNavComponent.html":{}}}],["angular",{"_index":102,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["angular/animations",{"_index":1047,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"dependencies.html":{}}}],["angular/cdk",{"_index":4104,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk/coercion",{"_index":1506,"title":{},"body":{"classes/InitializationState.html":{}}}],["angular/cdk/overlay",{"_index":3386,"title":{},"body":{"injectables/ThemingService.html":{}}}],["angular/common",{"_index":756,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/DetailsLabelModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"components/VideoModalComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":1123,"title":{},"body":{"modules/CoreModule.html":{}}}],["angular/compiler",{"_index":4105,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":104,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["angular/elements",{"_index":565,"title":{},"body":{"modules/AppModule.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":2112,"title":{},"body":{"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"modules/TagSearchModule.html":{},"interfaces/UserName.html":{},"dependencies.html":{}}}],["angular/material",{"_index":4107,"title":{},"body":{"dependencies.html":{}}}],["angular/material/button",{"_index":1700,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/TagSearchModule.html":{}}}],["angular/material/checkbox",{"_index":3346,"title":{},"body":{"modules/TagSearchModule.html":{}}}],["angular/material/chips",{"_index":3339,"title":{},"body":{"modules/TagListModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["angular/material/core",{"_index":760,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/VisibilityMenuModule.html":{}}}],["angular/material/dialog",{"_index":2422,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalModule.html":{}}}],["angular/material/divider",{"_index":1804,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{},"modules/StageNavModule.html":{}}}],["angular/material/expansion",{"_index":1806,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{}}}],["angular/material/form",{"_index":567,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{}}}],["angular/material/icon",{"_index":570,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/DrawerModule.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/LeftSidebarModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["angular/material/input",{"_index":758,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{}}}],["angular/material/legacy",{"_index":2972,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["angular/material/radio",{"_index":2523,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"modules/StageNavModule.html":{}}}],["angular/material/select",{"_index":1359,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/StageNavModule.html":{}}}],["angular/material/slide",{"_index":1744,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{}}}],["angular/material/snack",{"_index":318,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["angular/material/tooltip",{"_index":762,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/HeaderModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/ReviewButtonModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{}}}],["angular/platform",{"_index":573,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/RightSidebarModule.html":{},"dependencies.html":{}}}],["angular/router",{"_index":4109,"title":{},"body":{"dependencies.html":{}}}],["angular/youtube",{"_index":3493,"title":{},"body":{"modules/VideoModalModule.html":{},"dependencies.html":{}}}],["animate",{"_index":1044,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["animate('.5s",{"_index":1534,"title":{},"body":{"classes/InitializationState.html":{}}}],["animate('1s",{"_index":1052,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["animate(0",{"_index":1533,"title":{},"body":{"classes/InitializationState.html":{}}}],["animated",{"_index":2836,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["animated')[0]?.classlist.add('modal",{"_index":2867,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["animation",{"_index":1518,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["animations",{"_index":1006,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{}}}],["animationsenabled",{"_index":1007,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["anterior",{"_index":970,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["api",{"_index":3450,"title":{},"body":{"components/VideoModalComponent.html":{},"changelog.html":{},"index.html":{}}}],["app",{"_index":203,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/DefaultIconDefinition.html":{},"components/ReviewButtonComponent.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"miscellaneous/variables.html":{}}}],["app.component",{"_index":580,"title":{},"body":{"modules/AppModule.html":{}}}],["app.component.html",{"_index":216,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["app.component.scss",{"_index":214,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["app_bootstrap_listener",{"_index":3351,"title":{},"body":{"modules/ThemingModule.html":{}}}],["appcomponent",{"_index":196,"title":{"components/AppComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["appear",{"_index":3723,"title":{},"body":{"changelog.html":{}}}],["appearance",{"_index":724,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["appears",{"_index":2526,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["appelement",{"_index":599,"title":{},"body":{"modules/AppModule.html":{}}}],["applicable",{"_index":1904,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["application",{"_index":2802,"title":{},"body":{"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["application/json",{"_index":2682,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["applied",{"_index":3877,"title":{},"body":{"changelog.html":{}}}],["applyspatialplacement",{"_index":4059,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["applyspatialplacement(new",{"_index":2186,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["applyspatialplacement(tx",{"_index":2139,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"miscellaneous/functions.html":{}}}],["applythemeclass",{"_index":3358,"title":{},"body":{"injectables/ThemingService.html":{}}}],["applythemeclass(cls",{"_index":3365,"title":{},"body":{"injectables/ThemingService.html":{}}}],["appmodule",{"_index":539,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["appname",{"_index":1133,"title":{},"body":{"modules/CoreModule.html":{}}}],["appoptions",{"_index":331,"title":{"interfaces/AppOptions.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{},"coverage.html":{}}}],["appropriate",{"_index":3699,"title":{},"body":{"changelog.html":{}}}],["appwebcomponent",{"_index":477,"title":{"components/AppWebComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["april",{"_index":3837,"title":{},"body":{"changelog.html":{}}}],["area",{"_index":941,"title":{},"body":{"components/ContentComponent.html":{}}}],["arg",{"_index":1456,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["args",{"_index":1457,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["args.filter(value",{"_index":1472,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["argument",{"_index":1469,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["arguments",{"_index":249,"title":{},"body":{"components/AppComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/StageNavComponent.html":{}}}],["arising",{"_index":4307,"title":{},"body":{"license.html":{}}}],["around",{"_index":2876,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["array",{"_index":1254,"title":{},"body":{"components/DetailsLabelComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/TagListComponent.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["array.isarray(entity.placement",{"_index":3090,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["array.isarray(reg.placement",{"_index":2615,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["arraytostring",{"_index":1261,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["arraytostring(details",{"_index":1276,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["arraytostring(inputarray",{"_index":1265,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["arrow_drop_down",{"_index":3251,"title":{},"body":{"components/StageNavComponent.html":{}}}],["arrow_left",{"_index":3425,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["arrow_right",{"_index":3424,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["as.id",{"_index":191,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["as.name",{"_index":192,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["as.name.tolowercase().indexof(text.tolowercase",{"_index":186,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["asct+b",{"_index":3716,"title":{},"body":{"changelog.html":{}}}],["aslookup",{"_index":2036,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["aslookup[iri",{"_index":2041,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["assertions",{"_index":1935,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["assets/icons/ico",{"_index":1247,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/opacity",{"_index":1241,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/organs/ico",{"_index":1163,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/visibility",{"_index":1244,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/reference",{"_index":2176,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["assigned",{"_index":157,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{}}}],["assignment/selection",{"_index":3814,"title":{},"body":{"changelog.html":{}}}],["associated",{"_index":1823,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{},"license.html":{}}}],["astags",{"_index":2883,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["async",{"_index":1490,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/RegistrationStateModel.html":{}}}],["async)?.x",{"_index":978,"title":{},"body":{"components/ContentComponent.html":{}}}],["async)?.y",{"_index":979,"title":{},"body":{"components/ContentComponent.html":{}}}],["async)?.z",{"_index":980,"title":{},"body":{"components/ContentComponent.html":{}}}],["asynchronously",{"_index":3452,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["atlas",{"_index":3588,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["attach",{"_index":3415,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["attempts",{"_index":3742,"title":{},"body":{"changelog.html":{}}}],["author",{"_index":2508,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["authors",{"_index":4299,"title":{},"body":{"license.html":{}}}],["auto",{"_index":737,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/RegistrationContentComponent.html":{},"components/SlicesInputComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["autofocus",{"_index":2553,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["automatic",{"_index":3920,"title":{},"body":{"changelog.html":{}}}],["automatically",{"_index":3878,"title":{},"body":{"changelog.html":{}}}],["available",{"_index":3914,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["avoid",{"_index":3779,"title":{},"body":{"changelog.html":{}}}],["await",{"_index":1496,"title":{},"body":{"classes/InitializationState.html":{}}}],["awaited",{"_index":1486,"title":{},"body":{"classes/InitializationState.html":{}}}],["award",{"_index":4255,"title":{},"body":{"index.html":{}}}],["axis",{"_index":2943,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["b",{"_index":972,"title":{},"body":{"components/ContentComponent.html":{}}}],["back",{"_index":1384,"title":{},"body":{"components/HeaderComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/VisibilityMenuComponent.html":{}}}],["backbutton",{"_index":1393,"title":{},"body":{"components/HeaderComponent.html":{}}}],["backend",{"_index":3732,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":443,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/ReviewModalComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"index.html":{}}}],["backing",{"_index":1447,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["bar",{"_index":319,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["base",{"_index":3984,"title":{},"body":{"changelog.html":{}}}],["based",{"_index":1034,"title":{},"body":{"components/ContentComponent-1.html":{},"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["basehref",{"_index":610,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["basewebcomponent",{"_index":606,"title":{},"body":{"components/AppWebComponent.html":{}}}],["basic",{"_index":3789,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["bbox",{"_index":1576,"title":{},"body":{"classes/InitializationState.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["bbox.left",{"_index":1579,"title":{},"body":{"classes/InitializationState.html":{}}}],["bbox.overlaps(getnodebbox(model",{"_index":3084,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["bbox.right",{"_index":1578,"title":{},"body":{"classes/InitializationState.html":{}}}],["before",{"_index":1152,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"classes/InitializationState.html":{},"modules/StoreModule.html":{},"changelog.html":{}}}],["beforeunloadevent",{"_index":2340,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["beforeunloadlistener",{"_index":2339,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["begin",{"_index":2803,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["behavior",{"_index":991,"title":{},"body":{"components/ContentComponent.html":{}}}],["being",{"_index":2856,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/StoreModule.html":{},"changelog.html":{}}}],["belong",{"_index":1306,"title":{},"body":{"interfaces/ExtractionSet.html":{}}}],["belonging",{"_index":1308,"title":{},"body":{"interfaces/ExtractionSet.html":{}}}],["beta",{"_index":3714,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["better",{"_index":3764,"title":{},"body":{"changelog.html":{}}}],["between",{"_index":285,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["bind",{"_index":72,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"dependencies.html":{}}}],["binds",{"_index":3377,"title":{},"body":{"injectables/ThemingService.html":{}}}],["black",{"_index":407,"title":{},"body":{"components/AppComponent.html":{}}}],["bladder",{"_index":1162,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bladder.svg",{"_index":1164,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["blank",{"_index":2256,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["blob([json",{"_index":2681,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["block",{"_index":255,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["block.x",{"_index":1996,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["block_size_input",{"_index":705,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["blocks",{"_index":1906,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["blocksize",{"_index":663,"title":{"interfaces/BlockSize.html":{}},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["blocksize.x",{"_index":3112,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["blocksize.y",{"_index":3113,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["blocksize.z",{"_index":3114,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["blocksize.z].map(n",{"_index":3135,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["blocksizechange",{"_index":690,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["blocksizeinputcomponent",{"_index":479,"title":{"components/BlockSizeInputComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["blocksizeinputmodule",{"_index":750,"title":{"modules/BlockSizeInputModule.html":{}},"body":{"modules/BlockSizeInputModule.html":{},"modules/RightSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["blood",{"_index":1165,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["blood.svg",{"_index":1166,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bmi",{"_index":3739,"title":{},"body":{"changelog.html":{}}}],["board",{"_index":3978,"title":{},"body":{"changelog.html":{}}}],["body",{"_index":639,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{},"dependencies.html":{}}}],["bodyuimodule",{"_index":1109,"title":{},"body":{"modules/ContentModule.html":{}}}],["bold",{"_index":1788,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["bone",{"_index":1167,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["boolean",{"_index":280,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["booleaninput",{"_index":1504,"title":{},"body":{"classes/InitializationState.html":{}}}],["bootstrap",{"_index":543,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["border",{"_index":445,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["both",{"_index":3756,"title":{},"body":{"changelog.html":{}}}],["bottom",{"_index":446,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["bounds",{"_index":885,"title":{},"body":{"components/ContentComponent.html":{}}}],["box",{"_index":468,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["bp",{"_index":651,"title":{},"body":{"components/AppWebComponent.html":{}}}],["bp.boolean",{"_index":658,"title":{},"body":{"components/AppWebComponent.html":{}}}],["bp.function",{"_index":661,"title":{},"body":{"components/AppWebComponent.html":{}}}],["bp.json",{"_index":659,"title":{},"body":{"components/AppWebComponent.html":{}}}],["bp.stringarray",{"_index":662,"title":{},"body":{"components/AppWebComponent.html":{}}}],["brain",{"_index":1170,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["brain.svg",{"_index":1171,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["break",{"_index":376,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{}}}],["breaking",{"_index":3799,"title":{},"body":{"changelog.html":{}}}],["breaks",{"_index":165,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["breast.svg",{"_index":1201,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bringing",{"_index":3809,"title":{},"body":{"changelog.html":{}}}],["bronchus",{"_index":1196,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bronchus.svg",{"_index":1198,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["browse",{"_index":4310,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":574,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{},"dependencies.html":{},"modules.html":{}}}],["browser/animations",{"_index":576,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules/RightSidebarModule.html":{}}}],["browseranimationsmodule",{"_index":575,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules/RightSidebarModule.html":{}}}],["browserify",{"_index":4188,"title":{},"body":{"dependencies.html":{}}}],["browsermodule",{"_index":572,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{}}}],["browsing",{"_index":4025,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":3605,"title":{},"body":{"changelog.html":{}}}],["build",{"_index":4212,"title":{},"body":{"index.html":{}}}],["buildjsonld",{"_index":2714,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["buildmetadata",{"_index":2702,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["builds",{"_index":2701,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["builtin_parsers",{"_index":641,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.json(value",{"_index":649,"title":{},"body":{"components/AppWebComponent.html":{}}}],["button",{"_index":428,"title":{},"body":{"components/AppComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/JsonFileReaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalLauncherComponent.html":{},"changelog.html":{}}}],["button'},{'name",{"_index":512,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["button.component",{"_index":1301,"title":{},"body":{"modules/DrawerModule.html":{},"modules/ReviewButtonModule.html":{}}}],["button.component.html",{"_index":2782,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["button.component.scss",{"_index":2781,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["button.component.ts",{"_index":2777,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["button.component.ts:104",{"_index":2815,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:119",{"_index":2808,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:19",{"_index":3413,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:21",{"_index":2807,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:22",{"_index":3414,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:26",{"_index":2796,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:27",{"_index":3423,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:31",{"_index":2795,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:37",{"_index":2792,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:38",{"_index":3420,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:40",{"_index":3419,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:42",{"_index":2797,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["button.component.ts:47",{"_index":2805,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:54",{"_index":2800,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:59",{"_index":2790,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:65",{"_index":3417,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:73",{"_index":2813,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:75",{"_index":3418,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:85",{"_index":3416,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:88",{"_index":2817,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:97",{"_index":2812,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["button.module",{"_index":2924,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["button.module.ts",{"_index":2849,"title":{},"body":{"modules/ReviewButtonModule.html":{}}}],["button/review",{"_index":2776,"title":{},"body":{"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{}}}],["button/toggle",{"_index":1300,"title":{},"body":{"modules/DrawerModule.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["buttons",{"_index":954,"title":{},"body":{"components/ContentComponent.html":{}}}],["c",{"_index":4260,"title":{},"body":{"license.html":{}}}],["cache",{"_index":3614,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["cacheable",{"_index":4192,"title":{},"body":{"dependencies.html":{}}}],["cached",{"_index":1580,"title":{},"body":{"classes/InitializationState.html":{}}}],["calc",{"_index":3437,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["calc(100",{"_index":455,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["calc(50",{"_index":1538,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["calculated",{"_index":1572,"title":{},"body":{"classes/InitializationState.html":{}}}],["call",{"_index":1470,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["callback",{"_index":982,"title":{},"body":{"components/ContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"changelog.html":{}}}],["called",{"_index":1502,"title":{},"body":{"classes/InitializationState.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["calling",{"_index":3219,"title":{},"body":{"components/StageNavComponent.html":{}}}],["calls",{"_index":2486,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["cancel",{"_index":2535,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/TagListComponent.html":{}}}],["cancelregistration",{"_index":611,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"changelog.html":{}}}],["cancelregistrationcallback",{"_index":622,"title":{},"body":{"components/AppWebComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"miscellaneous/typealiases.html":{}}}],["candidate",{"_index":3960,"title":{},"body":{"changelog.html":{}}}],["cannon",{"_index":3024,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["card",{"_index":3792,"title":{},"body":{"changelog.html":{}}}],["carousel",{"_index":3795,"title":{},"body":{"changelog.html":{}}}],["case",{"_index":372,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{},"index.html":{}}}],["cases",{"_index":3935,"title":{},"body":{"changelog.html":{}}}],["catch",{"_index":650,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["catcherror",{"_index":2138,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["ccf",{"_index":211,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StoreModule.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{}}}],["ccf's",{"_index":3896,"title":{},"body":{"changelog.html":{}}}],["ccf.owl",{"_index":3620,"title":{},"body":{"changelog.html":{}}}],["ccf_annotations",{"_index":2725,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["ccfdrawer",{"_index":1526,"title":{},"body":{"classes/InitializationState.html":{}}}],["ccfdrawercontainer",{"_index":777,"title":{},"body":{"components/ContainerComponent.html":{}}}],["cdk",{"_index":1350,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["cdr",{"_index":246,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["cdr.markforcheck",{"_index":348,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["cell",{"_index":3687,"title":{},"body":{"changelog.html":{}}}],["center",{"_index":431,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"index.html":{}}}],["centimeter",{"_index":2144,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["certain",{"_index":257,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["cff",{"_index":1075,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["change",{"_index":267,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{},"index.html":{}}}],["changed",{"_index":862,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["changedetection",{"_index":208,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["changedetectionstrategy",{"_index":316,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":209,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["changedetectorref",{"_index":247,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["changelog",{"_index":3586,"title":{"changelog.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["changerotation",{"_index":2947,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["changerotation(newrotation",{"_index":2945,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["changes",{"_index":181,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["changing",{"_index":3199,"title":{},"body":{"components/StageNavComponent.html":{}}}],["channel",{"_index":781,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["channels",{"_index":1859,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["charge",{"_index":4266,"title":{},"body":{"license.html":{}}}],["check",{"_index":2077,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["checknamevalid",{"_index":2383,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["checknamevalid(event",{"_index":2392,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["checks",{"_index":1033,"title":{},"body":{"components/ContentComponent-1.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{}}}],["chevron_left",{"_index":1383,"title":{},"body":{"components/HeaderComponent.html":{}}}],["child",{"_index":740,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{}}}],["chip",{"_index":3330,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["chip__action",{"_index":3575,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["chip__text",{"_index":3332,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["choose",{"_index":3915,"title":{},"body":{"changelog.html":{}}}],["ci/cd",{"_index":3894,"title":{},"body":{"changelog.html":{}}}],["claim",{"_index":4302,"title":{},"body":{"license.html":{}}}],["class",{"_index":132,"title":{"classes/InitializationState.html":{},"classes/MessageChannel.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["class.ccf",{"_index":3410,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["class.cff",{"_index":1014,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["classend",{"_index":1544,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["classes",{"_index":1484,"title":{},"body":{"classes/InitializationState.html":{},"classes/MessageChannel.html":{},"overview.html":{}}}],["classname",{"_index":390,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["clean",{"_index":1867,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["cleans",{"_index":276,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["cleanup",{"_index":3713,"title":{},"body":{"changelog.html":{}}}],["clear",{"_index":2871,"title":{},"body":{"components/ReviewModalComponent.html":{},"components/VideoModalComponent.html":{}}}],["clearhaschanges",{"_index":2235,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["clears",{"_index":3517,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["click",{"_index":1671,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/StageNavComponent.html":{},"changelog.html":{}}}],["clicked",{"_index":270,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ReviewButtonComponent.html":{},"interfaces/User.html":{}}}],["clicking",{"_index":3797,"title":{},"body":{"changelog.html":{}}}],["clicks",{"_index":3214,"title":{},"body":{"components/StageNavComponent.html":{}}}],["client",{"_index":3613,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["close",{"_index":427,"title":{},"body":{"components/AppComponent.html":{},"classes/InitializationState.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["closed",{"_index":305,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RightSidebarComponent.html":{},"interfaces/User.html":{},"miscellaneous/typealiases.html":{}}}],["closedialog",{"_index":2384,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["closeexpanded",{"_index":1607,"title":{},"body":{"classes/InitializationState.html":{}}}],["closeopendone",{"_index":1614,"title":{},"body":{"classes/InitializationState.html":{}}}],["closes",{"_index":1595,"title":{},"body":{"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/StageNavComponent.html":{},"components/VideoModalComponent.html":{}}}],["cls",{"_index":3368,"title":{},"body":{"injectables/ThemingService.html":{}}}],["clsname",{"_index":686,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["cluster_appmodule",{"_index":546,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":547,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":548,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_blocksizeinputmodule",{"_index":751,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"overview.html":{}}}],["cluster_blocksizeinputmodule_declarations",{"_index":752,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"overview.html":{}}}],["cluster_blocksizeinputmodule_exports",{"_index":753,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"overview.html":{}}}],["cluster_contentmodule",{"_index":1102,"title":{},"body":{"modules/ContentModule.html":{},"overview.html":{}}}],["cluster_contentmodule_declarations",{"_index":1103,"title":{},"body":{"modules/ContentModule.html":{},"overview.html":{}}}],["cluster_contentmodule_exports",{"_index":1105,"title":{},"body":{"modules/ContentModule.html":{},"overview.html":{}}}],["cluster_contentmodule_imports",{"_index":1104,"title":{},"body":{"modules/ContentModule.html":{},"overview.html":{}}}],["cluster_coremodule",{"_index":1117,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_coremodule_imports",{"_index":1118,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_detailslabelmodule",{"_index":1279,"title":{},"body":{"modules/DetailsLabelModule.html":{},"overview.html":{}}}],["cluster_detailslabelmodule_declarations",{"_index":1280,"title":{},"body":{"modules/DetailsLabelModule.html":{},"overview.html":{}}}],["cluster_detailslabelmodule_exports",{"_index":1281,"title":{},"body":{"modules/DetailsLabelModule.html":{},"overview.html":{}}}],["cluster_drawermodule",{"_index":1293,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_drawermodule_declarations",{"_index":1295,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_drawermodule_exports",{"_index":1294,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_extractionsetdropdownmodule",{"_index":1354,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"overview.html":{}}}],["cluster_extractionsetdropdownmodule_declarations",{"_index":1355,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"overview.html":{}}}],["cluster_extractionsetdropdownmodule_exports",{"_index":1356,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"overview.html":{}}}],["cluster_headermodule",{"_index":1402,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_headermodule_declarations",{"_index":1404,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_headermodule_exports",{"_index":1403,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_jsonfilereadermodule",{"_index":1694,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"overview.html":{}}}],["cluster_jsonfilereadermodule_declarations",{"_index":1695,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"overview.html":{}}}],["cluster_jsonfilereadermodule_exports",{"_index":1696,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"overview.html":{}}}],["cluster_labeledslidetogglemodule",{"_index":1739,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"overview.html":{}}}],["cluster_labeledslidetogglemodule_declarations",{"_index":1741,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"overview.html":{}}}],["cluster_labeledslidetogglemodule_exports",{"_index":1740,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"overview.html":{}}}],["cluster_leftsidebarmodule",{"_index":1795,"title":{},"body":{"modules/LeftSidebarModule.html":{},"overview.html":{}}}],["cluster_leftsidebarmodule_declarations",{"_index":1797,"title":{},"body":{"modules/LeftSidebarModule.html":{},"overview.html":{}}}],["cluster_leftsidebarmodule_exports",{"_index":1796,"title":{},"body":{"modules/LeftSidebarModule.html":{},"overview.html":{}}}],["cluster_leftsidebarmodule_imports",{"_index":1798,"title":{},"body":{"modules/LeftSidebarModule.html":{},"overview.html":{}}}],["cluster_nameinputmodule",{"_index":2123,"title":{},"body":{"modules/NameInputModule.html":{},"overview.html":{}}}],["cluster_nameinputmodule_declarations",{"_index":2124,"title":{},"body":{"modules/NameInputModule.html":{},"overview.html":{}}}],["cluster_nameinputmodule_exports",{"_index":2125,"title":{},"body":{"modules/NameInputModule.html":{},"overview.html":{}}}],["cluster_registrationcontentmodule",{"_index":2459,"title":{},"body":{"modules/RegistrationContentModule.html":{},"overview.html":{}}}],["cluster_registrationcontentmodule_declarations",{"_index":2460,"title":{},"body":{"modules/RegistrationContentModule.html":{},"overview.html":{}}}],["cluster_registrationcontentmodule_exports",{"_index":2462,"title":{},"body":{"modules/RegistrationContentModule.html":{},"overview.html":{}}}],["cluster_registrationcontentmodule_imports",{"_index":2461,"title":{},"body":{"modules/RegistrationContentModule.html":{},"overview.html":{}}}],["cluster_registrationmetadatamodule",{"_index":2516,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"overview.html":{}}}],["cluster_registrationmetadatamodule_declarations",{"_index":2517,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"overview.html":{}}}],["cluster_registrationmetadatamodule_exports",{"_index":2518,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"overview.html":{}}}],["cluster_registrationmetadatamodule_imports",{"_index":2519,"title":{},"body":{"modules/RegistrationMetadataModule.html":{}}}],["cluster_registrationmodalmodule",{"_index":2554,"title":{},"body":{"modules/RegistrationModalModule.html":{},"overview.html":{}}}],["cluster_registrationmodalmodule_declarations",{"_index":2555,"title":{},"body":{"modules/RegistrationModalModule.html":{},"overview.html":{}}}],["cluster_registrationmodalmodule_exports",{"_index":2557,"title":{},"body":{"modules/RegistrationModalModule.html":{},"overview.html":{}}}],["cluster_registrationmodalmodule_imports",{"_index":2556,"title":{},"body":{"modules/RegistrationModalModule.html":{}}}],["cluster_reviewbuttonmodule",{"_index":2844,"title":{},"body":{"modules/ReviewButtonModule.html":{},"overview.html":{}}}],["cluster_reviewbuttonmodule_declarations",{"_index":2845,"title":{},"body":{"modules/ReviewButtonModule.html":{},"overview.html":{}}}],["cluster_reviewbuttonmodule_exports",{"_index":2846,"title":{},"body":{"modules/ReviewButtonModule.html":{},"overview.html":{}}}],["cluster_reviewbuttonmodule_imports",{"_index":2847,"title":{},"body":{"modules/ReviewButtonModule.html":{},"overview.html":{}}}],["cluster_reviewmodalmodule",{"_index":2879,"title":{},"body":{"modules/ReviewModalModule.html":{},"overview.html":{}}}],["cluster_reviewmodalmodule_declarations",{"_index":2880,"title":{},"body":{"modules/ReviewModalModule.html":{},"overview.html":{}}}],["cluster_reviewmodalmodule_exports",{"_index":2881,"title":{},"body":{"modules/ReviewModalModule.html":{},"overview.html":{}}}],["cluster_rightsidebarmodule",{"_index":2903,"title":{},"body":{"modules/RightSidebarModule.html":{},"overview.html":{}}}],["cluster_rightsidebarmodule_declarations",{"_index":2905,"title":{},"body":{"modules/RightSidebarModule.html":{},"overview.html":{}}}],["cluster_rightsidebarmodule_exports",{"_index":2904,"title":{},"body":{"modules/RightSidebarModule.html":{},"overview.html":{}}}],["cluster_rightsidebarmodule_imports",{"_index":2906,"title":{},"body":{"modules/RightSidebarModule.html":{},"overview.html":{}}}],["cluster_rotationslidermodule",{"_index":2965,"title":{},"body":{"modules/RotationSliderModule.html":{},"overview.html":{}}}],["cluster_rotationslidermodule_declarations",{"_index":2966,"title":{},"body":{"modules/RotationSliderModule.html":{},"overview.html":{}}}],["cluster_rotationslidermodule_exports",{"_index":2967,"title":{},"body":{"modules/RotationSliderModule.html":{},"overview.html":{}}}],["cluster_slicesinputmodule",{"_index":3172,"title":{},"body":{"modules/SlicesInputModule.html":{},"overview.html":{}}}],["cluster_slicesinputmodule_declarations",{"_index":3173,"title":{},"body":{"modules/SlicesInputModule.html":{},"overview.html":{}}}],["cluster_slicesinputmodule_exports",{"_index":3174,"title":{},"body":{"modules/SlicesInputModule.html":{},"overview.html":{}}}],["cluster_stagenavmodule",{"_index":3259,"title":{},"body":{"modules/StageNavModule.html":{},"overview.html":{}}}],["cluster_stagenavmodule_declarations",{"_index":3262,"title":{},"body":{"modules/StageNavModule.html":{},"overview.html":{}}}],["cluster_stagenavmodule_exports",{"_index":3261,"title":{},"body":{"modules/StageNavModule.html":{},"overview.html":{}}}],["cluster_stagenavmodule_imports",{"_index":3260,"title":{},"body":{"modules/StageNavModule.html":{}}}],["cluster_taglistmodule",{"_index":3334,"title":{},"body":{"modules/TagListModule.html":{},"overview.html":{}}}],["cluster_taglistmodule_declarations",{"_index":3335,"title":{},"body":{"modules/TagListModule.html":{},"overview.html":{}}}],["cluster_taglistmodule_exports",{"_index":3336,"title":{},"body":{"modules/TagListModule.html":{},"overview.html":{}}}],["cluster_tagsearchmodule",{"_index":3341,"title":{},"body":{"modules/TagSearchModule.html":{},"overview.html":{}}}],["cluster_tagsearchmodule_declarations",{"_index":3342,"title":{},"body":{"modules/TagSearchModule.html":{},"overview.html":{}}}],["cluster_tagsearchmodule_exports",{"_index":3343,"title":{},"body":{"modules/TagSearchModule.html":{},"overview.html":{}}}],["cluster_themingmodule",{"_index":3348,"title":{},"body":{"modules/ThemingModule.html":{},"overview.html":{}}}],["cluster_themingmodule_providers",{"_index":3349,"title":{},"body":{"modules/ThemingModule.html":{},"overview.html":{}}}],["cluster_videomodallaunchermodule",{"_index":3483,"title":{},"body":{"modules/VideoModalLauncherModule.html":{},"overview.html":{}}}],["cluster_videomodallaunchermodule_declarations",{"_index":3484,"title":{},"body":{"modules/VideoModalLauncherModule.html":{},"overview.html":{}}}],["cluster_videomodallaunchermodule_exports",{"_index":3485,"title":{},"body":{"modules/VideoModalLauncherModule.html":{},"overview.html":{}}}],["cluster_videomodalmodule",{"_index":3489,"title":{},"body":{"modules/VideoModalModule.html":{},"overview.html":{}}}],["cluster_videomodalmodule_declarations",{"_index":3490,"title":{},"body":{"modules/VideoModalModule.html":{},"overview.html":{}}}],["cluster_videomodalmodule_exports",{"_index":3491,"title":{},"body":{"modules/VideoModalModule.html":{},"overview.html":{}}}],["cluster_visibilitymenumodule",{"_index":3556,"title":{},"body":{"modules/VisibilityMenuModule.html":{},"overview.html":{}}}],["cluster_visibilitymenumodule_declarations",{"_index":3557,"title":{},"body":{"modules/VisibilityMenuModule.html":{},"overview.html":{}}}],["cluster_visibilitymenumodule_exports",{"_index":3558,"title":{},"body":{"modules/VisibilityMenuModule.html":{},"overview.html":{}}}],["cluster_visibilitytogglemodule",{"_index":3582,"title":{},"body":{"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["cluster_visibilitytogglemodule_declarations",{"_index":3583,"title":{},"body":{"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["cluster_visibilitytogglemodule_exports",{"_index":3584,"title":{},"body":{"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["coalescing",{"_index":2207,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["code",{"_index":3451,"title":{},"body":{"components/VideoModalComponent.html":{},"changelog.html":{}}}],["code.touppercase().endswith(lookup",{"_index":2210,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["codebase",{"_index":3905,"title":{},"body":{"changelog.html":{}}}],["codex",{"_index":3946,"title":{},"body":{"changelog.html":{}}}],["codifies",{"_index":3991,"title":{},"body":{"changelog.html":{}}}],["coercebooleanproperty",{"_index":1505,"title":{},"body":{"classes/InitializationState.html":{}}}],["collaboration",{"_index":3903,"title":{},"body":{"changelog.html":{}}}],["collapse",{"_index":437,"title":{},"body":{"components/AppComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["collapsed",{"_index":1514,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["collapses",{"_index":1606,"title":{},"body":{"classes/InitializationState.html":{}}}],["collection",{"_index":13,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["collisions",{"_index":137,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["color",{"_index":406,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/ReviewModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["colorizing",{"_index":3953,"title":{},"body":{"changelog.html":{}}}],["column",{"_index":398,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent-1.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["combination",{"_index":3916,"title":{},"body":{"changelog.html":{}}}],["combined",{"_index":1097,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["combinelatest",{"_index":111,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/LeftSidebarComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{}}}],["combinelatest([regs",{"_index":2592,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["combinelatest([this.entities",{"_index":134,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["combinelatest([this.model.anatomicalstructures",{"_index":3056,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.model.organiri",{"_index":3085,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.model.organiri$.pipe(filter(organiri=>organiri",{"_index":3107,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.model.viewtype",{"_index":3121,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.page.state",{"_index":2540,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["combinelatest([this.referenceorgansimplenodes",{"_index":3077,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.reg.state",{"_index":2309,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["combinelatest([this.rotation",{"_index":3051,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.theme",{"_index":345,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["come",{"_index":3289,"title":{},"body":{"modules/StoreModule.html":{},"changelog.html":{}}}],["coming",{"_index":3943,"title":{},"body":{"changelog.html":{}}}],["comlink",{"_index":4138,"title":{},"body":{"dependencies.html":{}}}],["comma",{"_index":1273,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["commas",{"_index":1258,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["common",{"_index":3745,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["commonmodule",{"_index":755,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/DetailsLabelModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["compatibility",{"_index":3286,"title":{},"body":{"modules/StoreModule.html":{}}}],["completed",{"_index":1622,"title":{},"body":{"classes/InitializationState.html":{}}}],["completion",{"_index":1612,"title":{},"body":{"classes/InitializationState.html":{}}}],["complexity",{"_index":3821,"title":{},"body":{"changelog.html":{}}}],["compodoc",{"_index":3707,"title":{},"body":{"changelog.html":{}}}],["component",{"_index":195,"title":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["component's",{"_index":897,"title":{},"body":{"components/ContentComponent.html":{}}}],["component.component",{"_index":579,"title":{},"body":{"modules/AppModule.html":{}}}],["component.component.ts",{"_index":605,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["component.component.ts:34",{"_index":621,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:35",{"_index":637,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:36",{"_index":638,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:37",{"_index":631,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:38",{"_index":625,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:39",{"_index":634,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:40",{"_index":623,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:41",{"_index":627,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:42",{"_index":635,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:43",{"_index":636,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:44",{"_index":628,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:45",{"_index":629,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:46",{"_index":630,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:47",{"_index":632,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:49",{"_index":619,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component_template",{"_index":475,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["componentref",{"_index":3371,"title":{},"body":{"injectables/ThemingService.html":{}}}],["components",{"_index":197,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"overview.html":{},"miscellaneous/typealiases.html":{}}}],["computed",{"_index":105,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["comunica/query",{"_index":4110,"title":{},"body":{"dependencies.html":{}}}],["concat",{"_index":4140,"title":{},"body":{"dependencies.html":{}}}],["concat(sortby(set.extractionsites.map((entity",{"_index":2048,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["conditions",{"_index":4285,"title":{},"body":{"license.html":{}}}],["config",{"_index":770,"title":{},"body":{"modules/ConfigModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["config.cancelregistration",{"_index":2315,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["config.isolated",{"_index":1861,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["config.register",{"_index":2314,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["config.user",{"_index":2317,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["configmodule",{"_index":765,"title":{"modules/ConfigModule.html":{}},"body":{"modules/ConfigModule.html":{},"modules/CoreModule.html":{},"modules.html":{},"overview.html":{}}}],["configstore",{"_index":620,"title":{},"body":{"components/AppWebComponent.html":{}}}],["configuration",{"_index":1372,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["configurations",{"_index":3769,"title":{},"body":{"changelog.html":{}}}],["confirm('changes",{"_index":2322,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["confirmation",{"_index":3741,"title":{},"body":{"changelog.html":{}}}],["conform",{"_index":3775,"title":{},"body":{"changelog.html":{}}}],["connect",{"_index":1882,"title":{},"body":{"injectables/MessageService.html":{},"changelog.html":{}}}],["connect(source",{"_index":1870,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["connected",{"_index":813,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["connection",{"_index":4308,"title":{},"body":{"license.html":{}}}],["connects",{"_index":1869,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["consentservice",{"_index":237,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["consider",{"_index":3285,"title":{},"body":{"modules/StoreModule.html":{}}}],["consortium",{"_index":4261,"title":{},"body":{"license.html":{}}}],["const",{"_index":138,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StoreModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["constructor",{"_index":35,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["constructor(@inject(message_service_config",{"_index":1860,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["constructor(@optional",{"_index":1134,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ThemingService.html":{}}}],["constructor(config",{"_index":1883,"title":{},"body":{"injectables/MessageService.html":{}}}],["constructor(configstore",{"_index":618,"title":{},"body":{"components/AppWebComponent.html":{}}}],["constructor(defaulttheme",{"_index":3363,"title":{},"body":{"injectables/ThemingService.html":{}}}],["constructor(dialog",{"_index":2530,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["constructor(dialogref",{"_index":2852,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["constructor(drawer",{"_index":3411,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["constructor(ga",{"_index":714,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["constructor(globalconfig",{"_index":2247,"title":{},"body":{"injectables/PageState.html":{}}}],["constructor(globals",{"_index":2363,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["constructor(injector",{"_index":36,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"injectables/SceneState.html":{}}}],["constructor(messageservice",{"_index":789,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{}}}],["constructor(model",{"_index":236,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{}}}],["constructor(page",{"_index":1378,"title":{},"body":{"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["constructor(private",{"_index":598,"title":{},"body":{"modules/AppModule.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["constructor(readonly",{"_index":1382,"title":{},"body":{"components/HeaderComponent.html":{}}}],["constructor(registry",{"_index":1474,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["constructor(renderer2",{"_index":3443,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["constructor(source",{"_index":1875,"title":{},"body":{"classes/MessageChannel.html":{}}}],["contain",{"_index":1085,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/HeaderComponent.html":{}}}],["contained",{"_index":1893,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["container",{"_index":308,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["container'},{'name",{"_index":482,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["container.component.html",{"_index":780,"title":{},"body":{"components/ContainerComponent.html":{}}}],["container.component.scss",{"_index":779,"title":{},"body":{"components/ContainerComponent.html":{}}}],["container/container.component",{"_index":1299,"title":{},"body":{"modules/DrawerModule.html":{}}}],["containercomponent",{"_index":481,"title":{"components/ContainerComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["containerpayload",{"_index":1088,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["containers",{"_index":861,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"changelog.html":{}}}],["containing",{"_index":668,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"index.html":{}}}],["contains",{"_index":694,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ExtractionSet.html":{},"classes/InitializationState.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["content",{"_index":412,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["content'},{'name",{"_index":484,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["content.component",{"_index":2468,"title":{},"body":{"modules/RegistrationContentModule.html":{},"components/RegistrationModalComponent.html":{}}}],["content.component.html",{"_index":884,"title":{},"body":{"components/ContentComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["content.component.scss",{"_index":883,"title":{},"body":{"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/RegistrationContentComponent.html":{}}}],["content.component.ts",{"_index":2373,"title":{},"body":{"components/RegistrationContentComponent.html":{},"coverage.html":{}}}],["content.component.ts:102",{"_index":2393,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:111",{"_index":2401,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:122",{"_index":2404,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:135",{"_index":2399,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:144",{"_index":2396,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:21",{"_index":2391,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:24",{"_index":2420,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:29",{"_index":2413,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:32",{"_index":2421,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:35",{"_index":2416,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:38",{"_index":2409,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:41",{"_index":2408,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:44",{"_index":2411,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:47",{"_index":2412,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:50",{"_index":2390,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:63",{"_index":2410,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:92",{"_index":2407,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.module",{"_index":2561,"title":{},"body":{"modules/RegistrationModalModule.html":{}}}],["content.module.ts",{"_index":2464,"title":{},"body":{"modules/RegistrationContentModule.html":{}}}],["content/content.component",{"_index":836,"title":{},"body":{"components/ContainerComponent.html":{},"modules/ContentModule.html":{},"modules/DrawerModule.html":{}}}],["content/registration",{"_index":2372,"title":{},"body":{"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"coverage.html":{}}}],["content1",{"_index":782,"title":{},"body":{"components/ContainerComponent.html":{}}}],["content2",{"_index":783,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren",{"_index":833,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren(contentcomponent",{"_index":815,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren(drawercomponent",{"_index":825,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentcomponent",{"_index":483,"title":{"components/ContentComponent.html":{},"components/ContentComponent-1.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["contentcontainerchanged",{"_index":1077,"title":{"interfaces/ContentContainerChanged.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["contentmodule",{"_index":549,"title":{"modules/ContentModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ContentModule.html":{},"modules.html":{},"overview.html":{}}}],["context",{"_index":2715,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["context.jsonld",{"_index":2718,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["continue",{"_index":2448,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["contract",{"_index":4305,"title":{},"body":{"license.html":{}}}],["control",{"_index":2495,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["controls",{"_index":2888,"title":{},"body":{"components/RightSidebarComponent.html":{},"changelog.html":{}}}],["convention",{"_index":1101,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{}}}],["converted",{"_index":2492,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["converting",{"_index":1268,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["converts",{"_index":2260,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["coordinate",{"_index":4242,"title":{},"body":{"index.html":{}}}],["copies",{"_index":4280,"title":{},"body":{"license.html":{}}}],["copy",{"_index":4268,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":4259,"title":{},"body":{"license.html":{}}}],["cord",{"_index":1223,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["cord.svg",{"_index":1224,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["core",{"_index":1135,"title":{},"body":{"modules/CoreModule.html":{}}}],["core/core.module",{"_index":581,"title":{},"body":{"modules/AppModule.html":{}}}],["core/models/anatomical",{"_index":3321,"title":{},"body":{"components/TagListComponent.html":{}}}],["core/models/extraction",{"_index":1335,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["core/models/meta",{"_index":2818,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["core/models/visibility",{"_index":1770,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["core/services/config/config",{"_index":324,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/User.html":{}}}],["core/services/theming/theming.service",{"_index":325,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["core/store/anatomical",{"_index":2887,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["core/store/model/model.state",{"_index":326,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/User.html":{}}}],["core/store/page/page.state",{"_index":327,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/User.html":{}}}],["core/store/reference",{"_index":2538,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["core/store/registration/registration.state",{"_index":958,"title":{},"body":{"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{}}}],["core/store/scene/scene.state",{"_index":959,"title":{},"body":{"components/ContentComponent.html":{}}}],["coremodule",{"_index":550,"title":{"modules/CoreModule.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules.html":{},"overview.html":{}}}],["correct",{"_index":1397,"title":{},"body":{"components/HeaderComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["cors",{"_index":4142,"title":{},"body":{"dependencies.html":{}}}],["counter",{"_index":1839,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["coverage",{"_index":3974,"title":{"coverage.html":{}},"body":{"changelog.html":{},"coverage.html":{}}}],["createcustomelement",{"_index":564,"title":{},"body":{"modules/AppModule.html":{}}}],["createcustomelement(appwebcomponent",{"_index":600,"title":{},"body":{"modules/AppModule.html":{}}}],["created",{"_index":3873,"title":{},"body":{"changelog.html":{}}}],["createentitycollections",{"_index":100,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["creates",{"_index":40,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["createscenenodes",{"_index":2974,"title":{},"body":{"injectables/SceneState.html":{}}}],["createscenenodes(organiri",{"_index":2984,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["creating",{"_index":838,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{}}}],["creation",{"_index":2791,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["creation_date",{"_index":2724,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator",{"_index":2721,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator_first_name",{"_index":2692,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator_last_name",{"_index":2694,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator_middle_name",{"_index":2696,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator_orcid",{"_index":2698,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["credits",{"_index":4246,"title":{},"body":{"index.html":{}}}],["crosshairs",{"_index":909,"title":{},"body":{"components/ContentComponent.html":{}}}],["css",{"_index":955,"title":{},"body":{"components/ContentComponent.html":{},"dependencies.html":{}}}],["cube.svg",{"_index":1248,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["cuboid",{"_index":3973,"title":{},"body":{"changelog.html":{}}}],["cuboids",{"_index":3971,"title":{},"body":{"changelog.html":{}}}],["current",{"_index":1326,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["currentdate",{"_index":2599,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["currentidentifier",{"_index":2596,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["currently",{"_index":1334,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/ReviewButtonComponent.html":{},"injectables/ThemingService.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["currentorgan",{"_index":2374,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["currentsex",{"_index":2375,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["cursor",{"_index":433,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["customelements.define('ccf",{"_index":602,"title":{},"body":{"modules/AppModule.html":{}}}],["customizable",{"_index":3562,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["customized",{"_index":1662,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["cyberinfrastructure",{"_index":4248,"title":{},"body":{"index.html":{}}}],["cycle",{"_index":3831,"title":{},"body":{"changelog.html":{}}}],["d",{"_index":384,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["damages",{"_index":4303,"title":{},"body":{"license.html":{}}}],["dark",{"_index":287,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["dark/light",{"_index":3771,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":350,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["data.json",{"_index":2177,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["data.label",{"_index":2828,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{}}}],["data.metadata",{"_index":2864,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["data.push",{"_index":2704,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["data.registrationcallbackset",{"_index":2865,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["data.sex",{"_index":2626,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["data.side",{"_index":2628,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["data.state",{"_index":1926,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{}}}],["data.state.ts",{"_index":2129,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["data.state.ts:100",{"_index":2368,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:110",{"_index":2370,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:135",{"_index":2367,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:155",{"_index":2366,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:176",{"_index":2365,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:75",{"_index":2364,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:87",{"_index":2369,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.ts",{"_index":1890,"title":{},"body":{"interfaces/MetaDataField.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["data.value",{"_index":2872,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["data/reference",{"_index":1925,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["dataaction",{"_index":53,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["database",{"_index":2137,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["datasets",{"_index":3840,"title":{},"body":{"changelog.html":{}}}],["datatype",{"_index":1718,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["date().toisostring().split('t')[0",{"_index":2600,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["db",{"_index":2034,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["db.anatomicalstructures[organiri",{"_index":2038,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["db.extractionsets[organiri",{"_index":2045,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["db.organirilookup[key",{"_index":2212,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["db.organspatialentities[organiri",{"_index":2052,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["db.placementpatches[place?.target",{"_index":2184,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["db.scenenodelookup[item.id",{"_index":3069,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["db.scenenodelookup[node['@id",{"_index":3142,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["db.simplescenenodelookup[item.id",{"_index":3070,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["db.simplescenenodelookup[node['@id",{"_index":3074,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["deal",{"_index":4269,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":4309,"title":{},"body":{"license.html":{}}}],["debug",{"_index":934,"title":{},"body":{"components/ContentComponent.html":{}}}],["debugmode",{"_index":886,"title":{},"body":{"components/ContentComponent.html":{}}}],["december",{"_index":3909,"title":{},"body":{"changelog.html":{}}}],["decides",{"_index":2793,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["deck.gl/core",{"_index":4113,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/geo",{"_index":4115,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/layers",{"_index":4117,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/mesh",{"_index":4118,"title":{},"body":{"dependencies.html":{}}}],["declarations",{"_index":542,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["declare",{"_index":1370,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["decoration",{"_index":1391,"title":{},"body":{"components/HeaderComponent.html":{}}}],["decorator",{"_index":110,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"dependencies.html":{}}}],["decorators",{"_index":52,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["deep",{"_index":466,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["deeply",{"_index":3734,"title":{},"body":{"changelog.html":{}}}],["def",{"_index":1430,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["def.html",{"_index":1428,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["def.url",{"_index":1442,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["def?.url",{"_index":1439,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["default",{"_index":85,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["default_block_size",{"_index":680,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_icons",{"_index":1160,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_icons.find",{"_index":1436,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["default_rotation",{"_index":2928,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_search_limit",{"_index":4091,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_search_throttle",{"_index":4092,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_slices_config",{"_index":3144,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_theme",{"_index":582,"title":{},"body":{"modules/AppModule.html":{},"injectables/ThemingService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaulticondefinition",{"_index":1139,"title":{"interfaces/DefaultIconDefinition.html":{}},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultposition",{"_index":1992,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["defaults",{"_index":131,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["defaulttheme",{"_index":3357,"title":{},"body":{"injectables/ThemingService.html":{}}}],["deferred",{"_index":1487,"title":{},"body":{"classes/InitializationState.html":{}}}],["define",{"_index":1286,"title":{},"body":{"interfaces/DocumentationContent.html":{}}}],["defined",{"_index":38,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["definition",{"_index":1144,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["definition.html",{"_index":1452,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["definition.url",{"_index":1451,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["degree",{"_index":2755,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["delay",{"_index":1916,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["delay(0",{"_index":2059,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["delta",{"_index":365,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["demo",{"_index":3746,"title":{},"body":{"changelog.html":{}}}],["depend",{"_index":1426,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["dependencies",{"_index":541,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["depending",{"_index":3802,"title":{},"body":{"changelog.html":{}}}],["deps",{"_index":772,"title":{},"body":{"modules/ConfigModule.html":{}}}],["depth",{"_index":671,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["descendants",{"_index":816,"title":{},"body":{"components/ContainerComponent.html":{}}}],["descrepancies",{"_index":3661,"title":{},"body":{"changelog.html":{}}}],["description",{"_index":11,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/functions.html":{}}}],["detaches",{"_index":904,"title":{},"body":{"components/ContentComponent.html":{}}}],["details",{"_index":486,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["detailslabelcomponent",{"_index":485,"title":{"components/DetailsLabelComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["detailslabelmodule",{"_index":1278,"title":{"modules/DetailsLabelModule.html":{}},"body":{"modules/DetailsLabelModule.html":{},"modules.html":{},"overview.html":{}}}],["detection",{"_index":800,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["detector",{"_index":793,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["determines",{"_index":1331,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/LabeledSlideToggleComponent.html":{}}}],["dev",{"_index":1000,"title":{},"body":{"components/ContentComponent.html":{}}}],["developed",{"_index":4247,"title":{},"body":{"index.html":{}}}],["development",{"_index":2168,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["developmentmode",{"_index":3284,"title":{},"body":{"modules/StoreModule.html":{}}}],["developments",{"_index":3995,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dialog",{"_index":1291,"title":{},"body":{"interfaces/DocumentationContent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"changelog.html":{}}}],["dialog's",{"_index":2855,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["dialogopen",{"_index":2528,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["dialogref",{"_index":2377,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["dialogref.afterclosed().subscribe",{"_index":2840,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["dialogref.disableclose",{"_index":2433,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["dialogue",{"_index":2809,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["didn't",{"_index":2397,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["different",{"_index":1643,"title":{},"body":{"classes/InitializationState.html":{},"changelog.html":{}}}],["digits",{"_index":3889,"title":{},"body":{"changelog.html":{}}}],["dimension",{"_index":696,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["dimension_units",{"_index":2737,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["dimensions",{"_index":670,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["dims",{"_index":966,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["dims.x",{"_index":1995,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["dims.y",{"_index":1997,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["dims.z",{"_index":1998,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["dims[0",{"_index":971,"title":{},"body":{"components/ContentComponent.html":{}}}],["dims[1",{"_index":973,"title":{},"body":{"components/ContentComponent.html":{}}}],["dims[2",{"_index":977,"title":{},"body":{"components/ContentComponent.html":{}}}],["dims[i",{"_index":3097,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["direct",{"_index":4013,"title":{},"body":{"changelog.html":{}}}],["direction",{"_index":397,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent-1.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["directive",{"_index":473,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["directives",{"_index":536,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["directly",{"_index":3944,"title":{},"body":{"changelog.html":{}}}],["disable",{"_index":122,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["disabled",{"_index":1709,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"modules/StoreModule.html":{},"components/VisibilityToggleComponent.html":{}}}],["disablepositionchange",{"_index":217,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/User.html":{}}}],["disables",{"_index":266,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["disablewhenclicked",{"_index":386,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["display",{"_index":395,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["displayed",{"_index":1263,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["displayerrors",{"_index":2564,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{}}}],["displaying",{"_index":999,"title":{},"body":{"components/ContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["distinctuntilchanged",{"_index":1917,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["distinctuntilchanged((v1",{"_index":1965,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["distinctuntilkeychanged",{"_index":957,"title":{},"body":{"components/ContentComponent.html":{}}}],["distinctuntilkeychanged('x",{"_index":928,"title":{},"body":{"components/ContentComponent.html":{}}}],["distinctuntilkeychanged('y",{"_index":929,"title":{},"body":{"components/ContentComponent.html":{}}}],["distribute",{"_index":4276,"title":{},"body":{"license.html":{}}}],["div",{"_index":3577,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["divider",{"_index":1781,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{}}}],["dobootstrap",{"_index":562,"title":{},"body":{"modules/AppModule.html":{}}}],["doc",{"_index":3982,"title":{},"body":{"changelog.html":{}}}],["docs",{"_index":3672,"title":{},"body":{"changelog.html":{}}}],["document",{"_index":3212,"title":{},"body":{"components/StageNavComponent.html":{},"components/VideoModalComponent.html":{},"dependencies.html":{}}}],["document.getelementsbyclassname('modal",{"_index":2866,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["document:click",{"_index":3194,"title":{},"body":{"components/StageNavComponent.html":{}}}],["document:click(target",{"_index":3209,"title":{},"body":{"components/StageNavComponent.html":{}}}],["document:keydown",{"_index":233,"title":{},"body":{"components/AppComponent.html":{}}}],["document:keydown(target",{"_index":251,"title":{},"body":{"components/AppComponent.html":{}}}],["document:mousedown",{"_index":234,"title":{},"body":{"components/AppComponent.html":{}}}],["document:mousedown(target",{"_index":263,"title":{},"body":{"components/AppComponent.html":{}}}],["documentation",{"_index":1288,"title":{},"body":{"interfaces/DocumentationContent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["documentationcontent",{"_index":1284,"title":{"interfaces/DocumentationContent.html":{}},"body":{"interfaces/DocumentationContent.html":{},"coverage.html":{}}}],["dom",{"_index":200,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["domsanitizer",{"_index":1414,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["don't",{"_index":1425,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["done",{"_index":3574,"title":{},"body":{"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["donor",{"_index":2509,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["donors",{"_index":3842,"title":{},"body":{"changelog.html":{}}}],["dot",{"_index":2901,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["dotenv",{"_index":4146,"title":{},"body":{"dependencies.html":{}}}],["down",{"_index":3202,"title":{},"body":{"components/StageNavComponent.html":{}}}],["download",{"_index":983,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"changelog.html":{}}}],["downloads",{"_index":2667,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["draft",{"_index":3136,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["draftplacement",{"_index":3129,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["draggable",{"_index":2933,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["drawer",{"_index":409,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["drawer'},{'name",{"_index":489,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["drawer.close",{"_index":3431,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.closeexpanded",{"_index":3430,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.component.html",{"_index":1527,"title":{},"body":{"classes/InitializationState.html":{}}}],["drawer.component.scss",{"_index":1528,"title":{},"body":{"classes/InitializationState.html":{}}}],["drawer.open",{"_index":3432,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.position",{"_index":871,"title":{},"body":{"components/ContainerComponent.html":{}}}],["drawer/drawer.component",{"_index":837,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"modules/DrawerModule.html":{},"components/ToggleButtonComponent.html":{}}}],["drawercomponent",{"_index":488,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["drawercomponent).position",{"_index":1062,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["drawercontainerschanged",{"_index":1084,"title":{"interfaces/DrawerContainersChanged.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drawerinitialized",{"_index":1091,"title":{"interfaces/DrawerInitialized.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drawermodule",{"_index":551,"title":{"modules/DrawerModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules.html":{},"overview.html":{}}}],["drawerpayload",{"_index":1096,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["drawers",{"_index":784,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["drawers.filter(drawer",{"_index":870,"title":{},"body":{"components/ContainerComponent.html":{}}}],["drawertoggled",{"_index":1092,"title":{"interfaces/DrawerToggled.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drop",{"_index":3201,"title":{},"body":{"components/StageNavComponent.html":{}}}],["dropdown",{"_index":1313,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/StageNavComponent.html":{}}}],["dropdown'},{'name",{"_index":492,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["dropdown.component",{"_index":1360,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{}}}],["dropdown.component.html",{"_index":1316,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.scss",{"_index":1315,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts",{"_index":1312,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"coverage.html":{}}}],["dropdown.component.ts:18",{"_index":1327,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:23",{"_index":1324,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:28",{"_index":1322,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:33",{"_index":1321,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:47",{"_index":1329,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:58",{"_index":1330,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.module",{"_index":1809,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["dropdown.module.ts",{"_index":1357,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{}}}],["dropdown/extraction",{"_index":1311,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/LeftSidebarModule.html":{},"coverage.html":{}}}],["dropdowncontainer",{"_index":3254,"title":{},"body":{"components/StageNavComponent.html":{}}}],["duration",{"_index":353,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent-1.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{}}}],["during",{"_index":3374,"title":{},"body":{"injectables/ThemingService.html":{},"changelog.html":{}}}],["dynamic",{"_index":4108,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":3656,"title":{},"body":{"changelog.html":{}}}],["e",{"_index":377,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{}}}],["each",{"_index":1287,"title":{},"body":{"interfaces/DocumentationContent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["ease",{"_index":419,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["easier",{"_index":3693,"title":{},"body":{"changelog.html":{}}}],["easily",{"_index":2955,"title":{},"body":{"components/RotationSliderComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ececec",{"_index":452,"title":{},"body":{"components/AppComponent.html":{}}}],["editregistration",{"_index":612,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"components/RegistrationMetadataComponent.html":{}}}],["editregistration(reg",{"_index":2613,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["effect",{"_index":3929,"title":{},"body":{"changelog.html":{}}}],["efficiency",{"_index":3860,"title":{},"body":{"changelog.html":{}}}],["el",{"_index":242,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["element",{"_index":269,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["element's",{"_index":1670,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["element.getboundingclientrect",{"_index":1577,"title":{},"body":{"classes/InitializationState.html":{}}}],["element.nativeelement",{"_index":3402,"title":{},"body":{"injectables/ThemingService.html":{}}}],["elementref",{"_index":243,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{}}}],["ellipsis",{"_index":3552,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["embedded",{"_index":3767,"title":{},"body":{"changelog.html":{}}}],["embedding",{"_index":3762,"title":{},"body":{"changelog.html":{}}}],["embedding.md",{"_index":3760,"title":{},"body":{"changelog.html":{}}}],["emit",{"_index":2957,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["emits",{"_index":1325,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["emitted",{"_index":688,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["emitter",{"_index":689,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["emitting",{"_index":1558,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["empty",{"_index":127,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["empty_result",{"_index":4093,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["enabled",{"_index":1024,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["enables",{"_index":2929,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["end",{"_index":847,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["end?.expanded",{"_index":1073,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["end?.opened",{"_index":1072,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["enddrawers",{"_index":872,"title":{},"body":{"components/ContainerComponent.html":{}}}],["enddrawers.length",{"_index":875,"title":{},"body":{"components/ContainerComponent.html":{}}}],["enddrawers[0",{"_index":878,"title":{},"body":{"components/ContainerComponent.html":{}}}],["endexpanded",{"_index":1071,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["endings",{"_index":2683,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["entered",{"_index":2395,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["entererrormode",{"_index":2788,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["entering",{"_index":682,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["entire",{"_index":3276,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["entity",{"_index":2037,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entity.comment",{"_index":2043,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entity.label",{"_index":2042,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entity.placement",{"_index":3092,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entity.placement[0",{"_index":3091,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entity.representation_of",{"_index":2039,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entity.sex?.tolowercase",{"_index":2224,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["entity.side",{"_index":2221,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["entity.side.tolowercase",{"_index":2222,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["entity.side?.tolowercase",{"_index":2225,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["entity.y_dimension",{"_index":3100,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entity.z_dimension].map(n",{"_index":3101,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entity['@id",{"_index":2040,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entitycollections",{"_index":101,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["entry",{"_index":2097,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{}}}],["environment",{"_index":643,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["environment.customization",{"_index":656,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.dboptions",{"_index":654,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.googleanalyticstoken",{"_index":1132,"title":{},"body":{"modules/CoreModule.html":{}}}],["environment.production",{"_index":951,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["environment.skipunsavedchangesconfirmation",{"_index":2307,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["environments/environment",{"_index":644,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["error",{"_index":841,"title":{},"body":{"components/ContainerComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"injectables/ThemingService.html":{}}}],["error('the",{"_index":1136,"title":{},"body":{"modules/CoreModule.html":{}}}],["error(`multiple",{"_index":850,"title":{},"body":{"components/ContainerComponent.html":{}}}],["errors",{"_index":839,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"miscellaneous/functions.html":{}}}],["es",{"_index":3025,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["eslint",{"_index":121,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["eslint/consistent",{"_index":1934,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["eslint/member",{"_index":1927,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["eslint/naming",{"_index":1100,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{}}}],["eslint/no",{"_index":126,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["eslint/prefer",{"_index":2205,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{}}}],["etc",{"_index":1095,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"changelog.html":{}}}],["eui",{"_index":3596,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["eui/rui",{"_index":3704,"title":{},"body":{"changelog.html":{}}}],["event",{"_index":250,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"license.html":{}}}],["event.firstname.length",{"_index":2439,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["event.lastname.length",{"_index":2440,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["event.preventdefault",{"_index":2341,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["event.returnvalue",{"_index":2342,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["event.target",{"_index":262,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/JsonFileReaderComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["eventemitter",{"_index":672,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["eventemitter(true",{"_index":1560,"title":{},"body":{"classes/InitializationState.html":{}}}],["events",{"_index":2457,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["evolution",{"_index":3329,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["except",{"_index":1846,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"modules/StoreModule.html":{}}}],["executionstrategy",{"_index":3287,"title":{},"body":{"modules/StoreModule.html":{}}}],["expand",{"_index":436,"title":{},"body":{"components/AppComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["expand/collapse",{"_index":1616,"title":{},"body":{"classes/InitializationState.html":{}}}],["expand_collapse_params_default",{"_index":1519,"title":{},"body":{"classes/InitializationState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["expandcollapsedone",{"_index":1618,"title":{},"body":{"classes/InitializationState.html":{}}}],["expanded",{"_index":421,"title":{},"body":{"components/AppComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["expanded(value",{"_index":1555,"title":{},"body":{"classes/InitializationState.html":{}}}],["expanded/collapsed",{"_index":1510,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedchange",{"_index":1561,"title":{},"body":{"classes/InitializationState.html":{}}}],["expandedstate",{"_index":1511,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedstate2",{"_index":1513,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedstateobj",{"_index":1567,"title":{},"body":{"classes/InitializationState.html":{}}}],["expands",{"_index":1603,"title":{},"body":{"classes/InitializationState.html":{}}}],["expansion",{"_index":1785,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["expected",{"_index":2863,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["experimentation",{"_index":2896,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["explicit",{"_index":2669,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["exploration",{"_index":4214,"title":{},"body":{"index.html":{}}}],["export",{"_index":129,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{}}}],["exportas",{"_index":776,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["exports",{"_index":545,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["express",{"_index":4148,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["ext/operators",{"_index":1913,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["extended",{"_index":1516,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["extends",{"_index":16,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{}}}],["external",{"_index":83,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["extra",{"_index":4152,"title":{},"body":{"dependencies.html":{}}}],["extraction",{"_index":491,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["extraction_set_dropdown",{"_index":1338,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["extractionset",{"_index":1302,"title":{"interfaces/ExtractionSet.html":{}},"body":{"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["extractionsetchanged",{"_index":1318,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["extractionsetchanged(value",{"_index":1328,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["extractionsetdropdowncomponent",{"_index":490,"title":{"components/ExtractionSetDropdownComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["extractionsetdropdownmodule",{"_index":1353,"title":{"modules/ExtractionSetDropdownModule.html":{}},"body":{"modules/ExtractionSetDropdownModule.html":{},"modules/LeftSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["extractionsets",{"_index":1895,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["extractionsites",{"_index":1896,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["extractionsitetooltip",{"_index":1750,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["extrapulmonary",{"_index":1197,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["eye",{"_index":1172,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["eye.svg",{"_index":1173,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["f",{"_index":1213,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["f.svg",{"_index":1214,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["factor",{"_index":2142,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["factory",{"_index":1837,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["fade",{"_index":2868,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["faded",{"_index":1008,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["fadeinout",{"_index":1013,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["fail",{"_index":3906,"title":{},"body":{"changelog.html":{}}}],["fails",{"_index":3933,"title":{},"body":{"changelog.html":{}}}],["fallopian",{"_index":1174,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["false",{"_index":289,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["false=right",{"_index":1724,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["favor",{"_index":3899,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":3653,"title":{},"body":{"changelog.html":{}}}],["features",{"_index":3832,"title":{},"body":{"changelog.html":{}}}],["feel",{"_index":3858,"title":{},"body":{"changelog.html":{}}}],["female",{"_index":1369,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["fetch",{"_index":1157,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/RegistrationStateModel.html":{},"dependencies.html":{}}}],["fetched",{"_index":2589,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["fetched]).pipe",{"_index":2593,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["fetchpreviousregistrations",{"_index":613,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["fetchpreviousregistrationscallback",{"_index":626,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/typealiases.html":{}}}],["field",{"_index":568,"title":{},"body":{"modules/AppModule.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{},"interfaces/UserName.html":{},"changelog.html":{}}}],["field)?.value",{"_index":2829,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["fields",{"_index":2877,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["file",{"_index":5,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{}}}],["file(s",{"_index":2502,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["fileinput",{"_index":1654,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["fileinputelement",{"_index":1679,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["fileinputelement.click",{"_index":1681,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["filereader",{"_index":1684,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["filereader.onload",{"_index":1685,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["filereader.readastext(file",{"_index":1691,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["files",{"_index":1663,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"license.html":{}}}],["fill",{"_index":1395,"title":{},"body":{"components/HeaderComponent.html":{}}}],["filler",{"_index":748,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{}}}],["filter",{"_index":1827,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["filter(([_nodes",{"_index":3079,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter((node",{"_index":3071,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter(as",{"_index":185,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["filter(def",{"_index":1427,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["filter(e",{"_index":3106,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter(item",{"_index":2645,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter(key",{"_index":1959,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["filter(started",{"_index":2065,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["filtered",{"_index":1850,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["filternulls",{"_index":1911,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["filters",{"_index":3663,"title":{},"body":{"changelog.html":{}}}],["final",{"_index":3901,"title":{},"body":{"changelog.html":{}}}],["finished",{"_index":1089,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["finishing",{"_index":3744,"title":{},"body":{"changelog.html":{}}}],["fired",{"_index":3215,"title":{},"body":{"components/StageNavComponent.html":{}}}],["first",{"_index":2103,"title":{},"body":{"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"interfaces/UserName.html":{},"changelog.html":{}}}],["firstname",{"_index":329,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/GlobalConfig.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{}}}],["firstnamevalidator",{"_index":2087,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["fit",{"_index":3464,"title":{},"body":{"components/VideoModalComponent.html":{},"changelog.html":{}}}],["fitness",{"_index":4295,"title":{},"body":{"license.html":{}}}],["fixed",{"_index":3823,"title":{},"body":{"changelog.html":{}}}],["fixes",{"_index":3606,"title":{},"body":{"changelog.html":{}}}],["fixes/performance",{"_index":3954,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":396,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["flexible",{"_index":3668,"title":{},"body":{"changelog.html":{}}}],["float",{"_index":2874,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["floatlabel",{"_index":597,"title":{},"body":{"modules/AppModule.html":{}}}],["fly",{"_index":4021,"title":{},"body":{"changelog.html":{}}}],["focused",{"_index":2959,"title":{},"body":{"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{}}}],["following",{"_index":4284,"title":{},"body":{"license.html":{}}}],["font",{"_index":403,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["footer",{"_index":2878,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["foreach(def",{"_index":1432,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["form",{"_index":389,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["format",{"_index":2255,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"changelog.html":{}}}],["formatted",{"_index":1270,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["formcontrol",{"_index":2493,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["formsmodule",{"_index":2126,"title":{},"body":{"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/TagSearchModule.html":{}}}],["found",{"_index":2895,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["frame",{"_index":3843,"title":{},"body":{"changelog.html":{}}}],["framework",{"_index":4243,"title":{},"body":{"index.html":{}}}],["free",{"_index":4265,"title":{},"body":{"license.html":{}}}],["from(fetch(url)).pipe",{"_index":2179,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["fs",{"_index":4151,"title":{},"body":{"dependencies.html":{}}}],["full",{"_index":1517,"title":{},"body":{"classes/InitializationState.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["fullscreen",{"_index":3979,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":3833,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":463,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"interfaces/GlobalConfig.html":{},"classes/InitializationState.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/VisibilityMenuComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["functions",{"_index":4200,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["funded",{"_index":4253,"title":{},"body":{"index.html":{}}}],["furnished",{"_index":4283,"title":{},"body":{"license.html":{}}}],["further",{"_index":3975,"title":{},"body":{"changelog.html":{}}}],["future",{"_index":3824,"title":{},"body":{"changelog.html":{}}}],["g",{"_index":2356,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["ga",{"_index":691,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["gap",{"_index":2450,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/SlicesInputComponent.html":{}}}],["gatoken",{"_index":1131,"title":{},"body":{"modules/CoreModule.html":{}}}],["general",{"_index":2231,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["generate",{"_index":3688,"title":{},"body":{"changelog.html":{}}}],["generated",{"_index":3708,"title":{},"body":{"changelog.html":{}}}],["generating",{"_index":3657,"title":{},"body":{"changelog.html":{}}}],["generic",{"_index":1704,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["genericmessage",{"_index":1080,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["genericmessagechannel",{"_index":1081,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["genericmessageservice",{"_index":1082,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["getarguments",{"_index":1471,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["getarguments(undefined",{"_index":1476,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["getclassend",{"_index":3421,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["getcontent",{"_index":827,"title":{},"body":{"components/ContainerComponent.html":{}}}],["getdisabled",{"_index":2816,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["geterrormessage",{"_index":2475,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["getglobalskipconfirmation",{"_index":2291,"title":{},"body":{"injectables/PageState.html":{}}}],["gethaschanges",{"_index":2293,"title":{},"body":{"injectables/PageState.html":{}}}],["gethasthicknessvalue",{"_index":3166,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["gethaswrappedcontent",{"_index":830,"title":{},"body":{"components/ContainerComponent.html":{}}}],["geticon",{"_index":3422,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["getid",{"_index":3501,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["getid(_index",{"_index":3514,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["getislighttheme",{"_index":314,"title":{},"body":{"components/AppComponent.html":{}}}],["getlabelel",{"_index":3229,"title":{},"body":{"components/StageNavComponent.html":{}}}],["getlatestiri",{"_index":2359,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["getlatestiri(organ",{"_index":2226,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["getlatesttags",{"_index":97,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["getleft",{"_index":1725,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["getmessages",{"_index":1848,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmessagesfromsource",{"_index":1872,"title":{},"body":{"classes/MessageChannel.html":{}}}],["getmessagesfromsource(source",{"_index":1851,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmessagesfromsources",{"_index":1873,"title":{},"body":{"classes/MessageChannel.html":{}}}],["getmessagesfromsources(sources",{"_index":1855,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmethodname",{"_index":1462,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["getmethodname(undefined",{"_index":1478,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["getname",{"_index":2108,"title":{},"body":{"components/NameInputComponent.html":{}}}],["getnodebbox",{"_index":4064,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["getnodebbox(model",{"_index":3030,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/functions.html":{}}}],["getnodebbox(placement[0",{"_index":3082,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["getnodecollisions",{"_index":3011,"title":{},"body":{"injectables/SceneState.html":{}}}],["getnodes",{"_index":3003,"title":{},"body":{"injectables/SceneState.html":{}}}],["getoptionsel",{"_index":3233,"title":{},"body":{"components/StageNavComponent.html":{}}}],["getorgandata",{"_index":2360,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["getorgandata(iri",{"_index":2215,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["getorganspatialentity",{"_index":2975,"title":{},"body":{"injectables/SceneState.html":{}}}],["getorganspatialentity(organiri",{"_index":2986,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["getoriginscene",{"_index":3026,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["getoriginscene(organ",{"_index":3062,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["getplacementcube",{"_index":3017,"title":{},"body":{"injectables/SceneState.html":{}}}],["getpreviousregistrationnodes",{"_index":3013,"title":{},"body":{"injectables/SceneState.html":{}}}],["getreferenceorganiri",{"_index":2361,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["getreferenceorganiri(organ",{"_index":2201,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["getreferenceorgannodes",{"_index":3007,"title":{},"body":{"injectables/SceneState.html":{}}}],["getreferenceorgansimplenodes",{"_index":3009,"title":{},"body":{"injectables/SceneState.html":{}}}],["getrotatednodes",{"_index":3005,"title":{},"body":{"injectables/SceneState.html":{}}}],["getrotation",{"_index":3020,"title":{},"body":{"injectables/SceneState.html":{}}}],["gets",{"_index":1501,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ReviewButtonComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["getskipconfirmation",{"_index":2289,"title":{},"body":{"injectables/PageState.html":{}}}],["getsourcedb",{"_index":2173,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["getspatialkeyboardaxis",{"_index":3015,"title":{},"body":{"injectables/SceneState.html":{}}}],["gettags",{"_index":94,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["getter/setter",{"_index":1548,"title":{},"body":{"classes/InitializationState.html":{}}}],["gettheme",{"_index":3359,"title":{},"body":{"injectables/ThemingService.html":{}}}],["getting",{"_index":3585,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["gettissueblockscene",{"_index":3027,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["github",{"_index":3891,"title":{},"body":{"changelog.html":{}}}],["give",{"_index":1840,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["given",{"_index":1269,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["gizmo",{"_index":995,"title":{},"body":{"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["gland",{"_index":1200,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["global",{"_index":14,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"miscellaneous/variables.html":{}}}],["global.editregistration",{"_index":2546,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["global_config",{"_index":768,"title":{},"body":{"modules/ConfigModule.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["globalconfig",{"_index":244,"title":{"interfaces/GlobalConfig.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["globalconfig.getoption('fetchpreviousregistrations').pipe",{"_index":2590,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["globalconfigfactory",{"_index":769,"title":{},"body":{"modules/ConfigModule.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["globalconfigfactory(globals",{"_index":1373,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/functions.html":{}}}],["globalconfigstate",{"_index":245,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["globally",{"_index":2170,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["globals",{"_index":2165,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"miscellaneous/functions.html":{}}}],["globals.get('ruiconfig",{"_index":1374,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["globalskipconfirmation",{"_index":2245,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["globalsservice",{"_index":767,"title":{},"body":{"modules/ConfigModule.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"miscellaneous/functions.html":{}}}],["globalthis.getcomputedstyle(element",{"_index":1585,"title":{},"body":{"classes/InitializationState.html":{}}}],["globalthis['ruiconfig",{"_index":655,"title":{},"body":{"components/AppWebComponent.html":{}}}],["good",{"_index":3930,"title":{},"body":{"changelog.html":{}}}],["google",{"_index":677,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"dependencies.html":{}}}],["googleanalyticsservice",{"_index":675,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["granted",{"_index":4264,"title":{},"body":{"license.html":{}}}],["graph",{"_index":4311,"title":{},"body":{"modules.html":{}}}],["graphical",{"_index":3680,"title":{},"body":{"changelog.html":{}}}],["graphology",{"_index":4154,"title":{},"body":{"dependencies.html":{}}}],["greatly",{"_index":3754,"title":{},"body":{"changelog.html":{}}}],["group",{"_index":2513,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"components/StageNavComponent.html":{}}}],["grow",{"_index":749,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{}}}],["gtex",{"_index":3689,"title":{},"body":{"changelog.html":{}}}],["guide",{"_index":3926,"title":{},"body":{"changelog.html":{}}}],["half",{"_index":1515,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["hand",{"_index":1153,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{}}}],["handleclick",{"_index":226,"title":{},"body":{"components/AppComponent.html":{},"components/StageNavComponent.html":{}}}],["handleclick(target",{"_index":271,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["handlefile",{"_index":1655,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["handlefile(event",{"_index":1666,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["handlekey",{"_index":227,"title":{},"body":{"components/AppComponent.html":{}}}],["handlekey(target",{"_index":273,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["handlemessage",{"_index":785,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"components/ToggleButtonComponent.html":{}}}],["handlemessage(_msg",{"_index":795,"title":{},"body":{"components/ContainerComponent.html":{}}}],["handlemessage(msg",{"_index":1027,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["handlenodedrag",{"_index":891,"title":{},"body":{"components/ContentComponent.html":{}}}],["handlenodedrag(event",{"_index":900,"title":{},"body":{"components/ContentComponent.html":{}}}],["handler",{"_index":1672,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["handleregistrationselect",{"_index":2385,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["handleregistrationupload",{"_index":2476,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["handleregistrationupload(reg",{"_index":2484,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["handles",{"_index":1267,"title":{},"body":{"components/DetailsLabelComponent.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["handling",{"_index":1417,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["happen",{"_index":3961,"title":{},"body":{"changelog.html":{}}}],["happens",{"_index":3907,"title":{},"body":{"changelog.html":{}}}],["happy",{"_index":3280,"title":{},"body":{"modules/StoreModule.html":{}}}],["haschanges",{"_index":2246,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["hash",{"_index":4177,"title":{},"body":{"dependencies.html":{}}}],["hasthicknessvalue",{"_index":3146,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["haswrappedcontent",{"_index":788,"title":{},"body":{"components/ContainerComponent.html":{}}}],["header",{"_index":218,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/OrganConfig.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"interfaces/User.html":{}}}],["header'},{'name",{"_index":494,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["header.component",{"_index":1406,"title":{},"body":{"modules/HeaderModule.html":{}}}],["header.component.html",{"_index":1377,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":1376,"title":{},"body":{"components/HeaderComponent.html":{}}}],["headercomponent",{"_index":493,"title":{"components/HeaderComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["headermodule",{"_index":552,"title":{"modules/HeaderModule.html":{}},"body":{"modules/AppModule.html":{},"modules/HeaderModule.html":{},"modules.html":{},"overview.html":{}}}],["heart",{"_index":1178,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/variables.html":{}}}],["heart.svg",{"_index":1179,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["height",{"_index":399,"title":{},"body":{"components/AppComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["helmet",{"_index":4158,"title":{},"body":{"dependencies.html":{}}}],["help",{"_index":3925,"title":{},"body":{"changelog.html":{}}}],["helper",{"_index":61,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContainerComponent.html":{},"components/StageNavComponent.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":167,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["hereby",{"_index":4263,"title":{},"body":{"license.html":{}}}],["hex",{"_index":4160,"title":{},"body":{"dependencies.html":{}}}],["hidden",{"_index":402,"title":{},"body":{"components/AppComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["hides",{"_index":933,"title":{},"body":{"components/ContentComponent.html":{}}}],["highlight",{"_index":3736,"title":{},"body":{"changelog.html":{}}}],["highlighted",{"_index":3496,"title":{},"body":{"interfaces/VisibilityItem.html":{},"changelog.html":{}}}],["highlights",{"_index":3737,"title":{},"body":{"changelog.html":{}}}],["hint",{"_index":81,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["holders",{"_index":4300,"title":{},"body":{"license.html":{}}}],["home",{"_index":1392,"title":{},"body":{"components/HeaderComponent.html":{}}}],["homeurl",{"_index":219,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/User.html":{}}}],["hooked",{"_index":3865,"title":{},"body":{"changelog.html":{}}}],["horizontal",{"_index":2961,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["host",{"_index":394,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["hostbinding",{"_index":673,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["hostbinding('@expandcollapse",{"_index":1566,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostbinding('@fadeinout",{"_index":1042,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["hostbinding('@openclose",{"_index":1565,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostbinding('class",{"_index":685,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["hostbinding('class.ccf",{"_index":1543,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["hostbinding('class.cff",{"_index":1038,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["hostbinding('style.margin",{"_index":1043,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["hostbindings",{"_index":713,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["hostlistener",{"_index":317,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"classes/InitializationState.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["hostlistener('@expandcollapse.done",{"_index":1617,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostlistener('@openclose.done",{"_index":1613,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostlistener('document:click",{"_index":3216,"title":{},"body":{"components/StageNavComponent.html":{}}}],["hostlistener('document:keydown",{"_index":274,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["hostlistener('document:mousedown",{"_index":272,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["hostlisteners",{"_index":232,"title":{},"body":{"components/AppComponent.html":{},"components/StageNavComponent.html":{}}}],["hover",{"_index":451,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["hovered",{"_index":1766,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["hovering",{"_index":3793,"title":{},"body":{"changelog.html":{}}}],["hra",{"_index":3589,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["html",{"_index":472,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["htmlelement",{"_index":264,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/JsonFileReaderComponent.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{}}}],["htmlinputelement",{"_index":701,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["htmlscriptelement",{"_index":3459,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["http://purl.org/ccf/1.5/${this.currentidentifier",{"_index":2719,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["http://purl.org/ccf/1.5/${this.currentidentifier}_placement",{"_index":2738,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["http://purl.org/ccf/latest/ccf.owl#vhmaleorgans_vhm_spleen_colic_surface",{"_index":2989,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["httpclientmodule",{"_index":1122,"title":{},"body":{"modules/CoreModule.html":{}}}],["https://apps.humanatlas.io/hra",{"_index":4228,"title":{},"body":{"index.html":{}}}],["https://beta",{"_index":4217,"title":{},"body":{"index.html":{}}}],["https://hubmap",{"_index":4221,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/ccf",{"_index":2716,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"index.html":{}}}],["https://humanatlas.io",{"_index":4244,"title":{},"body":{"index.html":{}}}],["https://observablehq.com/@cns",{"_index":4239,"title":{},"body":{"index.html":{}}}],["https://old",{"_index":4223,"title":{},"body":{"index.html":{}}}],["https://orcid.org",{"_index":2358,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["https://portal.hubmapconsortium.org/ccf",{"_index":4219,"title":{},"body":{"index.html":{}}}],["https://sampledata.hubmapconsortium.org",{"_index":4015,"title":{},"body":{"changelog.html":{}}}],["https://www.ngxs.io/advanced/options",{"_index":3288,"title":{},"body":{"modules/StoreModule.html":{}}}],["https://www.youtube.com/iframe_api",{"_index":3461,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["hubmap",{"_index":596,"title":{},"body":{"modules/AppModule.html":{},"components/VideoModalLauncherComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["human",{"_index":3587,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["icon",{"_index":438,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ReviewModalComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StoreModule.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["icon.add",{"_index":2893,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["icon.name",{"_index":1437,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["icon.namespace",{"_index":1438,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["icondefinition",{"_index":1407,"title":{"interfaces/IconDefinition.html":{}},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{}}}],["iconregistry",{"_index":1418,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["iconregistrystate",{"_index":1419,"title":{"injectables/IconRegistryState.html":{}},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["icons",{"_index":1158,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["icons.ts",{"_index":1142,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["id",{"_index":154,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["id.replace",{"_index":2355,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["idb",{"_index":4162,"title":{},"body":{"dependencies.html":{}}}],["identifier",{"_index":1821,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["identifiers",{"_index":4322,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["idmatches(ontologyid",{"_index":1974,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ids",{"_index":2655,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["idwithhyphens",{"_index":2354,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["iec",{"_index":3904,"title":{},"body":{"changelog.html":{}}}],["iframe",{"_index":3448,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["ignoredkeys",{"_index":1957,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ignoredkeys.includes(key",{"_index":1960,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["iif",{"_index":2295,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["iif(!!config.user",{"_index":2316,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["image",{"_index":3898,"title":{},"body":{"changelog.html":{}}}],["images",{"_index":3942,"title":{},"body":{"changelog.html":{}}}],["immutable",{"_index":2130,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"miscellaneous/functions.html":{}}}],["implementation",{"_index":60,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["implemented",{"_index":3864,"title":{},"body":{"changelog.html":{}}}],["implementing",{"_index":3981,"title":{},"body":{"changelog.html":{}}}],["implements",{"_index":204,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{}}}],["implied",{"_index":4292,"title":{},"body":{"license.html":{}}}],["implies",{"_index":1094,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["import",{"_index":99,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{}}}],["important",{"_index":470,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RotationSliderComponent.html":{},"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["imported",{"_index":1137,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["imports",{"_index":559,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["improve",{"_index":3859,"title":{},"body":{"changelog.html":{}}}],["improved",{"_index":3593,"title":{},"body":{"changelog.html":{}}}],["improvements",{"_index":3599,"title":{},"body":{"changelog.html":{}}}],["improves",{"_index":3755,"title":{},"body":{"changelog.html":{}}}],["in's",{"_index":1761,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["include",{"_index":3911,"title":{},"body":{"changelog.html":{}}}],["included",{"_index":4287,"title":{},"body":{"license.html":{}}}],["includes",{"_index":3654,"title":{},"body":{"changelog.html":{}}}],["including",{"_index":3609,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["increase",{"_index":3886,"title":{},"body":{"changelog.html":{}}}],["increased",{"_index":3977,"title":{},"body":{"changelog.html":{}}}],["index",{"_index":18,"title":{"index.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indexes",{"_index":3622,"title":{},"body":{"changelog.html":{}}}],["indiana",{"_index":4251,"title":{},"body":{"index.html":{}}}],["indicator",{"_index":1789,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["individual",{"_index":3868,"title":{},"body":{"changelog.html":{}}}],["infinity",{"_index":355,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["infix",{"_index":743,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/SlicesInputComponent.html":{}}}],["info",{"_index":3,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{}}}],["info.side",{"_index":2223,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["infobuttonmodule",{"_index":2911,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["inform",{"_index":2482,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["information",{"_index":911,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ExtractionSet.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"changelog.html":{},"index.html":{}}}],["infrastructure",{"_index":3945,"title":{},"body":{"changelog.html":{}}}],["ingestion",{"_index":3913,"title":{},"body":{"changelog.html":{}}}],["inherit",{"_index":745,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/SlicesInputComponent.html":{}}}],["init",{"_index":3453,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["initial",{"_index":302,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["initialconfig",{"_index":653,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialization",{"_index":1589,"title":{},"body":{"classes/InitializationState.html":{}}}],["initializationstate",{"_index":1483,"title":{"classes/InitializationState.html":{}},"body":{"classes/InitializationState.html":{},"coverage.html":{}}}],["initialize",{"_index":3360,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialize(component",{"_index":3370,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialize(element",{"_index":3375,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialized",{"_index":608,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"injectables/ThemingService.html":{}}}],["initializer",{"_index":3373,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initializes",{"_index":65,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["initializing",{"_index":1090,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["initialregistration",{"_index":2565,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["initialwithchanges",{"_index":2690,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["initskipconfirmationlisteners",{"_index":2236,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["inject",{"_index":1825,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"injectables/ThemingService.html":{},"components/VideoModalComponent.html":{}}}],["inject(default_theme",{"_index":3392,"title":{},"body":{"injectables/ThemingService.html":{}}}],["inject(document",{"_index":3455,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["inject(mat_dialog_data",{"_index":2859,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["injectable",{"_index":0,"title":{"injectables/AnatomicalStructureTagState.html":{},"injectables/IconRegistryState.html":{},"injectables/MessageService.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"injectables/SceneState.html":{},"injectables/ThemingService.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"injectables/ThemingService.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["injectables",{"_index":2,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"injectables/IconRegistryState.html":{},"injectables/MessageService.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"injectables/SceneState.html":{},"injectables/ThemingService.html":{},"overview.html":{}}}],["injected",{"_index":2857,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["injecting",{"_index":163,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["injectiontoken",{"_index":1365,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["injectiontoken('default",{"_index":3388,"title":{},"body":{"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["injector",{"_index":37,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{}}}],["injector.get(overlaycontainer",{"_index":3403,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injector.get(renderer2",{"_index":3401,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injector.get(themingservice",{"_index":3390,"title":{},"body":{"injectables/ThemingService.html":{}}}],["inline",{"_index":2902,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["input",{"_index":268,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["input'},{'name",{"_index":480,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["input.component",{"_index":764,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/NameInputModule.html":{},"modules/SlicesInputModule.html":{}}}],["input.component.html",{"_index":683,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["input.component.scss",{"_index":684,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["input.component.ts",{"_index":666,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["input.component.ts:31",{"_index":3164,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:35",{"_index":717,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["input.component.ts:36",{"_index":3162,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:40",{"_index":716,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{}}}],["input.component.ts:41",{"_index":3163,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:45",{"_index":715,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{}}}],["input.component.ts:46",{"_index":3167,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:48",{"_index":3161,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:50",{"_index":2104,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:55",{"_index":2106,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:60",{"_index":719,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["input.component.ts:62",{"_index":2094,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:63",{"_index":3165,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:66",{"_index":2110,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:70",{"_index":718,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["input.component.ts:73",{"_index":2099,"title":{},"body":{"components/NameInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["input.component.ts:82",{"_index":2092,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:97",{"_index":2096,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.module",{"_index":1812,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RightSidebarModule.html":{}}}],["input.module.ts",{"_index":754,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/NameInputModule.html":{},"modules/SlicesInputModule.html":{}}}],["input.target",{"_index":700,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["input/block",{"_index":665,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["input/name",{"_index":1811,"title":{},"body":{"modules/LeftSidebarModule.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"interfaces/UserName.html":{},"coverage.html":{}}}],["input/slices",{"_index":2917,"title":{},"body":{"modules/RightSidebarModule.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["input[type=number",{"_index":722,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["inputarray",{"_index":1271,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["inputarray.filter(item",{"_index":1274,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["inputevent",{"_index":693,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["inputs",{"_index":609,"title":{},"body":{"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["inputtarget",{"_index":699,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["inputtarget.files",{"_index":1682,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["inputtarget.files[0",{"_index":1683,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["inputtarget.value",{"_index":703,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["inputted",{"_index":2799,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["inputting",{"_index":2084,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["insertitem",{"_index":2568,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["insertitem(registration",{"_index":2654,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["inside",{"_index":1292,"title":{},"body":{"interfaces/DocumentationContent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["instance",{"_index":41,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["instant",{"_index":1509,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["instead",{"_index":3203,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["instructions",{"_index":3761,"title":{},"body":{"changelog.html":{}}}],["integrated",{"_index":3834,"title":{},"body":{"changelog.html":{}}}],["integrating",{"_index":3733,"title":{},"body":{"changelog.html":{}}}],["integration",{"_index":3912,"title":{},"body":{"changelog.html":{}}}],["integrations",{"_index":3847,"title":{},"body":{"changelog.html":{}}}],["interact",{"_index":3818,"title":{},"body":{"changelog.html":{}}}],["interactions",{"_index":3964,"title":{},"body":{"changelog.html":{}}}],["interest",{"_index":4012,"title":{},"body":{"changelog.html":{}}}],["interface",{"_index":128,"title":{"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"interfaces/Message.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["interfaces",{"_index":194,"title":{},"body":{"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"interfaces/Message.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{},"overview.html":{}}}],["internal",{"_index":3897,"title":{},"body":{"changelog.html":{}}}],["intestine",{"_index":1185,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/variables.html":{}}}],["intestine.svg",{"_index":1186,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["invalid",{"_index":2483,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["invisible",{"_index":1021,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["iri",{"_index":148,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["iris",{"_index":2642,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["iris.has(item.id",{"_index":2646,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["is3dview",{"_index":887,"title":{},"body":{"components/ContentComponent.html":{}}}],["isdatavalid(page",{"_index":2659,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["isdropdownactive",{"_index":3184,"title":{},"body":{"components/StageNavComponent.html":{}}}],["isdropdownhidden",{"_index":3185,"title":{},"body":{"components/StageNavComponent.html":{}}}],["islighttheme",{"_index":235,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["ismultiple",{"_index":1319,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["isnan(this.slicesconfig.thickness",{"_index":3147,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["isnarrowview",{"_index":888,"title":{},"body":{"components/ContentComponent.html":{}}}],["isolated",{"_index":1833,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["isorcidvalid",{"_index":2237,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["issue",{"_index":3882,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":3659,"title":{},"body":{"changelog.html":{}}}],["isvalid",{"_index":2665,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["it's",{"_index":3731,"title":{},"body":{"changelog.html":{}}}],["item",{"_index":1309,"title":{},"body":{"interfaces/ExtractionSet.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["item).join",{"_index":1275,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["item.id",{"_index":2648,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/VisibilityMenuComponent.html":{}}}],["item.name",{"_index":2649,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/VisibilityMenuComponent.html":{}}}],["item.opacity",{"_index":3068,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["item.tooltip",{"_index":1774,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["item.ts",{"_index":3495,"title":{},"body":{"interfaces/VisibilityItem.html":{},"coverage.html":{}}}],["item.visible",{"_index":3067,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/VisibilityMenuComponent.html":{}}}],["item?.tooltip",{"_index":1772,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["items",{"_index":442,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["itemschange",{"_index":3508,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["iu",{"_index":3994,"title":{},"body":{"changelog.html":{}}}],["iu/ccf",{"_index":4240,"title":{},"body":{"index.html":{}}}],["javascript",{"_index":3630,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["join",{"_index":1272,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["json",{"_index":496,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["json.parse(filereader.result",{"_index":1686,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["json.stringify(jsonobj",{"_index":2678,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["json_file_reader",{"_index":1688,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["jsonfilereadercomponent",{"_index":495,"title":{"components/JsonFileReaderComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["jsonfilereadermodule",{"_index":1693,"title":{"modules/JsonFileReaderModule.html":{}},"body":{"modules/JsonFileReaderModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules.html":{},"overview.html":{}}}],["jsonld",{"_index":2581,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"dependencies.html":{}}}],["jsonobj",{"_index":2674,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["july",{"_index":3963,"title":{},"body":{"changelog.html":{}}}],["jump",{"_index":3999,"title":{},"body":{"changelog.html":{}}}],["justify",{"_index":430,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["keeps",{"_index":1764,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["key",{"_index":695,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/StoreModule.html":{},"interfaces/UserName.html":{},"interfaces/XYZTriplet.html":{}}}],["keyboard",{"_index":261,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["keyboardevent",{"_index":252,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["keys",{"_index":258,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{}}}],["keyval",{"_index":4163,"title":{},"body":{"dependencies.html":{}}}],["kidney",{"_index":1180,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["kidney.svg",{"_index":1181,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["kind",{"_index":4291,"title":{},"body":{"license.html":{}}}],["knee",{"_index":1182,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["knee.svg",{"_index":1183,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["known",{"_index":3658,"title":{},"body":{"changelog.html":{}}}],["kpmp",{"_index":3646,"title":{},"body":{"changelog.html":{}}}],["label",{"_index":155,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/DetailsLabelComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"interfaces/User.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["label'},{'name",{"_index":487,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["label.component",{"_index":1283,"title":{},"body":{"modules/DetailsLabelModule.html":{}}}],["label.component.html",{"_index":1260,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.component.scss",{"_index":1259,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.component.ts",{"_index":1251,"title":{},"body":{"components/DetailsLabelComponent.html":{},"coverage.html":{}}}],["label.component.ts:15",{"_index":1264,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.component.ts:20",{"_index":1262,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.component.ts:29",{"_index":1266,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.module.ts",{"_index":1282,"title":{},"body":{"modules/DetailsLabelModule.html":{}}}],["label/details",{"_index":1250,"title":{},"body":{"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"coverage.html":{}}}],["labeled",{"_index":499,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["labeledslidetogglecomponent",{"_index":498,"title":{"components/LabeledSlideToggleComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["labeledslidetogglemodule",{"_index":1738,"title":{"modules/LabeledSlideToggleModule.html":{}},"body":{"modules/LabeledSlideToggleModule.html":{},"modules/StageNavModule.html":{},"modules.html":{},"overview.html":{}}}],["labelel",{"_index":3195,"title":{},"body":{"components/StageNavComponent.html":{}}}],["labelel.contains(target",{"_index":3240,"title":{},"body":{"components/StageNavComponent.html":{}}}],["labelref",{"_index":3186,"title":{},"body":{"components/StageNavComponent.html":{}}}],["labels",{"_index":1710,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["labels[0",{"_index":1734,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["labels[0]}}{{labels[1",{"_index":1737,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["labels[1",{"_index":1727,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["labs/dispatch",{"_index":4128,"title":{},"body":{"dependencies.html":{}}}],["landmark",{"_index":1342,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["landmarks",{"_index":1777,"title":{},"body":{"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["large",{"_index":1184,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/variables.html":{}}}],["larger",{"_index":3694,"title":{},"body":{"changelog.html":{}}}],["larynx",{"_index":1187,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["larynx.svg",{"_index":1188,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["last",{"_index":2105,"title":{},"body":{"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"modules/StoreModule.html":{},"interfaces/UserName.html":{}}}],["lastname",{"_index":330,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/GlobalConfig.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{}}}],["lastnamevalidator",{"_index":2088,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["latest",{"_index":3665,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["latesttags",{"_index":34,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["launch",{"_index":2778,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["launcher",{"_index":3468,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher'},{'name",{"_index":531,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["launcher.component",{"_index":3487,"title":{},"body":{"modules/VideoModalLauncherModule.html":{}}}],["launcher.component.html",{"_index":3470,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.component.scss",{"_index":3469,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.component.ts",{"_index":3466,"title":{},"body":{"components/VideoModalLauncherComponent.html":{},"coverage.html":{}}}],["launcher.component.ts:17",{"_index":3473,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.component.ts:22",{"_index":3472,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.component.ts:32",{"_index":3474,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.module",{"_index":1115,"title":{},"body":{"modules/ContentModule.html":{}}}],["launcher.module.ts",{"_index":3486,"title":{},"body":{"modules/VideoModalLauncherModule.html":{}}}],["launcher/video",{"_index":1114,"title":{},"body":{"modules/ContentModule.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"coverage.html":{}}}],["launches",{"_index":3475,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launching",{"_index":3467,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launchreviewmodal",{"_index":2784,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["launchvideomodal",{"_index":3471,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["layers",{"_index":4116,"title":{},"body":{"dependencies.html":{}}}],["lazy",{"_index":49,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ld",{"_index":3923,"title":{},"body":{"changelog.html":{}}}],["leading",{"_index":1963,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["leak",{"_index":3881,"title":{},"body":{"changelog.html":{}}}],["leave",{"_index":3743,"title":{},"body":{"changelog.html":{}}}],["left",{"_index":447,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["left.px",{"_index":1016,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["left.svg",{"_index":1176,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["left/right",{"_index":3752,"title":{},"body":{"changelog.html":{}}}],["leftmargin",{"_index":1009,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["leftsidebarcomponent",{"_index":502,"title":{"components/LeftSidebarComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["leftsidebarmodule",{"_index":553,"title":{"modules/LeftSidebarModule.html":{}},"body":{"modules/AppModule.html":{},"modules/LeftSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["legend",{"_index":471,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["length",{"_index":3149,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["level",{"_index":3397,"title":{},"body":{"injectables/ThemingService.html":{},"changelog.html":{}}}],["levels",{"_index":4009,"title":{},"body":{"changelog.html":{}}}],["liability",{"_index":4304,"title":{},"body":{"license.html":{}}}],["liable",{"_index":4301,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":3697,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["library",{"_index":3854,"title":{},"body":{"changelog.html":{}}}],["library/assets/body4mesh_1338.glb",{"_index":2991,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["license",{"_index":4257,"title":{"license.html":{}},"body":{"license.html":{}}}],["life",{"_index":3598,"title":{},"body":{"changelog.html":{}}}],["light",{"_index":286,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["lighter",{"_index":1389,"title":{},"body":{"components/HeaderComponent.html":{}}}],["limit",{"_index":70,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"miscellaneous/variables.html":{}}}],["limitation",{"_index":4271,"title":{},"body":{"license.html":{}}}],["limited",{"_index":3950,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["limits",{"_index":3148,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["line",{"_index":124,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["link",{"_index":1390,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["linkage",{"_index":3965,"title":{},"body":{"changelog.html":{}}}],["linked",{"_index":3670,"title":{},"body":{"changelog.html":{}}}],["links",{"_index":3719,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["list",{"_index":2414,"title":{},"body":{"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"components/TagListComponent.html":{},"changelog.html":{}}}],["list'},{'name",{"_index":523,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["list.component",{"_index":3340,"title":{},"body":{"modules/TagListModule.html":{}}}],["list.component.html",{"_index":3304,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.scss",{"_index":3303,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts",{"_index":3301,"title":{},"body":{"components/TagListComponent.html":{},"coverage.html":{}}}],["list.component.ts:18",{"_index":3311,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:23",{"_index":3309,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:28",{"_index":3310,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:33",{"_index":3308,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:49",{"_index":3318,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:53",{"_index":3316,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:62",{"_index":3312,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.module",{"_index":2920,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["list.module.ts",{"_index":3337,"title":{},"body":{"modules/TagListModule.html":{}}}],["list/tag",{"_index":2919,"title":{},"body":{"modules/RightSidebarModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"coverage.html":{}}}],["listen",{"_index":1831,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["listener",{"_index":1611,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["listeners",{"_index":805,"title":{},"body":{"components/ContainerComponent.html":{}}}],["listens",{"_index":3211,"title":{},"body":{"components/StageNavComponent.html":{}}}],["literal",{"_index":1364,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ReferenceDataStateModel.html":{},"dependencies.html":{}}}],["little",{"_index":3816,"title":{},"body":{"changelog.html":{}}}],["liver",{"_index":1189,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["liver.svg",{"_index":1190,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["load",{"_index":50,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VideoModalComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["loaded",{"_index":1145,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{}}}],["loaders.gl/core",{"_index":4119,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/draco",{"_index":4121,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/gltf",{"_index":4122,"title":{},"body":{"dependencies.html":{}}}],["loading",{"_index":3649,"title":{},"body":{"changelog.html":{}}}],["loads",{"_index":3447,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["loadyoutubeplayerapi",{"_index":3442,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["local",{"_index":2595,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["located",{"_index":1542,"title":{},"body":{"classes/InitializationState.html":{}}}],["location",{"_index":3389,"title":{},"body":{"injectables/ThemingService.html":{},"changelog.html":{}}}],["locations",{"_index":3647,"title":{},"body":{"changelog.html":{}}}],["lodash",{"_index":1915,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["log",{"_index":4245,"title":{},"body":{"index.html":{}}}],["logger",{"_index":3294,"title":{},"body":{"modules/StoreModule.html":{}}}],["logging",{"_index":3691,"title":{},"body":{"changelog.html":{}}}],["logic",{"_index":1524,"title":{},"body":{"classes/InitializationState.html":{}}}],["logo",{"_index":1399,"title":{},"body":{"components/HeaderComponent.html":{}}}],["logotooltip",{"_index":220,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/User.html":{}}}],["longer",{"_index":3801,"title":{},"body":{"changelog.html":{}}}],["look",{"_index":1290,"title":{},"body":{"interfaces/DocumentationContent.html":{},"components/HeaderComponent.html":{},"changelog.html":{}}}],["looks",{"_index":2199,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["lookup",{"_index":2160,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["lot",{"_index":3603,"title":{},"body":{"changelog.html":{}}}],["lowerbound",{"_index":3032,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["lowerbound[i",{"_index":3041,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["lru",{"_index":4167,"title":{},"body":{"dependencies.html":{}}}],["luma.gl/core",{"_index":4123,"title":{},"body":{"dependencies.html":{}}}],["lung",{"_index":1191,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["lung.svg",{"_index":1192,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["lymph",{"_index":1193,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["m",{"_index":3169,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["made",{"_index":2323,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"changelog.html":{}}}],["main",{"_index":774,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["major",{"_index":3652,"title":{},"body":{"changelog.html":{}}}],["make",{"_index":2169,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["makes",{"_index":3526,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["making",{"_index":3567,"title":{},"body":{"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["male",{"_index":1368,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["mammary",{"_index":1199,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["managed",{"_index":307,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["managers",{"_index":3701,"title":{},"body":{"changelog.html":{}}}],["manages",{"_index":3356,"title":{},"body":{"injectables/ThemingService.html":{}}}],["manually",{"_index":1677,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["map",{"_index":113,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["map(([_viewtype",{"_index":3126,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([anatomicalstructures",{"_index":3059,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([entities",{"_index":136,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["map(([haschanges",{"_index":2338,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["map(([local",{"_index":2594,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["map(([nodes",{"_index":3081,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([organiri",{"_index":3088,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([page",{"_index":2579,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["map(([placement",{"_index":3048,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([rotation",{"_index":3053,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map((item",{"_index":2647,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map((node",{"_index":3073,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map((set",{"_index":2046,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["map((side",{"_index":3138,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(basehref",{"_index":2175,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["map(def",{"_index":1429,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["map(dims",{"_index":919,"title":{},"body":{"components/ContentComponent.html":{}}}],["map(node",{"_index":3141,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(organ",{"_index":1768,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["map(p",{"_index":945,"title":{},"body":{"components/ContentComponent.html":{}}}],["map(sex",{"_index":2419,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["map(type",{"_index":938,"title":{},"body":{"components/ContentComponent.html":{}}}],["map(value",{"_index":2306,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["march",{"_index":3856,"title":{},"body":{"changelog.html":{}}}],["margin",{"_index":736,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/variables.html":{}}}],["margin2",{"_index":1521,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["markdown",{"_index":4172,"title":{},"body":{"dependencies.html":{}}}],["marrow",{"_index":1168,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["marrow.svg",{"_index":1169,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["mat",{"_index":387,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["mat.transformaspoint",{"_index":3033,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["mat.transformaspoint([1",{"_index":3035,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["mat_dialog_data",{"_index":2862,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["mat_form_field_default_options",{"_index":566,"title":{},"body":{"modules/AppModule.html":{}}}],["matbuttonmodule",{"_index":1699,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/TagSearchModule.html":{}}}],["match",{"_index":2078,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["matcheckboxmodule",{"_index":3345,"title":{},"body":{"modules/TagSearchModule.html":{}}}],["matches",{"_index":183,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["matches.length",{"_index":189,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["matches.map((as",{"_index":190,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["matching",{"_index":75,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matchipsmodule",{"_index":3338,"title":{},"body":{"modules/TagListModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["matdialog",{"_index":2531,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["matdialogmodule",{"_index":2560,"title":{},"body":{"modules/RegistrationModalModule.html":{},"modules/ReviewModalModule.html":{},"modules/VideoModalModule.html":{}}}],["matdialogref",{"_index":2389,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["matdividermodule",{"_index":1803,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{},"modules/StageNavModule.html":{}}}],["material",{"_index":1394,"title":{},"body":{"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["matexpansionmodule",{"_index":1805,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{}}}],["matformfieldmodule",{"_index":763,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{}}}],["math.floor(p.x",{"_index":946,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.floor(p.y",{"_index":947,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.floor(p.z",{"_index":948,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.gl/core",{"_index":2134,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["math.gl/culling",{"_index":4126,"title":{},"body":{"dependencies.html":{}}}],["math.max(dims.x",{"_index":920,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.max(dims.y",{"_index":924,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.max(dims.z",{"_index":926,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.max(n",{"_index":3040,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["math.min(20",{"_index":2023,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["math.min(n",{"_index":3037,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["math.round(xyz.x",{"_index":2766,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["math.round(xyz.y",{"_index":2767,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["math.round(xyz.z",{"_index":2768,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["maticonmodule",{"_index":569,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/DrawerModule.html":{},"modules/HeaderModule.html":{},"modules/LeftSidebarModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["maticonregistry",{"_index":1413,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["matinputmodule",{"_index":757,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{}}}],["matlegacyslidermodule",{"_index":2970,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["matradiomodule",{"_index":2522,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"modules/StageNavModule.html":{}}}],["matripplemodule",{"_index":759,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/VisibilityMenuModule.html":{}}}],["matrix",{"_index":2185,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["matrix.transformaspoint",{"_index":2191,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["matrix4",{"_index":2132,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/functions.html":{}}}],["matrix4(matrix4.identity",{"_index":2187,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["matrix4(matrix4.identity).rotatey(toradians(rotation)).multiplyright(n.transformmatrix",{"_index":3055,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["matrix4(matrix4.identity).scale([2",{"_index":2993,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["matrix4(model.transformmatrix",{"_index":3031,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["matselectmodule",{"_index":1358,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/StageNavModule.html":{}}}],["matslidermodule",{"_index":2971,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["matslidetogglemodule",{"_index":1743,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{}}}],["matsnackbar",{"_index":239,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["matsnackbarmodule",{"_index":571,"title":{},"body":{"modules/AppModule.html":{}}}],["mattooltipmodule",{"_index":761,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/HeaderModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/ReviewButtonModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{}}}],["max",{"_index":1002,"title":{},"body":{"components/ContentComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["maximum",{"_index":78,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["mc",{"_index":3993,"title":{},"body":{"changelog.html":{}}}],["mdc",{"_index":388,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/User.html":{},"components/VisibilityToggleComponent.html":{}}}],["measured",{"_index":1581,"title":{},"body":{"classes/InitializationState.html":{}}}],["measuredmargin",{"_index":1583,"title":{},"body":{"classes/InitializationState.html":{}}}],["measuredwidth",{"_index":1573,"title":{},"body":{"classes/InitializationState.html":{}}}],["memory",{"_index":3880,"title":{},"body":{"changelog.html":{}}}],["menu",{"_index":1786,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["menu'},{'name",{"_index":534,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["menu.component",{"_index":3560,"title":{},"body":{"modules/VisibilityMenuModule.html":{}}}],["menu.component.html",{"_index":3500,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.scss",{"_index":3499,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts",{"_index":3498,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"coverage.html":{}}}],["menu.component.ts:108",{"_index":3523,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:127",{"_index":3525,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:140",{"_index":3515,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:21",{"_index":3513,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:26",{"_index":3510,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:31",{"_index":3511,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:36",{"_index":3512,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:41",{"_index":3509,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:55",{"_index":3528,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:70",{"_index":3521,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:80",{"_index":3516,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:90",{"_index":3531,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.module",{"_index":1815,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["menu.module.ts",{"_index":3559,"title":{},"body":{"modules/VisibilityMenuModule.html":{}}}],["menu/visibility",{"_index":1814,"title":{},"body":{"modules/LeftSidebarModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"coverage.html":{}}}],["merchantability",{"_index":4294,"title":{},"body":{"license.html":{}}}],["merge",{"_index":4274,"title":{},"body":{"license.html":{}}}],["mergeall",{"_index":1828,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["message",{"_index":796,"title":{"interfaces/Message.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/RegistrationMetadataComponent.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["message_service_config",{"_index":1297,"title":{},"body":{"modules/DrawerModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["message_service_default_config",{"_index":1298,"title":{},"body":{"modules/DrawerModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["messagechannel",{"_index":811,"title":{"classes/MessageChannel.html":{}},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["messagechannel(source",{"_index":1871,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["messagechannel.counter",{"_index":1858,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["messages",{"_index":792,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["messageservice",{"_index":778,"title":{"injectables/MessageService.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["messageservice.connect(this",{"_index":855,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["messageservice.connect(this).getmessages",{"_index":1053,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["messageserviceconfig",{"_index":1830,"title":{"interfaces/MessageServiceConfig.html":{}},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["meta",{"_index":2814,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["metadata",{"_index":207,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/MetaDataField.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["metadata'},{'name",{"_index":507,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["metadata.component",{"_index":2521,"title":{},"body":{"modules/RegistrationMetadataModule.html":{}}}],["metadata.component.html",{"_index":2472,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.scss",{"_index":2471,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts",{"_index":2470,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"coverage.html":{}}}],["metadata.component.ts:21",{"_index":2479,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:24",{"_index":2490,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:27",{"_index":2491,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:30",{"_index":2497,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:33",{"_index":2478,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:59",{"_index":2481,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:67",{"_index":2489,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:75",{"_index":2485,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:84",{"_index":2480,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:92",{"_index":2487,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.module",{"_index":2467,"title":{},"body":{"modules/RegistrationContentModule.html":{},"modules/RightSidebarModule.html":{}}}],["metadata.module.ts",{"_index":2520,"title":{},"body":{"modules/RegistrationMetadataModule.html":{}}}],["metadata/registration",{"_index":2466,"title":{},"body":{"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{}}}],["metadatafield",{"_index":1888,"title":{"interfaces/MetaDataField.html":{}},"body":{"interfaces/MetaDataField.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["metadatalookup",{"_index":2785,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["metadatalookup(field",{"_index":2811,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["meter",{"_index":2146,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["method",{"_index":908,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/ThemingService.html":{}}}],["method.apply(registry",{"_index":1459,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["methodname",{"_index":1453,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ThemingService.html":{}}}],["methods",{"_index":25,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["middle",{"_index":2107,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["middlename",{"_index":2098,"title":{},"body":{"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/UserName.html":{}}}],["middlenamevalidator",{"_index":2089,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["milestone",{"_index":3600,"title":{},"body":{"changelog.html":{}}}],["millimeter",{"_index":2145,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["min",{"_index":744,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{}}}],["minimap",{"_index":986,"title":{},"body":{"components/ContentComponent.html":{}}}],["minor",{"_index":3604,"title":{},"body":{"changelog.html":{}}}],["miscellaneous",{"_index":4199,"title":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["mit",{"_index":4258,"title":{},"body":{"license.html":{}}}],["mm",{"_index":720,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{}}}],["mock",{"_index":3989,"title":{},"body":{"changelog.html":{}}}],["modal",{"_index":304,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["modal's",{"_index":2806,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["modal'},{'name",{"_index":509,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["modal.component",{"_index":2559,"title":{},"body":{"modules/RegistrationModalModule.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewModalModule.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalModule.html":{}}}],["modal.component.html",{"_index":2527,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["modal.component.scss",{"_index":2851,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["modal.component.ts",{"_index":2525,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{},"coverage.html":{}}}],["modal.component.ts:16",{"_index":3444,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal.component.ts:23",{"_index":3454,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal.component.ts:24",{"_index":2533,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/VideoModalComponent.html":{}}}],["modal.component.ts:27",{"_index":2532,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{}}}],["modal.component.ts:31",{"_index":2861,"title":{},"body":{"components/ReviewModalComponent.html":{},"components/VideoModalComponent.html":{}}}],["modal.component.ts:35",{"_index":2537,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["modal.component.ts:36",{"_index":2854,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["modal.component.ts:38",{"_index":3446,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal.component.ts:45",{"_index":2534,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{}}}],["modal.component.ts:46",{"_index":2860,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["modal.component.ts:47",{"_index":3445,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal.component.ts:55",{"_index":2858,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["modal.component.ts:69",{"_index":2536,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["modal.module",{"_index":590,"title":{},"body":{"modules/AppModule.html":{},"modules/ReviewButtonModule.html":{}}}],["modal.module.ts",{"_index":2558,"title":{},"body":{"modules/RegistrationModalModule.html":{},"modules/ReviewModalModule.html":{},"modules/VideoModalModule.html":{}}}],["modal.wrapper",{"_index":3465,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal/registration",{"_index":589,"title":{},"body":{"modules/AppModule.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"coverage.html":{}}}],["modal/review",{"_index":2819,"title":{},"body":{"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"coverage.html":{}}}],["modal/video",{"_index":1113,"title":{},"body":{"modules/ContentModule.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"coverage.html":{}}}],["modalclosed",{"_index":1753,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["mode",{"_index":288,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ReviewButtonComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["model",{"_index":22,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["model.blocksize.x.tofixed(3",{"_index":2732,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.blocksize.y.tofixed(3",{"_index":2734,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.blocksize.z.tofixed(3",{"_index":2736,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.label",{"_index":2720,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.organ$.subscribe(organ",{"_index":2428,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["model.organ.name",{"_index":2662,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.organ.organ",{"_index":2663,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.organ.src",{"_index":2550,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["model.organiri",{"_index":2740,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.position.x.tofixed(3",{"_index":2757,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.position.y.tofixed(3",{"_index":2759,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.position.z.tofixed(3",{"_index":2761,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.representation_of",{"_index":149,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["model.rotation.x.tofixed(3",{"_index":2748,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.rotation.y.tofixed(3",{"_index":2750,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.rotation.z.tofixed(3",{"_index":2752,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.slicesconfig?.numslices",{"_index":2730,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.slicesconfig?.thickness",{"_index":2728,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.snapshot",{"_index":2676,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.tooltip",{"_index":156,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["model/model.state",{"_index":118,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["modelchanged",{"_index":1956,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["models/anatomical",{"_index":117,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["models/extraction",{"_index":1922,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["models/meta",{"_index":2575,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["models/visibility",{"_index":1923,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["modelstate",{"_index":88,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["modelstatemodel",{"_index":1891,"title":{"interfaces/ModelStateModel.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["modification",{"_index":2598,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["modify",{"_index":4273,"title":{},"body":{"license.html":{}}}],["module",{"_index":538,"title":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["modules",{"_index":540,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"modules.html":{},"overview.html":{}}}],["modules/content/content.module",{"_index":583,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/header/header.module",{"_index":584,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/left",{"_index":585,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/registration",{"_index":588,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/right",{"_index":591,"title":{},"body":{"modules/AppModule.html":{}}}],["monorepo",{"_index":4208,"title":{},"body":{"index.html":{}}}],["more",{"_index":1332,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"index.html":{}}}],["mouse",{"_index":3519,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["mouseevent",{"_index":2403,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["mouseout",{"_index":3502,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["mouseover",{"_index":3503,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["mouseover(item",{"_index":3520,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["mousepositiontrackermodule",{"_index":1125,"title":{},"body":{"modules/CoreModule.html":{}}}],["moved",{"_index":4001,"title":{},"body":{"changelog.html":{}}}],["moz",{"_index":723,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ms",{"_index":4333,"title":{},"body":{"miscellaneous/variables.html":{}}}],["msg",{"_index":1030,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["msg.payload",{"_index":1063,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["msg.payload.drawers",{"_index":1057,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["msg.payload.opened",{"_index":3428,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["msg.payload.type",{"_index":1055,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["msg.source",{"_index":1061,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["much",{"_index":3692,"title":{},"body":{"changelog.html":{}}}],["multi",{"_index":3354,"title":{},"body":{"modules/ThemingModule.html":{}}}],["multiple",{"_index":4209,"title":{},"body":{"index.html":{}}}],["n",{"_index":962,"title":{},"body":{"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["n3",{"_index":4169,"title":{},"body":{"dependencies.html":{}}}],["name",{"_index":44,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["name(value",{"_index":2115,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["name.endswith(info.organ",{"_index":2220,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["name.firstname",{"_index":2326,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["name.lastname",{"_index":2327,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["name.middlename",{"_index":2328,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["name_input",{"_index":2121,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["namechange",{"_index":2091,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["nameinputcomponent",{"_index":504,"title":{"components/NameInputComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["nameinputmodule",{"_index":1799,"title":{"modules/NameInputModule.html":{}},"body":{"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules.html":{},"overview.html":{}}}],["namematches(organname",{"_index":1979,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["names",{"_index":3776,"title":{},"body":{"changelog.html":{}}}],["namespace",{"_index":1154,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"miscellaneous/variables.html":{}}}],["namevalid",{"_index":2378,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["nan",{"_index":1938,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["narrow",{"_index":943,"title":{},"body":{"components/ContentComponent.html":{}}}],["native",{"_index":2684,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{}}}],["nav",{"_index":3181,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav'},{'name",{"_index":521,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["nav.component",{"_index":3265,"title":{},"body":{"modules/StageNavModule.html":{}}}],["nav.component.html",{"_index":3183,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.scss",{"_index":3182,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts",{"_index":3177,"title":{},"body":{"components/StageNavComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["nav.component.ts:109",{"_index":3221,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:19",{"_index":3208,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:23",{"_index":3200,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:29",{"_index":3198,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:32",{"_index":3204,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:35",{"_index":3206,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:38",{"_index":3207,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:41",{"_index":3225,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:44",{"_index":3227,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:47",{"_index":3222,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:50",{"_index":3223,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:53",{"_index":3230,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:58",{"_index":3234,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:60",{"_index":3197,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:76",{"_index":3210,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:91",{"_index":3218,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.module",{"_index":1112,"title":{},"body":{"modules/ContentModule.html":{}}}],["nav.module.ts",{"_index":3263,"title":{},"body":{"modules/StageNavModule.html":{}}}],["nav/stage",{"_index":1111,"title":{},"body":{"modules/ContentModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["navigation",{"_index":3998,"title":{},"body":{"changelog.html":{}}}],["necessary",{"_index":2798,"title":{},"body":{"components/ReviewButtonComponent.html":{},"injectables/ThemingService.html":{}}}],["need",{"_index":1149,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["needed",{"_index":3150,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"changelog.html":{}}}],["needs",{"_index":801,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["network",{"_index":4249,"title":{},"body":{"index.html":{}}}],["neuron",{"_index":1202,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["neuron.svg",{"_index":1203,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["never",{"_index":848,"title":{},"body":{"components/ContainerComponent.html":{},"miscellaneous/functions.html":{}}}],["new",{"_index":140,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["newplacement",{"_index":2193,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["newplacement.x_translation",{"_index":2196,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["newplacement.y_translation",{"_index":2197,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["newplacement.z_translation",{"_index":2198,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["newposition",{"_index":369,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/User.html":{}}}],["newrotation",{"_index":2942,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["newstructures",{"_index":2021,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["next",{"_index":123,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["nextmessageid",{"_index":1857,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["ng",{"_index":465,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ngacceptinputtype_expanded",{"_index":1647,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngacceptinputtype_opened",{"_index":1646,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngacceptinputtype_position",{"_index":1645,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngafterviewinit",{"_index":786,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["ngdobootstrap",{"_index":560,"title":{},"body":{"modules/AppModule.html":{}}}],["ngmodule",{"_index":563,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["ngonchanges",{"_index":2786,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["ngondestroy",{"_index":228,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["ngoninit",{"_index":229,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{}}}],["ngx",{"_index":676,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["ngxs",{"_index":3291,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/logger",{"_index":3270,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/storage",{"_index":3273,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/store",{"_index":109,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["ngxs/store/operators",{"_index":2297,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["ngxsdataentitycollectionsrepository",{"_index":17,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["ngxsdatapluginmodule",{"_index":3267,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatapluginmodule.forroot",{"_index":3282,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatarepository",{"_index":1415,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["ngxsimmutabledatarepository",{"_index":1909,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ngxsloggerpluginmodule",{"_index":3269,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsloggerpluginmodule.forroot",{"_index":3295,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule",{"_index":3274,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule.forroot(root_states",{"_index":3283,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsoninit",{"_index":29,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ngxsstoragepluginmodule",{"_index":3272,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsstoragepluginmodule.forroot",{"_index":3292,"title":{},"body":{"modules/StoreModule.html":{}}}],["nih",{"_index":4254,"title":{},"body":{"index.html":{}}}],["node",{"_index":4175,"title":{},"body":{"dependencies.html":{}}}],["node.representation_of",{"_index":3072,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodecollisions",{"_index":2979,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodedragevent",{"_index":901,"title":{},"body":{"components/ContentComponent.html":{}}}],["nodes",{"_index":1194,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["nodes.filter((model",{"_index":3083,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodes.map(n",{"_index":3054,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodes.svg",{"_index":1195,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["none",{"_index":408,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["noninfringement",{"_index":4298,"title":{},"body":{"license.html":{}}}],["nonnullable",{"_index":645,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/typealiases.html":{}}}],["normalizeplacement",{"_index":2362,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["normalizeplacement(place",{"_index":2181,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["not(.cdk",{"_index":2958,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["not(:last",{"_index":739,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["note",{"_index":3636,"title":{},"body":{"changelog.html":{}}}],["notebooks",{"_index":3628,"title":{},"body":{"changelog.html":{}}}],["notebooks/vignettes",{"_index":4235,"title":{},"body":{"index.html":{}}}],["nothing",{"_index":2405,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["notice",{"_index":3883,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["now",{"_index":3695,"title":{},"body":{"changelog.html":{}}}],["nowrap",{"_index":3253,"title":{},"body":{"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["null",{"_index":1424,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{}}}],["null)?.getcontainerelement",{"_index":3404,"title":{},"body":{"injectables/ThemingService.html":{}}}],["nullish",{"_index":2206,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["number",{"_index":71,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["number(value.slice(0",{"_index":1587,"title":{},"body":{"classes/InitializationState.html":{}}}],["numbersonlymodule",{"_index":3175,"title":{},"body":{"modules/SlicesInputModule.html":{}}}],["numeric",{"_index":3887,"title":{},"body":{"changelog.html":{}}}],["numslices",{"_index":1932,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["o.id",{"_index":1977,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["o.organ.tolowercase",{"_index":1980,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["o.side",{"_index":1978,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["obj",{"_index":3323,"title":{},"body":{"components/TagListComponent.html":{}}}],["object",{"_index":1143,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/UserName.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["object.entries(entities).foreach(([id",{"_index":143,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["object.keys(data.organirilookup).length",{"_index":2547,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["object.keys(db.organirilookup).find((code",{"_index":2209,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["object.keys(this.initialstate",{"_index":1958,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["object.values(aslookup",{"_index":2044,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["objects",{"_index":667,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["observable",{"_index":96,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["observableinput",{"_index":82,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["obtaining",{"_index":4267,"title":{},"body":{"license.html":{}}}],["off/on",{"_index":3863,"title":{},"body":{"changelog.html":{}}}],["official",{"_index":3962,"title":{},"body":{"changelog.html":{}}}],["offset",{"_index":1065,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["offsets",{"_index":2894,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["old",{"_index":4222,"title":{},"body":{"index.html":{}}}],["oldposition",{"_index":362,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["oldposition.x",{"_index":383,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["oldposition.y",{"_index":380,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["oldposition.z",{"_index":375,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["once",{"_index":1138,"title":{},"body":{"modules/CoreModule.html":{}}}],["onchanges",{"_index":2780,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["ondestroy",{"_index":205,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["one",{"_index":1333,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{},"index.html":{}}}],["oninit",{"_index":206,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{}}}],["online",{"_index":3970,"title":{},"body":{"changelog.html":{}}}],["onorganchange(organ",{"_index":2067,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["onorganirichange",{"_index":2027,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["onreferencedatachange",{"_index":2057,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ontological",{"_index":4020,"title":{},"body":{"changelog.html":{}}}],["ontologies",{"_index":3924,"title":{},"body":{"changelog.html":{}}}],["ontology",{"_index":3638,"title":{},"body":{"changelog.html":{}}}],["ontology/ccf",{"_index":2717,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["ontologyid",{"_index":1366,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["opacities",{"_index":3867,"title":{},"body":{"changelog.html":{}}}],["opacity",{"_index":993,"title":{},"body":{"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["opacityslidermodule",{"_index":1807,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/VisibilityMenuModule.html":{}}}],["open",{"_index":1093,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/ReviewButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["open/close",{"_index":1564,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["openapi",{"_index":3728,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["openapi/js",{"_index":4231,"title":{},"body":{"index.html":{}}}],["openapi/ng",{"_index":4233,"title":{},"body":{"index.html":{}}}],["openapi/ts",{"_index":4232,"title":{},"body":{"index.html":{}}}],["opendialog",{"_index":2529,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["opened",{"_index":1036,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/RegistrationModalComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["opened(value",{"_index":1551,"title":{},"body":{"classes/InitializationState.html":{}}}],["opened/closed",{"_index":1507,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["openedchange",{"_index":1559,"title":{},"body":{"classes/InitializationState.html":{}}}],["openedstate",{"_index":1508,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["openexpanded",{"_index":1604,"title":{},"body":{"classes/InitializationState.html":{}}}],["opening/closing/expanding",{"_index":1525,"title":{},"body":{"classes/InitializationState.html":{}}}],["opens",{"_index":1593,"title":{},"body":{"classes/InitializationState.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["opposite",{"_index":1512,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["optimization",{"_index":3815,"title":{},"body":{"changelog.html":{}}}],["optimizations",{"_index":3955,"title":{},"body":{"changelog.html":{}}}],["optimized",{"_index":3846,"title":{},"body":{"changelog.html":{}}}],["option",{"_index":1719,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"changelog.html":{}}}],["optional",{"_index":46,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":1323,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["optionsel",{"_index":3196,"title":{},"body":{"components/StageNavComponent.html":{}}}],["optionsel.contains(target",{"_index":3241,"title":{},"body":{"components/StageNavComponent.html":{}}}],["optionsref",{"_index":3187,"title":{},"body":{"components/StageNavComponent.html":{}}}],["orcid",{"_index":2254,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["orcid.match('^[a",{"_index":2347,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["orcidcontrol",{"_index":2473,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["orcidid",{"_index":2302,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["orcidtouri",{"_index":2238,"title":{},"body":{"injectables/PageState.html":{}}}],["orcidtouri(id",{"_index":2258,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["orcidvalid",{"_index":2232,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{}}}],["ordering",{"_index":1928,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ",{"_index":423,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/ExtractionSet.html":{},"interfaces/GlobalConfig.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/typealiases.html":{}}}],["organ.id",{"_index":2773,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["organ.name",{"_index":2001,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.name.tolowercase",{"_index":2074,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.ontologyid",{"_index":2075,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.sex?.tolowercase",{"_index":2076,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.side",{"_index":2002,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.src",{"_index":2430,"title":{},"body":{"components/RegistrationContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organ.touppercase",{"_index":2202,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organconfig",{"_index":1363,"title":{"interfaces/OrganConfig.html":{}},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["organdata",{"_index":2070,"title":{"interfaces/OrganData.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["organdata?.organ",{"_index":2073,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdata?.sex?.tolowercase",{"_index":2072,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions",{"_index":964,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions.x",{"_index":967,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions.y",{"_index":968,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions.z",{"_index":2055,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions.z].map(n",{"_index":969,"title":{},"body":{"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentity",{"_index":3109,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentity.x_dimension",{"_index":3115,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentity.y_dimension",{"_index":3116,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentity.z_dimension",{"_index":3117,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentry",{"_index":2227,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organinfo",{"_index":1903,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organinfo.sex",{"_index":2204,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organinfo?.sex",{"_index":2203,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organinfo?.side?.tolowercase",{"_index":2081,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organinfo?.side].join('|').touppercase",{"_index":2208,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organiri",{"_index":1897,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organirilookup",{"_index":2159,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organlist",{"_index":2379,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["organlistoptions(organoptions",{"_index":2770,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["organname",{"_index":1981,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organoptions",{"_index":614,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["organoptions.includes(organ.id",{"_index":2774,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["organoptions.length",{"_index":2771,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["organs",{"_index":1161,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["organs/anatomical",{"_index":3869,"title":{},"body":{"changelog.html":{}}}],["organscene",{"_index":3063,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organselect",{"_index":2386,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["organselect(organ",{"_index":2400,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["organselected",{"_index":1751,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["organsex",{"_index":2068,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organside",{"_index":1975,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organspatialentities",{"_index":2161,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["originscene",{"_index":3061,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["orthographic",{"_index":3786,"title":{},"body":{"changelog.html":{}}}],["ot",{"_index":1150,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["ot2od026671",{"_index":4256,"title":{},"body":{"index.html":{}}}],["other.expanded",{"_index":1633,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.expandedstate2",{"_index":1634,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.margin2",{"_index":1639,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.measuredmargin",{"_index":1637,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.measuredwidth",{"_index":1636,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.opened",{"_index":1635,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.width",{"_index":1638,"title":{},"body":{"classes/InitializationState.html":{}}}],["otherwise",{"_index":917,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"license.html":{}}}],["out",{"_index":420,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"classes/InitializationState.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"license.html":{},"overview.html":{}}}],["output",{"_index":674,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["outputs",{"_index":712,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["outside",{"_index":2937,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ovaries",{"_index":1204,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ovaries.svg",{"_index":1205,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ovary",{"_index":1206,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["over",{"_index":3522,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["overall",{"_index":3662,"title":{},"body":{"changelog.html":{}}}],["overflow",{"_index":401,"title":{},"body":{"components/AppComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["overlay",{"_index":1351,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"injectables/ThemingService.html":{}}}],["overlaycontainer",{"_index":3385,"title":{},"body":{"injectables/ThemingService.html":{}}}],["overlays",{"_index":4010,"title":{},"body":{"changelog.html":{}}}],["override",{"_index":2670,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["overview",{"_index":4312,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owning",{"_index":3412,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["p",{"_index":2141,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["p.target",{"_index":3093,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.translation_units",{"_index":2143,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.x_rotation",{"_index":2151,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.x_scaling",{"_index":2154,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.x_translation",{"_index":2147,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.y_rotation",{"_index":2152,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.y_scaling",{"_index":2155,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.y_translation",{"_index":2148,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.z_rotation].map(toradians",{"_index":2153,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.z_scaling",{"_index":2156,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.z_translation].map((n",{"_index":3096,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.z_translation].map(t",{"_index":2149,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["package",{"_index":3700,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{}}}],["padding",{"_index":424,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["page",{"_index":23,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{}}}],["page.isorcidvalid",{"_index":2427,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["page.orcidvalid",{"_index":2661,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.registrationcallbackset",{"_index":2703,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.registrationstarted$.subscribe((registrationstarted",{"_index":335,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["page.snapshot.user.firstname",{"_index":2693,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.snapshot.user.lastname",{"_index":2695,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.snapshot.user.middlename",{"_index":2697,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.snapshot.user.orcidid",{"_index":2699,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.uritoorcid(user.orcidid",{"_index":2499,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["page.user$.subscribe(user",{"_index":2424,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["page.user.firstname",{"_index":2548,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["page.user.lastname",{"_index":2549,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["page.user.middlename",{"_index":2722,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.user.orcidid",{"_index":2723,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page/page.state",{"_index":119,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{}}}],["pages",{"_index":3759,"title":{},"body":{"changelog.html":{}}}],["pagestate",{"_index":91,"title":{"injectables/PageState.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["pagestatemodel",{"_index":2303,"title":{"interfaces/PageStateModel.html":{}},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"coverage.html":{}}}],["pair",{"_index":1641,"title":{},"body":{"classes/InitializationState.html":{}}}],["paired",{"_index":3749,"title":{},"body":{"changelog.html":{}}}],["palatine",{"_index":1207,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pancreas",{"_index":1210,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pancreas.svg",{"_index":1211,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pane",{"_index":1352,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"changelog.html":{}}}],["panel",{"_index":1289,"title":{},"body":{"interfaces/DocumentationContent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"changelog.html":{}}}],["panelclass",{"_index":2835,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["param",{"_index":159,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["parameters",{"_index":42,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["params",{"_index":1520,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["parent",{"_index":1832,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["parent.messages.pipe(takewhile",{"_index":1864,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["parse",{"_index":657,"title":{},"body":{"components/AppWebComponent.html":{}}}],["parsed",{"_index":1668,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["parsedjson",{"_index":1657,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["parseorgan",{"_index":660,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parseorgan(value",{"_index":647,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":4135,"title":{},"body":{"dependencies.html":{}}}],["partial",{"_index":3299,"title":{},"body":{"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{}}}],["particular",{"_index":4296,"title":{},"body":{"license.html":{}}}],["partly",{"_index":3855,"title":{},"body":{"changelog.html":{}}}],["partonomy",{"_index":3798,"title":{},"body":{"changelog.html":{}}}],["parts",{"_index":1463,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.join",{"_index":1468,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('innamespace",{"_index":1467,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('literal",{"_index":1466,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('set",{"_index":1465,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["pass",{"_index":2013,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["passed",{"_index":1760,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["patch",{"_index":2296,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["patchplacement",{"_index":2183,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["patchplacement.target",{"_index":2195,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["path",{"_index":4156,"title":{},"body":{"dependencies.html":{}}}],["payload",{"_index":1086,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/typealiases.html":{}}}],["pbr",{"_index":2997,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["pelvis",{"_index":1212,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["per",{"_index":1931,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["performance",{"_index":3703,"title":{},"body":{"changelog.html":{}}}],["permission",{"_index":4262,"title":{},"body":{"license.html":{}}}],["permit",{"_index":4281,"title":{},"body":{"license.html":{}}}],["person",{"_index":2301,"title":{"interfaces/Person.html":{}},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"coverage.html":{},"license.html":{}}}],["persons",{"_index":4282,"title":{},"body":{"license.html":{}}}],["pick",{"_index":2271,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["pipe",{"_index":3047,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["pipe(filter(s",{"_index":2334,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["pipe(mergeall",{"_index":1866,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["place",{"_index":2194,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["place.x_rotation",{"_index":2635,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["place.x_translation",{"_index":2188,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["place.y_rotation",{"_index":2636,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["place.y_translation",{"_index":2189,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["place.z_rotation",{"_index":2637,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["place.z_translation",{"_index":2190,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["placed",{"_index":3281,"title":{},"body":{"modules/StoreModule.html":{}}}],["placeholder",{"_index":1673,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"changelog.html":{}}}],["placement",{"_index":2140,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["placement.length",{"_index":3080,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["placement_date",{"_index":2741,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["placementcube",{"_index":2982,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["placementpatches",{"_index":2164,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["placenta",{"_index":1215,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["placenta.svg",{"_index":1216,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["play",{"_index":3482,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["play_circle_outline",{"_index":3479,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["player",{"_index":3449,"title":{},"body":{"components/VideoModalComponent.html":{},"modules/VideoModalModule.html":{},"dependencies.html":{}}}],["pluckunique",{"_index":2298,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["plugin",{"_index":3271,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["plugins",{"_index":3290,"title":{},"body":{"modules/StoreModule.html":{}}}],["plus",{"_index":3655,"title":{},"body":{"changelog.html":{}}}],["pointer",{"_index":434,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["populated",{"_index":2213,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["popup",{"_index":3213,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["portal",{"_index":1398,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{},"index.html":{}}}],["portal's",{"_index":3949,"title":{},"body":{"changelog.html":{}}}],["portions",{"_index":4289,"title":{},"body":{"license.html":{}}}],["pos",{"_index":2822,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["position",{"_index":256,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["position(value",{"_index":1547,"title":{},"body":{"classes/InitializationState.html":{}}}],["position.x",{"_index":976,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["position.x.tofixed(1)}_${position.y.tofixed(1)}_${position.z.tofixed(1",{"_index":1988,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["position.y",{"_index":2192,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["position.z",{"_index":974,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["position.z].map((n",{"_index":3131,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["positions",{"_index":810,"title":{},"body":{"components/ContainerComponent.html":{}}}],["possible",{"_index":1902,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["posterior",{"_index":975,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["potential",{"_index":2200,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["pre",{"_index":3563,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["preclose",{"_index":351,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["preexisting",{"_index":2417,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["preferences",{"_index":3773,"title":{},"body":{"changelog.html":{}}}],["preparation",{"_index":3607,"title":{},"body":{"changelog.html":{}}}],["presented",{"_index":4008,"title":{},"body":{"changelog.html":{}}}],["pressed",{"_index":259,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["prevent",{"_index":3683,"title":{},"body":{"changelog.html":{}}}],["preview",{"_index":3784,"title":{},"body":{"changelog.html":{}}}],["previous",{"_index":1905,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["previousitems",{"_index":2016,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["previousitems.map(structure",{"_index":2022,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["previously",{"_index":3721,"title":{},"body":{"changelog.html":{}}}],["previousregistrationnodes",{"_index":2980,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["previousregistrations",{"_index":2585,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["previousregistrations.map((entity",{"_index":3089,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["prevnodes",{"_index":3049,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["primary",{"_index":3576,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["private",{"_index":20,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["process",{"_index":1029,"title":{},"body":{"components/ContentComponent-1.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["processed",{"_index":3940,"title":{},"body":{"changelog.html":{}}}],["processes",{"_index":798,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["processing",{"_index":3774,"title":{},"body":{"changelog.html":{}}}],["production",{"_index":3709,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["programming",{"_index":3696,"title":{},"body":{"changelog.html":{}}}],["project",{"_index":2810,"title":{},"body":{"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["projected",{"_index":806,"title":{},"body":{"components/ContainerComponent.html":{}}}],["projects",{"_index":4210,"title":{},"body":{"index.html":{}}}],["projects/.../anatomical",{"_index":4320,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../app",{"_index":4204,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["projects/.../block",{"_index":4324,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../config.ts",{"_index":4203,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["projects/.../container.component.ts",{"_index":4205,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../default",{"_index":4325,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../drawer.component.ts",{"_index":4317,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../message.service.ts",{"_index":4330,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../messages.ts",{"_index":4316,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../meta",{"_index":4318,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../model.state.ts",{"_index":4321,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../reference",{"_index":4201,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../rotation",{"_index":4326,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../scene.state.ts",{"_index":4202,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../slices",{"_index":4328,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../stage",{"_index":4319,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../store.module.ts",{"_index":4331,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../tag",{"_index":4327,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../theming.service.ts",{"_index":4329,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/ccf",{"_index":6,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["promise",{"_index":1495,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/RegistrationStateModel.html":{}}}],["promise(resolve",{"_index":1492,"title":{},"body":{"classes/InitializationState.html":{}}}],["properties",{"_index":19,"title":{"properties.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"properties.html":{}}}],["property",{"_index":464,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["prostate",{"_index":1217,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["prostate.svg",{"_index":1218,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["provide",{"_index":594,"title":{},"body":{"modules/AppModule.html":{},"modules/ConfigModule.html":{},"modules/DrawerModule.html":{},"modules/ThemingModule.html":{}}}],["provided",{"_index":818,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"changelog.html":{},"license.html":{}}}],["providedin",{"_index":1836,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["providers",{"_index":544,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"changelog.html":{},"overview.html":{}}}],["provides",{"_index":2769,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["providing",{"_index":1005,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["public",{"_index":2376,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{},"changelog.html":{}}}],["publish",{"_index":4275,"title":{},"body":{"license.html":{}}}],["publishing",{"_index":3698,"title":{},"body":{"changelog.html":{}}}],["purpose",{"_index":4297,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":936,"title":{},"body":{"components/ContentComponent.html":{},"components/JsonFileReaderComponent.html":{}}}],["push",{"_index":2539,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["pushed",{"_index":3830,"title":{},"body":{"changelog.html":{}}}],["px",{"_index":1539,"title":{},"body":{"classes/InitializationState.html":{}}}],["python",{"_index":3629,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["q",{"_index":373,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["qs",{"_index":4178,"title":{},"body":{"dependencies.html":{}}}],["qualitative",{"_index":3951,"title":{},"body":{"changelog.html":{}}}],["quality",{"_index":3597,"title":{},"body":{"changelog.html":{}}}],["queries",{"_index":956,"title":{},"body":{"components/ContentComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["query",{"_index":4018,"title":{},"body":{"changelog.html":{}}}],["querying",{"_index":3669,"title":{},"body":{"changelog.html":{}}}],["querylist",{"_index":814,"title":{},"body":{"components/ContainerComponent.html":{}}}],["quickly",{"_index":3934,"title":{},"body":{"changelog.html":{}}}],["r",{"_index":2150,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["radio",{"_index":2512,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"components/StageNavComponent.html":{}}}],["radius",{"_index":448,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ratio",{"_index":2746,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["rc.1",{"_index":3957,"title":{},"body":{"changelog.html":{}}}],["rdf",{"_index":4180,"title":{},"body":{"dependencies.html":{}}}],["rdfjs",{"_index":4111,"title":{},"body":{"dependencies.html":{}}}],["rdfjs/data",{"_index":4130,"title":{},"body":{"dependencies.html":{}}}],["rdfxml",{"_index":4182,"title":{},"body":{"dependencies.html":{}}}],["reactiveformsmodule",{"_index":2127,"title":{},"body":{"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/TagSearchModule.html":{}}}],["readable",{"_index":4184,"title":{},"body":{"dependencies.html":{}}}],["reader",{"_index":1651,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["reader'},{'name",{"_index":497,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["reader.component",{"_index":1698,"title":{},"body":{"modules/JsonFileReaderModule.html":{}}}],["reader.component.html",{"_index":1653,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.scss",{"_index":1652,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts",{"_index":1650,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"coverage.html":{}}}],["reader.component.ts:13",{"_index":1665,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:16",{"_index":1676,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:19",{"_index":1660,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:22",{"_index":1658,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:35",{"_index":1669,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:45",{"_index":1667,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.module",{"_index":2524,"title":{},"body":{"modules/RegistrationMetadataModule.html":{}}}],["reader.module.ts",{"_index":1697,"title":{},"body":{"modules/JsonFileReaderModule.html":{}}}],["reader/json",{"_index":1649,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"modules/RegistrationMetadataModule.html":{},"coverage.html":{}}}],["readonly",{"_index":160,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["real",{"_index":3969,"title":{},"body":{"changelog.html":{}}}],["reason",{"_index":3279,"title":{},"body":{"modules/StoreModule.html":{}}}],["receive",{"_index":1019,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{}}}],["receiving",{"_index":1838,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["record",{"_index":1362,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["rectify",{"_index":3726,"title":{},"body":{"changelog.html":{}}}],["reduce",{"_index":3820,"title":{},"body":{"changelog.html":{}}}],["reduce((acc",{"_index":3075,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["reduction",{"_index":3678,"title":{},"body":{"changelog.html":{}}}],["refdata",{"_index":2601,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reference",{"_index":90,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"components/ToggleButtonComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["referencedata",{"_index":1969,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["referencedatastate",{"_index":1924,"title":{"injectables/ReferenceDataState.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["referencedatastatemodel",{"_index":2158,"title":{"interfaces/ReferenceDataStateModel.html":{}},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"coverage.html":{}}}],["referenceorgannodes",{"_index":2977,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["referenceorgansimplenodes",{"_index":2978,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["references",{"_index":1040,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["refernced",{"_index":3750,"title":{},"body":{"changelog.html":{}}}],["refresh",{"_index":721,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["refreshblocksize",{"_index":709,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["refreshes",{"_index":708,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["refreshslices",{"_index":3158,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["reg",{"_index":2248,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["reg.creator_first_name",{"_index":2620,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.creator_last_name",{"_index":2622,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.creator_middle_name",{"_index":2621,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.initialregistration",{"_index":2318,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["reg.placement",{"_index":2617,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.placement[0",{"_index":2616,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.slice_count",{"_index":2640,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.slice_thickness",{"_index":2639,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.useregistrationcallback",{"_index":2313,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["reg.x_dimension",{"_index":2631,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.y_dimension",{"_index":2632,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.z_dimension",{"_index":2633,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["regions",{"_index":4011,"title":{},"body":{"changelog.html":{}}}],["register",{"_index":615,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{},"miscellaneous/typealiases.html":{}}}],["register(usecallback",{"_index":2673,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["register/download",{"_index":2671,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["registerbuttonclick",{"_index":2387,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["registerbuttonclick(event",{"_index":2402,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["registerdata",{"_index":2789,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["registered",{"_index":1159,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["registericon",{"_index":1448,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registericon(definition",{"_index":1445,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registericonimpl",{"_index":1473,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registericonimpl(definition",{"_index":1449,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registering",{"_index":1410,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/RegistrationStateModel.html":{}}}],["registers",{"_index":1443,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/RegistrationStateModel.html":{}}}],["registration",{"_index":303,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{}}}],["registration.registrations",{"_index":3293,"title":{},"body":{"modules/StoreModule.html":{}}}],["registration.state$.subscribe(reg",{"_index":2500,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["registration/registration.state",{"_index":2300,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["registrationcallback",{"_index":633,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/RegistrationStateModel.html":{},"miscellaneous/typealiases.html":{}}}],["registrationcallback?.(json",{"_index":2680,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["registrationcallbackset",{"_index":2233,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["registrationcontentcomponent",{"_index":505,"title":{"components/RegistrationContentComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["registrationcontentmodule",{"_index":2458,"title":{"modules/RegistrationContentModule.html":{}},"body":{"modules/RegistrationContentModule.html":{},"modules/RegistrationModalModule.html":{},"modules.html":{},"overview.html":{}}}],["registrationexpanded",{"_index":221,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/RightSidebarComponent.html":{},"interfaces/User.html":{}}}],["registrationisvalid",{"_index":2783,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["registrationmetadatacomponent",{"_index":506,"title":{"components/RegistrationMetadataComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["registrationmetadatamodule",{"_index":2463,"title":{"modules/RegistrationMetadataModule.html":{}},"body":{"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RightSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["registrationmodalcomponent",{"_index":508,"title":{"components/RegistrationModalComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["registrationmodalmodule",{"_index":554,"title":{"modules/RegistrationModalModule.html":{}},"body":{"modules/AppModule.html":{},"modules/RegistrationModalModule.html":{},"modules.html":{},"overview.html":{}}}],["registrations",{"_index":2566,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["registrations#1",{"_index":3616,"title":{},"body":{"changelog.html":{}}}],["registrationselected",{"_index":2380,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["registrationstarted",{"_index":222,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/ReviewButtonComponent.html":{},"interfaces/User.html":{}}}],["registrationstate",{"_index":894,"title":{},"body":{"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registrationstatemodel",{"_index":2562,"title":{"interfaces/RegistrationStateModel.html":{}},"body":{"interfaces/RegistrationStateModel.html":{},"coverage.html":{}}}],["registrationtoggle",{"_index":230,"title":{},"body":{"components/AppComponent.html":{}}}],["registrationtoggle(event",{"_index":279,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["registry",{"_index":1420,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registry.state",{"_index":3275,"title":{},"body":{"modules/StoreModule.html":{}}}],["registry.state.ts",{"_index":1409,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{}}}],["registry.state.ts:127",{"_index":1479,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:147",{"_index":1477,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:45",{"_index":1475,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:58",{"_index":1480,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:87",{"_index":1481,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:97",{"_index":1482,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry/default",{"_index":1141,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registry/icon",{"_index":1408,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/StoreModule.html":{},"coverage.html":{}}}],["registry[methodname",{"_index":1455,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["regs",{"_index":2586,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["regular",{"_index":2276,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["related",{"_index":3850,"title":{},"body":{"changelog.html":{}}}],["relative",{"_index":413,"title":{},"body":{"components/AppComponent.html":{},"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"miscellaneous/typealiases.html":{}}}],["release",{"_index":3624,"title":{},"body":{"changelog.html":{}}}],["reliability",{"_index":3885,"title":{},"body":{"changelog.html":{}}}],["reloads",{"_index":3781,"title":{},"body":{"changelog.html":{}}}],["removable",{"_index":3302,"title":{},"body":{"components/TagListComponent.html":{}}}],["remove",{"_index":3314,"title":{},"body":{"components/TagListComponent.html":{},"injectables/ThemingService.html":{}}}],["removeclass",{"_index":3406,"title":{},"body":{"injectables/ThemingService.html":{}}}],["removed",{"_index":142,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"changelog.html":{}}}],["removed.add(id",{"_index":145,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["removed.has(iri",{"_index":150,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["removeeventlistener('beforeunload",{"_index":2344,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["removes",{"_index":3313,"title":{},"body":{"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["removetag",{"_index":30,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/TagListComponent.html":{}}}],["removetag(tag",{"_index":66,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/TagListComponent.html":{}}}],["renderer",{"_index":3400,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer2",{"_index":3387,"title":{},"body":{"injectables/ThemingService.html":{},"components/VideoModalComponent.html":{}}}],["renderer[methodname](overlay",{"_index":3408,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer[methodname](root",{"_index":3407,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rendering",{"_index":3180,"title":{},"body":{"components/StageNavComponent.html":{}}}],["renders",{"_index":1256,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["repeat",{"_index":1401,"title":{},"body":{"components/HeaderComponent.html":{}}}],["replace(/(.{1,4})/g",{"_index":2357,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["replaysubject",{"_index":323,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["replaysubject(1",{"_index":312,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["repository",{"_index":4207,"title":{},"body":{"index.html":{}}}],["representation",{"_index":2764,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["required",{"_index":3927,"title":{},"body":{"changelog.html":{}}}],["requiredvalues",{"_index":2660,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["requiredvalues.every(value",{"_index":2664,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["researcher's",{"_index":2085,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["reset",{"_index":557,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"components/ContentComponent.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["resetitem",{"_index":3504,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["resetrotation",{"_index":2948,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["resetrotation(dimension",{"_index":2953,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["resets",{"_index":912,"title":{},"body":{"components/ContentComponent.html":{},"injectables/ThemingService.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["resetstage",{"_index":892,"title":{},"body":{"components/ContentComponent.html":{}}}],["resettheme",{"_index":3361,"title":{},"body":{"injectables/ThemingService.html":{}}}],["resize",{"_index":905,"title":{},"body":{"components/ContentComponent.html":{}}}],["resizesensor",{"_index":950,"title":{},"body":{"components/ContentComponent.html":{}}}],["resizesensor(this.rootref.nativeelement",{"_index":961,"title":{},"body":{"components/ContentComponent.html":{}}}],["resolve",{"_index":1488,"title":{},"body":{"classes/InitializationState.html":{}}}],["resolved",{"_index":3835,"title":{},"body":{"changelog.html":{}}}],["resolver",{"_index":1434,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["resolves",{"_index":829,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["respond",{"_index":3796,"title":{},"body":{"changelog.html":{}}}],["response",{"_index":3518,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["restriction",{"_index":4270,"title":{},"body":{"license.html":{}}}],["result",{"_index":84,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"miscellaneous/variables.html":{}}}],["results",{"_index":80,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["retracted",{"_index":458,"title":{},"body":{"components/AppComponent.html":{}}}],["return",{"_index":133,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["returned",{"_index":79,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["returns",{"_index":55,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/functions.html":{}}}],["reusable",{"_index":1252,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["reverted",{"_index":3529,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["review",{"_index":511,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["review/review",{"_index":2923,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["review_button",{"_index":2832,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["reviewbuttoncomponent",{"_index":510,"title":{"components/ReviewButtonComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["reviewbuttonmodule",{"_index":2843,"title":{"modules/ReviewButtonModule.html":{}},"body":{"modules/ReviewButtonModule.html":{},"modules/RightSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["reviewing",{"_index":2850,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["reviewmodal",{"_index":2779,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["reviewmodalcomponent",{"_index":513,"title":{"components/ReviewModalComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["reviewmodaldata",{"_index":2853,"title":{"interfaces/ReviewModalData.html":{}},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"coverage.html":{}}}],["reviewmodalmodule",{"_index":2848,"title":{"modules/ReviewModalModule.html":{}},"body":{"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules.html":{},"overview.html":{}}}],["rgb",{"_index":4161,"title":{},"body":{"dependencies.html":{}}}],["rgba(0",{"_index":2455,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["right",{"_index":450,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["right.px",{"_index":1017,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["right.svg",{"_index":1177,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["rightmargin",{"_index":1010,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rights",{"_index":4272,"title":{},"body":{"license.html":{}}}],["rightsidebarcomponent",{"_index":514,"title":{"components/RightSidebarComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["rightsidebarmodule",{"_index":555,"title":{"modules/RightSidebarModule.html":{}},"body":{"modules/AppModule.html":{},"modules/RightSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["ripple::after",{"_index":2515,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["ripple::before",{"_index":2514,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["root",{"_index":212,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["root'},{'name",{"_index":476,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["root_states",{"_index":3277,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rootref",{"_index":895,"title":{},"body":{"components/ContentComponent.html":{}}}],["rotatednodes",{"_index":2976,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotates",{"_index":3782,"title":{},"body":{"changelog.html":{}}}],["rotatexyz([p.x_rotation",{"_index":3098,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotatexyz([rotation.x",{"_index":3132,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation",{"_index":516,"title":{"interfaces/Rotation.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rotation.x",{"_index":3118,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation.y",{"_index":3119,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation.z",{"_index":3120,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation.z].map(toradians",{"_index":3133,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation_order",{"_index":2753,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["rotation_units",{"_index":2754,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["rotationchange",{"_index":2939,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["rotations",{"_index":2956,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["rotationslidercomponent",{"_index":515,"title":{"components/RotationSliderComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["rotationslidermodule",{"_index":2907,"title":{"modules/RotationSliderModule.html":{}},"body":{"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules.html":{},"overview.html":{}}}],["round",{"_index":3872,"title":{},"body":{"changelog.html":{}}}],["rounded",{"_index":3888,"title":{},"body":{"changelog.html":{}}}],["route",{"_index":3667,"title":{},"body":{"changelog.html":{}}}],["ru/cdk",{"_index":4096,"title":{},"body":{"dependencies.html":{}}}],["ru/common",{"_index":4098,"title":{},"body":{"dependencies.html":{}}}],["ru/common/entity",{"_index":103,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["ru/common/typings",{"_index":2131,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["ru/ngxs",{"_index":3268,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ru/ngxs/decorators",{"_index":107,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ru/ngxs/repositories",{"_index":108,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["rui",{"_index":603,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"interfaces/RegistrationStateModel.html":{},"changelog.html":{},"index.html":{}}}],["rui/src/app/app",{"_index":604,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["rui/src/app/app.component.ts",{"_index":202,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{},"coverage.html":{}}}],["rui/src/app/app.component.ts:100",{"_index":278,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:118",{"_index":282,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:122",{"_index":281,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:135",{"_index":253,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:174",{"_index":265,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:188",{"_index":275,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:44",{"_index":300,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:47",{"_index":290,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:49",{"_index":299,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:51",{"_index":315,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:55",{"_index":311,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:56",{"_index":313,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:58",{"_index":292,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:59",{"_index":295,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:60",{"_index":298,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:62",{"_index":309,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:64",{"_index":293,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:66",{"_index":296,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:69",{"_index":248,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.module.ts",{"_index":558,"title":{},"body":{"modules/AppModule.html":{}}}],["rui/src/app/app.module.ts:54",{"_index":561,"title":{},"body":{"modules/AppModule.html":{}}}],["rui/src/app/core/core.module.ts",{"_index":1121,"title":{},"body":{"modules/CoreModule.html":{}}}],["rui/src/app/core/models/anatomical",{"_index":3296,"title":{},"body":{"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["rui/src/app/core/models/documentation.ts",{"_index":1285,"title":{},"body":{"interfaces/DocumentationContent.html":{},"coverage.html":{}}}],["rui/src/app/core/models/extraction",{"_index":1303,"title":{},"body":{"interfaces/ExtractionSet.html":{},"coverage.html":{}}}],["rui/src/app/core/models/meta",{"_index":1889,"title":{},"body":{"interfaces/MetaDataField.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["rui/src/app/core/models/visibility",{"_index":3494,"title":{},"body":{"interfaces/VisibilityItem.html":{},"coverage.html":{}}}],["rui/src/app/core/services/config/config.module.ts",{"_index":766,"title":{},"body":{"modules/ConfigModule.html":{}}}],["rui/src/app/core/services/config/config.ts",{"_index":1361,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/core/services/theming/theming.module.ts",{"_index":3350,"title":{},"body":{"modules/ThemingModule.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts",{"_index":3355,"title":{},"body":{"injectables/ThemingService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:13",{"_index":3382,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:14",{"_index":3383,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:16",{"_index":3381,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:18",{"_index":3384,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:21",{"_index":3372,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:25",{"_index":3364,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:39",{"_index":3369,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:48",{"_index":3380,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:60",{"_index":3378,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:71",{"_index":3376,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:83",{"_index":3367,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/store/anatomical",{"_index":7,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"coverage.html":{}}}],["rui/src/app/core/store/icon",{"_index":1140,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/core/store/model/model.state.ts",{"_index":1892,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/core/store/page/page.state.ts",{"_index":2230,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"coverage.html":{}}}],["rui/src/app/core/store/page/page.state.ts:103",{"_index":2257,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:120",{"_index":2250,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:135",{"_index":2269,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:145",{"_index":2272,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:161",{"_index":2265,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:176",{"_index":2262,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:183",{"_index":2263,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:193",{"_index":2251,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:199",{"_index":2252,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:231",{"_index":2253,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:241",{"_index":2275,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:250",{"_index":2259,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:62",{"_index":2288,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:64",{"_index":2284,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:65",{"_index":2286,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:66",{"_index":2282,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:67",{"_index":2280,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:68",{"_index":2278,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:71",{"_index":2290,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:76",{"_index":2292,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:84",{"_index":2294,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:86",{"_index":2249,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/reference",{"_index":2128,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["rui/src/app/core/store/registration/registration.state.ts",{"_index":2563,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"coverage.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts",{"_index":2973,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:122",{"_index":3012,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:133",{"_index":3014,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:161",{"_index":3016,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:185",{"_index":3018,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:192",{"_index":3019,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:210",{"_index":3021,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:232",{"_index":3000,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:248",{"_index":3001,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:249",{"_index":3002,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:250",{"_index":2983,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:266",{"_index":2988,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:276",{"_index":2985,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:300",{"_index":2987,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:54",{"_index":3004,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:65",{"_index":3006,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:82",{"_index":3008,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:94",{"_index":3010,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/store.module.ts",{"_index":3266,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/modules/content/content.component.ts",{"_index":882,"title":{},"body":{"components/ContentComponent.html":{},"coverage.html":{}}}],["rui/src/app/modules/content/content.component.ts:108",{"_index":914,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:116",{"_index":907,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:126",{"_index":902,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:26",{"_index":899,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:28",{"_index":898,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:30",{"_index":949,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:35",{"_index":939,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:39",{"_index":930,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:50",{"_index":940,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:55",{"_index":931,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:60",{"_index":952,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:63",{"_index":896,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:86",{"_index":906,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:99",{"_index":903,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.module.ts",{"_index":1108,"title":{},"body":{"modules/ContentModule.html":{}}}],["rui/src/app/modules/content/stage",{"_index":3176,"title":{},"body":{"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["rui/src/app/modules/content/video",{"_index":3440,"title":{},"body":{"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"coverage.html":{}}}],["rui/src/app/modules/header/header.component.ts",{"_index":1375,"title":{},"body":{"components/HeaderComponent.html":{},"coverage.html":{}}}],["rui/src/app/modules/header/header.component.ts:17",{"_index":1381,"title":{},"body":{"components/HeaderComponent.html":{}}}],["rui/src/app/modules/header/header.component.ts:19",{"_index":1380,"title":{},"body":{"components/HeaderComponent.html":{}}}],["rui/src/app/modules/header/header.component.ts:21",{"_index":1379,"title":{},"body":{"components/HeaderComponent.html":{}}}],["rui/src/app/modules/header/header.module.ts",{"_index":1405,"title":{},"body":{"modules/HeaderModule.html":{}}}],["rui/src/app/modules/left",{"_index":1746,"title":{},"body":{"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"coverage.html":{}}}],["rui/src/app/modules/registration",{"_index":2371,"title":{},"body":{"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"coverage.html":{}}}],["rui/src/app/modules/review/review",{"_index":2775,"title":{},"body":{"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"coverage.html":{}}}],["rui/src/app/modules/right",{"_index":2882,"title":{},"body":{"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/block",{"_index":664,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/details",{"_index":1249,"title":{},"body":{"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts",{"_index":773,"title":{},"body":{"components/ContainerComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:105",{"_index":807,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:115",{"_index":797,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:124",{"_index":808,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:37",{"_index":794,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:41",{"_index":826,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:45",{"_index":817,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:48",{"_index":822,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:50",{"_index":828,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:55",{"_index":831,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:60",{"_index":812,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:62",{"_index":790,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:83",{"_index":803,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts",{"_index":1004,"title":{},"body":{"components/ContentComponent-1.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:103",{"_index":1037,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:116",{"_index":1032,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:28",{"_index":1022,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:30",{"_index":1023,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:32",{"_index":1025,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:34",{"_index":1026,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:36",{"_index":1020,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:39",{"_index":1039,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:41",{"_index":1018,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:60",{"_index":1031,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:70",{"_index":1028,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/drawer.module.ts",{"_index":1296,"title":{},"body":{"modules/DrawerModule.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts",{"_index":1485,"title":{},"body":{"classes/InitializationState.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:35",{"_index":1497,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:37",{"_index":1494,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:41",{"_index":1498,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:46",{"_index":1499,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:56",{"_index":1503,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:65",{"_index":1500,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/messages.ts",{"_index":1078,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/drawer/toggle",{"_index":3409,"title":{},"body":{"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/extraction",{"_index":1310,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/json",{"_index":1648,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/labeled",{"_index":1701,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/name",{"_index":2083,"title":{},"body":{"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/UserName.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/registration",{"_index":2469,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/rotation",{"_index":2925,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/slices",{"_index":3143,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/tag",{"_index":3300,"title":{},"body":{"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/visibility",{"_index":3497,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/services/message/message.service.ts",{"_index":1819,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:103",{"_index":1879,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:112",{"_index":1880,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:128",{"_index":1887,"title":{},"body":{"injectables/MessageService.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:130",{"_index":1884,"title":{},"body":{"injectables/MessageService.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:153",{"_index":1886,"title":{},"body":{"injectables/MessageService.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:163",{"_index":1885,"title":{},"body":{"injectables/MessageService.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:50",{"_index":1876,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:70",{"_index":1881,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:83",{"_index":1877,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:93",{"_index":1878,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui_locations.jsonld",{"_index":3690,"title":{},"body":{"changelog.html":{}}}],["rui_organs",{"_index":1771,"title":{},"body":{"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui_organs.filter(organ",{"_index":2772,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["ruiconfig",{"_index":1371,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["run",{"_index":802,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["runtime",{"_index":1148,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["rxjs",{"_index":112,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/GlobalConfig.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":114,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["s",{"_index":381,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/User.html":{}}}],["safehtml",{"_index":1411,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["saferesourceurl",{"_index":1412,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["same",{"_index":1929,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["sample",{"_index":4023,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["samples",{"_index":3822,"title":{},"body":{"changelog.html":{}}}],["sanitize",{"_index":1422,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["sanitized",{"_index":1151,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["sanitizer",{"_index":1421,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["saveas",{"_index":2569,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["saveas(data",{"_index":2685,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["saved",{"_index":2324,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["saver",{"_index":2570,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"dependencies.html":{}}}],["saves",{"_index":2266,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["scaffolding",{"_index":3985,"title":{},"body":{"changelog.html":{}}}],["scale",{"_index":1396,"title":{},"body":{"components/HeaderComponent.html":{}}}],["scale([blocksize.x",{"_index":3134,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scale([entity.x_dimension",{"_index":3099,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scalex",{"_index":731,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["scaling_units",{"_index":2745,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["scene",{"_index":24,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["scene/scene.state",{"_index":120,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"modules/StoreModule.html":{}}}],["scenegraph",{"_index":2990,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scenenodelookup",{"_index":2162,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["scenestate",{"_index":92,"title":{"injectables/SceneState.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["scenestatemodel",{"_index":3028,"title":{"interfaces/SceneStateModel.html":{}},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{}}}],["scheduled",{"_index":3836,"title":{},"body":{"changelog.html":{}}}],["schema",{"_index":3987,"title":{},"body":{"changelog.html":{}}}],["scheme",{"_index":284,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["schemes",{"_index":3952,"title":{},"body":{"changelog.html":{}}}],["science",{"_index":4250,"title":{},"body":{"index.html":{}}}],["script",{"_index":3457,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["script.src",{"_index":3460,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["scroll",{"_index":1778,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["scrollbar",{"_index":1780,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["scrolling",{"_index":880,"title":{},"body":{"components/ContainerComponent.html":{}}}],["search",{"_index":77,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["search'},{'name",{"_index":525,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["search.component",{"_index":3347,"title":{},"body":{"modules/TagSearchModule.html":{}}}],["search.component.ts",{"_index":4089,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["search.module",{"_index":2922,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["search.module.ts",{"_index":3344,"title":{},"body":{"modules/TagSearchModule.html":{}}}],["search/tag",{"_index":2921,"title":{},"body":{"modules/RightSidebarModule.html":{},"modules/TagSearchModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["searches",{"_index":74,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"changelog.html":{}}}],["searchexternal",{"_index":31,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["searchexternal(text",{"_index":68,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["section",{"_index":2510,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["sections",{"_index":3168,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["see",{"_index":2394,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"changelog.html":{},"index.html":{}}}],["select",{"_index":1787,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["selectable",{"_index":2415,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["selected",{"_index":1317,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["selecting",{"_index":1314,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["selection",{"_index":1716,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["selector",{"_index":210,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["selects",{"_index":1461,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["sell",{"_index":4279,"title":{},"body":{"license.html":{}}}],["semantic",{"_index":4007,"title":{},"body":{"changelog.html":{}}}],["send",{"_index":791,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{}}}],["sender",{"_index":1824,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sending",{"_index":1623,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sending/receiving",{"_index":1590,"title":{},"body":{"classes/InitializationState.html":{}}}],["sendmessage",{"_index":1874,"title":{},"body":{"classes/MessageChannel.html":{}}}],["sendmessage(payload",{"_index":1842,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sends",{"_index":1620,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sendtoggle",{"_index":1624,"title":{},"body":{"classes/InitializationState.html":{}}}],["sennet",{"_index":3706,"title":{},"body":{"changelog.html":{}}}],["sensitive",{"_index":3615,"title":{},"body":{"changelog.html":{}}}],["sensor",{"_index":889,"title":{},"body":{"components/ContentComponent.html":{}}}],["sent",{"_index":1079,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/typealiases.html":{}}}],["separated",{"_index":1257,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["server",{"_index":3990,"title":{},"body":{"changelog.html":{}}}],["service",{"_index":47,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["service.initialize(location",{"_index":3391,"title":{},"body":{"injectables/ThemingService.html":{}}}],["services/config/config",{"_index":1416,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["services/config/config.module",{"_index":1127,"title":{},"body":{"modules/CoreModule.html":{}}}],["services/message/message.service",{"_index":1083,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{}}}],["services/theming/theming.module",{"_index":1128,"title":{},"body":{"modules/CoreModule.html":{}}}],["set",{"_index":141,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{}}}],["set's",{"_index":2651,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["set(reg.ccf_annotations",{"_index":2643,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["set.label",{"_index":2047,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["set.name",{"_index":1343,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["set.sites.length",{"_index":1344,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["set.ts",{"_index":1304,"title":{},"body":{"interfaces/ExtractionSet.html":{},"coverage.html":{}}}],["set__chips",{"_index":3331,"title":{},"body":{"components/TagListComponent.html":{}}}],["setallopacity",{"_index":3505,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["setallopacity(value",{"_index":3524,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["setanatomicalstructures(anatomicalstructures",{"_index":2010,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setblocksize(blocksize",{"_index":1982,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setchange",{"_index":1320,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["setdisplayerrors(displayerrors",{"_index":2652,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["setextractionsets(extractionsets",{"_index":2011,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setextractionsites(extractionsites",{"_index":2009,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["sethaschanges",{"_index":2239,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["setname(value",{"_index":2109,"title":{},"body":{"components/NameInputComponent.html":{}}}],["setorcidid",{"_index":2240,"title":{},"body":{"injectables/PageState.html":{}}}],["setorcidid(id",{"_index":2264,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["setorgan(organ",{"_index":1999,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setorgandefaults",{"_index":2004,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setorganselection(ids",{"_index":2656,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["setposition(position",{"_index":1985,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setrotation(rotation",{"_index":1984,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["sets",{"_index":804,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"injectables/ThemingService.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["sets.length",{"_index":2049,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["sets[0].sites",{"_index":2050,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setsex(sex",{"_index":2006,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setsexfromlabel",{"_index":2388,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["setsexfromlabel(label",{"_index":2406,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["setshowprevious",{"_index":2015,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setshowprevious(showprevious",{"_index":2008,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setside(side",{"_index":2007,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setslicesconfig(slicesconfig",{"_index":1989,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["settheme",{"_index":3362,"title":{},"body":{"injectables/ThemingService.html":{}}}],["settheme(theme",{"_index":3379,"title":{},"body":{"injectables/ThemingService.html":{}}}],["settimeout",{"_index":1592,"title":{},"body":{"classes/InitializationState.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/ToggleButtonComponent.html":{}}}],["setting",{"_index":2930,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/StoreModule.html":{}}}],["settoinitialregistration",{"_index":2689,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["setup",{"_index":3807,"title":{},"body":{"changelog.html":{}}}],["setusecancelregistrationcallback",{"_index":2241,"title":{},"body":{"injectables/PageState.html":{}}}],["setusecancelregistrationcallback(use",{"_index":2268,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["setusedropdownmenu(value",{"_index":3228,"title":{},"body":{"components/StageNavComponent.html":{}}}],["setuseregistrationcallback(use",{"_index":2650,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["setusername",{"_index":2242,"title":{},"body":{"injectables/PageState.html":{}}}],["setusername(name",{"_index":2270,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["setviewside(viewside",{"_index":1991,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setviewtype",{"_index":893,"title":{},"body":{"components/ContentComponent.html":{}}}],["setviewtype(is3dview",{"_index":913,"title":{},"body":{"components/ContentComponent.html":{}}}],["setviewtype(viewtype",{"_index":1990,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["sex",{"_index":1367,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["sexbylabel",{"_index":2381,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["sexes",{"_index":3918,"title":{},"body":{"changelog.html":{}}}],["sexselected",{"_index":2382,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["shadow",{"_index":469,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{}}}],["shall",{"_index":4286,"title":{},"body":{"license.html":{}}}],["shared",{"_index":321,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/ConfigModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/LeftSidebarModule.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"modules/RightSidebarModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/SlicesInputModule.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"modules/VisibilityMenuModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["shared/analytics",{"_index":322,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"modules/CoreModule.html":{},"interfaces/User.html":{}}}],["shared/components/block",{"_index":2912,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["shared/components/drawer/drawer.module",{"_index":593,"title":{},"body":{"modules/AppModule.html":{}}}],["shared/components/extraction",{"_index":1808,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["shared/components/labeled",{"_index":3264,"title":{},"body":{"modules/StageNavModule.html":{}}}],["shared/components/name",{"_index":1810,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["shared/components/registration",{"_index":2465,"title":{},"body":{"modules/RegistrationContentModule.html":{},"modules/RightSidebarModule.html":{}}}],["shared/components/rotation",{"_index":2913,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["shared/components/slices",{"_index":2916,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["shared/components/tag",{"_index":2918,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["shared/components/visibility",{"_index":1813,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["shared/rxjs",{"_index":1912,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["shared/web",{"_index":642,"title":{},"body":{"components/AppWebComponent.html":{}}}],["shifts",{"_index":254,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["shortest",{"_index":4155,"title":{},"body":{"dependencies.html":{}}}],["show",{"_index":953,"title":{},"body":{"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["showcollisions",{"_index":3029,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["showdebugbuttons",{"_index":890,"title":{},"body":{"components/ContentComponent.html":{}}}],["showing",{"_index":2804,"title":{},"body":{"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["shown",{"_index":3948,"title":{},"body":{"changelog.html":{}}}],["showprevious",{"_index":1898,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["shows",{"_index":932,"title":{},"body":{"components/ContentComponent.html":{},"components/StageNavComponent.html":{},"changelog.html":{}}}],["shrink",{"_index":3551,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["side",{"_index":1041,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/GlobalConfig.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["sidebar",{"_index":985,"title":{},"body":{"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["sidebar'},{'name",{"_index":503,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["sidebar.component",{"_index":1818,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{}}}],["sidebar.component.html",{"_index":1749,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["sidebar.component.scss",{"_index":1748,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["sidebar.component.ts",{"_index":1747,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"coverage.html":{}}}],["sidebar.component.ts:20",{"_index":2886,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["sidebar.component.ts:23",{"_index":2885,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["sidebar.component.ts:24",{"_index":1756,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.component.ts:25",{"_index":2884,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["sidebar.component.ts:27",{"_index":1755,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.component.ts:29",{"_index":1769,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.component.ts:37",{"_index":1754,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.component.ts:52",{"_index":1758,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.module",{"_index":587,"title":{},"body":{"modules/AppModule.html":{}}}],["sidebar.module.ts",{"_index":1802,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{}}}],["sidebar/left",{"_index":586,"title":{},"body":{"modules/AppModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"coverage.html":{}}}],["sidebar/right",{"_index":592,"title":{},"body":{"modules/AppModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{}}}],["sidechange",{"_index":3192,"title":{},"body":{"components/StageNavComponent.html":{}}}],["sides",{"_index":3919,"title":{},"body":{"changelog.html":{}}}],["signal",{"_index":2398,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["significant",{"_index":3800,"title":{},"body":{"changelog.html":{}}}],["simple",{"_index":3231,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["simplescenenodelookup",{"_index":2163,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["simplifies",{"_index":3806,"title":{},"body":{"changelog.html":{}}}],["single",{"_index":1841,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["site",{"_index":1759,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sites",{"_index":1305,"title":{},"body":{"interfaces/ExtractionSet.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["sizable",{"_index":3884,"title":{},"body":{"changelog.html":{}}}],["size",{"_index":404,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["sizes",{"_index":679,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/RightSidebarComponent.html":{},"miscellaneous/variables.html":{}}}],["skin",{"_index":1219,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["skin.svg",{"_index":1220,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["skipconfirmation",{"_index":2244,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["skipself",{"_index":1124,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["skipunsavedchangesconfirmation",{"_index":616,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["skipuntil",{"_index":1918,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["skipuntil(this.page.registrationstarted$.pipe",{"_index":2064,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["slice",{"_index":1908,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["slice(0",{"_index":193,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["slice_count",{"_index":2729,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["slice_input",{"_index":3155,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["slice_thickness",{"_index":2727,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["slices",{"_index":519,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["slicesconfig",{"_index":1899,"title":{"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["slicesconfigchange",{"_index":3145,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["slicesinputcomponent",{"_index":518,"title":{"components/SlicesInputComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["slicesinputmodule",{"_index":2908,"title":{"modules/SlicesInputModule.html":{}},"body":{"modules/RightSidebarModule.html":{},"modules/SlicesInputModule.html":{},"modules.html":{},"overview.html":{}}}],["slide",{"_index":500,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{}}}],["slide_toggle",{"_index":1732,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["slider",{"_index":1705,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"dependencies.html":{}}}],["slider'},{'name",{"_index":517,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["slider.component",{"_index":2969,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["slider.component.html",{"_index":2935,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["slider.component.scss",{"_index":2936,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["slider.component.ts",{"_index":2926,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["slider.component.ts:34",{"_index":2951,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.component.ts:37",{"_index":2950,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.component.ts:40",{"_index":2949,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.component.ts:54",{"_index":2952,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.component.ts:65",{"_index":2954,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.module",{"_index":2915,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["slider.module.ts",{"_index":2968,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["slider/ngx",{"_index":4101,"title":{},"body":{"dependencies.html":{}}}],["slider/rotation",{"_index":2914,"title":{},"body":{"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["sliders",{"_index":1783,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["slightly",{"_index":3724,"title":{},"body":{"changelog.html":{}}}],["slow",{"_index":3817,"title":{},"body":{"changelog.html":{}}}],["small",{"_index":1221,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["snackbar",{"_index":238,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["snackbar.dismiss",{"_index":352,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["snackbar__surface",{"_index":467,"title":{},"body":{"components/AppComponent.html":{}}}],["snapshot",{"_index":2320,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["snapshot.useregistrationcallback",{"_index":2679,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["software",{"_index":4211,"title":{},"body":{"index.html":{},"license.html":{}}}],["solid",{"_index":1387,"title":{},"body":{"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["solved",{"_index":3879,"title":{},"body":{"changelog.html":{}}}],["sometimes",{"_index":3932,"title":{},"body":{"changelog.html":{}}}],["soon",{"_index":3702,"title":{},"body":{"changelog.html":{}}}],["sop",{"_index":3813,"title":{},"body":{"changelog.html":{}}}],["sortby",{"_index":1914,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["source",{"_index":4,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{}}}],["sources",{"_index":1854,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["sources.includes(msg.source",{"_index":1856,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["space",{"_index":734,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["sparc",{"_index":3810,"title":{},"body":{"changelog.html":{}}}],["sparql",{"_index":3640,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["spatial",{"_index":990,"title":{},"body":{"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["spatialentity",{"_index":2051,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["spatialentity.x_dimension",{"_index":2053,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["spatialentity.y_dimension",{"_index":2054,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["spatialentity.z_dimension",{"_index":2056,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["spatialentityjsonld",{"_index":624,"title":{},"body":{"components/AppWebComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["spatialkeyboardaxis",{"_index":2981,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["spatialplacement",{"_index":2739,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["spatialplacementjsonld",{"_index":2135,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["spatialscenenode",{"_index":2136,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/functions.html":{}}}],["spatialsearchkeyboarduibehaviormodule",{"_index":1116,"title":{},"body":{"modules/ContentModule.html":{}}}],["spec",{"_index":3729,"title":{},"body":{"changelog.html":{}}}],["spec.yaml",{"_index":4230,"title":{},"body":{"index.html":{}}}],["specific",{"_index":1099,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["specification",{"_index":4229,"title":{},"body":{"index.html":{}}}],["specified",{"_index":1853,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/RegistrationStateModel.html":{}}}],["specifying",{"_index":1835,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["speed",{"_index":3676,"title":{},"body":{"changelog.html":{}}}],["spinal",{"_index":1222,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["spinning",{"_index":3988,"title":{},"body":{"changelog.html":{}}}],["spleen",{"_index":1225,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/variables.html":{}}}],["spleen.svg",{"_index":1226,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["sprint",{"_index":3839,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":1936,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["stage",{"_index":454,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["stage_nav",{"_index":3243,"title":{},"body":{"components/StageNavComponent.html":{}}}],["stagenavcomponent",{"_index":520,"title":{"components/StageNavComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["stagenavmodule",{"_index":1106,"title":{"modules/StageNavModule.html":{}},"body":{"modules/ContentModule.html":{},"modules/StageNavModule.html":{},"modules.html":{},"overview.html":{}}}],["staging",{"_index":3710,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["stamp",{"_index":2710,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["standalone",{"_index":3874,"title":{},"body":{"changelog.html":{}}}],["standard",{"_index":3922,"title":{},"body":{"changelog.html":{}}}],["standards",{"_index":3992,"title":{},"body":{"changelog.html":{}}}],["star2",{"_index":4215,"title":{},"body":{"index.html":{}}}],["start",{"_index":846,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["start?.expanded",{"_index":1070,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["start?.opened",{"_index":1069,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["startdrawers",{"_index":869,"title":{},"body":{"components/ContainerComponent.html":{}}}],["startdrawers.length",{"_index":873,"title":{},"body":{"components/ContainerComponent.html":{}}}],["startdrawers[0",{"_index":877,"title":{},"body":{"components/ContainerComponent.html":{}}}],["started",{"_index":2066,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["startexpanded",{"_index":1068,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["starts",{"_index":4029,"title":{},"body":{"changelog.html":{}}}],["startup",{"_index":1146,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/RegistrationModalComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["startwith",{"_index":835,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["state",{"_index":15,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["state$.pipe(map(x",{"_index":2587,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["state('closed",{"_index":1531,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('collapsed",{"_index":1536,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('extended",{"_index":1540,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('false",{"_index":1049,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["state('full",{"_index":1541,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('half",{"_index":1537,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('open",{"_index":1530,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('true",{"_index":1050,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["state.organspatialentities[updatediri",{"_index":2218,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["statechange",{"_index":1563,"title":{},"body":{"classes/InitializationState.html":{}}}],["statements",{"_index":4031,"title":{},"body":{"coverage.html":{}}}],["staterepository",{"_index":106,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["states",{"_index":164,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent-1.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["static",{"_index":1644,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{}}}],["stay",{"_index":4027,"title":{},"body":{"changelog.html":{}}}],["still",{"_index":3825,"title":{},"body":{"changelog.html":{}}}],["stomach",{"_index":1227,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["stomach.svg",{"_index":1228,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["store",{"_index":1001,"title":{},"body":{"components/ContentComponent.html":{},"modules/StoreModule.html":{}}}],["store/store.module",{"_index":1129,"title":{},"body":{"modules/CoreModule.html":{}}}],["stored",{"_index":2927,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["storedebugmodule",{"_index":1110,"title":{},"body":{"modules/ContentModule.html":{}}}],["storemodule",{"_index":1119,"title":{"modules/StoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{},"modules.html":{},"overview.html":{}}}],["stories",{"_index":3983,"title":{},"body":{"changelog.html":{}}}],["strange",{"_index":3278,"title":{},"body":{"modules/StoreModule.html":{}}}],["stream",{"_index":4185,"title":{},"body":{"dependencies.html":{}}}],["streaming",{"_index":4183,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":69,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["strings",{"_index":1255,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["structure",{"_index":8,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/DocumentationContent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["structure.opacity",{"_index":2024,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["structures",{"_index":1776,"title":{},"body":{"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["strvalue",{"_index":3152,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["style",{"_index":1045,"title":{},"body":{"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/VisibilityToggleComponent.html":{}}}],["style.margin",{"_index":1015,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["styled",{"_index":2794,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["styles",{"_index":199,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["styles.getpropertyvalue(property",{"_index":1586,"title":{},"body":{"classes/InitializationState.html":{}}}],["styleurls",{"_index":213,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["styling",{"_index":1674,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"changelog.html":{}}}],["sub",{"_index":1098,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["subject",{"_index":1826,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"license.html":{}}}],["sublicense",{"_index":4277,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":2062,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["subscribe(updateskipconfirmation",{"_index":2335,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["subscription",{"_index":306,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["subscriptions",{"_index":223,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["substantial",{"_index":4288,"title":{},"body":{"license.html":{}}}],["successful",{"_index":1444,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["such",{"_index":3639,"title":{},"body":{"changelog.html":{}}}],["suffix",{"_index":742,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["suffix.show",{"_index":3171,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["super",{"_index":161,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["super(configstore",{"_index":652,"title":{},"body":{"components/AppWebComponent.html":{}}}],["super.ngxsoninit",{"_index":162,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["support",{"_index":3641,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["svg",{"_index":1155,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules.html":{}}}],["swiper",{"_index":4189,"title":{},"body":{"dependencies.html":{}}}],["switch",{"_index":370,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["switched",{"_index":3890,"title":{},"body":{"changelog.html":{}}}],["switchmap",{"_index":1919,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["switchmap(data",{"_index":2180,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["switchmap(fetch",{"_index":2591,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["switchmap(organ",{"_index":2060,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["switchmap(url",{"_index":2178,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["sync",{"_index":3783,"title":{},"body":{"changelog.html":{}}}],["syncexpanded(other",{"_index":1632,"title":{},"body":{"classes/InitializationState.html":{}}}],["syncs",{"_index":1629,"title":{},"body":{"classes/InitializationState.html":{}}}],["t",{"_index":1822,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["t.label).join",{"_index":2709,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["table",{"_index":4095,"title":{},"body":{"coverage.html":{}}}],["tables",{"_index":3717,"title":{},"body":{"changelog.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":4094,"title":{},"body":{"coverage.html":{}}}],["tag",{"_index":12,"title":{"interfaces/Tag.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["tag.id",{"_index":180,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/TagListComponent.html":{}}}],["tag.label",{"_index":3326,"title":{},"body":{"components/TagListComponent.html":{}}}],["tag.ts",{"_index":3297,"title":{},"body":{"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["tag.type",{"_index":144,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/TagListComponent.html":{}}}],["tag_list",{"_index":3325,"title":{},"body":{"components/TagListComponent.html":{}}}],["tagclasses",{"_index":3305,"title":{},"body":{"components/TagListComponent.html":{}}}],["tagclasses(tag",{"_index":3315,"title":{},"body":{"components/TagListComponent.html":{}}}],["tagging",{"_index":3921,"title":{},"body":{"changelog.html":{}}}],["tagid",{"_index":115,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"miscellaneous/typealiases.html":{}}}],["tagid(_index",{"_index":3317,"title":{},"body":{"components/TagListComponent.html":{}}}],["taglistcomponent",{"_index":522,"title":{"components/TagListComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["taglistmodule",{"_index":2909,"title":{"modules/TagListModule.html":{}},"body":{"modules/RightSidebarModule.html":{},"modules/TagListModule.html":{},"modules.html":{},"overview.html":{}}}],["tagremoved",{"_index":3306,"title":{},"body":{"components/TagListComponent.html":{}}}],["tags",{"_index":33,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/TagListComponent.html":{}}}],["tags.map(t",{"_index":2708,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["tags.map(tag",{"_index":2726,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["tags.push",{"_index":153,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["tags.push(tag",{"_index":147,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["tags.state",{"_index":2576,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"modules/StoreModule.html":{}}}],["tags.state.ts",{"_index":10,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"coverage.html":{}}}],["tags.state.ts:112",{"_index":63,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:119",{"_index":54,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:124",{"_index":67,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:140",{"_index":73,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:158",{"_index":58,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:38",{"_index":95,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:68",{"_index":87,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:70",{"_index":98,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:75",{"_index":89,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:77",{"_index":93,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:79",{"_index":39,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:95",{"_index":64,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags/anatomical",{"_index":9,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"modules/StoreModule.html":{},"coverage.html":{}}}],["tags].every(value",{"_index":2826,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["tagschange",{"_index":3307,"title":{},"body":{"components/TagListComponent.html":{}}}],["tagsearchcomponent",{"_index":524,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"modules/TagSearchModule.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tagsearchmodule",{"_index":2910,"title":{"modules/TagSearchModule.html":{}},"body":{"modules/RightSidebarModule.html":{},"modules/TagSearchModule.html":{},"modules.html":{},"overview.html":{}}}],["tagsearchresult",{"_index":116,"title":{"interfaces/TagSearchResult.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["take",{"_index":2571,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["take(1",{"_index":2607,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["takes",{"_index":1253,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/JsonFileReaderComponent.html":{}}}],["takewhile",{"_index":1829,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["tap",{"_index":1920,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["tap(([page",{"_index":2544,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["tap(([reg",{"_index":2311,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["tap(reg",{"_index":2611,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["target",{"_index":260,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["target.classname.includes(classname",{"_index":391,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["target.key",{"_index":371,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["target.preventdefault",{"_index":364,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["target.repeat",{"_index":366,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["technologies",{"_index":4002,"title":{},"body":{"changelog.html":{}}}],["technology",{"_index":3866,"title":{},"body":{"changelog.html":{}}}],["telemetry",{"_index":3778,"title":{},"body":{"changelog.html":{}}}],["template",{"_index":198,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["templateurl",{"_index":215,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["temporary",{"_index":998,"title":{},"body":{"components/ContentComponent.html":{}}}],["terms",{"_index":3637,"title":{},"body":{"changelog.html":{}}}],["test",{"_index":3972,"title":{},"body":{"changelog.html":{}}}],["testing",{"_index":935,"title":{},"body":{"components/ContentComponent.html":{},"changelog.html":{}}}],["text",{"_index":76,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{}}}],["textfield",{"_index":725,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["theme",{"_index":224,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["thememode",{"_index":225,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["themes",{"_index":3705,"title":{},"body":{"changelog.html":{}}}],["theming",{"_index":240,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["theming.initialize(el",{"_index":333,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["theming.service",{"_index":3352,"title":{},"body":{"modules/ThemingModule.html":{}}}],["themingmodule",{"_index":1120,"title":{"modules/ThemingModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/ThemingModule.html":{},"modules.html":{},"overview.html":{}}}],["themingservice",{"_index":241,"title":{"injectables/ThemingService.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{},"coverage.html":{},"overview.html":{}}}],["themingservice.initialize",{"_index":3353,"title":{},"body":{"modules/ThemingModule.html":{}}}],["thick",{"_index":1237,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thick.svg",{"_index":1238,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thickness",{"_index":1930,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["thin",{"_index":1239,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{},"miscellaneous/variables.html":{}}}],["thin.svg",{"_index":1240,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["things",{"_index":166,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this._expanded",{"_index":1554,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._latesttags",{"_index":158,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this._measuredmargin",{"_index":1584,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._measuredwidth",{"_index":1574,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._name",{"_index":2114,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this._opened",{"_index":1550,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._position",{"_index":1546,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.addentityone",{"_index":182,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.addregistration(jsonobj",{"_index":2688,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.addtagraw(tag",{"_index":177,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.animationsenabled",{"_index":1059,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.applythemeclass(theme",{"_index":3395,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.applythemeclass(this.gettheme",{"_index":3399,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.applythemeclass(this.theme",{"_index":3394,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.blocksize",{"_index":702,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.blocksize[key",{"_index":706,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.blocksizechange.emit(this.blocksize",{"_index":707,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.buildjsonld(page",{"_index":2582,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.buildjsonld(page.snapshot",{"_index":2675,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.buildmetadata(page",{"_index":2580,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.cdr.markforcheck",{"_index":863,"title":{},"body":{"components/ContainerComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["this.channel",{"_index":854,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.asobservable",{"_index":1863,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.closed",{"_index":1865,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.complete",{"_index":1868,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.next",{"_index":1843,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.sendmessage",{"_index":860,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["this.checknamevalid(user",{"_index":2425,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["this.closedialog",{"_index":2442,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.consentservice.consent",{"_index":354,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.content",{"_index":865,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.changes.pipe(startwith(null)).subscribe",{"_index":864,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.first",{"_index":851,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.length",{"_index":853,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content2.first",{"_index":852,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.createscenenodes(organiri",{"_index":3064,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.ctx.patchstate",{"_index":1983,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.ctx.setstate(patch",{"_index":2325,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["this.currentdate",{"_index":2711,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.currentidentifier",{"_index":2713,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.currentorgan",{"_index":2441,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.currentsex",{"_index":2436,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.defaultposition",{"_index":2005,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.defaulttheme",{"_index":3393,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.deferred",{"_index":1523,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.dialog.open(registrationcontentcomponent",{"_index":2552,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.dialog.open(reviewmodalcomponent",{"_index":2834,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.dialog.open(videomodalcomponent",{"_index":3476,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["this.dialogopen",{"_index":2545,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.dialogref.close",{"_index":2869,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["this.dialogref.close(true",{"_index":2446,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.disablepositionchange",{"_index":361,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.drawer",{"_index":3429,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.drawer.position",{"_index":3427,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.drawers",{"_index":1056,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.drawers.changes.pipe(startwith(null)).subscribe",{"_index":858,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.drawers.toarray",{"_index":868,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.editregistration(initialwithchanges",{"_index":2700,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.editregistration(reg",{"_index":2612,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.element",{"_index":3398,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.element.nativeelement",{"_index":1575,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.entererrormode.emit",{"_index":2830,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.entities$.subscribe",{"_index":175,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.expanded",{"_index":1610,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedchange.emit(this.expanded",{"_index":1619,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedstate",{"_index":1600,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedstate2",{"_index":1568,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.extractionsitetooltip",{"_index":1773,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["this.faded",{"_index":1074,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.fileinput.nativeelement",{"_index":1680,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["this.firstnamevalidator.setvalue(value?.firstname",{"_index":2116,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.ga.event('all_items_opacity_update",{"_index":3549,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.ga.event('block_size_change",{"_index":704,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.ga.event('block_size_reset",{"_index":710,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.ga.event('item_reset",{"_index":3547,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.ga.event('json_file_load_end",{"_index":1687,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["this.ga.event('json_file_load_start",{"_index":1690,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["this.ga.event('name_updated",{"_index":2120,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.ga.event('opacity_update",{"_index":3544,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.ga.event('organ_select",{"_index":2000,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.ga.event('placement",{"_index":1986,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.ga.event('register",{"_index":2841,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.ga.event('review_start",{"_index":2831,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.ga.event('selected_extraction_set_change",{"_index":1337,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["this.ga.event('side_update",{"_index":3242,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.ga.event('slice_config_reset",{"_index":3159,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.ga.event('slice_config_update",{"_index":3154,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.ga.event('slide_toggle_toggled",{"_index":1731,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.ga.event('tag_removed",{"_index":3324,"title":{},"body":{"components/TagListComponent.html":{}}}],["this.ga.event('view_update",{"_index":3249,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.ga.event('visibility_toggled",{"_index":3534,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["this.getarguments(definition",{"_index":1458,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.getlatestiri(iri",{"_index":2217,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.getlatestiri(key",{"_index":2211,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.getlatestiri(organentry.target",{"_index":2229,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.getmessages().pipe(filter(msg",{"_index":1852,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.getmethodname(definition",{"_index":1454,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.getorganspatialentity(organiri",{"_index":3060,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.getsourcedb().subscribe(db",{"_index":2166,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.globalconfig.config$.pipe",{"_index":2606,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.globalconfig.config$]).pipe",{"_index":2310,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.globalconfig.getoption('basehref').pipe",{"_index":2174,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.globalconfig.getoption('editregistration').pipe",{"_index":2610,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.globalconfig.getoption('header",{"_index":291,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('homeurl",{"_index":294,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('homeurl').subscribe((url",{"_index":339,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('logotooltip",{"_index":297,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('logotooltip').subscribe((tooltip",{"_index":342,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('organ').pipe",{"_index":2058,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.globalconfig.getoption('skipunsavedchangesconfirmation').pipe",{"_index":2305,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.globalconfig.getoption('theme",{"_index":310,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.snapshot.basehref",{"_index":1440,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.globalconfig.state$]).pipe",{"_index":2543,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.globals.set('db",{"_index":2172,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.globalskipconfirmation",{"_index":2333,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.handlemessage(msg",{"_index":857,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.haschanges$.pipe",{"_index":2336,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.homeurl",{"_index":340,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.hover.emit(item",{"_index":3537,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.hover.emit(undefined",{"_index":3538,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.idmatches(ontologyid",{"_index":2079,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.initialized",{"_index":1522,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.set",{"_index":1591,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.valueof",{"_index":1601,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.wait",{"_index":1625,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initskipconfirmationlisteners",{"_index":2319,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.injector",{"_index":601,"title":{},"body":{"modules/AppModule.html":{},"injectables/ThemingService.html":{}}}],["this.injector.get(anatomicalstructuretagstate",{"_index":2603,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.injector.get(modelstate",{"_index":169,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.injector.get(pagestate",{"_index":173,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.injector.get(referencedatastate",{"_index":1971,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.injector.get(registrationstate",{"_index":3140,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.injector.get(scenestate",{"_index":171,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.isdatavalid(this.page.snapshot",{"_index":2666,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.isdropdownactive",{"_index":3236,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.isdropdownhidden",{"_index":3237,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.isorcidvalid",{"_index":2330,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.isvalid",{"_index":2584,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.items",{"_index":3542,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.items.map(i",{"_index":3548,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.items.map(item",{"_index":3543,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.itemschange.emit(this.items",{"_index":3546,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.labelref.nativeelement",{"_index":3238,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.labels[0",{"_index":1729,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.labels[1",{"_index":1730,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.lastnamevalidator.setvalue(value?.lastname",{"_index":2117,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.launchreviewmodal",{"_index":2833,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.leftmargin",{"_index":1066,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.loadyoutubeplayerapi",{"_index":3456,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["this.logotooltip",{"_index":343,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.margin2",{"_index":1571,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.measuredmargin",{"_index":1570,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.measuredwidth",{"_index":1626,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.messages",{"_index":1862,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.messages.pipe(filter(msg",{"_index":1849,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.metadata",{"_index":2839,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["this.metadata.find(data",{"_index":2827,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.metadatalookup('anatomical",{"_index":2823,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.metadatalookup('reference",{"_index":2820,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.metadatalookup('tissue",{"_index":2821,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.middlenamevalidator.setvalue(value?.middlename",{"_index":2118,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.model",{"_index":168,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.blocksize",{"_index":3122,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.defaultposition.x",{"_index":921,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.defaultposition.y",{"_index":925,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.defaultposition.z",{"_index":927,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.extractionsites",{"_index":3057,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.organ$.pipe",{"_index":1767,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["this.model.organ$]).pipe",{"_index":3125,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.organdimensions$.pipe",{"_index":918,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.organiri",{"_index":3065,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.organiri$]).pipe",{"_index":3058,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.position",{"_index":3124,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.position$.pipe",{"_index":944,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.position$]).pipe(map(([organiri",{"_index":3108,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.rotation",{"_index":3123,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.setblocksize",{"_index":2630,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setorgan(data.organ",{"_index":2625,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setorgan(this.currentorgan",{"_index":2444,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.model.setorgandefaults",{"_index":2445,"title":{},"body":{"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["this.model.setposition",{"_index":2641,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setposition(newposition",{"_index":385,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/User.html":{}}}],["this.model.setrotation",{"_index":2634,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setsex(data.sex",{"_index":2627,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setsex(label.tolowercase",{"_index":2507,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.model.setsex(this.currentsex",{"_index":2443,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.model.setside(data.side",{"_index":2629,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setslicesconfig",{"_index":2638,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.sex$.pipe",{"_index":2418,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.model.showprevious",{"_index":3086,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.snapshot",{"_index":965,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.snapshot.anatomicalstructures",{"_index":184,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["this.model.snapshot.blocksize",{"_index":3110,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.snapshot.organdimensions",{"_index":3094,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.snapshot.position",{"_index":363,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.model.snapshot.rotation",{"_index":3111,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.state",{"_index":2541,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["this.model.state$]).pipe",{"_index":2583,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.viewside$.pipe",{"_index":3137,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.viewtype$.pipe",{"_index":937,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.modelchanged$.pipe",{"_index":2063,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.name",{"_index":2119,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.namechange.emit(this.name",{"_index":2122,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.namematches(organname",{"_index":2080,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.namevalid",{"_index":2438,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["this.nextmessageid",{"_index":1844,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.nodecollisions",{"_index":3045,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.nodes$]).pipe",{"_index":3052,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.onorganchange(organ",{"_index":2061,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.onorganirichange",{"_index":2003,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.onreferencedatachange",{"_index":1973,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.opendialog",{"_index":2551,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.opened",{"_index":1598,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.openedchange.emit(this.opened",{"_index":1615,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.openedstate",{"_index":1599,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.optionsref.nativeelement",{"_index":3239,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.orcid",{"_index":2498,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.orcidcontrol.haserror('pattern",{"_index":2503,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.orcidtouri(id",{"_index":2329,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.orcidvalid",{"_index":2426,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.organlist",{"_index":2435,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.organlistoptions(ids",{"_index":2658,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.organselected",{"_index":2429,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.page",{"_index":172,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.page.clearhaschanges",{"_index":2687,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.page.organoptions$.subscribe((options",{"_index":2434,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.page.patchstate",{"_index":2657,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{}}}],["this.page.registrationstarted",{"_index":2447,"title":{},"body":{"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{}}}],["this.page.sethaschanges",{"_index":176,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.page.setorcidid",{"_index":2608,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.page.setorcidid(orcid",{"_index":2624,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.page.setorcidid(value",{"_index":2504,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.page.setusername",{"_index":2619,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.page.uritoorcid(reg.creator_orcid",{"_index":2623,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.parsedjson.emit(json",{"_index":1689,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["this.patchstate",{"_index":2332,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.placementcube",{"_index":3042,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.placementcube$]).pipe",{"_index":3078,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.position",{"_index":1545,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.previousregistrationnodes",{"_index":3044,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.refdata",{"_index":2604,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.refdata.getorgandata(place.target",{"_index":2618,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.refdata.normalizeplacement",{"_index":2614,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.refdata.state$.subscribe",{"_index":2605,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.referencedata",{"_index":1970,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.getorgandata(organ",{"_index":2071,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.getreferenceorganiri",{"_index":2028,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.snapshot",{"_index":2035,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.state",{"_index":2542,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.referencedata.state$.pipe",{"_index":2082,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.state$.subscribe",{"_index":1972,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.state$]).pipe",{"_index":3066,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.referenceorgannodes",{"_index":3043,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.registerdata.emit",{"_index":2842,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.registericonimpl(def",{"_index":1433,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registericonimpl(definition",{"_index":1446,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registration",{"_index":3139,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.registration.editregistration(reg",{"_index":2506,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.registration.previousregistrations$]).pipe",{"_index":3087,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.registrationcallbackset",{"_index":2838,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["this.registrationexpanded",{"_index":360,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.registrationisvalid",{"_index":2824,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.registrationselected",{"_index":2423,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.registrationselected.emit",{"_index":2505,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.registrationstarted",{"_index":336,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.registry",{"_index":1450,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registry?.addsvgiconresolver((name",{"_index":1435,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.renderer2.appendchild(this.document.body",{"_index":3462,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["this.renderer2.createelement('script",{"_index":3458,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["this.resolve",{"_index":1493,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.rightmargin",{"_index":1067,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.sanitizer.bypasssecuritytrusthtml(def.html",{"_index":1431,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.sanitizer.bypasssecuritytrustresourceurl(basehref",{"_index":1441,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.scene",{"_index":170,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.scene.nodecollisions$]).pipe",{"_index":135,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.selected",{"_index":1336,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["this.selection",{"_index":3532,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.selection.id",{"_index":3533,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.sendtoggle",{"_index":1602,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.sensor",{"_index":960,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.setallopacity(updatedselection.opacity",{"_index":3541,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.setanatomicalstructures(newstructures",{"_index":2026,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.setanatomicalstructures(previousitems",{"_index":2020,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.setchange.emit(value",{"_index":1340,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["this.setdisplayerrors(false",{"_index":2686,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.setorganselection(organoptions",{"_index":2609,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.sets.length",{"_index":1341,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["this.setsexfromlabel(sex",{"_index":2432,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.setshowprevious(visible",{"_index":2019,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.setstate(db",{"_index":2167,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.setstate(patch",{"_index":2312,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.settheme(this.defaulttheme",{"_index":3396,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.sexbylabel$.subscribe(sex",{"_index":2431,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.sexselected",{"_index":2437,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.side",{"_index":3246,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.sidechange.emit(this.side",{"_index":3247,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.skipconfirmation$.subscribe(skipconfirmation",{"_index":2343,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.slicesconfig",{"_index":3153,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.slicesconfig[key",{"_index":3156,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.slicesconfigchange.emit(this.slicesconfig",{"_index":3157,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.snackbar.openfromcomponent(trackingpopupcomponent",{"_index":349,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.snapshot",{"_index":2182,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.snapshot.blocksize",{"_index":1994,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.entities[tag.id",{"_index":178,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.snapshot.initialregistration",{"_index":2691,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.snapshot.organ",{"_index":2032,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.organ?.name}_placement",{"_index":1987,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.organ?.organ",{"_index":2029,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.organ?.sex",{"_index":2033,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.organdimensions",{"_index":1993,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.placementpatches[organ",{"_index":2228,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.snapshot.sex",{"_index":2030,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.showcollisions",{"_index":3050,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.snapshot.side",{"_index":2031,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.source",{"_index":1845,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.spatialkeyboardaxis",{"_index":3046,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.state$.pipe",{"_index":1961,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.state$.pipe(map(x",{"_index":1939,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.state$.pipe(pluckunique('haschanges",{"_index":2308,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.state$.pipe(pluckunique('registrationstarted",{"_index":2283,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.state$.pipe(pluckunique('skipconfirmation",{"_index":2304,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.statechange.emit",{"_index":1627,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.subscriptions.add",{"_index":334,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.subscriptions.add(channel.getmessagesfromsource(drawer).subscribe(msg",{"_index":3426,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.subscriptions.add(messages.subscribe(msg",{"_index":1054,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.subscriptions.add(this.channel.getmessages().subscribe(msg",{"_index":856,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["this.subscriptions.unsubscribe",{"_index":393,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["this.syncexpanded(other",{"_index":1628,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.tagremoved.emit(tag",{"_index":3327,"title":{},"body":{"components/TagListComponent.html":{}}}],["this.tags",{"_index":2602,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/TagListComponent.html":{}}}],["this.tags$.subscribe((tags",{"_index":174,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.tags.addtags",{"_index":2644,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.tags.filter(obj",{"_index":3322,"title":{},"body":{"components/TagListComponent.html":{}}}],["this.tags.latesttags",{"_index":2677,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.tags.tags$]).pipe",{"_index":2578,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.tagschange.emit(this.tags",{"_index":3328,"title":{},"body":{"components/TagListComponent.html":{}}}],["this.theme",{"_index":338,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{}}}],["this.theme$.subscribe((theme",{"_index":337,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.thememode$.next('light",{"_index":357,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.thememode$.next(this.islighttheme",{"_index":359,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.thememode$]).subscribe",{"_index":346,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.theming.gettheme().endswith('light",{"_index":332,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.theming.settheme(`${theme",{"_index":347,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.theming.settheme(`${this.theme",{"_index":358,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.toggle(coercebooleanproperty(value",{"_index":1552,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggle(false",{"_index":1596,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggle(true",{"_index":1594,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(coercebooleanproperty(value",{"_index":1556,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(false",{"_index":1608,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(true",{"_index":1605,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.updateentitiesmany",{"_index":179,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.updatefaded",{"_index":1058,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.updatemargin(position",{"_index":1064,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.updateopacity(item.opacity",{"_index":3536,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.updateview(false",{"_index":3245,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.updateview(true",{"_index":3244,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.uploadtext",{"_index":2501,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.uritoorcid(this.snapshot.user.orcidid",{"_index":2346,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.uservalid",{"_index":2825,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.validatedrawers",{"_index":859,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.value",{"_index":1728,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.valuechange.emit(this.value",{"_index":1733,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.view3d",{"_index":3248,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.view3dchange.emit(this.view3d",{"_index":3250,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.visibilitychanged.emit(this.visible",{"_index":3573,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["this.visible",{"_index":3571,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["this.width",{"_index":1569,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.xyztriplettostring(model.blocksize",{"_index":2705,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.xyztriplettostring(model.position",{"_index":2706,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.xyztriplettostring(model.rotation",{"_index":2707,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["those",{"_index":1847,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["throttle",{"_index":4332,"title":{},"body":{"miscellaneous/variables.html":{}}}],["throttletime",{"_index":1921,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["throttletime(0",{"_index":1962,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["through",{"_index":2934,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["throw",{"_index":849,"title":{},"body":{"components/ContainerComponent.html":{},"modules/CoreModule.html":{}}}],["throwduplicatedrawerserror",{"_index":4080,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["throwduplicatedrawerserror('end",{"_index":876,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throwduplicatedrawerserror('start",{"_index":874,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throwduplicatedrawerserror(position",{"_index":845,"title":{},"body":{"components/ContainerComponent.html":{},"miscellaneous/functions.html":{}}}],["thrown",{"_index":844,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throws",{"_index":840,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/ThemingService.html":{}}}],["thumb",{"_index":2960,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["thumbnails",{"_index":3845,"title":{},"body":{"changelog.html":{}}}],["thymus",{"_index":1229,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thymus.svg",{"_index":1230,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ticks",{"_index":2964,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["tied",{"_index":3848,"title":{},"body":{"changelog.html":{}}}],["tiff",{"_index":3941,"title":{},"body":{"changelog.html":{}}}],["time",{"_index":2597,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"miscellaneous/variables.html":{}}}],["timeouts",{"_index":3684,"title":{},"body":{"changelog.html":{}}}],["times",{"_index":3679,"title":{},"body":{"changelog.html":{}}}],["timing",{"_index":462,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent-1.html":{},"components/VisibilityMenuComponent.html":{}}}],["tissue",{"_index":669,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"changelog.html":{}}}],["tissues",{"_index":3722,"title":{},"body":{"changelog.html":{}}}],["title",{"_index":727,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"interfaces/DocumentationContent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["tmc",{"_index":4019,"title":{},"body":{"changelog.html":{}}}],["toggle",{"_index":527,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["toggle'},{'name",{"_index":501,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle(opened",{"_index":1597,"title":{},"body":{"classes/InitializationState.html":{}}}],["toggle.component",{"_index":1745,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["toggle.component.html",{"_index":1707,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle.component.scss",{"_index":1706,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts",{"_index":1703,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{}}}],["toggle.component.ts:18",{"_index":3569,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:19",{"_index":1720,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.component.ts:23",{"_index":3568,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:24",{"_index":1714,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.component.ts:29",{"_index":1717,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:34",{"_index":1713,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:39",{"_index":1712,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.component.ts:40",{"_index":3566,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:51",{"_index":1726,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.component.ts:52",{"_index":3570,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:61",{"_index":1722,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.module",{"_index":1817,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/StageNavModule.html":{}}}],["toggle.module.ts",{"_index":1742,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["toggle/labeled",{"_index":1702,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/StageNavModule.html":{},"coverage.html":{}}}],["toggle/visibility",{"_index":1816,"title":{},"body":{"modules/LeftSidebarModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"coverage.html":{}}}],["togglebuttoncomponent",{"_index":526,"title":{"components/ToggleButtonComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["toggled",{"_index":1060,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["toggleexpanded(expanded",{"_index":1609,"title":{},"body":{"classes/InitializationState.html":{}}}],["togglelabel",{"_index":3564,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggleregistrationblocksvisibility(visible",{"_index":2018,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["toggles",{"_index":283,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["togglescheme",{"_index":231,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["togglevisibility",{"_index":3506,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["togglevisibility(item",{"_index":3527,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["toggling",{"_index":3205,"title":{},"body":{"components/StageNavComponent.html":{}}}],["token",{"_index":1834,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["tonsil",{"_index":1208,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tonsil.svg",{"_index":1209,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tool",{"_index":3875,"title":{},"body":{"changelog.html":{}}}],["tooltip",{"_index":344,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{}}}],["top",{"_index":414,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toradians",{"_index":2133,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["tort",{"_index":4306,"title":{},"body":{"license.html":{}}}],["total",{"_index":3298,"title":{},"body":{"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{}}}],["totalcount",{"_index":188,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"miscellaneous/variables.html":{}}}],["touch",{"_index":881,"title":{},"body":{"components/ContainerComponent.html":{}}}],["trachea",{"_index":1231,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["trachea.svg",{"_index":1232,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["track",{"_index":1765,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["tracking/telemetry",{"_index":3791,"title":{},"body":{"changelog.html":{}}}],["trackingpopupcomponent",{"_index":320,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["trackingpopupmodule",{"_index":577,"title":{},"body":{"modules/AppModule.html":{}}}],["trailing",{"_index":1964,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["transform",{"_index":730,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["transformmatrix",{"_index":2992,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["transition",{"_index":417,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["transition('closed",{"_index":1532,"title":{},"body":{"classes/InitializationState.html":{}}}],["transition('false",{"_index":1051,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["translate",{"_index":3480,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["translate([p.x_translation",{"_index":3095,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["translate([position.x",{"_index":3130,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["translation_units",{"_index":2762,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["transparency",{"_index":3876,"title":{},"body":{"changelog.html":{}}}],["travisci",{"_index":3893,"title":{},"body":{"changelog.html":{}}}],["tree",{"_index":201,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["trigger",{"_index":1046,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{}}}],["trigger('expandcollapse",{"_index":1535,"title":{},"body":{"classes/InitializationState.html":{}}}],["trigger('fadeinout",{"_index":1048,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["trigger('openclose",{"_index":1529,"title":{},"body":{"classes/InitializationState.html":{}}}],["triggerfileinput",{"_index":1656,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["triplet",{"_index":2763,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["true",{"_index":392,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"modules/ThemingModule.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["true=left",{"_index":1723,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["try",{"_index":648,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["ts",{"_index":4191,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":4194,"title":{},"body":{"dependencies.html":{}}}],["tube",{"_index":1175,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tuned",{"_index":4028,"title":{},"body":{"changelog.html":{}}}],["tuple",{"_index":866,"title":{},"body":{"components/ContainerComponent.html":{}}}],["turn",{"_index":3862,"title":{},"body":{"changelog.html":{}}}],["turned",{"_index":3851,"title":{},"body":{"changelog.html":{}}}],["turning",{"_index":3849,"title":{},"body":{"changelog.html":{}}}],["turns",{"_index":2801,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["tutorial",{"_index":3768,"title":{},"body":{"changelog.html":{}}}],["two",{"_index":1715,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"changelog.html":{}}}],["tx",{"_index":4206,"title":{},"body":{"miscellaneous/functions.html":{}}}],["tx.translate(t).rotatexyz(r).scale(s",{"_index":2157,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["type",{"_index":45,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["typealiases",{"_index":4314,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":2069,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["types",{"_index":1087,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["typescript",{"_index":125,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{}}}],["typing",{"_index":3997,"title":{},"body":{"changelog.html":{}}}],["typography",{"_index":2875,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["ufl",{"_index":3844,"title":{},"body":{"changelog.html":{}}}],["ui",{"_index":640,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{},"index.html":{}}}],["ui.netlify.app",{"_index":4218,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/organ",{"_index":4227,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/rui",{"_index":4224,"title":{},"body":{"index.html":{}}}],["ui/organ",{"_index":4226,"title":{},"body":{"index.html":{}}}],["ui/rui",{"_index":4225,"title":{},"body":{"index.html":{}}}],["uis",{"_index":3626,"title":{},"body":{"changelog.html":{}}}],["undefined",{"_index":867,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["under",{"_index":1156,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["unique",{"_index":1820,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{}}}],["university",{"_index":4252,"title":{},"body":{"index.html":{}}}],["unknown",{"_index":646,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{}}}],["unlike",{"_index":1147,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["unnecessary",{"_index":3780,"title":{},"body":{"changelog.html":{}}}],["unpickable",{"_index":2995,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["unselect",{"_index":3819,"title":{},"body":{"changelog.html":{}}}],["unset",{"_index":3436,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["until",{"_index":301,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"classes/InitializationState.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["untypedformcontrol",{"_index":2100,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["unused",{"_index":3320,"title":{},"body":{"components/TagListComponent.html":{}}}],["up",{"_index":277,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["update",{"_index":2944,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["updateblocksizes",{"_index":711,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["updateblocksizes(input",{"_index":698,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["updated",{"_index":697,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["updatediri",{"_index":2216,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["updatednewrotation",{"_index":2946,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["updatedselection",{"_index":3539,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updatedselection.id",{"_index":3540,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updatedselection.opacity",{"_index":3545,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updateextractionsitetooltip",{"_index":1752,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["updateextractionsitetooltip(item",{"_index":1757,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["updatefaded",{"_index":1011,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["updatemargin",{"_index":1012,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["updatemargin(position",{"_index":1035,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["updatename",{"_index":2090,"title":{},"body":{"components/NameInputComponent.html":{}}}],["updatename(input",{"_index":2095,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["updateopacity",{"_index":3507,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updateopacity(value",{"_index":3530,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updateorcid",{"_index":2477,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["updateorcid(value",{"_index":2488,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["updates",{"_index":692,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent-1.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["updateside",{"_index":3188,"title":{},"body":{"components/StageNavComponent.html":{}}}],["updateside(selection",{"_index":3217,"title":{},"body":{"components/StageNavComponent.html":{}}}],["updateskipconfirmation",{"_index":2331,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["updateslicesdata",{"_index":3160,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["updateslicesdata(input",{"_index":3151,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["updatetoggle",{"_index":1708,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["updatetoggle(selection",{"_index":1721,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["updateview",{"_index":3189,"title":{},"body":{"components/StageNavComponent.html":{}}}],["updateview(selection",{"_index":3220,"title":{},"body":{"components/StageNavComponent.html":{}}}],["updating",{"_index":2940,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{}}}],["upgraded",{"_index":3938,"title":{},"body":{"changelog.html":{}}}],["upgrades",{"_index":4000,"title":{},"body":{"changelog.html":{}}}],["upgrading",{"_index":3794,"title":{},"body":{"changelog.html":{}}}],["upload",{"_index":1659,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["uploaded",{"_index":1664,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["uploadtext",{"_index":2474,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["upperbound",{"_index":3034,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["upperbound[i",{"_index":3038,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ureter",{"_index":1233,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["uri",{"_index":2261,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["uri.split('/').slice",{"_index":2352,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["uritoorcid",{"_index":2243,"title":{},"body":{"injectables/PageState.html":{}}}],["uritoorcid(uri",{"_index":2274,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["url",{"_index":341,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/User.html":{},"miscellaneous/variables.html":{}}}],["urls",{"_index":1423,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["usage",{"_index":3627,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["usage.ipynb",{"_index":4236,"title":{},"body":{"index.html":{}}}],["use",{"_index":981,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["usecallback",{"_index":2668,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["usecancelregistrationcallback",{"_index":2234,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["usecase",{"_index":4241,"title":{},"body":{"index.html":{}}}],["usecase.ipynb",{"_index":4238,"title":{},"body":{"index.html":{}}}],["used",{"_index":48,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["usedownload",{"_index":617,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"interfaces/RegistrationStateModel.html":{}}}],["usedropdownmenu",{"_index":3190,"title":{},"body":{"components/StageNavComponent.html":{}}}],["usedropdownmenu(value",{"_index":3235,"title":{},"body":{"components/StageNavComponent.html":{}}}],["usefactory",{"_index":771,"title":{},"body":{"modules/ConfigModule.html":{}}}],["useful",{"_index":842,"title":{},"body":{"components/ContainerComponent.html":{}}}],["user",{"_index":328,"title":{"interfaces/User.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{},"miscellaneous/typealiases.html":{}}}],["user's",{"_index":2113,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/UserName.html":{}}}],["user/os",{"_index":3772,"title":{},"body":{"changelog.html":{}}}],["useregistrationcallback",{"_index":2567,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["username",{"_index":2093,"title":{"interfaces/UserName.html":{}},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{},"coverage.html":{}}}],["users",{"_index":4014,"title":{},"body":{"changelog.html":{}}}],["uservalid",{"_index":2787,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["uses",{"_index":3785,"title":{},"body":{"changelog.html":{}}}],["usevalue",{"_index":595,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules/ThemingModule.html":{}}}],["using",{"_index":3758,"title":{},"body":{"changelog.html":{}}}],["uterus",{"_index":1234,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["uterus.svg",{"_index":1235,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["utilities",{"_index":3777,"title":{},"body":{"changelog.html":{}}}],["uuid",{"_index":2574,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"dependencies.html":{}}}],["uuidv4",{"_index":2573,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["v1.1",{"_index":3718,"title":{},"body":{"changelog.html":{}}}],["v1.3",{"_index":3635,"title":{},"body":{"changelog.html":{}}}],["v1.4",{"_index":3625,"title":{},"body":{"changelog.html":{}}}],["v1.5.0",{"_index":3861,"title":{},"body":{"changelog.html":{}}}],["v1.7",{"_index":3720,"title":{},"body":{"changelog.html":{}}}],["v1.7.0",{"_index":3712,"title":{},"body":{"changelog.html":{}}}],["v1.8.0",{"_index":3686,"title":{},"body":{"changelog.html":{}}}],["v1.9.0",{"_index":3666,"title":{},"body":{"changelog.html":{}}}],["v1.9.4",{"_index":3645,"title":{},"body":{"changelog.html":{}}}],["v1/sparql",{"_index":3671,"title":{},"body":{"changelog.html":{}}}],["v1[key",{"_index":1967,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["v2",{"_index":1966,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["v2.1.0",{"_index":3633,"title":{},"body":{"changelog.html":{}}}],["v2.2.0",{"_index":3621,"title":{},"body":{"changelog.html":{}}}],["v2[key",{"_index":1968,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["v3",{"_index":3648,"title":{},"body":{"changelog.html":{}}}],["v4",{"_index":2572,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["valid",{"_index":2214,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"miscellaneous/typealiases.html":{}}}],["validate",{"_index":2102,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["validatedrawers",{"_index":787,"title":{},"body":{"components/ContainerComponent.html":{}}}],["validates",{"_index":809,"title":{},"body":{"components/ContainerComponent.html":{}}}],["validating",{"_index":2496,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["validators",{"_index":2111,"title":{},"body":{"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/UserName.html":{}}}],["validators.pattern('^[a",{"_index":2494,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["validators.required",{"_index":2101,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["value",{"_index":86,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MetaDataField.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["value.name",{"_index":1339,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["valuechange",{"_index":1711,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["valueof",{"_index":1489,"title":{},"body":{"classes/InitializationState.html":{}}}],["values",{"_index":687,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["var",{"_index":474,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["variable",{"_index":1763,"title":{},"body":{"components/LeftSidebarComponent.html":{},"coverage.html":{}}}],["variables",{"_index":4323,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["vasculature",{"_index":1236,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["vec3",{"_index":3023,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["vec3(...lowerbound.map((n",{"_index":3036,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["vec3(...upperbound.map((n",{"_index":3039,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["version",{"_index":3730,"title":{},"body":{"changelog.html":{},"index.html":{},"properties.html":{}}}],["very",{"_index":942,"title":{},"body":{"components/ContentComponent.html":{},"changelog.html":{}}}],["via",{"_index":2931,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["video",{"_index":529,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["videomodalcomponent",{"_index":528,"title":{"components/VideoModalComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["videomodallaunchercomponent",{"_index":530,"title":{"components/VideoModalLauncherComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["videomodallaunchermodule",{"_index":1107,"title":{"modules/VideoModalLauncherModule.html":{}},"body":{"modules/ContentModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules.html":{},"overview.html":{}}}],["videomodalmodule",{"_index":3488,"title":{"modules/VideoModalModule.html":{}},"body":{"modules/VideoModalModule.html":{},"modules.html":{},"overview.html":{}}}],["view",{"_index":915,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["view3d",{"_index":3191,"title":{},"body":{"components/StageNavComponent.html":{}}}],["view3dchange",{"_index":3193,"title":{},"body":{"components/StageNavComponent.html":{}}}],["viewchild",{"_index":1678,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/StageNavComponent.html":{}}}],["viewchild('fileinput",{"_index":1675,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["viewchild('label",{"_index":3224,"title":{},"body":{"components/StageNavComponent.html":{}}}],["viewchild('options",{"_index":3226,"title":{},"body":{"components/StageNavComponent.html":{}}}],["viewchildren",{"_index":834,"title":{},"body":{"components/ContainerComponent.html":{}}}],["viewchildren(contentcomponent",{"_index":821,"title":{},"body":{"components/ContainerComponent.html":{}}}],["viewed",{"_index":1933,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["viewer",{"_index":3841,"title":{},"body":{"changelog.html":{}}}],["viewing",{"_index":3178,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["views",{"_index":3787,"title":{},"body":{"changelog.html":{}}}],["viewside",{"_index":963,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["viewtype",{"_index":1900,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["visibility",{"_index":533,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{}}}],["visibility_menu",{"_index":3535,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["visibility_off",{"_index":1245,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visibility_off_cube",{"_index":1246,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visibility_on",{"_index":1243,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visibility_toggle",{"_index":3572,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["visibilitychanged",{"_index":3565,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["visibilityitem",{"_index":1307,"title":{"interfaces/VisibilityItem.html":{}},"body":{"interfaces/ExtractionSet.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["visibilityitems",{"_index":2017,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["visibilitymenucomponent",{"_index":532,"title":{"components/VisibilityMenuComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["visibilitymenumodule",{"_index":1800,"title":{"modules/VisibilityMenuModule.html":{}},"body":{"modules/LeftSidebarModule.html":{},"modules/VisibilityMenuModule.html":{},"modules.html":{},"overview.html":{}}}],["visibilitytogglecomponent",{"_index":535,"title":{"components/VisibilityToggleComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"coverage.html":{},"overview.html":{}}}],["visibilitytogglemodule",{"_index":1801,"title":{"modules/VisibilityToggleModule.html":{}},"body":{"modules/LeftSidebarModule.html":{},"modules/VisibilityToggleModule.html":{},"modules.html":{},"overview.html":{}}}],["visible",{"_index":1907,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["visual",{"_index":3660,"title":{},"body":{"changelog.html":{}}}],["visualization",{"_index":3811,"title":{},"body":{"changelog.html":{}}}],["vitessce",{"_index":3939,"title":{},"body":{"changelog.html":{}}}],["void",{"_index":56,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["vs",{"_index":3766,"title":{},"body":{"changelog.html":{}}}],["vu",{"_index":4024,"title":{},"body":{"changelog.html":{}}}],["w",{"_index":378,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["wait",{"_index":1491,"title":{},"body":{"classes/InitializationState.html":{}}}],["waits",{"_index":1621,"title":{},"body":{"classes/InitializationState.html":{}}}],["walkthrough",{"_index":4237,"title":{},"body":{"index.html":{}}}],["want",{"_index":1762,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["warming",{"_index":3682,"title":{},"body":{"changelog.html":{}}}],["warning",{"_index":3959,"title":{},"body":{"changelog.html":{}}}],["warranties",{"_index":4293,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":4290,"title":{},"body":{"license.html":{}}}],["watch",{"_index":3478,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["wc",{"_index":607,"title":{},"body":{"components/AppWebComponent.html":{}}}],["wc'},{'name",{"_index":478,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["web",{"_index":578,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["webcomponent",{"_index":3765,"title":{},"body":{"changelog.html":{}}}],["webcomponents/webcomponentsjs",{"_index":4132,"title":{},"body":{"dependencies.html":{}}}],["webkit",{"_index":879,"title":{},"body":{"components/ContainerComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["webpages",{"_index":3735,"title":{},"body":{"changelog.html":{}}}],["website",{"_index":4213,"title":{},"body":{"index.html":{}}}],["week",{"_index":4030,"title":{},"body":{"changelog.html":{}}}],["weight",{"_index":728,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["whenever",{"_index":1562,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["whether",{"_index":832,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"license.html":{}}}],["white",{"_index":444,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["whole",{"_index":4026,"title":{},"body":{"changelog.html":{}}}],["width",{"_index":410,"title":{},"body":{"components/AppComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["widths",{"_index":1630,"title":{},"body":{"classes/InitializationState.html":{}}}],["within",{"_index":2938,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["withlatestfrom",{"_index":2299,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["withlatestfrom(this.globalskipconfirmation",{"_index":2337,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["without",{"_index":823,"title":{},"body":{"components/ContainerComponent.html":{},"changelog.html":{},"license.html":{}}}],["workaround",{"_index":1640,"title":{},"body":{"classes/InitializationState.html":{}}}],["workflows",{"_index":3895,"title":{},"body":{"changelog.html":{}}}],["working",{"_index":3725,"title":{},"body":{"changelog.html":{}}}],["works",{"_index":3910,"title":{},"body":{"changelog.html":{}}}],["wrap",{"_index":3252,"title":{},"body":{"components/StageNavComponent.html":{}}}],["wrapped",{"_index":820,"title":{},"body":{"components/ContainerComponent.html":{}}}],["wrapper",{"_index":429,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["wrapping",{"_index":824,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{}}}],["x",{"_index":382,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/TagListComponent.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["x,y,z",{"_index":910,"title":{},"body":{"components/ContentComponent.html":{}}}],["x?.anatomicalstructures",{"_index":1954,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.blocksize",{"_index":1941,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.displayerrors",{"_index":2577,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["x?.extractionsets",{"_index":1955,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.extractionsites",{"_index":1953,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.id",{"_index":1940,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.orcidvalid",{"_index":2277,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.organ",{"_index":1947,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.organdimensions",{"_index":1949,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.organiri",{"_index":1948,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.organoptions",{"_index":2279,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.position",{"_index":1943,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.registrationcallbackset",{"_index":2281,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.registrations",{"_index":2588,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["x?.rotation",{"_index":1942,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.sex",{"_index":1950,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.showprevious",{"_index":1952,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.side",{"_index":1951,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.slicesconfig",{"_index":1944,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.usecancelregistrationcallback",{"_index":2285,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.user",{"_index":2287,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.viewside",{"_index":1946,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.viewtype",{"_index":1945,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x_dimension",{"_index":2731,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x_rotation",{"_index":2747,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x_scaling",{"_index":2742,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x_translation",{"_index":2756,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["xyz",{"_index":992,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["xyztriplet",{"_index":1901,"title":{"interfaces/XYZTriplet.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["xyztriplettostring(xyz",{"_index":2765,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["y",{"_index":379,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/TagListComponent.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["y_dimension",{"_index":2733,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["y_rotation",{"_index":2749,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["y_scaling",{"_index":2743,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["y_translation",{"_index":2758,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["yes",{"_index":2267,"title":{},"body":{"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["youtube",{"_index":3441,"title":{},"body":{"components/VideoModalComponent.html":{},"changelog.html":{}}}],["youtubeplayermodule",{"_index":3492,"title":{},"body":{"modules/VideoModalModule.html":{}}}],["z",{"_index":374,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["z0",{"_index":2349,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["z_dimension",{"_index":2735,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["z_rotation",{"_index":2751,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["z_scaling",{"_index":2744,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["z_translation",{"_index":2760,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["za",{"_index":2348,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["zone.js",{"_index":4197,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":556,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["zoombasedopacity",{"_index":2998,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}]],"pipeline":["stemmer"]}, - "store": {"injectables/AnatomicalStructureTagState.html":{"url":"injectables/AnatomicalStructureTagState.html","title":"injectable - AnatomicalStructureTagState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n AnatomicalStructureTagState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts\n \n\n\n \n Description\n \n \n Tag collection global state\n\n \n\n \n Extends\n \n \n NgxsDataEntityCollectionsRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n _latestTags\n \n \n Private\n model\n \n \n Private\n page\n \n \n Private\n scene\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n addTag\n \n \n Private\n addTagRaw\n \n \n \n addTags\n \n \n ngxsOnInit\n \n \n \n removeTag\n \n \n \n searchExternal\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n tags$\n \n \n latestTags\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(injector: Injector)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:79\n \n \n\n \n \n Creates an instance of scene state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n Injector service used to lazy load page and model state\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addTag\n \n \n \n \n \n \n \n addTag(tag: Tag)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:119\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n addTagRaw\n \n \n \n \n \n \n \n addTagRaw(tag: Tag)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:158\n \n \n\n\n \n \n Adds a tag. Implementation helper for addTags and addTag\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n The tag\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n addTags\n \n \n \n \n \n \n \n addTags(tags: Tag[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:112\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tags\n \n Tag[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:95\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n removeTag\n \n \n \n \n \n \n \n removeTag(tag: Tag)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:124\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n searchExternal\n \n \n \n \n \n \n \n searchExternal(text: string, limit: number)\n \n \n\n \n \n Decorators : \n \n @Bind()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:140\n \n \n\n\n \n \n Searches for matching tags (not in the state)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n text\n \n string\n \n\n \n No\n \n\n\n \n Search text\n\n \n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n Maximum returned results hint\n\n \n \n \n \n \n \n Returns : ObservableInput\n\n \n \n external Search result\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n _latestTags\n \n \n \n \n \n \n Type : Tag[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:68\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n model\n \n \n \n \n \n \n Type : ModelState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:75\n \n \n\n \n \n Reference to the model state\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n page\n \n \n \n \n \n \n Type : PageState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:79\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n scene\n \n \n \n \n \n \n Type : SceneState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:77\n \n \n\n \n \n Reference to the scene state\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n tags$\n \n \n\n \n \n gettags$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:38\n \n \n \n \n Observable of tags\n\n\n \n Returns : Observable\n\n \n \n \n\n \n \n \n \n \n \n \n latestTags\n \n \n\n \n \n getlatestTags()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:70\n \n \n\n \n \n\n \n\n\n \n import { createEntityCollections, EntityCollections } from '@angular-ru/common/entity';\nimport { Injectable, Injector } from '@angular/core';\nimport { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataEntityCollectionsRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { bind as Bind } from 'bind-decorator';\nimport { combineLatest, Observable, ObservableInput } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nimport { Tag, TagId, TagSearchResult } from '../../models/anatomical-structure-tag';\nimport { ModelState } from '../model/model.state';\nimport { PageState } from '../page/page.state';\nimport { SceneState } from '../scene/scene.state';\n\n\n/** Tag state model */\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface AnatomicalStructureTagStateModel {\n}\n\n\n/**\n * Tag collection global state\n */\n@StateRepository()\n@State>({\n name: 'tags',\n defaults: {\n ...createEntityCollections()\n }\n})\n@Injectable()\nexport class AnatomicalStructureTagState extends NgxsDataEntityCollectionsRepository {\n /** Observable of tags */\n @Computed()\n get tags$(): Observable {\n return combineLatest([this.entities$, this.scene.nodeCollisions$]).pipe(\n map(([entities, collisions]) => {\n const tags: Tag[] = [];\n const added = new Set();\n const removed = new Set();\n Object.entries(entities).forEach(([id, tag]) => {\n if (tag.type === 'removed') {\n removed.add(id);\n } else {\n added.add(id);\n tags.push(tag);\n }\n });\n for (const model of collisions) {\n const iri = model.representation_of;\n if (iri && !removed.has(iri) && !added.has(iri)) {\n added.add(iri);\n tags.push({\n id: iri,\n label: model.tooltip as string,\n type: 'assigned'\n });\n }\n }\n return tags;\n })\n );\n }\n\n private _latestTags: Tag[] = [];\n\n get latestTags(): Tag[] {\n return this._latestTags;\n }\n\n /** Reference to the model state */\n private model: ModelState;\n /** Reference to the scene state */\n private scene: SceneState;\n\n private page: PageState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load page and model state\n */\n constructor(\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.model = this.injector.get(ModelState);\n this.scene = this.injector.get(SceneState);\n this.page = this.injector.get(PageState);\n\n this.tags$.subscribe((tags) => {\n this._latestTags = tags;\n });\n\n this.entities$.subscribe(() => this.page.setHasChanges());\n }\n\n @DataAction()\n addTags(tags: Tag[]): void {\n for (const tag of tags) {\n this.addTagRaw(tag);\n }\n }\n\n @DataAction()\n addTag(tag: Tag): void {\n this.addTagRaw(tag);\n }\n\n @DataAction()\n removeTag(tag: Tag): void {\n if (this.snapshot.entities[tag.id]) {\n this.updateEntitiesMany([{ id: tag.id, changes: { type: 'removed' } }]);\n } else {\n this.addEntityOne({ ...tag, type: 'removed' });\n }\n }\n\n /**\n * Searches for matching tags (not in the state)\n *\n * @param text Search text\n * @param limit Maximum returned results hint\n * @returns external Search result\n */\n @Bind\n searchExternal(text: string, limit: number): ObservableInput {\n const matches = this.model.snapshot.anatomicalStructures\n .filter(as => as.name.toLowerCase().indexOf(text.toLowerCase()) !== -1);\n return [{\n totalCount: matches.length,\n results: matches.map((as): Tag => ({\n id: as.id,\n label: as.name,\n type: 'added'\n })).slice(0, limit)\n }];\n }\n\n /**\n * Adds a tag. Implementation helper for `addTags` and `addTag`\n *\n * @param tag The tag\n */\n private addTagRaw(tag: Tag): void {\n if (this.snapshot.entities[tag.id]) {\n this.updateEntitiesMany([{ id: tag.id, changes: { type: 'added' } }]);\n } else {\n this.addEntityOne({ ...tag, type: 'added' });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AnatomicalStructureTagStateModel.html":{"url":"interfaces/AnatomicalStructureTagStateModel.html","title":"interface - AnatomicalStructureTagStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AnatomicalStructureTagStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts\n \n\n\n \n Description\n \n \n Tag state model\n\n \n\n\n\n\n\n \n\n\n \n import { createEntityCollections, EntityCollections } from '@angular-ru/common/entity';\nimport { Injectable, Injector } from '@angular/core';\nimport { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataEntityCollectionsRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { bind as Bind } from 'bind-decorator';\nimport { combineLatest, Observable, ObservableInput } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nimport { Tag, TagId, TagSearchResult } from '../../models/anatomical-structure-tag';\nimport { ModelState } from '../model/model.state';\nimport { PageState } from '../page/page.state';\nimport { SceneState } from '../scene/scene.state';\n\n\n/** Tag state model */\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface AnatomicalStructureTagStateModel {\n}\n\n\n/**\n * Tag collection global state\n */\n@StateRepository()\n@State>({\n name: 'tags',\n defaults: {\n ...createEntityCollections()\n }\n})\n@Injectable()\nexport class AnatomicalStructureTagState extends NgxsDataEntityCollectionsRepository {\n /** Observable of tags */\n @Computed()\n get tags$(): Observable {\n return combineLatest([this.entities$, this.scene.nodeCollisions$]).pipe(\n map(([entities, collisions]) => {\n const tags: Tag[] = [];\n const added = new Set();\n const removed = new Set();\n Object.entries(entities).forEach(([id, tag]) => {\n if (tag.type === 'removed') {\n removed.add(id);\n } else {\n added.add(id);\n tags.push(tag);\n }\n });\n for (const model of collisions) {\n const iri = model.representation_of;\n if (iri && !removed.has(iri) && !added.has(iri)) {\n added.add(iri);\n tags.push({\n id: iri,\n label: model.tooltip as string,\n type: 'assigned'\n });\n }\n }\n return tags;\n })\n );\n }\n\n private _latestTags: Tag[] = [];\n\n get latestTags(): Tag[] {\n return this._latestTags;\n }\n\n /** Reference to the model state */\n private model: ModelState;\n /** Reference to the scene state */\n private scene: SceneState;\n\n private page: PageState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load page and model state\n */\n constructor(\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.model = this.injector.get(ModelState);\n this.scene = this.injector.get(SceneState);\n this.page = this.injector.get(PageState);\n\n this.tags$.subscribe((tags) => {\n this._latestTags = tags;\n });\n\n this.entities$.subscribe(() => this.page.setHasChanges());\n }\n\n @DataAction()\n addTags(tags: Tag[]): void {\n for (const tag of tags) {\n this.addTagRaw(tag);\n }\n }\n\n @DataAction()\n addTag(tag: Tag): void {\n this.addTagRaw(tag);\n }\n\n @DataAction()\n removeTag(tag: Tag): void {\n if (this.snapshot.entities[tag.id]) {\n this.updateEntitiesMany([{ id: tag.id, changes: { type: 'removed' } }]);\n } else {\n this.addEntityOne({ ...tag, type: 'removed' });\n }\n }\n\n /**\n * Searches for matching tags (not in the state)\n *\n * @param text Search text\n * @param limit Maximum returned results hint\n * @returns external Search result\n */\n @Bind\n searchExternal(text: string, limit: number): ObservableInput {\n const matches = this.model.snapshot.anatomicalStructures\n .filter(as => as.name.toLowerCase().indexOf(text.toLowerCase()) !== -1);\n return [{\n totalCount: matches.length,\n results: matches.map((as): Tag => ({\n id: as.id,\n label: as.name,\n type: 'added'\n })).slice(0, limit)\n }];\n }\n\n /**\n * Adds a tag. Implementation helper for `addTags` and `addTag`\n *\n * @param tag The tag\n */\n private addTagRaw(tag: Tag): void {\n if (this.snapshot.entities[tag.id]) {\n this.updateEntitiesMany([{ id: tag.id, changes: { type: 'added' } }]);\n } else {\n this.addEntityOne({ ...tag, type: 'added' });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n \n\n\n\n\n\n Components\n \n AppComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/app.component.ts\n\n\n\n \n Description\n \n \n App component\n\n \n\n\n \n Implements\n \n \n OnDestroy\n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root\n \n\n\n\n \n styleUrls\n ./app.component.scss\n \n\n\n\n \n templateUrl\n ./app.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n disablePositionChange\n \n \n Readonly\n header$\n \n \n homeUrl\n \n \n Readonly\n homeUrl$\n \n \n logoTooltip\n \n \n Readonly\n logoTooltip$\n \n \n registrationExpanded\n \n \n registrationStarted\n \n \n Private\n Readonly\n subscriptions\n \n \n theme\n \n \n Readonly\n theme$\n \n \n Readonly\n themeMode$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n handleClick\n \n \n \n handleKey\n \n \n ngOnDestroy\n \n \n ngOnInit\n \n \n registrationToggle\n \n \n toggleScheme\n \n \n \n \n\n\n\n\n \n \n HostListeners\n \n \n \n \n \n \n document:keydown\n \n \n document:mousedown\n \n \n \n \n\n \n \n Accessors\n \n \n \n \n \n \n isLightTheme\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(model: ModelState, page: PageState, consentService: ConsentService, snackbar: MatSnackBar, theming: ThemingService, el: ElementRef<>, injector: Injector, globalConfig: GlobalConfigState, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:69\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n \n consentService\n \n \n ConsentService\n \n \n \n No\n \n \n \n \n snackbar\n \n \n MatSnackBar\n \n \n \n No\n \n \n \n \n theming\n \n \n ThemingService\n \n \n \n No\n \n \n \n \n el\n \n \n ElementRef<>\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n \n HostListeners \n \n \n \n \n \n document:keydown\n \n \n \n \n \n \n Arguments : '$event' \n \n \n \n \ndocument:keydown(target: KeyboardEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:135\n \n \n\n\n \n \n Shifts block position when certain keys are pressed\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The keyboard event\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n document:mousedown\n \n \n \n \n \n \n Arguments : '$event.target' \n \n \n \n \ndocument:mousedown(target: HTMLElement)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:174\n \n \n\n\n \n \n Disables block position change if an input element is clicked\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The element clicked\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleClick\n \n \n \n \n \n \n \n handleClick(target: HTMLElement)\n \n \n\n \n \n Decorators : \n \n @HostListener('document:mousedown', ['$event.target'])\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:174\n \n \n\n\n \n \n Disables block position change if an input element is clicked\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n target\n \n HTMLElement\n \n\n \n No\n \n\n\n \n The element clicked\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleKey\n \n \n \n \n \n \n \n handleKey(target: KeyboardEvent)\n \n \n\n \n \n Decorators : \n \n @HostListener('document:keydown', ['$event'])\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:135\n \n \n\n\n \n \n Shifts block position when certain keys are pressed\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n target\n \n KeyboardEvent\n \n\n \n No\n \n\n\n \n The keyboard event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:188\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:100\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n registrationToggle\n \n \n \n \n \n \nregistrationToggle(event: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:122\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleScheme\n \n \n \n \n \n \ntoggleScheme()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:118\n \n \n\n\n \n \n Toggles scheme between light and dark mode\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n disablePositionChange\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:47\n \n \n\n \n \n Disables changes in block position\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n header$\n \n \n \n \n \n \n Default value : this.globalConfig.getOption('header')\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:58\n \n \n\n\n \n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:64\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n homeUrl$\n \n \n \n \n \n \n Default value : this.globalConfig.getOption('homeUrl')\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:66\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n logoTooltip$\n \n \n \n \n \n \n Default value : this.globalConfig.getOption('logoTooltip')\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:60\n \n \n\n\n \n \n \n \n \n \n \n \n registrationExpanded\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n registrationStarted\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:44\n \n \n\n \n \n False until the initial registration modal is closed\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n Readonly\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:69\n \n \n\n \n \n All subscriptions managed by the container.\n\n \n \n\n \n \n \n \n \n \n \n \n theme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:62\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n theme$\n \n \n \n \n \n \n Default value : this.globalConfig.getOption('theme')\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:55\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n themeMode$\n \n \n \n \n \n \n Default value : new ReplaySubject(1)\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:56\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n isLightTheme\n \n \n\n \n \n getisLightTheme()\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:51\n \n \n\n \n \n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostListener,\n Injector,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { GlobalConfigState, TrackingPopupComponent } from 'ccf-shared';\nimport { ConsentService } from 'ccf-shared/analytics';\nimport { combineLatest, ReplaySubject, Subscription } from 'rxjs';\n\nimport { GlobalConfig } from './core/services/config/config';\nimport { ThemingService } from './core/services/theming/theming.service';\nimport { ModelState } from './core/store/model/model.state';\nimport { PageState } from './core/store/page/page.state';\n\nexport interface User {\n firstName: string;\n lastName: string;\n}\n\ninterface AppOptions extends GlobalConfig {\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n}\n\n/**\n * App component\n */\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements OnDestroy, OnInit {\n /** False until the initial registration modal is closed */\n registrationStarted = false;\n\n /** Disables changes in block position */\n disablePositionChange = false;\n\n registrationExpanded = false;\n\n get isLightTheme(): boolean {\n return this.theming.getTheme().endsWith('light');\n }\n\n readonly theme$ = this.globalConfig.getOption('theme');\n readonly themeMode$ = new ReplaySubject(1);\n\n readonly header$ = this.globalConfig.getOption('header');\n readonly homeUrl$ = this.globalConfig.getOption('homeUrl');\n readonly logoTooltip$ = this.globalConfig.getOption('logoTooltip');\n\n theme: string;\n\n homeUrl: string;\n\n logoTooltip: string;\n\n /** All subscriptions managed by the container. */\n private readonly subscriptions = new Subscription();\n\n constructor(\n readonly model: ModelState, readonly page: PageState,\n readonly consentService: ConsentService, readonly snackbar: MatSnackBar, readonly theming: ThemingService,\n el: ElementRef, injector: Injector, private readonly globalConfig: GlobalConfigState, cdr: ChangeDetectorRef\n ) {\n theming.initialize(el, injector);\n this.subscriptions.add(\n page.registrationStarted$.subscribe((registrationStarted) => {\n this.registrationStarted = registrationStarted;\n })\n );\n this.theme$.subscribe((theme: string) => {\n this.theme = theme;\n });\n this.globalConfig.getOption('homeUrl').subscribe((url: string) => {\n this.homeUrl = url;\n });\n this.globalConfig.getOption('logoTooltip').subscribe((tooltip: string) => {\n this.logoTooltip = tooltip;\n });\n\n combineLatest([this.theme$, this.themeMode$]).subscribe(\n ([theme, mode]) => {\n this.theming.setTheme(`${theme}-theme-${mode}`);\n cdr.markForCheck();\n }\n );\n }\n\n ngOnInit(): void {\n const snackBar = this.snackbar.openFromComponent(TrackingPopupComponent, {\n data: {\n preClose: () => {\n snackBar.dismiss();\n }\n },\n duration: this.consentService.consent === 'not-set' ? Infinity : 3000\n });\n\n this.themeMode$.next('light');\n\n this.theming.setTheme(`${this.theme}-theme-light`);\n }\n\n /**\n * Toggles scheme between light and dark mode\n */\n toggleScheme(): void {\n this.themeMode$.next(this.isLightTheme ? 'dark' : 'light');\n }\n\n registrationToggle(event: boolean): void {\n this.registrationExpanded = event;\n if (!this.registrationExpanded) {\n this.disablePositionChange = false;\n }\n }\n\n /**\n * Shifts block position when certain keys are pressed\n *\n * @param target The keyboard event\n */\n @HostListener('document:keydown', ['$event'])\n handleKey(target: KeyboardEvent): void {\n const oldPosition = this.model.snapshot.position;\n if (this.disablePositionChange || !this.registrationStarted) {\n return;\n }\n target.preventDefault();\n const delta = target.repeat ? 1.0 : 0.5;\n let newPosition = oldPosition;\n switch (target.key) {\n case 'q':\n newPosition = { ...oldPosition, z: oldPosition.z + delta };\n break;\n case 'e':\n newPosition = { ...oldPosition, z: oldPosition.z - delta };\n break;\n case 'w':\n newPosition = { ...oldPosition, y: oldPosition.y + delta };\n break;\n case 's':\n newPosition = { ...oldPosition, y: oldPosition.y - delta };\n break;\n case 'a':\n newPosition = { ...oldPosition, x: oldPosition.x - delta };\n break;\n case 'd':\n newPosition = { ...oldPosition, x: oldPosition.x + delta };\n break;\n default:\n break;\n }\n this.model.setPosition(newPosition);\n }\n\n /**\n * Disables block position change if an input element is clicked\n *\n * @param target The element clicked\n */\n @HostListener('document:mousedown', ['$event.target'])\n handleClick(target: HTMLElement): void {\n const disableWhenClicked = ['mat-mdc-input-element', 'form-input-label'];\n for (const className of disableWhenClicked) {\n if (target.className.includes(className)) {\n this.disablePositionChange = true;\n return;\n }\n }\n this.disablePositionChange = false;\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n\n \n\n \n \n\n\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n\n\n \n\n \n \n ./app.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow: hidden;\n font-size: 1rem;\n color: black;\n\n .header-hidden {\n display: none;\n }\n\n ccf-drawer-container {\n height: 100%;\n\n ccf-drawer {\n width: 25.5rem;\n }\n\n ccf-drawer-content {\n position: relative;\n z-index: 1;\n\n .selector-drawer {\n top: 0rem;\n display: flex;\n flex-direction: column;\n position: relative;\n height: 5.688rem;\n transition: all 0.5s ease-in-out;\n\n &.expanded {\n height: 15rem;\n }\n\n ccf-organ-selector {\n height: 100%;\n padding-top: 0.5rem;\n transition: all 0.5s;\n\n &.closed {\n padding-top: 0;\n }\n }\n\n .close-button-wrapper {\n display: flex;\n justify-content: center;\n height: 0;\n z-index: 2;\n\n .close-button {\n cursor: pointer;\n transition: 0.6s;\n\n .expand-collapse-icon {\n width: 3rem;\n height: 1.2rem;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n background-color: white;\n border-bottom-left-radius: 0.2rem;\n border-bottom-right-radius: 0.2rem;\n transition: 0.6s;\n\n &:hover {\n background-color: #ececec;\n }\n }\n }\n }\n\n\n &.closed {\n height: 3rem;\n top: -2.9rem;\n }\n }\n\n .stage-content {\n border-radius: 0.5rem;\n height: calc(100% - 2.5rem);\n }\n\n .expanded-stage {\n height: calc(100% - 1.5rem);\n padding-bottom: 1rem;\n }\n\n .retracted-stage {\n height: calc(100% - 2.688rem - 14rem);\n }\n\n }\n\n\n\n ccf-content {\n // top: 0rem;\n position: absolute;\n transition-duration: 0.5s;\n transition-timing-function: ease-in-out;\n transition-property: all;\n bottom: 1.5rem;\n z-index: 1;\n\n }\n\n }\n\n}\n\n::ng-deep .mdc-snackbar__surface {\n box-shadow: none !important;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nContentModule\n\nContentModule\n\nAppModule -->\n\nContentModule->AppModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nDrawerModule\n\nDrawerModule\n\nAppModule -->\n\nDrawerModule->AppModule\n\n\n\n\n\nHeaderModule\n\nHeaderModule\n\nAppModule -->\n\nHeaderModule->AppModule\n\n\n\n\n\nLeftSidebarModule\n\nLeftSidebarModule\n\nAppModule -->\n\nLeftSidebarModule->AppModule\n\n\n\n\n\nRegistrationModalModule\n\nRegistrationModalModule\n\nAppModule -->\n\nRegistrationModalModule->AppModule\n\n\n\n\n\nRightSidebarModule\n\nRightSidebarModule\n\nAppModule -->\n\nRightSidebarModule->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/app.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n AppComponent\n \n \n AppWebComponent\n \n \n \n \n Imports\n \n \n ContentModule\n \n \n CoreModule\n \n \n DrawerModule\n \n \n HeaderModule\n \n \n LeftSidebarModule\n \n \n RegistrationModalModule\n \n \n RightSidebarModule\n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngDoBootstrap\n \n \n \n \n \n \nngDoBootstrap()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.module.ts:54\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n\n\n \n import { DoBootstrap, Injector, NgModule } from '@angular/core';\nimport { createCustomElement } from '@angular/elements';\nimport { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { TrackingPopupModule } from 'ccf-shared';\n\nimport { AppWebComponent } from './app-web-component.component';\nimport { AppComponent } from './app.component';\nimport { CoreModule } from './core/core.module';\nimport { DEFAULT_THEME } from './core/services/theming/theming.service';\nimport { ContentModule } from './modules/content/content.module';\nimport { HeaderModule } from './modules/header/header.module';\nimport { LeftSidebarModule } from './modules/left-sidebar/left-sidebar.module';\nimport { RegistrationModalModule } from './modules/registration-modal/registration-modal/registration-modal.module';\nimport { RightSidebarModule } from './modules/right-sidebar/right-sidebar.module';\nimport { DrawerModule } from './shared/components/drawer/drawer.module';\n\n\n@NgModule({\n imports: [\n BrowserModule,\n BrowserAnimationsModule,\n CoreModule,\n MatIconModule,\n DrawerModule,\n HeaderModule,\n ContentModule,\n LeftSidebarModule,\n RightSidebarModule,\n RegistrationModalModule,\n TrackingPopupModule,\n MatSnackBarModule\n ],\n declarations: [AppComponent, AppWebComponent],\n providers: [\n {\n provide: DEFAULT_THEME,\n useValue: 'hubmap-theme-light'\n },\n {\n provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,\n useValue: {\n floatLabel: true\n }\n }\n ]\n})\nexport class AppModule implements DoBootstrap {\n constructor(private readonly injector: Injector) { }\n\n ngDoBootstrap(): void {\n const appElement = createCustomElement(AppWebComponent, {\n injector: this.injector\n });\n\n customElements.define('ccf-rui', appElement);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AppOptions.html":{"url":"interfaces/AppOptions.html","title":"interface - AppOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AppOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/app.component.ts\n \n\n\n\n \n Extends\n \n \n GlobalConfig\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n header\n \n \n \n Optional\n \n homeUrl\n \n \n \n Optional\n \n logoTooltip\n \n \n \n Optional\n \n theme\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n header\n \n \n \n \n \n \n \n \n header: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n \n \n \n \n homeUrl: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n \n \n \n \n logoTooltip: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n theme\n \n \n \n \n \n \n \n \n theme: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostListener,\n Injector,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { GlobalConfigState, TrackingPopupComponent } from 'ccf-shared';\nimport { ConsentService } from 'ccf-shared/analytics';\nimport { combineLatest, ReplaySubject, Subscription } from 'rxjs';\n\nimport { GlobalConfig } from './core/services/config/config';\nimport { ThemingService } from './core/services/theming/theming.service';\nimport { ModelState } from './core/store/model/model.state';\nimport { PageState } from './core/store/page/page.state';\n\nexport interface User {\n firstName: string;\n lastName: string;\n}\n\ninterface AppOptions extends GlobalConfig {\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n}\n\n/**\n * App component\n */\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements OnDestroy, OnInit {\n /** False until the initial registration modal is closed */\n registrationStarted = false;\n\n /** Disables changes in block position */\n disablePositionChange = false;\n\n registrationExpanded = false;\n\n get isLightTheme(): boolean {\n return this.theming.getTheme().endsWith('light');\n }\n\n readonly theme$ = this.globalConfig.getOption('theme');\n readonly themeMode$ = new ReplaySubject(1);\n\n readonly header$ = this.globalConfig.getOption('header');\n readonly homeUrl$ = this.globalConfig.getOption('homeUrl');\n readonly logoTooltip$ = this.globalConfig.getOption('logoTooltip');\n\n theme: string;\n\n homeUrl: string;\n\n logoTooltip: string;\n\n /** All subscriptions managed by the container. */\n private readonly subscriptions = new Subscription();\n\n constructor(\n readonly model: ModelState, readonly page: PageState,\n readonly consentService: ConsentService, readonly snackbar: MatSnackBar, readonly theming: ThemingService,\n el: ElementRef, injector: Injector, private readonly globalConfig: GlobalConfigState, cdr: ChangeDetectorRef\n ) {\n theming.initialize(el, injector);\n this.subscriptions.add(\n page.registrationStarted$.subscribe((registrationStarted) => {\n this.registrationStarted = registrationStarted;\n })\n );\n this.theme$.subscribe((theme: string) => {\n this.theme = theme;\n });\n this.globalConfig.getOption('homeUrl').subscribe((url: string) => {\n this.homeUrl = url;\n });\n this.globalConfig.getOption('logoTooltip').subscribe((tooltip: string) => {\n this.logoTooltip = tooltip;\n });\n\n combineLatest([this.theme$, this.themeMode$]).subscribe(\n ([theme, mode]) => {\n this.theming.setTheme(`${theme}-theme-${mode}`);\n cdr.markForCheck();\n }\n );\n }\n\n ngOnInit(): void {\n const snackBar = this.snackbar.openFromComponent(TrackingPopupComponent, {\n data: {\n preClose: () => {\n snackBar.dismiss();\n }\n },\n duration: this.consentService.consent === 'not-set' ? Infinity : 3000\n });\n\n this.themeMode$.next('light');\n\n this.theming.setTheme(`${this.theme}-theme-light`);\n }\n\n /**\n * Toggles scheme between light and dark mode\n */\n toggleScheme(): void {\n this.themeMode$.next(this.isLightTheme ? 'dark' : 'light');\n }\n\n registrationToggle(event: boolean): void {\n this.registrationExpanded = event;\n if (!this.registrationExpanded) {\n this.disablePositionChange = false;\n }\n }\n\n /**\n * Shifts block position when certain keys are pressed\n *\n * @param target The keyboard event\n */\n @HostListener('document:keydown', ['$event'])\n handleKey(target: KeyboardEvent): void {\n const oldPosition = this.model.snapshot.position;\n if (this.disablePositionChange || !this.registrationStarted) {\n return;\n }\n target.preventDefault();\n const delta = target.repeat ? 1.0 : 0.5;\n let newPosition = oldPosition;\n switch (target.key) {\n case 'q':\n newPosition = { ...oldPosition, z: oldPosition.z + delta };\n break;\n case 'e':\n newPosition = { ...oldPosition, z: oldPosition.z - delta };\n break;\n case 'w':\n newPosition = { ...oldPosition, y: oldPosition.y + delta };\n break;\n case 's':\n newPosition = { ...oldPosition, y: oldPosition.y - delta };\n break;\n case 'a':\n newPosition = { ...oldPosition, x: oldPosition.x - delta };\n break;\n case 'd':\n newPosition = { ...oldPosition, x: oldPosition.x + delta };\n break;\n default:\n break;\n }\n this.model.setPosition(newPosition);\n }\n\n /**\n * Disables block position change if an input element is clicked\n *\n * @param target The element clicked\n */\n @HostListener('document:mousedown', ['$event.target'])\n handleClick(target: HTMLElement): void {\n const disableWhenClicked = ['mat-mdc-input-element', 'form-input-label'];\n for (const className of disableWhenClicked) {\n if (target.className.includes(className)) {\n this.disablePositionChange = true;\n return;\n }\n }\n this.disablePositionChange = false;\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppWebComponent.html":{"url":"components/AppWebComponent.html","title":"component - AppWebComponent","body":"\n \n\n\n\n\n\n Components\n \n AppWebComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/app-web-component.component.ts\n\n\n\n\n \n Extends\n \n \n BaseWebComponent\n \n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root-wc\n \n\n\n\n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n initialized\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n baseHref\n \n \n cancelRegistration\n \n \n editRegistration\n \n \n fetchPreviousRegistrations\n \n \n header\n \n \n homeUrl\n \n \n logoTooltip\n \n \n organ\n \n \n organOptions\n \n \n register\n \n \n skipUnsavedChangesConfirmation\n \n \n theme\n \n \n useDownload\n \n \n user\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(configStore: GlobalConfigState, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:49\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n configStore\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n baseHref\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:34\n \n \n \n \n \n \n \n \n \n cancelRegistration\n \n \n \n \n Type : string | CancelRegistrationCallback\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:40\n \n \n \n \n \n \n \n \n \n editRegistration\n \n \n \n \n Type : string | SpatialEntityJsonLd\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:38\n \n \n \n \n \n \n \n \n \n fetchPreviousRegistrations\n \n \n \n \n Type : string | FetchPreviousRegistrationsCallback\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:41\n \n \n \n \n \n \n \n \n \n header\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:44\n \n \n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:45\n \n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:46\n \n \n \n \n \n \n \n \n \n organ\n \n \n \n \n Type : string | Organ\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:37\n \n \n \n \n \n \n \n \n \n organOptions\n \n \n \n \n Type : string | string[]\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:47\n \n \n \n \n \n \n \n \n \n register\n \n \n \n \n Type : string | RegistrationCallback\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:39\n \n \n \n \n \n \n \n \n \n skipUnsavedChangesConfirmation\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:42\n \n \n \n \n \n \n \n \n \n theme\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:43\n \n \n \n \n \n \n \n \n \n useDownload\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:35\n \n \n \n \n \n \n \n \n \n user\n \n \n \n \n Type : string | User\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:36\n \n \n \n \n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n initialized\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:49\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Input } from '@angular/core';\nimport { SpatialEntityJsonLd } from 'ccf-body-ui';\nimport { GlobalConfigState } from 'ccf-shared';\nimport { BaseWebComponent, BUILTIN_PARSERS } from 'ccf-shared/web-components';\nimport { ObservableInput } from 'rxjs';\n\nimport { GlobalConfig } from './core/services/config/config';\n\nimport { environment } from '../environments/environment';\n\n\nexport type User = NonNullable;\nexport type Organ = NonNullable;\nexport type RegistrationCallback = (data: unknown) => void;\nexport type CancelRegistrationCallback = () => void;\nexport type FetchPreviousRegistrationsCallback = () => ObservableInput[]>;\n\n\nfunction parseOrgan(value: unknown): string | Organ {\n try {\n return BUILTIN_PARSERS.json(value) as Organ;\n } catch {\n return '' + value;\n }\n}\n\n\n@Component({\n selector: 'ccf-root-wc',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppWebComponent extends BaseWebComponent {\n @Input() baseHref: string;\n @Input() useDownload: string | boolean;\n @Input() user: string | User;\n @Input() organ: string | Organ;\n @Input() editRegistration: string | SpatialEntityJsonLd;\n @Input() register: string | RegistrationCallback;\n @Input() cancelRegistration: string | CancelRegistrationCallback;\n @Input() fetchPreviousRegistrations: string | FetchPreviousRegistrationsCallback;\n @Input() skipUnsavedChangesConfirmation: string | boolean;\n @Input() theme: string;\n @Input() header: string | boolean;\n @Input() homeUrl: string;\n @Input() logoTooltip: string;\n @Input() organOptions: string | string[];\n\n initialized: boolean;\n\n constructor(\n configStore: GlobalConfigState,\n cdr: ChangeDetectorRef\n ) {\n const BP = BUILTIN_PARSERS;\n\n super(configStore, cdr, {\n initialConfig: {\n ...environment.dbOptions,\n ...globalThis['ruiConfig' as string],\n ...environment.customization\n },\n parse: {\n useDownload: BP.boolean,\n user: BP.json,\n organ: parseOrgan,\n editRegistration: BP.json,\n register: BP.function,\n cancelRegistration: BP.function,\n fetchPreviousRegistrations: BP.function,\n skipUnsavedChangesConfirmation: BP.boolean,\n header: BP.boolean,\n organOptions: BP.stringArray\n }\n });\n }\n}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppWebComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/BlockSize.html":{"url":"interfaces/BlockSize.html","title":"interface - BlockSize","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n BlockSize\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n\n\n \n Description\n \n \n Interface for objects containing tissue block dimensions\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n x\n \n \n \n \n \n \n \n \n x: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Width of block\n\n \n \n \n \n \n \n \n \n \n y\n \n \n \n \n \n \n \n \n y: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Height of block\n\n \n \n \n \n \n \n \n \n \n z\n \n \n \n \n \n \n \n \n z: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Depth of block\n\n \n \n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Interface for objects containing tissue block dimensions\n */\nexport interface BlockSize {\n /** Width of block */\n x: number;\n /** Height of block */\n y: number;\n /** Depth of block */\n z: number;\n}\n\n/** Defaults for block sizes. */\nconst DEFAULT_BLOCK_SIZE: BlockSize = {\n x: 10,\n y: 10,\n z: 10\n};\n\n/**\n * Component for entering dimensions of the tissue block\n */\n@Component({\n selector: 'ccf-block-size-input',\n templateUrl: './block-size-input.component.html',\n styleUrls: ['./block-size-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class BlockSizeInputComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-block-size-input';\n\n /**\n * Values of block dimensions to be emitted\n */\n @Input() blockSize = DEFAULT_BLOCK_SIZE;\n\n /**\n * Emitter for values\n */\n @Output() readonly blockSizeChange = new EventEmitter();\n\n /**\n * Creates an instance of block size input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Updates values when an input changes\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key Name of the dimension to be updated\n */\n updateBlockSizes(input: InputEvent, key: string): void {\n const inputTarget = input.target as HTMLInputElement;\n this.blockSize = { ...this.blockSize, [key]: +inputTarget.value };\n this.ga.event('block_size_change', 'block_size_input', key, this.blockSize[key]);\n this.blockSizeChange.emit(this.blockSize);\n }\n\n /**\n * Refreshes all block size values to 10\n */\n refreshBlockSize(): void {\n this.blockSize = DEFAULT_BLOCK_SIZE;\n this.ga.event('block_size_reset', 'block_size_input');\n this.blockSizeChange.emit(this.blockSize);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/BlockSizeInputComponent.html":{"url":"components/BlockSizeInputComponent.html","title":"component - BlockSizeInputComponent","body":"\n \n\n\n\n\n\n Components\n \n BlockSizeInputComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n\n\n\n \n Description\n \n \n Component for entering dimensions of the tissue block\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-block-size-input\n \n\n\n\n \n styleUrls\n ./block-size-input.component.scss\n \n\n\n\n \n templateUrl\n ./block-size-input.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n refreshBlockSize\n \n \n updateBlockSizes\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n blockSize\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n blockSizeChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:45\n \n \n\n \n \n Creates an instance of block size input component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n blockSize\n \n \n \n \n Type : BlockSize\n\n \n \n \n \n Default value : DEFAULT_BLOCK_SIZE\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:40\n \n \n \n \n Values of block dimensions to be emitted\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n blockSizeChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:45\n \n \n \n \n Emitter for values\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-block-size-input\"\n\n \n \n \n \n Default value : 'ccf-block-size-input'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:35\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n refreshBlockSize\n \n \n \n \n \n \nrefreshBlockSize()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:70\n \n \n\n\n \n \n Refreshes all block size values to 10\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateBlockSizes\n \n \n \n \n \n \nupdateBlockSizes(input: InputEvent, key: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:60\n \n \n\n\n \n \n Updates values when an input changes\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n input\n \n InputEvent\n \n\n \n No\n \n\n\n \n InputEvent from the input element which contains the new value\n\n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n Name of the dimension to be updated\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-block-size-input'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:35\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Interface for objects containing tissue block dimensions\n */\nexport interface BlockSize {\n /** Width of block */\n x: number;\n /** Height of block */\n y: number;\n /** Depth of block */\n z: number;\n}\n\n/** Defaults for block sizes. */\nconst DEFAULT_BLOCK_SIZE: BlockSize = {\n x: 10,\n y: 10,\n z: 10\n};\n\n/**\n * Component for entering dimensions of the tissue block\n */\n@Component({\n selector: 'ccf-block-size-input',\n templateUrl: './block-size-input.component.html',\n styleUrls: ['./block-size-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class BlockSizeInputComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-block-size-input';\n\n /**\n * Values of block dimensions to be emitted\n */\n @Input() blockSize = DEFAULT_BLOCK_SIZE;\n\n /**\n * Emitter for values\n */\n @Output() readonly blockSizeChange = new EventEmitter();\n\n /**\n * Creates an instance of block size input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Updates values when an input changes\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key Name of the dimension to be updated\n */\n updateBlockSizes(input: InputEvent, key: string): void {\n const inputTarget = input.target as HTMLInputElement;\n this.blockSize = { ...this.blockSize, [key]: +inputTarget.value };\n this.ga.event('block_size_change', 'block_size_input', key, this.blockSize[key]);\n this.blockSizeChange.emit(this.blockSize);\n }\n\n /**\n * Refreshes all block size values to 10\n */\n refreshBlockSize(): void {\n this.blockSize = DEFAULT_BLOCK_SIZE;\n this.ga.event('block_size_reset', 'block_size_input');\n this.blockSizeChange.emit(this.blockSize);\n }\n}\n\n \n\n \n \n Tissue Block Dimensions (mm)\n \n refresh\n\n\n\n \n Width (X)\n \n \n\n \n Height (Y)\n \n \n\n \n Depth (Z)\n \n \n\n\n \n\n \n \n ./block-size-input.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n\n input[type=number] {\n -moz-appearance: textfield;\n }\n\n .header {\n display: flex;\n align-items: center;\n height: 1.5rem;\n padding: .5rem 0;\n\n .title {\n font-weight: 400;\n }\n\n .refresh {\n transform: scaleX(-1);\n cursor: pointer;\n transition: .6s;\n\n &:hover {\n border-radius: 2px;\n }\n }\n }\n\n .size-inputs {\n display: flex;\n justify-content: space-between;\n width: 20rem;\n margin: 0 auto;\n\n .field {\n width: 4.5rem;\n\n &:not(:last-child) {\n padding-right: 0.75rem;\n }\n\n .input {\n text-align: center;\n }\n\n .suffix {\n display: none;\n }\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n\n .mat-mdc-form-field-infix {\n padding-bottom: 0;\n min-height: inherit;\n }\n\n .mat-mdc-form-field-icon-suffix {\n padding: 1rem 0 0px .25rem;\n }\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Tissue Block Dimensions (mm) refresh Width (X) Height (Y) Depth (Z) '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'BlockSizeInputComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/BlockSizeInputModule.html":{"url":"modules/BlockSizeInputModule.html","title":"module - BlockSizeInputModule","body":"\n \n\n\n\n\n Modules\n BlockSizeInputModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_BlockSizeInputModule\n\n\n\ncluster_BlockSizeInputModule_declarations\n\n\n\ncluster_BlockSizeInputModule_exports\n\n\n\n\nBlockSizeInputComponent\n\nBlockSizeInputComponent\n\n\n\nBlockSizeInputModule\n\nBlockSizeInputModule\n\nBlockSizeInputModule -->\n\nBlockSizeInputComponent->BlockSizeInputModule\n\n\n\n\n\nBlockSizeInputComponent \n\nBlockSizeInputComponent \n\nBlockSizeInputComponent -->\n\nBlockSizeInputModule->BlockSizeInputComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n BlockSizeInputComponent\n \n \n \n \n Exports\n \n \n BlockSizeInputComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { MatFormFieldModule } from '@angular/material/form-field';\n\n\nimport { BlockSizeInputComponent } from './block-size-input.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatInputModule,\n MatIconModule,\n MatRippleModule,\n MatTooltipModule,\n MatFormFieldModule\n ],\n declarations: [BlockSizeInputComponent],\n exports: [BlockSizeInputComponent]\n})\nexport class BlockSizeInputModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ConfigModule.html":{"url":"modules/ConfigModule.html","title":"module - ConfigModule","body":"\n \n\n\n\n\n Modules\n ConfigModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/core/services/config/config.module.ts\n \n\n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { GlobalsService } from 'ccf-shared';\n\nimport { GLOBAL_CONFIG, globalConfigFactory } from './config';\n\n\n@NgModule({\n providers: [\n {\n provide: GLOBAL_CONFIG,\n useFactory: globalConfigFactory,\n deps: [GlobalsService]\n }\n ]\n})\nexport class ConfigModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContainerComponent.html":{"url":"components/ContainerComponent.html","title":"component - ContainerComponent","body":"\n \n\n\n\n\n\n Components\n \n ContainerComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts\n\n\n\n \n Description\n \n \n Main container for drawer components.\n\n \n\n\n \n Implements\n \n \n AfterViewInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n \n exportAs\n ccfDrawerContainer\n \n\n\n\n\n\n \n providers\n \n MessageService\n \n \n\n\n \n selector\n ccf-drawer-container\n \n\n\n\n \n styleUrls\n ./container.component.scss\n \n\n\n\n \n templateUrl\n ./container.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n channel\n \n \n \n Readonly\n className\n \n \n \n Private\n content1\n \n \n \n Private\n content2\n \n \n \n Private\n drawers\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n handleMessage\n \n \n ngAfterViewInit\n \n \n ngOnDestroy\n \n \n Private\n validateDrawers\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n content\n \n \n hasWrappedContent\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:62\n \n \n\n \n \n Creates an instance of container component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n The service used to send event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-container\"\n\n \n \n \n \n Default value : 'ccf-drawer-container'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:37\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n handleMessage\n \n \n \n \n \n \n \n handleMessage(_msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:115\n \n \n\n\n \n \n Processes event messages.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to be run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:83\n \n \n\n\n \n \n Sets up all listeners after all content has been projected.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:105\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n validateDrawers\n \n \n \n \n \n \n \n validateDrawers()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:124\n \n \n\n\n \n \n Validates the number of drawers and their positions.\n\n\n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n channel\n \n \n \n \n \n \n Type : MessageChannel\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:60\n \n \n\n \n \n The connected message channel.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-container'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:37\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n content1\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ContentChildren(ContentComponent, {descendants: true})\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:45\n \n \n\n \n \n Content component if provided already wrapped.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n content2\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ViewChildren(ContentComponent)\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:48\n \n \n\n \n \n Content component if provided without wrapping.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n drawers\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ContentChildren(DrawerComponent, {descendants: true})\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:41\n \n \n\n \n \n Drawer components in this container.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:62\n \n \n\n \n \n All subscriptions managed by the container.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n content\n \n \n\n \n \n getcontent()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:50\n \n \n \n \n Resolves the content component.\n\n\n \n Returns : ContentComponent\n\n \n \n \n\n \n \n \n \n \n \n \n hasWrappedContent\n \n \n\n \n \n gethasWrappedContent()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:55\n \n \n \n \n Whether the content was wrapped.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import {\n AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChildren, HostBinding, OnDestroy, QueryList,\n ViewChildren,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { startWith } from 'rxjs/operators';\n\nimport { ContentComponent } from '../content/content.component';\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageChannel, MessageService } from '../messages';\n\n\n/**\n * Helper function for creating drawer errors.\n *\n * @param position The position of the drawer.\n * @throws {Error} Error with useful message is always thrown.\n */\nfunction throwDuplicateDrawersError(position: 'start' | 'end'): never {\n throw new Error(`Multiple drawers in position ${position}`);\n}\n\n\n/**\n * Main container for drawer components.\n */\n@Component({\n selector: 'ccf-drawer-container',\n exportAs: 'ccfDrawerContainer',\n templateUrl: './container.component.html',\n styleUrls: ['./container.component.scss'],\n providers: [MessageService],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContainerComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-container';\n\n /** Drawer components in this container. */\n @ContentChildren(DrawerComponent, { descendants: true })\n private drawers: QueryList;\n\n /** Content component if provided already wrapped. */\n @ContentChildren(ContentComponent, { descendants: true })\n private content1: QueryList;\n /** Content component if provided without wrapping. */\n @ViewChildren(ContentComponent)\n private content2: QueryList;\n /** Resolves the content component. */\n private get content(): ContentComponent {\n return this.content1.first ?? this.content2.first;\n }\n\n /** Whether the content was wrapped. */\n get hasWrappedContent(): boolean {\n return this.content1.length !== 0;\n }\n\n /** The connected message channel. */\n private channel: MessageChannel;\n /** All subscriptions managed by the container. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of container component.\n *\n * @param messageService The service used to send event messages.\n * @param cdr The change detector reference.\n */\n constructor(messageService: MessageService,\n private cdr: ChangeDetectorRef) {\n this.channel = messageService.connect(this);\n this.subscriptions.add(this.channel.getMessages().subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Sets up all listeners after all content has been projected.\n */\n ngAfterViewInit(): void {\n this.drawers.changes.pipe(startWith(null)).subscribe(() => {\n const drawers = this.validateDrawers();\n this.channel.sendMessage({\n type: 'drawer-containers-changed',\n drawers\n });\n this.cdr.markForCheck();\n });\n\n this.content1.changes.pipe(startWith(null)).subscribe(() => {\n this.channel.sendMessage({\n type: 'content-container-changed',\n content: this.content\n });\n this.cdr.markForCheck();\n });\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Processes event messages.\n *\n * @param _msg The event.\n * @returns true if change detection needs to be run.\n */\n private handleMessage(_msg: Message): boolean {\n return true;\n }\n\n /**\n * Validates the number of drawers and their positions.\n *\n * @returns A tuple containing the start and end drawers.\n */\n private validateDrawers(): [DrawerComponent | undefined, DrawerComponent | undefined] {\n const drawers = this.drawers.toArray();\n const startDrawers = drawers.filter(drawer => drawer.position === 'start');\n const endDrawers = drawers.filter(drawer => drawer.position === 'end');\n\n if (startDrawers.length > 1) {\n throwDuplicateDrawersError('start');\n }\n if (endDrawers.length > 1) {\n throwDuplicateDrawersError('end');\n }\n\n return [startDrawers[0], endDrawers[0]];\n }\n}\n\n \n\n \n \n\n\n\n \n\n\n \n\n \n \n ./container.component.scss\n \n :host {\n display: block;\n position: relative;\n z-index: 1;\n overflow: hidden;\n -webkit-overflow-scrolling: touch;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContainerComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContentComponent.html":{"url":"components/ContentComponent.html","title":"component - ContentComponent","body":"\n \n\n\n\n\n\n Components\n \n ContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/content/content.component.ts\n\n\n\n \n Description\n \n \n Main content component\n\n \n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-content\n \n\n\n\n \n styleUrls\n ./content.component.scss\n \n\n\n\n \n templateUrl\n ./content.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n bounds$\n \n \n \n Readonly\n clsName\n \n \n debugMode\n \n \n Readonly\n is3DView$\n \n \n isNarrowView\n \n \n Readonly\n position$\n \n \n Private\n sensor\n \n \n showDebugButtons\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleNodeDrag\n \n \n ngOnDestroy\n \n \n ngOnInit\n \n \n resetStage\n \n \n setViewType\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n disablePositionChange\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(model: ModelState, page: PageState, registration: RegistrationState, scene: SceneState, rootRef: ElementRef, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:63\n \n \n\n \n \n Creates an instance of content component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n The model state\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n The page state\n\n \n \n \n registration\n \n \n RegistrationState\n \n \n \n No\n \n \n \n The registration state\n\n \n \n \n scene\n \n \n SceneState\n \n \n \n No\n \n \n \n \n \n \n rootRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n Component's root element\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n Change detector\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n disablePositionChange\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:28\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-content\"\n\n \n \n \n \n Default value : 'ccf-content'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:26\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleNodeDrag\n \n \n \n \n \n \nhandleNodeDrag(event: NodeDragEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:126\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n NodeDragEvent\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:99\n \n \n\n\n \n \n Detaches the resize sensor\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:86\n \n \n\n\n \n \n Sets up the resize sensor\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n resetStage\n \n \n \n \n \n \nresetStage()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:116\n \n \n\n\n \n \n Method to reset registration block, crosshairs, and x,y,z information.\nResets to initial registration state if provided\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setViewType\n \n \n \n \n \n \nsetViewType(is3DView: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:108\n \n \n\n\n \n \n Sets view type\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n is3DView\n \n boolean\n \n\n \n No\n \n\n\n \n Set view type to '3d' if this is true otherwise set it to 'register'\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n bounds$\n \n \n \n \n \n \n Default value : this.model.organDimensions$.pipe(\n map(dims => ({\n x: Math.max(dims.x, this.model.defaultPosition.x + 40) / 1000,\n y: Math.max(dims.y, this.model.defaultPosition.y + 40) / 1000,\n z: Math.max(dims.z, this.model.defaultPosition.z + 40) / 1000\n })),\n distinctUntilKeyChanged('x'),\n distinctUntilKeyChanged('y')\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:39\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-content'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:26\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n debugMode\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:55\n \n \n\n \n \n Shows / hides the state debug component for testing purposes.\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n is3DView$\n \n \n \n \n \n \n Default value : this.model.viewType$.pipe(\n map(type => type === '3d')\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:35\n \n \n\n \n \n Whether the view type is 3d or register\n\n \n \n\n \n \n \n \n \n \n \n \n isNarrowView\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:50\n \n \n\n \n \n Whether the content area is very narrow\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n position$\n \n \n \n \n \n \n Default value : this.model.position$.pipe(\n map(p => ({ x: Math.floor(p.x), y: Math.floor(p.y), z: Math.floor(p.z) }))\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n sensor\n \n \n \n \n \n \n Type : ResizeSensor\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:63\n \n \n\n \n \n Resize detection\n\n \n \n\n \n \n \n \n \n \n \n \n showDebugButtons\n \n \n \n \n \n \n Default value : !environment.production\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:60\n \n \n\n \n \n Show debug buttons of content component\n\n \n \n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, HostBinding, Input, OnDestroy, OnInit\n} from '@angular/core';\nimport { NodeDragEvent } from 'ccf-body-ui';\nimport { ResizeSensor } from 'css-element-queries';\nimport { distinctUntilKeyChanged, map } from 'rxjs/operators';\n\nimport { environment } from '../../../environments/environment';\nimport { ModelState } from '../../core/store/model/model.state';\nimport { PageState } from '../../core/store/page/page.state';\nimport { RegistrationState } from '../../core/store/registration/registration.state';\nimport { SceneState } from '../../core/store/scene/scene.state';\n\n\n/**\n * Main content component\n */\n@Component({\n selector: 'ccf-content',\n templateUrl: './content.component.html',\n styleUrls: ['./content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContentComponent implements OnInit, OnDestroy {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-content';\n\n @Input() disablePositionChange = false;\n\n readonly position$ = this.model.position$.pipe(\n map(p => ({ x: Math.floor(p.x), y: Math.floor(p.y), z: Math.floor(p.z) }))\n );\n\n /** Whether the view type is 3d or register */\n readonly is3DView$ = this.model.viewType$.pipe(\n map(type => type === '3d')\n );\n\n readonly bounds$ = this.model.organDimensions$.pipe(\n map(dims => ({\n x: Math.max(dims.x, this.model.defaultPosition.x + 40) / 1000,\n y: Math.max(dims.y, this.model.defaultPosition.y + 40) / 1000,\n z: Math.max(dims.z, this.model.defaultPosition.z + 40) / 1000\n })),\n distinctUntilKeyChanged('x'),\n distinctUntilKeyChanged('y')\n );\n\n /** Whether the content area is very narrow */\n isNarrowView = false;\n\n /**\n * Shows / hides the state debug component for testing purposes.\n */\n debugMode = false;\n\n /**\n * Show debug buttons of content component\n */\n showDebugButtons = !environment.production;\n\n /** Resize detection */\n private sensor: ResizeSensor;\n\n /**\n * Creates an instance of content component.\n *\n * @param model The model state\n * @param page The page state\n * @param registration The registration state\n * @param rootRef Component's root element\n * @param cdr Change detector\n */\n constructor(\n readonly model: ModelState,\n readonly page: PageState,\n readonly registration: RegistrationState,\n readonly scene: SceneState,\n private readonly rootRef: ElementRef,\n private readonly cdr: ChangeDetectorRef\n ) { }\n\n /**\n * Sets up the resize sensor\n */\n ngOnInit(): void {\n this.sensor = new ResizeSensor(this.rootRef.nativeElement, ({ width }) => {\n const isNarrowView = width n * 1000) as [number, number];\n const { position, viewSide, organDimensions } = this.model.snapshot;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => n / 2);\n let newPosition = position;\n switch (viewSide) {\n case 'anterior':\n newPosition = { x: a + dims[0], y: b + dims[1], z: position.z };\n break;\n case 'posterior':\n newPosition = { x: -a + dims[0], y: b + dims[1], z: position.z };\n break;\n case 'left':\n newPosition = { x: position.x, y: b + dims[1], z: -a + dims[2] };\n break;\n case 'right':\n newPosition = { x: position.x, y: b + dims[1], z: a + dims[2] };\n break;\n }\n this.model.setPosition(newPosition);\n }\n }\n }\n}\n\n \n\n \n \n \n \n refresh\n\n\n\n \n\n \n \n \n \n \n \n X: {{ (position$ | async)?.x }}\n Y: {{ (position$ | async)?.y }}\n Z: {{ (position$ | async)?.z }}\n \n \n \n\n\n\n\n\n State\n Use callback\n Use download\n\n\n \n\n \n \n ./content.component.scss\n \n :host {\n display: block;\n width: 100%;\n height: 100%;\n padding: .5rem;\n overflow: hidden;\n\n .top-bar {\n display: flex;\n justify-content: space-between;\n align-items: center;\n\n .reset {\n transform: scaleX(-1);\n cursor: pointer;\n transition: 0.6s;\n font-size: 2rem;\n height: 2rem;\n width: 2rem;\n }\n }\n\n .sidebar {\n .minimap-scene {\n margin: 1.5rem;\n width: 12.75rem;\n height: 11rem;\n ::ng-deep .body-ui {\n background-color: #232f3a;\n }\n }\n\n ccf-spatial-search-keyboard-ui-behavior {\n margin: 1.5rem;\n display: flex;\n justify-content: center;\n }\n\n ccf-xyz-position {\n margin: 1.5rem;\n padding-left: 5rem;\n }\n }\n\n .main-content {\n display: flex;\n height: calc(100% - 1rem);\n\n .body-ui {\n flex: auto;\n transition: opacity 1s;\n }\n\n .gizmo-area {\n width: 7rem;\n margin-top: 1.5rem;\n margin-left: 1.5rem;\n z-index: 10;\n right: 1.5rem;\n\n .position-display {\n display: flex;\n justify-content: center;\n margin-bottom: 1.5rem;\n }\n\n .gizmo {\n height: 5.5rem;\n .hidden {\n opacity: 0;\n z-index: 0;\n }\n }\n }\n }\n\n // Temporary for displaying dev information\n .ccf-store-debug {\n color: white;\n position: absolute;\n top: 0.5rem;\n max-width: 55rem;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' refresh X: {{ (position$ | async)?.x }} Y: {{ (position$ | async)?.y }} Z: {{ (position$ | async)?.z }} State Use callback Use download'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContentComponent-1.html":{"url":"components/ContentComponent-1.html","title":"component - ContentComponent-1","body":"\n \n\n\n\n\n\n Components\n \n ContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts\n\n\n\n \n Description\n \n \n Component wrapping and providing animations for center content.\n\n \n\n\n \n Implements\n \n \n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-drawer-content\n \n\n\n\n \n styleUrls\n ./content.component.scss\n \n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n animationsEnabled\n \n \n \n Readonly\n className\n \n \n Private\n drawers\n \n \n \n faded\n \n \n \n leftMargin\n \n \n \n rightMargin\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n handleMessage\n \n \n ngOnDestroy\n \n \n Private\n updateFaded\n \n \n Private\n updateMargin\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n @fadeInOut\n \n \n class\n \n \n class.cff-drawer-content-animations\n \n \n style.margin-left.px\n \n \n style.margin-right.px\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:41\n \n \n\n \n \n Creates an instance of content component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n Service used to send and receive event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n @fadeInOut\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:36\n \n \n\n \n \n Whether the content is invisible.\n\n \n \n\n \n \n \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-content\"\n\n \n \n \n \n Default value : 'ccf-drawer-content'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:28\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n class.cff-drawer-content-animations\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:30\n \n \n\n \n \n Whether animations are enabled.\n\n \n \n\n \n \n \n \n \n \n \n \n style.margin-left.px\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:32\n \n \n\n \n \n Left margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n style.margin-right.px\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:34\n \n \n\n \n \n Right margin size.\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n handleMessage\n \n \n \n \n \n \n \n handleMessage(msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:70\n \n \n\n\n \n \n Process an event message.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:60\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n updateFaded\n \n \n \n \n \n \n \n updateFaded()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:116\n \n \n\n\n \n \n Checks and updates the faded state based on the drawer states.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n updateMargin\n \n \n \n \n \n \n \n updateMargin(position: \"start\" | \"end\", opened: boolean, width: number, margin: number)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:103\n \n \n\n\n \n \n Updates a margin.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n position\n \n \"start\" | \"end\"\n \n\n \n No\n \n\n\n \n Start (left) or end (right) margin.\n\n \n \n \n opened\n \n boolean\n \n\n \n No\n \n\n\n \n Whether the drawer is opened.\n\n \n \n \n width\n \n number\n \n\n \n No\n \n\n\n \n The width of the drawer if opened.\n\n \n \n \n margin\n \n number\n \n\n \n No\n \n\n\n \n The margin size.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n animationsEnabled\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('class.cff-drawer-content-animations')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:30\n \n \n\n \n \n Whether animations are enabled.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-content'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:28\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n drawers\n \n \n \n \n \n \n Type : DrawerComponent[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:39\n \n \n\n \n \n References to the side drawers.\n\n \n \n\n \n \n \n \n \n \n \n \n \n faded\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('@fadeInOut')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:36\n \n \n\n \n \n Whether the content is invisible.\n\n \n \n\n \n \n \n \n \n \n \n \n \n leftMargin\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Decorators : \n \n \n @HostBinding('style.margin-left.px')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:32\n \n \n\n \n \n Left margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n \n rightMargin\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Decorators : \n \n \n @HostBinding('style.margin-right.px')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:34\n \n \n\n \n \n Right margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:41\n \n \n\n \n \n Subscriptions managed by this component.\n\n \n \n\n \n \n\n\n\n\n\n \n import { animate, state, style, transition, trigger } from '@angular/animations';\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding, OnDestroy } from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageService } from '../messages';\n\n\n/**\n * Component wrapping and providing animations for center content.\n */\n@Component({\n selector: 'ccf-drawer-content',\n template: '',\n styleUrls: ['./content.component.scss'],\n animations: [\n trigger('fadeInOut', [\n state('false', style({ opacity: 1 })),\n state('true', style({ opacity: 0 })),\n\n transition('false true', animate('1s'))\n ])\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContentComponent implements OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-content';\n /** Whether animations are enabled. */\n @HostBinding('class.cff-drawer-content-animations') animationsEnabled = false;\n /** Left margin size. */\n @HostBinding('style.margin-left.px') leftMargin = 0;\n /** Right margin size. */\n @HostBinding('style.margin-right.px') rightMargin = 0;\n /** Whether the content is invisible. */\n @HostBinding('@fadeInOut') faded = false;\n\n /** References to the side drawers. */\n private drawers: DrawerComponent[] = [];\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of content component.\n *\n * @param messageService Service used to send and receive event messages.\n * @param cdr The change detector reference.\n */\n constructor(messageService: MessageService,\n cdr: ChangeDetectorRef) {\n const messages = messageService.connect(this).getMessages();\n this.subscriptions.add(messages.subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /** Cleans up all subscriptions. */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Process an event message.\n *\n * @param msg The event.\n * @returns true if change detection needs to run.\n */\n private handleMessage(msg: Message): boolean {\n switch (msg.payload.type) {\n case 'drawer-containers-changed':\n this.drawers = msg.payload.drawers as DrawerComponent[];\n this.updateFaded();\n return true;\n\n case 'drawer-initialized':\n this.animationsEnabled = true;\n return true;\n\n case 'drawer-toggled': {\n const position = (msg.source as DrawerComponent).position;\n const { opened, width, margin } = msg.payload;\n\n this.updateMargin(position, opened, width, margin);\n this.updateFaded();\n return true;\n }\n\n default:\n return false;\n }\n }\n\n /**\n * Updates a margin.\n *\n * @param position Start (left) or end (right) margin.\n * @param opened Whether the drawer is opened.\n * @param width The width of the drawer if opened.\n * @param margin The margin size.\n */\n private updateMargin(position: 'start' | 'end', opened: boolean,\n width: number, margin: number): void {\n const offset = opened ? width + margin : margin;\n if (position === 'start') {\n this.leftMargin = offset;\n } else {\n this.rightMargin = offset;\n }\n }\n\n /**\n * Checks and updates the faded state based on the drawer states.\n */\n private updateFaded(): void {\n const [start, end] = this.drawers;\n const startExpanded = start?.opened && start?.expanded;\n const endExpanded = end?.opened && end?.expanded;\n this.faded = !!(startExpanded || endExpanded);\n }\n}\n\n \n\n\n \n \n ./content.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n height: 100%;\n z-index: 2;\n overflow: auto;\n\n &.cff-drawer-content-animations {\n transition: {\n duration: .5s;\n timing-function: ease-in-out;\n property: margin-left, margin-right;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContentComponent-1'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ContentContainerChanged.html":{"url":"interfaces/ContentContainerChanged.html","title":"interface - ContentContainerChanged","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ContentContainerChanged\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when the content component changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n content\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n content\n \n \n \n \n \n \n \n \n content: \n\n \n \n\n\n\n\n\n\n\n \n \n A reference to the new content component.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ContentModule.html":{"url":"modules/ContentModule.html","title":"module - ContentModule","body":"\n \n\n\n\n\n Modules\n ContentModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ContentModule\n\n\n\ncluster_ContentModule_declarations\n\n\n\ncluster_ContentModule_imports\n\n\n\ncluster_ContentModule_exports\n\n\n\n\nContentComponent\n\nContentComponent\n\n\n\nContentModule\n\nContentModule\n\nContentModule -->\n\nContentComponent->ContentModule\n\n\n\n\n\nContentComponent \n\nContentComponent \n\nContentComponent -->\n\nContentModule->ContentComponent \n\n\n\n\n\nStageNavModule\n\nStageNavModule\n\nContentModule -->\n\nStageNavModule->ContentModule\n\n\n\n\n\nVideoModalLauncherModule\n\nVideoModalLauncherModule\n\nContentModule -->\n\nVideoModalLauncherModule->ContentModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/content/content.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ContentComponent\n \n \n \n \n Imports\n \n \n StageNavModule\n \n \n VideoModalLauncherModule\n \n \n \n \n Exports\n \n \n ContentComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { BodyUiModule, StoreDebugModule } from 'ccf-shared';\n\nimport { ContentComponent } from '../content/content.component';\nimport { StageNavModule } from './stage-nav/stage-nav.module';\nimport { VideoModalLauncherModule } from './video-modal/video-modal-launcher/video-modal-launcher.module';\nimport { SpatialSearchKeyboardUIBehaviorModule } from 'ccf-shared';\n\n\n@NgModule({\n imports: [\n CommonModule,\n StageNavModule,\n MatIconModule,\n StoreDebugModule,\n VideoModalLauncherModule,\n MatRippleModule,\n SpatialSearchKeyboardUIBehaviorModule,\n BodyUiModule\n ],\n declarations: [ContentComponent],\n exports: [ContentComponent]\n})\nexport class ContentModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\n\nConfigModule\n\nConfigModule\n\n\n\nCoreModule\n\nCoreModule\n\nCoreModule -->\n\nConfigModule->CoreModule\n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nThemingModule\n\nThemingModule\n\nCoreModule -->\n\nThemingModule->CoreModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/core/core.module.ts\n \n\n\n\n\n\n \n \n \n Imports\n \n \n ConfigModule\n \n \n StoreModule\n \n \n ThemingModule\n \n \n \n \n \n\n\n \n\n\n \n import { HttpClientModule } from '@angular/common/http';\nimport { NgModule, Optional, SkipSelf } from '@angular/core';\nimport { MousePositionTrackerModule } from 'ccf-shared';\nimport { AnalyticsModule } from 'ccf-shared/analytics';\n\nimport { environment } from '../../environments/environment';\nimport { ConfigModule } from './services/config/config.module';\nimport { ThemingModule } from './services/theming/theming.module';\nimport { StoreModule } from './store/store.module';\n\n\n@NgModule({\n imports: [\n HttpClientModule,\n AnalyticsModule.forRoot({\n gaToken: environment.googleAnalyticsToken,\n appName: 'rui'\n }),\n MousePositionTrackerModule,\n\n ConfigModule,\n StoreModule,\n ThemingModule\n ],\n exports: []\n})\nexport class CoreModule {\n constructor(@Optional() @SkipSelf() core: CoreModule) {\n if (core) {\n throw new Error('The core module should only be imported once in the root module');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DefaultIconDefinition.html":{"url":"interfaces/DefaultIconDefinition.html","title":"interface - DefaultIconDefinition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DefaultIconDefinition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/icon-registry/default-icons.ts\n \n\n\n \n Description\n \n \n Object definition for icon that should be loaded on startup.\nUnlike runtime registration object this does not need url ot html\nto be sanitized before hand.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n html\n \n \n \n Optional\n \n name\n \n \n \n Optional\n \n namespace\n \n \n \n Optional\n \n url\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n html\n \n \n \n \n \n \n \n \n html: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Html containing the svg of the icon or icon set.\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Name to register the icon under.\n\n \n \n \n \n \n \n \n \n \n namespace\n \n \n \n \n \n \n \n \n namespace: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Namespace to register the icon or icon set under.\n\n \n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n \n \n url: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Url to fetch the icon or icon set from.\n\n \n \n \n \n \n \n\n\n \n export interface DefaultIconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: string;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: string;\n}\n\n\n/**\n * Icons registered at startup.\n */\nexport const DEFAULT_ICONS: DefaultIconDefinition[] = [\n // Reference Organs\n { name: 'bladder', namespace: 'app', url: 'assets/icons/organs/ico-organs-bladder.svg' },\n { name: 'blood', namespace: 'app', url: 'assets/icons/organs/ico-organs-blood.svg' },\n { name: 'bone-marrow', namespace: 'app', url: 'assets/icons/organs/ico-organs-bone-marrow.svg' },\n { name: 'brain', namespace: 'app', url: 'assets/icons/organs/ico-organs-brain.svg' },\n { name: 'eye', namespace: 'app', url: 'assets/icons/organs/ico-organs-eye.svg' },\n { name: 'fallopian-tube-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-left.svg' },\n { name: 'fallopian-tube-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-right.svg' },\n { name: 'heart', namespace: 'app', url: 'assets/icons/organs/ico-organs-heart.svg' },\n { name: 'kidney-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-left.svg' },\n { name: 'kidney-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-right.svg' },\n { name: 'kidney', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney.svg' },\n { name: 'knee', namespace: 'app', url: 'assets/icons/organs/ico-organs-knee.svg' },\n { name: 'large-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-large-intestine.svg' },\n { name: 'larynx', namespace: 'app', url: 'assets/icons/organs/ico-organs-larynx.svg' },\n { name: 'liver', namespace: 'app', url: 'assets/icons/organs/ico-organs-liver.svg' },\n { name: 'lung-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-left.svg' },\n { name: 'lung-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-right.svg' },\n { name: 'lung', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung.svg' },\n { name: 'lymph-nodes', namespace: 'app', url: 'assets/icons/organs/ico-organs-lymph-nodes.svg' },\n { name: 'main-bronchus', namespace: 'app', url: 'assets/icons/organs/ico-organs-extrapulmonary bronchus.svg' },\n { name: 'mammary-gland', namespace: 'app', url: 'assets/icons/organs/ico-organs-breast.svg' },\n { name: 'neuron', namespace: 'app', url: 'assets/icons/organs/ico-organs-neuron.svg' },\n { name: 'ovaries', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovaries.svg' },\n { name: 'ovary-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-left.svg' },\n { name: 'ovary-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-right.svg' },\n { name: 'palatine-tonsil', namespace: 'app', url: 'assets/icons/organs/ico-organs-palatine tonsil.svg' },\n { name: 'pancreas', namespace: 'app', url: 'assets/icons/organs/ico-organs-pancreas.svg' },\n { name: 'pelvis-f', namespace: 'app', url: 'assets/icons/organs/ico-organs-pelvis-f.svg' },\n { name: 'placenta', namespace: 'app', url: 'assets/icons/organs/ico-organs-placenta.svg' },\n { name: 'prostate', namespace: 'app', url: 'assets/icons/organs/ico-organs-prostate.svg' },\n { name: 'skin', namespace: 'app', url: 'assets/icons/organs/ico-organs-skin.svg' },\n { name: 'small-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-small intestine.svg' },\n { name: 'spinal-cord', namespace: 'app', url: 'assets/icons/organs/ico-organs-spinal-cord.svg' },\n { name: 'spleen', namespace: 'app', url: 'assets/icons/organs/ico-organs-spleen.svg' },\n { name: 'stomach', namespace: 'app', url: 'assets/icons/organs/ico-organs-stomach.svg' },\n { name: 'thymus', namespace: 'app', url: 'assets/icons/organs/ico-organs-thymus.svg' },\n { name: 'trachea', namespace: 'app', url: 'assets/icons/organs/ico-organs-trachea.svg' },\n { name: 'ureter-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-left.svg' },\n { name: 'ureter-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-right.svg' },\n { name: 'uterus', namespace: 'app', url: 'assets/icons/organs/ico-organs-uterus.svg' },\n { name: 'vasculature-thick', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thick.svg' },\n { name: 'vasculature-thin', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thin.svg' },\n\n { name: 'opacity', namespace: 'app', url: 'assets/icons/opacity-24px.svg' },\n { name: 'visibility_on', namespace: 'app', url: 'assets/icons/visibility-on-24px.svg' },\n { name: 'visibility_off', namespace: 'app', url: 'assets/icons/visibility-off-24px.svg' },\n { name: 'visibility_off_cube', namespace: 'app', url: 'assets/icons/ico-cube.svg' }\n];\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DetailsLabelComponent.html":{"url":"components/DetailsLabelComponent.html","title":"component - DetailsLabelComponent","body":"\n \n\n\n\n\n\n Components\n \n DetailsLabelComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts\n\n\n\n \n Description\n \n \n Reusable component that takes an array of strings and renders\nthat array as a string, separated by commas, in the icon color.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-details-label\n \n\n\n\n \n styleUrls\n ./details-label.component.scss\n \n\n\n\n \n templateUrl\n ./details-label.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n arrayToString\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n details\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n details\n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts:20\n \n \n \n \n The array of details to be displayed.\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-details-label\"\n\n \n \n \n \n Default value : 'ccf-details-label'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts:15\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n arrayToString\n \n \n \n \n \n \narrayToString(inputArray: string[])\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts:29\n \n \n\n\n \n \n Function that handles converting the array given\ninto a formatted string for display.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n inputArray\n \n string[]\n \n\n \n No\n \n\n\n \n an array of strings to join.\n\n \n \n \n \n \n \n Returns : string\n\n \n \n the formatted string of items separated by a comma.\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-details-label'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts:15\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\n/**\n * Reusable component that takes an array of strings and renders\n * that array as a string, separated by commas, in the icon color.\n */\n@Component({\n selector: 'ccf-details-label',\n templateUrl: './details-label.component.html',\n styleUrls: ['./details-label.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DetailsLabelComponent {\n /** HTML Class Name */\n @HostBinding('class') readonly clsName = 'ccf-details-label';\n\n /**\n * The array of details to be displayed.\n */\n @Input() details: string[] = [];\n\n /**\n * Function that handles converting the array given\n * into a formatted string for display.\n *\n * @param inputArray an array of strings to join.\n * @returns the formatted string of items separated by a comma.\n */\n arrayToString(inputArray: string[]): string {\n return inputArray.filter(item => !!item).join(', ');\n }\n}\n\n \n\n \n {{ arrayToString(details) }}\n \n\n \n \n ./details-label.component.scss\n \n :host {\n display: block;\n height: 2.25rem;\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{ arrayToString(details) }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'DetailsLabelComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DetailsLabelModule.html":{"url":"modules/DetailsLabelModule.html","title":"module - DetailsLabelModule","body":"\n \n\n\n\n\n Modules\n DetailsLabelModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DetailsLabelModule\n\n\n\ncluster_DetailsLabelModule_declarations\n\n\n\ncluster_DetailsLabelModule_exports\n\n\n\n\nDetailsLabelComponent\n\nDetailsLabelComponent\n\n\n\nDetailsLabelModule\n\nDetailsLabelModule\n\nDetailsLabelModule -->\n\nDetailsLabelComponent->DetailsLabelModule\n\n\n\n\n\nDetailsLabelComponent \n\nDetailsLabelComponent \n\nDetailsLabelComponent -->\n\nDetailsLabelModule->DetailsLabelComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/details-label/details-label.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n DetailsLabelComponent\n \n \n \n \n Exports\n \n \n DetailsLabelComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DetailsLabelComponent } from './details-label.component';\n\n@NgModule({\n declarations: [DetailsLabelComponent],\n imports: [CommonModule],\n exports: [DetailsLabelComponent]\n})\nexport class DetailsLabelModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DocumentationContent.html":{"url":"interfaces/DocumentationContent.html","title":"interface - DocumentationContent","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DocumentationContent\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/documentation.ts\n \n\n\n \n Description\n \n \n The structure to define how each documentation panel\nshould look like in the info dialog\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n content\n \n \n \n \n title\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n content\n \n \n \n \n \n \n \n \n content: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Content inside the panel\n\n \n \n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n \n \n title: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Title of the panel\n\n \n \n \n \n \n \n\n\n \n export interface DocumentationContent {\n /** Title of the panel */\n title: string;\n\n /** Content inside the panel */\n content: string;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerContainersChanged.html":{"url":"interfaces/DrawerContainersChanged.html","title":"interface - DrawerContainersChanged","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerContainersChanged\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when a drawer component changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n drawers\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n drawers\n \n \n \n \n \n \n \n \n drawers: [, ]\n\n \n \n\n\n \n \n Type : [, ]\n\n \n \n\n\n\n\n\n \n \n References to the drawer components. Can contain undefined values.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerInitialized.html":{"url":"interfaces/DrawerInitialized.html","title":"interface - DrawerInitialized","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerInitialized\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when a drawer has finished initializing.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DrawerModule.html":{"url":"modules/DrawerModule.html","title":"module - DrawerModule","body":"\n \n\n\n\n\n Modules\n DrawerModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DrawerModule\n\n\n\ncluster_DrawerModule_exports\n\n\n\ncluster_DrawerModule_declarations\n\n\n\n\nContainerComponent\n\nContainerComponent\n\n\n\nDrawerModule\n\nDrawerModule\n\nDrawerModule -->\n\nContainerComponent->DrawerModule\n\n\n\n\n\nContentComponent\n\nContentComponent\n\nDrawerModule -->\n\nContentComponent->DrawerModule\n\n\n\n\n\nDrawerComponent\n\nDrawerComponent\n\nDrawerModule -->\n\nDrawerComponent->DrawerModule\n\n\n\n\n\nToggleButtonComponent\n\nToggleButtonComponent\n\nDrawerModule -->\n\nToggleButtonComponent->DrawerModule\n\n\n\n\n\nContainerComponent \n\nContainerComponent \n\nContainerComponent -->\n\nDrawerModule->ContainerComponent \n\n\n\n\n\nDrawerComponent \n\nDrawerComponent \n\nDrawerComponent -->\n\nDrawerModule->DrawerComponent \n\n\n\n\n\nToggleButtonComponent \n\nToggleButtonComponent \n\nToggleButtonComponent -->\n\nDrawerModule->ToggleButtonComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ContainerComponent\n \n \n ContentComponent\n \n \n DrawerComponent\n \n \n ToggleButtonComponent\n \n \n \n \n Exports\n \n \n ContainerComponent\n \n \n DrawerComponent\n \n \n ToggleButtonComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n\nimport { MESSAGE_SERVICE_CONFIG, MESSAGE_SERVICE_DEFAULT_CONFIG } from '../../services/message/message.service';\nimport { ContainerComponent } from './container/container.component';\nimport { ContentComponent } from './content/content.component';\nimport { DrawerComponent } from './drawer/drawer.component';\nimport { ToggleButtonComponent } from './toggle-button/toggle-button.component';\n\n\n@NgModule({\n imports: [BrowserModule, BrowserAnimationsModule, MatIconModule],\n providers: [{\n provide: MESSAGE_SERVICE_CONFIG, useValue: MESSAGE_SERVICE_DEFAULT_CONFIG\n }],\n declarations: [ContainerComponent, ContentComponent, DrawerComponent, ToggleButtonComponent],\n exports: [ContainerComponent, ContentComponent, DrawerComponent, ToggleButtonComponent]\n})\nexport class DrawerModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerToggled.html":{"url":"interfaces/DrawerToggled.html","title":"interface - DrawerToggled","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerToggled\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message send when the state of a drawer changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n expanded\n \n \n \n \n margin\n \n \n \n \n opened\n \n \n \n \n type\n \n \n \n \n width\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n expanded\n \n \n \n \n \n \n \n \n expanded: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the drawer is expanded. Implies opened.\n\n \n \n \n \n \n \n \n \n \n margin\n \n \n \n \n \n \n \n \n margin: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Margin used by the drawer for toggle button, etc.\n\n \n \n \n \n \n \n \n \n \n opened\n \n \n \n \n \n \n \n \n opened: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the drawer is open.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n \n \n \n width\n \n \n \n \n \n \n \n \n width: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Width of the drawer.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ExtractionSet.html":{"url":"interfaces/ExtractionSet.html","title":"interface - ExtractionSet","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ExtractionSet\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/extraction-set.ts\n \n\n\n \n Description\n \n \n Contains information for an extraction set\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n name\n \n \n \n Optional\n \n organ\n \n \n \n \n sites\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the set\n\n \n \n \n \n \n \n \n \n \n organ\n \n \n \n \n \n \n \n \n organ: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Organ that the extraction sites belong to\n\n \n \n \n \n \n \n \n \n \n sites\n \n \n \n \n \n \n \n \n sites: VisibilityItem[]\n\n \n \n\n\n \n \n Type : VisibilityItem[]\n\n \n \n\n\n\n\n\n \n \n Extraction sites belonging to the organ in the extraction set\n\n \n \n \n \n \n \n\n\n \n import { VisibilityItem } from './visibility-item';\n\n/**\n * Contains information for an extraction set\n */\nexport interface ExtractionSet {\n /** Name of the set */\n name: string;\n\n /** Organ that the extraction sites belong to */\n organ?: string;\n\n /** Extraction sites belonging to the organ in the extraction set */\n sites: VisibilityItem[];\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ExtractionSetDropdownComponent.html":{"url":"components/ExtractionSetDropdownComponent.html","title":"component - ExtractionSetDropdownComponent","body":"\n \n\n\n\n\n\n Components\n \n ExtractionSetDropdownComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts\n\n\n\n \n Description\n \n \n Dropdown for selecting the extraction set\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-extraction-set-dropdown\n \n\n\n\n \n styleUrls\n ./extraction-set-dropdown.component.scss\n \n\n\n\n \n templateUrl\n ./extraction-set-dropdown.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n selected\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n extractionSetChanged\n \n \n isMultiple\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n sets\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n setChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:33\n \n \n\n \n \n Creates an instance of extraction set dropdown component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n sets\n \n \n \n \n Type : ExtractionSet[]\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:28\n \n \n \n \n Extraction sets to be displayed as options\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n setChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:23\n \n \n \n \n Emits the current extraction set when selected\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-extraction-set-dropdown\"\n\n \n \n \n \n Default value : 'ccf-extraction-set-dropdown'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n extractionSetChanged\n \n \n \n \n \n \nextractionSetChanged(value: ExtractionSet)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:47\n \n \n\n\n \n \n Sets the selected extraction set and emits the extraction set\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n ExtractionSet\n \n\n \n No\n \n\n\n \n The extraction set selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isMultiple\n \n \n \n \n \n \nisMultiple()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:58\n \n \n\n\n \n \n Determines whether there is more than one extraction set\n\n\n \n Returns : boolean\n\n \n \n true if there is more than one extraction set\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-extraction-set-dropdown'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n selected\n \n \n \n \n \n \n Type : ExtractionSet\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:33\n \n \n\n \n \n The currently selected extraction set\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { ExtractionSet } from '../../../core/models/extraction-set';\n\n/**\n * Dropdown for selecting the extraction set\n */\n@Component({\n selector: 'ccf-extraction-set-dropdown',\n templateUrl: './extraction-set-dropdown.component.html',\n styleUrls: ['./extraction-set-dropdown.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ExtractionSetDropdownComponent {\n\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-extraction-set-dropdown';\n\n /**\n * Emits the current extraction set when selected\n */\n @Output() readonly setChange = new EventEmitter();\n\n /**\n * Extraction sets to be displayed as options\n */\n @Input() sets: ExtractionSet[];\n\n /**\n * The currently selected extraction set\n */\n selected: ExtractionSet;\n\n /**\n * Creates an instance of extraction set dropdown component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Sets the selected extraction set and emits the extraction set\n *\n * @param value The extraction set selected\n */\n extractionSetChanged(value: ExtractionSet): void {\n this.selected = value;\n this.ga.event('selected_extraction_set_change', 'extraction_set_dropdown', value.name);\n this.setChange.emit(value);\n }\n\n /**\n * Determines whether there is more than one extraction set\n *\n * @returns true if there is more than one extraction set\n */\n isMultiple(): boolean {\n return this.sets.length > 1;\n }\n}\n\n \n\n \n \n Landmark Set\n \n \n {{set.name}} ({{set.sites.length}})\n \n \n\n\n \n\n \n \n ./extraction-set-dropdown.component.scss\n \n ::ng-deep .extraction-set-panel {\n position: absolute !important;\n box-shadow: 0rem 0rem 0.3rem 0.1rem #9e9e9e !important;\n top: -3.5rem;\n\n .extraction-set-options {\n height: 2.5rem;\n min-height: inherit;\n }\n}\n\n:host {\n ::ng-deep .mat-mdc-form-field {\n width: 10.5rem;\n\n .mat-mdc-text-field-wrapper {\n padding: 0;\n }\n }\n}\n\n::ng-deep .cdk-overlay-pane {\n min-width: 0rem !important;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Landmark Set {{set.name}} ({{set.sites.length}}) '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ExtractionSetDropdownComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ExtractionSetDropdownModule.html":{"url":"modules/ExtractionSetDropdownModule.html","title":"module - ExtractionSetDropdownModule","body":"\n \n\n\n\n\n Modules\n ExtractionSetDropdownModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ExtractionSetDropdownModule\n\n\n\ncluster_ExtractionSetDropdownModule_declarations\n\n\n\ncluster_ExtractionSetDropdownModule_exports\n\n\n\n\nExtractionSetDropdownComponent\n\nExtractionSetDropdownComponent\n\n\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule -->\n\nExtractionSetDropdownComponent->ExtractionSetDropdownModule\n\n\n\n\n\nExtractionSetDropdownComponent \n\nExtractionSetDropdownComponent \n\nExtractionSetDropdownComponent -->\n\nExtractionSetDropdownModule->ExtractionSetDropdownComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ExtractionSetDropdownComponent\n \n \n \n \n Exports\n \n \n ExtractionSetDropdownComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatSelectModule } from '@angular/material/select';\n\nimport { ExtractionSetDropdownComponent } from './extraction-set-dropdown.component';\n\n\n@NgModule({\n imports: [CommonModule, MatSelectModule],\n declarations: [ExtractionSetDropdownComponent],\n exports: [ExtractionSetDropdownComponent]\n})\nexport class ExtractionSetDropdownModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/GlobalConfig.html":{"url":"interfaces/GlobalConfig.html","title":"interface - GlobalConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n GlobalConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n baseHref\n \n \n \n Optional\n \n cancelRegistration\n \n \n \n Optional\n \n editRegistration\n \n \n \n Optional\n \n fetchPreviousRegistrations\n \n \n \n Optional\n \n header\n \n \n \n Optional\n \n homeUrl\n \n \n \n Optional\n \n logoTooltip\n \n \n \n Optional\n \n organ\n \n \n \n Optional\n \n organOptions\n \n \n \n Optional\n \n register\n \n \n \n Optional\n \n registrationStarted\n \n \n \n Optional\n \n skipUnsavedChangesConfirmation\n \n \n \n Optional\n \n theme\n \n \n \n Optional\n \n useDownload\n \n \n \n Optional\n \n user\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n baseHref\n \n \n \n \n \n \n \n \n baseHref: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n cancelRegistration\n \n \n \n \n \n \n \n \n cancelRegistration: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n editRegistration\n \n \n \n \n \n \n \n \n editRegistration: Record\n\n \n \n\n\n \n \n Type : Record\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n fetchPreviousRegistrations\n \n \n \n \n \n \n \n \n fetchPreviousRegistrations: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n header\n \n \n \n \n \n \n \n \n header: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n \n \n \n \n homeUrl: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n \n \n \n \n logoTooltip: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n organ\n \n \n \n \n \n \n \n \n organ: OrganConfig | string\n\n \n \n\n\n \n \n Type : OrganConfig | string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n organOptions\n \n \n \n \n \n \n \n \n organOptions: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n register\n \n \n \n \n \n \n \n \n register: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n registrationStarted\n \n \n \n \n \n \n \n \n registrationStarted: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n skipUnsavedChangesConfirmation\n \n \n \n \n \n \n \n \n skipUnsavedChangesConfirmation: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n theme\n \n \n \n \n \n \n \n \n theme: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n useDownload\n \n \n \n \n \n \n \n \n useDownload: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n user\n \n \n \n \n \n \n \n \n user: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { InjectionToken } from '@angular/core';\nimport { GlobalsService } from 'ccf-shared';\nimport { ObservableInput } from 'rxjs';\n\n\nexport interface GlobalConfig {\n baseHref?: string;\n editRegistration?: Record;\n organ?: OrganConfig | string;\n user?: {\n firstName: string;\n lastName: string;\n };\n\n register?: (data: string) => void;\n useDownload?: boolean;\n\n fetchPreviousRegistrations?: () => ObservableInput[]>;\n registrationStarted?: boolean;\n\n cancelRegistration?: () => void;\n\n skipUnsavedChangesConfirmation?: boolean;\n\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n organOptions?: string[];\n}\n\nexport interface OrganConfig {\n name: 'large intestine' | 'heart' | 'kidney' | 'spleen';\n ontologyId?: string;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\ndeclare global {\n let ruiConfig: GlobalConfig;\n}\n\nexport const GLOBAL_CONFIG = new InjectionToken(\n 'Global configuration object'\n);\n\nexport function globalConfigFactory(globals: GlobalsService): GlobalConfig {\n return globals.get('ruiConfig', { user: { firstName: '', lastName: '' } });\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HeaderComponent.html":{"url":"components/HeaderComponent.html","title":"component - HeaderComponent","body":"\n \n\n\n\n\n\n Components\n \n HeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/header/header.component.ts\n\n\n\n \n Description\n \n \n Page header\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-header\n \n\n\n\n \n styleUrls\n ./header.component.scss\n \n\n\n\n \n templateUrl\n ./header.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n homeUrl\n \n \n logoTooltip\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(page: PageState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:21\n \n \n\n \n \n Creates an instance of header component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n Page data.\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n homeUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:19\n \n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:21\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-header\"\n\n \n \n \n \n Default value : 'ccf-header'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:17\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-header'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:17\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\nimport { PageState } from '../../core/store/page/page.state';\n\n\n/**\n * Page header\n */\n@Component({\n selector: 'ccf-header',\n templateUrl: './header.component.html',\n styleUrls: ['./header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class HeaderComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-header';\n\n @Input() homeUrl: string;\n\n @Input() logoTooltip: string;\n\n /**\n * Creates an instance of header component.\n *\n * @param page Page data.\n */\n constructor(readonly page: PageState) { }\n}\n\n \n\n \n \n\n\n\n \n chevron_left\n BACK\n \n\n\n\n \n \n \n \n\n\n\n\n \n\n \n \n ./header.component.scss\n \n :host {\n display: flex;\n align-items: center;\n min-height: 4rem;\n padding: 0 1.5rem;\n border-bottom-width: 1px;\n border-bottom-style: solid;\n\n .text {\n padding: 0.25rem 0;\n height: 2rem;\n display: flex;\n align-items: center;\n font-weight: lighter;\n font-size: 1.5rem;\n }\n\n\n .link {\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n padding: 0.25rem 0;\n }\n\n .home {\n * {\n transition: color .6s;\n }\n\n .backbutton {\n // Material icons do not always fill the space given\n // Scale up size for icon to look correct\n font-size: 2.25rem;\n width: 2.25rem;\n height: 2.25rem;\n }\n }\n\n .portal {\n height: 100%;\n width: 25rem;\n align-items: center;\n display: flex;\n }\n\n .logo {\n width: 100%;\n height: 50%;\n background-repeat: no-repeat;\n background-size: contain;\n }\n\n .filler {\n flex-grow: 1;\n margin: 0;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' chevron_left BACK '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'HeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/HeaderModule.html":{"url":"modules/HeaderModule.html","title":"module - HeaderModule","body":"\n \n\n\n\n\n Modules\n HeaderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_HeaderModule\n\n\n\ncluster_HeaderModule_exports\n\n\n\ncluster_HeaderModule_declarations\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\n\n\nHeaderModule\n\nHeaderModule\n\nHeaderModule -->\n\nHeaderComponent->HeaderModule\n\n\n\n\n\nHeaderComponent \n\nHeaderComponent \n\nHeaderComponent -->\n\nHeaderModule->HeaderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/header/header.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n HeaderComponent\n \n \n \n \n Exports\n \n \n HeaderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { HeaderComponent } from './header.component';\n\n\n\n@NgModule({\n imports: [CommonModule, MatIconModule, MatTooltipModule],\n declarations: [HeaderComponent],\n exports: [HeaderComponent]\n})\nexport class HeaderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/IconDefinition.html":{"url":"interfaces/IconDefinition.html","title":"interface - IconDefinition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n IconDefinition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n\n\n \n Description\n \n \n Object definition for registering new svg icons.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n html\n \n \n \n Optional\n \n name\n \n \n \n Optional\n \n namespace\n \n \n \n Optional\n \n url\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n html\n \n \n \n \n \n \n \n \n html: SafeHtml\n\n \n \n\n\n \n \n Type : SafeHtml\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Html containing the svg of the icon or icon set.\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Name to register the icon under.\n\n \n \n \n \n \n \n \n \n \n namespace\n \n \n \n \n \n \n \n \n namespace: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Namespace to register the icon or icon set under.\n\n \n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n \n \n url: SafeResourceUrl\n\n \n \n\n\n \n \n Type : SafeResourceUrl\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Url to fetch the icon or icon set from.\n\n \n \n \n \n \n \n\n\n \n import { Injectable, Optional } from '@angular/core';\nimport { MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';\nimport { DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { GlobalConfigState } from 'ccf-shared';\n\nimport { GlobalConfig } from '../../services/config/config';\nimport { DEFAULT_ICONS } from './default-icons';\n\n\n/**\n * Object definition for registering new svg icons.\n */\nexport interface IconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: SafeResourceUrl;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: SafeHtml;\n}\n\n\n/**\n * State handling the registration of icons for use with `mat-icon`.\n */\n@StateRepository()\n@State({ name: 'iconRegistry' })\n@Injectable()\nexport class IconRegistryState extends NgxsDataRepository {\n /**\n * Creates an instance of icon registry state.\n *\n * @param registry Material icon registry.\n * @param sanitizer Service used to sanitize default imported urls and html.\n */\n constructor(@Optional() private registry: MatIconRegistry | null,\n private readonly sanitizer: DomSanitizer,\n private readonly globalConfig: GlobalConfigState) {\n super();\n }\n\n ngxsOnInit(): void {\n // Register html icons as they don't depend on baseHref\n DEFAULT_ICONS\n .filter(def => def.html !== undefined)\n .map(def => ({ ...def, html: this.sanitizer.bypassSecurityTrustHtml(def.html!) }))\n .forEach(def => this.registerIconImpl(def));\n\n // Use resolver for url icons\n this.registry?.addSvgIconResolver((name, namespace) => {\n const def = DEFAULT_ICONS.find(\n icon => (icon.name ?? '') === name && (icon.namespace ?? '') === namespace\n );\n\n if (def?.url === undefined) {\n return null;\n }\n\n const baseHref = this.globalConfig.snapshot.baseHref ?? '';\n return this.sanitizer.bypassSecurityTrustResourceUrl(baseHref + def.url);\n });\n }\n\n /**\n * Registers a svg icon for use in mat-icon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n @DataAction()\n registerIcon(definition: IconDefinition): boolean {\n return this.registerIconImpl(definition);\n }\n\n /**\n * Backing implementation of registerIcon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n private registerIconImpl(definition: IconDefinition): boolean {\n if (!this.registry) {\n return false;\n }\n if (!definition.url && !definition.html) {\n return false;\n }\n\n const registry = this.registry;\n const methodName = this.getMethodName(definition);\n const method = registry[methodName] as (...arg: unknown[]) => void;\n const args = this.getArguments(definition);\n\n if (!method) {\n return false;\n }\n try {\n method.apply(registry, args);\n return true;\n } catch (_error) {\n return false;\n }\n }\n\n /**\n * Selects the MatIconRegistry method used to register the icon.\n *\n * @param definition Icon definition.\n * @returns The name of the registry method.\n */\n private getMethodName({ name, namespace, url }: IconDefinition): string {\n const parts = ['addSvgIcon'];\n if (!name) {\n parts.push('Set');\n }\n if (!url) {\n parts.push('Literal');\n }\n if (namespace) {\n parts.push('InNamespace');\n }\n return parts.join('');\n }\n\n /**\n * Selects the argument used to call the registration method.\n *\n * @param definition Icon definition.\n * @returns An array of arguments.\n */\n private getArguments({ name, namespace, url, html }: IconDefinition): unknown[] {\n const args: unknown[] = [namespace, name, url ?? html];\n return args.filter(value => !!value);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/IconRegistryState.html":{"url":"injectables/IconRegistryState.html","title":"injectable - IconRegistryState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n IconRegistryState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n\n\n \n Description\n \n \n State handling the registration of icons for use with mat-icon.\n\n \n\n \n Extends\n \n \n NgxsDataRepository\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n getArguments\n \n \n Private\n getMethodName\n \n \n ngxsOnInit\n \n \n \n registerIcon\n \n \n Private\n registerIconImpl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(registry: MatIconRegistry | null, sanitizer: DomSanitizer, globalConfig: GlobalConfigState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:45\n \n \n\n \n \n Creates an instance of icon registry state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n registry\n \n \n MatIconRegistry | null\n \n \n \n No\n \n \n \n Material icon registry.\n\n \n \n \n sanitizer\n \n \n DomSanitizer\n \n \n \n No\n \n \n \n Service used to sanitize default imported urls and html.\n\n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n getArguments\n \n \n \n \n \n \n \n getArguments(undefined: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:147\n \n \n\n\n \n \n Selects the argument used to call the registration method.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n IconDefinition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : []\n\n \n \n An array of arguments.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n getMethodName\n \n \n \n \n \n \n \n getMethodName(undefined: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:127\n \n \n\n\n \n \n Selects the MatIconRegistry method used to register the icon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n IconDefinition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n The name of the registry method.\n\n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:58\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n registerIcon\n \n \n \n \n \n \n \n registerIcon(definition: IconDefinition)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:87\n \n \n\n\n \n \n Registers a svg icon for use in mat-icon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n definition\n \n IconDefinition\n \n\n \n No\n \n\n\n \n Icon to register.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if registration was successful, otherwise false.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n registerIconImpl\n \n \n \n \n \n \n \n registerIconImpl(definition: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:97\n \n \n\n\n \n \n Backing implementation of registerIcon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n definition\n \n IconDefinition\n \n\n \n No\n \n\n\n \n Icon to register.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if registration was successful, otherwise false.\n\n \n \n \n \n \n\n\n \n\n\n \n import { Injectable, Optional } from '@angular/core';\nimport { MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';\nimport { DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { GlobalConfigState } from 'ccf-shared';\n\nimport { GlobalConfig } from '../../services/config/config';\nimport { DEFAULT_ICONS } from './default-icons';\n\n\n/**\n * Object definition for registering new svg icons.\n */\nexport interface IconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: SafeResourceUrl;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: SafeHtml;\n}\n\n\n/**\n * State handling the registration of icons for use with `mat-icon`.\n */\n@StateRepository()\n@State({ name: 'iconRegistry' })\n@Injectable()\nexport class IconRegistryState extends NgxsDataRepository {\n /**\n * Creates an instance of icon registry state.\n *\n * @param registry Material icon registry.\n * @param sanitizer Service used to sanitize default imported urls and html.\n */\n constructor(@Optional() private registry: MatIconRegistry | null,\n private readonly sanitizer: DomSanitizer,\n private readonly globalConfig: GlobalConfigState) {\n super();\n }\n\n ngxsOnInit(): void {\n // Register html icons as they don't depend on baseHref\n DEFAULT_ICONS\n .filter(def => def.html !== undefined)\n .map(def => ({ ...def, html: this.sanitizer.bypassSecurityTrustHtml(def.html!) }))\n .forEach(def => this.registerIconImpl(def));\n\n // Use resolver for url icons\n this.registry?.addSvgIconResolver((name, namespace) => {\n const def = DEFAULT_ICONS.find(\n icon => (icon.name ?? '') === name && (icon.namespace ?? '') === namespace\n );\n\n if (def?.url === undefined) {\n return null;\n }\n\n const baseHref = this.globalConfig.snapshot.baseHref ?? '';\n return this.sanitizer.bypassSecurityTrustResourceUrl(baseHref + def.url);\n });\n }\n\n /**\n * Registers a svg icon for use in mat-icon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n @DataAction()\n registerIcon(definition: IconDefinition): boolean {\n return this.registerIconImpl(definition);\n }\n\n /**\n * Backing implementation of registerIcon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n private registerIconImpl(definition: IconDefinition): boolean {\n if (!this.registry) {\n return false;\n }\n if (!definition.url && !definition.html) {\n return false;\n }\n\n const registry = this.registry;\n const methodName = this.getMethodName(definition);\n const method = registry[methodName] as (...arg: unknown[]) => void;\n const args = this.getArguments(definition);\n\n if (!method) {\n return false;\n }\n try {\n method.apply(registry, args);\n return true;\n } catch (_error) {\n return false;\n }\n }\n\n /**\n * Selects the MatIconRegistry method used to register the icon.\n *\n * @param definition Icon definition.\n * @returns The name of the registry method.\n */\n private getMethodName({ name, namespace, url }: IconDefinition): string {\n const parts = ['addSvgIcon'];\n if (!name) {\n parts.push('Set');\n }\n if (!url) {\n parts.push('Literal');\n }\n if (namespace) {\n parts.push('InNamespace');\n }\n return parts.join('');\n }\n\n /**\n * Selects the argument used to call the registration method.\n *\n * @param definition Icon definition.\n * @returns An array of arguments.\n */\n private getArguments({ name, namespace, url, html }: IconDefinition): unknown[] {\n const args: unknown[] = [namespace, name, url ?? html];\n return args.filter(value => !!value);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/InitializationState.html":{"url":"classes/InitializationState.html","title":"class - InitializationState","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n InitializationState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n\n\n \n Description\n \n \n Boolean state that can also be awaited.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n deferred\n \n \n Private\n initialized\n \n \n Private\n resolve\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n set\n \n \n valueOf\n \n \n Async\n wait\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n deferred\n \n \n \n \n \n \n Default value : new Promise(resolve => {\n this.resolve = resolve;\n })\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:37\n \n \n\n \n \n Promise used to await on.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n initialized\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:35\n \n \n\n \n \n Whether this state is true or false.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n resolve\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:41\n \n \n\n \n \n Resolve function for the promise.\n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:46\n \n \n\n\n \n \n Sets the state to true and\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n valueOf\n \n \n \n \n \n \nvalueOf()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:65\n \n \n\n\n \n \n Gets the boolean state of this object.\n\n\n \n Returns : boolean\n\n \n \n true if set has been called.\n\n \n \n \n \n \n \n \n \n \n \n \n Async\n wait\n \n \n \n \n \n \n \n wait()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:56\n \n \n\n\n \n \n Gets a promise that resolves when this state is set to true.\n\n\n \n Returns : Promise\n\n \n \n A promise.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { animate, state, style, transition, trigger } from '@angular/animations';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport {\n AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, HostBinding, HostListener,\n Input, OnDestroy, Output,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { Message, MessageChannel, MessageService } from '../messages';\n\n\n/** Opened/closed state. */\ntype OpenedState = 'open' | 'open-instant' | 'closed';\n/** Expanded/collapsed state. */\ntype ExpandedState = 'open' | 'open-instant' | 'closed';\n/** Expanded state relative to an opposite drawer. */\ntype ExpandedState2 = 'collapsed' | 'half' | 'extended' | 'full';\n\n/** Default animation parameters. */\nconst EXPAND_COLLAPSE_PARAMS_DEFAULT = {\n params: {\n width: 0,\n margin: 0,\n margin2: 0\n }\n};\n\n/**\n * Boolean state that can also be awaited.\n */\nclass InitializationState {\n /** Whether this state is true or false. */\n private initialized = false;\n /** Promise used to await on. */\n private deferred = new Promise(resolve => {\n this.resolve = resolve;\n });\n /** Resolve function for the promise. */\n private resolve: () => void;\n\n /**\n * Sets the state to true and\n */\n set(): void {\n this.initialized = true;\n this.resolve();\n }\n\n /**\n * Gets a promise that resolves when this state is set to true.\n *\n * @returns A promise.\n */\n async wait(): Promise {\n return this.deferred;\n }\n\n /**\n * Gets the boolean state of this object.\n *\n * @returns true if set has been called.\n */\n valueOf(): boolean {\n return this.initialized;\n }\n}\n\n\n/**\n * Side drawer component.\n * Contains all the logic for opening/closing/expanding.\n */\n@Component({\n selector: 'ccf-drawer',\n exportAs: 'ccfDrawer',\n templateUrl: './drawer.component.html',\n styleUrls: ['./drawer.component.scss'],\n animations: [\n trigger('openClose', [\n state('open, open-instant', style({\n transform: 'none'\n })),\n state('closed', style({ })),\n\n transition('closed => open-instant', animate(0)),\n transition('closed open, open-instant => closed', animate('.5s ease-in-out'))\n ]),\n trigger('expandCollapse', [\n state('collapsed', style({})),\n state('half', style({\n width: 'calc(50% - {{ margin }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n state('extended', style({\n width: 'calc(100% - {{ width }}px - {{ margin }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n state('full', style({\n width: 'calc(100% - {{ margin }}px - {{ margin2 }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n\n transition('* *', animate('.5s ease-in-out'))\n ])\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DrawerComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer';\n /** Whether this is located at the end position. */\n @HostBinding('class.ccf-drawer-end')\n get classEnd(): boolean {\n return this.position === 'end';\n }\n\n /** Position of the drawer - start (left) or end (right). */\n @Input()// eslint-disable-line\n get position(): 'start' | 'end' {\n return this._position;\n }\n set position(value: 'start' | 'end') {\n this._position = value || 'start';\n }\n /** Property for position getter/setter. */\n private _position: 'start' | 'end' = 'start';\n\n /** Whether the drawer is opened. */\n @Input()\n @HostBinding('class.ccf-drawer-opened')\n get opened(): boolean {\n return this._opened;\n }\n set opened(value: boolean) {\n this.toggle(coerceBooleanProperty(value));\n }\n /** Property for opened getter/setter. */\n private _opened = false;\n\n /** Whether the drawer is expanded. */\n @Input()\n @HostBinding('class.ccf-drawer-expanded')\n get expanded(): boolean {\n return this._expanded;\n }\n set expanded(value: boolean) {\n this.toggleExpanded(coerceBooleanProperty(value));\n }\n /** Property for expanded getter/setter */\n private _expanded = false;\n\n /** Output emitting when the drawer has opened. */\n @Output() readonly openedChange = new EventEmitter(true);\n /** Output emitting when the drawer has expanded. */\n @Output() readonly expandedChange = new EventEmitter(true);\n /** Output emitting whenever the drawer state changes. */\n @Output() readonly stateChange = new EventEmitter(true);\n\n /** Current open/close animation state. */\n @HostBinding('@openClose')\n openedState: OpenedState = 'closed';\n\n /** Expanded/collapsed state parameters. */\n @HostBinding('@expandCollapse')\n get expandedStateObj(): unknown {\n return { value: this.expandedState2, params: {\n width: this.width, margin: this.measuredMargin,\n margin2: this.margin2\n } };\n }\n /** Current expanded/collapsed animation state. */\n expandedState: ExpandedState = 'closed';\n /** Current expanded state relative to the opposite drawer. */\n private expandedState2: ExpandedState2 = 'collapsed';\n\n /** Gets the calculated width of the drawer. */\n private get measuredWidth(): number {\n if (this._measuredWidth > 0) {\n return this._measuredWidth;\n }\n\n const element = this.element.nativeElement;\n if (!element) {\n return 0;\n }\n\n const bbox = element.getBoundingClientRect();\n const width = bbox.right - bbox.left;\n if (width === 0) {\n return 0;\n }\n\n this._measuredWidth = width;\n return width;\n }\n /** Cached measured width. */\n private _measuredWidth = 0;\n /** Width of opposite drawer. */\n private width = 0;\n\n /** Gets the calculated margin of the drawer. */\n private get measuredMargin(): number {\n if (this._measuredMargin > 0) {\n return this._measuredMargin;\n }\n\n const element = this.element.nativeElement;\n if (!element) {\n return 0;\n }\n\n const styles = globalThis.getComputedStyle(element);\n const property = this.position === 'start' ? 'margin-right' : 'margin-left';\n const value = styles.getPropertyValue(property);\n const margin = Number(value.slice(0, -2));\n\n this._measuredMargin = margin;\n return margin;\n }\n /** Cached measured margin. */\n private _measuredMargin = 0;\n /** Margin of the opposite drawer. */\n private margin2 = 0;\n\n /** Initialization state. */\n private initialized = new InitializationState();\n /** Connected message channel. */\n private channel: MessageChannel;\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of drawer component.\n *\n * @param messageService Service for sending/receiving event messages.\n * @param cdr The change detector reference.\n * @param element Reference to components HTML element.\n */\n constructor(messageService: MessageService,\n cdr: ChangeDetectorRef,\n private element: ElementRef) {\n this.channel = messageService.connect(this);\n this.subscriptions.add(this.channel.getMessages().subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Initializes this component.\n */\n ngAfterViewInit(): void {\n this.initialized.set();\n setTimeout(() => this.channel.sendMessage({ type: 'drawer-initialized' }));\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Opens the drawer.\n */\n open(): void {\n this.toggle(true);\n }\n\n /**\n * Closes the drawer.\n */\n close(): void {\n this.toggle(false);\n }\n\n /**\n * Toggles the drawer between opened and closed.\n *\n * @param [opened] Whether to open or close the drawer.\n */\n toggle(opened = !this.opened): void {\n if (this.opened === opened) {\n return;\n }\n\n if (!opened) {\n this.openedState = 'closed';\n this.expandedState = 'closed';\n this.expandedState2 = 'collapsed';\n this._expanded = false;\n } else if (this.initialized.valueOf()) {\n this.openedState = 'open';\n } else {\n this.openedState = 'open-instant';\n }\n\n this._opened = opened;\n this.sendToggle();\n }\n\n /**\n * Expands the drawer.\n */\n openExpanded(): void {\n this.toggleExpanded(true);\n }\n\n /**\n * Collapses the drawer.\n */\n closeExpanded(): void {\n this.toggleExpanded(false);\n }\n\n /**\n * Toggles the drawer between expanded and collapsed.\n *\n * @param [expanded] Whether to expand or collapse the drawer.\n */\n toggleExpanded(expanded = !this.expanded): void {\n if (this.expanded === expanded) {\n return;\n }\n\n if (!expanded) {\n this.expandedState = 'closed';\n this.expandedState2 = 'collapsed';\n } else if (this.initialized.valueOf()) {\n this.expandedState = 'open';\n } else {\n this.expandedState = 'open-instant';\n }\n\n this._expanded = expanded;\n this.sendToggle();\n }\n\n /**\n * Listener to open/close animation completion.\n */\n @HostListener('@openClose.done')\n closeOpenDone(): void {\n this.openedChange.emit(this.opened);\n }\n\n /**\n * Listener to expand/collapse animation completion.\n */\n @HostListener('@expandCollapse.done')\n expandCollapseDone(): void {\n this.expandedChange.emit(this.expanded);\n }\n\n /**\n * Sends a toggle event to the channel.\n * Waits until initialization is completed before sending.\n */\n private async sendToggle(): Promise {\n await this.initialized.wait();\n this.channel.sendMessage({\n type: 'drawer-toggled',\n opened: this.opened,\n expanded: this.expanded,\n width: this.measuredWidth,\n margin: this.measuredMargin\n });\n this.stateChange.emit();\n }\n\n /**\n * Processes an event.\n *\n * @param msg The event.\n * @returns true if change detection should run.\n */\n private handleMessage(msg: Message): boolean {\n switch (msg.payload.type) {\n case 'drawer-toggled': {\n const other = msg.source as DrawerComponent;\n this.syncExpanded(other);\n return true;\n }\n\n default:\n return false;\n }\n }\n\n /**\n * Syncs the drawer widths and margin against the opposite drawer.\n *\n * @param other The opposite drawer.\n */\n private syncExpanded(other: DrawerComponent): void {\n if (this.expanded || other.expanded) {\n if (this.expanded && other.expanded) {\n this.expandedState2 = other.expandedState2 = 'half';\n } else if (this.expanded) {\n if (other.opened) {\n this.expandedState2 = 'extended';\n this.width = other.measuredWidth + other.measuredMargin;\n } else {\n this.expandedState2 = 'full';\n this.margin2 = other.measuredMargin;\n }\n } else {\n if (this.opened) {\n other.expandedState2 = 'extended';\n other.width = this.measuredWidth + this.measuredMargin;\n } else {\n other.expandedState2 = 'full';\n other.margin2 = this.measuredMargin;\n }\n }\n }\n }\n\n /** Workaround for getter/setter pair not accepting different types. */\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_position: '' | 'start' | 'end';\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_opened: BooleanInput;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_expanded: BooleanInput;\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/JsonFileReaderComponent.html":{"url":"components/JsonFileReaderComponent.html","title":"component - JsonFileReaderComponent","body":"\n \n\n\n\n\n\n Components\n \n JsonFileReaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-json-file-reader\n \n\n\n\n \n styleUrls\n ./json-file-reader.component.scss\n \n\n\n\n \n templateUrl\n ./json-file-reader.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n fileInput\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleFile\n \n \n triggerFileInput\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n label\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n parsedJson\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:22\n \n \n\n \n \n Creates an instance of json file reader component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n label\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'Upload'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:19\n \n \n \n \n Allows the label on the upload button to be customized.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n parsedJson\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:22\n \n \n \n \n Emits the json object of any files uploaded.\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-json-file-reader\"\n\n \n \n \n \n Default value : 'ccf-json-file-reader'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:13\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleFile\n \n \n \n \n \n \nhandleFile(event: InputEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:45\n \n \n\n\n \n \n Takes in a json file and emits the parsed json object.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n InputEvent\n \n\n \n No\n \n\n\n \n file input event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n triggerFileInput\n \n \n \n \n \n \ntriggerFileInput()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:35\n \n \n\n\n \n \n Method used to trigger the file input element's click handler\nfrom the placeholder button used for styling purposes.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-json-file-reader'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:13\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n \n fileInput\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('fileInput')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:16\n \n \n\n \n \n File Input element, used to manually trigger the click event.\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, HostBinding, Input, Output, ViewChild } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n@Component({\n selector: 'ccf-json-file-reader',\n templateUrl: './json-file-reader.component.html',\n styleUrls: ['./json-file-reader.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class JsonFileReaderComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-json-file-reader';\n\n /** File Input element, used to manually trigger the click event. */\n @ViewChild('fileInput') fileInput: ElementRef;\n\n /** Allows the label on the upload button to be customized. */\n @Input() label = 'Upload';\n\n /** Emits the json object of any files uploaded. */\n @Output() readonly parsedJson = new EventEmitter();\n\n /**\n * Creates an instance of json file reader component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Method used to trigger the file input element's click handler\n * from the placeholder button used for styling purposes.\n */\n triggerFileInput(): void {\n const fileInputElement: HTMLElement = this.fileInput.nativeElement;\n fileInputElement.click();\n }\n\n /**\n * Takes in a json file and emits the parsed json object.\n *\n * @param event file input event\n */\n handleFile(event: InputEvent): void {\n const inputTarget = event.target as HTMLInputElement;\n if (!inputTarget.files) {\n return;\n }\n\n const file = inputTarget.files[0];\n const fileReader = new FileReader();\n\n fileReader.onload = () => {\n const json = JSON.parse(fileReader.result as string) as unknown;\n this.ga.event('json_file_load_end', 'json_file_reader');\n this.parsedJson.emit(json);\n };\n\n this.ga.event('json_file_load_start', 'json_file_reader');\n fileReader.readAsText(file);\n }\n}\n\n \n\n \n {{ label }}\n\n\n \n\n \n \n ./json-file-reader.component.scss\n \n :host {\n .upload-button {\n width: 100%;\n height: 2.25rem;\n transition: .6s;\n cursor: pointer;\n font-weight: 500;\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{ label }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'JsonFileReaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/JsonFileReaderModule.html":{"url":"modules/JsonFileReaderModule.html","title":"module - JsonFileReaderModule","body":"\n \n\n\n\n\n Modules\n JsonFileReaderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_JsonFileReaderModule\n\n\n\ncluster_JsonFileReaderModule_declarations\n\n\n\ncluster_JsonFileReaderModule_exports\n\n\n\n\nJsonFileReaderComponent\n\nJsonFileReaderComponent\n\n\n\nJsonFileReaderModule\n\nJsonFileReaderModule\n\nJsonFileReaderModule -->\n\nJsonFileReaderComponent->JsonFileReaderModule\n\n\n\n\n\nJsonFileReaderComponent \n\nJsonFileReaderComponent \n\nJsonFileReaderComponent -->\n\nJsonFileReaderModule->JsonFileReaderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n JsonFileReaderComponent\n \n \n \n \n Exports\n \n \n JsonFileReaderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { JsonFileReaderComponent } from './json-file-reader.component';\nimport { MatButtonModule } from '@angular/material/button';\n\n\n\n@NgModule({\n declarations: [JsonFileReaderComponent],\n imports: [\n CommonModule,\n MatButtonModule\n ],\n exports: [JsonFileReaderComponent]\n})\nexport class JsonFileReaderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LabeledSlideToggleComponent.html":{"url":"components/LabeledSlideToggleComponent.html","title":"component - LabeledSlideToggleComponent","body":"\n \n\n\n\n\n\n Components\n \n LabeledSlideToggleComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts\n\n\n\n \n Description\n \n \n Generic toggle slider component\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-labeled-slide-toggle\n \n\n\n\n \n styleUrls\n ./labeled-slide-toggle.component.scss\n \n\n\n\n \n templateUrl\n ./labeled-slide-toggle.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n updateToggle\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n disabled\n \n \n labels\n \n \n value\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n valueChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n left\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:39\n \n \n\n \n \n Creates an instance of labeled slide toggle component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n disabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:34\n \n \n \n \n Whether or not the slider is disabled\n\n \n \n \n \n \n \n \n \n \n labels\n \n \n \n \n Type : [string, string]\n\n \n \n \n \n Default value : ['Left', 'Right']\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:24\n \n \n \n \n The two selection options to be toggled\n\n \n \n \n \n \n \n \n \n \n value\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'Left'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:29\n \n \n \n \n Input value for toggle slider\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n valueChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:39\n \n \n \n \n Emits the datatype with the currently selected option\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-labeled-slide-toggle\"\n\n \n \n \n \n Default value : 'ccf-labeled-slide-toggle'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:19\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n updateToggle\n \n \n \n \n \n \nupdateToggle(selection: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:61\n \n \n\n\n \n \n Updates and emits the currently selected option\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n selection\n \n boolean\n \n\n \n No\n \n\n\n \n The current toggle state (true=left, false=right)\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-labeled-slide-toggle'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:19\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n left\n \n \n\n \n \n getleft()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:51\n \n \n \n \n Determines if left toggle option is selected\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Generic toggle slider component\n */\n@Component({\n selector: 'ccf-labeled-slide-toggle',\n templateUrl: './labeled-slide-toggle.component.html',\n styleUrls: ['./labeled-slide-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\n\nexport class LabeledSlideToggleComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-labeled-slide-toggle';\n\n /**\n * The two selection options to be toggled\n */\n @Input() labels: [string, string] = ['Left', 'Right'];\n\n /**\n * Input value for toggle slider\n */\n @Input() value = 'Left';\n\n /**\n * Whether or not the slider is disabled\n */\n @Input() disabled = false;\n\n /**\n * Emits the datatype with the currently selected option\n */\n @Output() readonly valueChange = new EventEmitter();\n\n /**\n * Creates an instance of labeled slide toggle component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Determines if left toggle option is selected\n */\n get left(): boolean {\n const { value, labels } = this;\n return value !== labels[1];\n }\n\n /**\n * Updates and emits the currently selected option\n *\n * @param selection The current toggle state (true=left, false=right)\n */\n updateToggle(selection: boolean): void {\n this.value = selection ? this.labels[0] : this.labels[1];\n this.ga.event('slide_toggle_toggled', 'slide_toggle', this.value);\n this.valueChange.emit(this.value);\n }\n}\n\n \n\n \n {{labels[0]}}\n\n{{labels[1]}}\n\n \n\n \n \n ./labeled-slide-toggle.component.scss\n \n :host{\n .slide-label {\n margin: 0 1rem;\n transition: color .6s;\n cursor: pointer;\n }\n \n .disabled {\n opacity: 30%;\n cursor: not-allowed;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{labels[0]}}{{labels[1]}}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'LabeledSlideToggleComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LabeledSlideToggleModule.html":{"url":"modules/LabeledSlideToggleModule.html","title":"module - LabeledSlideToggleModule","body":"\n \n\n\n\n\n Modules\n LabeledSlideToggleModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_LabeledSlideToggleModule\n\n\n\ncluster_LabeledSlideToggleModule_exports\n\n\n\ncluster_LabeledSlideToggleModule_declarations\n\n\n\n\nLabeledSlideToggleComponent\n\nLabeledSlideToggleComponent\n\n\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule -->\n\nLabeledSlideToggleComponent->LabeledSlideToggleModule\n\n\n\n\n\nLabeledSlideToggleComponent \n\nLabeledSlideToggleComponent \n\nLabeledSlideToggleComponent -->\n\nLabeledSlideToggleModule->LabeledSlideToggleComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n LabeledSlideToggleComponent\n \n \n \n \n Exports\n \n \n LabeledSlideToggleComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\n\nimport { LabeledSlideToggleComponent } from './labeled-slide-toggle.component';\n\n\n@NgModule({\n imports: [CommonModule, MatSlideToggleModule],\n declarations: [LabeledSlideToggleComponent],\n exports: [LabeledSlideToggleComponent]\n})\nexport class LabeledSlideToggleModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LeftSidebarComponent.html":{"url":"components/LeftSidebarComponent.html","title":"component - LeftSidebarComponent","body":"\n \n\n\n\n\n\n Components\n \n LeftSidebarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts\n\n\n\n \n Description\n \n \n The left sidebar\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-left-sidebar\n \n\n\n\n \n styleUrls\n ./left-sidebar.component.scss\n \n\n\n\n \n templateUrl\n ./left-sidebar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n extractionSiteTooltip\n \n \n Readonly\n organSelected$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n updateExtractionSiteTooltip\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n modalClosed\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(page: PageState, model: ModelState, registration: RegistrationState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:37\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n \n registration\n \n \n RegistrationState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n modalClosed\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:27\n \n \n \n \n Whether or not the initial registration modal has been closed\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-left-sidebar\"\n\n \n \n \n \n Default value : 'ccf-left-sidebar'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:24\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n updateExtractionSiteTooltip\n \n \n \n \n \n \nupdateExtractionSiteTooltip(item: VisibilityItem | undefined)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:52\n \n \n\n\n \n \n Updates extraction site tooltip to either the VisibilityItem passed in's\ntooltip property, or an empty string if undefined.\nundefined.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n item\n \n VisibilityItem | undefined\n \n\n \n No\n \n\n\n \n The VisibilityItem which we want to show the tooltip of, or\nundefined.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-left-sidebar'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:24\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n extractionSiteTooltip\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:37\n \n \n\n \n \n Variable that keeps track of the extraction site tooltip to display on\nthe stage when hovered.\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n organSelected$\n \n \n \n \n \n \n Default value : this.model.organ$.pipe(\n map(organ => organ === undefined ? false : true)\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:29\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\nimport { SpatialEntityJsonLd } from 'ccf-body-ui';\nimport { combineLatest, Observable } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nimport { VisibilityItem } from '../../core/models/visibility-item';\nimport { ModelState } from '../../core/store/model/model.state';\nimport { PageState } from '../../core/store/page/page.state';\nimport { RegistrationState } from '../../core/store/registration/registration.state';\nimport { RUI_ORGANS } from './../../core/store/model/model.state';\n\n\n/**\n * The left sidebar\n */\n@Component({\n selector: 'ccf-left-sidebar',\n templateUrl: './left-sidebar.component.html',\n styleUrls: ['./left-sidebar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class LeftSidebarComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-left-sidebar';\n\n /** Whether or not the initial registration modal has been closed */\n @Input() modalClosed = false;\n\n readonly organSelected$ = this.model.organ$.pipe(\n map(organ => organ === undefined ? false : true)\n );\n\n /**\n * Variable that keeps track of the extraction site tooltip to display on\n * the stage when hovered.\n */\n extractionSiteTooltip = '';\n\n constructor(\n readonly page: PageState,\n readonly model: ModelState,\n readonly registration: RegistrationState\n ) { }\n\n /**\n * Updates extraction site tooltip to either the VisibilityItem passed in's\n * tooltip property, or an empty string if undefined.\n *\n * @param item The VisibilityItem which we want to show the tooltip of, or\n * undefined.\n */\n updateExtractionSiteTooltip(item: VisibilityItem | undefined): void {\n if (item?.tooltip) {\n this.extractionSiteTooltip = item.tooltip;\n } else {\n this.extractionSiteTooltip = '';\n }\n }\n}\n\n \n\n \n \n \n \n \n Anatomical Structures\n \n\n \n \n \n \n \n\n \n\n \n \n Landmarks\n \n \n \n \n \n \n \n \n 0\">\n {{ extractionSiteTooltip }}\n \n \n\n\n \n\n \n \n ./left-sidebar.component.scss\n \n :host {\n display: block;\n height: calc(100% - 2.5rem);\n margin-top: 1rem;\n margin-bottom: 1.5rem;\n\n .scroll-wrapper {\n overflow-y: scroll;\n height: 100%;\n margin-right: 0.375rem;\n\n scrollbar-width: thin;\n &::-webkit-scrollbar {\n width: 0.75rem;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n margin-left: 1.5rem;\n margin-right: 0.375rem;\n min-height: 100%;\n\n mat-divider {\n border-top-width: 3px;\n }\n\n .ccf-organ-selector {\n margin-top: 1.5rem;\n }\n\n .organ-sliders {\n .slider-label {\n font-weight: 600;\n }\n\n display: flex;\n height: 3rem;\n align-items: center;\n }\n\n mat-expansion-panel {\n box-shadow: none;\n mat-expansion-panel-header {\n .expansion-title {\n font-size: 1rem;\n font-weight: 600;\n }\n }\n }\n\n ::ng-deep .mat-expansion-panel-body {\n padding: 0;\n }\n\n .extraction-menu,\n .anatomical-structures-menu {\n ::ng-deep .expansion-header {\n -webkit-user-select: none;\n -moz-user-select: none;\n padding: 0;\n font-weight: bold;\n height: 3rem;\n\n .mat-expansion-indicator {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 24px;\n width: 24px;\n }\n }\n\n .expansion-content {\n margin-bottom: 0.75rem;\n text-align: center;\n margin-top: 1.75rem;\n\n .expansion-placeholder {\n width: 100%;\n font-size: 0.9rem;\n font-weight: 400;\n }\n }\n }\n\n .extraction-site-tooltip {\n position: absolute;\n top: 4rem;\n left: 27rem;\n width: 21rem;\n padding: 1rem;\n border-radius: 0.5rem;\n border: 1px solid;\n z-index: 2;\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Anatomical Structures Landmarks 0\"> {{ extractionSiteTooltip }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'LeftSidebarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LeftSidebarModule.html":{"url":"modules/LeftSidebarModule.html","title":"module - LeftSidebarModule","body":"\n \n\n\n\n\n Modules\n LeftSidebarModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_LeftSidebarModule\n\n\n\ncluster_LeftSidebarModule_exports\n\n\n\ncluster_LeftSidebarModule_declarations\n\n\n\ncluster_LeftSidebarModule_imports\n\n\n\n\nLeftSidebarComponent\n\nLeftSidebarComponent\n\n\n\nLeftSidebarModule\n\nLeftSidebarModule\n\nLeftSidebarModule -->\n\nLeftSidebarComponent->LeftSidebarModule\n\n\n\n\n\nLeftSidebarComponent \n\nLeftSidebarComponent \n\nLeftSidebarComponent -->\n\nLeftSidebarModule->LeftSidebarComponent \n\n\n\n\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule\n\nLeftSidebarModule -->\n\nExtractionSetDropdownModule->LeftSidebarModule\n\n\n\n\n\nNameInputModule\n\nNameInputModule\n\nLeftSidebarModule -->\n\nNameInputModule->LeftSidebarModule\n\n\n\n\n\nVisibilityMenuModule\n\nVisibilityMenuModule\n\nLeftSidebarModule -->\n\nVisibilityMenuModule->LeftSidebarModule\n\n\n\n\n\nVisibilityToggleModule\n\nVisibilityToggleModule\n\nLeftSidebarModule -->\n\nVisibilityToggleModule->LeftSidebarModule\n\n\n\nLeftSidebarModule -->\n\nVisibilityToggleModule->LeftSidebarModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n LeftSidebarComponent\n \n \n \n \n Imports\n \n \n ExtractionSetDropdownModule\n \n \n NameInputModule\n \n \n VisibilityMenuModule\n \n \n VisibilityToggleModule\n \n \n VisibilityToggleModule\n \n \n \n \n Exports\n \n \n LeftSidebarComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatExpansionModule } from '@angular/material/expansion';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { OpacitySliderModule } from 'ccf-shared';\n\nimport { ExtractionSetDropdownModule } from '../../shared/components/extraction-set-dropdown/extraction-set-dropdown.module';\nimport { NameInputModule } from '../../shared/components/name-input/name-input.module';\nimport { VisibilityMenuModule } from '../../shared/components/visibility-menu/visibility-menu.module';\nimport { VisibilityToggleModule } from '../../shared/components/visibility-toggle/visibility-toggle.module';\nimport { LeftSidebarComponent } from './left-sidebar.component';\n\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatExpansionModule,\n MatIconModule,\n MatTooltipModule,\n\n MatDividerModule,\n NameInputModule,\n VisibilityToggleModule,\n ExtractionSetDropdownModule,\n OpacitySliderModule,\n VisibilityMenuModule,\n VisibilityToggleModule\n ],\n declarations: [LeftSidebarComponent],\n exports: [LeftSidebarComponent]\n})\nexport class LeftSidebarModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Message.html":{"url":"interfaces/Message.html","title":"interface - Message","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Message\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n A message sent on a channel.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n payload\n \n \n \n \n source\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Unique identifier for a message.\n\n \n \n \n \n \n \n \n \n \n payload\n \n \n \n \n \n \n \n \n payload: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n Data associated with this message.\n\n \n \n \n \n \n \n \n \n \n source\n \n \n \n \n \n \n \n \n source: \n\n \n \n\n\n\n\n\n\n\n \n \n Sender of the message.\n\n \n \n \n \n \n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/MessageChannel.html":{"url":"classes/MessageChannel.html","title":"class - MessageChannel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n MessageChannel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Channel for sending and receiving messages.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Static\n counter\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getMessages\n \n \n getMessagesFromSource\n \n \n getMessagesFromSources\n \n \n Private\n nextMessageId\n \n \n sendMessage\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(source, channel: Subject>, messages: Observable>)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:50\n \n \n\n \n \n Creates a new channel.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n source\n \n \n \n \n \n No\n \n \n \n The message source.\n\n \n \n \n channel\n \n \n Subject>\n \n \n \n No\n \n \n \n The message send subject.\n\n \n \n \n messages\n \n \n Observable>\n \n \n \n No\n \n \n \n The message receive observable.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n Static\n counter\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:50\n \n \n\n \n \n Counter used to give each message a unique id.\n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getMessages\n \n \n \n \n \n \ngetMessages()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:83\n \n \n\n\n \n \n Gets an observable emitting all messages except for those sent by this source.\n\n\n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n getMessagesFromSource\n \n \n \n \n \n \ngetMessagesFromSource(source)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:93\n \n \n\n\n \n \n Gets an observable emitting messages sent from a specific source.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n source\n\n \n No\n \n\n\n \n The source messages are filtered on.\n\n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n getMessagesFromSources\n \n \n \n \n \n \ngetMessagesFromSources(sources: [])\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:103\n \n \n\n\n \n \n Gets an observable emitting messages sent from any of the specified sources.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n sources\n \n []\n \n\n \n No\n \n\n\n \n The sources messages are filtered on.\n\n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n nextMessageId\n \n \n \n \n \n \n \n nextMessageId()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:112\n \n \n\n\n \n \n Creates a unique message identifier.\n\n\n \n Returns : number\n\n \n \n The identifier number.\n\n \n \n \n \n \n \n \n \n \n \n \n sendMessage\n \n \n \n \n \n \nsendMessage(payload: T)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:70\n \n \n\n\n \n \n Sends a single message with a payload.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n payload\n \n T\n \n\n \n No\n \n\n\n \n The message payload.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/MessageService.html":{"url":"injectables/MessageService.html","title":"injectable - MessageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n MessageService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Service for creating message channels.\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n channel\n \n \n Private\n messages\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n connect\n \n \n ngOnDestroy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: MessageServiceConfig, parent: MessageService | null)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:130\n \n \n\n \n \n Creates an instance of message service.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n \n MessageServiceConfig\n \n \n \n No\n \n \n \n The configuration for this service.\n\n \n \n \n parent\n \n \n MessageService | null\n \n \n \n No\n \n \n \n The parent message service, if any.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n connect\n \n \n \n \n \n \nconnect(source)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:163\n \n \n\n\n \n \n Connects to a message channel.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n source\n\n \n No\n \n\n\n \n The source of messages sent.\n\n \n \n \n \n \n \n Returns : MessageChannel\n\n \n \n A new connected message channel.\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:153\n \n \n\n\n \n \n Clean up.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n channel\n \n \n \n \n \n \n Default value : new Subject>()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:128\n \n \n\n \n \n The message channel.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n messages\n \n \n \n \n \n \n Type : Observable>\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:130\n \n \n\n \n \n The message listener.\n\n \n \n\n \n \n\n\n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/MessageServiceConfig.html":{"url":"interfaces/MessageServiceConfig.html","title":"interface - MessageServiceConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n MessageServiceConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Message service configuration options.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n isolated\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n isolated\n \n \n \n \n \n \n \n \n isolated: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether to listen to parent messages.\n\n \n \n \n \n \n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/MetaDataField.html":{"url":"interfaces/MetaDataField.html","title":"interface - MetaDataField","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n MetaDataField\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/meta-data.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n label\n \n \n \n \n value\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n value\n \n \n \n \n \n \n \n \n value: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n export interface MetaDataField {\n label: string;\n value: string;\n}\n\nexport type MetaData = MetaDataField[];\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ModelStateModel.html":{"url":"interfaces/ModelStateModel.html","title":"interface - ModelStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ModelStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n\n\n \n Description\n \n \n Data contained in the stage state.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n anatomicalStructures\n \n \n \n \n blockSize\n \n \n \n \n extractionSets\n \n \n \n \n extractionSites\n \n \n \n \n id\n \n \n \n \n label\n \n \n \n \n organ\n \n \n \n \n organDimensions\n \n \n \n Optional\n \n organIri\n \n \n \n \n position\n \n \n \n \n rotation\n \n \n \n Optional\n \n sex\n \n \n \n \n showPrevious\n \n \n \n Optional\n \n side\n \n \n \n \n slicesConfig\n \n \n \n \n viewSide\n \n \n \n \n viewType\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructures\n \n \n \n \n \n \n \n \n anatomicalStructures: VisibilityItem[]\n\n \n \n\n\n \n \n Type : VisibilityItem[]\n\n \n \n\n\n\n\n\n \n \n Anatomical structures for the organ\n\n \n \n \n \n \n \n \n \n \n blockSize\n \n \n \n \n \n \n \n \n blockSize: XYZTriplet\n\n \n \n\n\n \n \n Type : XYZTriplet\n\n \n \n\n\n\n\n\n \n \n Block size\n\n \n \n \n \n \n \n \n \n \n extractionSets\n \n \n \n \n \n \n \n \n extractionSets: ExtractionSet[]\n\n \n \n\n\n \n \n Type : ExtractionSet[]\n\n \n \n\n\n\n\n\n \n \n Extraction sets\n\n \n \n \n \n \n \n \n \n \n extractionSites\n \n \n \n \n \n \n \n \n extractionSites: VisibilityItem[]\n\n \n \n\n\n \n \n Type : VisibilityItem[]\n\n \n \n\n\n\n\n\n \n \n Possible extraction sites\n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Model identifier\n\n \n \n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Model label\n\n \n \n \n \n \n \n \n \n \n organ\n \n \n \n \n \n \n \n \n organ: OrganInfo\n\n \n \n\n\n \n \n Type : OrganInfo\n\n \n \n\n\n\n\n\n \n \n Organ name\n\n \n \n \n \n \n \n \n \n \n organDimensions\n \n \n \n \n \n \n \n \n organDimensions: XYZTriplet\n\n \n \n\n\n \n \n Type : XYZTriplet\n\n \n \n\n\n\n\n\n \n \n Reference Organ Dimensions\n\n \n \n \n \n \n \n \n \n \n organIri\n \n \n \n \n \n \n \n \n organIri: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Reference Organ IRI\n\n \n \n \n \n \n \n \n \n \n position\n \n \n \n \n \n \n \n \n position: XYZTriplet\n\n \n \n\n\n \n \n Type : XYZTriplet\n\n \n \n\n\n\n\n\n \n \n Model position\n\n \n \n \n \n \n \n \n \n \n rotation\n \n \n \n \n \n \n \n \n rotation: XYZTriplet\n\n \n \n\n\n \n \n Type : XYZTriplet\n\n \n \n\n\n\n\n\n \n \n Model rotation\n\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: \"male\" | \"female\"\n\n \n \n\n\n \n \n Type : \"male\" | \"female\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Sex if applicable\n\n \n \n \n \n \n \n \n \n \n showPrevious\n \n \n \n \n \n \n \n \n showPrevious: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether previous registration blocks are visible\n\n \n \n \n \n \n \n \n \n \n side\n \n \n \n \n \n \n \n \n side: \"left\" | \"right\"\n\n \n \n\n\n \n \n Type : \"left\" | \"right\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Side if applicable\n\n \n \n \n \n \n \n \n \n \n slicesConfig\n \n \n \n \n \n \n \n \n slicesConfig: SlicesConfig\n\n \n \n\n\n \n \n Type : SlicesConfig\n\n \n \n\n\n\n\n\n \n \n Slice configuration\n\n \n \n \n \n \n \n \n \n \n viewSide\n \n \n \n \n \n \n \n \n viewSide: ViewSide\n\n \n \n\n\n \n \n Type : ViewSide\n\n \n \n\n\n\n\n\n \n \n View side\n\n \n \n \n \n \n \n \n \n \n viewType\n \n \n \n \n \n \n \n \n viewType: ViewType\n\n \n \n\n\n \n \n Type : ViewType\n\n \n \n\n\n\n\n\n \n \n View type\n\n \n \n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { ALL_ORGANS, GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { filterNulls } from 'ccf-shared/rxjs-ext/operators';\nimport { sortBy } from 'lodash';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { EMPTY, Observable } from 'rxjs';\nimport { delay, distinctUntilChanged, filter, map, skipUntil, switchMap, tap, throttleTime } from 'rxjs/operators';\n\nimport { ExtractionSet } from '../../models/extraction-set';\nimport { VisibilityItem } from '../../models/visibility-item';\nimport { GlobalConfig, OrganConfig } from '../../services/config/config';\nimport { PageState } from '../page/page.state';\nimport { ReferenceDataState } from '../reference-data/reference-data.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A object with x, y, and z channels of the same type. */\nexport interface XYZTriplet {\n /** X channel */\n x: T;\n /** Y channel */\n y: T;\n /** Z channel */\n z: T;\n}\n\n/** Slices configuration */\nexport interface SlicesConfig {\n /** Thickness of slice */\n thickness: number;\n /** Number of slices per block */\n numSlices: number;\n}\n\n/** Model view type */\nexport type ViewType = 'register' | '3d';\n\n/** Side which the model is viewed from */\nexport type ViewSide = 'left' | 'right' | 'anterior' | 'posterior';\n\n/** Data contained in the stage state. */\nexport interface ModelStateModel {\n /** Model identifier */\n id: string;\n /** Model label */\n label: string;\n /** Organ name */\n organ: OrganInfo;\n /** Reference Organ IRI */\n organIri?: string;\n /** Reference Organ Dimensions */\n organDimensions: XYZTriplet;\n /** Sex if applicable */\n sex?: 'male' | 'female';\n /** Side if applicable */\n side?: 'left' | 'right';\n /** Block size */\n blockSize: XYZTriplet;\n /** Model rotation */\n rotation: XYZTriplet;\n /** Model position */\n position: XYZTriplet;\n /** Slice configuration */\n slicesConfig: SlicesConfig;\n /** View type */\n viewType: ViewType;\n /** View side */\n viewSide: ViewSide;\n /** Whether previous registration blocks are visible */\n showPrevious: boolean;\n /** Possible extraction sites */\n extractionSites: VisibilityItem[];\n /** Anatomical structures for the organ */\n anatomicalStructures: VisibilityItem[];\n /** Extraction sets */\n extractionSets: ExtractionSet[];\n}\n\n/**\n * All organs to be displayed\n */\nexport const RUI_ORGANS = ALL_ORGANS;\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'model',\n defaults: {\n id: '',\n label: '',\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n organ: { src: '', name: '' } as OrganInfo,\n organIri: '',\n organDimensions: { x: 90, y: 90, z: 90 },\n sex: 'male',\n blockSize: { x: 10, y: 10, z: 10 },\n rotation: { x: 0, y: 0, z: 0 },\n position: { x: 0, y: 0, z: 0 },\n slicesConfig: { thickness: NaN, numSlices: NaN },\n viewType: 'register',\n viewSide: 'anterior',\n showPrevious: false,\n extractionSites: [],\n anatomicalStructures: [],\n extractionSets: []\n }\n})\n@Injectable()\nexport class ModelState extends NgxsImmutableDataRepository {\n /** Identifier observable */\n readonly id$ = this.state$.pipe(map(x => x?.id));\n /** Block size observable */\n readonly blockSize$ = this.state$.pipe(map(x => x?.blockSize));\n /** Rotation observable */\n readonly rotation$ = this.state$.pipe(map(x => x?.rotation));\n /** Position observable */\n readonly position$ = this.state$.pipe(map(x => x?.position));\n /** Slice configuration observable */\n readonly slicesConfig$ = this.state$.pipe(map(x => x?.slicesConfig));\n /** View type observable */\n readonly viewType$ = this.state$.pipe(map(x => x?.viewType));\n /** View side observable */\n readonly viewSide$ = this.state$.pipe(map(x => x?.viewSide));\n /** Organ observable */\n readonly organ$ = this.state$.pipe(map(x => x?.organ));\n /** Organ IRI observable */\n readonly organIri$ = this.state$.pipe(map(x => x?.organIri));\n /** Organ IRI observable */\n readonly organDimensions$ = this.state$.pipe(map(x => x?.organDimensions));\n /** Sex observable */\n readonly sex$ = this.state$.pipe(map(x => x?.sex));\n /** Side observable */\n readonly side$ = this.state$.pipe(map(x => x?.side));\n /** Show previous observable */\n readonly showPrevious$ = this.state$.pipe(map(x => x?.showPrevious));\n /** Extraction sites observable */\n readonly extractionSites$ = this.state$.pipe(map(x => x?.extractionSites));\n /** Anatomical structures observable */\n readonly anatomicalStructures$ = this.state$.pipe(map(x => x?.anatomicalStructures));\n /** Extraction sets observable */\n readonly extractionSets$ = this.state$.pipe(map(x => x?.extractionSets));\n\n @Computed()\n get modelChanged$(): Observable {\n const ignoredKeys = ['viewType', 'viewSide', 'showPrevious'];\n const keys = Object.keys(this.initialState)\n .filter(key => !ignoredKeys.includes(key));\n\n return this.state$.pipe(\n throttleTime(0, undefined, { leading: false, trailing: true }),\n distinctUntilChanged((v1, v2) => {\n for (const key of keys) {\n if (v1[key] !== v2[key]) {\n return false;\n }\n }\n\n return true;\n }),\n map(() => undefined)\n );\n }\n\n /** Reference to the reference data state */\n private referenceData: ReferenceDataState;\n\n private page: PageState;\n\n /**\n * Creates an instance of model state.\n *\n * @param injector Injector service used to lazy load reference data state\n */\n constructor(\n private readonly ga: GoogleAnalyticsService,\n private readonly injector: Injector,\n private readonly globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.referenceData = this.injector.get(ReferenceDataState);\n this.page = this.injector.get(PageState);\n\n this.referenceData.state$.subscribe(() => this.onReferenceDataChange());\n }\n\n idMatches(ontologyId?: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n ontologyId && o.id === ontologyId ? (o.side ? o.side === organSide : true) : false\n );\n }\n\n nameMatches(organName: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n o.side ? o.organ.toLowerCase() === organName && o.side === organSide : o.organ.toLowerCase() === organName\n );\n }\n\n /**\n * Updates the block size\n *\n * @param blockSize The new block size values\n */\n @DataAction()\n setBlockSize(blockSize: XYZTriplet): void {\n this.ctx.patchState({ blockSize });\n }\n\n /**\n * Updates the rotation\n *\n * @param rotation The new rotation values\n */\n @DataAction()\n setRotation(rotation: XYZTriplet): void {\n this.ctx.patchState({ rotation });\n }\n\n /**\n * Updates the position\n *\n * @param position The new position values\n */\n @DataAction()\n setPosition(position: XYZTriplet): void {\n this.ga.event('placement', `${this.snapshot.organ?.name}_placement`, `${position.x.toFixed(1)}_${position.y.toFixed(1)}_${position.z.toFixed(1)}`);\n this.ctx.patchState({ position });\n }\n\n /**\n * Updates the slice configuration\n *\n * @param slicesConfig The new slice configuration\n */\n @DataAction()\n setSlicesConfig(slicesConfig: SlicesConfig): void {\n this.ctx.patchState({ slicesConfig });\n }\n\n /**\n * Updates the view type\n *\n * @param viewType the new view type\n */\n @DataAction()\n setViewType(viewType: ViewType): void {\n this.ctx.patchState({ viewType });\n }\n\n /**\n * Updates the view side\n *\n * @param viewSide The side to view\n */\n @DataAction()\n setViewSide(viewSide: ViewSide): void {\n this.ctx.patchState({ viewSide });\n }\n\n @Computed()\n get defaultPosition(): XYZTriplet {\n const dims = this.snapshot.organDimensions;\n const block = this.snapshot.blockSize;\n return { x: dims.x + 2 * block.x, y: dims.y / 2, z: dims.z / 2 };\n }\n\n /**\n * Updates the organ\n *\n * @param organ Name of the organ\n */\n @DataAction()\n setOrgan(organ: OrganInfo): void {\n if (organ) {\n this.ga.event('organ_select', 'organ', organ.name);\n this.ctx.patchState({ organ });\n if (organ.side) {\n this.ctx.patchState({ side: organ.side });\n } else {\n this.ctx.patchState({ side: undefined });\n }\n this.onOrganIriChange();\n }\n }\n\n /**\n * Sets position and rotation to default\n */\n @DataAction()\n setOrganDefaults(): void {\n this.ctx.patchState({\n position: this.defaultPosition,\n rotation: { x: 0, y: 0, z: 0 }\n });\n }\n\n /**\n * Updates the sex\n *\n * @param [sex] The new sex\n */\n @DataAction()\n setSex(sex?: 'male' | 'female'): void {\n this.ctx.patchState({ sex });\n this.onOrganIriChange();\n }\n\n /**\n * Updates the side\n *\n * @param [side] The new side\n */\n @DataAction()\n setSide(side?: 'left' | 'right'): void {\n this.ctx.patchState({ side });\n this.onOrganIriChange();\n }\n\n /**\n * Updates show previous\n *\n * @param showPrevious Whether to show\n */\n @DataAction()\n setShowPrevious(showPrevious: boolean): void {\n this.ctx.patchState({ showPrevious });\n }\n\n /**\n * Updates extraction sites\n *\n * @param extractionSites New array of items\n */\n @DataAction()\n setExtractionSites(extractionSites: VisibilityItem[]): void {\n this.ctx.patchState({ extractionSites });\n }\n\n /**\n * Updates anatomical structures\n *\n * @param anatomicalStructures New array of items\n */\n @DataAction()\n setAnatomicalStructures(anatomicalStructures: VisibilityItem[]): void {\n this.ctx.patchState({ anatomicalStructures });\n }\n\n /**\n * Updates extraction sets\n *\n * @param extractionSets New array of extraction sets\n */\n @DataAction()\n setExtractionSets(extractionSets: ExtractionSet[]): void {\n this.ctx.patchState({ extractionSets });\n }\n\n /**\n * Toggles registration blocks visibility and handles anatomical structures\n * opacity changes accordingly\n *\n * @param visible the visible state to pass along to setShowPrevious()\n * @param previousItems visibilityItems to set anatomical structures\n */\n toggleRegistrationBlocksVisibility(visible: boolean, previousItems: VisibilityItem[]): void {\n this.setShowPrevious(visible);\n\n if (!visible) {\n this.setAnatomicalStructures(previousItems);\n } else {\n const newStructures = previousItems.map(structure => ({\n ...structure, opacity: Math.min(20, structure.opacity ?? 20)\n }));\n this.setAnatomicalStructures(newStructures);\n }\n }\n\n private onOrganIriChange(): void {\n const organIri = this.referenceData.getReferenceOrganIri(\n this.snapshot.organ?.organ || '', this.snapshot.sex, this.snapshot.side, this.snapshot.organ\n );\n const organDimensions: XYZTriplet = { x: 100, y: 100, z: 100 };\n\n if (this.snapshot.organ?.sex) {\n this.ctx.patchState({ sex: this.snapshot.organ?.sex });\n }\n\n if (organIri) {\n const db = this.referenceData.snapshot;\n const asLookup: { [id: string]: VisibilityItem } = {};\n for (const entity of (db.anatomicalStructures[organIri] || [])) {\n const iri = entity.representation_of ?? entity['@id'];\n if (!asLookup[iri]) {\n asLookup[iri] = {\n id: entity.representation_of ?? entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 20,\n tooltip: entity.comment\n };\n }\n }\n this.ctx.patchState({ anatomicalStructures: [{ id: 'all', name: 'all anatomical structures', opacity: 20, visible: true }, ...Object.values(asLookup)] });\n\n const sets: ExtractionSet[] = (db.extractionSets[organIri] || []).map((set) => ({\n name: set.label,\n sites: [{ id: 'all', name: 'all landmarks', visible: true, opacity: 0 }].concat(sortBy(set.extractionSites.map((entity) => ({\n id: entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 0,\n tooltip: entity.comment\n })), 'name'))\n }));\n this.ctx.patchState({ extractionSets: sets });\n this.ctx.patchState({ extractionSites: sets.length > 0 ? sets[0].sites : [] });\n\n const spatialEntity = db.organSpatialEntities[organIri];\n organDimensions.x = spatialEntity.x_dimension;\n organDimensions.y = spatialEntity.y_dimension;\n organDimensions.z = spatialEntity.z_dimension;\n }\n\n this.ctx.patchState({ organIri, organDimensions });\n }\n\n private onReferenceDataChange(): void {\n this.globalConfig.getOption('organ').pipe(\n filterNulls(),\n delay(0),\n switchMap(organ => this.onOrganChange(organ))\n ).subscribe();\n\n this.modelChanged$.pipe(\n skipUntil(this.page.registrationStarted$.pipe(\n filter(started => started),\n ))\n ).subscribe(() => this.page.setHasChanges());\n }\n\n private onOrganChange(organ: string | OrganConfig): Observable {\n let organInfo: OrganInfo | undefined;\n let organSex: 'male' | 'female';\n if (typeof organ === 'string') {\n const organData = this.referenceData.getOrganData(organ);\n organSex = organData?.sex?.toLowerCase() as 'male' | 'female';\n organInfo = organData?.organ;\n } else {\n const organName = organ.name.toLowerCase();\n const organSide = organ.side;\n const ontologyId = organ.ontologyId;\n organSex = organ.sex?.toLowerCase() as 'male' | 'female';\n // check for an id match\n organInfo = this.idMatches(ontologyId, organSide);\n // if no id matches, check for a name match\n if (!organInfo) {\n organInfo = this.nameMatches(organName, organSide);\n }\n }\n\n if (organInfo) {\n this.ctx.patchState({\n organ: organInfo,\n sex: organSex,\n side: organInfo?.side?.toLowerCase() as 'left' | 'right'\n });\n return this.referenceData.state$.pipe(\n tap(() => this.onOrganIriChange())\n );\n }\n\n return EMPTY;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NameInputComponent.html":{"url":"components/NameInputComponent.html","title":"component - NameInputComponent","body":"\n \n\n\n\n\n\n Components\n \n NameInputComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts\n\n\n\n \n Description\n \n \n Component for inputting the researcher's name\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-name-input\n \n\n\n\n \n styleUrls\n ./name-input.component.scss\n \n\n\n\n \n templateUrl\n ./name-input.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n _name\n \n \n \n Readonly\n clsName\n \n \n firstNameValidator\n \n \n lastNameValidator\n \n \n middleNameValidator\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n updateName\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n name\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n nameChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n name\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:82\n \n \n\n \n \n Creates an instance of name input component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n name\n \n \n \n \n Type : UserName\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:62\n \n \n \n \n Current user name\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n nameChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:82\n \n \n \n \n Emits a UserName object\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-name-input\"\n\n \n \n \n \n Default value : 'ccf-name-input'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:40\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n updateName\n \n \n \n \n \n \nupdateName(input: InputEvent, key: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:97\n \n \n\n\n \n \n Updates username with a new entry and emits the UserName object\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n input\n \n InputEvent\n \n\n \n No\n \n\n\n \n InputEvent from the input element which contains the new value\n\n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n firstName or lastName\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n _name\n \n \n \n \n \n \n Type : UserName\n\n \n \n \n \n Default value : {\n firstName: '',\n middleName: '',\n lastName: ''\n }\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:73\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-name-input'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:40\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n firstNameValidator\n \n \n \n \n \n \n Default value : new UntypedFormControl('', [Validators.required])\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:45\n \n \n\n \n \n Used to validate the first name input field.\n\n \n \n\n \n \n \n \n \n \n \n \n lastNameValidator\n \n \n \n \n \n \n Default value : new UntypedFormControl('', [Validators.required])\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:50\n \n \n\n \n \n Used to validate the last name input field.\n\n \n \n\n \n \n \n \n \n \n \n \n middleNameValidator\n \n \n \n \n \n \n Default value : new UntypedFormControl('', [Validators.required])\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:55\n \n \n\n \n \n Used to validate the middle name input field.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n name\n \n \n\n \n \n getname()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:62\n \n \n \n \n Current user name\n\n\n \n Returns : UserName\n\n \n \n \n\n \n \n setname(value: UserName)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:66\n \n \n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n UserName\n \n \n \n No\n \n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { UntypedFormControl, Validators } from '@angular/forms';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * User name data\n */\nexport interface UserName {\n /**\n * User's first name\n */\n firstName: string;\n\n /**\n * User's middle name\n */\n middleName: string;\n\n /**\n * User's last name\n */\n lastName: string;\n}\n\n/**\n * Component for inputting the researcher's name\n */\n@Component({\n selector: 'ccf-name-input',\n templateUrl: './name-input.component.html',\n styleUrls: ['./name-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class NameInputComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-name-input';\n\n /**\n * Used to validate the first name input field.\n */\n firstNameValidator = new UntypedFormControl('', [Validators.required]);\n\n /**\n * Used to validate the last name input field.\n */\n lastNameValidator = new UntypedFormControl('', [Validators.required]);\n\n /**\n * Used to validate the middle name input field.\n */\n middleNameValidator = new UntypedFormControl('', [Validators.required]);\n\n\n /**\n * Current user name\n */\n @Input()\n get name(): UserName {\n return this._name;\n }\n\n set name(value: UserName) {\n this._name = value;\n this.firstNameValidator.setValue(value?.firstName || '');\n this.lastNameValidator.setValue(value?.lastName || '');\n this.middleNameValidator.setValue(value?.middleName || '');\n }\n\n private _name: UserName = {\n firstName: '',\n middleName: '',\n lastName: ''\n };\n\n /**\n * Emits a UserName object\n */\n @Output() readonly nameChange = new EventEmitter();\n\n /**\n * Creates an instance of name input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Updates username with a new entry and emits the UserName object\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key firstName or lastName\n */\n updateName(input: InputEvent, key: string): void {\n const inputTarget = input.target as HTMLInputElement;\n this.name = { ...this.name, [key]: inputTarget.value };\n this.ga.event('name_updated', 'name_input', key);\n this.nameChange.emit(this.name);\n }\n}\n\n \n\n \n \n First Name \n \n\n\n\n Middle Name \n \n\n\n\n Last Name \n \n\n\n \n\n \n \n ./name-input.component.scss\n \n :host {\n display: flex;\n\n .field {\n &:not(:last-child) {\n padding-right: 0.75rem;\n }\n\n .input {\n text-align: left;\n width: 100%;\n font-size: 1rem;\n }\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' First Name Middle Name Last Name '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'NameInputComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/NameInputModule.html":{"url":"modules/NameInputModule.html","title":"module - NameInputModule","body":"\n \n\n\n\n\n Modules\n NameInputModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_NameInputModule\n\n\n\ncluster_NameInputModule_declarations\n\n\n\ncluster_NameInputModule_exports\n\n\n\n\nNameInputComponent\n\nNameInputComponent\n\n\n\nNameInputModule\n\nNameInputModule\n\nNameInputModule -->\n\nNameInputComponent->NameInputModule\n\n\n\n\n\nNameInputComponent \n\nNameInputComponent \n\nNameInputComponent -->\n\nNameInputModule->NameInputComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/name-input/name-input.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n NameInputComponent\n \n \n \n \n Exports\n \n \n NameInputComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { NameInputComponent } from './name-input.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatInputModule,\n FormsModule,\n ReactiveFormsModule,\n MatTooltipModule\n ],\n declarations: [NameInputComponent],\n exports: [NameInputComponent]\n})\nexport class NameInputModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OrganConfig.html":{"url":"interfaces/OrganConfig.html","title":"interface - OrganConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OrganConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n name\n \n \n \n Optional\n \n ontologyId\n \n \n \n Optional\n \n sex\n \n \n \n Optional\n \n side\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: \"large intestine\" | \"heart\" | \"kidney\" | \"spleen\"\n\n \n \n\n\n \n \n Type : \"large intestine\" | \"heart\" | \"kidney\" | \"spleen\"\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n ontologyId\n \n \n \n \n \n \n \n \n ontologyId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: \"male\" | \"female\"\n\n \n \n\n\n \n \n Type : \"male\" | \"female\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n side\n \n \n \n \n \n \n \n \n side: \"left\" | \"right\"\n\n \n \n\n\n \n \n Type : \"left\" | \"right\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { InjectionToken } from '@angular/core';\nimport { GlobalsService } from 'ccf-shared';\nimport { ObservableInput } from 'rxjs';\n\n\nexport interface GlobalConfig {\n baseHref?: string;\n editRegistration?: Record;\n organ?: OrganConfig | string;\n user?: {\n firstName: string;\n lastName: string;\n };\n\n register?: (data: string) => void;\n useDownload?: boolean;\n\n fetchPreviousRegistrations?: () => ObservableInput[]>;\n registrationStarted?: boolean;\n\n cancelRegistration?: () => void;\n\n skipUnsavedChangesConfirmation?: boolean;\n\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n organOptions?: string[];\n}\n\nexport interface OrganConfig {\n name: 'large intestine' | 'heart' | 'kidney' | 'spleen';\n ontologyId?: string;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\ndeclare global {\n let ruiConfig: GlobalConfig;\n}\n\nexport const GLOBAL_CONFIG = new InjectionToken(\n 'Global configuration object'\n);\n\nexport function globalConfigFactory(globals: GlobalsService): GlobalConfig {\n return globals.get('ruiConfig', { user: { firstName: '', lastName: '' } });\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OrganData.html":{"url":"interfaces/OrganData.html","title":"interface - OrganData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OrganData\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n organ\n \n \n \n Optional\n \n sex\n \n \n \n Optional\n \n side\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n organ\n \n \n \n \n \n \n \n \n organ: OrganInfo\n\n \n \n\n\n \n \n Type : OrganInfo\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: \"male\" | \"female\"\n\n \n \n\n\n \n \n Type : \"male\" | \"female\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n side\n \n \n \n \n \n \n \n \n side: \"left\" | \"right\"\n\n \n \n\n\n \n \n Type : \"left\" | \"right\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { SpatialPlacementJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { ExtractionSet, SpatialEntity } from 'ccf-database';\nimport { ALL_ORGANS, GlobalConfigState, GlobalsService, OrganInfo } from 'ccf-shared';\nimport { EMPTY, from, Observable } from 'rxjs';\nimport { catchError, map, switchMap } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { XYZTriplet } from '../model/model.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\nexport function applySpatialPlacement(tx: Matrix4, placement: Immutable): Matrix4 {\n const p = placement;\n let factor: number;\n switch (p.translation_units) {\n case 'centimeter':\n factor = 1 / 100;\n break;\n case 'millimeter':\n factor = 1 / 1000;\n break;\n case 'meter':\n default:\n factor = 1;\n break;\n }\n const T = [p.x_translation, p.y_translation, p.z_translation].map(t => t * factor);\n const R = [p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number];\n const S = [p.x_scaling, p.y_scaling, p.z_scaling];\n\n return tx.translate(T).rotateXYZ(R).scale(S);\n}\n\nexport interface ReferenceDataStateModel {\n organIRILookup: { [lookup: string]: string };\n organSpatialEntities: { [iri: string]: SpatialEntity };\n anatomicalStructures: { [iri: string]: SpatialEntity[] };\n extractionSets: { [iri: string]: ExtractionSet[] };\n sceneNodeLookup: { [iri: string]: SpatialSceneNode };\n simpleSceneNodeLookup: { [iri: string]: SpatialSceneNode };\n placementPatches: { [iri: string]: SpatialPlacementJsonLd };\n}\n\nexport interface OrganData {\n organ: OrganInfo;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'reference',\n defaults: {\n organIRILookup: {},\n organSpatialEntities: {},\n anatomicalStructures: {},\n extractionSets: {},\n sceneNodeLookup: {},\n simpleSceneNodeLookup: {},\n placementPatches: {}\n }\n})\n@Injectable()\nexport class ReferenceDataState extends NgxsImmutableDataRepository {\n\n constructor(\n private readonly globals: GlobalsService,\n private globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.getSourceDB().subscribe(db => {\n this.setState(db);\n\n // In development, make the db globally accessible\n if (!environment.production) {\n this.globals.set('db', db);\n }\n });\n }\n\n private getSourceDB(): Observable {\n return this.globalConfig.getOption('baseHref').pipe(\n map(baseHref => (baseHref ?? '') + 'assets/reference-organ-data.json'),\n switchMap(url => from(fetch(url)).pipe(\n switchMap(data => data.json()),\n catchError(() => EMPTY)\n ))\n );\n }\n\n normalizePlacement(place: SpatialPlacementJsonLd): SpatialPlacementJsonLd {\n const db = this.snapshot;\n const patchPlacement = db.placementPatches[place?.target];\n if (patchPlacement) {\n const matrix = applySpatialPlacement(new Matrix4(Matrix4.IDENTITY), patchPlacement);\n const position: XYZTriplet = { x: place.x_translation, y: place.y_translation, z: place.z_translation };\n const [x, y, z] = matrix.transformAsPoint([ position.x, position.y, position.z ], []);\n const newPlacement = { ...place, target: patchPlacement.target };\n newPlacement.x_translation = x;\n newPlacement.y_translation = y;\n newPlacement.z_translation = z;\n return newPlacement;\n } else {\n return place;\n }\n }\n\n /**\n * Looks up an IRI for a potential reference organ.\n *\n * @param organ the organ\n * @param sex the sex: male, female, or undefined\n * @param side the side: left, right, or undefined\n * @returns An IRI if there is a reference organ for this state, otherwise undefined\n */\n getReferenceOrganIri(organ: string, sex?: 'Male' | 'Female' | string, side?: 'Left' | 'Right' | string, organInfo?: OrganInfo): string | undefined {\n const db = this.snapshot;\n if (organ.toUpperCase() !== 'KIDNEY') {\n side = '';\n }\n if (organInfo?.sex) {\n sex = organInfo.sex;\n }\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const lookup = [organ, sex, side || organInfo?.side].join('|').toUpperCase();\n const key = Object.keys(db.organIRILookup).find((code) => code.toUpperCase().endsWith(lookup));\n return this.getLatestIri(key ? db.organIRILookup[key] : undefined);\n }\n\n /**\n * Looks up organ information from an IRI\n *\n * @param iri The IRI\n * @returns A populated organ data if the IRI is valid, otherwise undefined\n */\n getOrganData(iri: string): OrganData | undefined {\n const updatedIri = this.getLatestIri(iri);\n const state = this.snapshot;\n const entity = state.organSpatialEntities[updatedIri];\n if (!entity) {\n return undefined;\n }\n\n const name = entity.label ?? '';\n const organ = ALL_ORGANS.find(info => name.endsWith(info.organ) && (!entity.side || entity.side.toLowerCase() === info.side));\n if (!organ) {\n return undefined;\n }\n\n return {\n organ,\n sex: entity.sex?.toLowerCase() as 'male' | 'female',\n side: entity.side?.toLowerCase() as 'left' | 'right'\n };\n }\n\n private getLatestIri(organ?: string): string {\n if (!organ) {\n return '';\n }\n const organEntry = this.snapshot.placementPatches[organ];\n return organEntry ? this.getLatestIri(organEntry.target) : organ;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/PageState.html":{"url":"injectables/PageState.html","title":"injectable - PageState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n PageState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n\n\n \n Description\n \n \n General page global state\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n orcidValid$\n \n \n Readonly\n organOptions$\n \n \n Readonly\n registrationCallbackSet$\n \n \n Readonly\n registrationStarted$\n \n \n Readonly\n useCancelRegistrationCallback$\n \n \n Readonly\n user$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n cancelRegistration\n \n \n \n clearHasChanges\n \n \n Private\n initSkipConfirmationListeners\n \n \n isOrcidValid\n \n \n ngxsOnInit\n \n \n Private\n orcidToUri\n \n \n \n registrationStarted\n \n \n \n setHasChanges\n \n \n \n setOrcidId\n \n \n \n setUseCancelRegistrationCallback\n \n \n \n setUserName\n \n \n uriToOrcid\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n skipConfirmation$\n \n \n globalSkipConfirmation$\n \n \n hasChanges$\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(globalConfig: GlobalConfigState, reg: RegistrationState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:86\n \n \n\n \n \n Creates an instance of page state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n The global configuration\n\n \n \n \n reg\n \n \n RegistrationState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n cancelRegistration\n \n \n \n \n \n \ncancelRegistration()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:120\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n clearHasChanges\n \n \n \n \n \n \n \n clearHasChanges()\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:193\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n initSkipConfirmationListeners\n \n \n \n \n \n \n \n initSkipConfirmationListeners()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:199\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n isOrcidValid\n \n \n \n \n \n \nisOrcidValid()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:231\n \n \n\n\n \n \n Checks if current orcid value is in the valid format\n\n\n \n Returns : boolean\n\n \n \n true if orcid valid or blank\n\n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:103\n \n \n\n\n \n \n Initializes this service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n orcidToUri\n \n \n \n \n \n \n \n orcidToUri(id: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:250\n \n \n\n\n \n \n Converts orcid to URI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n orcid id\n\n \n \n \n \n \n \n Returns : string\n\n \n \n orcid URI\n\n \n \n \n \n \n \n \n \n \n \n \n \n registrationStarted\n \n \n \n \n \n \n \n registrationStarted()\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:176\n \n \n\n\n \n \n Sets registrationStarted to true (when initial registration modal is closed)\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n setHasChanges\n \n \n \n \n \n \n \n setHasChanges()\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:183\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n setOrcidId\n \n \n \n \n \n \n \n setOrcidId(id?: string)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:161\n \n \n\n\n \n \n Saves ORCID id as URI\nSets orcidValid to true if blank, otherwise set to true if valid\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n Yes\n \n\n\n \n ORCID id\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setUseCancelRegistrationCallback\n \n \n \n \n \n \n \n setUseCancelRegistrationCallback(use: boolean)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:135\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n use\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setUserName\n \n \n \n \n \n \n \n setUserName(name: Pick)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:145\n \n \n\n\n \n \n Sets the name of the active user.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n name\n \n Pick\n \n\n \n No\n \n\n\n \n The first and last name\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n uriToOrcid\n \n \n \n \n \n \nuriToOrcid(uri?: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:241\n \n \n\n\n \n \n Converts orcid URI to a regular orcid value\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n uri\n \n string\n \n\n \n Yes\n \n\n\n \n orcid uri\n\n \n \n \n \n \n \n Returns : string\n\n \n \n orcid id\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n orcidValid$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.orcidValid))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:68\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n organOptions$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.organOptions))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:67\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n registrationCallbackSet$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.registrationCallbackSet))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:66\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n registrationStarted$\n \n \n \n \n \n \n Default value : this.state$.pipe(pluckUnique('registrationStarted'))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:64\n \n \n\n \n \n registrationStarted observable\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n useCancelRegistrationCallback$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.useCancelRegistrationCallback))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:65\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n user$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.user))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:62\n \n \n\n \n \n Active user observable\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n skipConfirmation$\n \n \n\n \n \n getskipConfirmation$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:71\n \n \n\n \n \n \n \n \n \n \n globalSkipConfirmation$\n \n \n\n \n \n getglobalSkipConfirmation$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:76\n \n \n\n \n \n \n \n \n \n \n hasChanges$\n \n \n\n \n \n gethasChanges$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:84\n \n \n\n \n \n\n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { iif, patch } from '@ngxs/store/operators';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { pluckUnique } from 'ccf-shared/rxjs-ext/operators';\nimport { combineLatest, Observable } from 'rxjs';\nimport { distinctUntilChanged, filter, map, tap, withLatestFrom } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { RegistrationState } from '../registration/registration.state';\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A record with information about a single person */\nexport interface Person {\n firstName: string;\n middleName?: string;\n lastName: string;\n orcidId?: string;\n}\n\n/** Page state model */\nexport interface PageStateModel {\n /** Active user */\n user: Person;\n /** Whether or not the initial registration modal has been closed */\n registrationStarted: boolean;\n useCancelRegistrationCallback: boolean;\n registrationCallbackSet: boolean;\n skipConfirmation: boolean;\n hasChanges: boolean;\n organOptions?: OrganInfo[];\n orcidValid: boolean;\n}\n\n/**\n * General page global state\n */\n@StateRepository()\n@State({\n name: 'page',\n defaults: {\n user: {\n firstName: '',\n lastName: ''\n },\n registrationStarted: false,\n useCancelRegistrationCallback: false,\n registrationCallbackSet: false,\n skipConfirmation: true,\n hasChanges: false,\n organOptions: [],\n orcidValid: false\n }\n})\n@Injectable()\nexport class PageState extends NgxsImmutableDataRepository {\n /** Active user observable */\n readonly user$ = this.state$.pipe(map(x => x?.user));\n /** registrationStarted observable */\n readonly registrationStarted$ = this.state$.pipe(pluckUnique('registrationStarted'));\n readonly useCancelRegistrationCallback$ = this.state$.pipe(map(x => x?.useCancelRegistrationCallback));\n readonly registrationCallbackSet$ = this.state$.pipe(map(x => x?.registrationCallbackSet));\n readonly organOptions$ = this.state$.pipe(map(x => x?.organOptions));\n readonly orcidValid$ = this.state$.pipe(map(x => x?.orcidValid));\n\n @Computed()\n get skipConfirmation$(): Observable {\n return this.state$.pipe(pluckUnique('skipConfirmation'));\n }\n\n @Computed()\n get globalSkipConfirmation$(): Observable {\n return this.globalConfig.getOption('skipUnsavedChangesConfirmation').pipe(\n map(value => value ?? environment.skipUnsavedChangesConfirmation),\n distinctUntilChanged()\n );\n }\n\n @Computed()\n get hasChanges$(): Observable {\n return this.state$.pipe(pluckUnique('hasChanges'));\n }\n\n /**\n * Creates an instance of page state.\n *\n * @param globalConfig The global configuration\n */\n constructor(\n private readonly globalConfig: GlobalConfigState,\n private readonly reg: RegistrationState\n ) {\n super();\n }\n\n /**\n * Initializes this service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n combineLatest([this.reg.state$, this.globalConfig.config$]).pipe(\n tap(([reg, config]) => {\n this.setState(patch({\n registrationCallbackSet: reg.useRegistrationCallback ? !!config.register : false,\n useCancelRegistrationCallback: !!config.cancelRegistration,\n user: iif(!!config.user, config.user!),\n registrationStarted: config.user ?? reg.initialRegistration ? true : undefined\n }));\n })\n ).subscribe();\n\n this.initSkipConfirmationListeners();\n }\n\n cancelRegistration(): void {\n const {\n globalConfig: { snapshot: { cancelRegistration: cancelRegistrationCallback } },\n snapshot: { useCancelRegistrationCallback, skipConfirmation }\n } = this;\n\n if (useCancelRegistrationCallback) {\n // eslint-disable-next-line no-alert\n if (skipConfirmation || confirm('Changes you made may not be saved.')) {\n cancelRegistrationCallback?.();\n }\n }\n }\n\n @DataAction()\n setUseCancelRegistrationCallback(use: boolean): void {\n this.ctx.patchState({ useCancelRegistrationCallback: use });\n }\n\n /**\n * Sets the name of the active user.\n *\n * @param name The first and last name\n */\n @DataAction()\n setUserName(name: Pick): void {\n this.ctx.setState(patch({\n user: patch({\n firstName: name.firstName,\n lastName: name.lastName,\n middleName: name.middleName !== '' ? name.middleName : undefined\n })\n }));\n }\n\n /**\n * Saves ORCID id as URI\n * Sets orcidValid to true if blank, otherwise set to true if valid\n * @param id ORCID id\n */\n @DataAction()\n setOrcidId(id?: string): void {\n this.ctx.setState(patch({\n user: patch({\n orcidId: id ? this.orcidToUri(id) : undefined\n })\n }));\n this.ctx.patchState({\n orcidValid: id ? this.isOrcidValid() : true\n });\n }\n\n /**\n * Sets registrationStarted to true (when initial registration modal is closed)\n */\n @DataAction()\n registrationStarted(): void {\n this.ctx.setState(patch({\n registrationStarted: true\n }));\n }\n\n @DataAction()\n setHasChanges(): void {\n const { snapshot: { registrationStarted, hasChanges } } = this;\n if (registrationStarted && !hasChanges) {\n this.ctx.patchState({\n hasChanges: true\n });\n }\n }\n\n @DataAction()\n clearHasChanges(): void {\n this.ctx.patchState({\n hasChanges: false\n });\n }\n\n private initSkipConfirmationListeners(): void {\n const updateSkipConfirmation = (skipConfirmation: boolean) => this.patchState({ skipConfirmation });\n\n this.globalSkipConfirmation$\n .pipe(filter(s => s))\n .subscribe(updateSkipConfirmation);\n\n this.hasChanges$.pipe(\n withLatestFrom(this.globalSkipConfirmation$),\n map(([hasChanges, skipConfirmation]) => skipConfirmation || !hasChanges),\n distinctUntilChanged()\n ).subscribe(updateSkipConfirmation);\n\n const beforeUnloadListener = (event: BeforeUnloadEvent) => {\n event.preventDefault();\n event.returnValue = 'Changes you made may not be saved.';\n return event.returnValue;\n };\n\n this.skipConfirmation$.subscribe(skipConfirmation => {\n if (skipConfirmation) {\n removeEventListener('beforeunload', beforeUnloadListener);\n } else {\n addEventListener('beforeunload', beforeUnloadListener);\n }\n });\n }\n\n /**\n * Checks if current orcid value is in the valid format\n * @returns true if orcid valid or blank\n */\n isOrcidValid(): boolean {\n const orcId = this.uriToOrcid(this.snapshot.user.orcidId);\n return !!(!orcId || orcId.match('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$'));\n }\n\n /**\n * Converts orcid URI to a regular orcid value\n * @param uri orcid uri\n * @returns orcid id\n */\n uriToOrcid(uri?: string): string {\n return uri ? uri.split('/').slice(-1)[0] : '';\n }\n\n /**\n * Converts orcid to URI\n * @param id orcid id\n * @returns orcid URI\n */\n private orcidToUri(id: string): string {\n const idWithHyphens = id.replace(/-/g, '').replace(/(.{1,4})/g, '$1-').slice(0, -1);\n return 'https://orcid.org/' + idWithHyphens;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/PageStateModel.html":{"url":"interfaces/PageStateModel.html","title":"interface - PageStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n PageStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n\n\n \n Description\n \n \n Page state model\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n hasChanges\n \n \n \n \n orcidValid\n \n \n \n Optional\n \n organOptions\n \n \n \n \n registrationCallbackSet\n \n \n \n \n registrationStarted\n \n \n \n \n skipConfirmation\n \n \n \n \n useCancelRegistrationCallback\n \n \n \n \n user\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n hasChanges\n \n \n \n \n \n \n \n \n hasChanges: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n orcidValid\n \n \n \n \n \n \n \n \n orcidValid: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n organOptions\n \n \n \n \n \n \n \n \n organOptions: OrganInfo[]\n\n \n \n\n\n \n \n Type : OrganInfo[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n registrationCallbackSet\n \n \n \n \n \n \n \n \n registrationCallbackSet: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n registrationStarted\n \n \n \n \n \n \n \n \n registrationStarted: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether or not the initial registration modal has been closed\n\n \n \n \n \n \n \n \n \n \n skipConfirmation\n \n \n \n \n \n \n \n \n skipConfirmation: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n useCancelRegistrationCallback\n \n \n \n \n \n \n \n \n useCancelRegistrationCallback: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n user\n \n \n \n \n \n \n \n \n user: Person\n\n \n \n\n\n \n \n Type : Person\n\n \n \n\n\n\n\n\n \n \n Active user\n\n \n \n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { iif, patch } from '@ngxs/store/operators';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { pluckUnique } from 'ccf-shared/rxjs-ext/operators';\nimport { combineLatest, Observable } from 'rxjs';\nimport { distinctUntilChanged, filter, map, tap, withLatestFrom } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { RegistrationState } from '../registration/registration.state';\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A record with information about a single person */\nexport interface Person {\n firstName: string;\n middleName?: string;\n lastName: string;\n orcidId?: string;\n}\n\n/** Page state model */\nexport interface PageStateModel {\n /** Active user */\n user: Person;\n /** Whether or not the initial registration modal has been closed */\n registrationStarted: boolean;\n useCancelRegistrationCallback: boolean;\n registrationCallbackSet: boolean;\n skipConfirmation: boolean;\n hasChanges: boolean;\n organOptions?: OrganInfo[];\n orcidValid: boolean;\n}\n\n/**\n * General page global state\n */\n@StateRepository()\n@State({\n name: 'page',\n defaults: {\n user: {\n firstName: '',\n lastName: ''\n },\n registrationStarted: false,\n useCancelRegistrationCallback: false,\n registrationCallbackSet: false,\n skipConfirmation: true,\n hasChanges: false,\n organOptions: [],\n orcidValid: false\n }\n})\n@Injectable()\nexport class PageState extends NgxsImmutableDataRepository {\n /** Active user observable */\n readonly user$ = this.state$.pipe(map(x => x?.user));\n /** registrationStarted observable */\n readonly registrationStarted$ = this.state$.pipe(pluckUnique('registrationStarted'));\n readonly useCancelRegistrationCallback$ = this.state$.pipe(map(x => x?.useCancelRegistrationCallback));\n readonly registrationCallbackSet$ = this.state$.pipe(map(x => x?.registrationCallbackSet));\n readonly organOptions$ = this.state$.pipe(map(x => x?.organOptions));\n readonly orcidValid$ = this.state$.pipe(map(x => x?.orcidValid));\n\n @Computed()\n get skipConfirmation$(): Observable {\n return this.state$.pipe(pluckUnique('skipConfirmation'));\n }\n\n @Computed()\n get globalSkipConfirmation$(): Observable {\n return this.globalConfig.getOption('skipUnsavedChangesConfirmation').pipe(\n map(value => value ?? environment.skipUnsavedChangesConfirmation),\n distinctUntilChanged()\n );\n }\n\n @Computed()\n get hasChanges$(): Observable {\n return this.state$.pipe(pluckUnique('hasChanges'));\n }\n\n /**\n * Creates an instance of page state.\n *\n * @param globalConfig The global configuration\n */\n constructor(\n private readonly globalConfig: GlobalConfigState,\n private readonly reg: RegistrationState\n ) {\n super();\n }\n\n /**\n * Initializes this service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n combineLatest([this.reg.state$, this.globalConfig.config$]).pipe(\n tap(([reg, config]) => {\n this.setState(patch({\n registrationCallbackSet: reg.useRegistrationCallback ? !!config.register : false,\n useCancelRegistrationCallback: !!config.cancelRegistration,\n user: iif(!!config.user, config.user!),\n registrationStarted: config.user ?? reg.initialRegistration ? true : undefined\n }));\n })\n ).subscribe();\n\n this.initSkipConfirmationListeners();\n }\n\n cancelRegistration(): void {\n const {\n globalConfig: { snapshot: { cancelRegistration: cancelRegistrationCallback } },\n snapshot: { useCancelRegistrationCallback, skipConfirmation }\n } = this;\n\n if (useCancelRegistrationCallback) {\n // eslint-disable-next-line no-alert\n if (skipConfirmation || confirm('Changes you made may not be saved.')) {\n cancelRegistrationCallback?.();\n }\n }\n }\n\n @DataAction()\n setUseCancelRegistrationCallback(use: boolean): void {\n this.ctx.patchState({ useCancelRegistrationCallback: use });\n }\n\n /**\n * Sets the name of the active user.\n *\n * @param name The first and last name\n */\n @DataAction()\n setUserName(name: Pick): void {\n this.ctx.setState(patch({\n user: patch({\n firstName: name.firstName,\n lastName: name.lastName,\n middleName: name.middleName !== '' ? name.middleName : undefined\n })\n }));\n }\n\n /**\n * Saves ORCID id as URI\n * Sets orcidValid to true if blank, otherwise set to true if valid\n * @param id ORCID id\n */\n @DataAction()\n setOrcidId(id?: string): void {\n this.ctx.setState(patch({\n user: patch({\n orcidId: id ? this.orcidToUri(id) : undefined\n })\n }));\n this.ctx.patchState({\n orcidValid: id ? this.isOrcidValid() : true\n });\n }\n\n /**\n * Sets registrationStarted to true (when initial registration modal is closed)\n */\n @DataAction()\n registrationStarted(): void {\n this.ctx.setState(patch({\n registrationStarted: true\n }));\n }\n\n @DataAction()\n setHasChanges(): void {\n const { snapshot: { registrationStarted, hasChanges } } = this;\n if (registrationStarted && !hasChanges) {\n this.ctx.patchState({\n hasChanges: true\n });\n }\n }\n\n @DataAction()\n clearHasChanges(): void {\n this.ctx.patchState({\n hasChanges: false\n });\n }\n\n private initSkipConfirmationListeners(): void {\n const updateSkipConfirmation = (skipConfirmation: boolean) => this.patchState({ skipConfirmation });\n\n this.globalSkipConfirmation$\n .pipe(filter(s => s))\n .subscribe(updateSkipConfirmation);\n\n this.hasChanges$.pipe(\n withLatestFrom(this.globalSkipConfirmation$),\n map(([hasChanges, skipConfirmation]) => skipConfirmation || !hasChanges),\n distinctUntilChanged()\n ).subscribe(updateSkipConfirmation);\n\n const beforeUnloadListener = (event: BeforeUnloadEvent) => {\n event.preventDefault();\n event.returnValue = 'Changes you made may not be saved.';\n return event.returnValue;\n };\n\n this.skipConfirmation$.subscribe(skipConfirmation => {\n if (skipConfirmation) {\n removeEventListener('beforeunload', beforeUnloadListener);\n } else {\n addEventListener('beforeunload', beforeUnloadListener);\n }\n });\n }\n\n /**\n * Checks if current orcid value is in the valid format\n * @returns true if orcid valid or blank\n */\n isOrcidValid(): boolean {\n const orcId = this.uriToOrcid(this.snapshot.user.orcidId);\n return !!(!orcId || orcId.match('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$'));\n }\n\n /**\n * Converts orcid URI to a regular orcid value\n * @param uri orcid uri\n * @returns orcid id\n */\n uriToOrcid(uri?: string): string {\n return uri ? uri.split('/').slice(-1)[0] : '';\n }\n\n /**\n * Converts orcid to URI\n * @param id orcid id\n * @returns orcid URI\n */\n private orcidToUri(id: string): string {\n const idWithHyphens = id.replace(/-/g, '').replace(/(.{1,4})/g, '$1-').slice(0, -1);\n return 'https://orcid.org/' + idWithHyphens;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Person.html":{"url":"interfaces/Person.html","title":"interface - Person","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Person\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n\n\n \n Description\n \n \n A record with information about a single person\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n firstName\n \n \n \n \n lastName\n \n \n \n Optional\n \n middleName\n \n \n \n Optional\n \n orcidId\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n middleName\n \n \n \n \n \n \n \n \n middleName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n orcidId\n \n \n \n \n \n \n \n \n orcidId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { iif, patch } from '@ngxs/store/operators';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { pluckUnique } from 'ccf-shared/rxjs-ext/operators';\nimport { combineLatest, Observable } from 'rxjs';\nimport { distinctUntilChanged, filter, map, tap, withLatestFrom } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { RegistrationState } from '../registration/registration.state';\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A record with information about a single person */\nexport interface Person {\n firstName: string;\n middleName?: string;\n lastName: string;\n orcidId?: string;\n}\n\n/** Page state model */\nexport interface PageStateModel {\n /** Active user */\n user: Person;\n /** Whether or not the initial registration modal has been closed */\n registrationStarted: boolean;\n useCancelRegistrationCallback: boolean;\n registrationCallbackSet: boolean;\n skipConfirmation: boolean;\n hasChanges: boolean;\n organOptions?: OrganInfo[];\n orcidValid: boolean;\n}\n\n/**\n * General page global state\n */\n@StateRepository()\n@State({\n name: 'page',\n defaults: {\n user: {\n firstName: '',\n lastName: ''\n },\n registrationStarted: false,\n useCancelRegistrationCallback: false,\n registrationCallbackSet: false,\n skipConfirmation: true,\n hasChanges: false,\n organOptions: [],\n orcidValid: false\n }\n})\n@Injectable()\nexport class PageState extends NgxsImmutableDataRepository {\n /** Active user observable */\n readonly user$ = this.state$.pipe(map(x => x?.user));\n /** registrationStarted observable */\n readonly registrationStarted$ = this.state$.pipe(pluckUnique('registrationStarted'));\n readonly useCancelRegistrationCallback$ = this.state$.pipe(map(x => x?.useCancelRegistrationCallback));\n readonly registrationCallbackSet$ = this.state$.pipe(map(x => x?.registrationCallbackSet));\n readonly organOptions$ = this.state$.pipe(map(x => x?.organOptions));\n readonly orcidValid$ = this.state$.pipe(map(x => x?.orcidValid));\n\n @Computed()\n get skipConfirmation$(): Observable {\n return this.state$.pipe(pluckUnique('skipConfirmation'));\n }\n\n @Computed()\n get globalSkipConfirmation$(): Observable {\n return this.globalConfig.getOption('skipUnsavedChangesConfirmation').pipe(\n map(value => value ?? environment.skipUnsavedChangesConfirmation),\n distinctUntilChanged()\n );\n }\n\n @Computed()\n get hasChanges$(): Observable {\n return this.state$.pipe(pluckUnique('hasChanges'));\n }\n\n /**\n * Creates an instance of page state.\n *\n * @param globalConfig The global configuration\n */\n constructor(\n private readonly globalConfig: GlobalConfigState,\n private readonly reg: RegistrationState\n ) {\n super();\n }\n\n /**\n * Initializes this service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n combineLatest([this.reg.state$, this.globalConfig.config$]).pipe(\n tap(([reg, config]) => {\n this.setState(patch({\n registrationCallbackSet: reg.useRegistrationCallback ? !!config.register : false,\n useCancelRegistrationCallback: !!config.cancelRegistration,\n user: iif(!!config.user, config.user!),\n registrationStarted: config.user ?? reg.initialRegistration ? true : undefined\n }));\n })\n ).subscribe();\n\n this.initSkipConfirmationListeners();\n }\n\n cancelRegistration(): void {\n const {\n globalConfig: { snapshot: { cancelRegistration: cancelRegistrationCallback } },\n snapshot: { useCancelRegistrationCallback, skipConfirmation }\n } = this;\n\n if (useCancelRegistrationCallback) {\n // eslint-disable-next-line no-alert\n if (skipConfirmation || confirm('Changes you made may not be saved.')) {\n cancelRegistrationCallback?.();\n }\n }\n }\n\n @DataAction()\n setUseCancelRegistrationCallback(use: boolean): void {\n this.ctx.patchState({ useCancelRegistrationCallback: use });\n }\n\n /**\n * Sets the name of the active user.\n *\n * @param name The first and last name\n */\n @DataAction()\n setUserName(name: Pick): void {\n this.ctx.setState(patch({\n user: patch({\n firstName: name.firstName,\n lastName: name.lastName,\n middleName: name.middleName !== '' ? name.middleName : undefined\n })\n }));\n }\n\n /**\n * Saves ORCID id as URI\n * Sets orcidValid to true if blank, otherwise set to true if valid\n * @param id ORCID id\n */\n @DataAction()\n setOrcidId(id?: string): void {\n this.ctx.setState(patch({\n user: patch({\n orcidId: id ? this.orcidToUri(id) : undefined\n })\n }));\n this.ctx.patchState({\n orcidValid: id ? this.isOrcidValid() : true\n });\n }\n\n /**\n * Sets registrationStarted to true (when initial registration modal is closed)\n */\n @DataAction()\n registrationStarted(): void {\n this.ctx.setState(patch({\n registrationStarted: true\n }));\n }\n\n @DataAction()\n setHasChanges(): void {\n const { snapshot: { registrationStarted, hasChanges } } = this;\n if (registrationStarted && !hasChanges) {\n this.ctx.patchState({\n hasChanges: true\n });\n }\n }\n\n @DataAction()\n clearHasChanges(): void {\n this.ctx.patchState({\n hasChanges: false\n });\n }\n\n private initSkipConfirmationListeners(): void {\n const updateSkipConfirmation = (skipConfirmation: boolean) => this.patchState({ skipConfirmation });\n\n this.globalSkipConfirmation$\n .pipe(filter(s => s))\n .subscribe(updateSkipConfirmation);\n\n this.hasChanges$.pipe(\n withLatestFrom(this.globalSkipConfirmation$),\n map(([hasChanges, skipConfirmation]) => skipConfirmation || !hasChanges),\n distinctUntilChanged()\n ).subscribe(updateSkipConfirmation);\n\n const beforeUnloadListener = (event: BeforeUnloadEvent) => {\n event.preventDefault();\n event.returnValue = 'Changes you made may not be saved.';\n return event.returnValue;\n };\n\n this.skipConfirmation$.subscribe(skipConfirmation => {\n if (skipConfirmation) {\n removeEventListener('beforeunload', beforeUnloadListener);\n } else {\n addEventListener('beforeunload', beforeUnloadListener);\n }\n });\n }\n\n /**\n * Checks if current orcid value is in the valid format\n * @returns true if orcid valid or blank\n */\n isOrcidValid(): boolean {\n const orcId = this.uriToOrcid(this.snapshot.user.orcidId);\n return !!(!orcId || orcId.match('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$'));\n }\n\n /**\n * Converts orcid URI to a regular orcid value\n * @param uri orcid uri\n * @returns orcid id\n */\n uriToOrcid(uri?: string): string {\n return uri ? uri.split('/').slice(-1)[0] : '';\n }\n\n /**\n * Converts orcid to URI\n * @param id orcid id\n * @returns orcid URI\n */\n private orcidToUri(id: string): string {\n const idWithHyphens = id.replace(/-/g, '').replace(/(.{1,4})/g, '$1-').slice(0, -1);\n return 'https://orcid.org/' + idWithHyphens;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ReferenceDataState.html":{"url":"injectables/ReferenceDataState.html","title":"injectable - ReferenceDataState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ReferenceDataState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n\n\n \n Description\n \n \n Data for the main 3d model display\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n getLatestIri\n \n \n getOrganData\n \n \n getReferenceOrganIri\n \n \n Private\n getSourceDB\n \n \n ngxsOnInit\n \n \n normalizePlacement\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(globals: GlobalsService, globalConfig: GlobalConfigState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:75\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n globals\n \n \n GlobalsService\n \n \n \n No\n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n getLatestIri\n \n \n \n \n \n \n \n getLatestIri(organ?: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:176\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organ\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrganData\n \n \n \n \n \n \ngetOrganData(iri: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:155\n \n \n\n\n \n \n Looks up organ information from an IRI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n iri\n \n string\n \n\n \n No\n \n\n\n \n The IRI\n\n \n \n \n \n \n \n Returns : OrganData | undefined\n\n \n \n A populated organ data if the IRI is valid, otherwise undefined\n\n \n \n \n \n \n \n \n \n \n \n \n getReferenceOrganIri\n \n \n \n \n \n \ngetReferenceOrganIri(organ: string, sex?: \"Male\" | \"Female\" | string, side?: \"Left\" | \"Right\" | string, organInfo?: OrganInfo)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:135\n \n \n\n\n \n \n Looks up an IRI for a potential reference organ.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n organ\n \n string\n \n\n \n No\n \n\n\n \n the organ\n\n \n \n \n sex\n \n \"Male\" | \"Female\" | string\n \n\n \n Yes\n \n\n\n \n the sex: male, female, or undefined\n\n \n \n \n side\n \n \"Left\" | \"Right\" | string\n \n\n \n Yes\n \n\n\n \n the side: left, right, or undefined\n\n \n \n \n organInfo\n \n OrganInfo\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : string | undefined\n\n \n \n An IRI if there is a reference organ for this state, otherwise undefined\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n getSourceDB\n \n \n \n \n \n \n \n getSourceDB()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:100\n \n \n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:87\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n normalizePlacement\n \n \n \n \n \n \nnormalizePlacement(place: SpatialPlacementJsonLd)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:110\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n place\n \n SpatialPlacementJsonLd\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialPlacementJsonLd\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { SpatialPlacementJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { ExtractionSet, SpatialEntity } from 'ccf-database';\nimport { ALL_ORGANS, GlobalConfigState, GlobalsService, OrganInfo } from 'ccf-shared';\nimport { EMPTY, from, Observable } from 'rxjs';\nimport { catchError, map, switchMap } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { XYZTriplet } from '../model/model.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\nexport function applySpatialPlacement(tx: Matrix4, placement: Immutable): Matrix4 {\n const p = placement;\n let factor: number;\n switch (p.translation_units) {\n case 'centimeter':\n factor = 1 / 100;\n break;\n case 'millimeter':\n factor = 1 / 1000;\n break;\n case 'meter':\n default:\n factor = 1;\n break;\n }\n const T = [p.x_translation, p.y_translation, p.z_translation].map(t => t * factor);\n const R = [p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number];\n const S = [p.x_scaling, p.y_scaling, p.z_scaling];\n\n return tx.translate(T).rotateXYZ(R).scale(S);\n}\n\nexport interface ReferenceDataStateModel {\n organIRILookup: { [lookup: string]: string };\n organSpatialEntities: { [iri: string]: SpatialEntity };\n anatomicalStructures: { [iri: string]: SpatialEntity[] };\n extractionSets: { [iri: string]: ExtractionSet[] };\n sceneNodeLookup: { [iri: string]: SpatialSceneNode };\n simpleSceneNodeLookup: { [iri: string]: SpatialSceneNode };\n placementPatches: { [iri: string]: SpatialPlacementJsonLd };\n}\n\nexport interface OrganData {\n organ: OrganInfo;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'reference',\n defaults: {\n organIRILookup: {},\n organSpatialEntities: {},\n anatomicalStructures: {},\n extractionSets: {},\n sceneNodeLookup: {},\n simpleSceneNodeLookup: {},\n placementPatches: {}\n }\n})\n@Injectable()\nexport class ReferenceDataState extends NgxsImmutableDataRepository {\n\n constructor(\n private readonly globals: GlobalsService,\n private globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.getSourceDB().subscribe(db => {\n this.setState(db);\n\n // In development, make the db globally accessible\n if (!environment.production) {\n this.globals.set('db', db);\n }\n });\n }\n\n private getSourceDB(): Observable {\n return this.globalConfig.getOption('baseHref').pipe(\n map(baseHref => (baseHref ?? '') + 'assets/reference-organ-data.json'),\n switchMap(url => from(fetch(url)).pipe(\n switchMap(data => data.json()),\n catchError(() => EMPTY)\n ))\n );\n }\n\n normalizePlacement(place: SpatialPlacementJsonLd): SpatialPlacementJsonLd {\n const db = this.snapshot;\n const patchPlacement = db.placementPatches[place?.target];\n if (patchPlacement) {\n const matrix = applySpatialPlacement(new Matrix4(Matrix4.IDENTITY), patchPlacement);\n const position: XYZTriplet = { x: place.x_translation, y: place.y_translation, z: place.z_translation };\n const [x, y, z] = matrix.transformAsPoint([ position.x, position.y, position.z ], []);\n const newPlacement = { ...place, target: patchPlacement.target };\n newPlacement.x_translation = x;\n newPlacement.y_translation = y;\n newPlacement.z_translation = z;\n return newPlacement;\n } else {\n return place;\n }\n }\n\n /**\n * Looks up an IRI for a potential reference organ.\n *\n * @param organ the organ\n * @param sex the sex: male, female, or undefined\n * @param side the side: left, right, or undefined\n * @returns An IRI if there is a reference organ for this state, otherwise undefined\n */\n getReferenceOrganIri(organ: string, sex?: 'Male' | 'Female' | string, side?: 'Left' | 'Right' | string, organInfo?: OrganInfo): string | undefined {\n const db = this.snapshot;\n if (organ.toUpperCase() !== 'KIDNEY') {\n side = '';\n }\n if (organInfo?.sex) {\n sex = organInfo.sex;\n }\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const lookup = [organ, sex, side || organInfo?.side].join('|').toUpperCase();\n const key = Object.keys(db.organIRILookup).find((code) => code.toUpperCase().endsWith(lookup));\n return this.getLatestIri(key ? db.organIRILookup[key] : undefined);\n }\n\n /**\n * Looks up organ information from an IRI\n *\n * @param iri The IRI\n * @returns A populated organ data if the IRI is valid, otherwise undefined\n */\n getOrganData(iri: string): OrganData | undefined {\n const updatedIri = this.getLatestIri(iri);\n const state = this.snapshot;\n const entity = state.organSpatialEntities[updatedIri];\n if (!entity) {\n return undefined;\n }\n\n const name = entity.label ?? '';\n const organ = ALL_ORGANS.find(info => name.endsWith(info.organ) && (!entity.side || entity.side.toLowerCase() === info.side));\n if (!organ) {\n return undefined;\n }\n\n return {\n organ,\n sex: entity.sex?.toLowerCase() as 'male' | 'female',\n side: entity.side?.toLowerCase() as 'left' | 'right'\n };\n }\n\n private getLatestIri(organ?: string): string {\n if (!organ) {\n return '';\n }\n const organEntry = this.snapshot.placementPatches[organ];\n return organEntry ? this.getLatestIri(organEntry.target) : organ;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ReferenceDataStateModel.html":{"url":"interfaces/ReferenceDataStateModel.html","title":"interface - ReferenceDataStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ReferenceDataStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n anatomicalStructures\n \n \n \n \n extractionSets\n \n \n \n \n organIRILookup\n \n \n \n \n organSpatialEntities\n \n \n \n \n placementPatches\n \n \n \n \n sceneNodeLookup\n \n \n \n \n simpleSceneNodeLookup\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructures\n \n \n \n \n \n \n \n \n anatomicalStructures: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n extractionSets\n \n \n \n \n \n \n \n \n extractionSets: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n organIRILookup\n \n \n \n \n \n \n \n \n organIRILookup: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n organSpatialEntities\n \n \n \n \n \n \n \n \n organSpatialEntities: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n placementPatches\n \n \n \n \n \n \n \n \n placementPatches: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n sceneNodeLookup\n \n \n \n \n \n \n \n \n sceneNodeLookup: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n simpleSceneNodeLookup\n \n \n \n \n \n \n \n \n simpleSceneNodeLookup: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { SpatialPlacementJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { ExtractionSet, SpatialEntity } from 'ccf-database';\nimport { ALL_ORGANS, GlobalConfigState, GlobalsService, OrganInfo } from 'ccf-shared';\nimport { EMPTY, from, Observable } from 'rxjs';\nimport { catchError, map, switchMap } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { XYZTriplet } from '../model/model.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\nexport function applySpatialPlacement(tx: Matrix4, placement: Immutable): Matrix4 {\n const p = placement;\n let factor: number;\n switch (p.translation_units) {\n case 'centimeter':\n factor = 1 / 100;\n break;\n case 'millimeter':\n factor = 1 / 1000;\n break;\n case 'meter':\n default:\n factor = 1;\n break;\n }\n const T = [p.x_translation, p.y_translation, p.z_translation].map(t => t * factor);\n const R = [p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number];\n const S = [p.x_scaling, p.y_scaling, p.z_scaling];\n\n return tx.translate(T).rotateXYZ(R).scale(S);\n}\n\nexport interface ReferenceDataStateModel {\n organIRILookup: { [lookup: string]: string };\n organSpatialEntities: { [iri: string]: SpatialEntity };\n anatomicalStructures: { [iri: string]: SpatialEntity[] };\n extractionSets: { [iri: string]: ExtractionSet[] };\n sceneNodeLookup: { [iri: string]: SpatialSceneNode };\n simpleSceneNodeLookup: { [iri: string]: SpatialSceneNode };\n placementPatches: { [iri: string]: SpatialPlacementJsonLd };\n}\n\nexport interface OrganData {\n organ: OrganInfo;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'reference',\n defaults: {\n organIRILookup: {},\n organSpatialEntities: {},\n anatomicalStructures: {},\n extractionSets: {},\n sceneNodeLookup: {},\n simpleSceneNodeLookup: {},\n placementPatches: {}\n }\n})\n@Injectable()\nexport class ReferenceDataState extends NgxsImmutableDataRepository {\n\n constructor(\n private readonly globals: GlobalsService,\n private globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.getSourceDB().subscribe(db => {\n this.setState(db);\n\n // In development, make the db globally accessible\n if (!environment.production) {\n this.globals.set('db', db);\n }\n });\n }\n\n private getSourceDB(): Observable {\n return this.globalConfig.getOption('baseHref').pipe(\n map(baseHref => (baseHref ?? '') + 'assets/reference-organ-data.json'),\n switchMap(url => from(fetch(url)).pipe(\n switchMap(data => data.json()),\n catchError(() => EMPTY)\n ))\n );\n }\n\n normalizePlacement(place: SpatialPlacementJsonLd): SpatialPlacementJsonLd {\n const db = this.snapshot;\n const patchPlacement = db.placementPatches[place?.target];\n if (patchPlacement) {\n const matrix = applySpatialPlacement(new Matrix4(Matrix4.IDENTITY), patchPlacement);\n const position: XYZTriplet = { x: place.x_translation, y: place.y_translation, z: place.z_translation };\n const [x, y, z] = matrix.transformAsPoint([ position.x, position.y, position.z ], []);\n const newPlacement = { ...place, target: patchPlacement.target };\n newPlacement.x_translation = x;\n newPlacement.y_translation = y;\n newPlacement.z_translation = z;\n return newPlacement;\n } else {\n return place;\n }\n }\n\n /**\n * Looks up an IRI for a potential reference organ.\n *\n * @param organ the organ\n * @param sex the sex: male, female, or undefined\n * @param side the side: left, right, or undefined\n * @returns An IRI if there is a reference organ for this state, otherwise undefined\n */\n getReferenceOrganIri(organ: string, sex?: 'Male' | 'Female' | string, side?: 'Left' | 'Right' | string, organInfo?: OrganInfo): string | undefined {\n const db = this.snapshot;\n if (organ.toUpperCase() !== 'KIDNEY') {\n side = '';\n }\n if (organInfo?.sex) {\n sex = organInfo.sex;\n }\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const lookup = [organ, sex, side || organInfo?.side].join('|').toUpperCase();\n const key = Object.keys(db.organIRILookup).find((code) => code.toUpperCase().endsWith(lookup));\n return this.getLatestIri(key ? db.organIRILookup[key] : undefined);\n }\n\n /**\n * Looks up organ information from an IRI\n *\n * @param iri The IRI\n * @returns A populated organ data if the IRI is valid, otherwise undefined\n */\n getOrganData(iri: string): OrganData | undefined {\n const updatedIri = this.getLatestIri(iri);\n const state = this.snapshot;\n const entity = state.organSpatialEntities[updatedIri];\n if (!entity) {\n return undefined;\n }\n\n const name = entity.label ?? '';\n const organ = ALL_ORGANS.find(info => name.endsWith(info.organ) && (!entity.side || entity.side.toLowerCase() === info.side));\n if (!organ) {\n return undefined;\n }\n\n return {\n organ,\n sex: entity.sex?.toLowerCase() as 'male' | 'female',\n side: entity.side?.toLowerCase() as 'left' | 'right'\n };\n }\n\n private getLatestIri(organ?: string): string {\n if (!organ) {\n return '';\n }\n const organEntry = this.snapshot.placementPatches[organ];\n return organEntry ? this.getLatestIri(organEntry.target) : organ;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RegistrationContentComponent.html":{"url":"components/RegistrationContentComponent.html","title":"component - RegistrationContentComponent","body":"\n \n\n\n\n\n\n Components\n \n RegistrationContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts\n\n\n\n \n Description\n \n \n Component containing content of the initial registration modal\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-registration-content\n \n\n\n\n \n styleUrls\n ./registration-content.component.scss\n \n\n\n\n \n templateUrl\n ./registration-content.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n currentOrgan\n \n \n currentSex\n \n \n Public\n dialogRef\n \n \n nameValid\n \n \n orcidValid\n \n \n organList\n \n \n organSelected\n \n \n registrationSelected\n \n \n Readonly\n sexByLabel$\n \n \n sexSelected\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkNameValid\n \n \n closeDialog\n \n \n handleRegistrationSelect\n \n \n organSelect\n \n \n registerButtonClick\n \n \n setSexFromLabel\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(page: PageState, model: ModelState, dialogRef: MatDialogRef, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:50\n \n \n\n \n \n Creates an instance of the registration dialog\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n Page state\n\n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n Model state\n\n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n Registration dialog\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n Change detection\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-registration-content\"\n\n \n \n \n \n Default value : 'ccf-registration-content'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n checkNameValid\n \n \n \n \n \n \ncheckNameValid(event: Pick)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:102\n \n \n\n\n \n \n Checks to see if a first and last name has been entered\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n Pick\n \n\n \n No\n \n\n\n \n Name input event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n closeDialog\n \n \n \n \n \n \ncloseDialog()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:144\n \n \n\n\n \n \n Closes the dialog and sets the correct sex and organ in the model state\nSets block to default position and rotation if user didn't select a registration\nUpdates page state to signal registration has started\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n handleRegistrationSelect\n \n \n \n \n \n \nhandleRegistrationSelect()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:135\n \n \n\n\n \n \n Sets registrationSelected to true when a registration is uploaded\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n organSelect\n \n \n \n \n \n \norganSelect(organ: OrganInfo)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:111\n \n \n\n\n \n \n Updates current organ selected\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n organ\n \n OrganInfo\n \n\n \n No\n \n\n\n \n Organ selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n registerButtonClick\n \n \n \n \n \n \nregisterButtonClick(event?: MouseEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:122\n \n \n\n\n \n \n Handles button click\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n MouseEvent\n \n\n \n Yes\n \n\n\n \n The click event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n Returns nothing is no organ is selected\n\n \n \n \n \n \n \n \n \n \n \n \n setSexFromLabel\n \n \n \n \n \n \nsetSexFromLabel(label: \"Female\" | \"Male\")\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:92\n \n \n\n\n \n \n Updates current sex selected\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n label\n \n \"Female\" | \"Male\"\n \n\n \n No\n \n\n\n \n Sex selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-registration-content'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n currentOrgan\n \n \n \n \n \n \n Type : OrganInfo\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:41\n \n \n\n \n \n Current organ selected\n\n \n \n\n \n \n \n \n \n \n \n \n currentSex\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:38\n \n \n\n \n \n Current sex selected\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n dialogRef\n \n \n \n \n \n \n Type : MatDialogRef\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:63\n \n \n\n \n \n Registration dialog\n \n \n\n \n \n \n \n \n \n \n \n nameValid\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:44\n \n \n\n \n \n Checks if the user has entered a first and last name\n\n \n \n\n \n \n \n \n \n \n \n \n orcidValid\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:47\n \n \n\n \n \n Checks if the entered orcid is valid\n\n \n \n\n \n \n \n \n \n \n \n \n organList\n \n \n \n \n \n \n Default value : RUI_ORGANS\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:29\n \n \n\n \n \n List of selectable organs\n\n \n \n\n \n \n \n \n \n \n \n \n organSelected\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:35\n \n \n\n \n \n Whether an organ has been selected\n\n \n \n\n \n \n \n \n \n \n \n \n registrationSelected\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:50\n \n \n\n \n \n Checks if a preexisting registration was uploaded\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n sexByLabel$\n \n \n \n \n \n \n Default value : this.model.sex$.pipe(\n map(sex => sex === 'female' ? 'Female' : 'Male')\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:24\n \n \n\n \n \n Current sex in the model state\n\n \n \n\n \n \n \n \n \n \n \n \n sexSelected\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:32\n \n \n\n \n \n Whether sex has been selected\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding } from '@angular/core';\nimport { MatDialogRef } from '@angular/material/dialog';\nimport { OrganInfo } from 'ccf-shared';\nimport { map } from 'rxjs/operators';\n\nimport { ModelState, RUI_ORGANS } from '../../../core/store/model/model.state';\nimport { PageState, Person } from '../../../core/store/page/page.state';\n\n\n/**\n * Component containing content of the initial registration modal\n */\n@Component({\n selector: 'ccf-registration-content',\n templateUrl: './registration-content.component.html',\n styleUrls: ['./registration-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RegistrationContentComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-registration-content';\n\n /** Current sex in the model state */\n readonly sexByLabel$ = this.model.sex$.pipe(\n map(sex => sex === 'female' ? 'Female' : 'Male')\n );\n\n /** List of selectable organs */\n organList = RUI_ORGANS;\n\n /** Whether sex has been selected */\n sexSelected: boolean;\n\n /** Whether an organ has been selected */\n organSelected: boolean;\n\n /** Current sex selected */\n currentSex: string;\n\n /** Current organ selected */\n currentOrgan: OrganInfo;\n\n /** Checks if the user has entered a first and last name */\n nameValid: boolean;\n\n /** Checks if the entered orcid is valid */\n orcidValid: boolean;\n\n /** Checks if a preexisting registration was uploaded */\n registrationSelected: boolean;\n\n /**\n * Creates an instance of the registration dialog\n *\n * @param page Page state\n * @param model Model state\n * @param dialogRef Registration dialog\n * @param cdr Change detection\n */\n constructor(\n readonly page: PageState,\n readonly model: ModelState,\n public dialogRef: MatDialogRef,\n cdr: ChangeDetectorRef\n ) {\n this.registrationSelected = false;\n page.user$.subscribe(user => {\n this.checkNameValid(user);\n this.orcidValid = page.isOrcidValid();\n cdr.markForCheck();\n });\n model.organ$.subscribe(organ => {\n this.organSelected = organ.src !== '';\n cdr.markForCheck();\n });\n this.sexByLabel$.subscribe(sex => {\n this.setSexFromLabel(sex);\n cdr.markForCheck();\n });\n dialogRef.disableClose = true;\n this.page.organOptions$.subscribe((options: OrganInfo[]) => {\n this.organList = options;\n cdr.markForCheck();\n });\n }\n\n /**\n * Updates current sex selected\n *\n * @param label Sex selected\n */\n setSexFromLabel(label: 'Female' | 'Male'): void {\n this.currentSex = label;\n this.sexSelected = true;\n }\n\n /**\n * Checks to see if a first and last name has been entered\n *\n * @param event Name input event\n */\n checkNameValid(event: Pick): void {\n this.nameValid = event.firstName.length > 0 && event.lastName.length > 0;\n }\n\n /**\n * Updates current organ selected\n *\n * @param organ Organ selected\n */\n organSelect(organ: OrganInfo): void {\n this.currentOrgan = organ;\n this.organSelected = true;\n }\n\n /**\n * Handles button click\n *\n * @param [event] The click event\n * @returns Returns nothing is no organ is selected\n */\n registerButtonClick(event?: MouseEvent): void {\n if (event) {\n event.preventDefault();\n }\n if (!this.organSelected || !this.nameValid) {\n return;\n }\n this.closeDialog();\n }\n\n /**\n * Sets registrationSelected to true when a registration is uploaded\n */\n handleRegistrationSelect() {\n this.registrationSelected = true;\n }\n\n /**\n * Closes the dialog and sets the correct sex and organ in the model state\n * Sets block to default position and rotation if user didn't select a registration\n * Updates page state to signal registration has started\n */\n closeDialog(): void {\n this.model.setSex(this.currentSex === 'Female' ? 'female' : 'male');\n this.model.setOrgan(this.currentOrgan);\n if (!this.registrationSelected) {\n this.model.setOrganDefaults();\n }\n this.dialogRef.close(true);\n this.page.registrationStarted();\n }\n}\n\n \n\n \n \n Start Registration\n \n Continue\n\n\n \n\n \n \n ./registration-content.component.scss\n \n .modal {\n padding: 2rem;\n border-radius: 0.5rem;\n max-width: 47rem;\n display: flex;\n flex-direction: column;\n gap: 2rem;\n\n .title {\n font-size: 1.25rem;\n font-weight: 600;\n }\n\n .organ-sliders {\n .slider-label {\n font-weight: 600;\n }\n\n display: flex;\n height: 3rem;\n align-items: center;\n }\n\n .selector-label {\n font-weight: 600;\n height: 3rem;\n line-height: 3rem;\n }\n\n .selector-container {\n margin: 0 auto;\n }\n\n .registration-button {\n transition: 0.6s;\n display: flex;\n width: 10rem;\n height: 2rem;\n padding: 0.25rem 1rem;\n justify-content: center;\n align-items: center;\n border-radius: 0.125rem;\n box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);\n cursor: pointer;\n\n &.disabled {\n pointer-events: none;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Start Registration Continue'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RegistrationContentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RegistrationContentModule.html":{"url":"modules/RegistrationContentModule.html","title":"module - RegistrationContentModule","body":"\n \n\n\n\n\n Modules\n RegistrationContentModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RegistrationContentModule\n\n\n\ncluster_RegistrationContentModule_declarations\n\n\n\ncluster_RegistrationContentModule_imports\n\n\n\ncluster_RegistrationContentModule_exports\n\n\n\n\nRegistrationContentComponent\n\nRegistrationContentComponent\n\n\n\nRegistrationContentModule\n\nRegistrationContentModule\n\nRegistrationContentModule -->\n\nRegistrationContentComponent->RegistrationContentModule\n\n\n\n\n\nRegistrationContentComponent \n\nRegistrationContentComponent \n\nRegistrationContentComponent -->\n\nRegistrationContentModule->RegistrationContentComponent \n\n\n\n\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule\n\nRegistrationContentModule -->\n\nRegistrationMetadataModule->RegistrationContentModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RegistrationContentComponent\n \n \n \n \n Imports\n \n \n RegistrationMetadataModule\n \n \n \n \n Exports\n \n \n RegistrationContentComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { RegistrationMetadataModule } from '../../../shared/components/registration-metadata/registration-metadata.module';\nimport { RegistrationContentComponent } from './registration-content.component';\n\n\n@NgModule({\n declarations: [RegistrationContentComponent],\n imports: [CommonModule, MatTooltipModule, RegistrationMetadataModule, MatButtonModule],\n exports: [RegistrationContentComponent]\n})\nexport class RegistrationContentModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RegistrationMetadataComponent.html":{"url":"components/RegistrationMetadataComponent.html","title":"component - RegistrationMetadataComponent","body":"\n \n\n\n\n\n\n Components\n \n RegistrationMetadataComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts\n\n\n\n \n Description\n \n \n Right side registration menu\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-registration-metadata\n \n\n\n\n \n styleUrls\n ./registration-metadata.component.scss\n \n\n\n\n \n templateUrl\n ./registration-metadata.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n nameValid\n \n \n Optional\n orcId\n \n \n orcidControl\n \n \n uploadText\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkNameValid\n \n \n getErrorMessage\n \n \n handleRegistrationUpload\n \n \n setSexFromLabel\n \n \n updateOrcid\n \n \n \n \n\n\n \n \n Outputs\n \n \n \n \n \n \n registrationSelected\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(model: ModelState, registration: RegistrationState, page: PageState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:33\n \n \n\n \n \n Creates an instance of registration metadata component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n Model state\n\n \n \n \n registration\n \n \n RegistrationState\n \n \n \n No\n \n \n \n Registration state\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n Page state\n\n \n \n \n \n \n \n \n \n \n\n\n\n \n Outputs\n \n \n \n \n \n registrationSelected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:21\n \n \n \n \n Emits when user has uploaded registration\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n checkNameValid\n \n \n \n \n \n \ncheckNameValid(event: Pick)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:84\n \n \n\n\n \n \n Checks to see if a first and last name has been entered\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n Pick\n \n\n \n No\n \n\n\n \n Name input event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getErrorMessage\n \n \n \n \n \n \ngetErrorMessage()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:59\n \n \n\n\n \n \n Error message to inform user if orcid is invalid\n\n\n \n Returns : string\n\n \n \n Error message\n\n \n \n \n \n \n \n \n \n \n \n \n handleRegistrationUpload\n \n \n \n \n \n \nhandleRegistrationUpload(reg: SpatialEntityJsonLd)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:75\n \n \n\n\n \n \n Emits registrationSelected and calls editRegistration in state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n reg\n \n SpatialEntityJsonLd\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSexFromLabel\n \n \n \n \n \n \nsetSexFromLabel(label: \"Female\" | \"Male\")\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:92\n \n \n\n\n \n \n Updates current sex selected\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n label\n \n \"Female\" | \"Male\"\n \n\n \n No\n \n\n\n \n Sex selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateOrcid\n \n \n \n \n \n \nupdateOrcid(value: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:67\n \n \n\n\n \n \n Updates orcid value\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n Orcid value entered\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n nameValid\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:24\n \n \n\n \n \n Checks if first and last name has been entered\n\n \n \n\n \n \n \n \n \n \n \n \n Optional\n orcId\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:27\n \n \n\n \n \n Orcid URI converted to regular id\n\n \n \n\n \n \n \n \n \n \n \n \n orcidControl\n \n \n \n \n \n \n Default value : new FormControl('', [Validators.pattern('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$')])\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:33\n \n \n\n \n \n Form control for validating orcid id\n\n \n \n\n \n \n \n \n \n \n \n \n uploadText\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:30\n \n \n\n \n \n Text to inform user if a registration file has been uploaded\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';\n\nimport { ModelState } from '../../../core/store/model/model.state';\nimport { PageState, Person } from '../../../core/store/page/page.state';\nimport { RegistrationState } from '../../../core/store/registration/registration.state';\nimport { FormControl, Validators } from '@angular/forms';\nimport { SpatialEntityJsonLd } from 'ccf-body-ui';\n\n/**\n * Right side registration menu\n */\n@Component({\n selector: 'ccf-registration-metadata',\n templateUrl: './registration-metadata.component.html',\n styleUrls: ['./registration-metadata.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n\n})\nexport class RegistrationMetadataComponent {\n /** Emits when user has uploaded registration */\n @Output() readonly registrationSelected = new EventEmitter();\n\n /** Checks if first and last name has been entered */\n nameValid: boolean;\n\n /** Orcid URI converted to regular id */\n orcId?: string;\n\n /** Text to inform user if a registration file has been uploaded */\n uploadText: string;\n\n /** Form control for validating orcid id */\n orcidControl = new FormControl('', [Validators.pattern('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$')]);\n\n /**\n * Creates an instance of registration metadata component.\n * @param model Model state\n * @param registration Registration state\n * @param page Page state\n */\n constructor(\n readonly model: ModelState,\n readonly registration: RegistrationState,\n readonly page: PageState,\n ) {\n page.user$.subscribe(user => {\n this.checkNameValid(user);\n this.orcId = page.uriToOrcid(user.orcidId);\n });\n registration.state$.subscribe(reg => {\n this.uploadText = reg.initialRegistration ? 'File(s) uploaded' : 'No file(s) uploaded';\n });\n }\n\n /**\n * Error message to inform user if orcid is invalid\n * @returns Error message\n */\n getErrorMessage(): string {\n return this.orcidControl.hasError('pattern') ? 'Not a valid ORCID' : '';\n }\n\n /**\n * Updates orcid value\n * @param value Orcid value entered\n */\n updateOrcid(value: string): void {\n this.page.setOrcidId(value);\n }\n\n /**\n * Emits registrationSelected and calls editRegistration in state\n * @param event Registration uploaded\n */\n handleRegistrationUpload(reg: SpatialEntityJsonLd): void {\n this.registrationSelected.emit();\n this.registration.editRegistration(reg);\n }\n\n /**\n * Checks to see if a first and last name has been entered\n * @param event Name input event\n */\n checkNameValid(event: Pick): void {\n this.nameValid = event.firstName.length > 0 && event.lastName.length > 0;\n }\n\n /**\n * Updates current sex selected\n * @param label Sex selected\n */\n setSexFromLabel(label: 'Female' | 'Male'): void {\n this.model.setSex(label.toLowerCase() as 'male' | 'female');\n }\n}\n\n \n\n \n \n Author Data\n\n \n \n\n \n ORCID identifier (optional)\n \n {{getErrorMessage()}}\n \n\n\n\n Donor Data\n\n \n Donor Sex: \n \n Male\n Female\n \n \n\n \n Select an organ: \n \n Organs\n \n \n {{organ.name}}\n \n \n \n \n\n \n Upload previous registration data (optional):\n\n \n\n {{uploadText}}\n\n \n\n\n \n\n \n \n ./registration-metadata.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n gap: 2rem;\n\n .section-title {\n font-weight: 400;\n line-height: 1.5rem;\n margin: 0;\n padding-bottom: 1.5rem;\n }\n\n .label {\n font-size: 1rem;\n font-weight: 700;\n line-height: 1.5rem;\n }\n\n ::ng-deep .mat-mdc-form-field-infix {\n padding-bottom: 0 !important;\n min-height: inherit;\n }\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n padding-bottom: .3rem !important;\n }\n\n .author-section {\n display: flex;\n flex-direction: column;\n\n .orcid-input {\n width: 100%;\n font-size: 1rem;\n }\n }\n\n .donor-section {\n display: flex;\n flex-direction: column;\n\n .sex-toggle {\n display: flex;\n align-items: center;\n padding-bottom: 1.5rem;\n\n .label {\n padding-right: 1rem;\n }\n\n mat-radio-group {\n display: flex;\n gap: 3rem;\n }\n }\n\n .organ-selector {\n padding-bottom: 1.5rem;\n\n ::ng-deep .mat-mdc-select-value {\n font-size: 1rem;\n }\n }\n\n .upload-registration {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n\n ccf-json-file-reader {\n ::ng-deep button {\n width: 10rem;\n height: 2rem;\n padding: 0.25rem 1rem;\n border-radius: 0.125rem;\n }\n }\n }\n }\n\n ::ng-deep .mdc-line-ripple::before,\n .mdc-line-ripple::after {\n border-bottom-width: 0.125rem !important;\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Author Data ORCID identifier (optional) {{getErrorMessage()}} Donor Data Donor Sex: Male Female Select an organ: Organs {{organ.name}} Upload previous registration data (optional): {{uploadText}} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RegistrationMetadataComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RegistrationMetadataModule.html":{"url":"modules/RegistrationMetadataModule.html","title":"module - RegistrationMetadataModule","body":"\n \n\n\n\n\n Modules\n RegistrationMetadataModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RegistrationMetadataModule\n\n\n\ncluster_RegistrationMetadataModule_declarations\n\n\n\ncluster_RegistrationMetadataModule_exports\n\n\n\ncluster_RegistrationMetadataModule_imports\n\n\n\n\nRegistrationMetadataComponent\n\nRegistrationMetadataComponent\n\n\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule -->\n\nRegistrationMetadataComponent->RegistrationMetadataModule\n\n\n\n\n\nRegistrationMetadataComponent \n\nRegistrationMetadataComponent \n\nRegistrationMetadataComponent -->\n\nRegistrationMetadataModule->RegistrationMetadataComponent \n\n\n\n\n\nJsonFileReaderModule\n\nJsonFileReaderModule\n\nRegistrationMetadataModule -->\n\nJsonFileReaderModule->RegistrationMetadataModule\n\n\n\n\n\nNameInputModule\n\nNameInputModule\n\nRegistrationMetadataModule -->\n\nNameInputModule->RegistrationMetadataModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RegistrationMetadataComponent\n \n \n \n \n Imports\n \n \n JsonFileReaderModule\n \n \n NameInputModule\n \n \n \n \n Exports\n \n \n RegistrationMetadataComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { RegistrationMetadataComponent } from './registration-metadata.component';\nimport { NameInputModule } from '../name-input/name-input.module';\nimport { MatRadioModule } from '@angular/material/radio';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatButtonModule } from '@angular/material/button';\nimport { JsonFileReaderModule } from '../json-file-reader/json-file-reader.module';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatInputModule,\n FormsModule,\n ReactiveFormsModule,\n MatTooltipModule,\n NameInputModule,\n MatRadioModule,\n MatFormFieldModule,\n MatSelectModule,\n MatButtonModule,\n MatTooltipModule,\n JsonFileReaderModule\n ],\n declarations: [RegistrationMetadataComponent],\n exports: [RegistrationMetadataComponent]\n})\nexport class RegistrationMetadataModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RegistrationModalComponent.html":{"url":"components/RegistrationModalComponent.html","title":"component - RegistrationModalComponent","body":"\n \n\n\n\n\n\n Components\n \n RegistrationModalComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts\n\n\n\n \n Description\n \n \n Registration modal that appears on startup\n\n \n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-registration-modal\n \n\n\n\n\n\n\n \n templateUrl\n ./registration-modal.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n Public\n dialog\n \n \n dialogOpen\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n openDialog\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog, page: PageState, model: ModelState, referenceData: ReferenceDataState, globalConfig: GlobalConfigState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:27\n \n \n\n \n \n Creates an instance of registration modal component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n Dialog for the modal\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n \n \n \n referenceData\n \n \n ReferenceDataState\n \n \n \n No\n \n \n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-registration-modal\"\n\n \n \n \n \n Default value : 'ccf-registration-modal'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:24\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:45\n \n \n\n\n \n \n Opens the dialog on startup (but not if cancel registration callback is set)\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n openDialog\n \n \n \n \n \n \nopenDialog()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:69\n \n \n\n\n \n \n Opens dialog\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-registration-modal'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:24\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n dialog\n \n \n \n \n \n \n Type : MatDialog\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:35\n \n \n\n \n \n Dialog for the modal\n \n \n\n \n \n \n \n \n \n \n \n dialogOpen\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:27\n \n \n\n \n \n Checks if registration dialog has been opened\n\n \n \n\n \n \n\n\n\n\n\n \n import { Component, HostBinding, OnInit } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { GlobalConfigState } from 'ccf-shared';\nimport { combineLatest } from 'rxjs';\nimport { tap } from 'rxjs/operators';\n\nimport { GlobalConfig } from '../../../core/services/config/config';\nimport { ModelState } from '../../../core/store/model/model.state';\nimport { PageState } from '../../../core/store/page/page.state';\nimport { ReferenceDataState } from '../../../core/store/reference-data/reference-data.state';\nimport { RegistrationContentComponent } from '../registration-content/registration-content.component';\n\n\n/**\n * Registration modal that appears on startup\n */\n// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection\n@Component({\n selector: 'ccf-registration-modal',\n templateUrl: './registration-modal.component.html'\n})\nexport class RegistrationModalComponent implements OnInit {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-registration-modal';\n\n /** Checks if registration dialog has been opened */\n dialogOpen = false;\n\n /**\n * Creates an instance of registration modal component.\n *\n * @param dialog Dialog for the modal\n */\n constructor(\n public dialog: MatDialog,\n private readonly page: PageState,\n private readonly model: ModelState,\n private readonly referenceData: ReferenceDataState,\n private readonly globalConfig: GlobalConfigState\n ) {}\n\n /**\n * Opens the dialog on startup (but not if cancel registration callback is set)\n */\n ngOnInit(): void {\n combineLatest([this.page.state$, this.model.state$, this.referenceData.state$, this.globalConfig.state$]).pipe(\n tap(([page, model, data, global]) => {\n if (this.dialogOpen) {\n return;\n }\n if (global.editRegistration) {\n return;\n }\n if (Object.keys(data.organIRILookup).length === 0) {\n return;\n }\n if (page.user.firstName !== '' && page.user.lastName !== '' && model.organ.src !== '') {\n return;\n }\n this.dialogOpen = true;\n this.openDialog();\n })\n ).subscribe();\n }\n\n /**\n * Opens dialog\n */\n openDialog(): void {\n this.dialog.open(RegistrationContentComponent, {\n autoFocus: false,\n });\n }\n}\n\n \n\n \n \n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RegistrationModalComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RegistrationModalModule.html":{"url":"modules/RegistrationModalModule.html","title":"module - RegistrationModalModule","body":"\n \n\n\n\n\n Modules\n RegistrationModalModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RegistrationModalModule\n\n\n\ncluster_RegistrationModalModule_declarations\n\n\n\ncluster_RegistrationModalModule_imports\n\n\n\ncluster_RegistrationModalModule_exports\n\n\n\n\nRegistrationModalComponent\n\nRegistrationModalComponent\n\n\n\nRegistrationModalModule\n\nRegistrationModalModule\n\nRegistrationModalModule -->\n\nRegistrationModalComponent->RegistrationModalModule\n\n\n\n\n\nRegistrationModalComponent \n\nRegistrationModalComponent \n\nRegistrationModalComponent -->\n\nRegistrationModalModule->RegistrationModalComponent \n\n\n\n\n\nRegistrationContentModule\n\nRegistrationContentModule\n\nRegistrationModalModule -->\n\nRegistrationContentModule->RegistrationModalModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RegistrationModalComponent\n \n \n \n \n Imports\n \n \n RegistrationContentModule\n \n \n \n \n Exports\n \n \n RegistrationModalComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RegistrationModalComponent } from './registration-modal.component';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { MatIconModule } from '@angular/material/icon';\nimport { RegistrationContentModule } from '../registration-content/registration-content.module';\n\n@NgModule({\n declarations: [RegistrationModalComponent],\n imports: [CommonModule, MatDialogModule, MatIconModule, RegistrationContentModule],\n exports: [RegistrationModalComponent]\n})\nexport class RegistrationModalModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/RegistrationStateModel.html":{"url":"interfaces/RegistrationStateModel.html","title":"interface - RegistrationStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n RegistrationStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/registration/registration.state.ts\n \n\n\n \n Description\n \n \n Registration state model\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n displayErrors\n \n \n \n Optional\n \n initialRegistration\n \n \n \n \n registrations\n \n \n \n \n useRegistrationCallback\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n displayErrors\n \n \n \n \n \n \n \n \n displayErrors: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether or not to display user registration errors\n\n \n \n \n \n \n \n \n \n \n initialRegistration\n \n \n \n \n \n \n \n \n initialRegistration: SpatialEntityJsonLd\n\n \n \n\n\n \n \n Type : SpatialEntityJsonLd\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Registration provided by user\n\n \n \n \n \n \n \n \n \n \n registrations\n \n \n \n \n \n \n \n \n registrations: Record[]\n\n \n \n\n\n \n \n Type : Record[]\n\n \n \n\n\n\n\n\n \n \n Previous registrations\n\n \n \n \n \n \n \n \n \n \n useRegistrationCallback\n \n \n \n \n \n \n \n \n useRegistrationCallback: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether to use the registration callback function\n\n \n \n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { insertItem, patch } from '@ngxs/store/operators';\nimport { SpatialEntityJsonLd } from 'ccf-body-ui';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { filterNulls } from 'ccf-shared/rxjs-ext/operators';\nimport { saveAs } from 'file-saver';\nimport { combineLatest, Observable } from 'rxjs';\nimport { map, startWith, switchMap, take, tap } from 'rxjs/operators';\nimport { v4 as uuidV4 } from 'uuid';\n\nimport { Tag } from '../../models/anatomical-structure-tag';\nimport { MetaData } from '../../models/meta-data';\nimport { GlobalConfig } from '../../services/config/config';\nimport { AnatomicalStructureTagState } from '../anatomical-structure-tags/anatomical-structure-tags.state';\nimport { ModelState, ModelStateModel, RUI_ORGANS, XYZTriplet } from '../model/model.state';\nimport { PageState, PageStateModel } from '../page/page.state';\nimport { ReferenceDataState } from '../reference-data/reference-data.state';\n\n\n/**\n * Registration state model\n */\nexport interface RegistrationStateModel {\n /** Whether to use the registration callback function */\n useRegistrationCallback: boolean;\n /** Whether or not to display user registration errors */\n displayErrors: boolean;\n /** Previous registrations */\n registrations: Record[];\n /** Registration provided by user */\n initialRegistration?: SpatialEntityJsonLd;\n}\n\n\n/**\n * Data for model registrations\n */\n@StateRepository()\n@State({\n name: 'registration',\n defaults: {\n useRegistrationCallback: false,\n displayErrors: false,\n registrations: []\n }\n})\n@Injectable()\nexport class RegistrationState extends NgxsImmutableDataRepository {\n readonly displayErrors$ = this.state$.pipe(map(x => x?.displayErrors));\n\n /** Observable of registration metadata */\n @Computed()\n get metadata$(): Observable {\n return combineLatest([this.page.state$, this.model.state$, this.tags.tags$]).pipe(\n map(([page, model, tags]) => this.buildMetadata(page, model, tags))\n );\n }\n\n /** Observable of registration data in jsonld format */\n @Computed()\n get jsonld$(): Observable> {\n return combineLatest([this.page.state$, this.model.state$, this.tags.tags$]).pipe(\n map(([page, model, tags]) => this.buildJsonLd(page, model, tags))\n );\n }\n\n @Computed()\n get valid$(): Observable {\n return combineLatest([this.page.state$, this.model.state$]).pipe(\n map(() => this.isValid)\n );\n }\n\n /**\n * Observable of previous registrations\n */\n @Computed()\n get previousRegistrations$(): Observable[]> {\n const { globalConfig, state$ } = this;\n const regs = state$.pipe(map(x => x?.registrations));\n const fetched = globalConfig.getOption('fetchPreviousRegistrations').pipe(\n switchMap(fetch => fetch?.() ?? [[]]),\n startWith([])\n );\n\n return combineLatest([regs, fetched]).pipe(\n map(([local, external]) => [...local, ...external])\n );\n }\n\n /** Current uuid identifier used when registering */\n @Computed()\n private get currentIdentifier(): string {\n return uuidV4();\n }\n\n /** Time of last modification to registration data */\n @Computed()\n private get currentDate(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n /** Reference to the page state */\n private page: PageState;\n\n /** Reference to the model state */\n private model: ModelState;\n\n /** Reference to the AS Tag state */\n private tags: AnatomicalStructureTagState;\n\n /** Reference to the reference data state */\n private refData: ReferenceDataState;\n\n /**\n * Creates an instance of registration state.\n *\n * @param injector Injector service used to lazy load page and model state\n * @param globalConfig The global configuration\n */\n constructor(\n private readonly injector: Injector,\n private readonly globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.page = this.injector.get(PageState);\n this.model = this.injector.get(ModelState);\n this.tags = this.injector.get(AnatomicalStructureTagState);\n this.refData = this.injector.get(ReferenceDataState);\n\n this.refData.state$.subscribe(() => {\n this.globalConfig.config$.pipe(\n take(1),\n tap(({ useDownload, register, organOptions }) => {\n this.ctx.patchState({\n useRegistrationCallback: !!(!useDownload && register),\n });\n this.page.setOrcidId();\n this.model.setOrganDefaults();\n this.setOrganSelection(organOptions as string[]);\n })\n ).subscribe();\n\n this.globalConfig.getOption('editRegistration').pipe(\n filterNulls(),\n tap(reg => {\n this.editRegistration(reg as SpatialEntityJsonLd);\n })\n ).subscribe();\n });\n }\n\n async editRegistration(reg: SpatialEntityJsonLd): Promise {\n this.ctx.patchState({ initialRegistration: reg });\n const place = this.refData.normalizePlacement(\n Array.isArray(reg.placement) ? reg.placement[0] : reg.placement\n );\n const data = this.refData.getOrganData(place.target);\n\n this.page.setUserName({\n firstName: reg.creator_first_name,\n middleName: reg.creator_middle_name,\n lastName: reg.creator_last_name\n });\n\n const orcid = this.page.uriToOrcid(reg.creator_orcid);\n this.page.setOrcidId(orcid);\n\n if (data) {\n this.model.setOrgan(data.organ);\n if (data.sex) {\n this.model.setSex(data.sex);\n }\n if (data.side) {\n this.model.setSide(data.side);\n }\n }\n\n this.model.setBlockSize({ x: reg.x_dimension, y: reg.y_dimension, z: reg.z_dimension });\n this.model.setRotation({ x: place.x_rotation, y: place.y_rotation, z: place.z_rotation });\n this.model.setSlicesConfig({ thickness: reg.slice_thickness || NaN, numSlices: reg.slice_count || NaN });\n\n this.model.setPosition({ x: place.x_translation, y: place.y_translation, z: place.z_translation });\n const iris = new Set(reg.ccf_annotations);\n this.tags.addTags(\n this.model.snapshot.anatomicalStructures\n .filter(item => iris.has(item.id as string))\n .map((item) => ({ id: item.id, label: item.name, type: 'added' }))\n );\n\n this.page.registrationStarted();\n }\n\n /**\n * Sets whether to use the registration callback function or download.\n *\n * @param use True to use the callback, false to download\n */\n @DataAction()\n setUseRegistrationCallback(use: boolean): void {\n this.ctx.patchState({ useRegistrationCallback: use });\n }\n\n /**\n * Set's whether or not we should display the user's registration errors\n *\n * @param displayErrors the value to set it to\n */\n @DataAction()\n setDisplayErrors(displayErrors: boolean): void {\n this.ctx.patchState({ displayErrors });\n }\n\n /**\n * Adds an entry to the previous registrations\n *\n * @param registration The new entry\n */\n @DataAction()\n addRegistration(registration: Record): void {\n this.ctx.setState(patch({\n registrations: insertItem(registration as Immutable>)\n }));\n this.page.registrationStarted();\n }\n\n /**\n * Sets organ options in the RUI\n * @param ids list of organ ids\n */\n @DataAction()\n setOrganSelection(ids: string[] = []): void {\n this.page.patchState({ organOptions: this.organListOptions(ids) });\n }\n\n isDataValid(page: Immutable, model: Immutable): boolean {\n const requiredValues = [\n page.user.firstName,\n page.user.lastName,\n page.orcidValid,\n model.organ.src,\n model.organ.name,\n model.organ.organ\n ];\n\n return requiredValues.every(value => !!value);\n }\n\n @Computed()\n get isValid(): boolean {\n return this.isDataValid(this.page.snapshot, this.model.snapshot);\n }\n\n /**\n * Registers or downloads json data.\n *\n * @param [useCallback] Explicit override selecting the register/download action\n */\n register(useCallback?: boolean): void {\n this.page.registrationStarted();\n if (!this.isValid) {\n return;\n }\n\n const {\n globalConfig: { snapshot: { register: registrationCallback } },\n page, model, snapshot\n } = this;\n const jsonObj = this.buildJsonLd(page.snapshot, model.snapshot, this.tags.latestTags);\n const json = JSON.stringify(jsonObj, undefined, 2);\n\n if (useCallback ?? (useCallback === undefined && snapshot.useRegistrationCallback)) {\n registrationCallback?.(json);\n\n } else {\n const data = new Blob([json], {\n type: 'application/json',\n endings: 'native'\n });\n\n saveAs(data, 'registration-data.json');\n }\n\n this.setDisplayErrors(false);\n this.page.clearHasChanges();\n this.addRegistration(jsonObj);\n }\n\n /**\n * Sets the state back to the initial registration\n */\n setToInitialRegistration() {\n const { page } = this;\n\n const initialWithChanges: SpatialEntityJsonLd | undefined = {\n ...this.snapshot.initialRegistration as SpatialEntityJsonLd,\n creator_first_name: page.snapshot.user.firstName,\n creator_last_name: page.snapshot.user.lastName,\n creator_middle_name: page.snapshot.user.middleName,\n creator_orcid: page.snapshot.user.orcidId\n };\n\n this.editRegistration(initialWithChanges);\n }\n\n /**\n * Builds a metadata array from the specified data.\n *\n * @param page The current page state data\n * @param model The current model state data\n * @returns metadata An array of label-value objects\n */\n private buildMetadata(\n page: Immutable,\n model: Immutable,\n tags: Tag[]\n ): MetaData {\n const data: MetaData = [];\n\n if (!page.registrationCallbackSet) {\n data.push(\n { label: 'First Name', value: page.user.firstName },\n { label: 'Last Name', value: page.user.lastName }\n );\n }\n\n data.push(\n { label: 'Reference Organ Name', value: model.organ.name },\n { label: 'Tissue Block Dimensions (mm)', value: this.xyzTripletToString(model.blockSize) },\n { label: 'Tissue Block Position (mm)', value: this.xyzTripletToString(model.position) },\n { label: 'Tissue Block Rotation', value: this.xyzTripletToString(model.rotation) },\n { label: 'Anatomical Structure Tags', value: tags.map(t => t.label).join(', ') },\n { label: 'Time Stamp', value: this.currentDate },\n { label: 'Alignment ID', value: this.currentIdentifier }\n );\n\n return data;\n }\n\n /**\n * Converts the registration data into jsonld format.\n *\n * @param page The current page state data\n * @param model The current model state data\n * @returns A jsonld object\n */\n private buildJsonLd(\n page: Immutable,\n model: Immutable,\n tags: Tag[]\n ): Record {\n return {\n '@context': 'https://hubmapconsortium.github.io/ccf-ontology/ccf-context.jsonld',\n '@id': `http://purl.org/ccf/1.5/${this.currentIdentifier}`,\n '@type': 'SpatialEntity',\n label: model.label || undefined,\n creator: `${page.user.firstName} ${page.user.middleName ? page.user.middleName + ' ' : ''}${page.user.lastName}`,\n creator_first_name: page.user.firstName,\n creator_last_name: page.user.lastName,\n creator_middle_name: page.user.middleName,\n creator_orcid: page.user.orcidId,\n creation_date: this.currentDate,\n ccf_annotations: tags.map(tag => tag.id),\n slice_thickness: model.slicesConfig?.thickness || undefined,\n slice_count: model.slicesConfig?.numSlices || undefined,\n\n x_dimension: +model.blockSize.x.toFixed(3),\n y_dimension: +model.blockSize.y.toFixed(3),\n z_dimension: +model.blockSize.z.toFixed(3),\n dimension_units: 'millimeter',\n\n placement: {\n '@context': 'https://hubmapconsortium.github.io/ccf-ontology/ccf-context.jsonld',\n '@id': `http://purl.org/ccf/1.5/${this.currentIdentifier}_placement`,\n '@type': 'SpatialPlacement',\n target: model.organIri as string,\n placement_date: this.currentDate,\n\n x_scaling: 1, y_scaling: 1, z_scaling: 1, scaling_units: 'ratio',\n\n x_rotation: +model.rotation.x.toFixed(3),\n y_rotation: +model.rotation.y.toFixed(3),\n z_rotation: +model.rotation.z.toFixed(3),\n rotation_order: 'XYZ',\n rotation_units: 'degree',\n\n x_translation: +model.position.x.toFixed(3),\n y_translation: +model.position.y.toFixed(3),\n z_translation: +model.position.z.toFixed(3),\n translation_units: 'millimeter'\n }\n };\n }\n\n /**\n * Format a XYZTriplet as a string.\n *\n * @param xyz The triplet values\n * @returns The string representation\n */\n private xyzTripletToString(xyz: XYZTriplet): string {\n return `${Math.round(xyz.x)}, ${Math.round(xyz.y)}, ${Math.round(xyz.z)}`;\n }\n\n /**\n * Provides list of organ objects given an array of organ ids\n * @param organOptions array of organ ids\n * @returns list of organ info\n */\n private organListOptions(organOptions?: string[]): OrganInfo[] {\n if (organOptions && organOptions.length > 0) {\n return RUI_ORGANS.filter(organ => {\n if (!organ.id) {\n return false;\n } else {\n return organOptions.includes(organ.id);\n }\n });\n } else {\n return RUI_ORGANS;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ReviewButtonComponent.html":{"url":"components/ReviewButtonComponent.html","title":"component - ReviewButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ReviewButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts\n\n\n\n \n Description\n \n \n Component to launch the ReviewModal component.\n\n \n\n\n \n Implements\n \n \n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-review-button\n \n\n\n\n \n styleUrls\n ./review-button.component.scss\n \n\n\n\n \n templateUrl\n ./review-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n registrationIsValid\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n launchReviewModal\n \n \n Private\n metaDataLookup\n \n \n ngOnChanges\n \n \n registerButtonClick\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n displayErrors\n \n \n metaData\n \n \n registrationCallbackSet\n \n \n userValid\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n enterErrorMode\n \n \n registerData\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n disabled\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog, ga: GoogleAnalyticsService, page: PageState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:59\n \n \n\n \n \n Creates an instance of review button component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n Reference to the dialog creation service.\n\n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n displayErrors\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:37\n \n \n \n \n Whether or not the app is currently displaying errors\nDecides how the button should be styled\n\n \n \n \n \n \n \n \n \n \n metaData\n \n \n \n \n Type : MetaData\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:31\n \n \n \n \n Input object of information to display in the modal\n\n \n \n \n \n \n \n \n \n \n registrationCallbackSet\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:26\n \n \n \n \n Input to set whether the component should be in register (true) or download (false) mode\n\n \n \n \n \n \n \n \n \n \n userValid\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:42\n \n \n \n \n Whether or not all the necessary data has been inputted from the user.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n enterErrorMode\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:54\n \n \n \n \n Turns on the 'error mode' for the application.\nUsed to begin showing the user what they need to\ndo to be able to register / download.\n\n \n \n \n \n \n \n \n \n \n registerData\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:47\n \n \n \n \n Output that emits when the modal's register button was clicked\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-review-button\"\n\n \n \n \n \n Default value : 'ccf-review-button'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n launchReviewModal\n \n \n \n \n \n \nlaunchReviewModal()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:119\n \n \n\n\n \n \n Opens the info dialogue with the project details\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n metaDataLookup\n \n \n \n \n \n \n \n metaDataLookup(field: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:97\n \n \n\n\n \n \n Gets value from metadata field\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n field\n \n string\n \n\n \n No\n \n\n\n \n Name of field\n\n \n \n \n \n \n \n Returns : string | undefined\n\n \n \n Metadata value\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:73\n \n \n\n\n \n \n Updates the value of registrationIsValid based on the\nmeta data.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n registerButtonClick\n \n \n \n \n \n \nregisterButtonClick(event?: MouseEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:104\n \n \n\n\n \n \n Handles the click action for the register button.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n MouseEvent\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-review-button'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n registrationIsValid\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:59\n \n \n\n \n \n Decides whether or not to let the user open the registration / download modal\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n disabled\n \n \n\n \n \n getdisabled()\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:88\n \n \n \n \n Decides whether or not the download / register button should\nbe disabled.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, OnChanges, Output } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { MetaData } from '../../../core/models/meta-data';\nimport { ReviewModalComponent } from '../review-modal/review-modal.component';\nimport { PageState } from '../../../core/store/page/page.state';\n\n\n/**\n * Component to launch the ReviewModal component.\n */\n@Component({\n selector: 'ccf-review-button',\n templateUrl: './review-button.component.html',\n styleUrls: ['./review-button.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ReviewButtonComponent implements OnChanges {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-review-button';\n\n /**\n * Input to set whether the component should be in register (true) or download (false) mode\n */\n @Input() registrationCallbackSet = true;\n\n /**\n * Input object of information to display in the modal\n */\n @Input() metaData: MetaData = [];\n\n /**\n * Whether or not the app is currently displaying errors\n * Decides how the button should be styled\n */\n @Input() displayErrors = true;\n\n /**\n * Whether or not all the necessary data has been inputted from the user.\n */\n @Input() userValid = false;\n\n /**\n * Output that emits when the modal's register button was clicked\n */\n @Output() readonly registerData = new EventEmitter();\n\n /**\n * Turns on the 'error mode' for the application.\n * Used to begin showing the user what they need to\n * do to be able to register / download.\n */\n @Output() readonly enterErrorMode = new EventEmitter();\n\n /**\n * Decides whether or not to let the user open the registration / download modal\n */\n registrationIsValid = false;\n\n /**\n * Creates an instance of review button component.\n *\n * @param dialog Reference to the dialog creation service.\n * @param ga Analytics service\n */\n constructor(private readonly dialog: MatDialog, private readonly ga: GoogleAnalyticsService, readonly page: PageState) { }\n\n /**\n * Updates the value of registrationIsValid based on the\n * meta data.\n */\n ngOnChanges(): void {\n const organ = this.metaDataLookup('Reference Organ Name');\n const dimensions = this.metaDataLookup('Tissue Block Dimensions (mm)');\n const pos = this.metaDataLookup('Tissue Block Position (mm)');\n const tags = this.metaDataLookup('Anatomical Structure Tags');\n this.registrationIsValid = (\n this.userValid &&\n [organ, dimensions, pos, tags].every(value => value !== '')\n );\n }\n\n /**\n * Decides whether or not the download / register button should\n * be disabled.\n */\n get disabled(): boolean {\n return !this.registrationIsValid;\n }\n\n /**\n * Gets value from metadata field\n * @param field Name of field\n * @returns Metadata value\n */\n private metaDataLookup(field: string): string | undefined {\n return this.metaData.find(data => data.label === field)?.value;\n }\n\n /**\n * Handles the click action for the register button.\n */\n registerButtonClick(event?: MouseEvent): false {\n if (event) {\n event.preventDefault();\n }\n this.enterErrorMode.emit();\n if (this.registrationIsValid) {\n this.ga.event('review_start', 'review_button');\n this.launchReviewModal();\n }\n return false;\n }\n\n /**\n * Opens the info dialogue with the project details\n */\n launchReviewModal(): void {\n this.page.patchState({ registrationStarted: false });\n const dialogRef = this.dialog.open(ReviewModalComponent, {\n panelClass: 'modal-animated',\n width: '60rem',\n data: {\n registrationCallbackSet: this.registrationCallbackSet,\n metaData: this.metaData\n }\n });\n\n dialogRef.afterClosed().subscribe(\n data => {\n this.page.registrationStarted();\n if (data) {\n this.ga.event('register', 'review_button');\n this.registerData.emit();\n }\n }\n );\n }\n}\n\n \n\n \n \n {{ registrationCallbackSet ? 'Review and Register' : 'Review and Download' }}\n\n\n \n\n \n \n ./review-button.component.scss\n \n .review-button {\n width: 100%;\n height: 2.25rem;\n transition: .6s;\n font-weight: 500;\n\n &.disabled {\n cursor: not-allowed;\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ registrationCallbackSet ? \\'Review and Register\\' : \\'Review and Download\\' }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ReviewButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ReviewButtonModule.html":{"url":"modules/ReviewButtonModule.html","title":"module - ReviewButtonModule","body":"\n \n\n\n\n\n Modules\n ReviewButtonModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ReviewButtonModule\n\n\n\ncluster_ReviewButtonModule_declarations\n\n\n\ncluster_ReviewButtonModule_exports\n\n\n\ncluster_ReviewButtonModule_imports\n\n\n\n\nReviewButtonComponent\n\nReviewButtonComponent\n\n\n\nReviewButtonModule\n\nReviewButtonModule\n\nReviewButtonModule -->\n\nReviewButtonComponent->ReviewButtonModule\n\n\n\n\n\nReviewButtonComponent \n\nReviewButtonComponent \n\nReviewButtonComponent -->\n\nReviewButtonModule->ReviewButtonComponent \n\n\n\n\n\nReviewModalModule\n\nReviewModalModule\n\nReviewButtonModule -->\n\nReviewModalModule->ReviewButtonModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/review/review-button/review-button.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ReviewButtonComponent\n \n \n \n \n Imports\n \n \n ReviewModalModule\n \n \n \n \n Exports\n \n \n ReviewButtonComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReviewButtonComponent } from './review-button.component';\nimport { ReviewModalModule } from '../review-modal/review-modal.module';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\n@NgModule({\n declarations: [ReviewButtonComponent],\n imports: [\n CommonModule,\n ReviewModalModule,\n MatButtonModule,\n MatTooltipModule\n ],\n exports: [ReviewButtonComponent]\n})\nexport class ReviewButtonModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ReviewModalComponent.html":{"url":"components/ReviewModalComponent.html","title":"component - ReviewModalComponent","body":"\n \n\n\n\n\n\n Components\n \n ReviewModalComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts\n\n\n\n \n Description\n \n \n Modal for reviewing the registration\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-review-modal\n \n\n\n\n \n styleUrls\n ./review-modal.component.scss\n \n\n\n\n \n templateUrl\n ./review-modal.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n Public\n data\n \n \n Public\n dialogRef\n \n \n metaData\n \n \n registrationCallbackSet\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n close\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialogRef: MatDialogRef, data: ReviewModalData)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:36\n \n \n\n \n \n Creates an instance of the review modal component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n A reference to the dialog that this component creates, used to call the dialog's methods\n\n \n \n \n data\n \n \n ReviewModalData\n \n \n \n No\n \n \n \n Data being injected into the dialog\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-review-modal\"\n\n \n \n \n \n Default value : 'ccf-review-modal'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:27\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n close\n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:55\n \n \n\n\n \n \n Closes info dialog component\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-review-modal'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:27\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n \n Public\n data\n \n \n \n \n \n \n Type : ReviewModalData\n\n \n \n \n \n Decorators : \n \n \n @Inject(MAT_DIALOG_DATA)\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:46\n \n \n\n \n \n Data being injected into the dialog\n \n \n\n \n \n \n \n \n \n \n \n Public\n dialogRef\n \n \n \n \n \n \n Type : MatDialogRef\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:45\n \n \n\n \n \n A reference to the dialog that this component creates, used to call the dialog's methods\n \n \n\n \n \n \n \n \n \n \n \n metaData\n \n \n \n \n \n \n Type : MetaData\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:36\n \n \n\n \n \n The object containing all of the review information for displaying inside the modal\n\n \n \n\n \n \n \n \n \n \n \n \n registrationCallbackSet\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:31\n \n \n\n \n \n Whether or not the cancel registration callback is set\n\n \n \n\n \n \n\n\n\n\n\n \n import { Component, Inject, HostBinding, ChangeDetectionStrategy } from '@angular/core';\nimport { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';\nimport { MetaData } from '../../../core/models/meta-data';\n\n/**\n * The expected format of the review modal's data input.\n */\ninterface ReviewModalData {\n /** The object containing all of the review information for displaying inside the modal */\n metaData: MetaData;\n\n /** Whether or not the cancel registration callback is set */\n registrationCallbackSet: boolean;\n}\n\n/**\n * Modal for reviewing the registration\n */\n@Component({\n selector: 'ccf-review-modal',\n templateUrl: './review-modal.component.html',\n styleUrls: ['./review-modal.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ReviewModalComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-review-modal';\n /**\n * Whether or not the cancel registration callback is set\n */\n registrationCallbackSet: boolean;\n\n /**\n * The object containing all of the review information for displaying inside the modal\n */\n metaData: MetaData;\n\n /**\n * Creates an instance of the review modal component.\n *\n * @param dialogRef A reference to the dialog that this component creates, used to call the dialog's methods\n * @param data Data being injected into the dialog\n */\n constructor(\n public dialogRef: MatDialogRef,\n @Inject(MAT_DIALOG_DATA) public data: ReviewModalData\n ) {\n this.metaData = data.metaData;\n this.registrationCallbackSet = data.registrationCallbackSet;\n }\n\n /**\n * Closes info dialog component\n */\n close(): void {\n document.getElementsByClassName('modal-animated')[0]?.classList.add('modal-animate-fade-out');\n\n setTimeout(()=>{\n this.dialogRef.close();\n }, 250);\n }\n}\n\n \n\n \n \n \n \n clear\n \n \n Registration Review\n\n \n \n \n {{ data.label }}\n {{ data.value }}\n \n \n \n\n \n {{ registrationCallbackSet ? 'REGISTER' : 'DOWNLOAD REGISTRATION DATA' }}\n \n \n \n\n \n\n \n \n ./review-modal.component.scss\n \n :host {\n .ccf-about.wrapper {\n .container {\n .close {\n .close-icon {\n float: right;\n margin-top: 1rem;\n margin-right: 1rem;\n cursor: pointer;\n }\n }\n\n .content {\n padding: 2rem;\n background-color: white;\n\n .title {\n text-align: center;\n font-size: 1.5rem;\n margin-bottom: 0;\n font-weight: 500;\n }\n\n .mat-typography {\n justify-content: space-around;\n display: flex;\n font-weight: 500;\n font-size: 1rem;\n\n .display-fields {\n margin-top: 2rem;\n margin-bottom: 2rem;\n width: 100%;\n\n .field {\n display: flex;\n\n .label {\n width: 50%;\n text-align: right;\n padding-right: 1rem;\n }\n\n .data {\n width: 50%;\n text-align: left;\n padding-left: 1rem;\n }\n }\n }\n }\n }\n\n .footer {\n padding-top: 1.5rem;\n display: flex;\n justify-content: space-around;\n\n .download-button {\n padding: 0 1rem;\n transition: 0.6s;\n }\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' clear Registration Review {{ data.label }} {{ data.value }} {{ registrationCallbackSet ? \\'REGISTER\\' : \\'DOWNLOAD REGISTRATION DATA\\' }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ReviewModalComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ReviewModalData.html":{"url":"interfaces/ReviewModalData.html","title":"interface - ReviewModalData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ReviewModalData\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts\n \n\n\n \n Description\n \n \n The expected format of the review modal's data input.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n metaData\n \n \n \n \n registrationCallbackSet\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n metaData\n \n \n \n \n \n \n \n \n metaData: MetaData\n\n \n \n\n\n \n \n Type : MetaData\n\n \n \n\n\n\n\n\n \n \n The object containing all of the review information for displaying inside the modal\n\n \n \n \n \n \n \n \n \n \n registrationCallbackSet\n \n \n \n \n \n \n \n \n registrationCallbackSet: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether or not the cancel registration callback is set\n\n \n \n \n \n \n \n\n\n \n import { Component, Inject, HostBinding, ChangeDetectionStrategy } from '@angular/core';\nimport { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';\nimport { MetaData } from '../../../core/models/meta-data';\n\n/**\n * The expected format of the review modal's data input.\n */\ninterface ReviewModalData {\n /** The object containing all of the review information for displaying inside the modal */\n metaData: MetaData;\n\n /** Whether or not the cancel registration callback is set */\n registrationCallbackSet: boolean;\n}\n\n/**\n * Modal for reviewing the registration\n */\n@Component({\n selector: 'ccf-review-modal',\n templateUrl: './review-modal.component.html',\n styleUrls: ['./review-modal.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ReviewModalComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-review-modal';\n /**\n * Whether or not the cancel registration callback is set\n */\n registrationCallbackSet: boolean;\n\n /**\n * The object containing all of the review information for displaying inside the modal\n */\n metaData: MetaData;\n\n /**\n * Creates an instance of the review modal component.\n *\n * @param dialogRef A reference to the dialog that this component creates, used to call the dialog's methods\n * @param data Data being injected into the dialog\n */\n constructor(\n public dialogRef: MatDialogRef,\n @Inject(MAT_DIALOG_DATA) public data: ReviewModalData\n ) {\n this.metaData = data.metaData;\n this.registrationCallbackSet = data.registrationCallbackSet;\n }\n\n /**\n * Closes info dialog component\n */\n close(): void {\n document.getElementsByClassName('modal-animated')[0]?.classList.add('modal-animate-fade-out');\n\n setTimeout(()=>{\n this.dialogRef.close();\n }, 250);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ReviewModalModule.html":{"url":"modules/ReviewModalModule.html","title":"module - ReviewModalModule","body":"\n \n\n\n\n\n Modules\n ReviewModalModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ReviewModalModule\n\n\n\ncluster_ReviewModalModule_declarations\n\n\n\ncluster_ReviewModalModule_exports\n\n\n\n\nReviewModalComponent\n\nReviewModalComponent\n\n\n\nReviewModalModule\n\nReviewModalModule\n\nReviewModalModule -->\n\nReviewModalComponent->ReviewModalModule\n\n\n\n\n\nReviewModalComponent \n\nReviewModalComponent \n\nReviewModalComponent -->\n\nReviewModalModule->ReviewModalComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ReviewModalComponent\n \n \n \n \n Exports\n \n \n ReviewModalComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReviewModalComponent } from './review-modal.component';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\n\n@NgModule({\n declarations: [ReviewModalComponent],\n imports: [CommonModule, MatDialogModule, MatIconModule, MatButtonModule],\n exports: [ReviewModalComponent]\n})\nexport class ReviewModalModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RightSidebarComponent.html":{"url":"components/RightSidebarComponent.html","title":"component - RightSidebarComponent","body":"\n \n\n\n\n\n\n Components\n \n RightSidebarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts\n\n\n\n \n Description\n \n \n The right sidebar\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-right-sidebar\n \n\n\n\n \n styleUrls\n ./right-sidebar.component.scss\n \n\n\n\n \n templateUrl\n ./right-sidebar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n modalClosed\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n registrationExpanded\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(model: ModelState, registration: RegistrationState, page: PageState, astags: AnatomicalStructureTagState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:25\n \n \n\n \n \n Creates an instance of right sidebar component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n Model state service\n\n \n \n \n registration\n \n \n RegistrationState\n \n \n \n No\n \n \n \n Registration state service\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n The page state\n\n \n \n \n astags\n \n \n AnatomicalStructureTagState\n \n \n \n No\n \n \n \n The anatomical structure tags state\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n modalClosed\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:23\n \n \n \n \n Whether or not the initial registration modal has been closed\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n registrationExpanded\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:25\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-right-sidebar\"\n\n \n \n \n \n Default value : 'ccf-right-sidebar'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:20\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-right-sidebar'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:20\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\n\nimport { AnatomicalStructureTagState } from '../../core/store/anatomical-structure-tags/anatomical-structure-tags.state';\nimport { ModelState } from '../../core/store/model/model.state';\nimport { PageState } from '../../core/store/page/page.state';\nimport { RegistrationState } from '../../core/store/registration/registration.state';\n\n\n/**\n * The right sidebar\n */\n@Component({\n selector: 'ccf-right-sidebar',\n templateUrl: './right-sidebar.component.html',\n styleUrls: ['./right-sidebar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RightSidebarComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-right-sidebar';\n\n /** Whether or not the initial registration modal has been closed */\n @Input() modalClosed = false;\n\n @Output() registrationExpanded = new EventEmitter();\n\n /**\n * Creates an instance of right sidebar component.\n *\n * @param model Model state service\n * @param registration Registration state service\n * @param page The page state\n * @param astags The anatomical structure tags state\n */\n constructor(\n readonly model: ModelState,\n readonly registration: RegistrationState,\n readonly page: PageState,\n readonly astags: AnatomicalStructureTagState\n ) {\n }\n}\n\n \n\n \n \n \n\n\n \n \n \n Registration Metadata\n \n\n \n\n \n\n \n\n \n \n Tissue Block Controls\n \n\n \n \n\n \n \n\n \n \n\n \n\n \n \n \n Anatomical Structure Tags\n \n\n \n \n\n \n \n \n \n\n \n \n Assigned\n \n Added\n \n \n \n\n \n\n \n \n \n\n\n \n\n \n \n ./right-sidebar.component.scss\n \n :host {\n display: block;\n height: calc(100% - 2.5rem);\n margin-top: 1rem;\n margin-bottom: 1.5rem;\n\n .info-button-container {\n height: 3.75rem;\n display: flex;\n justify-content: flex-end;\n }\n\n .scroll-wrapper {\n overflow-y: scroll;\n height: calc(100% - 6rem);\n\n scrollbar-width: thin;\n &::-webkit-scrollbar {\n width: 0.75rem;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n min-height: 100%;\n margin: 0 1.5rem;\n\n .review-button {\n position: absolute;\n bottom: 1.5rem;\n z-index: 999;\n width: calc(100% - 3.5rem);\n }\n\n mat-divider {\n border-top-width: 3px;\n }\n\n mat-expansion-panel {\n box-shadow: none;\n\n mat-expansion-panel-header {\n padding: 0 0.5rem 0 0;\n font-weight: bold;\n -webkit-user-select: none;\n -moz-user-select: none;\n font-size: 1rem;\n height: 3rem;\n }\n\n ::ng-deep .mat-expansion-panel-body {\n padding-left: 0;\n padding-right: 0;\n }\n }\n\n .tags-container {\n // Allow tag search to overflow when displaying results\n overflow: visible;\n\n ::ng-deep .mat-expansion-panel-body {\n padding-left: 0;\n padding-right: 0;\n }\n\n .header {\n height: 3rem;\n }\n\n .search {\n margin-top: 1rem;\n\n .icon.add {\n position: absolute;\n // Sizes and offsets found by experimentation\n width: 3.625rem;\n height: 3.625rem;\n font-size: 3.625rem;\n top: -1.9375rem;\n right: -1.1875rem;\n }\n }\n\n .tag-list {\n max-height: 32rem;\n margin-left: -1rem;\n }\n\n .tag-list-placeholder {\n display: flex;\n height: 4rem;\n align-items: center;\n justify-content: center;\n font-weight: 400;\n }\n\n .legend {\n display: flex;\n width: 100%;\n margin-top: 1.5rem;\n align-items: center;\n font-size: 0.9rem;\n\n .dot {\n display: inline-block;\n width: 1rem;\n height: 1rem;\n border-radius: 50%;\n\n &.assigned {\n margin-left: 0.5rem;\n }\n\n &.added {\n\n margin-left: 1rem;\n }\n }\n\n .text {\n margin-left: 0.5rem;\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Registration Metadata Tissue Block Controls Anatomical Structure Tags Assigned Added '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RightSidebarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RightSidebarModule.html":{"url":"modules/RightSidebarModule.html","title":"module - RightSidebarModule","body":"\n \n\n\n\n\n Modules\n RightSidebarModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RightSidebarModule\n\n\n\ncluster_RightSidebarModule_exports\n\n\n\ncluster_RightSidebarModule_declarations\n\n\n\ncluster_RightSidebarModule_imports\n\n\n\n\nRightSidebarComponent\n\nRightSidebarComponent\n\n\n\nRightSidebarModule\n\nRightSidebarModule\n\nRightSidebarModule -->\n\nRightSidebarComponent->RightSidebarModule\n\n\n\n\n\nRightSidebarComponent \n\nRightSidebarComponent \n\nRightSidebarComponent -->\n\nRightSidebarModule->RightSidebarComponent \n\n\n\n\n\nBlockSizeInputModule\n\nBlockSizeInputModule\n\nRightSidebarModule -->\n\nBlockSizeInputModule->RightSidebarModule\n\n\n\n\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule\n\nRightSidebarModule -->\n\nRegistrationMetadataModule->RightSidebarModule\n\n\n\n\n\nReviewButtonModule\n\nReviewButtonModule\n\nRightSidebarModule -->\n\nReviewButtonModule->RightSidebarModule\n\n\n\n\n\nRotationSliderModule\n\nRotationSliderModule\n\nRightSidebarModule -->\n\nRotationSliderModule->RightSidebarModule\n\n\n\n\n\nSlicesInputModule\n\nSlicesInputModule\n\nRightSidebarModule -->\n\nSlicesInputModule->RightSidebarModule\n\n\n\n\n\nTagListModule\n\nTagListModule\n\nRightSidebarModule -->\n\nTagListModule->RightSidebarModule\n\n\n\n\n\nTagSearchModule\n\nTagSearchModule\n\nRightSidebarModule -->\n\nTagSearchModule->RightSidebarModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RightSidebarComponent\n \n \n \n \n Imports\n \n \n BlockSizeInputModule\n \n \n RegistrationMetadataModule\n \n \n ReviewButtonModule\n \n \n RotationSliderModule\n \n \n SlicesInputModule\n \n \n TagListModule\n \n \n TagSearchModule\n \n \n \n \n Exports\n \n \n RightSidebarComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatExpansionModule } from '@angular/material/expansion';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { InfoButtonModule } from 'ccf-shared';\n\nimport { BlockSizeInputModule } from '../../shared/components/block-size-input/block-size-input.module';\nimport { RotationSliderModule } from '../../shared/components/rotation-slider/rotation-slider.module';\nimport { SlicesInputModule } from '../../shared/components/slices-input/slices-input.module';\nimport { TagListModule } from '../../shared/components/tag-list/tag-list.module';\nimport { TagSearchModule } from '../../shared/components/tag-search/tag-search.module';\nimport { ReviewButtonModule } from '../review/review-button/review-button.module';\nimport { RightSidebarComponent } from './right-sidebar.component';\nimport { RegistrationMetadataModule } from '../../shared/components/registration-metadata/registration-metadata.module';\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatExpansionModule,\n MatDividerModule,\n MatIconModule,\n BrowserAnimationsModule,\n MatTooltipModule,\n\n BlockSizeInputModule,\n ReviewButtonModule,\n RotationSliderModule,\n SlicesInputModule,\n TagListModule,\n TagSearchModule,\n InfoButtonModule,\n RegistrationMetadataModule\n ],\n declarations: [RightSidebarComponent],\n exports: [RightSidebarComponent]\n})\nexport class RightSidebarModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Rotation.html":{"url":"interfaces/Rotation.html","title":"interface - Rotation","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Rotation\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n\n\n \n Description\n \n \n Type in which the values of the sliders are stored.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n x\n \n \n \n \n \n \n \n \n x: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n X slider value\n\n \n \n \n \n \n \n \n \n \n y\n \n \n \n \n \n \n \n \n y: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Y slider value\n\n \n \n \n \n \n \n \n \n \n z\n \n \n \n \n \n \n \n \n z: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Z slider value\n\n \n \n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/** Type in which the values of the sliders are stored. */\nexport interface Rotation {\n /** X slider value */\n x: number;\n /** Y slider value */\n y: number;\n /** Z slider value */\n z: number;\n}\n\n/** Default values for rotation. */\nconst DEFAULT_ROTATION: Rotation = {\n x: 0,\n y: 0,\n z: 0\n};\n\n/**\n * Component that enables the setting of a Rotation object via either 3 draggable sliders\n * or through an Input method.\n */\n@Component({\n selector: 'ccf-rotation-slider',\n templateUrl: './rotation-slider.component.html',\n styleUrls: ['./rotation-slider.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RotationSliderComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-rotation-slider';\n\n /** Input that allows the rotation to be changed from outside of the component */\n @Input() rotation = DEFAULT_ROTATION;\n\n /** Output that emits the new rotation whenever it is changed from within the component */\n @Output() readonly rotationChange = new EventEmitter();\n\n /**\n * Creates an instance of rotation slider component.\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Function that handles updating the rotation and emitting the new value\n * If rotation value is 180, set to -180 or 180\n * @param newRotation the new value for one of the axis to be set to\n * @param axis which axis to update\n */\n changeRotation(newRotation: number | string, axis: string): void {\n const updatedNewRotation = +newRotation > 180 ? 180 :\n (+newRotation \n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RotationSliderComponent.html":{"url":"components/RotationSliderComponent.html","title":"component - RotationSliderComponent","body":"\n \n\n\n\n\n\n Components\n \n RotationSliderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n\n\n\n \n Description\n \n \n Component that enables the setting of a Rotation object via either 3 draggable sliders\nor through an Input method.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-rotation-slider\n \n\n\n\n \n styleUrls\n ./rotation-slider.component.scss\n \n\n\n\n \n templateUrl\n ./rotation-slider.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n changeRotation\n \n \n resetRotation\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n rotation\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n rotationChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:40\n \n \n\n \n \n Creates an instance of rotation slider component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n rotation\n \n \n \n \n Type : Rotation\n\n \n \n \n \n Default value : DEFAULT_ROTATION\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:37\n \n \n \n \n Input that allows the rotation to be changed from outside of the component\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n rotationChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:40\n \n \n \n \n Output that emits the new rotation whenever it is changed from within the component\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-rotation-slider\"\n\n \n \n \n \n Default value : 'ccf-rotation-slider'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:34\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n changeRotation\n \n \n \n \n \n \nchangeRotation(newRotation: number | string, axis: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:54\n \n \n\n\n \n \n Function that handles updating the rotation and emitting the new value\nIf rotation value is 180, set to -180 or 180\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n newRotation\n \n number | string\n \n\n \n No\n \n\n\n \n the new value for one of the axis to be set to\n\n \n \n \n axis\n \n string\n \n\n \n No\n \n\n\n \n which axis to update\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetRotation\n \n \n \n \n \n \nresetRotation(dimension: \"x\" | \"y\" | \"z\")\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:65\n \n \n\n\n \n \n Function to easily reset the rotations to 0 and emit this change.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n dimension\n \n \"x\" | \"y\" | \"z\"\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-rotation-slider'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:34\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/** Type in which the values of the sliders are stored. */\nexport interface Rotation {\n /** X slider value */\n x: number;\n /** Y slider value */\n y: number;\n /** Z slider value */\n z: number;\n}\n\n/** Default values for rotation. */\nconst DEFAULT_ROTATION: Rotation = {\n x: 0,\n y: 0,\n z: 0\n};\n\n/**\n * Component that enables the setting of a Rotation object via either 3 draggable sliders\n * or through an Input method.\n */\n@Component({\n selector: 'ccf-rotation-slider',\n templateUrl: './rotation-slider.component.html',\n styleUrls: ['./rotation-slider.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RotationSliderComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-rotation-slider';\n\n /** Input that allows the rotation to be changed from outside of the component */\n @Input() rotation = DEFAULT_ROTATION;\n\n /** Output that emits the new rotation whenever it is changed from within the component */\n @Output() readonly rotationChange = new EventEmitter();\n\n /**\n * Creates an instance of rotation slider component.\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Function that handles updating the rotation and emitting the new value\n * If rotation value is 180, set to -180 or 180\n * @param newRotation the new value for one of the axis to be set to\n * @param axis which axis to update\n */\n changeRotation(newRotation: number | string, axis: string): void {\n const updatedNewRotation = +newRotation > 180 ? 180 :\n (+newRotation \n \n\n \n \n Tissue Block Rotation\n \n \n refresh\n \n\n\n\n X\n \n \n \n \n \n \n\n\n\n Y\n \n \n \n \n \n \n\n\n\n Z\n \n \n \n \n \n \n\n\n \n\n \n \n ./rotation-slider.component.scss\n \n :host {\n .header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n height: 1.5rem;\n padding: .5rem 0;\n\n .title {\n font-weight: 400;\n padding: .5rem 0;\n }\n }\n\n .reset {\n transform: scaleX(-1);\n cursor: pointer;\n transition: .6s;\n\n &:hover {\n border-radius: 2px;\n }\n\n }\n\n .refresh-button-container {\n display: flex;\n height: 1rem;\n justify-content: flex-end;\n }\n\n .slider-box {\n display: flex;\n justify-content: space-between;\n align-items: center;\n height: 4rem;\n\n mat-form-field {\n height: 100%;\n width: 5rem;\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n }\n\n .input {\n text-align: center;\n }\n }\n\n .slider-container {\n width: 100%;\n padding-left: 0.5rem;\n padding-right: 1.5rem;\n\n .slider {\n width: 100%;\n\n &:not(.cdk-focused) {\n ::ng-deep .mat-slider-thumb {\n width: 1.25rem;\n height: 1.25rem;\n transform: none;\n }\n }\n }\n\n ::ng-deep .mat-slider-horizontal {\n .mat-slider-wrapper {\n right: 0.625rem;\n &:after {\n margin-top: -0.25rem;\n height: 0.625rem !important;\n }\n }\n\n .mat-slider-thumb-label-text {\n font-size: 12px;\n }\n\n .mat-slider-ticks-container {\n margin-top: -0.25rem;\n height: 0.625rem;\n\n .mat-slider-ticks {\n height: 0.625rem;\n }\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Tissue Block Rotation refresh X Y Z '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RotationSliderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RotationSliderModule.html":{"url":"modules/RotationSliderModule.html","title":"module - RotationSliderModule","body":"\n \n\n\n\n\n Modules\n RotationSliderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RotationSliderModule\n\n\n\ncluster_RotationSliderModule_declarations\n\n\n\ncluster_RotationSliderModule_exports\n\n\n\n\nRotationSliderComponent\n\nRotationSliderComponent\n\n\n\nRotationSliderModule\n\nRotationSliderModule\n\nRotationSliderModule -->\n\nRotationSliderComponent->RotationSliderModule\n\n\n\n\n\nRotationSliderComponent \n\nRotationSliderComponent \n\nRotationSliderComponent -->\n\nRotationSliderModule->RotationSliderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RotationSliderComponent\n \n \n \n \n Exports\n \n \n RotationSliderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RotationSliderComponent } from './rotation-slider.component';\n\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatLegacySliderModule as MatSliderModule } from '@angular/material/legacy-slider';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatFormFieldModule } from '@angular/material/form-field';\n\n@NgModule({\n declarations: [RotationSliderComponent],\n imports: [\n CommonModule,\n MatIconModule,\n MatSliderModule,\n MatRippleModule,\n MatTooltipModule,\n MatInputModule,\n MatFormFieldModule\n ],\n exports: [RotationSliderComponent]\n})\nexport class RotationSliderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SceneState.html":{"url":"injectables/SceneState.html","title":"injectable - SceneState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SceneState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n\n\n \n Description\n \n \n 3d Scene state\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n gizmo$\n \n \n Private\n model\n \n \n Private\n referenceData\n \n \n Private\n registration\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n createSceneNodes\n \n \n Private\n getOrganSpatialEntity\n \n \n ngxsOnInit\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n nodes$\n \n \n rotatedNodes$\n \n \n referenceOrganNodes$\n \n \n referenceOrganSimpleNodes$\n \n \n nodeCollisions$\n \n \n previousRegistrationNodes$\n \n \n spatialKeyBoardAxis$\n \n \n placementCube$\n \n \n placementCube\n \n \n rotation$\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(injector: Injector)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:250\n \n \n\n \n \n Creates an instance of scene state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n Injector service used to lazy load page and model state\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n createSceneNodes\n \n \n \n \n \n \n \n createSceneNodes(organIri: string, items: VisibilityItem[])\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:276\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organIri\n \n string\n \n\n \n No\n \n\n\n \n \n items\n \n VisibilityItem[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSceneNode[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n getOrganSpatialEntity\n \n \n \n \n \n \n \n getOrganSpatialEntity(organIri: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:300\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organIri\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialEntity\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:266\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n gizmo$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : of([\n {\n '@id': 'http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_Surface',\n '@type': 'SpatialSceneNode',\n scenegraph: 'https://hubmapconsortium.github.io/ccf-3d-reference-object-library/Assets/body4Mesh_1338.glb',\n transformMatrix: new Matrix4(Matrix4.IDENTITY).scale([2, 2, 2]).rotateY(toRadians(0)),\n tooltip: 'Gizmo',\n unpickable: true,\n _lighting: 'pbr',\n zoomBasedOpacity: false,\n color: [255, 255, 255, 255],\n opacity: 1\n }\n ])\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:232\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n model\n \n \n \n \n \n \n Type : ModelState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:248\n \n \n\n \n \n Reference to the model state\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n referenceData\n \n \n \n \n \n \n Type : ReferenceDataState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:250\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n registration\n \n \n \n \n \n \n Type : RegistrationState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:249\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n nodes$\n \n \n\n \n \n getnodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:54\n \n \n\n \n \n \n \n \n \n \n rotatedNodes$\n \n \n\n \n \n getrotatedNodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:65\n \n \n\n \n \n \n \n \n \n \n referenceOrganNodes$\n \n \n\n \n \n getreferenceOrganNodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:82\n \n \n \n \n Observable of spatial nodes\n\n\n \n Returns : Observable\n\n \n \n \n\n \n \n \n \n \n \n \n referenceOrganSimpleNodes$\n \n \n\n \n \n getreferenceOrganSimpleNodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:94\n \n \n\n \n \n \n \n \n \n \n nodeCollisions$\n \n \n\n \n \n getnodeCollisions$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:122\n \n \n\n \n \n \n \n \n \n \n previousRegistrationNodes$\n \n \n\n \n \n getpreviousRegistrationNodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:133\n \n \n\n \n \n \n \n \n \n \n spatialKeyBoardAxis$\n \n \n\n \n \n getspatialKeyBoardAxis$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:161\n \n \n\n \n \n \n \n \n \n \n placementCube$\n \n \n\n \n \n getplacementCube$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:185\n \n \n\n \n \n \n \n \n \n \n placementCube\n \n \n\n \n \n getplacementCube()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:192\n \n \n\n \n \n \n \n \n \n \n rotation$\n \n \n\n \n \n getrotation$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:210\n \n \n\n \n \n\n \n\n\n \n import { Computed, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { NgxsOnInit, State } from '@ngxs/store';\nimport { AABB, Vec3 } from 'cannon-es';\nimport { SpatialEntityJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { SpatialEntity, SpatialPlacement, getOriginScene, getTissueBlockScene } from 'ccf-database';\nimport { Position } from 'ccf-shared';\nimport { Observable, combineLatest, of } from 'rxjs';\nimport { filter, map } from 'rxjs/operators';\nimport { environment } from '../../../../environments/environment';\nimport { ModelState } from '../model/model.state';\nimport { RegistrationState } from '../registration/registration.state';\nimport { VisibilityItem } from './../../models/visibility-item';\nimport { ReferenceDataState } from './../reference-data/reference-data.state';\n\n\n/**\n * Scene state model\n */\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface SceneStateModel {\n showCollisions: boolean;\n}\n\nfunction getNodeBbox(model: SpatialSceneNode): AABB {\n const mat = new Matrix4(model.transformMatrix);\n const lowerBound = mat.transformAsPoint([-1, -1, -1], []);\n const upperBound = mat.transformAsPoint([1, 1, 1], []);\n return new AABB({\n lowerBound: new Vec3(...lowerBound.map((n, i) => Math.min(n, upperBound[i]))),\n upperBound: new Vec3(...upperBound.map((n, i) => Math.max(n, lowerBound[i])))\n });\n}\n\n/**\n * 3d Scene state\n */\n@StateRepository()\n@State({\n name: 'scene',\n defaults: {\n showCollisions: !environment.production\n }\n})\n@Injectable()\nexport class SceneState extends NgxsImmutableDataRepository implements NgxsOnInit {\n\n @Computed()\n get nodes$(): Observable {\n return combineLatest([\n this.placementCube$, this.referenceOrganNodes$, this.previousRegistrationNodes$, this.nodeCollisions$, this.spatialKeyBoardAxis$\n ]).pipe(\n map(([placement, nodes, prevNodes, collisions, axis]) => [\n ...placement, ...prevNodes, ...nodes, ...axis, ...(this.snapshot.showCollisions ? collisions : [])\n ])\n );\n }\n\n @Computed()\n get rotatedNodes$(): Observable {\n return combineLatest([this.rotation$, this.nodes$]).pipe(\n map(([rotation, nodes]) => {\n if (rotation === 0) {\n return nodes;\n } else {\n return nodes.map(n => ({\n ...n,\n transformMatrix: new Matrix4(Matrix4.IDENTITY).rotateY(toRadians(rotation)).multiplyRight(n.transformMatrix)\n }));\n }\n })\n );\n }\n\n /** Observable of spatial nodes */\n @Computed()\n get referenceOrganNodes$(): Observable {\n return combineLatest([this.model.anatomicalStructures$, this.model.extractionSites$, this.model.organIri$]).pipe(\n map(([anatomicalStructures, extractionSites, organIri]) => {\n const organ = this.getOrganSpatialEntity(organIri as string);\n const originScene = organIri ? getOriginScene(organ, false, true) : [];\n const organScene = this.createSceneNodes(organIri as string, [...anatomicalStructures, ...extractionSites] as VisibilityItem[]);\n return [ ...originScene, ...organScene ];\n })\n );\n }\n\n @Computed()\n get referenceOrganSimpleNodes$(): Observable {\n return combineLatest([this.model.anatomicalStructures$, this.model.organIri$, this.referenceData.state$]).pipe(\n map(([anatomicalStructures, organIri, db]) =>\n anatomicalStructures\n // .filter(item => item.visible && item.opacity && item.opacity > 0)\n .map((item): SpatialSceneNode[] => {\n if (db.sceneNodeLookup[item.id]) {\n return [{\n ...(db.simpleSceneNodeLookup[item.id] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }];\n } else {\n return (db.anatomicalStructures[organIri as string] || [])\n .filter((node) => node.representation_of === item.id)\n .map((node): SpatialSceneNode => ({\n ...(db.simpleSceneNodeLookup[node['@id']] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }));\n }\n })\n .reduce((acc, nodes) => acc.concat(nodes), [])\n )\n );\n }\n\n @Computed()\n get nodeCollisions$(): Observable {\n return combineLatest([this.referenceOrganSimpleNodes$, this.placementCube$]).pipe(\n filter(([_nodes, placement]) => placement.length > 0),\n map(([nodes, placement]) => {\n const bbox = getNodeBbox(placement[0]);\n return nodes.filter((model) => bbox.overlaps(getNodeBbox(model)));\n })\n );\n }\n\n @Computed()\n get previousRegistrationNodes$(): Observable {\n return combineLatest([this.model.organIri$, this.model.showPrevious$, this.registration.previousRegistrations$]).pipe(\n map(([organIri, showPrevious, previousRegistrations]) =>\n showPrevious ? previousRegistrations.map((entity: SpatialEntityJsonLd): SpatialSceneNode => {\n const p = Array.isArray(entity.placement) ? entity.placement[0] : entity.placement;\n if (p.target === organIri) {\n const organDimensions = this.model.snapshot.organDimensions;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => -n / 1000 / 2);\n return {\n '@id': entity['@id'],\n '@type': 'SpatialSceneNode',\n transformMatrix: new Matrix4(Matrix4.IDENTITY)\n .translate([p.x_translation, p.y_translation, p.z_translation].map((n, i) => n / 1000 + dims[i]))\n .rotateXYZ([p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number])\n .scale([entity.x_dimension, entity.y_dimension, entity.z_dimension].map(n => n / 1000 / 2)),\n color: [25, 118, 210, 200],\n tooltip: entity.label,\n unpickable: true\n };\n } else {\n return undefined as unknown as SpatialSceneNode;\n }\n }).filter(e => !!e) : []\n )\n );\n }\n\n @Computed()\n get spatialKeyBoardAxis$(): Observable{\n return combineLatest([this.model.organIri$.pipe(filter(organIri=>organIri!=='')), this.model.position$]).pipe(map(([organIri, position]: [string, Position]) => {\n const organEntity = this.getOrganSpatialEntity(organIri);\n const blockSize = this.model.snapshot.blockSize;\n const rotation = this.model.snapshot.rotation;\n return organEntity ? getTissueBlockScene({\n x_dimension: blockSize.x,\n y_dimension: blockSize.y,\n z_dimension: blockSize.z\n } as SpatialEntity, {\n x_translation: position.x - organEntity.x_dimension / 2,\n y_translation: position.y - organEntity.y_dimension / 2,\n z_translation: position.z - organEntity.z_dimension / 2,\n\n x_rotation: rotation.x,\n y_rotation: rotation.y,\n z_rotation: rotation.z,\n\n x_scaling: 1, y_scaling: 1, z_scaling: 1,\n } as SpatialPlacement): [];\n }));\n }\n\n @Computed()\n get placementCube$(): Observable | [] {\n return combineLatest([this.model.viewType$, this.model.blockSize$, this.model.rotation$, this.model.position$, this.model.organ$]).pipe(\n map(([_viewType, _blockSize, _rotation, _position, organ]) => organ.src === '' ? [] : [this.placementCube])\n );\n }\n\n @Computed()\n get placementCube(): SpatialSceneNode {\n const { viewType, blockSize, rotation, position, organDimensions } = this.model.snapshot;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => -n / 1000 / 2);\n return {\n '@id': '#DraftPlacement',\n '@type': 'SpatialSceneNode',\n transformMatrix: new Matrix4(Matrix4.IDENTITY)\n .translate([position.x, position.y, position.z].map((n, i) => n / 1000 + dims[i]))\n .rotateXYZ([rotation.x, rotation.y, rotation.z].map(toRadians) as [number, number, number])\n .scale([blockSize.x, blockSize.y, blockSize.z].map(n => n / 1000 / 2)),\n color: [255, 255, 0, 200],\n tooltip: 'Draft Placement',\n unpickable: viewType === '3d',\n };\n }\n\n\n @Computed()\n get rotation$(): Observable {\n return this.model.viewSide$.pipe(\n map((side) => {\n let rotation = 0;\n switch (side) {\n case 'left':\n rotation = -90;\n break;\n case 'right':\n rotation = 90;\n break;\n case 'posterior':\n rotation = 180;\n break;\n default:\n break;\n }\n return rotation;\n })\n );\n }\n\n readonly gizmo$: Observable = of([\n {\n '@id': 'http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_Surface',\n '@type': 'SpatialSceneNode',\n scenegraph: 'https://hubmapconsortium.github.io/ccf-3d-reference-object-library/Assets/body4Mesh_1338.glb',\n transformMatrix: new Matrix4(Matrix4.IDENTITY).scale([2, 2, 2]).rotateY(toRadians(0)),\n tooltip: 'Gizmo',\n unpickable: true,\n _lighting: 'pbr',\n zoomBasedOpacity: false,\n color: [255, 255, 255, 255],\n opacity: 1\n }\n ]);\n\n /** Reference to the model state */\n private model: ModelState;\n private registration: RegistrationState;\n private referenceData: ReferenceDataState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load page and model state\n */\n constructor(\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.model = this.injector.get(ModelState);\n this.registration = this.injector.get(RegistrationState);\n this.referenceData = this.injector.get(ReferenceDataState);\n }\n\n private createSceneNodes(organIri: string, items: VisibilityItem[]): SpatialSceneNode[] {\n const db = this.referenceData.snapshot;\n return items\n .filter(item => item.visible && item.opacity && item.opacity > 0)\n .map((item): SpatialSceneNode[] => {\n if (db.sceneNodeLookup[item.id]) {\n return [{\n ...(db.sceneNodeLookup[item.id] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }];\n } else {\n return (db.anatomicalStructures[organIri] || [])\n .filter((node) => node.representation_of === item.id)\n .map(node => ({\n ...(db.sceneNodeLookup[node['@id']] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }));\n }\n })\n .reduce((acc, nodes) => acc.concat(nodes), []);\n }\n\n private getOrganSpatialEntity(organIri: string): SpatialEntity {\n const db = this.referenceData.snapshot;\n return db.organSpatialEntities[organIri] as SpatialEntity;\n }\n\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SceneStateModel.html":{"url":"interfaces/SceneStateModel.html","title":"interface - SceneStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SceneStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n\n\n \n Description\n \n \n Scene state model\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n showCollisions\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n showCollisions\n \n \n \n \n \n \n \n \n showCollisions: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Computed, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { NgxsOnInit, State } from '@ngxs/store';\nimport { AABB, Vec3 } from 'cannon-es';\nimport { SpatialEntityJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { SpatialEntity, SpatialPlacement, getOriginScene, getTissueBlockScene } from 'ccf-database';\nimport { Position } from 'ccf-shared';\nimport { Observable, combineLatest, of } from 'rxjs';\nimport { filter, map } from 'rxjs/operators';\nimport { environment } from '../../../../environments/environment';\nimport { ModelState } from '../model/model.state';\nimport { RegistrationState } from '../registration/registration.state';\nimport { VisibilityItem } from './../../models/visibility-item';\nimport { ReferenceDataState } from './../reference-data/reference-data.state';\n\n\n/**\n * Scene state model\n */\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface SceneStateModel {\n showCollisions: boolean;\n}\n\nfunction getNodeBbox(model: SpatialSceneNode): AABB {\n const mat = new Matrix4(model.transformMatrix);\n const lowerBound = mat.transformAsPoint([-1, -1, -1], []);\n const upperBound = mat.transformAsPoint([1, 1, 1], []);\n return new AABB({\n lowerBound: new Vec3(...lowerBound.map((n, i) => Math.min(n, upperBound[i]))),\n upperBound: new Vec3(...upperBound.map((n, i) => Math.max(n, lowerBound[i])))\n });\n}\n\n/**\n * 3d Scene state\n */\n@StateRepository()\n@State({\n name: 'scene',\n defaults: {\n showCollisions: !environment.production\n }\n})\n@Injectable()\nexport class SceneState extends NgxsImmutableDataRepository implements NgxsOnInit {\n\n @Computed()\n get nodes$(): Observable {\n return combineLatest([\n this.placementCube$, this.referenceOrganNodes$, this.previousRegistrationNodes$, this.nodeCollisions$, this.spatialKeyBoardAxis$\n ]).pipe(\n map(([placement, nodes, prevNodes, collisions, axis]) => [\n ...placement, ...prevNodes, ...nodes, ...axis, ...(this.snapshot.showCollisions ? collisions : [])\n ])\n );\n }\n\n @Computed()\n get rotatedNodes$(): Observable {\n return combineLatest([this.rotation$, this.nodes$]).pipe(\n map(([rotation, nodes]) => {\n if (rotation === 0) {\n return nodes;\n } else {\n return nodes.map(n => ({\n ...n,\n transformMatrix: new Matrix4(Matrix4.IDENTITY).rotateY(toRadians(rotation)).multiplyRight(n.transformMatrix)\n }));\n }\n })\n );\n }\n\n /** Observable of spatial nodes */\n @Computed()\n get referenceOrganNodes$(): Observable {\n return combineLatest([this.model.anatomicalStructures$, this.model.extractionSites$, this.model.organIri$]).pipe(\n map(([anatomicalStructures, extractionSites, organIri]) => {\n const organ = this.getOrganSpatialEntity(organIri as string);\n const originScene = organIri ? getOriginScene(organ, false, true) : [];\n const organScene = this.createSceneNodes(organIri as string, [...anatomicalStructures, ...extractionSites] as VisibilityItem[]);\n return [ ...originScene, ...organScene ];\n })\n );\n }\n\n @Computed()\n get referenceOrganSimpleNodes$(): Observable {\n return combineLatest([this.model.anatomicalStructures$, this.model.organIri$, this.referenceData.state$]).pipe(\n map(([anatomicalStructures, organIri, db]) =>\n anatomicalStructures\n // .filter(item => item.visible && item.opacity && item.opacity > 0)\n .map((item): SpatialSceneNode[] => {\n if (db.sceneNodeLookup[item.id]) {\n return [{\n ...(db.simpleSceneNodeLookup[item.id] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }];\n } else {\n return (db.anatomicalStructures[organIri as string] || [])\n .filter((node) => node.representation_of === item.id)\n .map((node): SpatialSceneNode => ({\n ...(db.simpleSceneNodeLookup[node['@id']] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }));\n }\n })\n .reduce((acc, nodes) => acc.concat(nodes), [])\n )\n );\n }\n\n @Computed()\n get nodeCollisions$(): Observable {\n return combineLatest([this.referenceOrganSimpleNodes$, this.placementCube$]).pipe(\n filter(([_nodes, placement]) => placement.length > 0),\n map(([nodes, placement]) => {\n const bbox = getNodeBbox(placement[0]);\n return nodes.filter((model) => bbox.overlaps(getNodeBbox(model)));\n })\n );\n }\n\n @Computed()\n get previousRegistrationNodes$(): Observable {\n return combineLatest([this.model.organIri$, this.model.showPrevious$, this.registration.previousRegistrations$]).pipe(\n map(([organIri, showPrevious, previousRegistrations]) =>\n showPrevious ? previousRegistrations.map((entity: SpatialEntityJsonLd): SpatialSceneNode => {\n const p = Array.isArray(entity.placement) ? entity.placement[0] : entity.placement;\n if (p.target === organIri) {\n const organDimensions = this.model.snapshot.organDimensions;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => -n / 1000 / 2);\n return {\n '@id': entity['@id'],\n '@type': 'SpatialSceneNode',\n transformMatrix: new Matrix4(Matrix4.IDENTITY)\n .translate([p.x_translation, p.y_translation, p.z_translation].map((n, i) => n / 1000 + dims[i]))\n .rotateXYZ([p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number])\n .scale([entity.x_dimension, entity.y_dimension, entity.z_dimension].map(n => n / 1000 / 2)),\n color: [25, 118, 210, 200],\n tooltip: entity.label,\n unpickable: true\n };\n } else {\n return undefined as unknown as SpatialSceneNode;\n }\n }).filter(e => !!e) : []\n )\n );\n }\n\n @Computed()\n get spatialKeyBoardAxis$(): Observable{\n return combineLatest([this.model.organIri$.pipe(filter(organIri=>organIri!=='')), this.model.position$]).pipe(map(([organIri, position]: [string, Position]) => {\n const organEntity = this.getOrganSpatialEntity(organIri);\n const blockSize = this.model.snapshot.blockSize;\n const rotation = this.model.snapshot.rotation;\n return organEntity ? getTissueBlockScene({\n x_dimension: blockSize.x,\n y_dimension: blockSize.y,\n z_dimension: blockSize.z\n } as SpatialEntity, {\n x_translation: position.x - organEntity.x_dimension / 2,\n y_translation: position.y - organEntity.y_dimension / 2,\n z_translation: position.z - organEntity.z_dimension / 2,\n\n x_rotation: rotation.x,\n y_rotation: rotation.y,\n z_rotation: rotation.z,\n\n x_scaling: 1, y_scaling: 1, z_scaling: 1,\n } as SpatialPlacement): [];\n }));\n }\n\n @Computed()\n get placementCube$(): Observable | [] {\n return combineLatest([this.model.viewType$, this.model.blockSize$, this.model.rotation$, this.model.position$, this.model.organ$]).pipe(\n map(([_viewType, _blockSize, _rotation, _position, organ]) => organ.src === '' ? [] : [this.placementCube])\n );\n }\n\n @Computed()\n get placementCube(): SpatialSceneNode {\n const { viewType, blockSize, rotation, position, organDimensions } = this.model.snapshot;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => -n / 1000 / 2);\n return {\n '@id': '#DraftPlacement',\n '@type': 'SpatialSceneNode',\n transformMatrix: new Matrix4(Matrix4.IDENTITY)\n .translate([position.x, position.y, position.z].map((n, i) => n / 1000 + dims[i]))\n .rotateXYZ([rotation.x, rotation.y, rotation.z].map(toRadians) as [number, number, number])\n .scale([blockSize.x, blockSize.y, blockSize.z].map(n => n / 1000 / 2)),\n color: [255, 255, 0, 200],\n tooltip: 'Draft Placement',\n unpickable: viewType === '3d',\n };\n }\n\n\n @Computed()\n get rotation$(): Observable {\n return this.model.viewSide$.pipe(\n map((side) => {\n let rotation = 0;\n switch (side) {\n case 'left':\n rotation = -90;\n break;\n case 'right':\n rotation = 90;\n break;\n case 'posterior':\n rotation = 180;\n break;\n default:\n break;\n }\n return rotation;\n })\n );\n }\n\n readonly gizmo$: Observable = of([\n {\n '@id': 'http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_Surface',\n '@type': 'SpatialSceneNode',\n scenegraph: 'https://hubmapconsortium.github.io/ccf-3d-reference-object-library/Assets/body4Mesh_1338.glb',\n transformMatrix: new Matrix4(Matrix4.IDENTITY).scale([2, 2, 2]).rotateY(toRadians(0)),\n tooltip: 'Gizmo',\n unpickable: true,\n _lighting: 'pbr',\n zoomBasedOpacity: false,\n color: [255, 255, 255, 255],\n opacity: 1\n }\n ]);\n\n /** Reference to the model state */\n private model: ModelState;\n private registration: RegistrationState;\n private referenceData: ReferenceDataState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load page and model state\n */\n constructor(\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.model = this.injector.get(ModelState);\n this.registration = this.injector.get(RegistrationState);\n this.referenceData = this.injector.get(ReferenceDataState);\n }\n\n private createSceneNodes(organIri: string, items: VisibilityItem[]): SpatialSceneNode[] {\n const db = this.referenceData.snapshot;\n return items\n .filter(item => item.visible && item.opacity && item.opacity > 0)\n .map((item): SpatialSceneNode[] => {\n if (db.sceneNodeLookup[item.id]) {\n return [{\n ...(db.sceneNodeLookup[item.id] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }];\n } else {\n return (db.anatomicalStructures[organIri] || [])\n .filter((node) => node.representation_of === item.id)\n .map(node => ({\n ...(db.sceneNodeLookup[node['@id']] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }));\n }\n })\n .reduce((acc, nodes) => acc.concat(nodes), []);\n }\n\n private getOrganSpatialEntity(organIri: string): SpatialEntity {\n const db = this.referenceData.snapshot;\n return db.organSpatialEntities[organIri] as SpatialEntity;\n }\n\n\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SlicesConfig.html":{"url":"interfaces/SlicesConfig.html","title":"interface - SlicesConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SlicesConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n\n\n \n Description\n \n \n Slices configuration\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n numSlices\n \n \n \n \n thickness\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n numSlices\n \n \n \n \n \n \n \n \n numSlices: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Number of slices per block\n\n \n \n \n \n \n \n \n \n \n thickness\n \n \n \n \n \n \n \n \n thickness: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Thickness of slice\n\n \n \n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { ALL_ORGANS, GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { filterNulls } from 'ccf-shared/rxjs-ext/operators';\nimport { sortBy } from 'lodash';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { EMPTY, Observable } from 'rxjs';\nimport { delay, distinctUntilChanged, filter, map, skipUntil, switchMap, tap, throttleTime } from 'rxjs/operators';\n\nimport { ExtractionSet } from '../../models/extraction-set';\nimport { VisibilityItem } from '../../models/visibility-item';\nimport { GlobalConfig, OrganConfig } from '../../services/config/config';\nimport { PageState } from '../page/page.state';\nimport { ReferenceDataState } from '../reference-data/reference-data.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A object with x, y, and z channels of the same type. */\nexport interface XYZTriplet {\n /** X channel */\n x: T;\n /** Y channel */\n y: T;\n /** Z channel */\n z: T;\n}\n\n/** Slices configuration */\nexport interface SlicesConfig {\n /** Thickness of slice */\n thickness: number;\n /** Number of slices per block */\n numSlices: number;\n}\n\n/** Model view type */\nexport type ViewType = 'register' | '3d';\n\n/** Side which the model is viewed from */\nexport type ViewSide = 'left' | 'right' | 'anterior' | 'posterior';\n\n/** Data contained in the stage state. */\nexport interface ModelStateModel {\n /** Model identifier */\n id: string;\n /** Model label */\n label: string;\n /** Organ name */\n organ: OrganInfo;\n /** Reference Organ IRI */\n organIri?: string;\n /** Reference Organ Dimensions */\n organDimensions: XYZTriplet;\n /** Sex if applicable */\n sex?: 'male' | 'female';\n /** Side if applicable */\n side?: 'left' | 'right';\n /** Block size */\n blockSize: XYZTriplet;\n /** Model rotation */\n rotation: XYZTriplet;\n /** Model position */\n position: XYZTriplet;\n /** Slice configuration */\n slicesConfig: SlicesConfig;\n /** View type */\n viewType: ViewType;\n /** View side */\n viewSide: ViewSide;\n /** Whether previous registration blocks are visible */\n showPrevious: boolean;\n /** Possible extraction sites */\n extractionSites: VisibilityItem[];\n /** Anatomical structures for the organ */\n anatomicalStructures: VisibilityItem[];\n /** Extraction sets */\n extractionSets: ExtractionSet[];\n}\n\n/**\n * All organs to be displayed\n */\nexport const RUI_ORGANS = ALL_ORGANS;\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'model',\n defaults: {\n id: '',\n label: '',\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n organ: { src: '', name: '' } as OrganInfo,\n organIri: '',\n organDimensions: { x: 90, y: 90, z: 90 },\n sex: 'male',\n blockSize: { x: 10, y: 10, z: 10 },\n rotation: { x: 0, y: 0, z: 0 },\n position: { x: 0, y: 0, z: 0 },\n slicesConfig: { thickness: NaN, numSlices: NaN },\n viewType: 'register',\n viewSide: 'anterior',\n showPrevious: false,\n extractionSites: [],\n anatomicalStructures: [],\n extractionSets: []\n }\n})\n@Injectable()\nexport class ModelState extends NgxsImmutableDataRepository {\n /** Identifier observable */\n readonly id$ = this.state$.pipe(map(x => x?.id));\n /** Block size observable */\n readonly blockSize$ = this.state$.pipe(map(x => x?.blockSize));\n /** Rotation observable */\n readonly rotation$ = this.state$.pipe(map(x => x?.rotation));\n /** Position observable */\n readonly position$ = this.state$.pipe(map(x => x?.position));\n /** Slice configuration observable */\n readonly slicesConfig$ = this.state$.pipe(map(x => x?.slicesConfig));\n /** View type observable */\n readonly viewType$ = this.state$.pipe(map(x => x?.viewType));\n /** View side observable */\n readonly viewSide$ = this.state$.pipe(map(x => x?.viewSide));\n /** Organ observable */\n readonly organ$ = this.state$.pipe(map(x => x?.organ));\n /** Organ IRI observable */\n readonly organIri$ = this.state$.pipe(map(x => x?.organIri));\n /** Organ IRI observable */\n readonly organDimensions$ = this.state$.pipe(map(x => x?.organDimensions));\n /** Sex observable */\n readonly sex$ = this.state$.pipe(map(x => x?.sex));\n /** Side observable */\n readonly side$ = this.state$.pipe(map(x => x?.side));\n /** Show previous observable */\n readonly showPrevious$ = this.state$.pipe(map(x => x?.showPrevious));\n /** Extraction sites observable */\n readonly extractionSites$ = this.state$.pipe(map(x => x?.extractionSites));\n /** Anatomical structures observable */\n readonly anatomicalStructures$ = this.state$.pipe(map(x => x?.anatomicalStructures));\n /** Extraction sets observable */\n readonly extractionSets$ = this.state$.pipe(map(x => x?.extractionSets));\n\n @Computed()\n get modelChanged$(): Observable {\n const ignoredKeys = ['viewType', 'viewSide', 'showPrevious'];\n const keys = Object.keys(this.initialState)\n .filter(key => !ignoredKeys.includes(key));\n\n return this.state$.pipe(\n throttleTime(0, undefined, { leading: false, trailing: true }),\n distinctUntilChanged((v1, v2) => {\n for (const key of keys) {\n if (v1[key] !== v2[key]) {\n return false;\n }\n }\n\n return true;\n }),\n map(() => undefined)\n );\n }\n\n /** Reference to the reference data state */\n private referenceData: ReferenceDataState;\n\n private page: PageState;\n\n /**\n * Creates an instance of model state.\n *\n * @param injector Injector service used to lazy load reference data state\n */\n constructor(\n private readonly ga: GoogleAnalyticsService,\n private readonly injector: Injector,\n private readonly globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.referenceData = this.injector.get(ReferenceDataState);\n this.page = this.injector.get(PageState);\n\n this.referenceData.state$.subscribe(() => this.onReferenceDataChange());\n }\n\n idMatches(ontologyId?: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n ontologyId && o.id === ontologyId ? (o.side ? o.side === organSide : true) : false\n );\n }\n\n nameMatches(organName: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n o.side ? o.organ.toLowerCase() === organName && o.side === organSide : o.organ.toLowerCase() === organName\n );\n }\n\n /**\n * Updates the block size\n *\n * @param blockSize The new block size values\n */\n @DataAction()\n setBlockSize(blockSize: XYZTriplet): void {\n this.ctx.patchState({ blockSize });\n }\n\n /**\n * Updates the rotation\n *\n * @param rotation The new rotation values\n */\n @DataAction()\n setRotation(rotation: XYZTriplet): void {\n this.ctx.patchState({ rotation });\n }\n\n /**\n * Updates the position\n *\n * @param position The new position values\n */\n @DataAction()\n setPosition(position: XYZTriplet): void {\n this.ga.event('placement', `${this.snapshot.organ?.name}_placement`, `${position.x.toFixed(1)}_${position.y.toFixed(1)}_${position.z.toFixed(1)}`);\n this.ctx.patchState({ position });\n }\n\n /**\n * Updates the slice configuration\n *\n * @param slicesConfig The new slice configuration\n */\n @DataAction()\n setSlicesConfig(slicesConfig: SlicesConfig): void {\n this.ctx.patchState({ slicesConfig });\n }\n\n /**\n * Updates the view type\n *\n * @param viewType the new view type\n */\n @DataAction()\n setViewType(viewType: ViewType): void {\n this.ctx.patchState({ viewType });\n }\n\n /**\n * Updates the view side\n *\n * @param viewSide The side to view\n */\n @DataAction()\n setViewSide(viewSide: ViewSide): void {\n this.ctx.patchState({ viewSide });\n }\n\n @Computed()\n get defaultPosition(): XYZTriplet {\n const dims = this.snapshot.organDimensions;\n const block = this.snapshot.blockSize;\n return { x: dims.x + 2 * block.x, y: dims.y / 2, z: dims.z / 2 };\n }\n\n /**\n * Updates the organ\n *\n * @param organ Name of the organ\n */\n @DataAction()\n setOrgan(organ: OrganInfo): void {\n if (organ) {\n this.ga.event('organ_select', 'organ', organ.name);\n this.ctx.patchState({ organ });\n if (organ.side) {\n this.ctx.patchState({ side: organ.side });\n } else {\n this.ctx.patchState({ side: undefined });\n }\n this.onOrganIriChange();\n }\n }\n\n /**\n * Sets position and rotation to default\n */\n @DataAction()\n setOrganDefaults(): void {\n this.ctx.patchState({\n position: this.defaultPosition,\n rotation: { x: 0, y: 0, z: 0 }\n });\n }\n\n /**\n * Updates the sex\n *\n * @param [sex] The new sex\n */\n @DataAction()\n setSex(sex?: 'male' | 'female'): void {\n this.ctx.patchState({ sex });\n this.onOrganIriChange();\n }\n\n /**\n * Updates the side\n *\n * @param [side] The new side\n */\n @DataAction()\n setSide(side?: 'left' | 'right'): void {\n this.ctx.patchState({ side });\n this.onOrganIriChange();\n }\n\n /**\n * Updates show previous\n *\n * @param showPrevious Whether to show\n */\n @DataAction()\n setShowPrevious(showPrevious: boolean): void {\n this.ctx.patchState({ showPrevious });\n }\n\n /**\n * Updates extraction sites\n *\n * @param extractionSites New array of items\n */\n @DataAction()\n setExtractionSites(extractionSites: VisibilityItem[]): void {\n this.ctx.patchState({ extractionSites });\n }\n\n /**\n * Updates anatomical structures\n *\n * @param anatomicalStructures New array of items\n */\n @DataAction()\n setAnatomicalStructures(anatomicalStructures: VisibilityItem[]): void {\n this.ctx.patchState({ anatomicalStructures });\n }\n\n /**\n * Updates extraction sets\n *\n * @param extractionSets New array of extraction sets\n */\n @DataAction()\n setExtractionSets(extractionSets: ExtractionSet[]): void {\n this.ctx.patchState({ extractionSets });\n }\n\n /**\n * Toggles registration blocks visibility and handles anatomical structures\n * opacity changes accordingly\n *\n * @param visible the visible state to pass along to setShowPrevious()\n * @param previousItems visibilityItems to set anatomical structures\n */\n toggleRegistrationBlocksVisibility(visible: boolean, previousItems: VisibilityItem[]): void {\n this.setShowPrevious(visible);\n\n if (!visible) {\n this.setAnatomicalStructures(previousItems);\n } else {\n const newStructures = previousItems.map(structure => ({\n ...structure, opacity: Math.min(20, structure.opacity ?? 20)\n }));\n this.setAnatomicalStructures(newStructures);\n }\n }\n\n private onOrganIriChange(): void {\n const organIri = this.referenceData.getReferenceOrganIri(\n this.snapshot.organ?.organ || '', this.snapshot.sex, this.snapshot.side, this.snapshot.organ\n );\n const organDimensions: XYZTriplet = { x: 100, y: 100, z: 100 };\n\n if (this.snapshot.organ?.sex) {\n this.ctx.patchState({ sex: this.snapshot.organ?.sex });\n }\n\n if (organIri) {\n const db = this.referenceData.snapshot;\n const asLookup: { [id: string]: VisibilityItem } = {};\n for (const entity of (db.anatomicalStructures[organIri] || [])) {\n const iri = entity.representation_of ?? entity['@id'];\n if (!asLookup[iri]) {\n asLookup[iri] = {\n id: entity.representation_of ?? entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 20,\n tooltip: entity.comment\n };\n }\n }\n this.ctx.patchState({ anatomicalStructures: [{ id: 'all', name: 'all anatomical structures', opacity: 20, visible: true }, ...Object.values(asLookup)] });\n\n const sets: ExtractionSet[] = (db.extractionSets[organIri] || []).map((set) => ({\n name: set.label,\n sites: [{ id: 'all', name: 'all landmarks', visible: true, opacity: 0 }].concat(sortBy(set.extractionSites.map((entity) => ({\n id: entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 0,\n tooltip: entity.comment\n })), 'name'))\n }));\n this.ctx.patchState({ extractionSets: sets });\n this.ctx.patchState({ extractionSites: sets.length > 0 ? sets[0].sites : [] });\n\n const spatialEntity = db.organSpatialEntities[organIri];\n organDimensions.x = spatialEntity.x_dimension;\n organDimensions.y = spatialEntity.y_dimension;\n organDimensions.z = spatialEntity.z_dimension;\n }\n\n this.ctx.patchState({ organIri, organDimensions });\n }\n\n private onReferenceDataChange(): void {\n this.globalConfig.getOption('organ').pipe(\n filterNulls(),\n delay(0),\n switchMap(organ => this.onOrganChange(organ))\n ).subscribe();\n\n this.modelChanged$.pipe(\n skipUntil(this.page.registrationStarted$.pipe(\n filter(started => started),\n ))\n ).subscribe(() => this.page.setHasChanges());\n }\n\n private onOrganChange(organ: string | OrganConfig): Observable {\n let organInfo: OrganInfo | undefined;\n let organSex: 'male' | 'female';\n if (typeof organ === 'string') {\n const organData = this.referenceData.getOrganData(organ);\n organSex = organData?.sex?.toLowerCase() as 'male' | 'female';\n organInfo = organData?.organ;\n } else {\n const organName = organ.name.toLowerCase();\n const organSide = organ.side;\n const ontologyId = organ.ontologyId;\n organSex = organ.sex?.toLowerCase() as 'male' | 'female';\n // check for an id match\n organInfo = this.idMatches(ontologyId, organSide);\n // if no id matches, check for a name match\n if (!organInfo) {\n organInfo = this.nameMatches(organName, organSide);\n }\n }\n\n if (organInfo) {\n this.ctx.patchState({\n organ: organInfo,\n sex: organSex,\n side: organInfo?.side?.toLowerCase() as 'left' | 'right'\n });\n return this.referenceData.state$.pipe(\n tap(() => this.onOrganIriChange())\n );\n }\n\n return EMPTY;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SlicesConfig-1.html":{"url":"interfaces/SlicesConfig-1.html","title":"interface - SlicesConfig-1","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SlicesConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n\n\n \n Description\n \n \n Interface containing slices data of the tissue block\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n numSlices\n \n \n \n \n thickness\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n numSlices\n \n \n \n \n \n \n \n \n numSlices: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Number of slices in the block\n\n \n \n \n \n \n \n \n \n \n thickness\n \n \n \n \n \n \n \n \n thickness: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Thickness of each tissue slice\n\n \n \n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Interface containing slices data of the tissue block\n */\nexport interface SlicesConfig {\n /** Thickness of each tissue slice */\n thickness: number;\n /** Number of slices in the block */\n numSlices: number;\n}\n\n/** Default values for slices config. */\nconst DEFAULT_SLICES_CONFIG: SlicesConfig = {\n thickness: NaN,\n numSlices: NaN\n};\n\n/**\n * Component for entering data on block slices\n */\n@Component({\n selector: 'ccf-slices-input',\n templateUrl: './slices-input.component.html',\n styleUrls: ['./slices-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SlicesInputComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-slices-input';\n\n /**\n * Values of block dimensions to be emitted\n */\n @Input() slicesConfig = DEFAULT_SLICES_CONFIG;\n\n /**\n * Emitter for slice data values\n */\n @Output() readonly slicesConfigChange = new EventEmitter();\n\n /**\n * Returns whether a valid thickness value has been entered.\n */\n get hasThicknessValue(): boolean {\n return !isNaN(this.slicesConfig.thickness);\n }\n\n /**\n * Creates an instance of slices input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Limits the length of the input if needed and updates values when an input changes\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key Name of the dimension to be updated\n */\n updateSlicesData(input: InputEvent, key: string): void {\n const { value: strValue } = input.target as HTMLInputElement;\n this.slicesConfig = { ...this.slicesConfig, [key]: strValue !== '' ? +strValue : NaN };\n this.ga.event('slice_config_update', 'slice_input', key, this.slicesConfig[key]);\n this.slicesConfigChange.emit(this.slicesConfig);\n }\n\n /**\n * Refreshes all slice data values to empty values\n */\n refreshSlices(): void {\n this.slicesConfig = DEFAULT_SLICES_CONFIG;\n this.ga.event('slice_config_reset', 'slice_input');\n this.slicesConfigChange.emit(this.slicesConfig);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SlicesInputComponent.html":{"url":"components/SlicesInputComponent.html","title":"component - SlicesInputComponent","body":"\n \n\n\n\n\n\n Components\n \n SlicesInputComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n\n\n\n \n Description\n \n \n Component for entering data on block slices\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-slices-input\n \n\n\n\n \n styleUrls\n ./slices-input.component.scss\n \n\n\n\n \n templateUrl\n ./slices-input.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n refreshSlices\n \n \n updateSlicesData\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n slicesConfig\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n slicesConfigChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n hasThicknessValue\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:48\n \n \n\n \n \n Creates an instance of slices input component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n slicesConfig\n \n \n \n \n Type : SlicesConfig\n\n \n \n \n \n Default value : DEFAULT_SLICES_CONFIG\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:36\n \n \n \n \n Values of block dimensions to be emitted\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n slicesConfigChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:41\n \n \n \n \n Emitter for slice data values\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-slices-input\"\n\n \n \n \n \n Default value : 'ccf-slices-input'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:31\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n refreshSlices\n \n \n \n \n \n \nrefreshSlices()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:73\n \n \n\n\n \n \n Refreshes all slice data values to empty values\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateSlicesData\n \n \n \n \n \n \nupdateSlicesData(input: InputEvent, key: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:63\n \n \n\n\n \n \n Limits the length of the input if needed and updates values when an input changes\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n input\n \n InputEvent\n \n\n \n No\n \n\n\n \n InputEvent from the input element which contains the new value\n\n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n Name of the dimension to be updated\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-slices-input'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:31\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n hasThicknessValue\n \n \n\n \n \n gethasThicknessValue()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:46\n \n \n \n \n Returns whether a valid thickness value has been entered.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Interface containing slices data of the tissue block\n */\nexport interface SlicesConfig {\n /** Thickness of each tissue slice */\n thickness: number;\n /** Number of slices in the block */\n numSlices: number;\n}\n\n/** Default values for slices config. */\nconst DEFAULT_SLICES_CONFIG: SlicesConfig = {\n thickness: NaN,\n numSlices: NaN\n};\n\n/**\n * Component for entering data on block slices\n */\n@Component({\n selector: 'ccf-slices-input',\n templateUrl: './slices-input.component.html',\n styleUrls: ['./slices-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SlicesInputComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-slices-input';\n\n /**\n * Values of block dimensions to be emitted\n */\n @Input() slicesConfig = DEFAULT_SLICES_CONFIG;\n\n /**\n * Emitter for slice data values\n */\n @Output() readonly slicesConfigChange = new EventEmitter();\n\n /**\n * Returns whether a valid thickness value has been entered.\n */\n get hasThicknessValue(): boolean {\n return !isNaN(this.slicesConfig.thickness);\n }\n\n /**\n * Creates an instance of slices input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Limits the length of the input if needed and updates values when an input changes\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key Name of the dimension to be updated\n */\n updateSlicesData(input: InputEvent, key: string): void {\n const { value: strValue } = input.target as HTMLInputElement;\n this.slicesConfig = { ...this.slicesConfig, [key]: strValue !== '' ? +strValue : NaN };\n this.ga.event('slice_config_update', 'slice_input', key, this.slicesConfig[key]);\n this.slicesConfigChange.emit(this.slicesConfig);\n }\n\n /**\n * Refreshes all slice data values to empty values\n */\n refreshSlices(): void {\n this.slicesConfig = DEFAULT_SLICES_CONFIG;\n this.ga.event('slice_config_reset', 'slice_input');\n this.slicesConfigChange.emit(this.slicesConfig);\n }\n}\n\n \n\n \n \n Tissue Sections\n \n \n refresh\n \n\n\n\n \n Thickness\n \n μm\n \n\n \n # Sections\n \n \n\n\n \n\n \n \n ./slices-input.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n gap: 0.5rem;\n\n input[type=number] {\n -moz-appearance: textfield;\n }\n\n .header {\n display: flex;\n align-items: center;\n height: 1.5rem;\n padding: .5rem 0;\n\n .title {\n font-weight: 400;\n }\n\n .refresh {\n transform: scaleX(-1);\n cursor: pointer;\n transition: .6s;\n\n &:hover {\n border-radius: 2px;\n }\n }\n }\n\n .slices-inputs {\n display: flex;\n justify-content: space-between;\n width: 20rem;\n margin: 0 auto;\n\n .field {\n width: 9rem;\n\n &:not(:last-child) {\n padding-right: 0.75rem;\n }\n\n .input {\n text-align: center;\n }\n\n .suffix {\n display: none;\n }\n\n &.mat-focused .suffix, .suffix.show {\n display: initial;\n }\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n\n .mat-mdc-form-field-infix {\n padding-bottom: 0;\n min-height: inherit;\n }\n\n .mat-mdc-form-field-icon-suffix {\n padding: 1.5rem 0 0 0;\n }\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Tissue Sections refresh Thickness μm # Sections '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SlicesInputComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SlicesInputModule.html":{"url":"modules/SlicesInputModule.html","title":"module - SlicesInputModule","body":"\n \n\n\n\n\n Modules\n SlicesInputModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SlicesInputModule\n\n\n\ncluster_SlicesInputModule_declarations\n\n\n\ncluster_SlicesInputModule_exports\n\n\n\n\nSlicesInputComponent\n\nSlicesInputComponent\n\n\n\nSlicesInputModule\n\nSlicesInputModule\n\nSlicesInputModule -->\n\nSlicesInputComponent->SlicesInputModule\n\n\n\n\n\nSlicesInputComponent \n\nSlicesInputComponent \n\nSlicesInputComponent -->\n\nSlicesInputModule->SlicesInputComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SlicesInputComponent\n \n \n \n \n Exports\n \n \n SlicesInputComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\nimport { NumbersOnlyModule } from 'ccf-shared';\nimport { SlicesInputComponent } from './slices-input.component';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { MatFormFieldModule } from '@angular/material/form-field';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatInputModule,\n MatIconModule,\n MatRippleModule,\n MatTooltipModule,\n NumbersOnlyModule,\n MatFormFieldModule\n ],\n declarations: [SlicesInputComponent],\n exports: [SlicesInputComponent]\n})\nexport class SlicesInputModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/StageNavComponent.html":{"url":"components/StageNavComponent.html","title":"component - StageNavComponent","body":"\n \n\n\n\n\n\n Components\n \n StageNavComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts\n\n\n\n \n Description\n \n \n Component that allows the user to change the viewing angle and rendering mode of the stage.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-stage-nav\n \n\n\n\n \n styleUrls\n ./stage-nav.component.scss\n \n\n\n\n \n templateUrl\n ./stage-nav.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n isDropdownActive\n \n \n isDropdownHidden\n \n \n \n labelRef\n \n \n \n optionsRef\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n handleClick\n \n \n updateSide\n \n \n updateView\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n side\n \n \n useDropdownMenu\n \n \n view3D\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n sideChange\n \n \n view3DChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n \n \n HostListeners\n \n \n \n \n \n \n document:click\n \n \n \n \n\n \n \n Accessors\n \n \n \n \n \n \n useDropdownMenu\n \n \n labelEl\n \n \n optionsEl\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:60\n \n \n\n \n \n Creates an instance of stage nav component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n side\n \n \n \n \n Type : Side\n\n \n \n \n \n Default value : 'anterior'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:29\n \n \n \n \n Input that allows changing the current side from outside the component\n\n \n \n \n \n \n \n \n \n \n useDropdownMenu\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:23\n \n \n \n \n Whether to use a drop down menu instead of a options bar\n\n \n \n \n \n \n \n \n \n \n view3D\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:32\n \n \n \n \n Input that allows toggling of 3D view on / off from outside the component\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n sideChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:35\n \n \n \n \n Output that emits whenever the current side selection changes\n\n \n \n \n \n \n \n \n \n \n view3DChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:38\n \n \n \n \n Output that emits whenever the 3D view is toggled on / off\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-stage-nav\"\n\n \n \n \n \n Default value : 'ccf-stage-nav'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:19\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n \n HostListeners \n \n \n \n \n \n document:click\n \n \n \n \n \n \n Arguments : '$event.target' \n \n \n \n \ndocument:click(target: HTMLElement)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:76\n \n \n\n\n \n \n Listens to document click event\nCloses the popup only if user clicks outside the popup\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The element on which the event was fired\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleClick\n \n \n \n \n \n \n \n handleClick(target: HTMLElement)\n \n \n\n \n \n Decorators : \n \n @HostListener('document:click', ['$event.target'])\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:76\n \n \n\n\n \n \n Listens to document click event\nCloses the popup only if user clicks outside the popup\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n target\n \n HTMLElement\n \n\n \n No\n \n\n\n \n The element on which the event was fired\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSide\n \n \n \n \n \n \nupdateSide(selection: Side)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:91\n \n \n\n\n \n \n Handles the updating of the side selection and calling the event emitter\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n selection\n \n Side\n \n\n \n No\n \n\n\n \n the new selected side\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateView\n \n \n \n \n \n \nupdateView(selection: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:109\n \n \n\n\n \n \n Handles updating of the boolean that keeps track of current view\nand calling the event emitter.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n selection\n \n boolean\n \n\n \n No\n \n\n\n \n 3D (true) or Register (false)\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-stage-nav'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:19\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n isDropdownActive\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:47\n \n \n\n \n \n Whether this component shows a dropdown menu or an options bar\n\n \n \n\n \n \n \n \n \n \n \n \n isDropdownHidden\n \n \n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:50\n \n \n\n \n \n Whether the dropdown menu is hidden\n\n \n \n\n \n \n \n \n \n \n \n \n \n labelRef\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('label', {static: true})\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:41\n \n \n\n \n \n Label for dropdown\n\n \n \n\n \n \n \n \n \n \n \n \n \n optionsRef\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('options', {static: true})\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:44\n \n \n\n \n \n Options dropdown\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n useDropdownMenu\n \n \n\n\n \n \n setuseDropdownMenu(value: boolean)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:23\n \n \n \n \n Whether to use a drop down menu instead of a options bar\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n boolean\n \n \n \n No\n \n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n labelEl\n \n \n\n \n \n getlabelEl()\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:53\n \n \n \n \n Simple helper for accessing the native label element\n\n\n \n Returns : HTMLElement\n\n \n \n \n\n \n \n \n \n \n \n \n optionsEl\n \n \n\n \n \n getoptionsEl()\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:58\n \n \n \n \n Simple helper for accessing the native options element\n\n\n \n Returns : HTMLElement\n\n \n \n \n\n \n \n\n\n\n\n \n import {\n ChangeDetectionStrategy, Component, ElementRef, EventEmitter, HostBinding, HostListener, Input, Output, ViewChild,\n} from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/** Valid values for side. */\nexport type Side = 'left' | 'right' | 'anterior' | 'posterior' | '3D';\n\n/** Component that allows the user to change the viewing angle and rendering mode of the stage. */\n@Component({\n selector: 'ccf-stage-nav',\n templateUrl: './stage-nav.component.html',\n styleUrls: ['./stage-nav.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class StageNavComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-stage-nav';\n\n /** Whether to use a drop down menu instead of a options bar */\n @Input()\n set useDropdownMenu(value: boolean) {\n this.isDropdownActive = value;\n this.isDropdownHidden = true;\n }\n\n /** Input that allows changing the current side from outside the component */\n @Input() side: Side = 'anterior';\n\n /** Input that allows toggling of 3D view on / off from outside the component */\n @Input() view3D = false;\n\n /** Output that emits whenever the current side selection changes */\n @Output() readonly sideChange = new EventEmitter();\n\n /** Output that emits whenever the 3D view is toggled on / off */\n @Output() readonly view3DChange = new EventEmitter();\n\n /** Label for dropdown */\n @ViewChild('label', { static: true }) labelRef: ElementRef;\n\n /** Options dropdown */\n @ViewChild('options', { static: true }) optionsRef: ElementRef;\n\n /** Whether this component shows a dropdown menu or an options bar */\n isDropdownActive = false;\n\n /** Whether the dropdown menu is hidden */\n isDropdownHidden = true;\n\n /** Simple helper for accessing the native label element */\n private get labelEl(): HTMLElement {\n return this.labelRef.nativeElement;\n }\n\n /** Simple helper for accessing the native options element */\n private get optionsEl(): HTMLElement {\n return this.optionsRef.nativeElement;\n }\n\n /**\n * Creates an instance of stage nav component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Listens to document click event\n * Closes the popup only if user clicks outside the popup\n *\n * @param target The element on which the event was fired\n */\n @HostListener('document:click', ['$event.target'])\n handleClick(target: HTMLElement): void {\n const { isDropdownHidden, labelEl, optionsEl } = this;\n\n if (labelEl.contains(target)) {\n this.isDropdownHidden = !isDropdownHidden;\n } else if (!optionsEl.contains(target)) {\n this.isDropdownHidden = true;\n }\n }\n\n /**\n * Handles the updating of the side selection and calling the event emitter\n *\n * @param selection the new selected side\n */\n updateSide(selection: Side): void {\n this.ga.event('side_update', 'stage_nav', selection);\n\n if (selection === '3D') {\n this.updateView(true);\n } else {\n this.updateView(false);\n this.side = selection;\n this.sideChange.emit(this.side);\n }\n }\n\n /**\n * Handles updating of the boolean that keeps track of current view\n * and calling the event emitter.\n *\n * @param selection 3D (true) or Register (false)\n */\n updateView(selection: boolean): void {\n this.view3D = selection;\n this.ga.event('view_update', 'stage_nav', selection ? '3D' : 'Register');\n this.view3DChange.emit(this.view3D);\n }\n}\n\n \n\n \n \n Options\n arrow_drop_down\n\n\n\n \n Left\n Right\n Anterior\n Posterior\n \n\n \n\n\n\n \n\n \n \n ./stage-nav.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n\n .dropdown-label {\n display: none;\n align-items: center;\n\n mat-label,\n mat-icon {\n line-height: 1.5rem;\n }\n\n &.dropdown {\n display: flex;\n cursor: pointer;\n align-items: start;\n }\n }\n\n .stage-options {\n display: flex;\n align-items: center;\n\n .input-group {\n .nav-input {\n margin-right: 1rem;\n margin-bottom: 1.5rem;\n }\n\n mat-radio-button {\n ::ng-deep .mdc-label {\n font-size: 1.25rem;\n }\n }\n }\n\n .view-slider {\n white-space: nowrap;\n display: flex;\n\n ::ng-deep .slider {\n display: flex;\n }\n\n ::ng-deep .slide-label {\n font-size: 1.25rem;\n }\n }\n\n &.dropdowncontainer {\n display: flex;\n flex-direction: column;\n border-radius: 0.25rem;\n position: absolute;\n top: 3.5rem;\n z-index: 11;\n transition: opacity 0.25s;\n\n :first-child {\n margin-top: 0.5rem;\n }\n\n :last-child {\n margin-bottom: 0.5rem;\n }\n\n .input-group {\n margin-left: .875rem;\n margin-right: 0;\n display: flex;\n flex-wrap: wrap;\n\n .nav-input {\n display: flex;\n margin: 0;\n margin-right: 0.875rem;\n height: 2.5rem;\n\n ::ng-deep .mdc-label {\n padding-left: 0;\n }\n }\n }\n\n .view-slider {\n display: flex;\n align-items: center;\n height: 3rem;\n margin: 0 0.5rem;\n }\n\n mat-divider {\n visibility: visible;\n border-top: 2px solid;\n }\n }\n\n &.hidden {\n visibility: hidden;\n opacity: 0;\n transition: visibility 0.25s, opacity 0.25s;\n\n mat-divider {\n visibility: hidden;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Options arrow_drop_down Left Right Anterior Posterior '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'StageNavComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StageNavModule.html":{"url":"modules/StageNavModule.html","title":"module - StageNavModule","body":"\n \n\n\n\n\n Modules\n StageNavModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_StageNavModule\n\n\n\ncluster_StageNavModule_imports\n\n\n\ncluster_StageNavModule_exports\n\n\n\ncluster_StageNavModule_declarations\n\n\n\n\nStageNavComponent\n\nStageNavComponent\n\n\n\nStageNavModule\n\nStageNavModule\n\nStageNavModule -->\n\nStageNavComponent->StageNavModule\n\n\n\n\n\nStageNavComponent \n\nStageNavComponent \n\nStageNavComponent -->\n\nStageNavModule->StageNavComponent \n\n\n\n\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule\n\nStageNavModule -->\n\nLabeledSlideToggleModule->StageNavModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n StageNavComponent\n \n \n \n \n Imports\n \n \n LabeledSlideToggleModule\n \n \n \n \n Exports\n \n \n StageNavComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatRadioModule } from '@angular/material/radio';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { LabeledSlideToggleModule } from '../../../shared/components/labeled-slide-toggle/labeled-slide-toggle.module';\n\nimport { StageNavComponent } from './stage-nav.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatRadioModule,\n MatSelectModule,\n MatIconModule,\n MatDividerModule,\n LabeledSlideToggleModule,\n MatTooltipModule\n ],\n declarations: [StageNavComponent],\n exports: [StageNavComponent]\n})\nexport class StageNavModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StoreModule.html":{"url":"modules/StoreModule.html","title":"module - StoreModule","body":"\n \n\n\n\n\n Modules\n StoreModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/core/store/store.module.ts\n \n\n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { NgxsDataPluginModule } from '@angular-ru/ngxs';\nimport { NgxsLoggerPluginModule } from '@ngxs/logger-plugin';\nimport { NgxsStoragePluginModule } from '@ngxs/storage-plugin';\nimport { NgxsModule } from '@ngxs/store';\nimport { GlobalConfigState } from 'ccf-shared';\n\nimport { environment } from '../../../environments/environment';\nimport { AnatomicalStructureTagState } from './anatomical-structure-tags/anatomical-structure-tags.state';\nimport { IconRegistryState } from './icon-registry/icon-registry.state';\nimport { ModelState } from './model/model.state';\nimport { PageState } from './page/page.state';\nimport { ReferenceDataState } from './reference-data/reference-data.state';\nimport { RegistrationState } from './registration/registration.state';\nimport { SceneState } from './scene/scene.state';\n\n\n/**\n * States shared across the entire app.\n */\nexport const ROOT_STATES = [\n GlobalConfigState,\n IconRegistryState,\n PageState,\n ModelState,\n AnatomicalStructureTagState,\n ReferenceDataState,\n RegistrationState,\n SceneState\n];\n\n@NgModule({\n imports: [\n // For some strange reason the data plugin is not happy being placed after the store module!?\n NgxsDataPluginModule.forRoot(),\n\n NgxsModule.forRoot(ROOT_STATES, {\n developmentMode: !environment.production\n // Consider setting compatibility and executionStrategy\n // https://www.ngxs.io/advanced/options\n }),\n\n // Must come before all other plugins except the ngxs data plugin!\n NgxsStoragePluginModule.forRoot({\n key: ['registration.registrations']\n }),\n\n // Logger plugin must be last!\n NgxsLoggerPluginModule.forRoot({\n disabled: environment.production\n })\n ]\n})\nexport class StoreModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Tag.html":{"url":"interfaces/Tag.html","title":"interface - Tag","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Tag\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n\n\n \n Description\n \n \n A tag\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n label\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: TagId\n\n \n \n\n\n \n \n Type : TagId\n\n \n \n\n\n\n\n\n \n \n Unique identifier\n\n \n \n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Display label\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \"assigned\" | \"added\" | \"removed\"\n\n \n \n\n\n \n \n Type : \"assigned\" | \"added\" | \"removed\"\n\n \n \n\n\n\n\n\n \n \n How the tag was added\n\n \n \n \n \n \n \n\n\n \n export type TagId = string | number;\n\n/**\n * A tag\n */\nexport interface Tag {\n /** Unique identifier */\n id: TagId;\n /** Display label */\n label: string;\n /** How the tag was added */\n type: 'assigned' | 'added' | 'removed';\n}\n\n/**\n * Search result\n */\nexport interface TagSearchResult {\n /** Total number of possible results */\n totalCount: number;\n /** Partial results up to a limit */\n results: Tag[];\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TagListComponent.html":{"url":"components/TagListComponent.html","title":"component - TagListComponent","body":"\n \n\n\n\n\n\n Components\n \n TagListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts\n\n\n\n \n Description\n \n \n A list of removable tags\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-tag-list\n \n\n\n\n \n styleUrls\n ./tag-list.component.scss\n \n\n\n\n \n templateUrl\n ./tag-list.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n removeTag\n \n \n tagClasses\n \n \n tagId\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n tags\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n tagRemoved\n \n \n tagsChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:33\n \n \n\n \n \n Creates an instance of tag list component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n tags\n \n \n \n \n Type : Tag[]\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:23\n \n \n \n \n The tags\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n tagRemoved\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:28\n \n \n \n \n Emits when a tag is removed\n\n \n \n \n \n \n \n \n \n \n tagsChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:33\n \n \n \n \n Emits the new array of tags when a tag has been removed\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-tag-list\"\n\n \n \n \n \n Default value : 'ccf-tag-list'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n removeTag\n \n \n \n \n \n \nremoveTag(tag: Tag)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:62\n \n \n\n\n \n \n Removes a tag from the list\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n Tag to remove\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n tagClasses\n \n \n \n \n \n \ntagClasses(tag: Tag)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:53\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n tagId\n \n \n \n \n \n \ntagId(_index: number, tag: Tag)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:49\n \n \n\n\n \n \n Gets the unique identifier for a tag\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _index\n \n number\n \n\n \n No\n \n\n\n \n Unused\n\n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n A tag\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-tag-list'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { Tag } from '../../../core/models/anatomical-structure-tag';\n\n\n/**\n * A list of removable tags\n */\n@Component({\n selector: 'ccf-tag-list',\n templateUrl: './tag-list.component.html',\n styleUrls: ['./tag-list.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TagListComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-tag-list';\n\n /**\n * The tags\n */\n @Input() tags: Tag[];\n\n /**\n * Emits when a tag is removed\n */\n @Output() readonly tagRemoved = new EventEmitter();\n\n /**\n * Emits the new array of tags when a tag has been removed\n */\n @Output() readonly tagsChange = new EventEmitter();\n\n /**\n * Creates an instance of tag list component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Gets the unique identifier for a tag\n *\n * @param _index Unused\n * @param tag A tag\n * @returns An identifier\n */\n tagId(_index: number, tag: Tag): unknown {\n return tag.id;\n }\n\n tagClasses(tag: Tag): string[] {\n return tag.type === 'added' ? ['added'] : ['assigned'];\n }\n\n /**\n * Removes a tag from the list\n *\n * @param tag Tag to remove\n */\n removeTag(tag: Tag): void {\n this.tags = this.tags.filter(obj => obj !== tag);\n this.ga.event('tag_removed', 'tag_list', tag.label);\n this.tagRemoved.emit(tag);\n this.tagsChange.emit(this.tags);\n }\n}\n\n \n\n \n \n \n {{ tag.label }}\n cancel\n \n\n\n \n\n \n \n ./tag-list.component.scss\n \n :host {\n display: block;\n overflow-x: hidden;\n overflow-y: auto;\n\n ::ng-deep .mdc-evolution-chip-set__chips {\n margin: 0 !important;\n\n .mdc-evolution-chip__text-label {\n font-size: 14px;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ tag.label }} cancel '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'TagListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TagListModule.html":{"url":"modules/TagListModule.html","title":"module - TagListModule","body":"\n \n\n\n\n\n Modules\n TagListModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TagListModule\n\n\n\ncluster_TagListModule_declarations\n\n\n\ncluster_TagListModule_exports\n\n\n\n\nTagListComponent\n\nTagListComponent\n\n\n\nTagListModule\n\nTagListModule\n\nTagListModule -->\n\nTagListComponent->TagListModule\n\n\n\n\n\nTagListComponent \n\nTagListComponent \n\nTagListComponent -->\n\nTagListModule->TagListComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/tag-list/tag-list.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TagListComponent\n \n \n \n \n Exports\n \n \n TagListComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatChipsModule } from '@angular/material/chips';\nimport { MatIconModule } from '@angular/material/icon';\n\nimport { TagListComponent } from './tag-list.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatChipsModule,\n MatIconModule\n ],\n declarations: [TagListComponent],\n exports: [TagListComponent],\n})\nexport class TagListModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TagSearchModule.html":{"url":"modules/TagSearchModule.html","title":"module - TagSearchModule","body":"\n \n\n\n\n\n Modules\n TagSearchModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TagSearchModule\n\n\n\ncluster_TagSearchModule_declarations\n\n\n\ncluster_TagSearchModule_exports\n\n\n\n\nTagSearchComponent\n\nTagSearchComponent\n\n\n\nTagSearchModule\n\nTagSearchModule\n\nTagSearchModule -->\n\nTagSearchComponent->TagSearchModule\n\n\n\n\n\nTagSearchComponent \n\nTagSearchComponent \n\nTagSearchComponent -->\n\nTagSearchModule->TagSearchComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TagSearchComponent\n \n \n \n \n Exports\n \n \n TagSearchComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\n\nimport { TagSearchComponent } from './tag-search.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n\n MatButtonModule,\n MatCheckboxModule,\n MatFormFieldModule,\n MatIconModule,\n MatInputModule,\n ],\n declarations: [TagSearchComponent],\n exports: [TagSearchComponent]\n})\nexport class TagSearchModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TagSearchResult.html":{"url":"interfaces/TagSearchResult.html","title":"interface - TagSearchResult","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TagSearchResult\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n\n\n \n Description\n \n \n Search result\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n results\n \n \n \n \n totalCount\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n results\n \n \n \n \n \n \n \n \n results: Tag[]\n\n \n \n\n\n \n \n Type : Tag[]\n\n \n \n\n\n\n\n\n \n \n Partial results up to a limit\n\n \n \n \n \n \n \n \n \n \n totalCount\n \n \n \n \n \n \n \n \n totalCount: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Total number of possible results\n\n \n \n \n \n \n \n\n\n \n export type TagId = string | number;\n\n/**\n * A tag\n */\nexport interface Tag {\n /** Unique identifier */\n id: TagId;\n /** Display label */\n label: string;\n /** How the tag was added */\n type: 'assigned' | 'added' | 'removed';\n}\n\n/**\n * Search result\n */\nexport interface TagSearchResult {\n /** Total number of possible results */\n totalCount: number;\n /** Partial results up to a limit */\n results: Tag[];\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ThemingModule.html":{"url":"modules/ThemingModule.html","title":"module - ThemingModule","body":"\n \n\n\n\n\n Modules\n ThemingModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ThemingModule\n\n\n\ncluster_ThemingModule_providers\n\n\n\n\nThemingService\n\nThemingService\n\n\n\nThemingModule\n\nThemingModule\n\nThemingModule -->\n\nThemingService->ThemingModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/core/services/theming/theming.module.ts\n \n\n\n\n\n\n \n \n \n Providers\n \n \n ThemingService\n \n \n \n \n \n\n\n \n\n\n \n import { APP_BOOTSTRAP_LISTENER, NgModule } from '@angular/core';\n\nimport { ThemingService } from './theming.service';\n\n\n@NgModule({\n providers: [\n { provide: APP_BOOTSTRAP_LISTENER, useValue: ThemingService.initialize, multi: true },\n ThemingService\n ]\n})\nexport class ThemingModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ThemingService.html":{"url":"injectables/ThemingService.html","title":"injectable - ThemingService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ThemingService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/services/theming/theming.service.ts\n \n\n\n \n Description\n \n \n Manages the currently active theme.\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n defaultTheme\n \n \n Private\n element\n \n \n Private\n injector\n \n \n Private\n theme\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n applyThemeClass\n \n \n getTheme\n \n \n Static\n initialize\n \n \n initialize\n \n \n resetTheme\n \n \n setTheme\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(defaultTheme: string | null)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:25\n \n \n\n \n \n Creates the theming service.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n defaultTheme\n \n \n string | null\n \n \n \n No\n \n \n \n An optional default theme.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n applyThemeClass\n \n \n \n \n \n \n \n applyThemeClass(cls: string, method: \"add\" | \"remove\")\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:83\n \n \n\n\n \n \n Adds or removes a theme class from the necessary components.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n cls\n \n string\n \n\n \n No\n \n\n \n \n\n \n The theme class.\n\n \n \n \n method\n \n \"add\" | \"remove\"\n \n\n \n No\n \n\n \n 'add'\n \n\n \n Whether to add or remove the theme.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTheme\n \n \n \n \n \n \ngetTheme()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:39\n \n \n\n\n \n \n Get the currently active theme.\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Static\n initialize\n \n \n \n \n \n \n \n initialize(component: ComponentRef<>)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:21\n \n \n\n\n \n \n Initializer called during bootstrap to set up theming.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n component\n \n ComponentRef<>\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n initialize\n \n \n \n \n \n \ninitialize(element: ElementRef<>, injector: Injector)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:71\n \n \n\n\n \n \n Binds theming service to a component.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n element\n \n ElementRef<>\n \n\n \n No\n \n\n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetTheme\n \n \n \n \n \n \nresetTheme()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:60\n \n \n\n\n \n \n Resets the theme to the default.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setTheme\n \n \n \n \n \n \nsetTheme(theme: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:48\n \n \n\n\n \n \n Sets the currently active theme.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n The new theme class.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n defaultTheme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:16\n \n \n\n \n \n Default theme class.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n element\n \n \n \n \n \n \n Type : ElementRef<>\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n injector\n \n \n \n \n \n \n Type : Injector\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n theme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:18\n \n \n\n \n \n Currently active theme class.\n\n \n \n\n \n \n\n\n \n\n\n \n import { OverlayContainer } from '@angular/cdk/overlay';\nimport { ComponentRef, ElementRef, Inject, Injector, Injectable, InjectionToken, Optional, Renderer2 } from '@angular/core';\n\n/** Token for specifying the default theme class. */\nexport const DEFAULT_THEME = new InjectionToken('Default theme class');\n\n/**\n * Manages the currently active theme.\n */\n@Injectable()\nexport class ThemingService {\n private element: ElementRef;\n private injector: Injector;\n /** Default theme class. */\n private defaultTheme: string;\n /** Currently active theme class. */\n private theme: string;\n\n /** Initializer called during bootstrap to set up theming. */\n static initialize(component: ComponentRef): void {\n const { injector, location } = component;\n const service = injector.get(ThemingService);\n service.initialize(location, injector);\n }\n\n /**\n * Creates the theming service.\n *\n * @param defaultTheme An optional default theme.\n */\n constructor(@Optional() @Inject(DEFAULT_THEME) defaultTheme: string | null) {\n this.defaultTheme = this.theme = defaultTheme ?? '';\n }\n\n /**\n * Get the currently active theme.\n */\n getTheme(): string {\n return this.theme;\n }\n\n /**\n * Sets the currently active theme.\n *\n * @param theme The new theme class.\n */\n setTheme(theme: string): void {\n if (theme === this.theme) {\n return;\n }\n this.applyThemeClass(this.theme, 'remove');\n this.applyThemeClass(theme);\n this.theme = theme;\n }\n\n /**\n * Resets the theme to the default.\n */\n resetTheme(): void {\n this.setTheme(this.defaultTheme);\n }\n\n\n /**\n * Binds theming service to a component.\n *\n * @param component The top level component.\n * @throws {Error} If the theming service has already been initialized.\n */\n initialize(element: ElementRef, injector: Injector): void {\n this.element = element;\n this.injector = injector;\n this.applyThemeClass(this.getTheme());\n }\n\n /**\n * Adds or removes a theme class from the necessary components.\n *\n * @param cls The theme class.\n * @param method Whether to add or remove the theme.\n */\n private applyThemeClass(cls: string, method: 'add' | 'remove' = 'add'): void {\n const { element, injector } = this;\n if (!cls || !element || !injector) {\n return;\n }\n\n const renderer = injector.get(Renderer2, null);\n if (!renderer) {\n return;\n }\n\n const root = element.nativeElement as HTMLElement;\n const overlay = injector.get(OverlayContainer, null)?.getContainerElement();\n const methodName = method === 'add' ? 'addClass' : 'removeClass';\n\n renderer[methodName](root, cls);\n if (overlay) {\n renderer[methodName](overlay, cls);\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ToggleButtonComponent.html":{"url":"components/ToggleButtonComponent.html","title":"component - ToggleButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ToggleButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts\n\n\n\n \n Description\n \n \n Implements open/close button for the side drawers.\n\n \n\n\n \n Implements\n \n \n AfterViewInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-drawer-toggle-button\n \n\n\n\n \n styleUrls\n ./toggle-button.component.scss\n \n\n\n\n \n templateUrl\n ./toggle-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n Private\n opened\n \n \n Private\n position\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleMessage\n \n \n ngAfterViewInit\n \n \n ngOnDestroy\n \n \n toggle\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n class.ccf-drawer-toggle-button-end\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n classEnd\n \n \n icon\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(drawer: DrawerComponent, messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:42\n \n \n\n \n \n Creates an instance of toggle button component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n drawer\n \n \n DrawerComponent\n \n \n \n No\n \n \n \n The owning side drawer.\n\n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n Service used to send and receive event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-toggle-button\"\n\n \n \n \n \n Default value : 'ccf-drawer-toggle-button'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:19\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n class.ccf-drawer-toggle-button-end\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:22\n \n \n\n \n \n Whether this button is attach to a drawer in position 'end'.\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleMessage\n \n \n \n \n \n \nhandleMessage(msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:85\n \n \n\n\n \n \n Process an event message.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to be run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:65\n \n \n\n\n \n \n Initializes this component.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:75\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n toggle\n \n \n \n \n \n \ntoggle()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:97\n \n \n\n\n \n \n Updates the drawer state.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-toggle-button'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:19\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n opened\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:40\n \n \n\n \n \n Whether the owning drawer is opened.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n position\n \n \n \n \n \n \n Type : \"start\" | \"end\"\n\n \n \n \n \n Default value : 'start'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:38\n \n \n\n \n \n Position of the owning side drawer.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:42\n \n \n\n \n \n Subscriptions managed by this component.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n classEnd\n \n \n\n \n \n getclassEnd()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:22\n \n \n \n \n Whether this button is attach to a drawer in position 'end'.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n \n \n \n \n \n icon\n \n \n\n \n \n geticon()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:27\n \n \n \n \n Gets the name of the icon to display.\n\n\n \n Returns : string\n\n \n \n \n\n \n \n\n\n\n\n \n import { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding, OnDestroy } from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageService } from '../messages';\n\n\n/**\n * Implements open/close button for the side drawers.\n */\n@Component({\n selector: 'ccf-drawer-toggle-button',\n templateUrl: './toggle-button.component.html',\n styleUrls: ['./toggle-button.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ToggleButtonComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-toggle-button';\n /** Whether this button is attach to a drawer in position 'end'. */\n @HostBinding('class.ccf-drawer-toggle-button-end')\n get classEnd(): boolean {\n return this.position === 'end';\n }\n\n /** Gets the name of the icon to display. */\n get icon(): string {\n let expand = 'arrow_right';\n let collapse = 'arrow_left';\n if (this.position === 'end') {\n ([expand, collapse] = [collapse, expand]);\n }\n\n return this.opened ? collapse : expand;\n }\n\n /** Position of the owning side drawer. */\n private position: 'start' | 'end' = 'start';\n /** Whether the owning drawer is opened. */\n private opened = false;\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of toggle button component.\n *\n * @param drawer The owning side drawer.\n * @param messageService Service used to send and receive event messages.\n * @param cdr The change detector reference.\n */\n constructor(private drawer: DrawerComponent,\n messageService: MessageService,\n private cdr: ChangeDetectorRef) {\n const channel = messageService.connect(this);\n this.subscriptions.add(channel.getMessagesFromSource(drawer).subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Initializes this component.\n */\n ngAfterViewInit(): void {\n setTimeout(() => {\n this.position = this.drawer.position;\n this.cdr.markForCheck();\n });\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Process an event message.\n *\n * @param msg The event.\n * @returns true if change detection needs to be run.\n */\n handleMessage(msg: Message): boolean {\n if (msg.payload.type === 'drawer-toggled') {\n this.opened = msg.payload.opened;\n return true;\n }\n\n return false;\n }\n\n /**\n * Updates the drawer state.\n */\n toggle(): void {\n const drawer = this.drawer;\n const { opened, expanded } = drawer;\n if (opened) {\n if (expanded) {\n drawer.closeExpanded();\n } else {\n drawer.close();\n }\n } else {\n drawer.open();\n }\n }\n}\n\n \n\n \n \n arrow_right\n\n\n arrow_left\n\n \n\n \n \n ./toggle-button.component.scss\n \n :host {\n position: absolute;\n top: calc(50% - 2.0625rem);\n right: -1.0625rem;\n width: 1.0625rem;\n height: 3rem;\n border-radius: 0rem 0.25rem 0.25rem 0rem;\n cursor: pointer;\n transition: .25s;\n\n &.ccf-drawer-toggle-button-end {\n right: unset;\n left: calc(-1rem - 1px);\n border-radius: 0.25rem 0rem 0rem 0.25rem;\n }\n\n .expand-collapse-icon {\n position: absolute;\n right: 0rem;\n transition: .6s;\n padding-left: .15rem;\n\n &.hidden {\n opacity: 0;\n }\n }\n\n &.ccf-drawer-toggle-button-end .expand-collapse-icon {\n right: unset;\n left: -0.25rem;\n }\n}\n\n.mat-icon {\n right: 0.3rem;\n top: .675rem;\n padding-top: .05rem;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' arrow_right arrow_left'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ToggleButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/User.html":{"url":"interfaces/User.html","title":"interface - User","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n User\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/app.component.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n firstName\n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostListener,\n Injector,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { GlobalConfigState, TrackingPopupComponent } from 'ccf-shared';\nimport { ConsentService } from 'ccf-shared/analytics';\nimport { combineLatest, ReplaySubject, Subscription } from 'rxjs';\n\nimport { GlobalConfig } from './core/services/config/config';\nimport { ThemingService } from './core/services/theming/theming.service';\nimport { ModelState } from './core/store/model/model.state';\nimport { PageState } from './core/store/page/page.state';\n\nexport interface User {\n firstName: string;\n lastName: string;\n}\n\ninterface AppOptions extends GlobalConfig {\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n}\n\n/**\n * App component\n */\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements OnDestroy, OnInit {\n /** False until the initial registration modal is closed */\n registrationStarted = false;\n\n /** Disables changes in block position */\n disablePositionChange = false;\n\n registrationExpanded = false;\n\n get isLightTheme(): boolean {\n return this.theming.getTheme().endsWith('light');\n }\n\n readonly theme$ = this.globalConfig.getOption('theme');\n readonly themeMode$ = new ReplaySubject(1);\n\n readonly header$ = this.globalConfig.getOption('header');\n readonly homeUrl$ = this.globalConfig.getOption('homeUrl');\n readonly logoTooltip$ = this.globalConfig.getOption('logoTooltip');\n\n theme: string;\n\n homeUrl: string;\n\n logoTooltip: string;\n\n /** All subscriptions managed by the container. */\n private readonly subscriptions = new Subscription();\n\n constructor(\n readonly model: ModelState, readonly page: PageState,\n readonly consentService: ConsentService, readonly snackbar: MatSnackBar, readonly theming: ThemingService,\n el: ElementRef, injector: Injector, private readonly globalConfig: GlobalConfigState, cdr: ChangeDetectorRef\n ) {\n theming.initialize(el, injector);\n this.subscriptions.add(\n page.registrationStarted$.subscribe((registrationStarted) => {\n this.registrationStarted = registrationStarted;\n })\n );\n this.theme$.subscribe((theme: string) => {\n this.theme = theme;\n });\n this.globalConfig.getOption('homeUrl').subscribe((url: string) => {\n this.homeUrl = url;\n });\n this.globalConfig.getOption('logoTooltip').subscribe((tooltip: string) => {\n this.logoTooltip = tooltip;\n });\n\n combineLatest([this.theme$, this.themeMode$]).subscribe(\n ([theme, mode]) => {\n this.theming.setTheme(`${theme}-theme-${mode}`);\n cdr.markForCheck();\n }\n );\n }\n\n ngOnInit(): void {\n const snackBar = this.snackbar.openFromComponent(TrackingPopupComponent, {\n data: {\n preClose: () => {\n snackBar.dismiss();\n }\n },\n duration: this.consentService.consent === 'not-set' ? Infinity : 3000\n });\n\n this.themeMode$.next('light');\n\n this.theming.setTheme(`${this.theme}-theme-light`);\n }\n\n /**\n * Toggles scheme between light and dark mode\n */\n toggleScheme(): void {\n this.themeMode$.next(this.isLightTheme ? 'dark' : 'light');\n }\n\n registrationToggle(event: boolean): void {\n this.registrationExpanded = event;\n if (!this.registrationExpanded) {\n this.disablePositionChange = false;\n }\n }\n\n /**\n * Shifts block position when certain keys are pressed\n *\n * @param target The keyboard event\n */\n @HostListener('document:keydown', ['$event'])\n handleKey(target: KeyboardEvent): void {\n const oldPosition = this.model.snapshot.position;\n if (this.disablePositionChange || !this.registrationStarted) {\n return;\n }\n target.preventDefault();\n const delta = target.repeat ? 1.0 : 0.5;\n let newPosition = oldPosition;\n switch (target.key) {\n case 'q':\n newPosition = { ...oldPosition, z: oldPosition.z + delta };\n break;\n case 'e':\n newPosition = { ...oldPosition, z: oldPosition.z - delta };\n break;\n case 'w':\n newPosition = { ...oldPosition, y: oldPosition.y + delta };\n break;\n case 's':\n newPosition = { ...oldPosition, y: oldPosition.y - delta };\n break;\n case 'a':\n newPosition = { ...oldPosition, x: oldPosition.x - delta };\n break;\n case 'd':\n newPosition = { ...oldPosition, x: oldPosition.x + delta };\n break;\n default:\n break;\n }\n this.model.setPosition(newPosition);\n }\n\n /**\n * Disables block position change if an input element is clicked\n *\n * @param target The element clicked\n */\n @HostListener('document:mousedown', ['$event.target'])\n handleClick(target: HTMLElement): void {\n const disableWhenClicked = ['mat-mdc-input-element', 'form-input-label'];\n for (const className of disableWhenClicked) {\n if (target.className.includes(className)) {\n this.disablePositionChange = true;\n return;\n }\n }\n this.disablePositionChange = false;\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/UserName.html":{"url":"interfaces/UserName.html","title":"interface - UserName","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n UserName\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts\n \n\n\n \n Description\n \n \n User name data\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n firstName\n \n \n \n \n lastName\n \n \n \n \n middleName\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User's first name\n\n \n \n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User's last name\n\n \n \n \n \n \n \n \n \n \n middleName\n \n \n \n \n \n \n \n \n middleName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User's middle name\n\n \n \n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { UntypedFormControl, Validators } from '@angular/forms';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * User name data\n */\nexport interface UserName {\n /**\n * User's first name\n */\n firstName: string;\n\n /**\n * User's middle name\n */\n middleName: string;\n\n /**\n * User's last name\n */\n lastName: string;\n}\n\n/**\n * Component for inputting the researcher's name\n */\n@Component({\n selector: 'ccf-name-input',\n templateUrl: './name-input.component.html',\n styleUrls: ['./name-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class NameInputComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-name-input';\n\n /**\n * Used to validate the first name input field.\n */\n firstNameValidator = new UntypedFormControl('', [Validators.required]);\n\n /**\n * Used to validate the last name input field.\n */\n lastNameValidator = new UntypedFormControl('', [Validators.required]);\n\n /**\n * Used to validate the middle name input field.\n */\n middleNameValidator = new UntypedFormControl('', [Validators.required]);\n\n\n /**\n * Current user name\n */\n @Input()\n get name(): UserName {\n return this._name;\n }\n\n set name(value: UserName) {\n this._name = value;\n this.firstNameValidator.setValue(value?.firstName || '');\n this.lastNameValidator.setValue(value?.lastName || '');\n this.middleNameValidator.setValue(value?.middleName || '');\n }\n\n private _name: UserName = {\n firstName: '',\n middleName: '',\n lastName: ''\n };\n\n /**\n * Emits a UserName object\n */\n @Output() readonly nameChange = new EventEmitter();\n\n /**\n * Creates an instance of name input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Updates username with a new entry and emits the UserName object\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key firstName or lastName\n */\n updateName(input: InputEvent, key: string): void {\n const inputTarget = input.target as HTMLInputElement;\n this.name = { ...this.name, [key]: inputTarget.value };\n this.ga.event('name_updated', 'name_input', key);\n this.nameChange.emit(this.name);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VideoModalComponent.html":{"url":"components/VideoModalComponent.html","title":"component - VideoModalComponent","body":"\n \n\n\n\n\n\n Components\n \n VideoModalComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts\n\n\n\n \n Description\n \n \n Component for displaying a youtube video inside of an angular material modal.\n\n \n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-video-modal\n \n\n\n\n \n styleUrls\n ./video-modal.component.scss\n \n\n\n\n \n templateUrl\n ./video-modal.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n Public\n data\n \n \n Public\n dialogRef\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n close\n \n \n loadYoutubePlayerAPI\n \n \n ngOnInit\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(renderer2: Renderer2, dialogRef: MatDialogRef, data, document: Document)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:16\n \n \n\n \n \n Creates an instance of video modal component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n renderer2\n \n \n Renderer2\n \n \n \n No\n \n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n \n data\n \n \n \n \n \n No\n \n \n \n \n document\n \n \n Document\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-video-modal\"\n\n \n \n \n \n Default value : 'ccf-video-modal'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:16\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n close\n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:47\n \n \n\n\n \n \n Closes the video modal component\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n loadYoutubePlayerAPI\n \n \n \n \n \n \nloadYoutubePlayerAPI()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:38\n \n \n\n\n \n \n loads the IFrame Player API code asynchronously from YouTube.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:31\n \n \n\n\n \n \n load the youtube player api in on init\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-video-modal'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:16\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n \n Public\n data\n \n \n \n \n \n \n Decorators : \n \n \n @Inject(MAT_DIALOG_DATA)\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n dialogRef\n \n \n \n \n \n \n Type : MatDialogRef\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:23\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, OnInit, HostBinding, Inject, Renderer2, ChangeDetectionStrategy } from '@angular/core';\nimport { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';\nimport { DOCUMENT } from '@angular/common';\n\n/**\n * Component for displaying a youtube video inside of an angular material modal.\n */\n@Component({\n selector: 'ccf-video-modal',\n templateUrl: './video-modal.component.html',\n styleUrls: ['./video-modal.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class VideoModalComponent implements OnInit {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-video-modal';\n\n /**\n * Creates an instance of video modal component.\n */\n constructor(\n private renderer2: Renderer2,\n public dialogRef: MatDialogRef,\n @Inject(MAT_DIALOG_DATA) public data: unknown,\n @Inject(DOCUMENT) private document: Document\n ) { }\n\n /**\n * load the youtube player api in on init\n */\n ngOnInit(): void {\n this.loadYoutubePlayerAPI();\n }\n\n /**\n * loads the IFrame Player API code asynchronously from YouTube.\n */\n loadYoutubePlayerAPI(): void {\n const script = this.renderer2.createElement('script') as HTMLScriptElement;\n script.src = 'https://www.youtube.com/iframe_api';\n this.renderer2.appendChild(this.document.body, script);\n }\n\n /**\n * Closes the video modal component\n */\n close(): void {\n this.dialogRef.close();\n }\n}\n\n \n\n \n \n \n clear\n \n \n \n \n \n \n\n\n \n\n \n \n ./video-modal.component.scss\n \n ::ng-deep {\n .mat-dialog-container {\n padding: 0;\n }\n\n .mat-dialog-content {\n display: block;\n margin: auto;\n padding: 0;\n max-height: 65vh;\n overflow: auto;\n width: fit-content;\n }\n}\n\n:host {\n .video-modal.wrapper {\n width: fit-content;\n\n .container {\n position: relative;\n\n .content {\n padding: 0.5rem;\n padding-top: 3rem;\n width: fit-content;\n border-radius: .5rem;\n }\n\n .close-icon {\n cursor: pointer;\n position: absolute;\n right: 0rem;\n font-size: 2.5rem;\n width: 2.5rem;\n height: 2.5rem;\n transition: .5s color;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' clear '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'VideoModalComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VideoModalLauncherComponent.html":{"url":"components/VideoModalLauncherComponent.html","title":"component - VideoModalLauncherComponent","body":"\n \n\n\n\n\n\n Components\n \n VideoModalLauncherComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts\n\n\n\n \n Description\n \n \n Component for launching an angular material modal.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-video-modal-launcher\n \n\n\n\n \n styleUrls\n ./video-modal-launcher.component.scss\n \n\n\n\n \n templateUrl\n ./video-modal-launcher.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n launchVideoModal\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n visible\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:22\n \n \n\n \n \n Creates an instance of video modal launcher component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n visible\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:22\n \n \n \n \n Input used to toggle the launcher on and off.\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-video-modal-launcher\"\n\n \n \n \n \n Default value : 'ccf-video-modal-launcher'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:17\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n launchVideoModal\n \n \n \n \n \n \nlaunchVideoModal()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:32\n \n \n\n\n \n \n Launches the video modal component.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-video-modal-launcher'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:17\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\n\nimport { VideoModalComponent } from '../video-modal/video-modal.component';\n\n/**\n * Component for launching an angular material modal.\n */\n@Component({\n selector: 'ccf-video-modal-launcher',\n templateUrl: './video-modal-launcher.component.html',\n styleUrls: ['./video-modal-launcher.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class VideoModalLauncherComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-video-modal-launcher';\n\n /**\n * Input used to toggle the launcher on and off.\n */\n @Input() visible = true;\n\n /**\n * Creates an instance of video modal launcher component.\n */\n constructor(private readonly dialog: MatDialog) { }\n\n /**\n * Launches the video modal component.\n */\n launchVideoModal(): void {\n this.dialog.open(VideoModalComponent, {\n width: '46rem',\n data: {}\n });\n }\n}\n\n \n\n \n \n WATCH\n \"How to use the HuBMAP Registration User Interface\"\n\n\n play_circle_outline\n\n \n\n \n \n ./video-modal-launcher.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n align-items: center;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n z-index: 1;\n\n .video-description {\n margin-bottom: 1.5rem;\n text-align: center;\n width: 30rem;\n\n .title {\n margin-bottom: 1rem;\n }\n }\n\n .play-icon-button {\n cursor: pointer;\n font-size: 5rem;\n width: 5rem;\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' WATCH \"How to use the HuBMAP Registration User Interface\" play_circle_outline'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'VideoModalLauncherComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/VideoModalLauncherModule.html":{"url":"modules/VideoModalLauncherModule.html","title":"module - VideoModalLauncherModule","body":"\n \n\n\n\n\n Modules\n VideoModalLauncherModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_VideoModalLauncherModule\n\n\n\ncluster_VideoModalLauncherModule_declarations\n\n\n\ncluster_VideoModalLauncherModule_exports\n\n\n\n\nVideoModalLauncherComponent\n\nVideoModalLauncherComponent\n\n\n\nVideoModalLauncherModule\n\nVideoModalLauncherModule\n\nVideoModalLauncherModule -->\n\nVideoModalLauncherComponent->VideoModalLauncherModule\n\n\n\n\n\nVideoModalLauncherComponent \n\nVideoModalLauncherComponent \n\nVideoModalLauncherComponent -->\n\nVideoModalLauncherModule->VideoModalLauncherComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n VideoModalLauncherComponent\n \n \n \n \n Exports\n \n \n VideoModalLauncherComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { VideoModalLauncherComponent } from './video-modal-launcher.component';\nimport { MatIconModule } from '@angular/material/icon';\n\n@NgModule({\n declarations: [ VideoModalLauncherComponent ],\n imports: [\n CommonModule,\n MatIconModule\n ],\n exports: [ VideoModalLauncherComponent ]\n})\nexport class VideoModalLauncherModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/VideoModalModule.html":{"url":"modules/VideoModalModule.html","title":"module - VideoModalModule","body":"\n \n\n\n\n\n Modules\n VideoModalModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_VideoModalModule\n\n\n\ncluster_VideoModalModule_declarations\n\n\n\ncluster_VideoModalModule_exports\n\n\n\n\nVideoModalComponent\n\nVideoModalComponent\n\n\n\nVideoModalModule\n\nVideoModalModule\n\nVideoModalModule -->\n\nVideoModalComponent->VideoModalModule\n\n\n\n\n\nVideoModalComponent \n\nVideoModalComponent \n\nVideoModalComponent -->\n\nVideoModalModule->VideoModalComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n VideoModalComponent\n \n \n \n \n Exports\n \n \n VideoModalComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { VideoModalComponent } from './video-modal.component';\nimport { YouTubePlayerModule } from '@angular/youtube-player';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { MatIconModule } from '@angular/material/icon';\n\n@NgModule({\n declarations: [ VideoModalComponent ],\n imports: [\n CommonModule,\n YouTubePlayerModule,\n MatIconModule,\n MatDialogModule\n ],\n exports: [ VideoModalComponent ]\n})\nexport class VideoModalModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/VisibilityItem.html":{"url":"interfaces/VisibilityItem.html","title":"interface - VisibilityItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n VisibilityItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/visibility-item.ts\n \n\n\n \n Description\n \n \n Interface for visibility item data\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n name\n \n \n \n Optional\n \n opacity\n \n \n \n Optional\n \n tooltip\n \n \n \n \n visible\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string | number\n\n \n \n\n\n \n \n Type : string | number\n\n \n \n\n\n\n\n\n \n \n Id of the item\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the item\n\n \n \n \n \n \n \n \n \n \n opacity\n \n \n \n \n \n \n \n \n opacity: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Opacity value\n\n \n \n \n \n \n \n \n \n \n tooltip\n \n \n \n \n \n \n \n \n tooltip: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Tooltip text to be displayed in the stage\n\n \n \n \n \n \n \n \n \n \n visible\n \n \n \n \n \n \n \n \n visible: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the item is currently highlighted\n\n \n \n \n \n \n \n\n\n \n export interface VisibilityItem {\n /**\n * Id of the item\n */\n id: string | number;\n\n /**\n * Name of the item\n */\n name: string;\n\n /**\n * Whether the item is currently highlighted\n */\n visible: boolean;\n\n /**\n * Opacity value\n */\n opacity?: number;\n\n /**\n * Tooltip text to be displayed in the stage\n */\n tooltip?: string;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VisibilityMenuComponent.html":{"url":"components/VisibilityMenuComponent.html","title":"component - VisibilityMenuComponent","body":"\n \n\n\n\n\n\n Components\n \n VisibilityMenuComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts\n\n\n\n \n Description\n \n \n Menu for displaying visibility options\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-visibility-menu\n \n\n\n\n \n styleUrls\n ./visibility-menu.component.scss\n \n\n\n\n \n templateUrl\n ./visibility-menu.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getId\n \n \n mouseOut\n \n \n mouseOver\n \n \n resetItem\n \n \n setAllOpacity\n \n \n toggleVisibility\n \n \n updateOpacity\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n items\n \n \n selection\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n hover\n \n \n itemsChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:41\n \n \n\n \n \n Creates an instance of visibility menu component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n items\n \n \n \n \n Type : VisibilityItem[]\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:26\n \n \n \n \n Items to be displayed in the visibility menu\n\n \n \n \n \n \n \n \n \n \n selection\n \n \n \n \n Type : VisibilityItem | undefined\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:31\n \n \n \n \n The currently selected item\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n hover\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:36\n \n \n \n \n Emits the currently hovered item\n\n \n \n \n \n \n \n \n \n \n itemsChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:41\n \n \n \n \n Emits whenever there is a change to one or more items.\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-visibility-menu\"\n\n \n \n \n \n Default value : 'ccf-visibility-menu'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getId\n \n \n \n \n \n \ngetId(_index: number, item: VisibilityItem)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:140\n \n \n\n\n \n \n Returns the id of an item\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _index\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n item\n \n VisibilityItem\n \n\n \n No\n \n\n\n \n The item to get an id for\n\n \n \n \n \n \n \n Returns : string | number\n\n \n \n id Id of the item\n\n \n \n \n \n \n \n \n \n \n \n \n mouseOut\n \n \n \n \n \n \nmouseOut()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:80\n \n \n\n\n \n \n Clears current selection and emits undefined in response to mouse out\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n mouseOver\n \n \n \n \n \n \nmouseOver(item: VisibilityItem)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:70\n \n \n\n\n \n \n Changes current selection to hovered over item and emits the item\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n item\n \n VisibilityItem\n \n\n \n No\n \n\n\n \n Menu item\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetItem\n \n \n \n \n \n \nresetItem()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:108\n \n \n\n\n \n \n Resets item to opacity 20 and visible\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setAllOpacity\n \n \n \n \n \n \nsetAllOpacity(value: number)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:127\n \n \n\n\n \n \n Sets all items to the same opacity and makes them visible\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n number\n \n\n \n No\n \n\n\n \n Updated opacity value\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleVisibility\n \n \n \n \n \n \ntoggleVisibility(item: VisibilityItem)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:55\n \n \n\n\n \n \n Toggles visibility of an item; opacity is reverted to the previous value if visibility toggled back on\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n item\n \n VisibilityItem\n \n\n \n No\n \n\n\n \n Menu item\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateOpacity\n \n \n \n \n \n \nupdateOpacity(value: number | undefined)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:90\n \n \n\n\n \n \n Updates opacity of the currently selected item (if one is selected) and emits the new items\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n number | undefined\n \n\n \n No\n \n\n\n \n Updated opacity value\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-visibility-menu'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { VisibilityItem } from '../../../core/models/visibility-item';\n\n\n/**\n * Menu for displaying visibility options\n */\n@Component({\n selector: 'ccf-visibility-menu',\n templateUrl: './visibility-menu.component.html',\n styleUrls: ['./visibility-menu.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class VisibilityMenuComponent {\n\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-visibility-menu';\n\n /**\n * Items to be displayed in the visibility menu\n */\n @Input() items: VisibilityItem[];\n\n /**\n * The currently selected item\n */\n @Input() selection: VisibilityItem | undefined;\n\n /**\n * Emits the currently hovered item\n */\n @Output() readonly hover = new EventEmitter();\n\n /**\n * Emits whenever there is a change to one or more items.\n */\n @Output() readonly itemsChange = new EventEmitter();\n\n /**\n * Creates an instance of visibility menu component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Toggles visibility of an item; opacity is reverted to the previous value if visibility toggled back on\n *\n * @param item Menu item\n */\n toggleVisibility(item: VisibilityItem): void {\n item = { ...item, visible: !item.visible };\n if (this.selection && item.id === this.selection.id) {\n this.selection = { ...this.selection, visible: item.visible };\n }\n\n this.ga.event('visibility_toggled', 'visibility_menu', '' + item.id, +item.visible);\n this.updateOpacity(item.opacity);\n }\n\n /**\n * Changes current selection to hovered over item and emits the item\n *\n * @param item Menu item\n */\n mouseOver(item: VisibilityItem): void {\n this.selection = item === this.selection ? undefined : item;\n this.hover.emit(item);\n }\n\n /**\n * Clears current selection and emits undefined in response to mouse out\n *\n * @param item Menu item\n */\n mouseOut(): void {\n this.selection = undefined;\n this.hover.emit(undefined);\n }\n\n /**\n * Updates opacity of the currently selected item (if one is selected) and emits the new items\n *\n * @param value Updated opacity value\n */\n updateOpacity(value: number | undefined): void {\n if (!this.selection) {\n return;\n }\n const updatedSelection = { ...this.selection, opacity: value };\n this.selection = updatedSelection;\n if (updatedSelection.id === 'all') {\n this.setAllOpacity(updatedSelection.opacity as number);\n } else {\n this.items = this.items.map(item => item.id === updatedSelection.id ? updatedSelection : item);\n this.ga.event('opacity_update', 'visibility_menu', '' + updatedSelection.id, updatedSelection.opacity);\n }\n this.itemsChange.emit(this.items);\n }\n\n /**\n * Resets item to opacity 20 and visible\n */\n resetItem(): void {\n if (this.selection) {\n const updatedSelection = { ...this.selection, opacity: 20, visible: true };\n this.selection = updatedSelection;\n if (this.selection.id === 'all') {\n this.setAllOpacity(updatedSelection.opacity);\n } else {\n this.items = this.items.map(item => item.id === updatedSelection.id ? updatedSelection : item);\n this.ga.event('item_reset', 'visibility_menu', '' + updatedSelection.id);\n }\n this.itemsChange.emit(this.items);\n }\n }\n\n /**\n * Sets all items to the same opacity and makes them visible\n *\n * @param value Updated opacity value\n */\n setAllOpacity(value: number): void {\n this.items = this.items.map(i => ({ ...i, opacity: value, visible: true }));\n this.ga.event('all_items_opacity_update', 'visibility_menu', undefined, value);\n this.itemsChange.emit(this.items);\n }\n\n /**\n * Returns the id of an item\n *\n * @param index Index of item in items array\n * @param item The item to get an id for\n * @returns id Id of the item\n */\n getId(_index: number, item: VisibilityItem): string | number {\n return item.id;\n }\n}\n\n \n\n \n refresh\n\n\n \n {{ item.name }}\n\n \n \n \n \n\n\n \n\n \n \n ./visibility-menu.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n margin-right: 0;\n margin-left: 0;\n max-height: 40vh;\n overflow-y: auto;\n scrollbar-width: thin;\n\n .icon {\n border-radius: 0.25rem;\n }\n\n .reset {\n transform: scaleX(-1);\n cursor: pointer;\n transition: .6s;\n position: absolute;\n top: 3rem;\n\n &:hover {\n border-radius: 2px;\n }\n }\n\n .item-entry {\n display: flex;\n height: 2.25rem;\n align-items: center;\n flex-shrink: 0;\n position: relative;\n\n .opacity {\n cursor: pointer;\n }\n\n .opacity-icon {\n z-index: 1;\n transition: .6s;\n\n &:hover {\n border-radius: 2px;\n }\n }\n\n .item-name {\n user-select: none;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-left: 0.5rem;\n opacity: 1;\n transition-duration: 0.4s;\n transition-timing-function: ease-in-out;\n transition-property: opacity;\n max-width: calc(100% - 2.5rem);\n\n &.hidden {\n opacity: 0;\n }\n }\n\n .slider {\n width: calc(100% - 2rem);\n transition-duration: 0.3s;\n transition-timing-function: ease-in-out;\n transition-property: opacity;\n left: 2rem;\n position: absolute;\n opacity: 1;\n\n &.hidden {\n opacity: 0;\n transition-duration: 0.1s;\n transition-timing-function: ease-in-out;\n transition-property: opacity;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = 'refresh {{ item.name }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'VisibilityMenuComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/VisibilityMenuModule.html":{"url":"modules/VisibilityMenuModule.html","title":"module - VisibilityMenuModule","body":"\n \n\n\n\n\n Modules\n VisibilityMenuModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_VisibilityMenuModule\n\n\n\ncluster_VisibilityMenuModule_declarations\n\n\n\ncluster_VisibilityMenuModule_exports\n\n\n\n\nVisibilityMenuComponent\n\nVisibilityMenuComponent\n\n\n\nVisibilityMenuModule\n\nVisibilityMenuModule\n\nVisibilityMenuModule -->\n\nVisibilityMenuComponent->VisibilityMenuModule\n\n\n\n\n\nVisibilityMenuComponent \n\nVisibilityMenuComponent \n\nVisibilityMenuComponent -->\n\nVisibilityMenuModule->VisibilityMenuComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n VisibilityMenuComponent\n \n \n \n \n Exports\n \n \n VisibilityMenuComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { OpacitySliderModule } from 'ccf-shared';\nimport { MatRippleModule } from '@angular/material/core';\n\nimport { VisibilityMenuComponent } from './visibility-menu.component';\n\n\n@NgModule({\n imports: [CommonModule, MatIconModule, MatRippleModule, OpacitySliderModule],\n declarations: [VisibilityMenuComponent],\n exports: [VisibilityMenuComponent]\n})\nexport class VisibilityMenuModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VisibilityToggleComponent.html":{"url":"components/VisibilityToggleComponent.html","title":"component - VisibilityToggleComponent","body":"\n \n\n\n\n\n\n Components\n \n VisibilityToggleComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts\n\n\n\n \n Description\n \n \n Component for easily adding a visibility toggle with customizable label and\npre set up emitter.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-visibility-toggle\n \n\n\n\n \n styleUrls\n ./visibility-toggle.component.scss\n \n\n\n\n \n templateUrl\n ./visibility-toggle.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n toggleVisibility\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n disabled\n \n \n toggleLabel\n \n \n visible\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n visibilityChanged\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:40\n \n \n\n \n \n Creates an instance of visibility toggle component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n disabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:34\n \n \n \n \n Whether or not the slider is disabled\n\n \n \n \n \n \n \n \n \n \n toggleLabel\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:29\n \n \n \n \n Input that allows the label to be set from outside the component,\nmaking it more reusable.\n\n \n \n \n \n \n \n \n \n \n visible\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:23\n \n \n \n \n Keeps track of the current visibility state of the toggle.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n visibilityChanged\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:40\n \n \n \n \n Outputs the new visibility state whenever toggleVisibility()\nchanges it.\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-visibility-toggle\"\n\n \n \n \n \n Default value : 'ccf-visibility-toggle'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n toggleVisibility\n \n \n \n \n \n \ntoggleVisibility()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:52\n \n \n\n\n \n \n Toggles visibility and emits the new value.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-visibility-toggle'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Component for easily adding a visibility toggle with customizable label and\n * pre set up emitter.\n */\n@Component({\n selector: 'ccf-visibility-toggle',\n templateUrl: './visibility-toggle.component.html',\n styleUrls: ['./visibility-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class VisibilityToggleComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-visibility-toggle';\n\n /**\n * Keeps track of the current visibility state of the toggle.\n */\n @Input() visible = false;\n\n /**\n * Input that allows the label to be set from outside the component,\n * making it more reusable.\n */\n @Input() toggleLabel = '';\n\n /**\n * Whether or not the slider is disabled\n */\n @Input() disabled = false;\n\n /**\n * Outputs the new visibility state whenever toggleVisibility()\n * changes it.\n */\n @Output() readonly visibilityChanged = new EventEmitter();\n\n /**\n * Creates an instance of visibility toggle component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Toggles visibility and emits the new value.\n */\n toggleVisibility(): void {\n this.visible = !this.visible;\n\n this.ga.event('visibility_toggled', 'visibility_toggle', '' + this.visible);\n this.visibilityChanged.emit(this.visible);\n }\n}\n\n \n\n \n \n \n \n \n done\n \n\n {{ toggleLabel }}\n \n\n\n \n\n \n \n ./visibility-toggle.component.scss\n \n :host {\n height: 3rem;\n display: flex;\n align-items: center;\n\n ::ng-deep .mat-mdc-chip {\n padding: 0 !important;\n\n &.disabled {\n cursor: not-allowed !important;\n pointer-events: none;\n }\n\n .mdc-evolution-chip__action--primary {\n padding: 0;\n cursor: pointer;\n }\n\n .mdc-evolution-chip__text-label {\n display: flex;\n align-items: center;\n font-size: 14px;\n }\n }\n\n .toggle-div {\n width: 100%;\n display: flex;\n justify-content: center;\n padding-top: 1.5rem;\n\n .toggle-wrapper {\n -webkit-user-select: none;\n -moz-user-select: none;\n cursor: pointer;\n border-width: 0.075rem;\n border-style: solid;\n height: 2.25rem;\n border-radius: 1.5rem;\n transition: background-color 0.2s ease-in-out;\n\n .icon-background {\n border-radius: 1.5rem;\n height: 2.06rem;\n width: 2.06rem;\n display: flex;\n align-items: center;\n justify-content: center;\n\n .icon {\n transition: .6s;\n position: absolute;\n &.block {\n width: 1.125rem;\n }\n &.hidden {\n opacity: 0;\n }\n }\n }\n\n .toggle-label {\n font-weight: bold;\n margin-left: 0.5rem;\n padding-right: 1.25rem;\n padding-left: 0.25rem;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' done {{ toggleLabel }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'VisibilityToggleComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/VisibilityToggleModule.html":{"url":"modules/VisibilityToggleModule.html","title":"module - VisibilityToggleModule","body":"\n \n\n\n\n\n Modules\n VisibilityToggleModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_VisibilityToggleModule\n\n\n\ncluster_VisibilityToggleModule_declarations\n\n\n\ncluster_VisibilityToggleModule_exports\n\n\n\n\nVisibilityToggleComponent\n\nVisibilityToggleComponent\n\n\n\nVisibilityToggleModule\n\nVisibilityToggleModule\n\nVisibilityToggleModule -->\n\nVisibilityToggleComponent->VisibilityToggleModule\n\n\n\n\n\nVisibilityToggleComponent \n\nVisibilityToggleComponent \n\nVisibilityToggleComponent -->\n\nVisibilityToggleModule->VisibilityToggleComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n VisibilityToggleComponent\n \n \n \n \n Exports\n \n \n VisibilityToggleComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { VisibilityToggleComponent } from './visibility-toggle.component';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatChipsModule } from '@angular/material/chips';\n\n@NgModule({\n declarations: [VisibilityToggleComponent],\n imports: [\n CommonModule,\n MatIconModule,\n MatChipsModule\n ],\n exports: [ VisibilityToggleComponent ]\n})\nexport class VisibilityToggleModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/XYZTriplet.html":{"url":"interfaces/XYZTriplet.html","title":"interface - XYZTriplet","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n XYZTriplet\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n\n\n \n Description\n \n \n A object with x, y, and z channels of the same type.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n x\n \n \n \n \n \n \n \n \n x: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n X channel\n\n \n \n \n \n \n \n \n \n \n y\n \n \n \n \n \n \n \n \n y: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n Y channel\n\n \n \n \n \n \n \n \n \n \n z\n \n \n \n \n \n \n \n \n z: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n Z channel\n\n \n \n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { ALL_ORGANS, GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { filterNulls } from 'ccf-shared/rxjs-ext/operators';\nimport { sortBy } from 'lodash';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { EMPTY, Observable } from 'rxjs';\nimport { delay, distinctUntilChanged, filter, map, skipUntil, switchMap, tap, throttleTime } from 'rxjs/operators';\n\nimport { ExtractionSet } from '../../models/extraction-set';\nimport { VisibilityItem } from '../../models/visibility-item';\nimport { GlobalConfig, OrganConfig } from '../../services/config/config';\nimport { PageState } from '../page/page.state';\nimport { ReferenceDataState } from '../reference-data/reference-data.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A object with x, y, and z channels of the same type. */\nexport interface XYZTriplet {\n /** X channel */\n x: T;\n /** Y channel */\n y: T;\n /** Z channel */\n z: T;\n}\n\n/** Slices configuration */\nexport interface SlicesConfig {\n /** Thickness of slice */\n thickness: number;\n /** Number of slices per block */\n numSlices: number;\n}\n\n/** Model view type */\nexport type ViewType = 'register' | '3d';\n\n/** Side which the model is viewed from */\nexport type ViewSide = 'left' | 'right' | 'anterior' | 'posterior';\n\n/** Data contained in the stage state. */\nexport interface ModelStateModel {\n /** Model identifier */\n id: string;\n /** Model label */\n label: string;\n /** Organ name */\n organ: OrganInfo;\n /** Reference Organ IRI */\n organIri?: string;\n /** Reference Organ Dimensions */\n organDimensions: XYZTriplet;\n /** Sex if applicable */\n sex?: 'male' | 'female';\n /** Side if applicable */\n side?: 'left' | 'right';\n /** Block size */\n blockSize: XYZTriplet;\n /** Model rotation */\n rotation: XYZTriplet;\n /** Model position */\n position: XYZTriplet;\n /** Slice configuration */\n slicesConfig: SlicesConfig;\n /** View type */\n viewType: ViewType;\n /** View side */\n viewSide: ViewSide;\n /** Whether previous registration blocks are visible */\n showPrevious: boolean;\n /** Possible extraction sites */\n extractionSites: VisibilityItem[];\n /** Anatomical structures for the organ */\n anatomicalStructures: VisibilityItem[];\n /** Extraction sets */\n extractionSets: ExtractionSet[];\n}\n\n/**\n * All organs to be displayed\n */\nexport const RUI_ORGANS = ALL_ORGANS;\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'model',\n defaults: {\n id: '',\n label: '',\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n organ: { src: '', name: '' } as OrganInfo,\n organIri: '',\n organDimensions: { x: 90, y: 90, z: 90 },\n sex: 'male',\n blockSize: { x: 10, y: 10, z: 10 },\n rotation: { x: 0, y: 0, z: 0 },\n position: { x: 0, y: 0, z: 0 },\n slicesConfig: { thickness: NaN, numSlices: NaN },\n viewType: 'register',\n viewSide: 'anterior',\n showPrevious: false,\n extractionSites: [],\n anatomicalStructures: [],\n extractionSets: []\n }\n})\n@Injectable()\nexport class ModelState extends NgxsImmutableDataRepository {\n /** Identifier observable */\n readonly id$ = this.state$.pipe(map(x => x?.id));\n /** Block size observable */\n readonly blockSize$ = this.state$.pipe(map(x => x?.blockSize));\n /** Rotation observable */\n readonly rotation$ = this.state$.pipe(map(x => x?.rotation));\n /** Position observable */\n readonly position$ = this.state$.pipe(map(x => x?.position));\n /** Slice configuration observable */\n readonly slicesConfig$ = this.state$.pipe(map(x => x?.slicesConfig));\n /** View type observable */\n readonly viewType$ = this.state$.pipe(map(x => x?.viewType));\n /** View side observable */\n readonly viewSide$ = this.state$.pipe(map(x => x?.viewSide));\n /** Organ observable */\n readonly organ$ = this.state$.pipe(map(x => x?.organ));\n /** Organ IRI observable */\n readonly organIri$ = this.state$.pipe(map(x => x?.organIri));\n /** Organ IRI observable */\n readonly organDimensions$ = this.state$.pipe(map(x => x?.organDimensions));\n /** Sex observable */\n readonly sex$ = this.state$.pipe(map(x => x?.sex));\n /** Side observable */\n readonly side$ = this.state$.pipe(map(x => x?.side));\n /** Show previous observable */\n readonly showPrevious$ = this.state$.pipe(map(x => x?.showPrevious));\n /** Extraction sites observable */\n readonly extractionSites$ = this.state$.pipe(map(x => x?.extractionSites));\n /** Anatomical structures observable */\n readonly anatomicalStructures$ = this.state$.pipe(map(x => x?.anatomicalStructures));\n /** Extraction sets observable */\n readonly extractionSets$ = this.state$.pipe(map(x => x?.extractionSets));\n\n @Computed()\n get modelChanged$(): Observable {\n const ignoredKeys = ['viewType', 'viewSide', 'showPrevious'];\n const keys = Object.keys(this.initialState)\n .filter(key => !ignoredKeys.includes(key));\n\n return this.state$.pipe(\n throttleTime(0, undefined, { leading: false, trailing: true }),\n distinctUntilChanged((v1, v2) => {\n for (const key of keys) {\n if (v1[key] !== v2[key]) {\n return false;\n }\n }\n\n return true;\n }),\n map(() => undefined)\n );\n }\n\n /** Reference to the reference data state */\n private referenceData: ReferenceDataState;\n\n private page: PageState;\n\n /**\n * Creates an instance of model state.\n *\n * @param injector Injector service used to lazy load reference data state\n */\n constructor(\n private readonly ga: GoogleAnalyticsService,\n private readonly injector: Injector,\n private readonly globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.referenceData = this.injector.get(ReferenceDataState);\n this.page = this.injector.get(PageState);\n\n this.referenceData.state$.subscribe(() => this.onReferenceDataChange());\n }\n\n idMatches(ontologyId?: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n ontologyId && o.id === ontologyId ? (o.side ? o.side === organSide : true) : false\n );\n }\n\n nameMatches(organName: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n o.side ? o.organ.toLowerCase() === organName && o.side === organSide : o.organ.toLowerCase() === organName\n );\n }\n\n /**\n * Updates the block size\n *\n * @param blockSize The new block size values\n */\n @DataAction()\n setBlockSize(blockSize: XYZTriplet): void {\n this.ctx.patchState({ blockSize });\n }\n\n /**\n * Updates the rotation\n *\n * @param rotation The new rotation values\n */\n @DataAction()\n setRotation(rotation: XYZTriplet): void {\n this.ctx.patchState({ rotation });\n }\n\n /**\n * Updates the position\n *\n * @param position The new position values\n */\n @DataAction()\n setPosition(position: XYZTriplet): void {\n this.ga.event('placement', `${this.snapshot.organ?.name}_placement`, `${position.x.toFixed(1)}_${position.y.toFixed(1)}_${position.z.toFixed(1)}`);\n this.ctx.patchState({ position });\n }\n\n /**\n * Updates the slice configuration\n *\n * @param slicesConfig The new slice configuration\n */\n @DataAction()\n setSlicesConfig(slicesConfig: SlicesConfig): void {\n this.ctx.patchState({ slicesConfig });\n }\n\n /**\n * Updates the view type\n *\n * @param viewType the new view type\n */\n @DataAction()\n setViewType(viewType: ViewType): void {\n this.ctx.patchState({ viewType });\n }\n\n /**\n * Updates the view side\n *\n * @param viewSide The side to view\n */\n @DataAction()\n setViewSide(viewSide: ViewSide): void {\n this.ctx.patchState({ viewSide });\n }\n\n @Computed()\n get defaultPosition(): XYZTriplet {\n const dims = this.snapshot.organDimensions;\n const block = this.snapshot.blockSize;\n return { x: dims.x + 2 * block.x, y: dims.y / 2, z: dims.z / 2 };\n }\n\n /**\n * Updates the organ\n *\n * @param organ Name of the organ\n */\n @DataAction()\n setOrgan(organ: OrganInfo): void {\n if (organ) {\n this.ga.event('organ_select', 'organ', organ.name);\n this.ctx.patchState({ organ });\n if (organ.side) {\n this.ctx.patchState({ side: organ.side });\n } else {\n this.ctx.patchState({ side: undefined });\n }\n this.onOrganIriChange();\n }\n }\n\n /**\n * Sets position and rotation to default\n */\n @DataAction()\n setOrganDefaults(): void {\n this.ctx.patchState({\n position: this.defaultPosition,\n rotation: { x: 0, y: 0, z: 0 }\n });\n }\n\n /**\n * Updates the sex\n *\n * @param [sex] The new sex\n */\n @DataAction()\n setSex(sex?: 'male' | 'female'): void {\n this.ctx.patchState({ sex });\n this.onOrganIriChange();\n }\n\n /**\n * Updates the side\n *\n * @param [side] The new side\n */\n @DataAction()\n setSide(side?: 'left' | 'right'): void {\n this.ctx.patchState({ side });\n this.onOrganIriChange();\n }\n\n /**\n * Updates show previous\n *\n * @param showPrevious Whether to show\n */\n @DataAction()\n setShowPrevious(showPrevious: boolean): void {\n this.ctx.patchState({ showPrevious });\n }\n\n /**\n * Updates extraction sites\n *\n * @param extractionSites New array of items\n */\n @DataAction()\n setExtractionSites(extractionSites: VisibilityItem[]): void {\n this.ctx.patchState({ extractionSites });\n }\n\n /**\n * Updates anatomical structures\n *\n * @param anatomicalStructures New array of items\n */\n @DataAction()\n setAnatomicalStructures(anatomicalStructures: VisibilityItem[]): void {\n this.ctx.patchState({ anatomicalStructures });\n }\n\n /**\n * Updates extraction sets\n *\n * @param extractionSets New array of extraction sets\n */\n @DataAction()\n setExtractionSets(extractionSets: ExtractionSet[]): void {\n this.ctx.patchState({ extractionSets });\n }\n\n /**\n * Toggles registration blocks visibility and handles anatomical structures\n * opacity changes accordingly\n *\n * @param visible the visible state to pass along to setShowPrevious()\n * @param previousItems visibilityItems to set anatomical structures\n */\n toggleRegistrationBlocksVisibility(visible: boolean, previousItems: VisibilityItem[]): void {\n this.setShowPrevious(visible);\n\n if (!visible) {\n this.setAnatomicalStructures(previousItems);\n } else {\n const newStructures = previousItems.map(structure => ({\n ...structure, opacity: Math.min(20, structure.opacity ?? 20)\n }));\n this.setAnatomicalStructures(newStructures);\n }\n }\n\n private onOrganIriChange(): void {\n const organIri = this.referenceData.getReferenceOrganIri(\n this.snapshot.organ?.organ || '', this.snapshot.sex, this.snapshot.side, this.snapshot.organ\n );\n const organDimensions: XYZTriplet = { x: 100, y: 100, z: 100 };\n\n if (this.snapshot.organ?.sex) {\n this.ctx.patchState({ sex: this.snapshot.organ?.sex });\n }\n\n if (organIri) {\n const db = this.referenceData.snapshot;\n const asLookup: { [id: string]: VisibilityItem } = {};\n for (const entity of (db.anatomicalStructures[organIri] || [])) {\n const iri = entity.representation_of ?? entity['@id'];\n if (!asLookup[iri]) {\n asLookup[iri] = {\n id: entity.representation_of ?? entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 20,\n tooltip: entity.comment\n };\n }\n }\n this.ctx.patchState({ anatomicalStructures: [{ id: 'all', name: 'all anatomical structures', opacity: 20, visible: true }, ...Object.values(asLookup)] });\n\n const sets: ExtractionSet[] = (db.extractionSets[organIri] || []).map((set) => ({\n name: set.label,\n sites: [{ id: 'all', name: 'all landmarks', visible: true, opacity: 0 }].concat(sortBy(set.extractionSites.map((entity) => ({\n id: entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 0,\n tooltip: entity.comment\n })), 'name'))\n }));\n this.ctx.patchState({ extractionSets: sets });\n this.ctx.patchState({ extractionSites: sets.length > 0 ? sets[0].sites : [] });\n\n const spatialEntity = db.organSpatialEntities[organIri];\n organDimensions.x = spatialEntity.x_dimension;\n organDimensions.y = spatialEntity.y_dimension;\n organDimensions.z = spatialEntity.z_dimension;\n }\n\n this.ctx.patchState({ organIri, organDimensions });\n }\n\n private onReferenceDataChange(): void {\n this.globalConfig.getOption('organ').pipe(\n filterNulls(),\n delay(0),\n switchMap(organ => this.onOrganChange(organ))\n ).subscribe();\n\n this.modelChanged$.pipe(\n skipUntil(this.page.registrationStarted$.pipe(\n filter(started => started),\n ))\n ).subscribe(() => this.page.setHasChanges());\n }\n\n private onOrganChange(organ: string | OrganConfig): Observable {\n let organInfo: OrganInfo | undefined;\n let organSex: 'male' | 'female';\n if (typeof organ === 'string') {\n const organData = this.referenceData.getOrganData(organ);\n organSex = organData?.sex?.toLowerCase() as 'male' | 'female';\n organInfo = organData?.organ;\n } else {\n const organName = organ.name.toLowerCase();\n const organSide = organ.side;\n const ontologyId = organ.ontologyId;\n organSex = organ.sex?.toLowerCase() as 'male' | 'female';\n // check for an id match\n organInfo = this.idMatches(ontologyId, organSide);\n // if no id matches, check for a name match\n if (!organInfo) {\n organInfo = this.nameMatches(organName, organSide);\n }\n }\n\n if (organInfo) {\n this.ctx.patchState({\n organ: organInfo,\n sex: organSex,\n side: organInfo?.side?.toLowerCase() as 'left' | 'right'\n });\n return this.referenceData.state$.pipe(\n tap(() => this.onOrganIriChange())\n );\n }\n\n return EMPTY;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChangelog\nChangelog for the Human Reference Atlas (HRA) User Interfaces\n3.8.1 - 2023-11-17\nAdded in 3.8.1\n\nImproved keyboard controls in the RUI\n\n3.8.0 - 2023-11-16\nAdded in 3.8.0\n\nEUI Quality of Life Improvements. See milestone 6\nRUI Quality of Life Improvements. See milestone 5\nA lot of minor UI and bug fixes in preparation for HRA 2.0\nUpdated dependencies including, update to Angular 16\n\n3.7.2 - 2023-07-12\nAdded in 3.7.2\n\nClient side cache has been updated to be more sensitive to configuration changes. Fixes hra-registrations#1\n\n3.7.0 - 2023-06-15\nAdded in 3.7.0\n\nUpdated to CCF.OWL v2.2.0 which indexes the Human Reference Atlas (HRA) 5th Release (v1.4) for use in the CCF UIs and CCF-API.\nAdded CCF-API usage notebooks for python and javascript\n\n3.6.0 - 2022-10-15\nAdded in 3.6.0.\n\nUpdated to CCF.OWL v2.1.0 which indexes the Human Reference Atlas (HRA) 4th Release (v1.3) for use in the CCF UIs and CCF-API. Note that some terms have changed in the ontology. As such, some SPARQL queries may need to be updated. All CCF-API calls have been updated to support the new terms.\n\n3.5.0 - 2022-09-27\nAdded in 3.5.0\n\nUpdate to CCF.OWL v1.9.4\nUpdate placement for KPMP rui locations\nSwitch to HuBMAP v3 search-api\nPick right organ when loading rui locations from a file in the RUI\n\n3.4.0 - 2022-07-01\nAdded in 3.4.0\n\nMajor feature added: Spatial Search! This includes an expanded API plus a user interface for dynamically generating spatial searches.\n\nKnown Issues in 3.4.0\n\nThere are some minor visual descrepancies when viewing the spatial search 3D scene and the results. However, blocks which are highlighted will be selected if the spatial search is added to your overall search filters.\n\n3.3.0 - 2022-06-17\nAdded in 3.3.0\n\nAdded support for the latest CCF Ontology v1.9.0 which adds Placenta, Spinal Cord, new Landmarks for reference organs, and a host of data updates.\nAdded a SPARQL route to the CCF-API for flexible querying of the Ontology and linked data. See the /v1/sparql docs for more information.\nClean up and bug fixes\n\n3.2.0 - 2022-04-14\nAdded in 3.2.0\n\nMajor CCF Database speed improvements! 95% reduction in load times!\nMinor graphical fixes\n\n3.1.1 - 2022-04-12\nAdded in 3.1.1\n\nExpanded RUI web component options\nAdded support for warming up the CCF database via the CCF-API so that the EUI can prevent timeouts\n\n3.1.0 - 2022-04-07\nAdded in 3.1.0\n\nAdded support for the latest CCF Ontology v1.8.0 which adds cell types\nAdded feature to search for tissue blocks by cell type\nAdded API feature to dynamically generate GTEx rui_locations.jsonld\nAdded logging of organ and block position changes to the RUI\nAdded an expanded organ selector that makes selecting organs much easier with the larger number of reference organs we have now\nNow generating programming libraries for the CCF-API in Python, TypeScript, TypeScript (Angular), and JavaScript. We will be publishing them to appropriate package managers soon.\nImproved performance of the CCF-API\nNew theming options and toggle for the CCF EUI/RUI\nAdded new themes for SenNet, GTEx, and a default theme\nAdded compodoc generated code documentation to production and staging builds\nBug fixes and minor improvements\n\n3.0.0 - 2022-01-27\nAdded in 3.0.0\n\nAdded support for the latest CCF Ontology v1.7.0\nBug fixes and code cleanup\n\n3.0.0 BETA - 2021-12-17\nAdded in 3.0.0 BETA\n\nAdded reference organs and ASCT+B tables from the v1.1 CCF Release\nLinks: CCF Ontology v1.7 BETA, CCF Release v1.1\n\n\n\nKnown issues in 3.0.0 BETA\n\nPreviously registered tissues may appear slightly off. We are working to rectify this before making it a production release.\n\n2.5.0 - 2021-12-17\nAdded in 2.5.0\n\nCCF-API OpenAPI Spec and implementation. Next version will connect the EUI to this as it's backend.\nAdded the CCF Body UI Web Component for integrating the 3D scene deeply in webpages (including the HuBMAP data portal).\nThe organ-info Web Component can now take an option to highlight specific blocks in the scene. Currently only highlights by providers, but age, sex, and BMI will be added in the next version.\nBug fixes and Quality of Life improvements\n\n2.4.0 - 2021-12-10\nAdded in 2.4.0\n\nRUI shows a confirmation dialog when a user attempts to leave without finishing registration\nAdded GTEx data to EUI\nRUI Common Extraction Sites are now known as Landmarks\nOrgan info now highlights the block selected on click\nUpdated RUI YouTube Demo link\nBug fixes and Quality of Life improvements\n\n2.3.1 - 2021-09-13\nAdded in 2.3.1\n\nAdded support for paired organs to be refernced by their parent (ala Kidney + Left/Right Kidney)\n\n2.3.0 - 2021-09-10\nAdded in 2.3.0\n\nGreatly improved CCF Database performance. This improves the performance in both organ-info and EUI.\nImproved styling of organ-info\n\n2.2.0 - 2021-09-10\nAdded in 2.2.0\n\nAdded an organ-info web component for displaying reference organs and associated data in a simple panel display. The hubmap portal will be using this soon for organ pages.\nEMBEDDING.md instructions have been updated for organ-info embedding.\n\n2.1.0 - 2021-07-30\nAdded in EUI / RUI 2.1.0\n\nBetter support for embedding EUI/RUI in different containers, see EMBEDDING.md for updated instructions.\nConfiguration updates:\nConfiguration of EUI/RUI via webcomponent properties (vs globalConfig)\nOptional use of ontology id to select reference organs in the RUI\nRemoved embedded and tutorial mode configurations from the RUI config\nAbility to load data sources in the eui via external configuration\nAdded cancelRegistration callback to rui external configuration\n\n\nSet dark/light theme based on user/OS preferences\nUpdate HuBMAP search processing to conform to new field names\nCode cleanup, shared utilities, etc.\nTelemetry dialog box fixes to avoid unnecessary reloads\nRUI gizmo rotates in sync with the reference organ in 3D preview view\nRUI now uses an orthographic view when in registration views\n\n2.0.0 - 2021-07-16\nAdded in EUI / RUI 2.0.0\n\nRUI and EUI are now basic web-components, see EMBEDDING.md\nAdded advanced google analytics tracking/telemetry\nLinked donor card and tissue block hovering\nUpdated dependencies, including upgrading to Angular 12\nMinor UI and Bug fixes\nUpdated demo video links\nOrgan carousel will respond to container width and show only full icons\nEUI: clicking refresh and selecting body on partonomy resets the body view\n\nBreaking changes in EUI / RUI 2.0.0\n\nEmbedding the EUI and RUI must now be done via web-components. The most significant change is the element is no longer called ccf-root but is instead called ccf-eui or ccf-rui depending on the UI being embedded.\n\n1.7.0 - 2021-05-21\nAdded in EUI / RUI 1.7.0\n\nAdded a startup modal to the RUI which simplifies the initial setup for a new registration\nAdded 8 new reference organs, bringing us to 13 Reference Organs!\nAdded SPARC Registrations to the EUI\nAdded a tissue section visualization to the results list in the EUI\n\n1.6.0 - 2021-04-09\nAdded in RUI 1.6.0\n\nAdded SOP information to the About section\n\nAdded in EUI 1.6.0\n\nAdded color assignment/selection to both 3d scene and list results\nBug fixes, code cleanup, and optimization\n\nKnown issues in 1.6.0\n\nThe 3d scene is a little slow. To be able to interact, unselect reference organs to reduce scene complexity.\nTissue samples may be a little off in the 3D scene. This will be fixed in a future release. Data is still accurate.\n\n1.5.0 - 2021-03-26\nAdded in RUI 1.5.0\n\nMinor styling updates\n\nAdded in EUI 1.5.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features not fully integrated. This should be resolved in the next release scheduled for April 9th. You can view the results of this sprint on staging.\n\nUpdated styling to better fit the user interface spec\nAdded a new results pane which structures data into Donor->Tissue Blocks (+Datasets)->Tissue Samples (+Datasets)\nAdded a link viewer that allows us to display donors, samples, and datasets in a frame within the application\nAdded UFL thumbnails\nUpdated and optimized the ccf-database for the new results structure and future integrations\nTied organ carousel to the 3D scene. Turning off an organ removes the organ and related tissues from the 3D scene.\nTurned off anatomical structure opacity adjustment until it can be fully integrated\n\n1.4.0 - 2021-03-12\nAdded in RUI 1.4.0\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec\n\nAdded in EUI 1.4.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features partly integrated. This should be resolved in the next release scheduled for March 26th. You can view the results of this sprint on staging.\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec and match RUI styling\nUpdated the Info Dialog to match the RUI look and feel\nUpdated the data processing to improve efficiency and generate data in the form needed for the v1.5.0 spec\nAdded a reference organ selector, also used in the RUI, to turn off/on reference organs on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\nAdded a technology filter\nAdded a control to set Opacities of individual organs/anatomical structures on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\n\n1.3.5 - 2021-02-26\nAdded in RUI 1.3.5\n\nUpdated with a new round of User Interface improvements\nAdded the ability to upload previous registrations created using the standalone version of the RUI tool\nOrgans now have transparency applied automatically\nSolved a major memory leak and performance issue with the 3D reference organ interface. You should notice a sizable speed and reliability increase.\nRUI location numeric data is now rounded to 3 digits\nSwitched to using GitHub Actions over TravisCI for our CI/CD workflows\n\nAdded in EUI 1.3.5\n\nRemoved CCF's internal image-viewer in favor of the image-viewer on the HuBMAP Data Portal\n\nEUI 1.2.0 / RUI 1.0 FINAL - 2020-10-30\nAdded in EUI 1.2.0 / RUI 1.0 FINAL\n\nBug fixes and improvements\nUpdated embedding API in collaboration with the IEC\nUpdated EUI codebase to be in sync with code changes made for the RUI\nAdded KPMP data to the EUI\n\nKnown Issues in EUI 1.2.0 / RUI 1.0 FINAL\n\nIt is still possible that a 3d organ may fail to load. If this happens, just refresh and try again.\nEUI has not been updated with the latest organ set. This will be added in December with its scheduled refresh.\n\nRUI 1.0 BETA - 2020-10-16\nAdded in RUI 1.0 BETA\n\nCreated the first version of the RUI 1.0. This version is a BETA and works in standalone mode only. The next version will include full support and integration into the HuBMAP Ingestion Portal.\n10 Reference Organs are available to choose from (a combination of 4 organs, 2 sexes, and one organ with 2 sides [kidney])\nImplemented automatic tagging of data via collisions with anatomical structures\nRUI Location data is in standard JSON-LD format linked via the CCF Ontology and related ontologies\nImplemented extraction sites display to help guide placement of tissues\n\nKnown Issues in RUI 1.0 BETA\n\nWhile support for embedding is implemented, more testing and collaboration with IEC is required before it is made fully available. Initial embedding documentation is available here.\nWhen adjusting transparency via the left-hand Anatomical Structures menu or Show Previous Registrations option, the transparency effect is not very good. This will be addressed before the RUI 1.0 production release.\nSometimes the 3d organ fails to load when clicking through reference organs quickly (and other side cases). If this happens, just refresh and try again.\n\n1.1.0 - 2020-07-31\nAdded in 1.1.0\n\nUpgraded to latest Vitessce Image Viewer and started showing processed TIFF images coming directly from the HuBMAP infrastructure\nProcessed CODEX and 10x datasets are shown in the HuBMAP Portal's visualization tool\nAdded a limited set of TIFF image thumbnails, with more to come\nAdded two qualitative color schemes for colorizing images in the image viewer\nBug fixes/performance optimizations\n\n1.0.0-rc.1 - 2020-06-22\n\n:warning: WARNING: This version is a release candidate. Some minor updates will likely happen between now and the official HuBMAP Data Release 1 in July.\n\nAdded in 1.0.0-rc.1\n\nBody UI interactions\nImage Viewer Integration\nPartonomy linkage to search / Body UI\nNow fully integrated into the HuBMAP Portal\n\nKnown Issues in 1.0.0-rc.1\n\nImage Viewer is using a placeholder .tiff until more .tiff images can be loaded from the IEC\n\n1.0.0-alpha.3 - 2019-05-08\nAdded in 1.0.0-alpha.3\n\nHooked up the interface to real data (not shown online as the data is not public yet)\nAdded the Tissue Browser on the right\nAdded the initial (Tissue) Image Viewer popup. Currently shows metadata, but no images yet.\nAdded an initial 3D Body. Tissues cuboids currently not displayed, but a test cuboid is shown.\nDocumentation (>90%) and testing coverage improved further\n\n1.0.0-alpha.2 - 2019-03-27\nAdded in 1.0.0-alpha.2\n\nIncreased documentation and testing coverage across the board\nAdded fullscreen button\nBug fixes and optimizations\n\n1.0.0-alpha.1 - 2019-03-06\nAdded in 1.0.0-alpha.1\n\nStarted the process of implementing the 1.0.0 UI spec\nSpec Doc\nUser Stories\n\n\nSetup the base project scaffolding for the new version\nAdded CCF Partonomy (CCF-P) search and tree display\nAdded a filter for filter tissues\n\n0.6.0 - 2019-11-08\nAdded in 0.6.0\n\nThe CCF API project was started with an initial OpenAPI Schema, documentation, and code for spinning up a mock data server. This codifies the CCF data and metadata standards defined by MC-IU and will be used by the CCF EUI and RUI.\nIn preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.\nUpdated navigation to directly jump to the tissue browser when a user selects an item from the search box\nUpgraded dependencies, including upgrades to Angular 8\nTesting and bug fixes\nMinor UI updates\nChanged download icon color\nChanged the background color for the search\nMoved the Technologies filter above ontology\nAdditional styles for details button\n\n\n\n0.5.0 - 2019-05-24\nAdded in 0.5.0\n\nDisplay of the CCF ontology, integrated with search\nSemantic search by ontology, results are presented at all levels\nTissue overlays showing regions of interest\nData download links to direct users to https://sampledata.hubmapconsortium.org\nData documentation (95% coverage) and testing (85% coverage)\n\n0.2.0 - 2019-05-03\nAdded in 0.2.0\n\nSprint 2 release of the CCF-UI!\nA search interface was added to query data by age, sex, technology and TMC. Ontological search will be implemented in the next sprint.\nBody, Organ, and Tissue views now respond to updates to the search on the fly\nAppropriate metadata is now displayed in the Body, Organ, Tissue, and Cell views\n\n0.1.0 - 2019-04-12\nAdded in 0.1.0\n\nSprint 1 release of the CCF-UI!\nSetup the base project scaffolding\nAdded a sample database that includes initial data provided by VU\nAdded Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level\nStay tuned! More features coming in Sprint 2 (starts next week!) and Sprint 3\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n projects/ccf-rui/src/app/app-web-component.component.ts\n \n component\n AppWebComponent\n \n 0 %\n (0/17)\n \n \n \n \n \n projects/ccf-rui/src/app/app-web-component.component.ts\n \n function\n parseOrgan\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/app.component.ts\n \n component\n AppComponent\n \n 45 %\n (10/22)\n \n \n \n \n \n projects/ccf-rui/src/app/app.component.ts\n \n interface\n AppOptions\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-rui/src/app/app.component.ts\n \n interface\n User\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n interface\n Tag\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n interface\n TagSearchResult\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/documentation.ts\n \n interface\n DocumentationContent\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/extraction-set.ts\n \n interface\n ExtractionSet\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/meta-data.ts\n \n interface\n MetaDataField\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/visibility-item.ts\n \n interface\n VisibilityItem\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n interface\n GlobalConfig\n \n 0 %\n (0/16)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n interface\n OrganConfig\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n function\n globalConfigFactory\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n variable\n GLOBAL_CONFIG\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n variable\n ruiConfig\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/theming/theming.service.ts\n \n injectable\n ThemingService\n \n 83 %\n (10/12)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/theming/theming.service.ts\n \n variable\n DEFAULT_THEME\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts\n \n injectable\n AnatomicalStructureTagState\n \n 58 %\n (7/12)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts\n \n interface\n AnatomicalStructureTagStateModel\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/icon-registry/default-icons.ts\n \n interface\n DefaultIconDefinition\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/icon-registry/default-icons.ts\n \n variable\n DEFAULT_ICONS\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n injectable\n IconRegistryState\n \n 85 %\n (6/7)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n interface\n IconDefinition\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n injectable\n ModelState\n \n 85 %\n (35/41)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n interface\n ModelStateModel\n \n 100 %\n (18/18)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n interface\n SlicesConfig\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n interface\n XYZTriplet\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n variable\n RUI_ORGANS\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n injectable\n PageState\n \n 55 %\n (11/20)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n interface\n PageStateModel\n \n 33 %\n (3/9)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n interface\n Person\n \n 20 %\n (1/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n injectable\n ReferenceDataState\n \n 50 %\n (4/8)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n interface\n OrganData\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n interface\n ReferenceDataStateModel\n \n 0 %\n (0/8)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n function\n applySpatialPlacement\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/registration/registration.state.ts\n \n injectable\n RegistrationState\n \n 85 %\n (17/20)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/registration/registration.state.ts\n \n interface\n RegistrationStateModel\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n injectable\n SceneState\n \n 44 %\n (4/9)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n interface\n SceneStateModel\n \n 50 %\n (1/2)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n function\n getNodeBbox\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/store.module.ts\n \n variable\n ROOT_STATES\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/content/content.component.ts\n \n component\n ContentComponent\n \n 76 %\n (13/17)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts\n \n component\n StageNavComponent\n \n 100 %\n (17/17)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts\n \n component\n VideoModalLauncherComponent\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts\n \n component\n VideoModalComponent\n \n 77 %\n (7/9)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/header/header.component.ts\n \n component\n HeaderComponent\n \n 66 %\n (4/6)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts\n \n component\n LeftSidebarComponent\n \n 75 %\n (6/8)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts\n \n component\n RegistrationContentComponent\n \n 100 %\n (20/20)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts\n \n component\n RegistrationModalComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts\n \n component\n ReviewButtonComponent\n \n 100 %\n (15/15)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts\n \n component\n ReviewModalComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts\n \n interface\n ReviewModalData\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts\n \n component\n RightSidebarComponent\n \n 83 %\n (5/6)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n component\n BlockSizeInputComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n interface\n BlockSize\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n variable\n DEFAULT_BLOCK_SIZE\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts\n \n component\n DetailsLabelComponent\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts\n \n component\n ContainerComponent\n \n 100 %\n (13/13)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts\n \n function\n throwDuplicateDrawersError\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts\n \n component\n ContentComponent\n \n 100 %\n (18/18)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n component\n DrawerComponent\n \n 95 %\n (42/44)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n class\n InitializationState\n \n 100 %\n (7/7)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n variable\n EXPAND_COLLAPSE_PARAMS_DEFAULT\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n interface\n ContentContainerChanged\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerContainersChanged\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerInitialized\n \n 100 %\n (2/2)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerToggled\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n variable\n MessageService\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts\n \n component\n ToggleButtonComponent\n \n 100 %\n (12/12)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts\n \n component\n ExtractionSetDropdownComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts\n \n component\n JsonFileReaderComponent\n \n 88 %\n (8/9)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts\n \n component\n LabeledSlideToggleComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts\n \n component\n NameInputComponent\n \n 90 %\n (10/11)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts\n \n interface\n UserName\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts\n \n component\n RegistrationMetadataComponent\n \n 100 %\n (12/12)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n component\n RotationSliderComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n interface\n Rotation\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n variable\n DEFAULT_ROTATION\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n component\n SlicesInputComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n interface\n SlicesConfig\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n variable\n DEFAULT_SLICES_CONFIG\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts\n \n component\n TagListComponent\n \n 90 %\n (9/10)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n component\n TagSearchComponent\n \n 100 %\n (29/29)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n variable\n DEFAULT_SEARCH_LIMIT\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n variable\n DEFAULT_SEARCH_THROTTLE\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n variable\n EMPTY_RESULT\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts\n \n component\n VisibilityMenuComponent\n \n 100 %\n (15/15)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts\n \n component\n VisibilityToggleComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n class\n MessageChannel\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n injectable\n MessageService\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n interface\n Message\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n interface\n MessageServiceConfig\n \n 100 %\n (2/2)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n variable\n MESSAGE_SERVICE_CONFIG\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n variable\n MESSAGE_SERVICE_DEFAULT_CONFIG\n \n 100 %\n (1/1)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular-ru/cdk : 14.10.1\n \n @angular-ru/common : 15.313.0\n \n @angular-ru/ngxs : 14.1.4\n \n @angular-slider/ngx-slider : ^2.0.4\n \n @angular/animations : ^16.1.5\n \n @angular/cdk : ^16.1.5\n \n @angular/common : ^16.1.5\n \n @angular/compiler : ^16.1.5\n \n @angular/core : ^16.1.6\n \n @angular/elements : ^16.1.6\n \n @angular/forms : ^16.1.5\n \n @angular/material : ^16.1.5\n \n @angular/platform-browser : ^16.1.5\n \n @angular/platform-browser-dynamic : ^16.1.5\n \n @angular/router : ^16.1.5\n \n @angular/youtube-player : ^16.1.5\n \n @comunica/query-sparql-rdfjs : ^2.8.1\n \n @deck.gl/core : ~8.8.20\n \n @deck.gl/geo-layers : ~8.8.20\n \n @deck.gl/layers : ~8.8.20\n \n @deck.gl/mesh-layers : ~8.8.20\n \n @loaders.gl/core : ~3.2.10\n \n @loaders.gl/draco : ~3.2.10\n \n @loaders.gl/gltf : ~3.2.10\n \n @luma.gl/core : ~8.5.16\n \n @math.gl/core : ~3.6.3\n \n @math.gl/culling : ~3.5.7\n \n @ngxs-labs/dispatch-decorator : ^5.0.0\n \n @ngxs/logger-plugin : ^3.8.1\n \n @ngxs/storage-plugin : ^3.8.1\n \n @ngxs/store : ^3.8.1\n \n @rdfjs/data-model : ^2.0.1\n \n @webcomponents/webcomponentsjs : ^2.8.0\n \n bind-decorator : ^1.0.11\n \n body-parser : ^1.20.2\n \n cannon-es : ^0.20.0\n \n comlink : ^4.4.1\n \n concat : ^1.0.3\n \n cors : ^2.8.5\n \n css-element-queries : ^1.2.3\n \n document-register-element : ^1.14.10\n \n dotenv : ^16.3.1\n \n express : ^4.18.2\n \n file-saver : ^2.0.5\n \n fs-extra : ^11.1.1\n \n graphology : ^0.20.0\n \n graphology-shortest-path : ^1.4.1\n \n helmet : ^7.0.0\n \n hex-rgb : ^5.0.0\n \n idb-keyval : ^6.2.1\n \n jsonld : ^8.2.0\n \n lodash : ^4.17.21\n \n lru-cache : ^10.0.0\n \n n3 : ^1.17.0\n \n ngx-google-analytics : ^14.0.1\n \n ngx-markdown : ^16.0.0\n \n ngx-slider-v2 : ^16.0.2\n \n node-fetch : ^3.3.2\n \n object-hash : ^3.0.0\n \n qs : ^6.11.2\n \n rdf-literal : ^1.3.1\n \n rdfxml-streaming-parser : ^1.4.0\n \n readable-stream : ^4.4.2\n \n rxjs : ^7.8.1\n \n stream-browserify : ^3.0.0\n \n swiper : ^8.0.6\n \n ts-cacheable : ^1.0.9\n \n tslib : ^2.6.1\n \n uuid : ^9.0.0\n \n zone.js : ~0.13.1\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n applySpatialPlacement   (projects/.../reference-data.state.ts)\n \n \n getNodeBbox   (projects/.../scene.state.ts)\n \n \n globalConfigFactory   (projects/.../config.ts)\n \n \n parseOrgan   (projects/.../app-web-component.component.ts)\n \n \n throwDuplicateDrawersError   (projects/.../container.component.ts)\n \n \n \n \n \n \n\n\n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n \n \n \n \n \n \n applySpatialPlacement\n \n \n \n \n \n \napplySpatialPlacement(tx: Matrix4, placement: Immutable)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tx\n \n Matrix4\n \n\n \n No\n \n\n\n \n \n placement\n \n Immutable\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Matrix4\n\n \n \n \n \n \n \n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n \n \n \n \n \n \n getNodeBbox\n \n \n \n \n \n \ngetNodeBbox(model: SpatialSceneNode)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n model\n \n SpatialSceneNode\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : AABB\n\n \n \n \n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n \n \n \n \n \n \n globalConfigFactory\n \n \n \n \n \n \nglobalConfigFactory(globals: GlobalsService)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n globals\n \n GlobalsService\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : GlobalConfig\n\n \n \n \n \n \n \n \n \n projects/ccf-rui/src/app/app-web-component.component.ts\n \n \n \n \n \n \n \n parseOrgan\n \n \n \n \n \n \nparseOrgan(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string | Organ\n\n \n \n \n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts\n \n \n \n \n \n \n \n throwDuplicateDrawersError\n \n \n \n \n \n \nthrowDuplicateDrawersError(position)\n \n \n\n\n\n\n \n \n Helper function for creating drawer errors.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n position\n\n \n No\n \n\n\n \n The position of the drawer.\n\n \n \n \n \n \n \n Returns : never\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nHuman Reference Atlas (HRA) - User Interfaces\n\n\n\n\n\n\n\nThis repository is a monorepo (multiple projects in one repository) containing the software to build the EUI, RUI, and Organ-Info.\nWebsite Links\n\nHRA Exploration User Interface (EUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app\nProduction: https://portal.hubmapconsortium.org/ccf-eui\nProduction (alt): https://hubmapconsortium.github.io/ccf-ui/\nStaging: https://hubmap-ccf-ui.netlify.app/\nOld Version 0.6.0: https://old--hubmap-ccf-ui.netlify.app\n\n\nHRA Registration User Interface (RUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app/rui/\nProduction: https://hubmapconsortium.github.io/ccf-ui/rui/\nStaging: https://hubmap-ccf-ui.netlify.app/rui/\n\n\nHRA Organ Info Component (Organ-Info)\nProduction: https://hubmapconsortium.github.io/ccf-ui/organ-info/\nStaging: https://hubmap-ccf-ui.netlify.app/organ-info/\n\n\nHRA API\nProduction: https://apps.humanatlas.io/hra-api/\nStaging: https://apps.humanatlas.io/hra-api--staging/\nOpenAPI Specification: ccf-api-spec.yaml\n\n\nHRA API Client Libraries:\nJavaScript: @ccf-openapi/js-client\nTypeScript: @ccf-openapi/ts-client\nAngular 12+: @ccf-openapi/ng-client\nPython 3.6+: ccf-openapi\n\n\nHRA API Sample Notebooks/Vignettes:\nPython 3.6+:\nBasic Usage: ccf-api-usage.ipynb\nUse case walkthrough: ccf-api-usecase.ipynb\n\n\nJavaScript:\nBasic Usage: https://observablehq.com/@cns-iu/ccf-api-documentation-javascript\nUse case walkthrough: https://observablehq.com/@cns-iu/ccf-api-usecase-javascript\n\n\n\n\n\nBackground and More Information\nFor more information about the Human Reference Atlas (HRA) and the Common Coordinate Framework (CCF), see the HuBMAP HRA Portal at https://humanatlas.io.\nChange Log\nSee the ChangeLog for the latest developments.\nCredits\nThis software is developed by the Cyberinfrastructure for Network Science Center at Indiana University. It is funded by NIH Award OT2OD026671.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nMIT License\nCopyright (c) 2019 HuBMAP Consortium\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n BlockSizeInputModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ConfigModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n ContentModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n CoreModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DetailsLabelModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DrawerModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ExtractionSetDropdownModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n HeaderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n JsonFileReaderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n LabeledSlideToggleModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n LeftSidebarModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n NameInputModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RegistrationContentModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RegistrationMetadataModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RegistrationModalModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ReviewButtonModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ReviewModalModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RightSidebarModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RotationSliderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SlicesInputModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StageNavModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StoreModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n TagListModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TagSearchModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ThemingModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n VideoModalLauncherModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n VideoModalModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n VisibilityMenuModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n VisibilityToggleModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_BlockSizeInputModule\n\n\n\ncluster_BlockSizeInputModule_declarations\n\n\n\ncluster_BlockSizeInputModule_exports\n\n\n\ncluster_ContentModule\n\n\n\ncluster_ContentModule_declarations\n\n\n\ncluster_ContentModule_imports\n\n\n\ncluster_ContentModule_exports\n\n\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\ncluster_DetailsLabelModule\n\n\n\ncluster_DetailsLabelModule_declarations\n\n\n\ncluster_DetailsLabelModule_exports\n\n\n\ncluster_DrawerModule\n\n\n\ncluster_DrawerModule_declarations\n\n\n\ncluster_DrawerModule_exports\n\n\n\ncluster_ExtractionSetDropdownModule\n\n\n\ncluster_ExtractionSetDropdownModule_declarations\n\n\n\ncluster_ExtractionSetDropdownModule_exports\n\n\n\ncluster_HeaderModule\n\n\n\ncluster_HeaderModule_declarations\n\n\n\ncluster_HeaderModule_exports\n\n\n\ncluster_JsonFileReaderModule\n\n\n\ncluster_JsonFileReaderModule_declarations\n\n\n\ncluster_JsonFileReaderModule_exports\n\n\n\ncluster_LabeledSlideToggleModule\n\n\n\ncluster_LabeledSlideToggleModule_declarations\n\n\n\ncluster_LabeledSlideToggleModule_exports\n\n\n\ncluster_LeftSidebarModule\n\n\n\ncluster_LeftSidebarModule_declarations\n\n\n\ncluster_LeftSidebarModule_imports\n\n\n\ncluster_LeftSidebarModule_exports\n\n\n\ncluster_NameInputModule\n\n\n\ncluster_NameInputModule_declarations\n\n\n\ncluster_NameInputModule_exports\n\n\n\ncluster_RegistrationContentModule\n\n\n\ncluster_RegistrationContentModule_declarations\n\n\n\ncluster_RegistrationContentModule_imports\n\n\n\ncluster_RegistrationContentModule_exports\n\n\n\ncluster_RegistrationMetadataModule\n\n\n\ncluster_RegistrationMetadataModule_declarations\n\n\n\ncluster_RegistrationMetadataModule_exports\n\n\n\ncluster_RegistrationModalModule\n\n\n\ncluster_RegistrationModalModule_declarations\n\n\n\ncluster_RegistrationModalModule_exports\n\n\n\ncluster_ReviewButtonModule\n\n\n\ncluster_ReviewButtonModule_declarations\n\n\n\ncluster_ReviewButtonModule_imports\n\n\n\ncluster_ReviewButtonModule_exports\n\n\n\ncluster_ReviewModalModule\n\n\n\ncluster_ReviewModalModule_declarations\n\n\n\ncluster_ReviewModalModule_exports\n\n\n\ncluster_RightSidebarModule\n\n\n\ncluster_RightSidebarModule_declarations\n\n\n\ncluster_RightSidebarModule_imports\n\n\n\ncluster_RightSidebarModule_exports\n\n\n\ncluster_RotationSliderModule\n\n\n\ncluster_RotationSliderModule_declarations\n\n\n\ncluster_RotationSliderModule_exports\n\n\n\ncluster_SlicesInputModule\n\n\n\ncluster_SlicesInputModule_declarations\n\n\n\ncluster_SlicesInputModule_exports\n\n\n\ncluster_StageNavModule\n\n\n\ncluster_StageNavModule_declarations\n\n\n\ncluster_StageNavModule_exports\n\n\n\ncluster_TagListModule\n\n\n\ncluster_TagListModule_declarations\n\n\n\ncluster_TagListModule_exports\n\n\n\ncluster_TagSearchModule\n\n\n\ncluster_TagSearchModule_declarations\n\n\n\ncluster_TagSearchModule_exports\n\n\n\ncluster_ThemingModule\n\n\n\ncluster_ThemingModule_providers\n\n\n\ncluster_VideoModalLauncherModule\n\n\n\ncluster_VideoModalLauncherModule_declarations\n\n\n\ncluster_VideoModalLauncherModule_exports\n\n\n\ncluster_VideoModalModule\n\n\n\ncluster_VideoModalModule_declarations\n\n\n\ncluster_VideoModalModule_exports\n\n\n\ncluster_VisibilityMenuModule\n\n\n\ncluster_VisibilityMenuModule_declarations\n\n\n\ncluster_VisibilityMenuModule_exports\n\n\n\ncluster_VisibilityToggleModule\n\n\n\ncluster_VisibilityToggleModule_declarations\n\n\n\ncluster_VisibilityToggleModule_exports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nContentModule\n\nContentModule\n\nAppModule -->\n\nContentModule->AppModule\n\n\n\n\n\nContentComponent \n\nContentComponent \n\nContentComponent -->\n\nContentModule->ContentComponent \n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nDrawerModule\n\nDrawerModule\n\nAppModule -->\n\nDrawerModule->AppModule\n\n\n\n\n\nContainerComponent \n\nContainerComponent \n\nContainerComponent -->\n\nDrawerModule->ContainerComponent \n\n\n\n\n\nDrawerComponent \n\nDrawerComponent \n\nDrawerComponent -->\n\nDrawerModule->DrawerComponent \n\n\n\n\n\nToggleButtonComponent \n\nToggleButtonComponent \n\nToggleButtonComponent -->\n\nDrawerModule->ToggleButtonComponent \n\n\n\n\n\nHeaderModule\n\nHeaderModule\n\nAppModule -->\n\nHeaderModule->AppModule\n\n\n\n\n\nHeaderComponent \n\nHeaderComponent \n\nHeaderComponent -->\n\nHeaderModule->HeaderComponent \n\n\n\n\n\nLeftSidebarModule\n\nLeftSidebarModule\n\nAppModule -->\n\nLeftSidebarModule->AppModule\n\n\n\n\n\nLeftSidebarComponent \n\nLeftSidebarComponent \n\nLeftSidebarComponent -->\n\nLeftSidebarModule->LeftSidebarComponent \n\n\n\n\n\nRegistrationModalModule\n\nRegistrationModalModule\n\nAppModule -->\n\nRegistrationModalModule->AppModule\n\n\n\n\n\nRegistrationModalComponent \n\nRegistrationModalComponent \n\nRegistrationModalComponent -->\n\nRegistrationModalModule->RegistrationModalComponent \n\n\n\n\n\nRightSidebarModule\n\nRightSidebarModule\n\nAppModule -->\n\nRightSidebarModule->AppModule\n\n\n\n\n\nRightSidebarComponent \n\nRightSidebarComponent \n\nRightSidebarComponent -->\n\nRightSidebarModule->RightSidebarComponent \n\n\n\n\n\nBlockSizeInputComponent\n\nBlockSizeInputComponent\n\n\n\nBlockSizeInputModule\n\nBlockSizeInputModule\n\nBlockSizeInputModule -->\n\nBlockSizeInputComponent->BlockSizeInputModule\n\n\n\nRightSidebarModule -->\n\nBlockSizeInputModule->RightSidebarModule\n\n\n\n\n\nBlockSizeInputComponent \n\nBlockSizeInputComponent \n\nBlockSizeInputComponent -->\n\nBlockSizeInputModule->BlockSizeInputComponent \n\n\n\n\n\nContentComponent\n\nContentComponent\n\nContentModule -->\n\nContentComponent->ContentModule\n\n\n\nDrawerModule -->\n\nContentComponent->DrawerModule\n\n\n\n\n\nStageNavModule\n\nStageNavModule\n\nContentModule -->\n\nStageNavModule->ContentModule\n\n\n\n\n\nStageNavComponent \n\nStageNavComponent \n\nStageNavComponent -->\n\nStageNavModule->StageNavComponent \n\n\n\n\n\nVideoModalLauncherModule\n\nVideoModalLauncherModule\n\nContentModule -->\n\nVideoModalLauncherModule->ContentModule\n\n\n\n\n\nVideoModalLauncherComponent \n\nVideoModalLauncherComponent \n\nVideoModalLauncherComponent -->\n\nVideoModalLauncherModule->VideoModalLauncherComponent \n\n\n\n\n\nConfigModule\n\nConfigModule\n\nCoreModule -->\n\nConfigModule->CoreModule\n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nThemingModule\n\nThemingModule\n\nCoreModule -->\n\nThemingModule->CoreModule\n\n\n\n\n\nDetailsLabelComponent\n\nDetailsLabelComponent\n\n\n\nDetailsLabelModule\n\nDetailsLabelModule\n\nDetailsLabelModule -->\n\nDetailsLabelComponent->DetailsLabelModule\n\n\n\n\n\nDetailsLabelComponent \n\nDetailsLabelComponent \n\nDetailsLabelComponent -->\n\nDetailsLabelModule->DetailsLabelComponent \n\n\n\n\n\nContainerComponent\n\nContainerComponent\n\nDrawerModule -->\n\nContainerComponent->DrawerModule\n\n\n\n\n\nDrawerComponent\n\nDrawerComponent\n\nDrawerModule -->\n\nDrawerComponent->DrawerModule\n\n\n\n\n\nToggleButtonComponent\n\nToggleButtonComponent\n\nDrawerModule -->\n\nToggleButtonComponent->DrawerModule\n\n\n\n\n\nExtractionSetDropdownComponent\n\nExtractionSetDropdownComponent\n\n\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule -->\n\nExtractionSetDropdownComponent->ExtractionSetDropdownModule\n\n\n\nLeftSidebarModule -->\n\nExtractionSetDropdownModule->LeftSidebarModule\n\n\n\n\n\nExtractionSetDropdownComponent \n\nExtractionSetDropdownComponent \n\nExtractionSetDropdownComponent -->\n\nExtractionSetDropdownModule->ExtractionSetDropdownComponent \n\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\nHeaderModule -->\n\nHeaderComponent->HeaderModule\n\n\n\n\n\nJsonFileReaderComponent\n\nJsonFileReaderComponent\n\n\n\nJsonFileReaderModule\n\nJsonFileReaderModule\n\nJsonFileReaderModule -->\n\nJsonFileReaderComponent->JsonFileReaderModule\n\n\n\n\n\nJsonFileReaderComponent \n\nJsonFileReaderComponent \n\nJsonFileReaderComponent -->\n\nJsonFileReaderModule->JsonFileReaderComponent \n\n\n\n\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule -->\n\nJsonFileReaderModule->RegistrationMetadataModule\n\n\n\n\n\nLabeledSlideToggleComponent\n\nLabeledSlideToggleComponent\n\n\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule -->\n\nLabeledSlideToggleComponent->LabeledSlideToggleModule\n\n\n\nStageNavModule -->\n\nLabeledSlideToggleModule->StageNavModule\n\n\n\n\n\nLabeledSlideToggleComponent \n\nLabeledSlideToggleComponent \n\nLabeledSlideToggleComponent -->\n\nLabeledSlideToggleModule->LabeledSlideToggleComponent \n\n\n\n\n\nLeftSidebarComponent\n\nLeftSidebarComponent\n\nLeftSidebarModule -->\n\nLeftSidebarComponent->LeftSidebarModule\n\n\n\n\n\nNameInputModule\n\nNameInputModule\n\nLeftSidebarModule -->\n\nNameInputModule->LeftSidebarModule\n\n\n\n\n\nNameInputComponent \n\nNameInputComponent \n\nNameInputComponent -->\n\nNameInputModule->NameInputComponent \n\n\n\nRegistrationMetadataModule -->\n\nNameInputModule->RegistrationMetadataModule\n\n\n\n\n\nVisibilityMenuModule\n\nVisibilityMenuModule\n\nLeftSidebarModule -->\n\nVisibilityMenuModule->LeftSidebarModule\n\n\n\n\n\nVisibilityMenuComponent \n\nVisibilityMenuComponent \n\nVisibilityMenuComponent -->\n\nVisibilityMenuModule->VisibilityMenuComponent \n\n\n\n\n\nVisibilityToggleModule\n\nVisibilityToggleModule\n\nLeftSidebarModule -->\n\nVisibilityToggleModule->LeftSidebarModule\n\n\n\nLeftSidebarModule -->\n\nVisibilityToggleModule->LeftSidebarModule\n\n\n\n\n\nVisibilityToggleComponent \n\nVisibilityToggleComponent \n\nVisibilityToggleComponent -->\n\nVisibilityToggleModule->VisibilityToggleComponent \n\n\n\n\n\nNameInputComponent\n\nNameInputComponent\n\nNameInputModule -->\n\nNameInputComponent->NameInputModule\n\n\n\n\n\nRegistrationContentComponent\n\nRegistrationContentComponent\n\n\n\nRegistrationContentModule\n\nRegistrationContentModule\n\nRegistrationContentModule -->\n\nRegistrationContentComponent->RegistrationContentModule\n\n\n\nRegistrationModalModule -->\n\nRegistrationContentModule->RegistrationModalModule\n\n\n\n\n\nRegistrationContentComponent \n\nRegistrationContentComponent \n\nRegistrationContentComponent -->\n\nRegistrationContentModule->RegistrationContentComponent \n\n\n\nRightSidebarModule -->\n\nRegistrationMetadataModule->RightSidebarModule\n\n\n\nRegistrationContentModule -->\n\nRegistrationMetadataModule->RegistrationContentModule\n\n\n\n\n\nRegistrationMetadataComponent \n\nRegistrationMetadataComponent \n\nRegistrationMetadataComponent -->\n\nRegistrationMetadataModule->RegistrationMetadataComponent \n\n\n\n\n\nRegistrationMetadataComponent\n\nRegistrationMetadataComponent\n\nRegistrationMetadataModule -->\n\nRegistrationMetadataComponent->RegistrationMetadataModule\n\n\n\n\n\nRegistrationModalComponent\n\nRegistrationModalComponent\n\nRegistrationModalModule -->\n\nRegistrationModalComponent->RegistrationModalModule\n\n\n\n\n\nReviewButtonComponent\n\nReviewButtonComponent\n\n\n\nReviewButtonModule\n\nReviewButtonModule\n\nReviewButtonModule -->\n\nReviewButtonComponent->ReviewButtonModule\n\n\n\nRightSidebarModule -->\n\nReviewButtonModule->RightSidebarModule\n\n\n\n\n\nReviewButtonComponent \n\nReviewButtonComponent \n\nReviewButtonComponent -->\n\nReviewButtonModule->ReviewButtonComponent \n\n\n\n\n\nReviewModalModule\n\nReviewModalModule\n\nReviewButtonModule -->\n\nReviewModalModule->ReviewButtonModule\n\n\n\n\n\nReviewModalComponent \n\nReviewModalComponent \n\nReviewModalComponent -->\n\nReviewModalModule->ReviewModalComponent \n\n\n\n\n\nReviewModalComponent\n\nReviewModalComponent\n\nReviewModalModule -->\n\nReviewModalComponent->ReviewModalModule\n\n\n\n\n\nRightSidebarComponent\n\nRightSidebarComponent\n\nRightSidebarModule -->\n\nRightSidebarComponent->RightSidebarModule\n\n\n\n\n\nRotationSliderModule\n\nRotationSliderModule\n\nRightSidebarModule -->\n\nRotationSliderModule->RightSidebarModule\n\n\n\n\n\nRotationSliderComponent \n\nRotationSliderComponent \n\nRotationSliderComponent -->\n\nRotationSliderModule->RotationSliderComponent \n\n\n\n\n\nSlicesInputModule\n\nSlicesInputModule\n\nRightSidebarModule -->\n\nSlicesInputModule->RightSidebarModule\n\n\n\n\n\nSlicesInputComponent \n\nSlicesInputComponent \n\nSlicesInputComponent -->\n\nSlicesInputModule->SlicesInputComponent \n\n\n\n\n\nTagListModule\n\nTagListModule\n\nRightSidebarModule -->\n\nTagListModule->RightSidebarModule\n\n\n\n\n\nTagListComponent \n\nTagListComponent \n\nTagListComponent -->\n\nTagListModule->TagListComponent \n\n\n\n\n\nTagSearchModule\n\nTagSearchModule\n\nRightSidebarModule -->\n\nTagSearchModule->RightSidebarModule\n\n\n\n\n\nTagSearchComponent \n\nTagSearchComponent \n\nTagSearchComponent -->\n\nTagSearchModule->TagSearchComponent \n\n\n\n\n\nRotationSliderComponent\n\nRotationSliderComponent\n\nRotationSliderModule -->\n\nRotationSliderComponent->RotationSliderModule\n\n\n\n\n\nSlicesInputComponent\n\nSlicesInputComponent\n\nSlicesInputModule -->\n\nSlicesInputComponent->SlicesInputModule\n\n\n\n\n\nStageNavComponent\n\nStageNavComponent\n\nStageNavModule -->\n\nStageNavComponent->StageNavModule\n\n\n\n\n\nTagListComponent\n\nTagListComponent\n\nTagListModule -->\n\nTagListComponent->TagListModule\n\n\n\n\n\nTagSearchComponent\n\nTagSearchComponent\n\nTagSearchModule -->\n\nTagSearchComponent->TagSearchModule\n\n\n\n\n\nThemingService\n\nThemingService\n\nThemingModule -->\n\nThemingService->ThemingModule\n\n\n\n\n\nVideoModalLauncherComponent\n\nVideoModalLauncherComponent\n\nVideoModalLauncherModule -->\n\nVideoModalLauncherComponent->VideoModalLauncherModule\n\n\n\n\n\nVideoModalComponent\n\nVideoModalComponent\n\n\n\nVideoModalModule\n\nVideoModalModule\n\nVideoModalModule -->\n\nVideoModalComponent->VideoModalModule\n\n\n\n\n\nVideoModalComponent \n\nVideoModalComponent \n\nVideoModalComponent -->\n\nVideoModalModule->VideoModalComponent \n\n\n\n\n\nVisibilityMenuComponent\n\nVisibilityMenuComponent\n\nVisibilityMenuModule -->\n\nVisibilityMenuComponent->VisibilityMenuModule\n\n\n\n\n\nVisibilityToggleComponent\n\nVisibilityToggleComponent\n\nVisibilityToggleModule -->\n\nVisibilityToggleComponent->VisibilityToggleModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 30 Modules\n \n \n \n \n \n \n \n \n 30 Components\n \n \n \n \n \n \n \n 9 Injectables\n \n \n \n \n \n \n \n 2 Classes\n \n \n \n \n \n \n \n 33 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 3.7.2\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n CancelRegistrationCallback   (projects/.../app-web-component.component.ts)\n \n \n ContainerPayload   (projects/.../messages.ts)\n \n \n DrawerPayload   (projects/.../messages.ts)\n \n \n ExpandedState   (projects/.../drawer.component.ts)\n \n \n ExpandedState2   (projects/.../drawer.component.ts)\n \n \n FetchPreviousRegistrationsCallback   (projects/.../app-web-component.component.ts)\n \n \n Message   (projects/.../messages.ts)\n \n \n MessageChannel   (projects/.../messages.ts)\n \n \n MessageService   (projects/.../messages.ts)\n \n \n MetaData   (projects/.../meta-data.ts)\n \n \n OpenedState   (projects/.../drawer.component.ts)\n \n \n Organ   (projects/.../app-web-component.component.ts)\n \n \n Payload   (projects/.../messages.ts)\n \n \n RegistrationCallback   (projects/.../app-web-component.component.ts)\n \n \n Side   (projects/.../stage-nav.component.ts)\n \n \n TagId   (projects/.../anatomical-structure-tag.ts)\n \n \n User   (projects/.../app-web-component.component.ts)\n \n \n ViewSide   (projects/.../model.state.ts)\n \n \n ViewType   (projects/.../model.state.ts)\n \n \n \n \n \n \n\n\n projects/ccf-rui/src/app/app-web-component.component.ts\n \n \n \n \n \n \n CancelRegistrationCallback\n \n \n \n \n function\n\n \n \n \n \n \n \n \n \n \n FetchPreviousRegistrationsCallback\n \n \n \n \n function\n\n \n \n \n \n \n \n \n \n \n Organ\n \n \n \n \n NonNullable<>\n\n \n \n \n \n \n \n \n \n \n RegistrationCallback\n \n \n \n \n function\n\n \n \n \n \n \n \n \n \n \n User\n \n \n \n \n NonNullable<>\n\n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n \n \n \n \n \n ContainerPayload\n \n \n \n \n Payload types for messages sent from the drawer container.\n\n \n \n \n \n ContentContainerChanged | DrawerContainersChanged\n\n \n \n \n \n \n \n \n \n \n DrawerPayload\n \n \n \n \n Payload types for messages sent from the drawers.\n\n \n \n \n \n DrawerToggled | DrawerInitialized\n\n \n \n \n \n \n \n \n \n \n Message\n \n \n \n \n Specific message type.\n\n \n \n \n \n GenericMessage\n\n \n \n \n \n \n \n \n \n \n MessageChannel\n \n \n \n \n Specific channel type.\n\n \n \n \n \n GenericMessageChannel\n\n \n \n \n \n \n \n \n \n \n MessageService\n \n \n \n \n Specific service type.\n\n \n \n \n \n GenericMessageService\n\n \n \n \n \n \n \n \n \n \n Payload\n \n \n \n \n Combined payload type for all drawer sub components.\n\n \n \n \n \n ContainerPayload | DrawerPayload\n\n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n \n \n \n \n \n ExpandedState\n \n \n \n \n Expanded/collapsed state.\n\n \n \n \n \n \"open\" | \"open-instant\" | \"closed\"\n\n \n \n \n \n \n \n \n \n \n ExpandedState2\n \n \n \n \n Expanded state relative to an opposite drawer.\n\n \n \n \n \n \"collapsed\" | \"half\" | \"extended\" | \"full\"\n\n \n \n \n \n \n \n \n \n \n OpenedState\n \n \n \n \n Opened/closed state.\n\n \n \n \n \n \"open\" | \"open-instant\" | \"closed\"\n\n \n \n \n \n projects/ccf-rui/src/app/core/models/meta-data.ts\n \n \n \n \n \n \n MetaData\n \n \n \n \n MetaDataField[]\n\n \n \n \n \n projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts\n \n \n \n \n \n \n Side\n \n \n \n \n Valid values for side.\n\n \n \n \n \n \"left\" | \"right\" | \"anterior\" | \"posterior\" | \"3D\"\n\n \n \n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n \n \n \n \n \n TagId\n \n \n \n \n Type for tag identifiers\n\n \n \n \n \n string | number\n\n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n \n \n \n \n \n ViewSide\n \n \n \n \n Side which the model is viewed from\n\n \n \n \n \n \"left\" | \"right\" | \"anterior\" | \"posterior\"\n\n \n \n \n \n \n \n \n \n \n ViewType\n \n \n \n \n Model view type\n\n \n \n \n \n \"register\" | \"3d\"\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n DEFAULT_BLOCK_SIZE   (projects/.../block-size-input.component.ts)\n \n \n DEFAULT_ICONS   (projects/.../default-icons.ts)\n \n \n DEFAULT_ROTATION   (projects/.../rotation-slider.component.ts)\n \n \n DEFAULT_SEARCH_LIMIT   (projects/.../tag-search.component.ts)\n \n \n DEFAULT_SEARCH_THROTTLE   (projects/.../tag-search.component.ts)\n \n \n DEFAULT_SLICES_CONFIG   (projects/.../slices-input.component.ts)\n \n \n DEFAULT_THEME   (projects/.../theming.service.ts)\n \n \n EMPTY_RESULT   (projects/.../tag-search.component.ts)\n \n \n EXPAND_COLLAPSE_PARAMS_DEFAULT   (projects/.../drawer.component.ts)\n \n \n GLOBAL_CONFIG   (projects/.../config.ts)\n \n \n MESSAGE_SERVICE_CONFIG   (projects/.../message.service.ts)\n \n \n MESSAGE_SERVICE_DEFAULT_CONFIG   (projects/.../message.service.ts)\n \n \n MessageService   (projects/.../messages.ts)\n \n \n ROOT_STATES   (projects/.../store.module.ts)\n \n \n RUI_ORGANS   (projects/.../model.state.ts)\n \n \n ruiConfig   (projects/.../config.ts)\n \n \n \n \n \n \n\n\n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n \n \n \n \n \n \n DEFAULT_BLOCK_SIZE\n \n \n \n \n \n \n Type : BlockSize\n\n \n \n \n \n Default value : {\n x: 10,\n y: 10,\n z: 10\n}\n \n \n\n \n \n Defaults for block sizes.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/store/icon-registry/default-icons.ts\n \n \n \n \n \n \n \n DEFAULT_ICONS\n \n \n \n \n \n \n Type : DefaultIconDefinition[]\n\n \n \n \n \n Default value : [\n // Reference Organs\n { name: 'bladder', namespace: 'app', url: 'assets/icons/organs/ico-organs-bladder.svg' },\n { name: 'blood', namespace: 'app', url: 'assets/icons/organs/ico-organs-blood.svg' },\n { name: 'bone-marrow', namespace: 'app', url: 'assets/icons/organs/ico-organs-bone-marrow.svg' },\n { name: 'brain', namespace: 'app', url: 'assets/icons/organs/ico-organs-brain.svg' },\n { name: 'eye', namespace: 'app', url: 'assets/icons/organs/ico-organs-eye.svg' },\n { name: 'fallopian-tube-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-left.svg' },\n { name: 'fallopian-tube-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-right.svg' },\n { name: 'heart', namespace: 'app', url: 'assets/icons/organs/ico-organs-heart.svg' },\n { name: 'kidney-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-left.svg' },\n { name: 'kidney-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-right.svg' },\n { name: 'kidney', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney.svg' },\n { name: 'knee', namespace: 'app', url: 'assets/icons/organs/ico-organs-knee.svg' },\n { name: 'large-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-large-intestine.svg' },\n { name: 'larynx', namespace: 'app', url: 'assets/icons/organs/ico-organs-larynx.svg' },\n { name: 'liver', namespace: 'app', url: 'assets/icons/organs/ico-organs-liver.svg' },\n { name: 'lung-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-left.svg' },\n { name: 'lung-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-right.svg' },\n { name: 'lung', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung.svg' },\n { name: 'lymph-nodes', namespace: 'app', url: 'assets/icons/organs/ico-organs-lymph-nodes.svg' },\n { name: 'main-bronchus', namespace: 'app', url: 'assets/icons/organs/ico-organs-extrapulmonary bronchus.svg' },\n { name: 'mammary-gland', namespace: 'app', url: 'assets/icons/organs/ico-organs-breast.svg' },\n { name: 'neuron', namespace: 'app', url: 'assets/icons/organs/ico-organs-neuron.svg' },\n { name: 'ovaries', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovaries.svg' },\n { name: 'ovary-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-left.svg' },\n { name: 'ovary-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-right.svg' },\n { name: 'palatine-tonsil', namespace: 'app', url: 'assets/icons/organs/ico-organs-palatine tonsil.svg' },\n { name: 'pancreas', namespace: 'app', url: 'assets/icons/organs/ico-organs-pancreas.svg' },\n { name: 'pelvis-f', namespace: 'app', url: 'assets/icons/organs/ico-organs-pelvis-f.svg' },\n { name: 'placenta', namespace: 'app', url: 'assets/icons/organs/ico-organs-placenta.svg' },\n { name: 'prostate', namespace: 'app', url: 'assets/icons/organs/ico-organs-prostate.svg' },\n { name: 'skin', namespace: 'app', url: 'assets/icons/organs/ico-organs-skin.svg' },\n { name: 'small-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-small intestine.svg' },\n { name: 'spinal-cord', namespace: 'app', url: 'assets/icons/organs/ico-organs-spinal-cord.svg' },\n { name: 'spleen', namespace: 'app', url: 'assets/icons/organs/ico-organs-spleen.svg' },\n { name: 'stomach', namespace: 'app', url: 'assets/icons/organs/ico-organs-stomach.svg' },\n { name: 'thymus', namespace: 'app', url: 'assets/icons/organs/ico-organs-thymus.svg' },\n { name: 'trachea', namespace: 'app', url: 'assets/icons/organs/ico-organs-trachea.svg' },\n { name: 'ureter-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-left.svg' },\n { name: 'ureter-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-right.svg' },\n { name: 'uterus', namespace: 'app', url: 'assets/icons/organs/ico-organs-uterus.svg' },\n { name: 'vasculature-thick', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thick.svg' },\n { name: 'vasculature-thin', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thin.svg' },\n\n { name: 'opacity', namespace: 'app', url: 'assets/icons/opacity-24px.svg' },\n { name: 'visibility_on', namespace: 'app', url: 'assets/icons/visibility-on-24px.svg' },\n { name: 'visibility_off', namespace: 'app', url: 'assets/icons/visibility-off-24px.svg' },\n { name: 'visibility_off_cube', namespace: 'app', url: 'assets/icons/ico-cube.svg' }\n]\n \n \n\n \n \n Icons registered at startup.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n \n \n \n \n \n \n DEFAULT_ROTATION\n \n \n \n \n \n \n Type : Rotation\n\n \n \n \n \n Default value : {\n x: 0,\n y: 0,\n z: 0\n}\n \n \n\n \n \n Default values for rotation.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n \n \n \n \n \n \n DEFAULT_SEARCH_LIMIT\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 5\n \n \n\n \n \n Default search results limit\n\n \n \n\n \n \n \n \n \n \n \n \n DEFAULT_SEARCH_THROTTLE\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 100\n \n \n\n \n \n Default search throttle time in ms\n\n \n \n\n \n \n \n \n \n \n \n \n EMPTY_RESULT\n \n \n \n \n \n \n Type : TagSearchResult\n\n \n \n \n \n Default value : { totalCount: 0, results: [] }\n \n \n\n \n \n Empty search result object\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n \n \n \n \n \n \n DEFAULT_SLICES_CONFIG\n \n \n \n \n \n \n Type : SlicesConfig\n\n \n \n \n \n Default value : {\n thickness: NaN,\n numSlices: NaN\n}\n \n \n\n \n \n Default values for slices config.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/services/theming/theming.service.ts\n \n \n \n \n \n \n \n DEFAULT_THEME\n \n \n \n \n \n \n Default value : new InjectionToken('Default theme class')\n \n \n\n \n \n Token for specifying the default theme class.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n \n \n \n \n \n \n EXPAND_COLLAPSE_PARAMS_DEFAULT\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n params: {\n width: 0,\n margin: 0,\n margin2: 0\n }\n}\n \n \n\n \n \n Default animation parameters.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/services/config/config.ts\n \n \n \n \n \n \n \n GLOBAL_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'Global configuration object'\n)\n \n \n\n\n \n \n \n \n \n \n \n \n ruiConfig\n \n \n \n \n \n \n Type : GlobalConfig\n\n \n \n\n\n \n \n\n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n \n \n \n \n \n \n MESSAGE_SERVICE_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n)\n \n \n\n \n \n Token for specifying the message service configuration.\n\n \n \n\n \n \n \n \n \n \n \n \n MESSAGE_SERVICE_DEFAULT_CONFIG\n \n \n \n \n \n \n Type : MessageServiceConfig\n\n \n \n \n \n Default value : {\n isolated: true\n}\n \n \n\n \n \n Default message service configuration.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n \n \n \n \n \n \n MessageService\n \n \n \n \n \n \n Default value : GenericMessageService\n \n \n\n \n \n Reference to the service class.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/store/store.module.ts\n \n \n \n \n \n \n \n ROOT_STATES\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n GlobalConfigState,\n IconRegistryState,\n PageState,\n ModelState,\n AnatomicalStructureTagState,\n ReferenceDataState,\n RegistrationState,\n SceneState\n]\n \n \n\n \n \n States shared across the entire app.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n \n \n \n \n \n \n RUI_ORGANS\n \n \n \n \n \n \n Default value : ALL_ORGANS\n \n \n\n \n \n All organs to be displayed\n\n \n \n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} + "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/injectables/AnatomicalStructureTagState.html",[0,1.358,1,2.625]],["body/injectables/AnatomicalStructureTagState.html",[0,1.611,1,3.114,2,2.146,3,0.074,4,0.09,5,0.066,6,0.136,7,6.824,8,3.987,9,5.605,10,2.884,11,0.885,12,2.241,13,4.592,14,2.859,15,2.609,16,2.051,17,5.404,18,0.351,19,0.559,20,2.292,21,5.404,22,2.723,23,2.772,24,5.072,25,1.354,26,5.929,27,5.209,28,5.929,29,2.986,30,4.592,31,5.209,32,2.749,33,5.56,34,5.404,35,1.132,36,3.164,37,3.936,38,2.036,39,5.209,40,1.011,41,1.036,42,1.8,43,0.01,44,1.068,45,0.787,46,1.276,47,1.305,48,1.571,49,3.665,50,3.365,51,4.592,52,2.08,53,4.055,54,3.59,55,1.604,56,1.26,57,4.592,58,3.59,59,3.64,60,3.64,61,3.64,62,4.592,63,3.59,64,3.59,65,2.313,66,4.185,67,3.59,68,4.592,69,0.91,70,4.99,71,1.594,72,5.738,73,3.59,74,4.185,75,0.007,76,3.084,77,4.021,78,4.592,79,4.592,80,0.007,81,4.592,82,4.284,83,3.882,84,3.64,85,0.647,86,0.697,87,3.59,88,2.414,89,3.59,90,2.19,91,2.16,92,3.507,93,3.59,94,3.59,95,3.59,96,2.894,97,3.59,98,3.59,99,0.329,100,4.592,101,3.164,102,2.219,103,3.164,104,0.177,105,2.749,106,2.313,107,1.594,108,1.594,109,1.499,110,2.884,111,1.761,112,1.056,113,1.545,114,1.3,115,2.369,116,2.25,117,2.884,118,2.053,119,2.25,120,2.884,121,1.455,122,1.455,123,1.413,124,1.336,125,1.413,126,2.675,127,1.701,128,0.355,129,0.131,130,2.675,131,1.545,132,0.133,133,1.371,134,3.164,135,3.164,136,3.164,137,3.64,138,1.316,139,4.021,140,0.938,141,0.915,142,4.439,143,3.164,144,2.884,145,3.164,146,3.164,147,3.164,148,3.665,149,3.164,150,3.164,151,3.164,152,3.164,153,3.164,154,2.574,155,1.886,156,3.164,157,2.369,158,4.592,159,1.123,160,0.569,161,1.594,162,1.701,163,2.508,164,2.146,165,2.508,166,2.508,167,2.369,168,2.508,169,2.508,170,3.164,171,3.164,172,2.369,173,2.369,174,3.164,175,3.164,176,2.508,177,4.592,178,4.592,179,4.592,180,3.882,181,1.835,182,4.592,183,2.508,184,2.884,185,3.164,186,3.164,187,1.169,188,2.508,189,3.164,190,3.164,191,3.164,192,3.164,193,2.508]],["title/interfaces/AnatomicalStructureTagStateModel.html",[128,0.299,130,3.272]],["body/interfaces/AnatomicalStructureTagStateModel.html",[0,1.881,1,2.675,3,0.092,4,0.112,5,0.082,6,0.072,7,3.596,8,3.068,9,2.954,10,3.596,11,0.589,12,2.225,13,3.945,14,2.456,15,2.597,16,1.762,17,5.361,20,2.13,21,3.945,22,2.733,23,2.571,24,4.56,26,3.945,28,3.945,29,1.987,33,5.493,34,3.945,35,1.123,37,3.803,40,0.868,41,0.89,43,0.01,44,0.622,45,0.731,47,1.18,48,1.35,49,3.636,50,3.338,51,3.945,53,3.912,55,0.912,56,1.198,57,3.945,59,3.127,60,3.127,61,3.127,62,3.945,65,1.987,66,3.596,68,3.945,69,0.823,70,4.827,71,1.163,72,5.956,74,3.596,75,0.007,76,2.789,77,3.636,78,3.945,79,3.945,80,0.008,81,3.945,82,4.25,83,3.335,84,3.127,88,2.394,90,1.98,91,2.143,92,3.479,96,2.8,99,0.342,100,5.361,101,3.945,102,2.501,103,3.945,104,0.221,105,3.21,106,2.7,107,1.987,108,1.987,109,1.868,110,3.596,111,2.195,112,1.316,113,1.926,114,1.62,115,2.954,116,2.805,117,3.596,118,2.56,119,2.805,120,3.596,121,1.814,122,1.814,123,1.762,124,1.665,125,1.762,126,3.335,127,2.121,128,0.414,129,0.153,130,4.533,131,1.926,132,0.165,133,1.511,134,3.945,135,3.945,136,3.945,137,4.25,138,1.401,139,4.431,140,1.096,141,1.068,142,4.892,143,3.945,144,3.596,145,3.945,146,3.945,147,3.945,148,4.13,149,3.945,150,3.945,151,3.945,152,3.945,153,3.945,154,2.836,155,2.202,156,3.945,157,2.954,158,5.361,159,1.238,160,0.71,161,1.987,162,2.121,163,3.127,164,2.675,165,3.127,166,3.127,167,2.954,168,3.127,169,3.127,170,3.945,171,3.945,172,2.954,173,2.954,174,3.945,175,3.945,176,3.127,177,5.361,178,5.361,179,5.361,180,4.533,181,2.143,182,5.361,183,3.127,184,3.596,185,3.945,186,3.945,187,1.457,188,3.127,189,3.945,190,3.945,191,3.945,192,3.945,193,3.127,194,1.163]],["title/components/AppComponent.html",[195,0.443,196,1.199]],["body/components/AppComponent.html",[3,0.054,4,0.066,5,0.076,6,0.137,11,0.823,12,1.024,16,1.041,18,0.563,19,0.444,20,1.535,22,1.382,23,1.896,25,1.075,32,2.183,35,0.764,37,3.517,38,2.052,42,1.602,43,0.01,44,1.024,45,0.633,46,1.136,52,1.28,55,1.351,56,1.207,69,1.083,75,0.004,80,0.004,85,1.358,86,1.43,88,2.268,91,2.03,99,0.29,104,0.131,111,1.298,112,0.778,128,0.282,129,0.104,132,0.098,133,1.038,138,1.071,140,1.038,141,0.727,155,0.958,159,0.691,160,1.359,181,1.458,187,1.347,195,0.631,196,1.573,197,1.049,198,0.759,199,0.839,200,0.839,201,0.818,202,1.971,203,2.473,204,1.727,205,2.59,206,3.363,207,0.74,208,1.102,209,1.102,210,2.237,211,1.171,212,1.261,213,1.129,214,4.094,215,1.129,216,3.324,217,3.797,218,3.179,219,4.343,220,4.343,221,3.797,222,3.296,223,4.343,224,4.216,225,4.094,226,3.647,227,4.137,228,2.929,229,3.803,230,4.137,231,4.63,232,3.647,233,4.137,234,4.137,235,4.094,236,1.971,237,5.567,238,4.63,239,4.63,240,3.56,241,3.444,242,4.094,243,3.444,244,2.203,245,2.335,246,2.796,247,3.162,248,4.137,249,3.083,250,3.086,251,2.645,252,4.63,253,4.137,254,4.094,255,1.781,256,2.376,257,4.094,258,3.363,259,4.094,260,3.963,261,3.56,262,3.56,263,2.645,264,3.803,265,4.137,266,5.025,267,2.336,268,1.839,269,1.87,270,4.941,271,3.083,272,3.324,273,3.324,274,3.324,275,2.645,276,2.593,277,1.583,278,2.645,279,3.324,280,1.306,281,2.645,282,2.645,283,2.366,284,3.324,285,2.366,286,4.294,287,4.094,288,3.803,289,2.519,290,2.645,291,3.324,292,2.645,293,2.645,294,3.324,295,2.645,296,2.645,297,3.324,298,2.645,299,2.645,300,2.645,301,2.891,302,2.029,303,1.213,304,1.261,305,3.162,306,3.194,307,2.593,308,2.262,309,2.645,310,3.324,311,2.645,312,3.324,313,2.645,314,2.645,315,2.645,316,0.705,317,1.848,318,1.971,319,1.746,320,2.125,321,0.74,322,1.971,323,2.125,324,1.848,325,1.971,326,1.513,327,1.396,328,0.884,329,1.396,330,1.396,331,1.848,332,2.125,333,2.125,334,2.125,335,2.125,336,3.324,337,2.125,338,1.971,339,2.125,340,2.125,341,1.658,342,2.125,343,2.125,344,1.452,345,2.125,346,2.125,347,2.125,348,1.581,349,2.125,350,0.759,351,2.125,352,2.125,353,2.891,354,2.125,355,2.125,356,2.125,357,2.125,358,2.125,359,2.125,360,3.324,361,4.63,362,5.761,363,2.125,364,2.125,365,5.567,366,2.125,367,1.971,368,2.125,369,5.163,370,1.345,371,2.125,372,3.371,373,2.125,374,2.264,375,3.324,376,3.963,377,1.848,378,2.125,379,1.629,380,3.324,381,1.513,382,1.78,383,3.324,384,2.125,385,1.971,386,3.324,387,1.072,388,2.103,389,1.513,390,1.658,391,2.125,392,0.722,393,1.658,394,0.908,395,1.75,396,2.853,397,2.183,398,2.183,399,2.94,400,1.844,401,1.513,402,2.366,403,1.072,404,1.075,405,1.961,406,2.689,407,2.645,408,2.103,409,1.846,410,1.28,411,2.645,412,2.611,413,2.73,414,2.964,415,3.083,416,2.645,417,2.892,418,5.095,419,2.891,420,1.049,421,2.366,422,2.332,423,0.984,424,2.193,425,2.183,426,1.049,427,2.891,428,1.837,429,1.746,430,2.27,431,2.193,432,1.298,433,1.78,434,1.837,435,3.083,436,2.125,437,2.125,438,1.138,439,2.27,440,2.645,441,1.174,442,1.041,443,2.593,444,1.848,445,2.415,446,3.041,447,0.885,448,2.499,449,4.137,450,0.885,451,1.848,452,2.645,453,2.645,454,1.535,455,3.363,456,1.658,457,2.029,458,2.645,459,2.645,460,2.645,461,1.396,462,2.125,463,1.041,464,1.848,465,1.254,466,1.254,467,2.645,468,1.658,469,1.848,470,1.746,471,0.409,472,1.049,473,0.839,474,1.828,475,0.839,476,0.839,477,0.759,478,0.839,479,0.74,480,1.617,481,0.759,482,0.839,483,1.129,484,1.617,485,0.759,486,0.798,487,0.839,488,0.759,489,0.839,490,0.759,491,0.722,492,0.839,493,0.759,494,0.839,495,0.759,496,0.759,497,0.839,498,0.759,499,0.818,500,0.778,501,0.839,502,0.759,503,1.313,504,0.74,505,0.759,506,0.759,507,0.839,508,0.759,509,1.617,510,0.759,511,1.217,512,1.313,513,0.74,514,0.759,515,0.74,516,0.639,517,0.839,518,0.74,519,0.722,520,0.759,521,0.839,522,0.759,523,0.839,524,0.778,525,0.839,526,0.759,527,1.075,528,0.759,529,1.187,530,0.759,531,0.839,532,0.759,533,1.102,534,0.839,535,0.759,536,0.839,537,0.839]],["title/modules/AppModule.html",[538,0.627,539,3.272]],["body/modules/AppModule.html",[3,0.109,4,0.133,5,0.097,6,0.109,25,1.373,37,3.882,38,1.277,43,0.01,55,1.077,56,1.049,75,0.007,80,0.007,99,0.358,104,0.261,129,0.133,132,0.195,138,0.905,160,0.838,196,2.287,203,3.158,204,2.206,211,0.695,224,2.899,286,3.937,318,3.937,319,3.487,321,1.478,325,3.937,392,1.442,420,1.34,471,0.817,477,2.403,538,0.754,539,6.825,540,1.478,541,1.515,542,2.319,543,1.593,544,1.947,545,1.634,546,4.657,547,4.657,548,4.657,549,5.854,550,5.854,551,5.854,552,5.854,553,5.854,554,5.854,555,5.854,556,2.099,557,1.515,558,5.283,559,2.154,560,7.499,561,5.283,562,6.787,563,2.047,564,5.283,565,4.657,566,6.787,567,3.487,568,2.346,569,2.834,570,2.08,571,6.787,572,5.983,573,4.479,574,3.311,575,5.454,576,4.245,577,6.787,578,3.487,579,5.283,580,5.283,581,5.283,582,5.058,583,5.283,584,5.283,585,5.283,586,3.937,587,6.787,588,5.283,589,4.479,590,4.657,591,5.283,592,3.937,593,5.283,594,5.058,595,5.454,596,3.691,597,5.283,598,2.141,599,6.787,600,5.283,601,4.657,602,5.283,603,3.691]],["title/interfaces/AppOptions.html",[128,0.299,331,3.068]],["body/interfaces/AppOptions.html",[3,0.086,4,0.105,5,0.076,6,0.067,16,2.283,18,0.408,19,0.622,20,1.545,22,1.395,23,1.554,35,0.771,37,3.531,43,0.01,45,0.658,46,1.402,56,1.21,69,1.194,75,0.006,80,0.006,85,0.752,88,2.283,91,2.043,99,0.327,104,0.206,111,2.048,112,1.228,128,0.395,129,0.146,132,0.154,133,1.358,138,1.296,140,1.045,141,0.733,155,1.512,159,0.968,160,1.361,181,1.471,194,1.085,195,0.672,196,1.14,202,3.112,203,2.496,204,1.743,205,2.948,206,3.827,208,1.112,209,1.112,210,1.059,211,0.877,212,1.034,213,1.14,214,3.355,215,1.14,216,3.355,217,3.112,218,3.845,219,4.907,220,4.907,221,3.112,222,3.317,223,4.176,224,4.62,225,3.355,228,2.123,229,2.756,231,3.355,235,3.355,237,5.354,238,4.66,239,4.66,240,2.917,241,3.467,242,3.355,243,3.467,244,2.537,245,2.35,246,2.291,247,3.183,250,2.867,252,3.355,254,3.355,255,1.61,256,2.061,257,3.355,258,2.756,259,3.355,260,3.467,261,2.917,262,2.917,264,2.756,266,4.66,267,1.914,268,1.959,269,1.69,270,4.322,271,3.112,272,3.355,273,3.355,274,3.355,276,2.617,277,1.598,279,3.355,280,1.58,283,2.388,284,3.355,285,2.388,286,4.965,287,4.66,288,4.397,289,2.616,291,3.355,294,3.355,297,3.355,301,2.917,302,2.048,303,0.81,304,1.034,305,2.291,306,3.635,307,2.617,308,1.854,310,3.355,312,3.355,316,1.112,317,2.917,318,3.112,319,2.756,320,3.355,321,1.168,322,3.112,323,3.355,324,2.917,325,3.112,326,2.388,327,2.203,328,1.395,329,2.203,330,2.203,331,4.052,332,3.355,333,3.355,334,3.355,335,3.355,336,4.66,337,3.355,338,3.112,339,3.355,340,3.355,341,2.617,342,3.355,343,3.355,344,2.291,345,3.355,346,3.355,347,3.355,348,2.496,349,3.355,350,1.198,351,3.355,352,3.355,353,2.917,354,3.355,355,3.355,356,3.355,357,3.355,358,3.355,359,3.355,360,4.66,361,5.784,362,6.578,363,3.355,364,3.355,365,6.452,366,3.355,367,3.112,368,3.355,369,5.984,370,2.123,371,3.355,372,3.98,373,3.355,374,2.099,375,4.66,376,4.593,377,2.917,378,3.355,379,2.283,380,4.66,381,2.388,382,2.496,383,4.66,384,3.355,385,3.112,386,4.66,387,1.692,388,2.123,389,2.388,390,2.617,391,3.355,392,1.14,393,2.617]],["title/components/AppWebComponent.html",[195,0.443,477,1.259]],["body/components/AppWebComponent.html",[3,0.081,4,0.099,5,0.102,6,0.141,12,1.377,16,2.19,18,0.384,19,0.597,35,1.027,38,2.107,42,0.95,43,0.01,44,0.975,45,0.813,46,0.674,56,0.86,69,1.229,75,0.006,80,0.006,82,3.886,86,0.763,99,0.311,104,0.194,112,1.157,129,0.193,132,0.145,133,1.133,138,0.674,141,0.691,195,0.651,196,1.074,197,1.637,198,1.595,200,1.248,201,1.217,207,1.101,208,1.482,209,1.482,210,2.305,211,1.2,212,1.597,218,3.565,219,4.044,220,4.044,224,3.541,244,1.386,245,2.842,246,3.849,247,3.849,255,0.95,268,2.551,269,1.411,280,1.684,303,1.252,304,0.974,316,1.048,321,1.101,324,2.748,328,2.639,350,1.128,404,1.022,409,1.719,423,3.052,447,0.842,450,0.842,454,1.048,463,1.549,471,0.608,472,1.411,473,1.248,474,2.225,475,1.248,476,1.248,477,2.012,478,1.248,479,1.101,480,2.047,481,1.128,482,1.248,483,1.518,484,2.047,485,1.128,486,1.186,487,1.248,488,1.128,489,1.248,490,1.128,491,1.074,492,1.248,493,1.128,494,1.248,495,1.128,496,1.128,497,1.248,498,1.128,499,1.217,500,1.157,501,1.248,502,1.128,503,1.765,504,1.101,505,1.128,506,1.128,507,1.248,508,1.128,509,2.047,510,1.128,511,1.636,512,1.765,513,1.101,514,1.128,515,1.101,516,0.95,517,1.248,518,1.101,519,1.074,520,1.128,521,1.248,522,1.128,523,1.248,524,1.157,525,1.248,526,1.128,527,1.446,528,1.128,529,1.595,530,1.128,531,1.248,532,1.128,533,1.482,534,1.248,535,1.128,536,1.248,537,1.248,578,5.782,604,6.529,605,2.931,606,6.451,607,5.561,608,3.857,609,2.254,610,3.857,611,4.396,612,5.226,613,5.635,614,4.396,615,3.114,616,5.635,617,5.226,618,3.933,619,5.561,620,5.561,621,3.933,622,4.508,623,3.933,624,4.258,625,3.933,626,5.687,627,3.933,628,3.933,629,3.933,630,3.933,631,3.933,632,3.933,633,5.184,634,3.933,635,3.933,636,3.933,637,3.933,638,3.933,639,1.93,640,2,641,5.561,642,3.933,643,2,644,2,645,4.903,646,2.394,647,3.467,648,2.931,649,3.933,650,3.161,651,3.933,652,3.933,653,3.933,654,3.933,655,3.933,656,3.933,657,3.933,658,6.451,659,5.561,660,3.161,661,6.451,662,3.933]],["title/interfaces/BlockSize.html",[128,0.299,663,2.41]],["body/interfaces/BlockSize.html",[3,0.109,4,0.133,5,0.097,6,0.085,11,0.699,18,0.519,19,0.731,40,1.031,41,1.057,43,0.01,44,0.947,45,0.688,47,1.031,56,1.053,69,0.719,71,2.269,75,0.007,80,0.007,86,1.031,99,0.268,104,0.263,128,0.512,129,0.171,131,2.287,132,0.252,138,1.167,140,1.227,159,1.256,160,1.193,181,1.873,194,1.382,195,0.8,208,1.416,209,1.416,210,1.348,211,0.896,213,1.451,215,1.451,255,2.192,268,2.541,269,1.348,316,1.416,374,2.969,379,3.229,382,3.529,399,2.607,404,2.246,410,2.107,472,1.348,479,1.487,598,2.154,663,4.353,664,3.714,665,3.508,666,3.177,667,5.475,668,3.464,669,4.496,670,4.537,671,6.006,672,2.761,673,1.563,674,2.761,675,2.761,676,2.092,677,2.034,678,2.607,679,3.961,680,5.604,681,4.742,682,3.961,683,3.508,684,3.508,685,1.563,686,1.73,687,3.414,688,3.961,689,3.508,690,4.685,691,2.761,692,2.219,693,4.271,694,3.177,695,3.891,696,3.714,697,3.508,698,4.685,699,3.714,700,3.508,701,3.331,702,6.629,703,3.961,704,4.685,705,6.006,706,4.685,707,6.006,708,3.961,709,4.685,710,4.685]],["title/components/BlockSizeInputComponent.html",[195,0.443,479,1.229]],["body/components/BlockSizeInputComponent.html",[3,0.073,4,0.089,5,0.094,6,0.126,11,0.8,12,1.277,18,0.346,19,0.554,25,1.341,35,0.654,38,1.849,40,1.001,41,1.026,42,1.246,43,0.01,44,1.129,45,0.678,46,0.884,47,1.001,52,1.095,55,1.051,56,1.033,69,0.904,71,1.581,75,0.005,76,2.365,80,0.005,85,1.096,86,1.378,99,0.203,104,0.175,128,0.351,129,0.13,131,1.524,132,0.274,138,0.884,140,1.096,141,0.622,159,1.016,160,1.127,181,1.818,187,1.679,195,0.772,196,0.967,197,1.308,198,1.016,199,1.124,200,1.124,201,1.095,207,0.991,208,1.374,209,1.374,210,2.287,211,1.193,212,0.877,213,1.408,215,1.408,218,1.801,255,2.159,268,2.54,269,1.695,285,2.026,303,1.18,304,0.877,316,0.943,374,2.42,379,2.631,382,2.876,387,2.091,388,3.093,389,2.951,394,1.215,395,1.87,396,3.057,397,1.869,398,1.869,399,2.718,403,1.435,404,2.347,405,1.679,408,1.801,409,1.621,410,2.197,412,1.479,417,1.479,424,3.057,426,1.802,430,1.944,431,2.22,433,1.524,434,1.573,438,1.524,441,2.29,442,1.394,445,1.679,446,1.869,447,0.758,448,1.737,450,1.104,451,2.475,454,0.943,457,1.737,465,1.679,466,1.679,471,0.547,472,1.802,473,1.124,474,2.121,475,1.124,476,1.124,477,1.016,478,1.124,479,1.87,480,1.93,481,1.016,482,1.124,483,1.408,484,1.93,485,1.016,486,1.068,487,1.124,488,1.016,489,1.124,490,1.016,491,0.967,492,1.124,493,1.016,494,1.124,495,1.016,496,1.016,497,1.124,498,1.016,499,1.095,500,1.042,501,1.124,502,1.016,503,1.637,504,0.991,505,1.016,506,1.016,507,1.124,508,1.016,509,1.93,510,1.016,511,1.517,512,1.637,513,0.991,514,1.016,515,0.991,516,0.856,517,1.124,518,0.991,519,0.967,520,1.016,521,1.124,522,1.016,523,1.124,524,1.042,525,1.124,526,1.016,527,1.341,528,1.016,529,1.48,530,1.016,531,1.124,532,1.016,533,1.374,534,1.124,535,1.016,536,1.124,537,1.124,568,2.967,598,1.435,609,2.466,663,4.069,664,5.48,665,5.176,666,2.117,667,2.846,668,1.801,669,4.246,670,4.378,671,5.363,672,2.466,673,1.042,674,2.091,675,2.709,676,1.394,677,1.355,678,2.328,679,2.639,680,4.981,681,4.246,682,3.844,683,3.404,684,4.015,685,1.517,686,1.981,687,3.375,688,3.844,689,3.404,690,5.363,691,2.466,692,2.153,693,4.453,694,3.084,695,3.637,696,3.604,697,3.404,698,4.547,699,2.475,700,2.337,701,2.22,702,5.363,703,2.639,704,3.122,705,4.547,706,3.122,707,4.547,708,3.844,709,5.892,710,3.122,711,5.158,712,2.445,713,1.77,714,1.869,715,4.547,716,3.122,717,5.158,718,3.542,719,3.542,720,4.145,721,4.015,722,3.122,723,2.475,724,3.122,725,3.122,726,2.337,727,2.026,728,1.801,729,2.337,730,2.22,731,2.475,732,1.944,733,2.337,734,2.117,735,3.122,736,1.248,737,2.117,738,3.542,739,2.846,740,2.639,741,2.475,742,4.547,743,2.846,744,2.22,745,2.639,746,3.122,747,3.122,748,2.337,749,2.337]],["title/modules/BlockSizeInputModule.html",[538,0.627,750,3.068]],["body/modules/BlockSizeInputModule.html",[3,0.13,4,0.159,5,0.116,6,0.102,43,0.01,75,0.008,80,0.008,99,0.352,104,0.312,129,0.159,132,0.234,255,1.528,404,2.114,420,1.604,471,0.977,479,2.549,538,0.903,540,1.769,541,1.814,542,2.515,543,1.907,544,1.814,545,2.515,556,2.347,557,1.814,559,2.006,563,2.289,567,4.173,568,2.808,569,3.168,570,2.489,664,4.418,665,4.173,750,6.188,751,5.574,752,5.574,753,5.574,754,5.081,755,2.674,756,2.113,757,5.009,758,4.173,759,5.303,760,4.418,761,4.005,762,3.337,763,5.303,764,5.081]],["title/modules/ConfigModule.html",[538,0.627,765,3.068]],["body/modules/ConfigModule.html",[3,0.141,4,0.172,5,0.125,6,0.11,43,0.01,75,0.008,80,0.008,99,0.331,104,0.339,129,0.172,132,0.253,211,0.902,321,1.918,540,1.918,544,1.966,563,2.401,594,5.109,765,5.562,766,6.855,767,4.989,768,5.562,769,6.396,770,3.485,771,6.855,772,6.855]],["title/components/ContainerComponent.html",[195,0.443,481,1.259]],["body/components/ContainerComponent.html",[3,0.068,4,0.084,5,0.09,6,0.136,11,0.772,12,1.219,18,0.481,19,0.529,20,2.339,25,1.28,32,2.599,35,0.614,38,2.025,40,0.956,41,0.98,42,1.19,43,0.01,44,0.962,45,0.732,46,0.844,47,0.956,48,1.485,52,2.006,55,1.529,56,1.002,61,2.324,69,0.45,71,1.28,75,0.005,80,0.005,85,1.057,86,1.138,90,1.604,99,0.286,104,0.164,112,0.978,114,1.204,129,0.084,132,0.268,133,1.322,138,1.111,140,1.057,141,0.584,159,1.083,160,0.931,187,1.91,195,0.819,196,0.908,197,1.839,198,0.954,199,1.055,200,1.055,201,1.029,204,2.056,205,2.982,207,0.931,208,1.312,209,1.312,210,2.275,211,1.187,212,0.823,213,1.345,215,1.345,223,4.703,228,3.297,246,3.559,247,3.559,250,3.12,255,1.19,256,2.141,267,2.973,269,1.249,276,3.087,277,2.481,280,1.354,303,1.138,304,0.823,306,3.677,307,3.087,308,3.75,316,0.886,348,1.988,374,1.204,390,3.677,392,2.048,393,2.085,394,1.141,395,0.931,401,2.817,402,1.902,404,0.865,409,2.265,412,3.526,413,2.195,426,0.844,447,0.712,450,0.712,454,0.886,463,1.939,471,0.514,472,1.756,473,1.055,474,2.058,475,1.055,476,1.055,477,0.954,478,1.055,479,0.931,480,1.861,481,1.86,482,1.055,483,1.89,484,1.861,485,0.954,486,1.003,487,1.055,488,1.86,489,1.055,490,0.954,491,0.908,492,1.055,493,0.954,494,1.055,495,0.954,496,0.954,497,1.055,498,0.954,499,1.029,500,0.978,501,1.055,502,0.954,503,1.563,504,0.931,505,0.954,506,0.954,507,1.055,508,0.954,509,1.861,510,0.954,511,1.449,512,1.563,513,0.931,514,0.954,515,0.931,516,0.804,517,1.055,518,0.931,519,0.908,520,0.954,521,1.055,522,0.954,523,1.055,524,0.978,525,1.055,526,0.954,527,1.28,528,0.954,529,1.413,530,0.954,531,1.055,532,0.954,533,1.312,534,1.055,535,0.954,536,1.055,537,1.055,544,1.413,668,1.691,673,0.978,685,1.449,713,1.69,773,2.672,774,2.703,775,4.713,776,4.342,777,4.925,778,3.421,779,5.866,780,4.925,781,3.174,782,5.866,783,5.866,784,4.786,785,3.958,786,5.211,787,6.485,788,5.866,789,3.958,790,4.925,791,2.599,792,3.396,793,3.442,794,4.925,795,4.925,796,3.229,797,3.326,798,4.342,799,4.925,800,3.087,801,3.671,802,3.671,803,3.326,804,2.335,805,4.925,806,4.925,807,3.326,808,3.326,809,4.925,810,4.925,811,2.877,812,3.326,813,3.251,814,7.503,815,4.925,816,6.485,817,3.326,818,4.531,819,4.342,820,6.485,821,4.925,822,3.326,823,3.958,824,4.342,825,4.925,826,3.326,827,3.326,828,3.326,829,4.342,830,3.326,831,3.326,832,1.312,833,3.326,834,3.326,835,2.932,836,2.672,837,2.479,838,2.195,839,2.479,840,2.932,841,3.671,842,3.326,843,2.932,844,3.326,845,2.932,846,3.871,847,3.871,848,2.932,849,2.932,850,3.326,851,3.326,852,3.326,853,3.326,854,2.195,855,2.672,856,2.932,857,2.479,858,3.326,859,3.326,860,4.342,861,2.085,862,2.817,863,4.342,864,3.326,865,3.326,866,3.326,867,1.833,868,3.326,869,3.326,870,4.925,871,4.925,872,3.326,873,3.326,874,3.326,875,3.326,876,3.326,877,3.326,878,3.326,879,2.479,880,3.326,881,3.326]],["title/components/ContentComponent.html",[195,0.443,483,1.199]],["body/components/ContentComponent.html",[3,0.058,4,0.071,5,0.08,6,0.134,11,0.699,12,1.078,15,2.356,18,0.519,19,0.467,20,1.717,22,2.154,23,2.534,24,3.939,25,1.131,35,0.804,38,1.998,40,0.845,41,0.866,42,1.283,43,0.01,44,1.045,45,0.734,46,0.91,52,0.874,55,1.314,56,1.053,69,0.382,71,1.131,75,0.005,77,1.688,80,0.005,85,1.354,86,1.459,88,2.35,91,2.103,92,3.414,99,0.296,104,0.14,113,1.215,114,1.022,129,0.071,132,0.252,138,0.91,140,0.509,141,0.933,159,1.077,160,1.331,187,0.92,195,0.788,196,0.771,197,1.104,198,0.81,199,0.896,200,0.896,201,0.874,204,1.817,205,2.7,206,3.505,207,0.79,208,1.16,209,1.16,210,2.242,211,1.179,212,1.315,213,1.188,215,1.188,217,3.958,228,2.7,229,3.939,236,2.105,243,3.568,246,3.275,247,3.275,250,1.215,255,1.283,256,2.512,261,1.973,267,1.996,268,1.28,269,1.635,277,1.666,280,1.109,285,1.615,289,2.276,302,1.385,303,1.516,304,0.699,316,0.752,319,1.864,326,1.615,327,1.49,369,4.804,370,1.436,372,3.034,374,2.871,376,3.414,379,3.022,382,3.304,385,2.105,392,0.771,394,0.969,395,1.906,396,2.774,399,2.467,400,1.576,401,1.615,402,2.49,403,1.145,404,1.131,405,1.339,406,2.297,409,1.415,410,2.195,412,3.502,414,2.517,417,1.817,424,1.873,425,1.49,426,1.104,430,2.915,431,2.286,432,1.385,433,1.215,434,1.254,435,2.105,441,1.254,442,1.112,443,1.77,444,1.973,446,1.49,447,1.277,450,1.137,454,0.752,455,1.864,457,3.481,461,1.49,465,1.339,466,1.339,471,0.437,472,1.635,473,0.896,474,1.894,475,0.896,476,0.896,477,0.81,478,0.896,479,0.79,480,1.685,481,0.81,482,0.896,483,1.76,484,1.685,485,0.81,486,0.852,487,0.896,488,0.81,489,0.896,490,0.81,491,0.771,492,0.896,493,0.81,494,0.896,495,0.81,496,0.81,497,0.896,498,0.81,499,0.874,500,0.831,501,0.896,502,0.81,503,1.381,504,0.79,505,0.81,506,0.81,507,0.896,508,0.81,509,1.685,510,0.81,511,1.28,512,1.381,513,0.79,514,0.81,515,0.79,516,0.682,517,0.896,518,0.79,519,0.771,520,0.81,521,0.896,522,0.81,523,0.896,524,0.831,525,0.896,526,0.81,527,1.131,528,0.81,529,1.249,530,0.81,531,0.896,532,0.81,533,1.16,534,0.896,535,0.81,536,0.896,537,0.896,557,1.249,609,1.764,615,2.358,639,2.605,640,3.034,643,1.436,644,1.436,673,0.831,681,1.688,685,1.28,686,1.729,713,1.493,721,2.873,726,2.873,730,1.77,731,1.973,734,1.688,736,2.4,737,1.688,774,2.915,793,3.041,800,2.728,804,2.517,818,1.973,832,1.59,882,2.49,883,4.268,884,3.837,885,5.311,886,5.311,887,5.968,888,5.968,889,6.81,890,5.311,891,4.353,892,5.311,893,4.353,894,2.928,895,5.968,896,4.353,897,4.353,898,2.824,899,4.353,900,2.824,901,5.311,902,2.824,903,2.824,904,2.824,905,6.446,906,2.824,907,2.824,908,1.77,909,2.824,910,2.824,911,2.135,912,2.105,913,2.824,914,2.824,915,3.741,916,3.277,917,1.55,918,4.353,919,4.353,920,4.353,921,4.353,922,6.81,923,4.684,924,4.353,925,4.353,926,4.353,927,4.353,928,4.353,929,4.353,930,2.824,931,2.824,932,3.498,933,4.353,934,6.446,935,3.837,936,3.837,937,4.353,938,4.353,939,2.824,940,2.824,941,5.311,942,3.837,943,4.353,944,4.353,945,4.353,946,4.353,947,4.353,948,4.353,949,2.824,950,5.311,951,2.728,952,2.824,953,2.873,954,4.353,955,2.49,956,2.269,957,2.824,958,2.105,959,2.824,960,2.824,961,2.824,962,3.498,963,3.041,964,1.864,965,2.105,966,1.864,967,1.864,968,1.864,969,2.269,970,1.864,971,4.353,972,5.968,973,5.968,974,2.873,975,1.688,976,2.873,977,4.353,978,4.353,979,4.353,980,4.353,981,3.034,982,2.873,983,3.041,984,3.505,985,2.269,986,2.824,987,2.824,988,2.824,989,2.824,990,2.105,991,2.824,992,2.49,993,1.933,994,2.824,995,3.244,996,2.824,997,2.824,998,2.824,999,1.688,1000,2.824,1001,2.49,1002,1.973,1003,2.824]],["title/components/ContentComponent-1.html",[187,1.192,195,0.369,483,1]],["body/components/ContentComponent-1.html",[3,0.063,4,0.077,5,0.085,6,0.137,11,0.822,12,1.152,15,1.691,18,0.455,19,0.5,20,2.22,25,1.21,35,0.57,38,2.043,40,0.903,41,0.926,42,1.355,43,0.01,44,0.98,45,0.74,46,0.96,47,0.903,48,1.404,52,2.074,55,1.366,56,1.09,69,0.417,71,2.042,75,0.005,80,0.005,85,1.474,86,1.57,90,1.516,99,0.264,104,0.152,112,0.907,129,0.077,132,0.26,133,1.273,138,1.253,140,0.838,141,0.542,159,1.222,160,0.89,164,2.783,187,1.516,195,0.777,196,0.842,197,1.181,198,1.335,199,0.979,200,0.979,201,0.954,204,1.943,205,2.851,207,0.863,208,1.24,209,1.24,210,2.26,211,1.18,212,0.764,213,1.271,223,4.587,228,3.175,246,3.428,247,3.428,250,3.034,255,0.745,256,1.932,267,2.864,269,1.181,276,2.918,277,1.781,280,1.528,289,2.445,303,1.088,304,0.764,306,3.515,307,2.918,316,0.822,348,1.844,353,2.155,370,1.568,372,2.851,374,1.116,390,3.515,392,1.998,393,1.933,394,1.058,395,0.863,396,2.003,397,1.627,398,1.627,399,1.18,400,1.116,401,1.764,404,2.004,409,2.318,410,2.385,412,3.552,417,1.943,419,2.155,420,0.782,426,1.856,431,2.003,432,1.513,447,1.566,450,1.566,454,0.822,462,2.478,463,1.214,464,2.155,471,0.477,472,1.701,473,0.979,474,1.982,475,0.979,476,0.979,477,0.885,478,0.979,479,0.863,480,1.779,481,0.885,482,0.979,483,1.83,484,1.779,485,0.885,486,0.93,487,0.979,488,1.923,489,0.979,490,0.885,491,0.842,492,0.979,493,0.885,494,0.979,495,0.885,496,0.885,497,0.979,498,0.885,499,0.954,500,0.907,501,0.979,502,0.885,503,1.477,504,0.863,505,0.885,506,0.885,507,0.979,508,0.885,509,1.779,510,0.885,511,1.369,512,1.477,513,0.863,514,0.885,515,0.863,516,0.745,517,0.979,518,0.863,519,0.842,520,0.885,521,0.979,522,0.885,523,0.979,524,0.907,525,0.979,526,0.885,527,1.21,528,0.885,529,1.335,530,0.885,531,0.979,532,0.885,533,1.24,534,0.979,535,0.885,536,0.979,537,0.979,608,1.844,673,0.907,685,1.369,692,2.608,713,1.597,736,3.055,737,1.844,778,3.13,784,4.008,785,3.74,789,3.74,791,2.457,792,3.064,793,3.253,796,3.034,800,2.918,801,3.469,802,3.469,824,4.104,832,2.007,837,2.298,846,4.83,847,4.652,857,2.298,861,1.933,862,1.764,883,4.505,993,2.067,1004,2.719,1005,4.655,1006,7.036,1007,5.607,1008,6.704,1009,5.607,1010,5.607,1011,6.246,1012,4.655,1013,4.655,1014,4.655,1015,6.246,1016,6.246,1017,6.246,1018,4.655,1019,3.072,1020,4.655,1021,5.607,1022,4.655,1023,4.655,1024,5.607,1025,4.655,1026,4.655,1027,3.74,1028,3.084,1029,3.74,1030,3.74,1031,3.084,1032,3.084,1033,2.918,1034,3.74,1035,4.655,1036,4.772,1037,3.084,1038,4.655,1039,3.084,1040,3.253,1041,2.003,1042,4.655,1043,6.246,1044,2.298,1045,4.179,1046,2.478,1047,2.478,1048,3.084,1049,3.084,1050,3.084,1051,3.084,1052,3.084,1053,3.084,1054,3.084,1055,2.478,1056,4.655,1057,3.084,1058,4.655,1059,3.084,1060,1.692,1061,2.035,1062,3.084,1063,3.084,1064,3.084,1065,5.607,1066,3.084,1067,3.084,1068,4.655,1069,3.084,1070,3.084,1071,4.655,1072,3.084,1073,3.084,1074,3.084,1075,3.084,1076,2.719]],["title/interfaces/ContentContainerChanged.html",[128,0.299,1077,2.752]],["body/interfaces/ContentContainerChanged.html",[3,0.11,4,0.134,5,0.098,6,0.086,11,0.703,15,1.613,18,0.522,19,0.734,43,0.01,45,0.838,47,1.327,48,1.613,71,1.778,75,0.007,80,0.007,90,2.455,99,0.211,121,2.167,122,2.167,123,2.105,124,1.99,125,2.105,128,0.541,129,0.223,132,0.198,138,0.916,140,1.232,181,2.801,194,1.39,195,0.828,197,1.735,280,1.428,308,3.037,409,2.386,410,2.116,412,3.648,421,3.912,428,2.374,527,1.39,608,3.196,646,3.246,687,2.301,736,2.41,778,3.349,781,2.452,784,4.089,791,2.822,792,3.355,796,3.854,811,3.355,832,1.822,861,3.352,862,3.912,867,1.99,1036,4.089,1040,3.736,1060,2.934,1077,4.727,1078,3.352,1079,4.807,1080,4.779,1081,4.779,1082,4.977,1083,3.736,1084,4.287,1085,3.736,1086,4.547,1087,4.287,1088,4.779,1089,3.985,1090,3.985,1091,4.287,1092,4.287,1093,3.352,1094,3.985,1095,3.736,1096,4.779,1097,3.736,1098,3.736,1099,4.139,1100,3.736,1101,3.736]],["title/modules/ContentModule.html",[538,0.627,549,3.068]],["body/modules/ContentModule.html",[3,0.126,4,0.154,5,0.112,6,0.099,43,0.01,75,0.008,80,0.008,99,0.352,104,0.303,129,0.154,132,0.227,211,0.98,304,1.845,321,2.085,420,1.556,454,1.634,471,0.948,483,2.478,529,1.759,538,0.876,540,1.716,541,1.759,542,2.482,543,1.85,544,1.759,545,2.482,549,6.316,556,2.305,557,1.759,559,2.364,563,2.247,569,3.111,570,2.415,755,2.625,756,2.05,759,5.206,760,4.285,836,4.928,1102,5.406,1103,5.406,1104,5.406,1105,5.406,1106,6.076,1107,6.076,1108,6.133,1109,7.45,1110,7.45,1111,4.285,1112,6.133,1113,4.048,1114,4.571,1115,6.133,1116,7.45]],["title/modules/CoreModule.html",[538,0.627,550,3.068]],["body/modules/CoreModule.html",[3,0.126,4,0.155,5,0.113,6,0.099,43,0.01,46,1.054,75,0.008,80,0.008,99,0.35,104,0.304,129,0.155,132,0.227,140,1.109,211,0.982,212,1.524,321,1.722,322,4.587,420,1.561,471,0.951,538,1.148,540,1.722,541,1.765,542,1.904,543,1.856,544,1.765,545,2.309,550,6.319,556,2.309,557,1.765,559,2.369,563,2.252,603,4.3,643,3.129,644,3.129,765,6.081,849,5.425,1117,5.425,1118,5.425,1119,6.081,1120,6.081,1121,6.154,1122,7.466,1123,6.154,1124,5.217,1125,7.466,1126,6.154,1127,6.154,1128,6.154,1129,6.154,1130,6.154,1131,6.154,1132,6.154,1133,6.154,1134,4.587,1135,8.037,1136,6.154,1137,4.945,1138,6.154]],["title/interfaces/DefaultIconDefinition.html",[128,0.299,1139,3.272]],["body/interfaces/DefaultIconDefinition.html",[3,0.079,4,0.096,5,0.07,6,0.062,11,0.505,18,0.375,19,0.586,43,0.01,44,1.282,45,0.634,46,1.373,69,1.143,75,0.006,80,0.006,90,1.249,128,0.261,129,0.137,138,0.657,141,1.338,194,0.997,203,5.497,303,0.744,341,5.787,438,3.719,447,1.568,450,1.568,472,1.989,615,3.079,668,2.778,774,2.106,993,1.704,1139,4.743,1140,2.681,1141,3.083,1142,3.083,1143,2.033,1144,3.083,1145,3.382,1146,4.072,1147,3.836,1148,3.836,1149,3.083,1150,3.836,1151,3.836,1152,2.859,1153,3.382,1154,6.877,1155,4.072,1156,5.572,1157,3.818,1158,2.532,1159,3.083,1160,2.681,1161,5.485,1162,3.382,1163,8.081,1164,3.382,1165,3.382,1166,3.382,1167,4.817,1168,3.382,1169,3.382,1170,3.382,1171,3.382,1172,3.382,1173,3.382,1174,6.113,1175,6.113,1176,6.461,1177,6.461,1178,2.859,1179,3.382,1180,4.382,1181,3.382,1182,3.382,1183,3.382,1184,4.072,1185,4.072,1186,4.817,1187,3.382,1188,3.382,1189,3.382,1190,3.382,1191,6.461,1192,3.382,1193,4.817,1194,2.859,1195,3.382,1196,3.382,1197,3.382,1198,3.382,1199,3.382,1200,3.382,1201,3.382,1202,3.382,1203,3.382,1204,3.382,1205,3.382,1206,6.113,1207,4.817,1208,3.382,1209,3.382,1210,3.382,1211,3.382,1212,4.817,1213,3.382,1214,3.382,1215,3.083,1216,3.382,1217,3.382,1218,3.382,1219,3.382,1220,3.382,1221,4.817,1222,4.39,1223,3.083,1224,3.382,1225,2.859,1226,3.382,1227,3.382,1228,3.382,1229,3.382,1230,3.382,1231,3.382,1232,3.382,1233,6.113,1234,3.382,1235,3.382,1236,6.113,1237,3.382,1238,3.382,1239,2.681,1240,3.382,1241,3.382,1242,5.61,1243,3.382,1244,4.817,1245,3.382,1246,3.382,1247,3.382,1248,3.382]],["title/components/DetailsLabelComponent.html",[195,0.443,485,1.259]],["body/components/DetailsLabelComponent.html",[3,0.093,4,0.114,5,0.112,6,0.125,11,0.807,12,1.518,18,0.442,19,0.658,25,1.594,38,1.8,42,1.094,43,0.01,44,1.14,45,0.681,46,0.776,52,1.401,55,1.25,69,1.19,75,0.006,80,0.006,85,1.252,86,1.349,99,0.178,104,0.224,129,0.114,132,0.296,133,0.923,141,0.796,155,2.905,159,0.756,160,1.103,195,0.785,196,1.236,197,1.555,198,1.299,199,1.437,200,1.437,201,1.401,207,1.267,208,1.633,209,1.633,210,2.327,211,1.212,212,1.121,213,1.674,215,1.674,255,1.481,268,1.803,269,1.555,303,1.349,304,1.121,316,1.206,394,1.554,395,1.945,399,1.733,404,1.177,406,3.236,409,1.852,438,2.639,442,2.414,447,0.969,450,0.969,454,1.206,463,2.414,471,0.7,472,1.975,473,1.437,474,2.364,475,1.437,476,1.437,477,1.299,478,1.437,479,1.267,480,2.206,481,1.299,482,1.437,483,1.674,484,2.206,485,2.137,486,2.688,487,1.437,488,1.299,489,1.437,490,1.299,491,1.236,492,1.437,493,1.299,494,1.437,495,1.299,496,1.299,497,1.437,498,1.299,499,1.401,500,1.332,501,1.437,502,1.299,503,1.945,504,1.267,505,1.299,506,1.299,507,1.437,508,1.299,509,2.206,510,1.299,511,1.803,512,1.945,513,1.267,514,1.299,515,1.267,516,1.094,517,1.437,518,1.267,519,1.236,520,1.299,521,1.437,522,1.299,523,1.437,524,1.332,525,1.437,526,1.299,527,1.594,528,1.299,529,1.759,530,1.299,531,1.437,532,1.299,533,1.633,534,1.437,535,1.299,536,1.437,537,1.437,609,2.485,673,1.332,685,1.803,686,2.263,713,2.104,1249,6.254,1250,6.254,1251,3.992,1252,5.405,1253,5.405,1254,4.892,1255,7.449,1256,6.131,1257,7.449,1258,6.131,1259,6.951,1260,6.131,1261,6.131,1262,4.529,1263,3.507,1264,6.131,1265,6.131,1266,4.529,1267,3.507,1268,6.131,1269,4.927,1270,7.449,1271,6.131,1272,6.131,1273,6.131,1274,4.529,1275,4.529,1276,6.131,1277,2.989]],["title/modules/DetailsLabelModule.html",[538,0.627,1278,3.272]],["body/modules/DetailsLabelModule.html",[3,0.136,4,0.166,5,0.121,6,0.106,43,0.01,75,0.008,80,0.008,99,0.326,104,0.327,129,0.166,132,0.244,420,1.676,471,1.021,485,2.627,486,1.993,538,0.943,540,1.849,541,1.895,542,2.563,543,1.993,544,1.895,545,2.563,556,2.41,557,1.895,559,2.097,563,2.349,755,2.745,756,2.208,1249,5.309,1250,5.309,1278,6.657,1279,5.825,1280,5.825,1281,5.825,1282,6.607,1283,6.607]],["title/interfaces/DocumentationContent.html",[128,0.299,1284,3.528]],["body/interfaces/DocumentationContent.html",[3,0.162,4,0.169,5,0.123,6,0.108,8,2.986,11,0.885,18,0.657,19,0.845,43,0.009,45,0.72,69,1.201,75,0.008,80,0.008,128,0.458,129,0.169,194,1.748,412,3.708,727,5.08,1284,6.325,1285,5.928,1286,6.725,1287,4.215,1288,4.699,1289,6.127,1290,5.403,1291,3.847,1292,5.866]],["title/interfaces/DrawerContainersChanged.html",[128,0.299,1084,2.752]],["body/interfaces/DrawerContainersChanged.html",[3,0.109,4,0.133,5,0.097,6,0.085,11,0.698,15,1.6,18,0.518,19,0.73,43,0.01,45,0.839,47,1.32,48,1.6,71,1.769,75,0.007,80,0.007,90,2.215,99,0.209,121,2.15,122,2.15,123,2.088,124,1.974,125,2.088,128,0.54,129,0.222,132,0.196,138,0.909,140,0.955,181,2.793,194,1.379,195,0.799,197,1.906,280,1.421,308,3.021,409,2.401,410,2.105,412,3.309,421,3.892,428,2.355,527,1.379,608,3.171,646,3.233,687,2.929,736,2.398,778,3.336,781,2.432,784,4.899,791,2.799,792,3.338,796,3.85,811,3.338,832,1.813,861,3.325,862,3.892,867,2.532,1036,4.068,1040,4.755,1060,2.911,1077,4.265,1078,3.325,1079,4.797,1080,4.755,1081,4.755,1082,4.959,1083,3.706,1084,4.709,1085,4.755,1086,4.534,1087,4.265,1088,4.755,1089,3.953,1090,3.953,1091,4.265,1092,4.265,1093,3.325,1094,3.953,1095,3.706,1096,4.755,1097,3.706,1098,3.706,1099,4.123,1100,3.706,1101,3.706]],["title/interfaces/DrawerInitialized.html",[128,0.299,1091,2.752]],["body/interfaces/DrawerInitialized.html",[3,0.111,4,0.135,5,0.099,6,0.087,11,0.708,15,1.624,18,0.526,19,0.737,43,0.01,45,0.839,47,1.333,48,1.624,71,1.786,75,0.007,80,0.007,90,2.237,99,0.212,121,2.182,122,2.182,123,2.12,124,2.004,125,2.12,128,0.543,129,0.223,132,0.199,138,0.922,140,0.97,181,2.666,194,1.4,195,0.763,197,1.743,280,1.435,308,3.051,409,2.397,410,2.125,412,3.328,421,3.93,428,2.391,527,1.4,608,3.219,646,3.257,687,2.318,736,2.421,778,3.36,781,2.469,784,4.107,791,2.842,792,3.37,796,3.858,811,3.37,832,1.83,861,3.375,862,3.93,867,2.004,1036,4.107,1040,3.763,1060,2.955,1077,4.307,1078,3.375,1079,4.816,1080,4.801,1081,4.801,1082,4.994,1083,3.763,1084,4.307,1085,3.763,1086,4.559,1087,4.307,1088,4.801,1089,5.12,1090,5.12,1091,4.743,1092,4.307,1093,3.375,1094,4.013,1095,3.763,1096,4.801,1097,3.763,1098,3.763,1099,4.153,1100,3.763,1101,3.763]],["title/modules/DrawerModule.html",[538,0.627,551,3.068]],["body/modules/DrawerModule.html",[3,0.123,4,0.151,5,0.11,6,0.096,43,0.01,75,0.008,80,0.008,99,0.351,104,0.296,129,0.151,132,0.221,420,1.521,471,0.927,481,2.596,483,2.391,488,2.596,526,2.596,527,1.558,538,0.856,540,1.677,541,1.719,542,2.457,543,1.808,544,2.108,545,2.457,551,6.382,556,2.273,557,1.719,559,1.902,563,2.216,569,3.067,570,2.36,572,6.477,573,4.849,574,3.757,575,5.904,576,4.817,594,4.467,595,4.817,836,4.817,837,4.467,1083,4.188,1293,5.284,1294,5.284,1295,5.284,1296,5.994,1297,4.605,1298,4.605,1299,5.994,1300,4.817,1301,5.284]],["title/interfaces/DrawerToggled.html",[128,0.299,1092,2.752]],["body/interfaces/DrawerToggled.html",[3,0.106,4,0.129,5,0.094,6,0.083,11,0.678,15,2.015,18,0.503,19,0.717,43,0.01,45,0.84,47,1.296,48,2.015,71,2.163,75,0.007,80,0.007,90,2.175,99,0.203,121,2.089,122,2.089,123,2.029,124,1.918,125,2.029,128,0.534,129,0.221,132,0.19,138,0.883,140,0.928,181,2.763,194,1.34,195,0.747,197,1.695,280,1.738,308,2.966,409,2.415,410,2.574,412,3.273,421,4.761,428,2.966,527,1.736,608,3.081,646,3.19,687,2.218,736,2.933,778,3.291,781,2.363,784,3.993,791,3.525,792,3.277,796,3.836,811,3.277,832,2.089,861,3.231,862,3.821,867,1.918,1036,4.975,1040,3.602,1060,2.829,1077,4.187,1078,3.231,1079,4.646,1080,4.668,1081,4.668,1082,4.892,1083,3.602,1084,4.187,1085,3.602,1086,4.485,1087,4.187,1088,4.668,1089,3.841,1090,3.841,1091,4.187,1092,4.646,1093,4.187,1094,4.978,1095,4.668,1096,4.668,1097,3.602,1098,3.602,1099,4.067,1100,3.602,1101,3.602]],["title/interfaces/ExtractionSet.html",[128,0.299,1302,2.41]],["body/interfaces/ExtractionSet.html",[3,0.132,4,0.161,5,0.118,6,0.103,11,0.845,18,0.627,19,0.822,43,0.01,44,1.222,45,0.749,46,1.312,69,1.189,75,0.008,80,0.008,99,0.253,128,0.437,129,0.161,141,1.544,194,1.67,423,3.332,491,2.445,533,1.711,694,4.58,911,3.758,1302,4.204,1303,5.662,1304,5.662,1305,6.257,1306,7.66,1307,4.474,1308,7.66,1309,3.525]],["title/components/ExtractionSetDropdownComponent.html",[195,0.443,490,1.259]],["body/components/ExtractionSetDropdownComponent.html",[3,0.079,4,0.096,5,0.1,6,0.131,11,0.836,12,1.349,18,0.373,19,0.585,25,1.417,35,0.706,38,1.934,40,1.058,41,1.084,42,1.317,43,0.01,44,1.113,45,0.716,46,0.934,47,1.058,52,1.182,55,1.294,56,0.842,69,0.517,75,0.006,76,1.753,80,0.006,85,0.982,86,1.42,99,0.25,104,0.189,129,0.096,132,0.281,133,0.779,140,0.689,141,1.622,159,0.91,160,1.161,187,1.245,195,0.738,196,1.044,197,1.383,198,1.097,199,1.213,200,1.213,201,1.182,207,1.07,208,1.452,209,1.452,210,2.301,211,1.199,212,0.946,213,1.488,215,1.488,255,0.924,256,1.182,268,1.603,269,1.383,280,1.138,303,1.232,304,0.946,316,1.018,387,2.209,388,2.771,389,2.187,392,1.488,394,1.312,399,2.085,404,0.994,409,1.692,410,1.686,414,1.812,415,4.733,424,1.645,426,0.97,429,2.523,447,0.818,450,0.818,454,1.018,456,2.396,461,2.017,465,3.01,466,3.01,468,2.396,469,2.671,470,4.192,471,0.591,472,1.857,473,1.213,474,2.197,475,1.213,476,1.213,477,1.097,478,1.213,479,1.07,480,2.015,481,1.097,482,1.213,483,1.488,484,2.015,485,1.097,486,1.153,487,1.213,488,1.097,489,1.213,490,1.986,491,2.482,492,1.213,493,1.097,494,1.213,495,1.097,496,1.097,497,1.213,498,1.097,499,1.182,500,1.124,501,1.213,502,1.097,503,1.729,504,1.07,505,1.097,506,1.097,507,1.213,508,1.097,509,2.015,510,1.097,511,1.603,512,1.729,513,1.07,514,1.097,515,1.07,516,0.924,517,1.213,518,1.07,519,1.044,520,1.097,521,1.213,522,1.097,523,1.213,524,1.124,525,1.213,526,1.097,527,1.417,528,1.097,529,1.563,530,1.097,531,1.213,532,1.097,533,1.452,534,1.213,535,1.097,536,1.213,537,1.213,568,2.42,598,1.549,609,2.209,672,2.574,673,1.124,674,2.209,675,2.806,676,1.505,677,1.463,678,2.43,685,1.603,686,2.068,691,2.574,712,2.583,713,1.87,714,2.017,744,3.416,745,2.849,804,3.712,832,1.452,1263,3.117,1289,2.671,1302,4.394,1310,6.546,1311,6.072,1312,3.37,1313,7.285,1314,4.379,1315,6.351,1316,5.45,1317,5.242,1318,5.45,1319,6.923,1320,6.351,1321,5.45,1322,3.823,1323,3.352,1324,3.823,1325,3.396,1326,2.583,1327,5.45,1328,5.45,1329,3.823,1330,3.823,1331,4.804,1332,4.838,1333,4.569,1334,3.416,1335,3.823,1336,3.823,1337,3.823,1338,3.823,1339,3.823,1340,3.823,1341,3.823,1342,5.45,1343,5.45,1344,5.45,1345,3.37,1346,3.823,1347,3.823,1348,3.072,1349,3.823,1350,3.823,1351,3.37,1352,3.37]],["title/modules/ExtractionSetDropdownModule.html",[538,0.627,1353,3.068]],["body/modules/ExtractionSetDropdownModule.html",[3,0.134,4,0.164,5,0.12,6,0.105,43,0.01,75,0.008,80,0.008,99,0.336,104,0.323,129,0.164,132,0.241,141,1.449,420,1.658,471,1.01,490,2.623,491,1.784,538,0.933,540,1.828,541,1.874,542,2.551,543,1.971,544,1.874,545,2.551,556,2.394,557,1.874,559,2.073,563,2.334,755,2.727,756,2.183,1310,5.25,1311,4.869,1353,6.228,1354,5.76,1355,5.76,1356,5.76,1357,6.534,1358,6.218,1359,5.25,1360,6.534]],["title/interfaces/GlobalConfig.html",[128,0.299,244,1.547]],["body/interfaces/GlobalConfig.html",[3,0.108,4,0.132,5,0.096,6,0.085,14,3.718,18,0.514,19,0.727,43,0.01,44,0.732,45,0.829,46,1.583,56,1.047,69,1.238,75,0.007,80,0.007,82,4.733,99,0.295,104,0.26,112,1.549,128,0.461,129,0.199,133,1.073,138,0.902,140,0.949,194,1.369,211,0.693,218,4.019,219,4.955,220,4.955,222,4.522,224,4.338,244,2.785,280,1.858,321,1.474,328,2.733,329,3.575,330,3.575,350,1.511,423,2.942,447,1.127,450,1.127,463,3.352,610,4.726,611,4.955,612,5.891,613,6.352,614,4.955,615,3.51,616,6.352,617,5.891,767,4.246,768,3.68,1041,2.267,1143,1.96,1178,3.925,1180,3.149,1184,3.925,1185,3.925,1225,3.925,1361,3.68,1362,4.942,1363,4.955,1364,5.443,1365,4.05,1366,3.68,1367,2.78,1368,2.891,1369,2.891,1370,4.643,1371,3.925,1372,2.415,1373,4.232,1374,4.643]],["title/components/HeaderComponent.html",[195,0.443,493,1.259]],["body/components/HeaderComponent.html",[3,0.09,4,0.11,5,0.11,6,0.128,11,0.788,12,1.483,18,0.427,19,0.643,23,3.026,35,0.808,38,1.858,40,1.162,41,1.191,42,1.057,43,0.01,44,1.13,45,0.703,46,0.749,52,1.353,69,1.04,75,0.006,76,2.746,80,0.006,85,1.079,86,1.162,91,2.588,99,0.236,104,0.216,129,0.11,132,0.293,141,0.769,159,0.731,160,1.083,187,1.425,195,0.776,196,1.195,197,1.519,198,1.255,199,1.388,200,1.388,201,1.353,207,1.224,208,1.595,209,1.595,210,2.322,211,1.209,212,1.083,213,1.635,215,1.635,218,4.319,219,4.28,220,4.28,255,1.057,268,2.008,269,1.519,277,1.674,303,1.325,304,1.083,316,1.166,327,2.309,350,1.718,394,1.501,395,2.055,396,3.31,399,2.943,400,2.168,403,2.768,404,1.999,406,2.309,408,2.224,409,1.819,410,2.271,417,1.827,424,2.939,426,1.863,431,3.16,433,1.883,434,1.943,438,1.883,441,3.261,442,2.891,443,3.754,445,2.839,446,3.161,447,0.936,450,0.936,454,1.166,457,2.938,471,0.676,472,1.951,473,1.388,474,2.33,475,1.388,476,1.388,477,1.255,478,1.388,479,1.224,480,2.167,481,1.255,482,1.388,483,1.635,484,2.167,485,1.255,486,1.32,487,1.388,488,1.255,489,1.388,490,1.255,491,1.195,492,1.388,493,2.106,494,1.388,495,1.255,496,1.255,497,1.388,498,1.255,499,1.353,500,1.287,501,1.388,502,1.255,503,1.9,504,1.224,505,1.255,506,1.255,507,1.388,508,1.255,509,2.167,510,1.255,511,1.761,512,1.9,513,1.224,514,1.255,515,1.224,516,1.057,517,1.388,518,1.224,519,1.195,520,1.255,521,1.388,522,1.255,523,1.388,524,1.287,525,1.388,526,1.255,527,1.557,528,1.255,529,1.718,530,1.255,531,1.388,532,1.255,533,1.595,534,1.388,535,1.255,536,1.388,537,1.388,609,2.427,673,1.287,685,1.761,686,2.223,713,2.055,728,2.224,732,2.401,734,2.616,736,1.542,744,2.743,747,3.857,748,2.888,749,2.888,843,3.857,984,2.888,1045,3.261,1085,3.057,1158,2.888,1269,3.516,1277,4.507,1290,3.516,1375,3.857,1376,6.828,1377,5.989,1378,3.516,1379,5.989,1380,4.375,1381,5.989,1382,4.375,1383,5.989,1384,4.812,1385,3.261,1386,3.516,1387,3.261,1388,3.58,1389,4.375,1390,3.857,1391,4.375,1392,4.375,1393,4.375,1394,3.057,1395,4.375,1396,4.375,1397,3.857,1398,3.516,1399,4.375,1400,3.057,1401,5.989]],["title/modules/HeaderModule.html",[538,0.627,552,3.068]],["body/modules/HeaderModule.html",[3,0.134,4,0.164,5,0.12,6,0.105,43,0.01,75,0.008,80,0.008,99,0.343,104,0.323,129,0.164,132,0.241,420,1.658,471,1.01,493,2.623,538,0.933,540,1.828,541,1.874,542,2.551,543,1.971,544,1.874,545,2.551,552,6.228,556,2.394,557,1.874,559,2.073,563,2.334,569,3.231,570,2.572,755,2.727,756,2.183,761,4.084,762,3.448,1402,5.76,1403,5.76,1404,5.76,1405,6.534,1406,6.534]],["title/interfaces/IconDefinition.html",[128,0.299,1407,3.272]],["body/interfaces/IconDefinition.html",[0,1.813,3,0.087,4,0.106,5,0.078,6,0.068,11,0.558,15,2.185,16,1.669,18,0.414,19,0.629,20,2.095,29,1.882,40,0.822,41,0.843,43,0.01,44,1.204,45,0.662,46,1.429,47,0.822,48,2.025,53,3.092,55,1.477,56,0.906,60,2.962,69,1.09,75,0.006,80,0.006,85,1.056,86,0.822,99,0.329,102,2.121,104,0.209,106,2.602,107,1.882,108,1.882,109,1.77,128,0.289,129,0.147,132,0.157,133,1.721,138,1.407,140,1.056,141,1.382,159,1.314,160,0.93,161,1.882,194,1.102,211,0.558,244,2.065,245,2.375,249,3.159,280,1.224,289,2.628,303,1.406,321,1.186,341,5.346,387,2.375,392,1.834,438,3.891,472,2.164,570,1.669,573,2.798,574,2.657,610,3.503,615,3.648,646,2.89,648,3.159,650,3.406,668,2.979,867,2.181,908,4.767,917,3.216,981,3.414,1134,3.159,1137,3.406,1140,2.962,1143,2.181,1144,6.602,1154,6.41,1155,5.668,1156,5.822,1157,4.094,1158,5.191,1160,4.094,1254,2.425,1394,2.962,1407,5.862,1408,3.159,1409,3.406,1410,4.709,1411,6.387,1412,6.387,1413,5.92,1414,5.166,1415,5.166,1416,2.155,1417,3.737,1418,3.737,1419,2.798,1420,6.934,1421,5.166,1422,3.737,1423,3.737,1424,3.673,1425,3.737,1426,3.737,1427,3.737,1428,3.737,1429,3.737,1430,5.166,1431,3.737,1432,3.737,1433,3.737,1434,3.737,1435,3.737,1436,3.737,1437,3.737,1438,3.737,1439,3.737,1440,3.737,1441,3.737,1442,3.737,1443,3.406,1444,5.166,1445,3.737,1446,3.737,1447,3.737,1448,3.737,1449,3.737,1450,5.166,1451,3.737,1452,3.737,1453,3.406,1454,3.737,1455,3.737,1456,3.737,1457,5.92,1458,3.737,1459,3.737,1460,3.737,1461,4.709,1462,3.737,1463,3.737,1464,3.737,1465,3.737,1466,3.737,1467,3.737,1468,3.737,1469,3.737,1470,3.159,1471,3.737,1472,3.737]],["title/injectables/IconRegistryState.html",[0,1.358,1419,2.898]],["body/injectables/IconRegistryState.html",[0,1.695,2,2.304,3,0.079,4,0.097,5,0.071,6,0.126,11,0.914,15,2.301,16,2.158,18,0.376,20,2.253,25,1.425,29,3.085,35,0.712,38,1.843,40,1.064,41,1.09,42,1.774,43,0.01,44,1.202,45,0.671,46,1.307,47,1.064,48,2.301,52,1.192,53,3.366,55,1.664,56,0.986,60,3.83,69,0.94,75,0.006,80,0.006,85,1.149,86,0.748,99,0.322,102,1.984,104,0.19,106,2.434,107,1.711,108,1.711,109,1.609,128,0.262,129,0.138,132,0.142,133,1.687,138,1.374,140,0.694,141,1.121,159,1.274,160,0.87,161,1.711,211,0.507,244,2.448,245,2.816,249,4.085,280,1.451,289,2.681,303,1.557,321,1.078,341,4.92,387,2.816,392,2.004,438,3.866,472,2.035,570,1.517,573,2.543,574,2.415,610,3.277,615,3.624,646,2.745,648,2.872,650,3.096,668,1.959,867,2.04,908,5.029,917,3.813,981,3.732,1134,2.872,1137,4.404,1140,5.484,1143,1.434,1144,6.559,1154,5.979,1155,5.178,1156,4.404,1157,2.692,1158,5.035,1160,3.83,1254,3.135,1394,3.83,1407,6.357,1408,5.85,1409,3.096,1410,3.096,1411,4.832,1412,4.832,1413,6.725,1414,6.125,1415,5.623,1416,1.959,1417,4.832,1418,3.397,1419,3.617,1420,7.298,1421,6.125,1422,4.832,1423,4.832,1424,4.355,1425,3.397,1426,3.397,1427,3.397,1428,3.397,1429,3.397,1430,4.832,1431,3.397,1432,3.397,1433,3.397,1434,3.397,1435,3.397,1436,3.397,1437,3.397,1438,3.397,1439,3.397,1440,3.397,1441,3.397,1442,3.397,1443,4.404,1444,6.125,1445,4.832,1446,3.397,1447,4.832,1448,6.125,1449,4.832,1450,4.832,1451,3.397,1452,3.397,1453,3.096,1454,3.397,1455,3.397,1456,3.397,1457,5.623,1458,3.397,1459,3.397,1460,3.397,1461,5.583,1462,5.623,1463,3.397,1464,3.397,1465,3.397,1466,3.397,1467,3.397,1468,3.397,1469,4.832,1470,4.085,1471,5.623,1472,3.397,1473,5.481,1474,3.853,1475,3.853,1476,3.853,1477,3.853,1478,3.853,1479,3.853,1480,3.853,1481,3.853,1482,3.853]],["title/classes/InitializationState.html",[132,0.162,1483,3.528]],["body/classes/InitializationState.html",[3,0.054,4,0.067,5,0.048,6,0.111,11,0.349,15,2.534,18,0.259,19,0.444,20,2.299,25,1.077,38,1.603,40,0.514,41,0.527,42,1.001,43,0.01,45,0.607,47,0.514,48,1.249,55,1.352,56,1.238,65,1.176,71,1.077,75,0.004,80,0.004,85,1.039,86,1.214,90,1.349,99,0.246,104,0.131,112,0.779,121,2.337,122,2.337,123,2.008,124,2.146,125,2.008,129,0.067,132,0.188,133,1.691,138,1.292,140,1.249,141,1.35,159,1.158,160,0.915,181,0.933,195,0.669,197,0.672,199,0.841,204,1.106,205,2.106,208,0.706,209,0.706,210,0.672,211,0.545,213,0.723,215,0.723,223,3.197,228,1.347,243,2.476,246,2.273,247,2.273,250,2.482,256,1.784,267,1.899,268,1.696,269,1.758,276,1.66,277,1.014,280,1.631,283,2.369,285,2.369,289,2.397,301,1.851,305,4.047,306,2.596,307,1.66,316,0.706,317,1.851,348,1.584,370,1.347,372,1.347,390,1.66,392,2.098,393,1.66,408,1.347,409,2.344,410,2.504,413,2.734,417,1.729,419,2.894,420,1.051,421,4.528,426,2.008,427,2.894,432,1.299,436,2.129,437,2.129,447,0.886,450,0.886,455,2.734,463,2.008,464,4.029,472,1.051,488,1.463,527,0.689,608,3.741,646,1.14,672,1.074,673,0.779,674,2.809,685,0.779,694,1.584,730,1.66,736,2.853,775,3.328,776,2.335,778,2.264,781,2.338,786,2.129,789,2.129,792,2.032,793,1.851,796,2.195,798,2.335,800,1.66,802,1.974,804,1.963,811,2.032,813,1.748,829,3.651,832,1.847,846,4.735,847,4.735,854,1.748,855,2.129,856,2.335,857,1.974,860,3.651,1006,2.335,1027,2.129,1030,2.129,1036,4.594,1041,1.14,1044,1.974,1045,5.166,1046,2.129,1047,2.129,1055,2.129,1060,2.273,1061,1.748,1087,1.66,1093,5.022,1100,3.563,1101,3.563,1143,1.541,1152,1.974,1326,2.417,1483,4.098,1484,2.129,1485,1.974,1486,4.142,1487,5.1,1488,6.932,1489,5.766,1490,5.083,1491,5.766,1492,4.142,1493,5.1,1494,2.649,1495,6.775,1496,5.1,1497,2.649,1498,2.649,1499,2.649,1500,2.649,1501,3.966,1502,3.328,1503,2.649,1504,5.1,1505,2.649,1506,2.649,1507,2.335,1508,4.496,1509,6.111,1510,4.496,1511,4.496,1512,5.848,1513,4.496,1514,5.516,1515,3.651,1516,4.496,1517,4.098,1518,5.516,1519,4.634,1520,3.651,1521,5.083,1522,4.142,1523,2.649,1524,2.649,1525,2.649,1526,2.649,1527,2.649,1528,2.649,1529,2.649,1530,2.649,1531,2.649,1532,4.142,1533,2.649,1534,4.142,1535,2.649,1536,2.649,1537,2.649,1538,2.335,1539,6.257,1540,2.649,1541,2.649,1542,2.649,1543,4.496,1544,2.335,1545,3.651,1546,4.142,1547,2.649,1548,5.766,1549,2.129,1550,4.142,1551,2.649,1552,2.649,1553,2.649,1554,5.1,1555,2.649,1556,2.649,1557,2.649,1558,3.197,1559,2.649,1560,5.1,1561,2.649,1562,1.748,1563,2.649,1564,3.651,1565,2.649,1566,2.649,1567,2.649,1568,6.634,1569,4.142,1570,5.766,1571,4.142,1572,4.142,1573,2.649,1574,5.1,1575,4.142,1576,2.129,1577,2.649,1578,2.649,1579,2.649,1580,4.142,1581,4.142,1582,2.649,1583,2.649,1584,5.1,1585,2.649,1586,2.649,1587,2.649,1588,2.649,1589,4.142,1590,2.649,1591,2.649,1592,1.974,1593,2.129,1594,2.649,1595,1.748,1596,2.649,1597,2.649,1598,5.083,1599,5.1,1600,5.766,1601,4.142,1602,4.142,1603,2.649,1604,2.649,1605,2.649,1606,2.649,1607,2.649,1608,2.649,1609,2.649,1610,6.634,1611,2.894,1612,4.142,1613,2.649,1614,2.649,1615,2.649,1616,2.649,1617,2.649,1618,2.649,1619,2.649,1620,1.851,1621,2.649,1622,2.649,1623,1.851,1624,2.649,1625,2.649,1626,4.142,1627,2.649,1628,2.649,1629,2.649,1630,2.649,1631,2.649,1632,2.649,1633,4.142,1634,5.1,1635,2.649,1636,2.649,1637,4.142,1638,2.649,1639,2.649,1640,2.649,1641,2.649,1642,2.649,1643,2.335,1644,3.197,1645,2.649,1646,2.649,1647,2.649]],["title/components/JsonFileReaderComponent.html",[195,0.443,495,1.259]],["body/components/JsonFileReaderComponent.html",[3,0.079,4,0.097,5,0.168,6,0.131,11,0.723,12,1.36,18,0.378,19,0.59,25,1.428,35,0.714,38,1.94,40,1.066,41,1.093,42,1.328,43,0.01,44,1.116,45,0.718,46,0.941,47,1.066,48,2.304,52,1.7,55,1.12,56,1.076,69,0.864,75,0.006,80,0.006,85,1.151,86,1.24,99,0.216,104,0.191,129,0.097,132,0.282,133,0.788,138,1.259,140,0.99,141,0.679,155,2.845,159,0.918,160,1.166,195,0.741,196,1.056,197,1.394,198,1.109,199,1.227,200,1.227,201,1.196,207,1.082,208,1.464,209,1.464,210,2.303,211,1.2,212,0.957,213,1.5,215,1.5,243,3.821,250,3.287,255,0.934,262,2.702,264,2.553,268,2.362,269,1.766,303,1.24,304,0.957,316,1.03,394,1.327,399,1.48,400,1.4,403,1.567,404,1.005,409,1.703,410,1.196,417,1.615,428,3.264,433,1.664,434,1.717,447,0.828,450,0.828,454,1.03,471,0.598,472,1.865,473,1.227,474,2.208,475,1.227,476,1.227,477,1.109,478,1.227,479,1.082,480,2.028,481,1.109,482,1.227,483,1.5,484,2.028,485,1.109,486,1.166,487,1.227,488,1.109,489,1.227,490,1.109,491,1.056,492,1.227,493,1.109,494,1.227,495,1.996,496,2.546,497,1.227,498,1.109,499,1.196,500,1.137,501,1.227,502,1.109,503,1.744,504,1.082,505,1.109,506,1.109,507,1.227,508,1.109,509,2.028,510,1.109,511,1.616,512,1.744,513,1.082,514,1.109,515,1.082,516,0.934,517,1.227,518,1.082,519,1.056,520,1.109,521,1.227,522,1.109,523,1.227,524,1.137,525,1.227,526,1.109,527,1.428,528,1.109,529,1.576,530,1.109,531,1.227,532,1.109,533,1.464,534,1.227,535,1.109,536,1.227,537,1.227,598,1.567,609,2.227,646,1.664,672,2.591,673,1.137,674,2.227,675,2.821,676,1.523,677,1.48,678,2.446,685,1.616,686,2.081,691,2.591,693,4.007,699,2.702,701,2.424,712,2.605,713,1.885,714,2.041,728,1.966,732,2.122,908,3.445,936,4.844,1046,5.592,1143,2.59,1253,4.844,1277,2.553,1325,3.414,1648,6.564,1649,6.088,1650,3.409,1651,7.079,1652,6.392,1653,5.495,1654,6.392,1655,5.495,1656,6.96,1657,6.392,1658,5.495,1659,5.907,1660,3.867,1661,3.627,1662,5.495,1663,4.844,1664,4.416,1665,5.495,1666,5.495,1667,3.867,1668,5.495,1669,3.867,1670,5.495,1671,4.863,1672,5.495,1673,4.095,1674,4.844,1675,5.495,1676,3.867,1677,5.495,1678,3.409,1679,3.867,1680,3.867,1681,3.867,1682,3.867,1683,3.867,1684,5.495,1685,3.867,1686,3.867,1687,3.867,1688,5.495,1689,3.867,1690,3.867,1691,3.867,1692,3.108]],["title/modules/JsonFileReaderModule.html",[538,0.627,1693,3.068]],["body/modules/JsonFileReaderModule.html",[3,0.134,4,0.164,5,0.156,6,0.105,43,0.01,75,0.008,80,0.008,99,0.336,104,0.322,129,0.164,132,0.241,420,1.653,471,1.008,495,2.622,496,1.87,538,0.931,540,1.824,541,1.87,542,2.548,543,1.966,544,1.87,545,2.548,556,2.39,557,1.87,559,2.068,563,2.331,755,2.723,756,2.178,1648,5.237,1649,4.857,1693,6.225,1694,5.746,1695,5.746,1696,5.746,1697,6.518,1698,6.518,1699,5.1,1700,4.302]],["title/components/LabeledSlideToggleComponent.html",[195,0.443,498,1.259]],["body/components/LabeledSlideToggleComponent.html",[3,0.079,4,0.097,5,0.1,6,0.133,11,0.84,12,1.358,15,1.654,18,0.377,19,0.589,25,1.425,32,2.894,35,0.712,38,1.973,40,1.064,41,1.091,42,1.325,43,0.01,44,1.115,45,0.734,46,0.939,47,1.064,52,1.193,55,1.118,56,0.848,69,1.032,75,0.006,80,0.006,85,1.323,86,1.641,99,0.216,104,0.191,129,0.097,132,0.282,133,0.786,138,0.661,140,0.695,141,0.677,155,1.396,159,0.916,160,1.165,195,0.792,196,1.053,197,1.391,198,1.106,199,1.224,200,1.224,201,1.193,207,1.079,208,1.461,209,1.461,210,2.302,211,1.2,212,0.955,213,1.497,215,1.497,255,0.932,268,2.244,269,1.391,280,1.594,289,1.833,303,1.238,304,0.955,316,1.027,394,1.323,404,1.002,405,1.828,406,2.035,409,1.7,417,1.61,426,0.978,433,2.36,434,1.712,447,1.772,450,1.366,454,1.027,471,0.596,472,1.863,473,1.224,474,2.205,475,1.224,476,1.224,477,1.106,478,1.224,479,1.079,480,2.025,481,1.106,482,1.224,483,1.497,484,2.025,485,1.106,486,1.163,487,1.224,488,1.106,489,1.224,490,1.106,491,1.053,492,1.224,493,1.106,494,1.224,495,1.106,496,1.106,497,1.224,498,1.994,499,2.658,500,2.679,501,1.224,502,1.106,503,1.74,504,1.079,505,1.106,506,1.106,507,1.224,508,1.106,509,2.025,510,1.106,511,1.613,512,1.74,513,1.079,514,1.106,515,1.079,516,0.932,517,1.224,518,1.079,519,1.053,520,1.106,521,1.224,522,1.106,523,1.224,524,1.134,525,1.224,526,1.106,527,2.281,528,1.106,529,1.573,530,1.106,531,1.224,532,1.106,533,1.461,534,1.224,535,1.106,536,1.224,537,1.224,598,1.563,609,2.223,672,2.586,673,1.134,674,2.223,675,2.817,676,1.518,677,1.476,678,2.442,685,1.613,686,2.078,691,2.586,692,2.289,712,2.599,713,1.881,714,2.035,732,2.116,736,1.359,832,1.461,993,1.712,1060,3.01,1317,4.783,1323,2.894,1325,3.41,1326,2.599,1331,4.834,1334,4.357,1701,6.653,1702,6.17,1703,3.099,1704,5.484,1705,4.188,1706,5.626,1707,4.834,1708,5.484,1709,5.332,1710,6.95,1711,6.381,1712,5.484,1713,3.399,1714,3.856,1715,4.834,1716,5.901,1717,3.399,1718,5.484,1719,6.727,1720,5.484,1721,5.484,1722,3.856,1723,5.484,1724,5.484,1725,3.856,1726,3.856,1727,5.484,1728,5.484,1729,3.856,1730,3.856,1731,3.856,1732,3.856,1733,3.856,1734,3.856,1735,3.099,1736,3.099,1737,3.856]],["title/modules/LabeledSlideToggleModule.html",[538,0.627,1738,3.068]],["body/modules/LabeledSlideToggleModule.html",[3,0.134,4,0.164,5,0.119,6,0.105,43,0.01,75,0.008,80,0.008,99,0.336,104,0.322,129,0.164,132,0.241,420,1.655,471,1.009,498,2.623,499,2.019,500,2.424,527,1.696,538,0.932,540,1.826,541,1.872,542,2.549,543,1.968,544,1.872,545,2.549,556,2.392,557,1.872,559,2.071,563,2.332,755,2.725,756,2.181,1701,5.244,1702,4.863,1738,6.226,1739,5.753,1740,5.753,1741,5.753,1742,5.753,1743,7.733,1744,6.526,1745,5.753]],["title/components/LeftSidebarComponent.html",[195,0.443,502,1.259]],["body/components/LeftSidebarComponent.html",[3,0.07,4,0.086,5,0.092,6,0.125,11,0.663,12,1.247,18,0.492,19,0.541,22,1.996,23,1.875,25,1.31,35,0.93,38,1.831,42,1.217,43,0.01,44,1.08,45,0.67,46,0.863,52,1.061,55,0.699,56,0.779,69,0.89,75,0.005,76,1.572,80,0.005,85,1.263,86,1.36,88,2.591,91,2.319,96,1.39,99,0.312,104,0.169,111,1.682,112,1.009,113,1.476,114,1.242,127,2.388,129,0.086,132,0.271,141,0.602,155,1.242,159,0.573,160,1.258,187,1.117,195,0.602,196,0.936,197,1.278,198,0.984,199,1.088,200,1.088,201,1.061,207,0.96,208,1.342,209,1.342,210,2.285,211,1.193,212,0.849,213,1.375,215,1.375,218,2.561,255,1.217,256,1.061,268,1.482,269,1.278,280,0.716,289,2.199,302,2.471,303,1.508,304,1.478,305,2.765,308,1.523,316,0.914,326,2.882,327,1.81,328,1.684,344,4.353,374,1.242,379,1.35,387,2.842,392,1.375,394,1.177,395,2.051,396,3.017,397,1.81,398,1.81,399,2.805,400,2.162,401,1.962,403,2.971,404,1.552,405,2.83,408,3.036,409,1.591,410,2.267,412,2.103,414,3.323,423,2.449,424,2.57,425,1.81,426,1.67,429,2.263,430,1.882,431,2.833,432,1.682,439,2.765,441,2.652,442,1.983,445,2.83,446,2.659,447,1.829,448,1.682,450,1.278,454,1.591,455,2.263,456,2.15,457,2.929,461,1.81,464,3.52,465,2.388,466,2.388,468,2.15,469,2.396,471,0.53,472,1.779,473,1.088,474,2.088,475,1.088,476,1.088,477,0.984,478,1.088,479,0.96,480,1.895,481,0.984,482,1.088,483,1.375,484,1.895,485,0.984,486,1.034,487,1.088,488,0.984,489,1.088,490,0.984,491,2.068,492,1.088,493,0.984,494,1.088,495,0.984,496,0.984,497,1.088,498,0.984,499,1.061,500,1.009,501,1.088,502,1.888,503,1.599,504,0.96,505,0.984,506,0.984,507,1.088,508,0.984,509,1.895,510,0.984,511,1.482,512,1.599,513,0.96,514,0.984,515,0.96,516,0.829,517,1.088,518,0.96,519,0.936,520,0.984,521,1.088,522,0.984,523,1.088,524,1.009,525,1.088,526,0.984,527,1.31,528,0.984,529,1.445,530,0.984,531,1.088,532,0.984,533,1.342,534,1.088,535,0.984,536,1.088,537,1.088,586,5.792,609,2.042,624,2.263,639,2.471,640,1.743,673,1.009,685,1.482,686,1.944,692,2.103,713,1.728,723,2.396,727,1.962,728,3.346,729,2.263,736,2.739,741,3.52,744,2.15,748,2.263,749,2.263,832,1.342,867,3.001,879,3.755,894,3.229,953,3.325,958,2.556,985,6.245,1239,2.396,1289,4.173,1307,4.102,1309,3.277,1378,2.756,1385,2.556,1386,2.756,1387,2.556,1673,2.556,1705,1.882,1746,6.245,1747,2.756,1748,5.264,1749,4.441,1750,7.011,1751,5.264,1752,5.038,1753,5.264,1754,5.038,1755,3.429,1756,5.038,1757,5.038,1758,3.429,1759,7.011,1760,5.038,1761,5.038,1762,5.038,1763,4.441,1764,4.048,1765,4.048,1766,4.441,1767,5.038,1768,5.038,1769,3.429,1770,3.023,1771,2.05,1772,3.429,1773,5.038,1774,3.429,1775,3.57,1776,4.173,1777,3.52,1778,4.441,1779,5.038,1780,4.048,1781,2.756,1782,3.023,1783,2.556,1784,4.441,1785,6.852,1786,3.52,1787,3.158,1788,2.756,1789,3.429,1790,5.038,1791,3.429,1792,3.023,1793,3.429,1794,3.429]],["title/modules/LeftSidebarModule.html",[538,0.627,553,3.068]],["body/modules/LeftSidebarModule.html",[3,0.12,4,0.147,5,0.107,6,0.094,43,0.01,75,0.008,80,0.008,99,0.355,104,0.289,129,0.147,132,0.216,141,1.272,211,0.77,321,1.638,420,1.485,447,1.253,471,0.905,502,2.588,538,0.836,540,1.638,541,1.68,542,2.432,543,1.766,544,1.68,545,2.432,553,6.397,556,2.24,557,1.68,559,2.298,563,2.184,569,3.023,570,2.305,586,4.364,755,2.552,756,1.957,761,3.822,762,3.09,1311,4.364,1353,6.009,1746,4.705,1795,5.161,1796,5.161,1797,5.161,1798,5.161,1799,5.676,1800,6.009,1801,6.203,1802,5.161,1803,5.819,1804,4.705,1805,6.384,1806,5.161,1807,6.384,1808,5.855,1809,5.855,1810,5.855,1811,3.864,1812,4.705,1813,7.242,1814,4.364,1815,5.855,1816,4.364,1817,5.161,1818,5.161]],["title/interfaces/Message.html",[128,0.299,796,1.89]],["body/interfaces/Message.html",[0,1.842,3,0.089,4,0.222,5,0.079,6,0.07,11,0.571,18,0.424,19,0.639,20,2.11,35,0.801,40,1.319,41,0.863,43,0.01,45,0.701,46,1.02,47,1.603,48,1.309,55,1.563,56,0.921,71,1.993,75,0.006,80,0.006,85,0.782,96,3.524,99,0.268,104,0.214,112,1.276,114,1.571,128,0.405,129,0.199,132,0.22,133,1.563,138,1.02,140,1.381,154,3.031,159,1.4,160,1.079,194,1.128,198,1.95,204,1.812,205,3.028,212,1.474,228,2.206,277,1.661,280,0.906,350,1.708,392,1.185,426,1.101,646,3.301,770,3.028,778,2.644,781,3.889,791,2.29,792,4.202,796,3.938,811,2.921,813,2.864,832,1.156,838,2.864,854,3.931,1019,2.864,1061,3.931,1079,4.532,1086,4.899,1099,2.382,1124,4.161,1287,2.72,1297,2.72,1298,3.733,1323,2.29,1365,3.56,1372,3.516,1424,2.72,1501,4.065,1558,4.262,1611,3.032,1620,3.032,1623,3.032,1644,2.72,1819,2.864,1820,4.587,1821,3.59,1822,4.453,1823,3.931,1824,4.438,1825,2.594,1826,5.113,1827,2.129,1828,3.234,1829,3.234,1830,4.262,1831,3.234,1832,5.358,1833,4.161,1834,2.864,1835,2.864,1836,4.161,1837,3.032,1838,3.234,1839,4.438,1840,3.234,1841,2.72,1842,3.234,1843,3.234,1844,3.234,1845,4.438,1846,3.032,1847,3.234,1848,3.234,1849,3.234,1850,4.438,1851,3.234,1852,4.438,1853,3.032,1854,4.751,1855,3.234,1856,3.234,1857,3.234,1858,3.234,1859,2.72,1860,3.234,1861,3.234,1862,5.067,1863,3.234,1864,3.234,1865,3.234,1866,3.234,1867,3.032,1868,3.234,1869,3.234,1870,3.234,1871,3.234]],["title/classes/MessageChannel.html",[132,0.162,811,2.154]],["body/classes/MessageChannel.html",[0,1.7,3,0.079,4,0.221,5,0.071,6,0.129,11,0.967,18,0.378,19,0.59,20,2.207,25,1.428,35,1.015,38,1.899,40,1.427,41,0.769,42,1.682,43,0.01,44,0.967,45,0.718,46,1.308,47,1.558,48,1.657,55,1.688,56,0.988,71,1.986,75,0.006,80,0.006,85,0.99,86,0.75,96,3.634,99,0.252,104,0.191,112,1.137,114,1.4,128,0.374,129,0.192,132,0.203,133,1.498,138,0.941,140,1.376,154,2.663,159,1.364,160,1.014,198,1.834,204,1.615,205,2.794,212,1.36,228,1.966,277,1.48,280,0.808,350,1.109,392,1.056,426,1.394,646,3.164,770,2.794,778,2.44,781,3.913,791,2.9,792,4.324,796,3.929,811,3.136,813,2.553,832,1.03,838,2.553,854,3.627,1019,3.627,1061,3.627,1079,4.593,1086,4.794,1099,3.016,1124,3.84,1287,3.445,1297,2.424,1298,3.445,1323,2.041,1365,3.285,1372,3.371,1424,2.424,1484,3.108,1501,4.566,1558,4.788,1611,2.702,1620,3.84,1623,3.84,1644,4.007,1819,2.553,1820,4.608,1821,3.606,1822,4.312,1823,2.553,1824,2.882,1825,2.312,1826,5.49,1827,1.897,1828,2.882,1829,2.882,1830,4.007,1831,2.882,1832,5.137,1833,3.84,1834,2.553,1835,2.553,1836,3.84,1837,2.702,1838,4.095,1839,5.479,1840,4.095,1841,3.445,1842,4.095,1843,2.882,1844,2.882,1845,4.095,1846,3.84,1847,4.095,1848,5.187,1849,2.882,1850,5.187,1851,4.095,1852,4.095,1853,3.84,1854,5.337,1855,4.095,1856,2.882,1857,5.187,1858,2.882,1859,2.424,1860,2.882,1861,2.882,1862,4.764,1863,2.882,1864,2.882,1865,2.882,1866,2.882,1867,2.702,1868,2.882,1869,2.882,1870,2.882,1871,2.882,1872,5.495,1873,5.495,1874,5.495,1875,3.867,1876,5.495,1877,3.867,1878,3.867,1879,3.867,1880,3.867,1881,3.867]],["title/injectables/MessageService.html",[0,1.358,778,1.95]],["body/injectables/MessageService.html",[0,1.771,2,2.452,3,0.084,4,0.219,5,0.075,6,0.125,11,0.868,18,0.4,19,0.615,20,2.234,25,1.489,35,1.058,38,1.816,40,1.386,41,1.139,42,1.384,43,0.01,44,0.796,45,0.687,46,1.224,47,1.66,48,1.237,55,1.628,56,1.02,71,1.715,75,0.006,80,0.006,85,1.032,86,0.796,96,3.516,99,0.26,104,0.203,112,1.206,114,1.485,128,0.39,129,0.196,132,0.212,133,1.531,138,0.981,140,1.439,154,2.525,159,1.383,160,1.047,198,1.893,204,1.712,205,2.911,212,1.418,228,3.631,277,2.191,280,0.856,350,1.176,392,1.12,426,1.04,646,3.234,770,3.355,778,3.337,781,3.978,791,2.164,792,4.255,796,3.932,811,3.237,813,3.78,832,1.092,838,3.78,854,3.78,1019,2.707,1061,3.78,1079,4.453,1086,4.662,1099,2.251,1124,4.002,1287,2.571,1297,2.571,1298,3.59,1323,2.164,1365,3.424,1372,3.569,1424,4.136,1501,3.945,1558,4.136,1611,4.002,1620,2.865,1623,2.865,1644,2.571,1819,2.707,1820,4.136,1821,3.237,1822,4.124,1823,2.707,1824,3.056,1825,2.452,1826,5.251,1827,2.012,1828,3.056,1829,3.056,1830,4.71,1831,3.056,1832,5.695,1833,4.002,1834,2.707,1835,2.707,1836,4.002,1837,2.865,1838,3.056,1839,4.268,1840,3.056,1841,2.571,1842,3.056,1843,3.056,1844,3.056,1845,4.268,1846,2.865,1847,3.056,1848,3.056,1849,3.056,1850,4.268,1851,3.056,1852,4.268,1853,2.865,1854,4.611,1855,3.056,1856,3.056,1857,3.056,1858,3.056,1859,3.59,1860,3.056,1861,3.056,1862,4.918,1863,3.056,1864,3.056,1865,3.056,1866,3.056,1867,4.002,1868,3.056,1869,4.268,1870,4.268,1871,3.056,1882,5.048,1883,4.101,1884,5.727,1885,4.101,1886,4.101,1887,4.101]],["title/interfaces/MessageServiceConfig.html",[128,0.299,1830,2.752]],["body/interfaces/MessageServiceConfig.html",[0,1.856,3,0.09,4,0.219,5,0.08,6,0.07,11,0.577,18,0.428,19,0.644,20,2.117,35,0.81,40,1.327,41,0.872,43,0.01,45,0.672,46,1.028,47,1.63,48,1.323,55,1.569,56,0.927,71,1.777,75,0.006,80,0.006,85,0.79,96,3.53,99,0.269,104,0.217,112,1.29,114,1.588,128,0.408,129,0.2,132,0.222,133,1.569,138,1.028,140,1.387,154,2.616,159,1.403,160,1.085,194,1.14,198,1.961,204,1.831,205,3.05,212,1.485,228,2.23,277,1.678,280,1.428,350,1.258,392,1.197,426,1.113,646,3.313,770,3.05,778,2.664,781,3.853,791,2.315,792,4.243,796,3.921,811,2.943,813,2.895,832,1.598,838,2.895,854,3.96,1019,2.895,1061,3.96,1079,4.403,1086,4.739,1099,2.407,1124,4.192,1287,2.749,1297,2.749,1298,3.76,1323,3.166,1365,3.586,1372,3.644,1424,2.749,1501,4.087,1558,4.286,1611,3.065,1620,3.065,1623,3.065,1644,2.749,1819,2.895,1820,4.286,1821,3.354,1822,4.225,1823,2.895,1824,3.269,1825,2.622,1826,5.136,1827,2.152,1828,3.269,1829,3.269,1830,4.608,1831,4.471,1832,5.553,1833,5.379,1834,2.895,1835,2.895,1836,4.192,1837,3.065,1838,3.269,1839,4.471,1840,3.269,1841,2.749,1842,3.269,1843,3.269,1844,3.269,1845,4.471,1846,3.065,1847,3.269,1848,3.269,1849,3.269,1850,4.471,1851,3.269,1852,4.471,1853,3.065,1854,4.778,1855,3.269,1856,3.269,1857,3.269,1858,3.269,1859,2.749,1860,3.269,1861,3.269,1862,5.096,1863,3.269,1864,3.269,1865,3.269,1866,3.269,1867,3.065,1868,3.269,1869,3.269,1870,3.269,1871,3.269]],["title/interfaces/MetaDataField.html",[128,0.299,1888,3.272]],["body/interfaces/MetaDataField.html",[3,0.141,4,0.173,5,0.126,6,0.11,18,0.671,19,0.856,43,0.009,45,0.77,69,1.207,75,0.008,80,0.008,86,1.681,128,0.468,129,0.2,155,3.137,194,1.787,207,1.923,1888,6.276,1889,5.523,1890,5.523]],["title/interfaces/ModelStateModel.html",[128,0.299,1891,2.898]],["body/interfaces/ModelStateModel.html",[0,1.11,3,0.045,4,0.056,5,0.04,6,0.036,8,0.982,11,0.291,15,2.096,16,0.871,18,0.216,19,0.385,20,1.791,22,2.531,23,0.823,29,0.982,35,0.409,37,2.808,40,0.429,41,0.44,43,0.01,44,1.035,45,0.773,46,1.05,47,0.696,48,0.667,49,1.322,50,1.214,53,4.107,56,1.24,65,0.982,69,1.064,71,1.177,75,0.004,80,0.004,85,0.398,88,0.871,90,2.189,91,1.264,96,3.278,99,0.307,102,1.299,104,0.109,105,2.388,106,1.593,107,0.982,108,0.982,109,0.924,112,0.651,113,1.544,114,0.801,119,1.387,121,1.454,122,1.454,123,0.871,124,0.823,125,1.412,127,1.701,128,0.308,129,0.162,131,0.952,132,0.082,133,1.37,138,1.386,140,1.286,141,0.63,148,3.421,154,2.898,155,2.337,159,1.314,160,1.283,161,0.982,162,1.048,172,1.46,173,1.46,176,1.546,181,0.779,183,1.546,194,0.575,211,0.472,244,1.264,245,1.454,255,1.56,256,2.407,258,2.368,280,1.195,283,1.265,289,1.74,303,0.878,321,0.619,344,1.969,350,1.642,374,2.585,379,2.811,382,3.073,392,1.762,395,0.619,400,1.639,404,1.488,423,3.12,426,1.889,432,2.22,442,1.412,447,1.312,450,1.312,454,0.956,491,1.897,516,1.88,519,0.98,533,0.589,615,1.593,663,3.69,670,2.052,675,1.454,676,0.871,677,0.846,678,0.846,681,2.706,687,1.948,691,0.897,692,3.162,695,1.085,774,1.214,781,2.075,804,3.187,832,1.206,867,2.281,915,4.579,916,1.824,953,2.987,963,5.369,964,4.438,966,1.46,967,1.46,968,1.46,970,2.368,975,1.322,993,2.721,1041,3.531,1143,0.823,1161,1.322,1254,2.589,1263,1.265,1267,1.265,1302,3.364,1305,3.999,1307,3.855,1309,1.214,1363,2.249,1366,3.162,1367,4.107,1368,3.69,1369,3.543,1372,2.81,1416,1.125,1771,1.322,1775,3.859,1776,4.511,1777,1.546,1821,2.22,1822,2.484,1827,1.085,1859,1.387,1891,2.368,1892,1.46,1893,2.883,1894,4.154,1895,4.586,1896,4.856,1897,4.856,1898,4.856,1899,4.332,1900,5.071,1901,4.589,1902,2.368,1903,4.154,1904,4.184,1905,3.264,1906,3.373,1907,3.975,1908,4.282,1909,1.824,1910,2.249,1911,2.674,1912,1.387,1913,1.387,1914,1.777,1915,1.649,1916,1.777,1917,1.46,1918,1.777,1919,1.387,1920,2.145,1921,1.777,1922,1.777,1923,1.546,1924,1.701,1925,1.085,1926,1.322,1927,1.265,1928,1.265,1929,1.649,1930,2.837,1931,1.777,1932,2.249,1933,1.649,1934,1.777,1935,1.777,1936,1.777,1937,2.837,1938,2.249,1939,4.934,1940,1.777,1941,1.777,1942,1.777,1943,1.777,1944,1.777,1945,1.777,1946,1.777,1947,1.777,1948,1.777,1949,1.777,1950,1.777,1951,1.777,1952,1.777,1953,1.777,1954,1.777,1955,1.777,1956,1.777,1957,1.777,1958,1.777,1959,1.777,1960,1.777,1961,1.777,1962,1.777,1963,1.777,1964,1.777,1965,1.777,1966,1.649,1967,1.777,1968,1.777,1969,1.46,1970,1.546,1971,1.46,1972,1.777,1973,1.777,1974,1.777,1975,5.187,1976,2.883,1977,1.777,1978,4.184,1979,1.777,1980,2.883,1981,3.637,1982,1.777,1983,5.174,1984,1.777,1985,1.777,1986,1.777,1987,1.777,1988,1.777,1989,1.777,1990,1.777,1991,1.777,1992,1.777,1993,1.777,1994,1.777,1995,1.777,1996,1.777,1997,1.777,1998,1.777,1999,1.777,2000,1.777,2001,1.649,2002,3.637,2003,4.184,2004,1.777,2005,1.777,2006,1.777,2007,1.777,2008,1.777,2009,1.777,2010,1.777,2011,1.777,2012,1.777,2013,1.777,2014,1.777,2015,1.777,2016,2.883,2017,1.777,2018,1.777,2019,1.777,2020,1.777,2021,1.777,2022,1.777,2023,1.777,2024,1.777,2025,3.162,2026,1.777,2027,1.777,2028,1.777,2029,1.777,2030,1.777,2031,1.777,2032,1.777,2033,2.883,2034,1.322,2035,1.546,2036,1.777,2037,1.46,2038,1.546,2039,2.883,2040,3.162,2041,2.883,2042,2.145,2043,2.883,2044,1.777,2045,1.777,2046,1.777,2047,1.777,2048,1.777,2049,1.777,2050,1.777,2051,1.265,2052,1.546,2053,1.777,2054,1.777,2055,1.777,2056,1.777,2057,1.777,2058,1.777,2059,1.777,2060,1.777,2061,1.777,2062,2.145,2063,1.777,2064,1.777,2065,1.777,2066,1.322,2067,1.777,2068,4.184,2069,1.777,2070,1.322,2071,1.777,2072,1.777,2073,1.777,2074,1.777,2075,1.777,2076,1.777,2077,2.883,2078,2.674,2079,1.777,2080,1.777,2081,1.777,2082,1.777]],["title/components/NameInputComponent.html",[195,0.443,504,1.229]],["body/components/NameInputComponent.html",[3,0.072,4,0.088,5,0.094,6,0.135,11,0.797,12,1.27,18,0.343,19,0.551,20,1.614,25,1.334,32,2.708,35,0.649,38,2.008,40,0.996,41,1.02,42,1.464,43,0.01,44,1.274,45,0.716,46,1.038,47,0.996,48,2.23,52,1.087,55,1.235,56,0.936,69,1.033,75,0.005,76,2.352,80,0.005,85,1.332,86,1.574,99,0.239,104,0.174,128,0.239,129,0.129,132,0.273,133,0.717,138,0.602,140,1.481,141,0.901,159,1.012,160,1.124,195,0.77,196,0.96,197,1.302,198,1.009,199,1.116,200,1.116,201,1.087,207,0.984,208,1.367,209,1.367,210,2.286,211,1.192,212,0.87,213,1.401,215,1.401,255,0.85,268,2.582,269,1.69,303,1.176,304,0.87,316,0.937,328,2.226,329,3.738,330,3.738,350,1.009,388,1.787,394,1.206,395,0.984,396,1.513,400,1.273,403,1.425,404,1.334,405,1.666,409,1.614,410,1.087,424,2.208,426,0.892,441,1.561,447,1.098,450,1.098,454,0.937,465,1.666,466,1.666,471,0.543,472,1.797,473,1.116,474,2.113,475,1.116,476,1.116,477,1.009,478,1.116,479,0.984,480,1.922,481,1.009,482,1.116,483,1.401,484,1.922,485,1.009,486,1.06,487,1.116,488,1.009,489,1.116,490,1.009,491,0.96,492,1.116,493,1.009,494,1.116,495,1.009,496,1.009,497,1.116,498,1.009,499,1.087,500,1.034,501,1.116,502,1.009,503,1.628,504,1.864,505,1.009,506,1.009,507,1.116,508,1.009,509,1.922,510,1.009,511,1.509,512,1.628,513,0.984,514,1.009,515,0.984,516,0.85,517,1.116,518,0.984,519,0.96,520,1.009,521,1.116,522,1.009,523,1.116,524,1.034,525,1.116,526,1.009,527,1.334,528,1.009,529,1.472,530,1.009,531,1.116,532,1.009,533,1.367,534,1.116,535,1.009,536,1.116,537,1.116,568,3.475,598,1.425,609,2.079,666,2.102,672,2.455,673,1.034,674,2.079,675,2.699,676,1.384,677,1.345,678,2.318,683,3.386,684,3.998,685,1.509,686,1.972,691,2.455,692,2.142,693,4.439,694,3.067,695,3.628,699,2.457,700,2.32,701,2.204,703,2.62,712,2.432,713,1.76,714,1.855,715,3.099,716,4.523,739,2.825,740,2.62,741,2.457,1143,2.478,1325,3.267,1326,2.871,1811,5.539,2083,6.254,2084,4.523,2085,4.523,2086,5.34,2087,5.34,2088,5.34,2089,5.34,2090,5.13,2091,5.34,2092,5.13,2093,6.352,2094,5.13,2095,4.523,2096,3.516,2097,3.824,2098,3.998,2099,3.099,2100,6.731,2101,6.519,2102,6.519,2103,3.887,2104,3.516,2105,3.887,2106,3.516,2107,6.243,2108,3.516,2109,3.516,2110,3.516,2111,2.825,2112,2.204,2113,4.868,2114,4.523,2115,3.099,2116,3.099,2117,3.099,2118,3.099,2119,4.523,2120,3.099,2121,3.099,2122,3.099]],["title/modules/NameInputModule.html",[538,0.627,1799,2.898]],["body/modules/NameInputModule.html",[3,0.132,4,0.162,5,0.118,6,0.103,43,0.01,44,0.894,75,0.008,80,0.008,99,0.346,104,0.318,129,0.162,132,0.238,420,1.631,471,0.994,504,2.554,538,0.918,540,1.8,541,1.845,542,2.533,543,1.939,544,1.845,545,2.533,556,2.371,557,1.845,559,2.041,563,2.312,754,5.167,755,2.701,756,2.149,757,5.06,758,4.244,761,4.046,762,3.394,764,5.167,1799,5.864,1811,4.244,2083,4.793,2112,4.031,2123,5.669,2124,5.669,2125,5.669,2126,6.16,2127,6.16]],["title/interfaces/OrganConfig.html",[128,0.299,1363,2.752]],["body/interfaces/OrganConfig.html",[3,0.118,4,0.145,5,0.105,6,0.092,14,3.931,18,0.562,19,0.769,43,0.01,44,1.135,45,0.746,46,1.467,56,1.107,69,1.217,75,0.007,80,0.007,82,5.005,99,0.307,104,0.284,112,1.692,128,0.488,129,0.205,133,1.173,138,0.986,140,1.036,194,1.496,211,0.757,218,2.925,219,3.606,220,3.606,222,3.291,224,3.158,244,2.749,280,1.705,321,1.61,328,2.394,329,3.78,330,3.78,350,1.65,423,2.141,447,1.669,450,1.669,463,2.265,610,3.439,611,3.606,612,4.288,613,4.623,614,3.606,615,2.555,616,4.623,617,4.288,767,4.49,768,4.02,1041,3.514,1143,2.141,1178,5.814,1180,4.663,1184,5.814,1185,5.814,1225,5.814,1361,4.02,1362,3.797,1363,4.89,1365,4.282,1366,5.704,1367,4.308,1368,4.281,1369,4.281,1370,5.072,1371,4.288,1372,2.638,1373,4.623,1374,5.072]],["title/interfaces/OrganData.html",[128,0.299,2070,2.625]],["body/interfaces/OrganData.html",[0,1.69,3,0.079,4,0.096,5,0.07,6,0.062,15,2.21,16,1.51,18,0.375,19,0.586,20,1.847,22,1.282,29,1.704,35,0.709,43,0.01,44,0.759,45,0.582,46,1.188,47,0.744,55,1.114,56,0.593,65,1.704,69,1.169,71,1.803,75,0.006,80,0.006,85,0.691,90,2.072,96,2.215,99,0.338,102,2.304,104,0.19,106,2.426,107,1.704,108,1.704,109,1.602,112,1.128,113,1.651,114,1.389,118,2.195,121,2.215,122,2.215,123,1.51,124,1.428,125,2.151,127,2.59,128,0.372,129,0.174,131,1.651,132,0.142,133,1.686,138,1.508,148,5.052,159,1.158,160,0.609,161,1.704,162,1.818,187,2.072,194,0.997,211,0.837,244,1.925,245,2.215,256,1.187,260,2.294,277,2.091,321,1.074,350,1.567,370,1.95,372,3.235,374,2.304,376,3.64,379,2.505,381,2.195,382,2.739,395,1.074,400,1.389,423,3.249,447,1.63,450,1.63,463,1.51,610,2.294,639,1.882,640,1.95,643,1.95,644,1.95,695,1.882,767,3.425,774,2.106,867,3.034,911,1.882,916,1.95,917,2.999,923,2.532,951,2.405,974,2.532,976,2.532,1041,3.559,1180,2.294,1302,2.999,1367,4.365,1368,4.181,1369,4.181,1416,1.95,1822,2.999,1894,3.266,1895,3.606,1901,3.126,1903,4.02,1909,2.778,1910,2.405,1919,2.405,1924,1.818,1925,1.882,1927,2.195,1928,2.195,2034,4.146,2037,3.606,2042,2.294,2051,3.64,2070,3.804,2128,2.681,2129,2.681,2130,3.818,2131,2.859,2132,4.2,2133,2.681,2134,2.532,2135,5.572,2136,4.2,2137,2.532,2138,4.39,2139,2.859,2140,3.266,2141,2.532,2142,5.889,2143,3.083,2144,3.083,2145,2.859,2146,3.083,2147,3.083,2148,2.681,2149,3.083,2150,3.083,2151,3.083,2152,2.681,2153,2.681,2154,3.083,2155,3.083,2156,3.083,2157,3.083,2158,2.681,2159,4.39,2160,4.39,2161,4.39,2162,4.39,2163,4.39,2164,4.39,2165,2.859,2166,3.083,2167,3.083,2168,3.083,2169,3.083,2170,3.083,2171,3.083,2172,3.083,2173,3.083,2174,3.083,2175,3.083,2176,3.083,2177,4.072,2178,3.083,2179,3.083,2180,3.083,2181,3.083,2182,5.113,2183,5.113,2184,3.083,2185,3.083,2186,3.083,2187,2.681,2188,2.859,2189,2.859,2190,2.859,2191,3.083,2192,2.681,2193,4.39,2194,4.072,2195,3.083,2196,3.083,2197,3.083,2198,3.083,2199,4.39,2200,3.083,2201,3.083,2202,3.083,2203,3.083,2204,3.083,2205,2.859,2206,3.083,2207,3.083,2208,3.083,2209,3.083,2210,3.083,2211,3.083,2212,3.083,2213,3.083,2214,1.882,2215,3.083,2216,3.083,2217,3.083,2218,3.083,2219,3.083,2220,3.083,2221,3.083,2222,3.083,2223,3.083,2224,3.083,2225,3.083,2226,3.083,2227,4.39,2228,3.083,2229,3.083]],["title/injectables/PageState.html",[0,1.358,91,1.547]],["body/injectables/PageState.html",[0,1.411,2,1.795,3,0.062,4,0.075,5,0.055,6,0.139,11,0.918,14,3.382,15,2.187,16,1.796,18,0.293,19,0.49,20,1.99,22,1.004,23,2.597,25,1.186,29,2.736,32,2.408,35,0.843,38,2.088,40,0.885,41,0.907,42,1.686,43,0.01,44,1.131,45,0.638,46,1.195,47,0.885,52,2.158,53,4.294,55,1.691,56,1.31,65,2.026,69,1.139,75,0.005,80,0.005,85,1.257,86,1.539,91,1.608,96,3.028,99,0.317,102,1.652,104,0.148,105,3.252,106,2.026,107,1.334,108,1.334,109,1.254,111,1.473,112,0.883,113,1.293,114,1.087,121,1.849,122,1.849,123,1.182,124,1.118,125,1.182,128,0.311,129,0.139,131,1.293,132,0.111,133,1.478,138,1.195,141,0.802,154,3.146,159,1.107,160,1.359,161,1.334,162,1.424,181,1.058,187,1.486,193,2.099,211,0.6,222,4.816,244,2.335,245,2.498,250,1.293,280,1.68,289,2.423,302,2.707,303,1.071,304,1.366,305,3.028,321,0.84,328,2.719,329,2.912,330,2.912,381,1.718,392,2.222,611,4.154,614,4.154,622,3.188,643,1.527,644,1.527,770,1.527,804,3.307,832,0.8,867,2.053,894,3.023,911,1.473,917,2.504,981,2.32,1033,2.86,1326,2.163,1362,1.982,1372,2.092,1416,1.527,1827,1.473,1841,1.883,1903,2.408,1909,2.805,1912,1.883,1913,1.883,1917,3.642,1920,1.795,1927,1.718,1928,1.718,1939,4.892,1983,3.863,2062,1.795,2098,3.011,2103,2.504,2105,2.504,2214,3.423,2230,2.238,2231,3.666,2232,5.569,2233,4.605,2234,6.149,2235,4.952,2236,4.952,2237,4.952,2238,4.563,2239,4.952,2240,4.563,2241,4.563,2242,4.563,2243,4.563,2244,6.462,2245,4.434,2246,6.271,2247,3.003,2248,3.855,2249,3.003,2250,3.003,2251,3.003,2252,3.003,2253,3.003,2254,5.746,2255,2.86,2256,4.952,2257,3.003,2258,3.666,2259,3.003,2260,4.593,2261,6.064,2262,3.003,2263,3.003,2264,3.666,2265,3.003,2266,3.666,2267,3.4,2268,3.666,2269,3.003,2270,3.666,2271,3.642,2272,3.003,2273,4.939,2274,3.666,2275,3.003,2276,3.4,2277,3.666,2278,3.003,2279,3.666,2280,3.003,2281,3.666,2282,3.003,2283,3.666,2284,3.003,2285,3.666,2286,3.003,2287,3.666,2288,3.003,2289,3.003,2290,3.003,2291,3.003,2292,3.003,2293,3.003,2294,3.003,2295,2.413,2296,4.112,2297,2.238,2298,2.413,2299,2.413,2300,1.982,2301,3.298,2302,3.666,2303,1.982,2304,2.413,2305,2.413,2306,2.413,2307,2.413,2308,2.413,2309,2.413,2310,2.413,2311,2.413,2312,2.413,2313,2.413,2314,2.413,2315,2.413,2316,2.413,2317,3.666,2318,2.238,2319,2.413,2320,4.112,2321,2.413,2322,2.413,2323,3.4,2324,3.666,2325,4.112,2326,2.413,2327,2.413,2328,3.666,2329,2.413,2330,2.413,2331,2.413,2332,2.413,2333,2.413,2334,2.413,2335,3.666,2336,2.413,2337,2.413,2338,2.413,2339,4.434,2340,2.413,2341,2.099,2342,3.666,2343,2.413,2344,2.413,2345,2.413,2346,2.413,2347,2.413,2348,3.4,2349,3.4,2350,2.238,2351,2.238,2352,2.413,2353,2.413,2354,3.666,2355,2.413,2356,2.413,2357,2.413,2358,2.413]],["title/interfaces/PageStateModel.html",[128,0.299,2303,2.898]],["body/interfaces/PageStateModel.html",[0,1.619,3,0.074,4,0.091,5,0.066,6,0.058,11,0.475,14,2.873,15,2.252,16,1.423,18,0.353,19,0.562,20,1.797,22,1.749,23,2.665,29,1.605,35,0.667,40,0.701,41,0.719,43,0.01,44,0.938,45,0.721,46,0.897,47,0.701,53,4.064,55,1.254,56,1.242,65,1.605,69,1.087,75,0.005,80,0.005,86,1.194,91,1.274,96,3.026,99,0.329,102,1.895,104,0.179,105,3.561,106,2.324,107,1.605,108,1.605,109,1.509,111,1.773,112,1.063,113,1.555,114,1.308,121,2.122,122,2.122,123,1.423,124,1.345,125,1.423,128,0.356,129,0.155,131,1.555,132,0.134,133,1.569,138,1.279,141,0.635,154,3.018,159,1.196,160,1.251,161,1.605,162,1.713,181,1.274,187,1.704,193,2.525,194,0.939,211,0.689,222,4.825,244,2.377,245,2.122,250,1.555,280,1.839,289,2.573,302,3.019,303,1.194,304,1.524,305,3.378,321,1.011,328,2.819,329,3.248,330,3.248,381,2.067,392,2.194,611,3.281,614,4.68,622,3.658,643,1.837,644,1.837,770,1.837,804,2.917,832,1.394,867,2.29,894,2.568,911,1.773,917,1.983,981,1.837,1033,2.265,1326,1.713,1362,2.385,1372,1.657,1416,1.837,1827,1.773,1841,2.265,1903,3.561,1909,2.661,1912,2.265,1913,2.265,1917,4.062,1920,2.161,1927,2.067,1928,2.067,1939,4.489,1983,4.229,2062,2.161,2098,3.455,2103,1.983,2105,1.983,2214,3.019,2230,2.693,2231,2.904,2232,5.877,2233,5.082,2234,6.559,2235,2.904,2236,2.904,2237,2.904,2239,2.904,2244,6.777,2245,2.904,2246,6.643,2248,2.525,2254,5.567,2255,2.265,2256,4.206,2258,2.904,2260,3.901,2261,5.739,2264,2.904,2266,2.904,2268,2.904,2270,2.904,2271,2.385,2273,5.028,2274,2.904,2276,2.693,2277,2.904,2279,2.904,2281,2.904,2283,2.904,2285,2.904,2287,2.904,2295,2.904,2296,4.587,2297,2.693,2298,2.904,2299,2.904,2300,2.385,2301,4.281,2302,4.206,2303,3.455,2304,2.904,2305,2.904,2306,2.904,2307,2.904,2308,2.904,2309,2.904,2310,2.904,2311,2.904,2312,2.904,2313,2.904,2314,2.904,2315,2.904,2316,2.904,2317,4.206,2318,2.693,2319,2.904,2320,4.587,2321,2.904,2322,2.904,2323,3.901,2324,4.206,2325,4.587,2326,2.904,2327,2.904,2328,4.206,2329,2.904,2330,2.904,2331,2.904,2332,2.904,2333,2.904,2334,2.904,2335,4.206,2336,2.904,2337,2.904,2338,2.904,2339,4.945,2340,2.904,2341,2.525,2342,4.206,2343,2.904,2344,2.904,2345,2.904,2346,2.904,2347,2.904,2348,3.901,2349,3.901,2350,2.693,2351,2.693,2352,2.904,2353,2.904,2354,4.206,2355,2.904,2356,2.904,2357,2.904,2358,2.904]],["title/interfaces/Person.html",[128,0.299,2301,2.625]],["body/interfaces/Person.html",[0,1.645,3,0.076,4,0.093,5,0.068,6,0.059,11,0.486,14,2.919,15,2.178,16,1.455,18,0.361,19,0.571,20,1.816,22,1.235,23,2.537,29,1.641,35,0.682,40,0.717,41,0.735,43,0.01,44,0.947,45,0.623,46,1.168,47,0.717,53,4.091,55,1.27,56,1.249,65,1.641,69,1.175,75,0.006,80,0.006,86,1.209,91,1.302,96,3.049,99,0.331,102,1.926,104,0.183,105,3.597,106,2.362,107,1.641,108,1.641,109,1.543,111,1.812,112,1.087,113,1.59,114,1.338,121,2.156,122,2.156,123,1.455,124,1.375,125,1.455,128,0.362,129,0.157,131,1.59,132,0.137,133,1.58,138,1.289,141,0.649,154,3.036,159,1.206,160,1.259,161,1.641,162,1.751,181,1.302,187,1.732,193,2.582,194,0.96,211,0.7,222,4.692,244,2.402,245,2.156,250,1.59,280,1.688,289,2.591,302,2.609,303,1.032,304,1.317,305,2.919,321,1.034,328,2.7,329,3.97,330,3.97,381,2.113,392,2.206,611,3.334,614,3.906,622,3.716,643,1.878,644,1.878,770,1.878,804,2.954,832,0.984,867,2.319,894,2.609,911,2.609,917,2.028,981,1.878,1033,2.316,1326,1.751,1362,3.51,1372,1.694,1416,1.878,1827,1.812,1841,3.334,1903,2.807,1909,2.704,1912,2.316,1913,2.316,1917,4.113,1920,2.209,1927,2.113,1928,2.113,1939,4.528,1983,4.273,2062,2.209,2098,4.767,2103,2.028,2105,2.028,2214,3.057,2230,2.754,2231,2.969,2232,5.383,2233,4.499,2234,6.229,2235,2.969,2236,2.969,2237,2.969,2239,2.969,2244,6.591,2245,2.969,2246,6.375,2248,2.582,2254,5.589,2255,2.316,2256,4.274,2258,2.969,2260,3.964,2261,5.777,2264,2.969,2266,2.969,2268,2.969,2270,2.969,2271,2.439,2273,4.644,2274,2.969,2276,2.754,2277,2.969,2279,2.969,2281,2.969,2283,2.969,2285,2.969,2287,2.969,2295,2.969,2296,4.644,2297,2.754,2298,2.969,2299,2.969,2300,2.439,2301,4.318,2302,5.804,2303,2.439,2304,2.969,2305,2.969,2306,2.969,2307,2.969,2308,2.969,2309,2.969,2310,2.969,2311,2.969,2312,2.969,2313,2.969,2314,2.969,2315,2.969,2316,2.969,2317,4.274,2318,2.754,2319,2.969,2320,4.644,2321,2.969,2322,2.969,2323,3.964,2324,4.274,2325,4.644,2326,2.969,2327,2.969,2328,4.274,2329,2.969,2330,2.969,2331,2.969,2332,2.969,2333,2.969,2334,2.969,2335,4.274,2336,2.969,2337,2.969,2338,2.969,2339,5.007,2340,2.969,2341,2.582,2342,4.274,2343,2.969,2344,2.969,2345,2.969,2346,2.969,2347,2.969,2348,3.964,2349,3.964,2350,2.754,2351,2.754,2352,2.969,2353,2.969,2354,4.274,2355,2.969,2356,2.969,2357,2.969,2358,2.969]],["title/injectables/ReferenceDataState.html",[0,1.358,1924,2.081]],["body/injectables/ReferenceDataState.html",[0,1.553,2,2.041,3,0.07,4,0.086,5,0.062,6,0.125,11,0.784,15,2.282,16,1.977,18,0.333,20,2.068,22,1.678,25,1.305,29,2.916,35,0.927,38,1.828,42,1.691,43,0.01,44,1.051,45,0.64,46,1.199,47,0.974,55,1.582,56,0.776,65,2.23,69,1.204,71,1.707,75,0.005,80,0.005,85,0.615,90,2.279,96,2.414,99,0.332,102,2.156,104,0.169,106,2.23,107,1.516,108,1.516,109,1.425,112,1.004,113,1.469,114,1.236,118,1.953,121,2.035,122,2.035,123,1.344,124,1.27,125,1.977,127,2.38,128,0.342,129,0.165,131,1.469,132,0.126,133,1.642,138,1.486,148,5.162,159,1.097,160,0.542,161,1.516,162,1.618,187,1.939,211,0.784,244,2.314,245,2.662,256,1.056,260,2.041,277,2.513,321,0.955,350,1.884,370,1.736,372,3.028,374,2.156,376,3.407,379,2.345,381,1.953,382,2.563,395,1.405,400,1.236,423,3.255,447,1.619,450,1.619,463,1.344,610,2.041,639,1.675,640,1.736,643,1.736,644,1.736,695,1.675,767,4.117,774,2.756,867,3.156,911,2.463,916,2.553,917,3.604,923,2.253,951,2.14,974,2.253,976,2.253,1041,3.467,1180,2.041,1302,2.756,1367,4.251,1368,4.152,1369,4.152,1416,1.736,1822,2.756,1894,3.002,1895,3.314,1901,2.872,1903,4.096,1909,3.028,1910,2.14,1919,2.14,1924,2.38,1925,3.808,1927,1.953,1928,1.953,2034,3.926,2037,3.314,2042,2.041,2051,3.407,2070,3.56,2128,5.424,2129,2.385,2130,3.508,2131,2.544,2132,3.931,2133,2.385,2134,2.253,2135,6.079,2136,3.931,2137,2.253,2138,4.035,2139,2.544,2140,3.002,2141,2.253,2142,5.623,2143,2.743,2144,2.743,2145,2.544,2146,2.743,2147,2.743,2148,2.385,2149,2.743,2150,2.743,2151,2.743,2152,2.385,2153,2.385,2154,2.743,2155,2.743,2156,2.743,2157,2.743,2158,2.385,2159,4.035,2160,4.035,2161,4.035,2162,4.035,2163,4.035,2164,4.035,2165,3.742,2166,2.743,2167,2.743,2168,2.743,2169,2.743,2170,2.743,2171,2.743,2172,2.743,2173,5.277,2174,2.743,2175,2.743,2176,2.743,2177,3.742,2178,2.743,2179,2.743,2180,2.743,2181,4.035,2182,4.786,2183,4.786,2184,2.743,2185,2.743,2186,2.743,2187,2.385,2188,2.544,2189,2.544,2190,2.544,2191,2.743,2192,2.385,2193,4.035,2194,4.439,2195,2.743,2196,2.743,2197,2.743,2198,2.743,2199,5.277,2200,4.035,2201,4.035,2202,2.743,2203,2.743,2204,2.743,2205,2.544,2206,2.743,2207,2.743,2208,2.743,2209,2.743,2210,2.743,2211,2.743,2212,2.743,2213,4.035,2214,2.463,2215,4.035,2216,2.743,2217,2.743,2218,2.743,2219,2.743,2220,2.743,2221,2.743,2222,2.743,2223,2.743,2224,2.743,2225,2.743,2226,4.035,2227,4.035,2228,2.743,2229,2.743,2267,4.894,2359,5.021,2360,5.021,2361,5.021,2362,5.021,2363,3.414,2364,3.414,2365,3.414,2366,3.414,2367,3.414,2368,3.414,2369,3.414,2370,3.414]],["title/interfaces/ReferenceDataStateModel.html",[128,0.299,2158,3.068]],["body/interfaces/ReferenceDataStateModel.html",[0,1.664,3,0.077,4,0.094,5,0.069,6,0.06,15,2.192,16,1.478,18,0.367,19,0.577,20,1.829,22,1.255,29,1.667,35,0.693,43,0.01,44,0.748,45,0.809,47,0.729,55,1.097,56,0.58,65,1.667,69,1.165,71,1.785,75,0.006,80,0.006,85,0.676,90,2.047,96,2.181,99,0.337,102,2.277,104,0.186,106,2.389,107,1.667,108,1.667,109,1.568,112,1.104,113,1.616,114,1.359,118,2.148,121,2.181,122,2.181,123,1.478,124,1.397,125,2.118,127,2.55,128,0.366,129,0.172,131,1.616,132,0.139,133,1.678,138,1.504,148,5.032,159,1.147,160,0.596,161,1.667,162,1.78,187,2.047,194,0.976,211,0.827,244,1.896,245,2.181,256,1.161,260,2.245,277,2.059,321,1.051,350,1.544,370,1.909,372,3.197,374,2.277,376,3.597,379,2.476,381,2.148,382,2.706,395,1.051,400,1.359,423,3.184,447,1.47,450,1.47,463,1.478,610,2.245,639,1.842,640,1.909,643,1.909,644,1.909,695,1.842,767,3.373,774,2.061,867,3.019,911,1.842,916,1.909,917,2.953,923,2.478,951,2.354,974,2.478,976,2.478,1041,3.353,1180,2.245,1302,2.953,1364,6.875,1367,4.111,1368,3.769,1369,3.769,1416,1.909,1822,2.953,1894,4.345,1895,4.798,1901,3.078,1903,3.624,1909,2.736,1910,2.354,1919,2.354,1924,1.78,1925,1.842,1927,2.148,1928,2.148,2034,4.105,2037,3.551,2042,2.245,2051,3.597,2070,3.217,2128,2.624,2129,2.624,2130,3.76,2131,2.798,2132,4.15,2133,2.624,2134,2.478,2135,5.518,2136,4.15,2137,2.478,2138,4.324,2139,2.798,2140,3.217,2141,2.478,2142,5.841,2143,3.017,2144,3.017,2145,2.798,2146,3.017,2147,3.017,2148,2.624,2149,3.017,2150,3.017,2151,3.017,2152,2.624,2153,2.624,2154,3.017,2155,3.017,2156,3.017,2157,3.017,2158,3.76,2159,5.841,2160,4.324,2161,5.841,2162,5.841,2163,5.841,2164,5.841,2165,2.798,2166,3.017,2167,3.017,2168,3.017,2169,3.017,2170,3.017,2171,3.017,2172,3.017,2173,3.017,2174,3.017,2175,3.017,2176,3.017,2177,4.01,2178,3.017,2179,3.017,2180,3.017,2181,3.017,2182,5.053,2183,5.053,2184,3.017,2185,3.017,2186,3.017,2187,2.624,2188,2.798,2189,2.798,2190,2.798,2191,3.017,2192,2.624,2193,4.324,2194,4.01,2195,3.017,2196,3.017,2197,3.017,2198,3.017,2199,4.324,2200,3.017,2201,3.017,2202,3.017,2203,3.017,2204,3.017,2205,2.798,2206,3.017,2207,3.017,2208,3.017,2209,3.017,2210,3.017,2211,3.017,2212,3.017,2213,3.017,2214,1.842,2215,3.017,2216,3.017,2217,3.017,2218,3.017,2219,3.017,2220,3.017,2221,3.017,2222,3.017,2223,3.017,2224,3.017,2225,3.017,2226,3.017,2227,4.324,2228,3.017,2229,3.017]],["title/components/RegistrationContentComponent.html",[195,0.443,505,1.259]],["body/components/RegistrationContentComponent.html",[3,0.057,4,0.07,5,0.079,6,0.136,11,0.892,12,1.068,15,2.308,18,0.273,19,0.463,22,2.557,23,2.63,25,1.121,35,0.797,38,2.036,40,0.837,41,0.858,42,1.549,43,0.01,44,1.156,45,0.748,46,1.098,52,0.863,55,1.527,56,1.204,69,0.713,75,0.004,80,0.004,85,1.221,86,1.151,88,2.335,91,2.09,99,0.267,104,0.138,113,1.201,114,1.011,124,1.039,129,0.07,132,0.25,133,0.569,141,0.49,155,2.321,159,1.219,160,1.158,195,0.647,196,0.762,197,1.094,198,0.801,199,0.886,200,0.886,201,0.863,207,0.781,208,1.149,209,1.149,210,2.248,211,1.172,212,0.691,213,1.178,215,1.178,246,3.255,247,3.255,250,3.224,255,1.274,256,1.334,267,1.978,268,1.269,269,1.094,280,1.598,289,0.933,302,2.116,303,1.713,304,1.468,308,1.239,316,0.744,321,0.781,326,1.597,327,1.473,328,1.982,348,3.546,392,1.851,395,1.475,396,2.553,397,1.473,398,1.473,399,2.27,403,2.404,404,1.121,405,1.323,408,1.419,409,1.404,410,1.334,412,3.128,417,1.165,423,3.071,424,1.857,425,1.473,426,1.627,428,2.341,430,1.532,431,2.269,433,1.201,434,1.915,435,2.08,439,2.893,441,1.915,442,1.698,445,2.045,447,0.597,448,2.116,450,0.597,454,0.744,468,1.75,469,1.95,471,0.431,472,1.627,473,0.886,474,1.882,475,0.886,476,0.886,477,0.801,478,0.886,479,0.781,480,1.673,481,0.801,482,0.886,483,1.178,484,1.673,485,0.801,486,0.842,487,0.886,488,0.801,489,0.886,490,0.801,491,0.762,492,0.886,493,0.801,494,0.886,495,0.801,496,0.801,497,0.886,498,0.801,499,0.863,500,0.821,501,0.886,502,0.801,503,1.369,504,0.781,505,1.701,506,0.801,507,0.886,508,0.801,509,1.673,510,0.801,511,1.269,512,1.369,513,0.781,514,0.801,515,0.781,516,1.274,517,0.886,518,0.781,519,0.762,520,0.801,521,0.886,522,0.801,523,0.886,524,0.821,525,0.886,526,0.801,527,1.121,528,0.801,529,1.237,530,0.801,531,0.886,532,0.801,533,1.149,534,0.886,535,0.801,536,0.886,537,0.886,589,5.592,668,2.193,673,0.821,685,1.269,686,1.717,692,2.83,713,1.48,727,1.597,728,2.68,733,1.842,736,0.984,737,1.669,746,3.803,800,2.704,804,3.213,832,1.58,846,2.847,883,4.236,884,3.803,984,3.48,1002,1.95,1033,4.576,1161,2.579,1267,2.468,1291,4.042,1317,5.248,1323,1.473,1326,3.627,1367,4.275,1368,3.72,1369,4.112,1378,2.243,1388,1.669,1397,3.803,1595,2.847,1664,4.766,1671,4.144,1705,1.532,1709,1.95,1751,4.648,1771,3.152,1783,2.08,1784,4.648,1787,2.704,1903,3.729,2066,2.579,2103,3.255,2105,3.255,2214,2.116,2232,3.929,2254,2.847,2267,2.08,2271,3.48,2301,1.669,2341,1.95,2371,5.92,2372,5.92,2373,2.461,2374,5.272,2375,5.272,2376,3.48,2377,4.736,2378,4.648,2379,5.272,2380,5.652,2381,5.272,2382,5.272,2383,3.803,2384,5.931,2385,5.931,2386,4.314,2387,3.803,2388,3.803,2389,4.779,2390,4.314,2391,4.314,2392,3.803,2393,2.791,2394,3.215,2395,5.052,2396,2.791,2397,4.314,2398,4.314,2399,2.791,2400,4.314,2401,2.791,2402,3.803,2403,4.648,2404,2.791,2405,4.314,2406,3.803,2407,2.791,2408,2.791,2409,2.791,2410,2.791,2411,2.791,2412,2.791,2413,2.791,2414,3.014,2415,4.314,2416,2.791,2417,4.314,2418,4.314,2419,4.314,2420,2.791,2421,2.791,2422,1.532,2423,5.272,2424,2.461,2425,2.461,2426,2.791,2427,2.791,2428,2.791,2429,5.272,2430,2.243,2431,2.791,2432,2.791,2433,2.791,2434,2.791,2435,2.791,2436,2.791,2437,2.791,2438,3.803,2439,2.461,2440,2.461,2441,2.791,2442,2.791,2443,2.791,2444,2.791,2445,2.461,2446,2.791,2447,2.243,2448,4.314,2449,2.791,2450,2.243,2451,2.08,2452,2.461,2453,2.461,2454,2.791,2455,2.791,2456,2.791,2457,2.461]],["title/modules/RegistrationContentModule.html",[538,0.627,2458,3.068]],["body/modules/RegistrationContentModule.html",[3,0.131,4,0.16,5,0.117,6,0.102,43,0.01,75,0.008,80,0.008,99,0.346,104,0.315,129,0.16,132,0.235,303,1.236,420,1.616,471,0.984,505,2.615,538,0.909,540,1.782,541,1.827,542,2.523,543,1.921,544,1.827,545,2.523,556,2.358,557,1.827,559,2.419,563,2.299,589,4.204,755,2.686,756,2.128,761,4.022,762,3.361,1699,5.031,1700,4.204,2371,4.45,2372,4.45,2458,6.288,2459,5.614,2460,5.614,2461,5.614,2462,5.614,2463,5.79,2464,6.369,2465,5.614,2466,4.45,2467,5.614,2468,5.614]],["title/components/RegistrationMetadataComponent.html",[195,0.443,506,1.259]],["body/components/RegistrationMetadataComponent.html",[3,0.063,4,0.077,5,0.123,6,0.13,11,0.882,12,1.152,15,2.271,18,0.301,19,0.499,22,2.24,23,2.622,25,1.21,35,0.859,38,1.928,40,0.903,41,0.925,42,1.62,43,0.01,44,1.148,45,0.705,46,1.367,55,1.436,56,1.164,69,1.043,75,0.005,76,2.57,80,0.005,85,0.555,86,1.462,88,2.458,91,2.2,99,0.278,104,0.152,124,2.323,129,0.077,132,0.114,133,0.628,140,1.01,141,0.541,154,2.389,155,2.261,159,1.222,160,0.991,195,0.676,196,0.841,197,1.18,198,0.884,199,0.978,200,0.978,201,0.953,207,1.876,208,1.239,209,1.239,210,2.265,211,1.176,212,0.763,213,1.27,215,1.27,236,2.297,250,2.885,255,0.745,268,1.648,269,1.18,280,0.972,303,1.714,304,0.763,316,0.821,326,1.763,327,1.627,328,2.355,350,2.022,387,2.272,388,3.407,389,3.206,394,1.057,395,1.972,396,3.381,397,3.295,398,3.295,399,2.389,400,1.116,403,2.716,404,1.623,405,3.34,409,1.493,410,1.734,423,2.086,424,3.242,426,1.7,428,1.369,431,1.326,439,2.554,441,1.369,442,1.213,445,2.205,446,3.719,447,0.66,448,1.512,450,1.336,454,0.821,457,3.288,465,3.177,466,3.177,470,3.699,471,0.476,472,1.18,473,0.978,474,1.981,475,0.978,476,0.978,477,0.884,478,0.978,479,0.862,480,1.779,481,0.884,482,0.978,483,1.27,484,1.779,485,0.884,486,0.93,487,0.978,488,0.884,489,0.978,490,0.884,491,0.841,492,0.978,493,0.884,494,0.978,495,0.884,496,1.335,497,0.978,498,0.884,499,0.953,500,0.906,501,0.978,502,0.884,503,1.476,504,0.862,505,0.884,506,1.791,507,0.978,508,0.884,509,1.779,510,0.884,511,1.368,512,1.476,513,0.862,514,0.884,515,0.862,516,0.745,517,0.978,518,0.862,519,0.841,520,0.884,521,0.978,522,0.884,523,0.978,524,0.906,525,0.978,526,0.884,527,1.457,528,0.884,529,1.335,530,0.884,531,0.978,532,0.884,533,1.239,534,0.978,535,0.884,536,0.978,537,0.978,568,2.066,612,3.468,624,4.121,639,1.512,640,1.567,672,2.272,674,1.886,692,2.607,712,2.205,727,1.763,728,2.365,729,2.034,736,1.086,743,2.477,744,1.932,745,2.297,796,2.687,841,4.653,894,3.063,958,2.297,984,3.071,1033,3.914,1041,2.003,1161,2.782,1317,3.914,1325,3.063,1326,2.205,1367,3.861,1368,3.868,1369,3.868,1388,1.843,1651,2.717,1659,4.504,1664,5.879,1786,3.251,1787,3.513,1821,2.282,1905,2.917,2001,3.468,2103,3.427,2105,3.427,2111,2.477,2112,1.932,2214,1.512,2248,2.154,2254,5.58,2261,3.468,2271,3.699,2276,3.468,2301,1.843,2318,2.297,2348,4.653,2349,4.653,2350,3.468,2351,3.468,2378,4.941,2380,5.908,2383,4.102,2388,4.102,2392,4.102,2394,3.468,2395,5.252,2406,4.102,2424,2.717,2425,2.717,2438,2.717,2439,2.717,2440,2.717,2450,4.504,2452,2.717,2453,4.102,2466,5.651,2469,6.499,2470,2.717,2471,5.605,2472,4.653,2473,5.605,2474,6.702,2475,7.047,2476,4.653,2477,4.653,2478,4.653,2479,3.082,2480,3.082,2481,3.082,2482,6.244,2483,4.653,2484,4.653,2485,3.082,2486,4.102,2487,3.082,2488,4.653,2489,3.082,2490,3.082,2491,3.082,2492,4.653,2493,5.605,2494,4.653,2495,4.102,2496,4.653,2497,3.082,2498,3.082,2499,3.082,2500,3.082,2501,3.082,2502,4.653,2503,3.082,2504,3.082,2505,3.082,2506,3.082,2507,3.082,2508,5.605,2509,5.908,2510,4.941,2511,3.082,2512,2.717,2513,2.717,2514,3.082,2515,3.082]],["title/modules/RegistrationMetadataModule.html",[538,0.627,2463,2.898]],["body/modules/RegistrationMetadataModule.html",[3,0.123,4,0.151,5,0.145,6,0.096,43,0.01,44,0.833,75,0.008,80,0.008,99,0.356,104,0.296,129,0.151,132,0.221,303,1.163,420,1.521,471,0.927,496,1.719,506,2.596,538,0.856,540,1.677,541,1.719,542,2.457,543,1.808,544,1.719,545,2.457,556,2.273,557,1.719,559,2.331,563,2.216,567,3.956,568,2.662,755,2.589,756,2.003,757,4.849,758,3.956,761,4.193,762,3.163,763,5.134,1358,5.904,1359,4.817,1649,4.467,1693,6.043,1699,4.849,1700,3.956,1799,5.708,1811,3.956,1812,4.817,2112,3.757,2126,5.904,2127,5.904,2463,5.948,2466,4.188,2469,4.817,2516,5.284,2517,5.284,2518,5.994,2519,5.284,2520,5.994,2521,5.994,2522,6.477,2523,5.284,2524,5.994]],["title/components/RegistrationModalComponent.html",[195,0.443,508,1.259]],["body/components/RegistrationModalComponent.html",[3,0.083,4,0.101,5,0.104,6,0.13,11,0.745,12,1.401,14,2.213,18,0.394,19,0.607,20,1.889,22,2.369,23,2.433,25,1.471,35,1.045,38,1.921,40,1.098,41,1.126,42,0.974,43,0.01,44,1.105,45,0.648,46,0.691,52,1.247,55,1.153,56,1.096,69,0.545,75,0.006,80,0.006,85,1.178,86,1.269,88,2.791,91,2.498,99,0.329,102,1.46,104,0.199,111,1.978,112,1.186,114,1.46,121,1.634,122,1.634,123,1.587,124,1.5,129,0.101,132,0.286,133,1.445,141,1.149,159,0.673,160,1.261,195,0.781,196,1.101,197,1.436,198,1.157,200,1.279,201,1.247,204,2.363,206,4.316,207,1.128,210,2.309,211,1.204,212,0.998,215,1.545,229,4.68,244,2.498,245,2.874,255,0.974,267,1.849,269,1.436,289,2.185,303,1.725,304,2.142,321,1.128,324,2.817,326,2.307,327,2.128,350,1.157,392,1.101,404,1.048,409,1.742,426,1.023,447,0.863,450,0.863,454,1.074,471,0.623,472,1.894,473,1.279,474,2.25,475,1.279,476,1.279,477,1.157,478,1.279,479,1.128,480,2.075,481,1.157,482,1.279,483,1.545,484,2.075,485,1.157,486,1.216,487,1.279,488,1.157,489,1.279,490,1.157,491,1.101,492,1.279,493,1.157,494,1.279,495,1.157,496,1.157,497,1.279,498,1.157,499,1.247,500,1.186,501,1.279,502,1.157,503,1.796,504,1.128,505,1.623,506,1.157,507,1.279,508,2.034,509,2.075,510,1.157,511,1.664,512,1.796,513,1.128,514,1.157,515,1.128,516,0.974,517,1.279,518,1.128,519,1.101,520,1.157,521,1.279,522,1.157,523,1.279,524,1.186,525,1.279,526,1.157,527,1.471,528,1.157,529,1.623,530,1.157,531,1.279,532,1.157,533,1.508,534,1.279,535,1.157,536,1.279,537,1.279,589,5.774,673,1.186,685,1.664,686,2.129,713,1.942,800,2.528,982,3.735,1033,3.548,1036,3.383,1146,5.284,1291,4.949,1593,5.697,1920,2.411,1924,3.361,1925,1.978,1926,2.411,1969,4.316,2062,2.411,2205,3.005,2371,5.671,2372,2.817,2376,4.316,2422,2.213,2468,3.555,2525,2.817,2526,5.659,2527,4.218,2528,6.539,2529,7.09,2530,3.24,2531,6.001,2532,4.989,2533,4.989,2534,3.555,2535,4.218,2536,4.032,2537,4.032,2538,4.032,2539,4.032,2540,3.555,2541,3.555,2542,4.032,2543,4.032,2544,4.032,2545,5.659,2546,4.032,2547,4.032,2548,3.555,2549,3.555,2550,3.555,2551,4.032,2552,4.032,2553,4.032]],["title/modules/RegistrationModalModule.html",[538,0.627,554,3.068]],["body/modules/RegistrationModalModule.html",[3,0.131,4,0.16,5,0.117,6,0.102,43,0.01,75,0.008,80,0.008,99,0.346,104,0.315,129,0.16,132,0.235,303,1.479,420,1.616,471,0.984,508,2.615,538,0.909,540,1.782,541,1.827,542,2.523,543,1.921,544,1.827,545,2.523,554,6.288,556,2.358,557,1.827,559,2.419,563,2.299,569,3.182,570,2.507,589,5.031,755,2.686,756,2.128,2371,4.45,2372,4.45,2422,3.495,2458,6.13,2554,5.614,2555,5.614,2556,5.614,2557,6.369,2558,5.118,2559,4.45,2560,6.125,2561,6.369]],["title/interfaces/RegistrationStateModel.html",[128,0.299,2562,3.528]],["body/interfaces/RegistrationStateModel.html",[0,1.296,1,2.504,3,0.086,4,0.068,5,0.077,6,0.043,8,2.581,9,1.774,11,0.354,12,1.56,14,1.475,15,2.491,16,1.058,18,0.263,19,0.45,20,2.088,22,2.798,23,2.916,29,1.194,33,4.758,35,0.774,37,3.091,40,0.522,41,0.535,43,0.01,44,0.808,45,0.659,46,0.718,47,0.813,48,1.263,49,2.504,50,2.299,53,3.325,55,1.185,56,1.032,59,1.878,65,1.194,69,1.024,75,0.004,80,0.004,83,3.122,86,1.521,88,1.649,90,2.269,91,1.476,96,2.922,99,0.332,102,1.864,104,0.133,105,3.804,106,1.86,107,1.194,108,1.194,109,1.122,111,1.319,112,0.791,113,1.803,114,0.973,117,2.16,118,1.538,119,1.685,128,0.183,129,0.105,131,1.157,132,0.099,133,1.67,138,1.391,139,1.607,140,1.047,141,0.472,154,2.224,155,2.837,159,1.326,160,0.817,161,1.194,162,1.274,163,1.878,164,1.607,165,1.878,166,1.878,167,1.774,168,1.878,169,1.878,172,1.774,173,1.774,180,2.003,184,2.16,187,1.676,194,0.699,207,1.95,211,0.677,244,2.22,245,1.698,255,1.244,256,0.831,260,1.607,280,1.611,289,1.942,302,1.319,303,1.625,321,0.752,328,1.942,329,1.419,330,1.419,350,2.369,374,1.864,379,2.027,382,2.215,392,0.734,395,1.44,423,2.594,426,0.682,432,1.319,463,2.027,496,1.202,516,0.65,603,1.878,614,3.643,615,2.286,617,3.122,624,4.758,633,2.16,639,1.319,640,1.367,667,3.366,669,3.077,670,1.538,687,1.157,720,3.366,804,2.44,818,2.927,832,1.778,835,3.693,839,3.836,867,2.484,894,1.319,965,2.003,981,3.393,982,3.836,983,2.927,992,3.693,1143,1,1157,1.878,1254,3.325,1269,2.16,1314,2.16,1323,1.419,1326,2.986,1362,4.158,1372,1.232,1384,2.16,1410,2.16,1416,1.367,1443,2.16,1490,2.37,1495,2.37,1771,2.504,1775,2.504,1821,1.319,1853,1.878,1891,1.774,1901,2.945,1903,2.211,1905,3.643,1909,2.13,1911,3.122,1912,1.685,1913,1.685,1919,1.685,1920,2.504,1924,1.986,1925,1.319,1926,1.607,1930,1.685,1932,1.685,1938,2.626,1939,1.685,1971,1.774,1983,3.643,2051,1.538,2062,2.504,2097,3.122,2098,1.774,2103,1.475,2105,2.299,2113,2.16,2130,5.037,2131,2.003,2140,1.607,2145,3.122,2177,2.003,2188,2.003,2189,2.003,2190,2.003,2194,2.003,2214,1.319,2248,1.878,2254,1.774,2255,3.227,2260,2.003,2296,2.003,2297,2.003,2303,1.774,2320,3.122,2325,2.003,2414,3.597,2445,2.37,2447,4.136,2540,4.538,2541,3.693,2548,5.124,2549,5.124,2550,2.37,2562,3.366,2563,2.37,2564,6.355,2565,6.3,2566,6.801,2567,6.97,2568,2.688,2569,2.688,2570,2.37,2571,2.37,2572,2.688,2573,4.189,2574,3.693,2575,2.688,2576,2.16,2577,2.688,2578,4.189,2579,4.189,2580,2.688,2581,5.124,2582,2.688,2583,2.688,2584,4.189,2585,2.16,2586,2.688,2587,2.688,2588,2.688,2589,2.688,2590,2.688,2591,2.688,2592,2.688,2593,2.688,2594,2.688,2595,2.688,2596,2.688,2597,3.693,2598,2.688,2599,2.688,2600,2.688,2601,2.688,2602,2.37,2603,2.688,2604,2.688,2605,2.688,2606,2.688,2607,2.688,2608,2.688,2609,2.688,2610,2.688,2611,2.688,2612,2.688,2613,2.688,2614,2.688,2615,2.688,2616,2.688,2617,2.688,2618,2.688,2619,2.688,2620,2.688,2621,2.688,2622,2.688,2623,2.688,2624,2.688,2625,2.688,2626,2.688,2627,2.688,2628,2.688,2629,2.688,2630,2.688,2631,2.688,2632,2.688,2633,2.688,2634,2.688,2635,2.688,2636,2.688,2637,2.688,2638,2.688,2639,2.688,2640,2.688,2641,2.688,2642,2.688,2643,2.688,2644,2.688,2645,2.16,2646,2.688,2647,2.16,2648,2.003,2649,2.37,2650,2.688,2651,2.688,2652,2.688,2653,2.688,2654,2.688,2655,5.812,2656,2.688,2657,2.37,2658,2.688,2659,2.688,2660,2.688,2661,2.688,2662,4.189,2663,2.688,2664,2.688,2665,2.688,2666,2.688,2667,2.688,2668,5.147,2669,2.688,2670,2.688,2671,2.688,2672,2.16,2673,2.688,2674,2.688,2675,2.688,2676,2.688,2677,2.688,2678,2.688,2679,2.688,2680,2.688,2681,2.688,2682,2.688,2683,2.688,2684,2.37,2685,2.688,2686,2.688,2687,2.688,2688,2.688,2689,2.688,2690,2.688,2691,2.688,2692,4.189,2693,2.688,2694,4.189,2695,2.688,2696,4.189,2697,2.688,2698,4.189,2699,2.688,2700,2.688,2701,2.37,2702,2.688,2703,2.688,2704,4.189,2705,2.688,2706,2.688,2707,2.688,2708,2.688,2709,2.688,2710,2.688,2711,5.147,2712,2.688,2713,2.688,2714,2.688,2715,4.189,2716,3.122,2717,4.189,2718,4.189,2719,2.688,2720,2.688,2721,2.688,2722,5.147,2723,2.688,2724,2.688,2725,2.688,2726,2.688,2727,2.688,2728,2.688,2729,2.688,2730,2.688,2731,2.16,2732,2.688,2733,2.16,2734,2.688,2735,2.16,2736,2.688,2737,2.688,2738,2.688,2739,2.16,2740,2.688,2741,2.688,2742,2.16,2743,2.16,2744,2.16,2745,2.688,2746,2.688,2747,2.16,2748,2.688,2749,2.16,2750,2.688,2751,2.16,2752,2.688,2753,2.688,2754,2.688,2755,2.688,2756,2.16,2757,2.688,2758,2.16,2759,2.688,2760,2.16,2761,2.688,2762,2.688,2763,2.688,2764,2.688,2765,2.688,2766,2.688,2767,2.688,2768,2.688,2769,2.688,2770,2.688,2771,2.688,2772,2.688,2773,2.688,2774,2.688]],["title/components/ReviewButtonComponent.html",[195,0.443,510,1.259]],["body/components/ReviewButtonComponent.html",[3,0.115,4,0.078,5,0.085,6,0.135,8,1.372,11,0.738,12,1.154,18,0.302,19,0.5,20,1.665,23,2.089,25,1.212,32,2.46,33,3.076,35,0.571,38,2.015,40,0.904,41,0.927,42,1.356,43,0.01,44,1.125,45,0.73,46,0.961,47,1.213,48,1.406,52,0.956,55,1.367,56,0.966,69,0.954,75,0.005,80,0.005,85,1.319,86,1.604,90,1.518,91,2.203,99,0.278,104,0.153,129,0.078,132,0.261,133,1.144,138,1.149,140,0.84,141,0.986,159,0.937,160,1.196,195,0.805,196,0.843,197,1.182,198,0.886,199,0.98,200,0.98,201,0.956,203,2.786,204,1.946,207,2.264,208,1.242,209,1.242,210,2.261,211,1.18,212,0.765,213,1.273,215,1.273,222,1.767,250,2.006,255,1.356,256,0.956,268,2.269,269,1.182,270,3.474,280,1.401,288,4.126,289,2.578,303,1.302,304,1.746,316,0.823,327,1.63,328,2.357,350,2.162,392,1.926,395,1.304,399,1.182,400,1.118,403,1.252,404,0.803,409,1.495,410,1.442,417,1.29,423,2.089,428,3.756,433,1.33,447,0.661,450,0.661,454,0.823,471,0.478,472,1.702,473,0.98,474,1.984,475,0.98,476,0.98,477,0.886,478,0.98,479,0.864,480,1.781,481,0.886,482,0.98,483,1.273,484,1.781,485,0.886,486,1.693,487,0.98,488,0.886,489,0.98,490,0.886,491,0.843,492,0.98,493,0.886,494,0.98,495,0.886,496,0.886,497,0.98,498,0.886,499,0.956,500,0.909,501,0.98,502,0.886,503,1.479,504,0.864,505,0.886,506,0.886,507,0.98,508,0.886,509,1.781,510,1.793,511,2.54,512,1.479,513,1.304,514,0.886,515,0.864,516,0.746,517,0.98,518,0.864,519,0.843,520,0.886,521,0.98,522,0.886,523,0.98,524,0.909,525,0.98,526,0.886,527,1.212,528,0.886,529,1.337,530,0.886,531,0.98,532,0.886,533,1.242,534,0.98,535,0.886,536,0.98,537,0.98,568,3.132,598,1.252,609,1.889,615,3.593,670,3.211,672,2.719,673,0.909,674,2.719,675,2.534,676,1.216,677,1.182,678,2.148,685,1.371,686,1.828,691,2.534,692,1.946,712,2.209,713,1.599,720,3.745,728,1.571,732,1.695,832,2.094,839,3.474,841,3.474,867,1.734,911,2.286,983,5.492,999,2.786,1034,3.745,1093,2.922,1143,1.734,1149,3.745,1267,2.666,1277,2.039,1291,3.838,1325,2.286,1334,2.922,1501,2.786,1593,3.745,1671,3.257,1692,2.482,1709,4.929,1736,2.482,2233,4.655,2267,2.302,2341,2.159,2377,2.159,2387,4.109,2402,4.109,2403,4.948,2422,1.695,2447,2.482,2530,2.482,2531,5.023,2559,2.159,2564,4.948,2657,2.723,2672,3.745,2775,5.545,2776,6.261,2777,2.482,2778,4.661,2779,4.661,2780,5.613,2781,4.948,2782,4.109,2783,6.709,2784,6.251,2785,4.661,2786,6.251,2787,5.613,2788,5.613,2789,5.613,2790,4.661,2791,4.661,2792,3.089,2793,7.053,2794,4.661,2795,3.089,2796,3.089,2797,2.723,2798,4.109,2799,4.661,2800,3.089,2801,4.661,2802,4.109,2803,4.661,2804,4.109,2805,3.089,2806,3.745,2807,4.661,2808,3.089,2809,4.661,2810,4.109,2811,4.661,2812,2.723,2813,3.089,2814,4.661,2815,3.089,2816,3.089,2817,3.089,2818,2.482,2819,2.039,2820,3.089,2821,4.661,2822,4.661,2823,3.089,2824,5.613,2825,3.089,2826,3.089,2827,3.089,2828,2.723,2829,3.089,2830,3.089,2831,3.089,2832,4.661,2833,3.089,2834,3.089,2835,3.089,2836,3.089,2837,3.089,2838,2.482,2839,2.482,2840,3.089,2841,3.089,2842,3.089]],["title/modules/ReviewButtonModule.html",[538,0.627,2843,3.068]],["body/modules/ReviewButtonModule.html",[3,0.131,4,0.16,5,0.116,6,0.102,43,0.01,75,0.008,80,0.008,99,0.345,104,0.314,129,0.16,132,0.235,420,1.614,471,0.983,510,2.615,511,2.24,538,0.908,540,1.78,541,1.825,542,2.522,543,1.918,544,1.825,545,2.522,556,2.356,557,1.825,559,2.417,563,2.297,590,5.608,755,2.684,756,2.126,761,4.019,762,3.357,1301,5.608,1699,5.027,1700,4.198,2775,4.198,2776,4.741,2819,4.198,2843,6.287,2844,5.608,2845,5.608,2846,5.608,2847,5.608,2848,6.128,2849,6.361]],["title/components/ReviewModalComponent.html",[195,0.443,513,1.229]],["body/components/ReviewModalComponent.html",[3,0.127,4,0.092,5,0.096,6,0.129,11,0.693,12,1.304,18,0.356,19,0.565,25,1.868,35,0.972,38,1.91,40,1.394,41,1.047,42,0.88,43,0.01,44,1.073,45,0.706,46,0.624,48,1.865,52,1.629,55,0.743,56,0.814,69,0.493,75,0.005,76,2.835,80,0.005,85,0.949,86,1.022,90,2.013,99,0.244,104,0.18,128,0.248,129,0.092,132,0.277,141,1.19,155,1.319,159,0.879,160,0.981,195,0.825,196,0.995,197,1.336,198,1.045,199,1.156,200,1.156,201,1.127,207,2.254,208,1.403,209,1.403,210,2.292,211,1.197,212,0.902,213,1.438,215,1.438,255,0.88,268,1.072,269,1.336,280,1.291,303,1.624,304,2.108,308,1.618,316,0.971,350,2.442,387,1.477,394,1.25,395,1.895,396,2.661,400,1.319,403,2.745,404,1.607,405,3.549,406,1.923,409,1.647,410,1.912,412,2.581,414,2.931,417,1.521,420,0.924,424,3.092,426,1.336,427,5.232,428,1.618,430,2.89,431,1.568,433,1.568,434,1.618,435,2.716,438,1.568,441,2.745,443,2.284,444,2.546,446,2.779,447,1.323,450,1.537,454,0.971,457,2.583,471,0.563,472,1.822,473,1.156,474,2.149,475,1.156,476,1.156,477,1.045,478,1.156,479,1.02,480,1.962,481,1.045,482,1.156,483,1.438,484,1.962,485,1.045,486,1.099,487,1.156,488,1.045,489,1.156,490,1.045,491,0.995,492,1.156,493,1.045,494,1.156,495,1.045,496,1.045,497,1.156,498,1.045,499,1.127,500,1.072,501,1.156,502,1.045,503,1.671,504,1.02,505,1.045,506,1.045,507,1.156,508,1.045,509,1.962,510,1.045,511,2.593,512,1.671,513,1.895,514,1.045,515,1.02,516,0.88,517,1.156,518,1.02,519,0.995,520,1.045,521,1.156,522,1.045,523,1.156,524,1.072,525,1.156,526,1.045,527,1.369,528,1.045,529,1.511,530,1.045,531,1.156,532,1.045,533,1.403,534,1.156,535,1.045,536,1.156,537,1.156,568,1.618,615,2.338,668,3.143,673,1.072,685,1.549,686,2.013,713,1.807,727,2.084,728,2.677,734,3.148,736,2.531,832,1.647,911,3.033,982,4.081,983,4.32,984,4.081,999,3.696,1044,2.716,1143,2.301,1291,4.521,1292,4.608,1400,3.679,1470,4.608,1592,2.716,1595,3.475,1692,4.231,1825,2.178,2233,4.942,2255,2.284,2376,4.942,2377,5.02,2389,5.354,2422,2,2525,2.546,2527,3.924,2532,4.642,2534,3.212,2535,4.608,2775,5.315,2806,2.928,2818,2.928,2819,5.315,2828,4.642,2838,2.928,2839,2.928,2850,4.642,2851,4.968,2852,3.644,2853,5.354,2854,5.266,2855,5.451,2856,4.608,2857,5.451,2858,3.644,2859,4.231,2860,3.644,2861,3.212,2862,2.928,2863,3.212,2864,3.212,2865,3.212,2866,3.212,2867,3.212,2868,3.212,2869,2.928,2870,3.212,2871,4.642,2872,5.266,2873,3.644,2874,3.644,2875,3.644,2876,5.266,2877,3.644,2878,3.644]],["title/interfaces/ReviewModalData.html",[128,0.299,2853,3.272]],["body/interfaces/ReviewModalData.html",[3,0.144,4,0.14,5,0.102,6,0.089,11,0.732,18,0.543,19,0.752,25,1.445,35,1.027,40,1.361,41,1.106,43,0.01,44,0.773,45,0.641,48,1.677,56,0.859,75,0.007,80,0.007,90,1.81,99,0.303,104,0.275,128,0.379,129,0.14,132,0.259,141,1.349,159,1.171,160,0.882,194,1.445,195,0.838,207,2.48,208,1.481,209,1.481,210,1.41,211,0.922,213,1.518,215,1.518,268,2.062,280,1.684,303,1.565,304,2.134,316,1.481,350,2.435,420,1.41,427,3.885,472,1.41,511,2.607,513,1.556,668,3.904,673,1.635,685,1.635,686,1.81,832,2.046,911,3.767,982,5.069,999,4.591,1044,4.144,1143,2.858,1291,4.393,1292,5.724,1470,4.144,1592,4.144,1595,3.67,1825,3.324,2233,5.487,2255,4.395,2376,4.628,2377,4.899,2389,5.226,2422,3.051,2525,3.885,2527,4.144,2535,5.724,2775,3.67,2806,5.634,2818,4.468,2819,3.67,2838,4.468,2839,4.468,2850,4.901,2851,4.468,2853,5.724,2855,4.901,2856,4.144,2857,4.901,2859,4.468,2862,4.468,2863,6.181,2864,4.901,2865,4.901,2866,4.901,2867,4.901,2868,4.901,2869,4.468,2870,4.901]],["title/modules/ReviewModalModule.html",[538,0.627,2848,3.068]],["body/modules/ReviewModalModule.html",[3,0.133,4,0.162,5,0.118,6,0.104,43,0.01,75,0.008,80,0.008,99,0.347,104,0.319,129,0.162,132,0.239,420,1.639,471,0.999,511,1.901,513,2.556,538,0.923,540,1.808,541,1.854,542,2.539,543,1.949,544,1.854,545,2.539,556,2.378,557,1.854,559,2.05,563,2.319,569,3.21,570,2.544,755,2.709,756,2.16,1699,5.074,1700,4.265,2422,3.547,2558,5.193,2559,4.515,2560,6.178,2775,4.265,2819,4.265,2848,6.214,2879,5.697,2880,5.697,2881,5.697]],["title/components/RightSidebarComponent.html",[195,0.443,514,1.259]],["body/components/RightSidebarComponent.html",[1,3.997,3,0.106,4,0.089,5,0.094,6,0.119,8,3.293,9,2.339,11,0.679,12,1.759,15,2.366,18,0.504,19,0.554,22,2.374,23,2.759,33,4.689,35,0.953,38,1.717,40,1.001,41,1.026,42,0.856,43,0.01,44,1.064,45,0.65,46,0.607,47,1.297,52,1.096,69,0.479,75,0.005,76,1.625,77,3.085,80,0.006,85,1.096,86,1.181,88,2.632,91,2.356,99,0.28,104,0.175,129,0.089,132,0.274,139,3.638,140,0.638,141,0.623,157,4.017,159,1.116,160,1.214,187,1.154,195,0.716,196,0.968,197,1.309,198,1.017,199,1.125,200,1.125,201,1.096,207,1.703,208,1.375,209,1.375,210,2.287,211,1.193,212,0.877,213,1.409,215,1.409,218,2.624,221,4.536,236,2.641,255,1.717,256,1.596,268,1.518,269,1.309,280,0.74,289,1.725,302,2.532,303,1.631,304,1.507,305,2.832,308,2.702,316,0.944,326,2.027,327,1.87,328,1.725,374,1.283,379,1.395,387,2.88,394,1.216,395,2.075,396,3.294,397,1.87,398,1.87,399,3.109,400,1.868,401,3.481,403,2.88,404,1.738,405,3.628,408,3.094,409,1.621,410,2.368,412,2.155,414,3.368,424,3.058,425,3.212,426,1.99,428,2.291,429,2.339,430,2.832,431,2.619,439,2.832,441,2.291,442,2.032,445,2.446,446,2.723,447,1.638,448,1.738,450,1.866,454,0.944,455,4.017,456,2.221,457,3.279,461,2.723,465,2.446,466,2.446,468,2.221,469,2.476,471,0.798,472,1.802,473,1.125,474,2.121,475,1.125,476,1.125,477,1.017,478,1.125,479,0.992,480,1.931,481,1.017,482,1.125,483,1.409,484,1.931,485,1.017,486,1.069,487,1.125,488,1.017,489,1.125,490,1.017,491,0.968,492,1.125,493,1.017,494,1.125,495,1.017,496,1.017,497,1.125,498,1.017,499,1.096,500,1.042,501,1.125,502,1.017,503,1.637,504,0.992,505,1.017,506,1.017,507,1.125,508,1.017,509,1.931,510,1.017,511,1.79,512,1.637,513,0.992,514,1.918,515,0.992,516,0.856,517,1.125,518,0.992,519,0.968,520,1.017,521,1.125,522,1.017,523,1.125,524,1.042,525,1.125,526,1.017,527,1.341,528,1.017,529,1.48,530,1.017,531,1.125,532,1.017,533,1.375,534,1.125,535,1.017,536,1.125,537,1.125,592,5.527,609,2.092,639,2.532,669,3.085,672,2.467,673,1.042,674,2.092,679,2.641,685,1.518,686,1.982,712,2.446,713,1.771,723,2.476,728,2.624,729,2.339,736,2.818,741,2.476,744,2.221,748,2.339,749,2.339,832,1.375,847,2.339,879,3.846,894,3.279,958,2.641,985,6.529,999,2.119,1002,2.476,1239,2.476,1289,4.671,1348,2.848,1385,2.641,1400,2.476,1673,2.641,1747,2.848,1748,5.365,1749,4.549,1753,5.365,1775,3.997,1778,4.549,1780,4.147,1781,2.848,1782,3.124,1785,5.893,1787,3.235,1788,2.848,1792,3.124,1907,2.027,2414,3.606,2576,2.848,2882,5.959,2883,6.685,2884,5.16,2885,3.544,2886,5.16,2887,3.544,2888,4.549,2889,3.544,2890,3.544,2891,3.544,2892,3.544,2893,3.544,2894,3.544,2895,3.544,2896,3.544,2897,6.086,2898,3.544,2899,3.544,2900,3.544,2901,3.544,2902,3.544]],["title/modules/RightSidebarModule.html",[538,0.627,555,3.068]],["body/modules/RightSidebarModule.html",[3,0.115,4,0.14,5,0.102,6,0.09,43,0.01,75,0.007,80,0.007,99,0.358,104,0.275,129,0.14,132,0.206,211,0.733,321,1.559,404,1.825,420,1.413,450,1.192,471,0.861,514,2.571,538,0.796,540,1.559,541,1.598,542,2.378,543,1.68,544,1.598,545,2.378,555,6.415,556,2.172,557,1.598,559,2.228,563,2.117,569,2.931,570,2.194,573,3.677,575,5.642,576,4.477,592,4.152,665,3.677,750,5.935,755,2.474,756,1.862,761,3.705,762,2.94,1802,4.912,1803,5.642,1804,4.477,1805,6.189,1806,4.912,1812,5.642,1818,4.912,2463,5.606,2465,4.912,2466,3.893,2467,4.912,2776,4.152,2843,5.935,2882,4.477,2903,4.912,2904,4.912,2905,4.912,2906,4.912,2907,5.935,2908,5.935,2909,5.935,2910,5.935,2911,7.021,2912,5.572,2913,5.572,2914,3.677,2915,5.572,2916,5.572,2917,3.677,2918,7.021,2919,4.152,2920,5.572,2921,4.152,2922,5.572,2923,5.572,2924,5.572]],["title/interfaces/Rotation.html",[128,0.299,516,1.061]],["body/interfaces/Rotation.html",[3,0.11,4,0.135,5,0.098,6,0.086,11,0.707,18,0.525,19,0.736,40,1.043,41,1.069,43,0.01,44,0.747,45,0.752,47,1.043,56,0.831,69,0.928,71,2.291,75,0.007,80,0.007,85,0.968,86,1.697,99,0.27,104,0.266,128,0.366,129,0.172,132,0.254,138,1.175,140,1.435,141,1.205,159,1.262,160,1.199,194,1.397,195,0.849,208,1.432,209,1.432,210,1.363,211,0.903,213,1.467,215,1.467,268,2.342,316,1.432,374,3.097,379,3.367,382,3.681,426,1.918,463,2.116,472,1.363,515,1.504,516,2.181,598,2.178,672,2.781,673,1.58,674,3.064,675,2.781,676,2.116,677,2.056,678,2.626,685,1.58,686,1.75,687,3.253,691,2.781,862,3.925,908,3.369,1143,2,1267,3.074,1325,2.636,1333,3.547,1558,3.369,1562,3.547,1661,3.547,1705,4.799,1783,5.634,2914,3.547,2925,3.755,2926,4.005,2927,6.049,2928,5.114,2929,4.737,2930,4.318,2931,4.318,2932,4.318,2933,4.737,2934,4.318,2935,4.737,2936,4.737,2937,4.005,2938,4.318,2939,4.737,2940,4.318,2941,6.133,2942,6.664,2943,5.935,2944,4.318,2945,4.737,2946,4.737]],["title/components/RotationSliderComponent.html",[195,0.443,515,1.229]],["body/components/RotationSliderComponent.html",[3,0.07,4,0.085,5,0.092,6,0.125,11,0.782,12,1.24,18,0.332,19,0.538,25,1.302,35,0.628,38,1.826,40,0.972,41,0.996,42,1.436,43,0.01,44,1.1,45,0.709,46,1.018,47,0.972,52,1.053,55,1.021,56,0.919,69,1.022,71,1.9,75,0.005,76,2.726,80,0.005,85,1.181,86,1.602,99,0.197,104,0.168,128,0.232,129,0.126,132,0.27,138,0.858,140,1.361,141,1.228,155,1.232,159,0.993,160,1.109,187,1.631,195,0.823,196,0.929,197,1.271,198,0.976,199,1.08,200,1.08,201,1.053,207,0.952,208,1.334,209,1.334,210,2.28,211,1.189,212,0.842,213,1.368,215,1.368,218,1.73,255,1.436,267,1.56,268,2.223,269,1.271,285,2.865,303,1.154,304,0.842,308,2.64,316,0.906,374,2.736,379,2.976,382,3.253,387,3.063,388,1.73,389,1.946,394,1.167,395,1.664,396,3.008,399,2.968,400,2.152,403,2.03,404,1.302,405,1.613,408,1.73,409,1.584,410,2.028,412,2.482,414,2.374,417,1.421,424,3.008,425,1.796,426,1.917,428,1.511,429,2.246,430,3.263,431,2.559,433,1.465,434,1.511,441,2.64,442,1.972,445,1.613,447,1.072,448,1.669,450,1.272,451,2.378,454,0.906,457,2.457,463,2.34,465,2.818,466,2.818,468,2.133,470,2.246,471,0.526,472,1.773,473,1.08,474,2.081,475,1.08,476,1.08,477,0.976,478,1.08,479,0.952,480,1.886,481,0.976,482,1.08,483,1.368,484,1.886,485,0.976,486,1.026,487,1.08,488,0.976,489,1.08,490,0.976,491,0.929,492,1.08,493,0.976,494,1.08,495,0.976,496,0.976,497,1.08,498,0.976,499,1.053,500,1.001,501,1.08,502,0.976,503,1.589,504,0.952,505,0.976,506,0.976,507,1.08,508,0.976,509,1.886,510,0.976,511,1.473,512,1.589,513,0.952,514,0.976,515,1.835,516,2.175,517,1.08,518,0.952,519,0.929,520,0.976,521,1.08,522,0.976,523,1.08,524,1.001,525,1.08,526,0.976,527,1.302,528,0.976,529,1.437,530,0.976,531,1.08,532,0.976,533,1.334,534,1.08,535,0.976,536,1.08,537,1.08,557,1.437,568,2.224,598,1.379,609,2.03,669,2.995,672,2.409,673,1.001,674,2.658,675,2.658,676,1.34,677,1.302,678,2.275,685,1.473,686,1.936,687,2.156,691,2.409,696,2.378,712,2.374,713,1.719,714,1.796,721,3.924,726,3.924,727,1.946,728,1.73,729,2.246,730,3.14,731,2.378,732,1.868,733,2.246,734,2.995,736,1.765,748,2.246,749,2.246,847,2.246,862,3.751,908,3.14,1143,1.864,1267,2.865,1325,2.457,1333,3.306,1385,2.536,1388,2.995,1558,3.14,1562,3.306,1661,3.306,1705,4.78,1783,4.43,2451,3.733,2914,5.118,2925,5.419,2926,2.536,2927,3,2928,4.43,2929,4.416,2930,4.025,2931,4.025,2932,4.025,2933,4.416,2934,4.025,2935,4.416,2936,5.241,2937,3.733,2938,4.025,2939,5.241,2940,4.025,2941,5.78,2942,5.78,2943,5.78,2944,4.025,2945,4.416,2946,3,2947,5.009,2948,5.009,2949,5.009,2950,3.403,2951,5.009,2952,3.403,2953,3.403,2954,3.403,2955,3,2956,3.403,2957,3.403,2958,3.403,2959,3,2960,5.009,2961,3.403,2962,6.557,2963,3.403,2964,5.009]],["title/modules/RotationSliderModule.html",[538,0.627,2907,3.068]],["body/modules/RotationSliderModule.html",[3,0.129,4,0.158,5,0.115,6,0.101,43,0.01,75,0.008,80,0.008,99,0.354,104,0.311,129,0.158,132,0.232,420,1.595,471,0.972,515,2.547,516,1.519,538,0.898,540,1.759,541,1.803,542,2.509,543,1.896,544,1.803,545,2.509,556,2.339,557,1.803,559,1.995,563,2.281,567,4.149,568,2.791,569,3.157,570,2.475,755,2.665,756,2.101,757,4.991,758,4.149,759,5.284,760,4.392,761,3.991,762,3.317,763,5.284,1705,3.45,2907,6.18,2914,4.149,2925,4.392,2965,5.541,2966,5.541,2967,5.541,2968,6.286,2969,6.286,2970,6.286,2971,7.562,2972,6.286]],["title/injectables/SceneState.html",[0,1.358,92,2.511]],["body/injectables/SceneState.html",[0,1.327,2,1.657,3,0.057,4,0.07,5,0.051,6,0.135,11,0.565,15,2.412,16,1.689,18,0.271,19,0.461,20,2.195,22,2.498,23,1.953,24,4.461,25,1.115,29,3.001,32,2.265,35,0.969,36,2.444,37,3.668,38,2.021,40,0.833,41,0.853,42,1.268,43,0.01,44,0.821,45,0.711,46,0.899,47,1.147,48,1.294,49,3.138,50,2.881,55,1.204,56,0.663,65,1.905,69,1.033,71,1.757,75,0.004,80,0.004,85,0.773,86,0.538,88,2.067,90,2.081,92,2.455,96,3.311,99,0.325,102,1.554,104,0.137,105,4.104,106,1.905,107,1.231,108,1.231,109,1.157,111,2.105,112,0.815,113,1.193,114,1.004,118,1.586,121,1.124,122,1.124,123,1.091,124,1.032,125,1.091,126,2.066,127,1.314,128,0.292,129,0.108,131,1.193,132,0.102,133,1.763,137,2.998,138,1.423,140,1.347,154,2.261,159,0.463,160,0.938,161,1.231,162,1.314,163,1.937,164,1.657,165,1.937,166,1.937,167,1.83,168,1.937,169,1.937,187,2.487,204,1.157,211,0.691,256,1.828,280,0.579,289,1.754,303,1.019,321,0.776,344,3.243,370,1.409,372,2.669,376,3.38,377,1.937,387,1.124,392,1.613,400,2.637,406,3.844,423,1.597,426,1.715,432,3.668,442,2.327,447,0.593,450,0.593,463,1.091,516,1.879,624,2.832,639,1.36,640,1.409,643,1.409,644,1.409,646,1.193,663,2.355,867,1.032,894,2.575,916,3.25,923,4.461,951,1.738,962,5.664,964,2.832,965,2.066,966,2.832,967,2.832,968,2.832,969,3.448,974,1.83,975,1.657,976,1.83,990,3.198,993,3.001,995,4.764,1041,1.193,1143,1.597,1194,5.795,1307,3.373,1309,1.522,1549,2.228,1576,2.228,1827,1.36,1894,2.565,1896,2.998,1897,4.723,1898,2.998,1900,2.832,1909,2.669,1923,1.937,1924,2.488,1925,1.36,1926,1.657,1937,2.69,1969,3.465,1970,1.937,1971,1.83,2034,3.138,2035,2.998,2038,2.998,2040,1.937,2042,1.657,2051,3.656,2052,1.937,2132,1.83,2133,1.937,2134,1.83,2136,5.52,2137,1.83,2140,3.533,2141,1.83,2148,1.937,2152,1.937,2153,1.937,2187,2.998,2192,2.998,2300,1.83,2430,2.228,2585,2.228,2645,3.448,2647,3.448,2648,3.198,2716,3.198,2731,2.228,2733,2.228,2735,2.228,2739,3.448,2742,2.228,2743,2.228,2744,2.228,2747,2.228,2749,2.228,2751,2.228,2756,2.228,2758,2.228,2760,2.228,2941,2.066,2943,3.198,2973,2.066,2974,4.291,2975,4.291,2976,4.628,2977,4.628,2978,4.628,2979,4.628,2980,4.628,2981,4.628,2982,5.959,2983,4.291,2984,3.783,2985,2.772,2986,3.783,2987,2.772,2988,2.772,2989,3.783,2990,3.783,2991,3.783,2992,5.635,2993,3.783,2994,3.783,2995,5.21,2996,3.783,2997,3.783,2998,3.783,2999,7.652,3000,2.772,3001,2.772,3002,2.772,3003,2.772,3004,2.772,3005,2.772,3006,2.772,3007,2.772,3008,2.772,3009,2.772,3010,2.772,3011,2.772,3012,2.772,3013,2.772,3014,2.772,3015,2.772,3016,2.772,3017,4.291,3018,2.772,3019,2.772,3020,2.772,3021,2.772,3022,4.218,3023,2.444,3024,2.228,3025,2.228,3026,2.444,3027,3.783,3028,2.066,3029,3.783,3030,2.228,3031,2.444,3032,3.783,3033,2.444,3034,3.783,3035,2.444,3036,2.444,3037,2.444,3038,2.444,3039,2.444,3040,2.444,3041,2.444,3042,3.783,3043,2.444,3044,2.444,3045,2.444,3046,2.444,3047,2.444,3048,2.444,3049,3.783,3050,2.444,3051,2.444,3052,2.444,3053,2.444,3054,2.444,3055,2.444,3056,3.783,3057,2.444,3058,2.444,3059,3.783,3060,3.783,3061,3.783,3062,2.444,3063,3.783,3064,2.444,3065,2.444,3066,2.444,3067,3.448,3068,6.421,3069,4.628,3070,2.444,3071,3.783,3072,3.783,3073,2.444,3074,2.444,3075,3.783,3076,3.783,3077,2.444,3078,2.444,3079,2.444,3080,2.444,3081,2.444,3082,2.444,3083,2.444,3084,2.444,3085,2.444,3086,2.444,3087,2.444,3088,2.444,3089,2.444,3090,2.444,3091,2.444,3092,2.444,3093,2.444,3094,2.444,3095,2.444,3096,2.444,3097,3.783,3098,2.444,3099,2.444,3100,2.444,3101,2.444,3102,2.444,3103,2.444,3104,2.444,3105,3.783,3106,2.444,3107,2.444,3108,2.444,3109,3.783,3110,2.444,3111,2.444,3112,2.444,3113,3.783,3114,2.444,3115,2.444,3116,2.444,3117,2.444,3118,2.444,3119,3.783,3120,2.444,3121,2.444,3122,2.444,3123,2.444,3124,2.444,3125,2.444,3126,2.444,3127,2.444,3128,2.444,3129,2.444,3130,2.444,3131,2.444,3132,2.444,3133,2.444,3134,2.444,3135,2.444,3136,2.444,3137,2.444,3138,2.444,3139,2.444,3140,2.444,3141,2.444,3142,2.444]],["title/interfaces/SceneStateModel.html",[128,0.299,3028,3.272]],["body/interfaces/SceneStateModel.html",[0,1.46,3,0.065,4,0.079,5,0.057,6,0.05,11,0.413,15,2.337,16,1.236,18,0.307,19,0.506,20,1.891,22,2.372,23,1.756,24,4.46,29,2.517,35,0.872,37,3.315,40,0.609,41,0.625,43,0.01,44,0.436,45,0.576,47,0.916,48,0.947,49,2.821,50,2.59,56,0.485,65,1.394,69,0.96,71,1.845,75,0.005,80,0.005,85,0.566,88,1.858,90,1.846,92,1.796,96,3.291,99,0.332,102,1.709,104,0.155,105,4.23,106,2.095,107,1.394,108,1.394,109,1.311,111,2.315,112,0.924,113,1.352,114,1.137,118,1.796,121,1.273,122,1.273,123,1.236,124,1.169,125,1.236,126,2.341,127,1.489,128,0.321,129,0.119,131,1.352,132,0.116,133,1.789,137,3.297,138,1.453,140,1.364,154,2.169,159,0.524,160,0.749,161,1.394,162,1.489,163,2.194,164,1.877,165,2.194,166,2.194,167,2.073,168,2.194,169,2.194,187,2.523,194,0.816,204,1.311,211,0.746,256,1.95,280,1.184,289,1.577,303,0.609,321,0.879,344,3.111,370,1.597,372,2.882,376,3.606,377,2.194,387,1.273,392,1.548,400,2.742,406,3.886,423,1.756,426,1.801,432,3.716,442,1.858,447,0.672,450,0.672,463,1.236,516,1.872,624,3.115,639,1.541,640,1.597,643,1.597,644,1.597,646,1.352,663,2.59,867,1.169,894,2.315,916,2.882,923,4.685,951,1.969,962,5.916,964,3.115,965,2.341,966,3.115,967,3.115,968,3.115,969,3.792,974,2.073,975,1.877,976,2.073,990,2.341,993,3,995,3.517,1041,1.352,1143,1.169,1194,5.645,1307,2.992,1309,1.724,1549,2.524,1576,2.524,1827,1.541,1894,2.821,1896,3.297,1897,4.404,1898,3.297,1900,3.115,1909,2.399,1923,2.194,1924,2.237,1925,1.541,1926,1.877,1937,2.958,1969,2.073,1970,2.194,1971,2.073,2034,3.389,2035,3.297,2038,3.297,2040,2.194,2042,1.877,2051,3.606,2052,2.194,2132,2.073,2133,2.194,2134,2.073,2136,5.56,2137,2.073,2140,3.768,2141,2.073,2148,2.194,2152,2.194,2153,2.194,2187,3.297,2192,3.297,2300,2.073,2430,2.524,2585,2.524,2645,3.792,2647,3.792,2648,3.517,2716,2.341,2731,2.524,2733,2.524,2735,2.524,2739,3.792,2742,2.524,2743,2.524,2744,2.524,2747,2.524,2749,2.524,2751,2.524,2756,2.524,2758,2.524,2760,2.524,2941,2.341,2943,3.517,2973,2.341,2976,2.769,2977,2.769,2978,2.769,2979,2.769,2980,2.769,2981,2.769,2982,4.16,2984,2.769,2986,2.769,2989,2.769,2990,2.769,2991,2.769,2992,5.557,2993,2.769,2994,2.769,2995,4.998,2996,2.769,2997,2.769,2998,2.769,2999,7.661,3022,4.555,3023,2.769,3024,2.524,3025,2.524,3026,2.769,3027,4.16,3028,3.517,3029,5.957,3030,2.524,3031,2.769,3032,4.16,3033,2.769,3034,4.16,3035,2.769,3036,2.769,3037,2.769,3038,2.769,3039,2.769,3040,2.769,3041,2.769,3042,4.16,3043,2.769,3044,2.769,3045,2.769,3046,2.769,3047,2.769,3048,2.769,3049,4.16,3050,2.769,3051,2.769,3052,2.769,3053,2.769,3054,2.769,3055,2.769,3056,4.16,3057,2.769,3058,2.769,3059,4.16,3060,4.16,3061,4.16,3062,2.769,3063,4.16,3064,2.769,3065,2.769,3066,2.769,3067,3.792,3068,6.678,3069,4.998,3070,2.769,3071,4.16,3072,4.16,3073,2.769,3074,2.769,3075,4.16,3076,4.16,3077,2.769,3078,2.769,3079,2.769,3080,2.769,3081,2.769,3082,2.769,3083,2.769,3084,2.769,3085,2.769,3086,2.769,3087,2.769,3088,2.769,3089,2.769,3090,2.769,3091,2.769,3092,2.769,3093,2.769,3094,2.769,3095,2.769,3096,2.769,3097,4.16,3098,2.769,3099,2.769,3100,2.769,3101,2.769,3102,2.769,3103,2.769,3104,2.769,3105,4.16,3106,2.769,3107,2.769,3108,2.769,3109,4.16,3110,2.769,3111,2.769,3112,2.769,3113,4.16,3114,2.769,3115,2.769,3116,2.769,3117,2.769,3118,2.769,3119,4.16,3120,2.769,3121,2.769,3122,2.769,3123,2.769,3124,2.769,3125,2.769,3126,2.769,3127,2.769,3128,2.769,3129,2.769,3130,2.769,3131,2.769,3132,2.769,3133,2.769,3134,2.769,3135,2.769,3136,2.769,3137,2.769,3138,2.769,3139,2.769,3140,2.769,3141,2.769,3142,2.769]],["title/interfaces/SlicesConfig.html",[128,0.299,1899,2.511]],["body/interfaces/SlicesConfig.html",[0,1.172,3,0.049,4,0.059,5,0.043,6,0.038,8,1.051,11,0.311,15,2.079,16,0.932,18,0.231,19,0.407,20,1.837,22,2.376,23,0.881,29,1.051,35,0.437,37,2.906,40,0.459,41,0.471,43,0.01,44,1.035,45,0.681,47,0.735,48,0.714,49,1.415,50,1.299,53,4.171,56,1.257,65,1.051,69,0.986,71,1.792,75,0.004,80,0.004,85,0.426,88,0.932,90,2.057,91,1.335,96,3.32,99,0.311,102,1.371,104,0.117,105,2.5,106,1.682,107,1.051,108,1.051,109,0.988,112,0.696,113,1.63,114,0.857,119,1.483,121,1.535,122,1.535,123,0.932,124,0.881,125,1.491,127,1.795,128,0.322,129,0.167,131,1.018,132,0.087,133,1.405,138,1.403,140,1.314,141,0.665,148,3.237,154,2.791,155,1.715,159,1.334,160,1.299,161,1.051,162,1.122,172,1.562,173,1.562,176,1.653,181,0.834,183,1.653,194,0.615,211,0.498,244,1.335,245,1.535,255,1.603,256,2.304,258,2.5,280,0.989,283,1.354,289,1.809,303,0.735,321,0.662,344,2.079,350,1.553,374,2.64,379,2.871,382,3.139,392,1.812,395,0.662,400,1.715,404,1.407,423,3.025,426,1.924,432,2.323,442,1.491,447,1.159,450,1.159,454,0.63,491,1.812,516,1.8,519,1.478,533,0.63,615,1.682,663,3.251,670,1.354,675,1.535,676,0.932,677,0.905,678,0.905,681,2.831,687,2.038,691,0.959,692,3.217,695,1.161,774,1.299,781,2.172,804,3.145,832,1.009,867,2.351,915,4.457,916,1.926,953,3.126,963,4.968,964,3.909,966,1.562,967,1.562,968,1.562,970,2.5,975,1.415,993,2.806,1041,3.437,1143,0.881,1161,1.415,1254,2.709,1263,1.354,1267,1.354,1302,2.971,1305,3.783,1307,3.502,1309,1.299,1363,2.374,1366,3.31,1367,3.932,1368,3.468,1369,3.251,1372,2.897,1416,1.203,1771,1.415,1775,3.777,1776,4.415,1777,1.653,1821,1.858,1822,2.599,1827,1.161,1859,1.483,1891,1.562,1892,1.562,1893,1.901,1894,3.777,1895,4.17,1896,4.415,1897,4.415,1898,4.415,1899,4.067,1900,4.693,1901,4.172,1902,1.562,1903,4.121,1904,3.044,1905,2.969,1906,2.823,1907,3.944,1908,4.415,1909,1.926,1910,2.374,1911,2.823,1912,1.483,1913,1.483,1914,1.901,1915,1.763,1916,1.901,1917,1.562,1918,1.901,1919,1.483,1920,2.264,1921,1.901,1922,1.901,1923,1.653,1924,1.795,1925,1.161,1926,1.415,1927,1.354,1928,1.354,1929,1.763,1930,4.159,1931,3.044,1932,3.713,1933,1.763,1934,1.901,1935,1.901,1936,1.901,1937,2.969,1938,2.374,1939,5.006,1940,1.901,1941,1.901,1942,1.901,1943,1.901,1944,1.901,1945,1.901,1946,1.901,1947,1.901,1948,1.901,1949,1.901,1950,1.901,1951,1.901,1952,1.901,1953,1.901,1954,1.901,1955,1.901,1956,1.901,1957,1.901,1958,1.901,1959,1.901,1960,1.901,1961,1.901,1962,1.901,1963,1.901,1964,1.901,1965,1.901,1966,1.763,1967,1.901,1968,1.901,1969,1.562,1970,1.653,1971,1.562,1972,1.901,1973,1.901,1974,1.901,1975,5.332,1976,3.044,1977,1.901,1978,4.351,1979,1.901,1980,3.044,1981,3.806,1982,1.901,1983,5.232,1984,1.901,1985,1.901,1986,1.901,1987,1.901,1988,1.901,1989,1.901,1990,1.901,1991,1.901,1992,1.901,1993,1.901,1994,1.901,1995,1.901,1996,1.901,1997,1.901,1998,1.901,1999,1.901,2000,1.901,2001,1.763,2002,3.806,2003,4.351,2004,1.901,2005,1.901,2006,1.901,2007,1.901,2008,1.901,2009,1.901,2010,1.901,2011,1.901,2012,1.901,2013,1.901,2014,1.901,2015,1.901,2016,3.044,2017,1.901,2018,1.901,2019,1.901,2020,1.901,2021,1.901,2022,1.901,2023,1.901,2024,1.901,2025,3.31,2026,1.901,2027,1.901,2028,1.901,2029,1.901,2030,1.901,2031,1.901,2032,1.901,2033,3.044,2034,1.415,2035,1.653,2036,1.901,2037,1.562,2038,1.653,2039,3.044,2040,3.31,2041,3.044,2042,2.264,2043,3.044,2044,1.901,2045,1.901,2046,1.901,2047,1.901,2048,1.901,2049,1.901,2050,1.901,2051,1.354,2052,1.653,2053,1.901,2054,1.901,2055,1.901,2056,1.901,2057,1.901,2058,1.901,2059,1.901,2060,1.901,2061,1.901,2062,2.264,2063,1.901,2064,1.901,2065,1.901,2066,1.415,2067,1.901,2068,4.351,2069,1.901,2070,1.415,2071,1.901,2072,1.901,2073,1.901,2074,1.901,2075,1.901,2076,1.901,2077,3.044,2078,2.823,2079,1.901,2080,1.901,2081,1.901,2082,1.901]],["title/interfaces/SlicesConfig-1.html",[128,0.249,187,1.192,1899,2.094]],["body/interfaces/SlicesConfig-1.html",[3,0.108,4,0.132,5,0.096,6,0.084,11,0.69,18,0.512,19,0.725,40,1.017,41,1.042,43,0.01,44,0.938,45,0.617,47,1.017,55,1.068,56,1.044,69,0.709,71,2.24,75,0.007,80,0.007,85,0.944,86,1.45,99,0.266,104,0.259,127,2.484,128,0.509,129,0.17,132,0.25,133,1.068,138,1.157,140,1.216,159,1.248,160,1.185,181,1.847,194,1.362,195,0.796,208,1.396,209,1.396,210,1.33,211,0.888,213,1.431,215,1.431,255,2.02,268,2.56,269,1.33,280,1.095,316,1.396,350,2.342,472,1.33,518,1.467,519,2.413,598,2.124,666,3.133,668,3.433,669,4.717,670,2.998,672,2.737,673,1.541,674,2.737,675,2.737,676,2.063,677,2.006,678,2.584,682,3.906,683,3.459,684,3.459,685,1.541,686,1.706,687,3.598,688,3.906,689,3.459,691,2.737,692,2.188,693,4.233,694,3.133,695,3.871,696,3.662,697,3.459,700,3.459,701,3.285,708,3.906,770,2.664,832,1.396,1287,4.233,1899,4.513,1908,5.513,1930,5.401,1932,5.118,1938,4.683,2214,2.571,2395,3.906,2917,3.459,3143,3.662,3144,5.568,3145,4.62,3146,4.62,3147,4.62,3148,4.62,3149,4.62,3150,4.211,3151,4.62,3152,6.586,3153,6.586,3154,4.62,3155,5.953,3156,4.62,3157,5.953,3158,4.62,3159,4.62]],["title/components/SlicesInputComponent.html",[195,0.443,518,1.229]],["body/components/SlicesInputComponent.html",[3,0.072,4,0.087,5,0.093,6,0.128,11,0.793,12,1.261,18,0.34,19,0.547,25,1.324,32,2.688,35,0.643,38,1.886,40,0.988,41,1.013,42,1.231,43,0.01,44,1.125,45,0.674,46,0.873,47,0.988,52,1.077,55,1.438,56,1.025,69,0.897,71,1.566,75,0.005,76,2.336,80,0.005,85,1.194,86,1.515,99,0.201,104,0.172,127,2.414,128,0.347,129,0.128,132,0.272,133,0.709,138,0.873,140,1.085,141,0.612,159,1.006,160,1.119,181,1.795,187,1.658,195,0.768,196,0.95,197,1.292,198,0.999,199,1.105,200,1.105,201,1.077,207,0.974,208,1.357,209,1.357,210,2.284,211,1.191,212,0.862,213,1.391,215,1.391,218,1.77,255,1.839,268,2.558,269,1.682,280,1.064,285,1.991,302,1.708,303,1.169,304,0.862,316,0.927,350,2.184,387,2.441,388,3.062,389,2.914,394,1.194,395,1.974,396,3.036,397,1.837,398,1.837,399,1.949,403,1.411,404,0.905,408,1.77,409,1.605,410,1.576,412,1.453,417,1.453,424,3.036,425,1.837,426,1.931,430,1.91,431,2.192,433,1.498,434,1.546,438,1.498,441,2.262,442,1.371,445,1.65,446,1.837,447,0.745,448,1.708,450,1.09,451,2.432,454,0.927,457,2.499,465,1.65,466,1.65,471,0.538,472,1.789,473,1.105,474,2.103,475,1.105,476,1.105,477,0.999,478,1.105,479,0.974,480,1.911,481,0.999,482,1.105,483,1.391,484,1.911,485,0.999,486,1.05,487,1.105,488,0.999,489,1.105,490,0.999,491,0.95,492,1.105,493,0.999,494,1.105,495,0.999,496,0.999,497,1.105,498,0.999,499,1.077,500,1.024,501,1.105,502,0.999,503,1.616,504,0.974,505,0.999,506,0.999,507,1.105,508,0.999,509,1.911,510,0.999,511,1.498,512,1.616,513,0.974,514,0.999,515,0.974,516,0.841,517,1.105,518,1.855,519,2.385,520,0.999,521,1.105,522,0.999,523,1.105,524,1.024,525,1.105,526,0.999,527,1.324,528,0.999,529,1.461,530,0.999,531,1.105,532,0.999,533,1.357,534,1.105,535,0.999,536,1.105,537,1.105,568,2.943,598,1.411,609,2.441,666,2.081,668,1.77,669,3.963,670,2.914,672,2.441,673,1.024,674,2.064,675,2.687,676,1.371,677,1.332,678,2.305,682,3.796,683,3.362,684,3.976,685,1.498,686,1.961,687,3.53,688,3.796,689,3.362,691,2.441,692,2.127,693,4.422,694,3.045,695,3.615,696,3.559,697,3.362,700,2.298,701,2.182,708,3.796,712,2.414,713,1.748,714,1.837,721,3.976,722,3.069,723,2.432,724,3.069,725,3.069,726,2.298,727,1.991,728,1.77,729,2.298,730,2.182,731,2.432,732,1.91,733,2.298,734,2.081,735,3.069,736,1.227,737,2.081,739,2.797,740,2.594,741,2.432,742,5.31,743,2.797,744,2.182,745,2.594,748,2.298,749,2.298,770,1.77,832,1.357,1287,2.182,1899,4.215,1908,4.929,1930,4.772,1932,3.193,1938,3.776,2099,3.069,2214,2.499,2395,3.796,2450,2.797,2917,5.255,2959,3.069,3143,5.563,3144,4.94,3145,5.31,3146,5.31,3147,3.069,3148,4.49,3149,4.49,3150,4.093,3151,4.49,3152,5.31,3153,5.31,3154,3.069,3155,4.49,3156,3.069,3157,4.49,3158,5.844,3159,3.069,3160,5.093,3161,3.481,3162,3.481,3163,3.481,3164,5.093,3165,3.481,3166,3.481,3167,3.481,3168,6.629,3169,5.093,3170,3.481,3171,3.481]],["title/modules/SlicesInputModule.html",[538,0.627,2908,3.068]],["body/modules/SlicesInputModule.html",[3,0.129,4,0.158,5,0.115,6,0.101,43,0.01,75,0.008,80,0.008,99,0.354,104,0.311,129,0.158,132,0.233,211,0.828,321,1.761,420,1.596,471,0.973,518,2.547,519,1.718,538,0.899,540,1.761,541,1.805,542,2.51,543,1.898,544,1.805,545,2.51,556,2.341,557,1.805,559,1.997,563,2.282,567,4.154,568,2.794,569,3.159,570,2.478,754,5.057,755,2.667,756,2.103,757,4.995,758,4.154,759,5.288,760,4.397,761,3.994,762,3.321,763,5.288,764,5.057,2908,6.182,2917,4.154,3143,4.397,3172,5.548,3173,5.548,3174,5.548,3175,7.567]],["title/components/StageNavComponent.html",[195,0.443,520,1.259]],["body/components/StageNavComponent.html",[3,0.055,4,0.067,5,0.076,6,0.135,11,0.875,12,1.03,18,0.406,19,0.447,20,1.109,25,1.082,32,2.196,35,0.492,38,2.021,40,0.807,41,0.828,42,1.607,43,0.01,44,1.087,45,0.741,46,1.139,47,0.807,52,1.79,55,1.355,56,1.074,61,4.042,69,0.36,75,0.004,80,0.004,85,1.198,86,1.395,99,0.164,104,0.132,124,0.992,129,0.105,132,0.246,133,0.848,138,0.457,140,1.042,141,0.731,155,2.674,159,0.966,160,1.055,181,1.466,195,0.799,196,0.728,197,1.056,198,0.764,199,0.846,200,0.846,201,0.824,207,0.746,208,1.109,209,1.109,210,2.229,211,1.166,212,0.66,213,1.136,215,1.136,226,3.668,232,3.668,243,3.751,249,1.986,250,3.251,255,0.644,256,0.824,260,3.06,262,3.577,264,4.744,267,1.908,268,2.3,269,1.874,271,3.101,280,1.578,288,2.746,289,2.223,303,0.993,304,0.66,316,0.71,317,1.862,319,4.142,328,2.097,374,0.965,387,2.543,388,2.116,392,2.062,394,0.914,395,2.114,396,3.412,397,2.196,398,2.196,399,1.959,402,3.59,403,1.687,404,1.331,405,1.263,408,1.355,409,1.364,414,2.427,417,1.737,424,1.147,425,2.702,426,1.592,428,1.183,431,2.203,433,1.147,434,1.183,438,1.147,439,1.463,441,2.569,442,2.278,444,1.862,445,1.972,446,2.196,447,1.423,448,1.307,450,1.487,454,2.197,456,1.67,457,2.041,461,1.406,465,2.742,466,2.742,471,0.412,472,1.592,473,0.846,474,1.836,475,0.846,476,0.846,477,0.764,478,0.846,479,0.746,480,1.624,481,0.764,482,0.846,483,1.136,484,1.624,485,0.764,486,0.804,487,0.846,488,0.764,489,0.846,490,0.764,491,0.728,492,0.846,493,0.764,494,0.846,495,0.764,496,0.764,497,0.846,498,0.764,499,0.824,500,1.224,501,0.846,502,0.764,503,1.32,504,0.746,505,0.764,506,0.764,507,0.846,508,0.764,509,1.624,510,0.764,511,1.224,512,1.32,513,0.746,514,0.764,515,0.746,516,0.644,517,0.846,518,0.746,519,0.728,520,1.66,521,0.846,522,0.764,523,0.846,524,0.784,525,0.846,526,0.764,527,1.082,528,0.764,529,1.194,530,0.764,531,0.846,532,0.764,533,1.772,534,0.846,535,0.764,536,0.846,537,0.846,598,1.08,609,1.687,615,2.273,672,2.543,673,0.784,674,2.816,675,2.345,676,1.049,677,1.02,678,1.959,685,1.224,686,1.667,687,1.147,689,3.818,691,2.075,712,1.972,713,1.428,714,1.406,733,1.759,734,1.593,736,2.603,740,3.101,832,1.851,846,1.759,915,4.506,916,3.756,932,3.344,970,4.142,975,3.06,981,2.603,993,2.273,1041,3.575,1060,2.284,1111,5.878,1267,3.309,1313,6.66,1317,2.608,1323,4.127,1325,2.838,1326,3.152,1348,2.141,1387,1.986,1388,1.593,1562,3.818,1595,3.379,1644,3.626,1661,4.389,1671,3.577,1678,2.349,1705,2.81,1716,6.37,1764,3.344,1765,3.344,1781,3.344,1786,4.855,1907,1.524,2103,1.463,2105,1.463,2214,1.307,2451,3.101,2512,2.349,2513,3.668,2684,5.1,2937,5.178,2940,4.649,3176,6.269,3177,2.141,3178,3.668,3179,4.161,3180,4.161,3181,7.554,3182,5.119,3183,4.161,3184,5.119,3185,6.275,3186,5.119,3187,5.119,3188,4.161,3189,4.161,3190,5.785,3191,5.119,3192,5.119,3193,5.119,3194,4.161,3195,5.785,3196,5.785,3197,2.665,3198,2.665,3199,4.161,3200,4.161,3201,5.119,3202,5.119,3203,4.513,3204,2.665,3205,4.161,3206,2.665,3207,2.665,3208,4.161,3209,2.665,3210,4.161,3211,5.119,3212,4.114,3213,5.863,3214,5.119,3215,5.119,3216,4.161,3217,4.161,3218,2.665,3219,5.785,3220,4.161,3221,2.665,3222,2.665,3223,2.665,3224,4.161,3225,2.665,3226,4.161,3227,2.665,3228,2.665,3229,2.665,3230,2.665,3231,5.1,3232,5.785,3233,2.665,3234,2.665,3235,2.665,3236,2.665,3237,5.119,3238,2.665,3239,2.665,3240,2.665,3241,2.665,3242,2.665,3243,4.161,3244,2.665,3245,2.665,3246,2.665,3247,2.665,3248,2.665,3249,2.665,3250,2.665,3251,4.161,3252,5.785,3253,2.349,3254,2.665,3255,2.349,3256,5.119,3257,2.665,3258,2.665]],["title/modules/StageNavModule.html",[538,0.627,1106,3.068]],["body/modules/StageNavModule.html",[3,0.128,4,0.156,5,0.114,6,0.1,43,0.01,75,0.008,80,0.008,99,0.353,104,0.307,129,0.156,132,0.23,420,1.576,454,1.655,471,0.96,500,2.208,520,2.607,538,0.887,540,1.738,541,1.782,542,2.496,543,1.873,544,1.782,545,2.496,556,2.322,557,1.782,559,2.383,563,2.264,569,3.135,570,2.446,755,2.646,756,2.076,761,3.962,762,3.278,1106,6.263,1111,4.341,1358,6.033,1359,4.992,1702,4.63,1738,6.094,1803,6.033,1804,4.992,1817,5.476,2522,6.619,2523,5.476,3176,4.63,3259,5.476,3260,5.476,3261,6.212,3262,5.476,3263,6.212,3264,6.212,3265,6.212]],["title/modules/StoreModule.html",[538,0.627,1119,3.068]],["body/modules/StoreModule.html",[1,4.362,3,0.122,4,0.149,5,0.108,6,0.095,8,3.24,9,3.912,43,0.01,75,0.008,80,0.008,88,2.873,90,1.93,91,2.571,92,4.174,99,0.358,102,2.146,104,0.293,109,2.475,118,3.39,119,3.715,120,4.763,129,0.183,132,0.219,138,1.015,164,3.543,203,3.543,211,0.78,245,2.957,321,2.042,350,2.093,438,2.551,538,0.846,540,1.659,559,1.881,563,2.201,643,3.013,644,3.013,695,2.908,894,3.579,951,4.574,1001,5.225,1119,5.098,1152,4.417,1408,4.417,1419,4.816,1709,4.141,1775,3.543,1846,4.141,1924,3.458,1925,2.908,1926,3.543,2105,3.253,2300,3.912,2576,4.763,2856,4.417,2930,4.763,3266,4.763,3267,5.927,3268,5.225,3269,5.927,3270,5.225,3271,7.467,3272,5.927,3273,5.225,3274,5.927,3275,5.927,3276,5.225,3277,4.763,3278,5.927,3279,5.927,3280,5.927,3281,5.927,3282,5.927,3283,5.927,3284,5.927,3285,5.927,3286,5.927,3287,5.927,3288,5.927,3289,5.225,3290,5.927,3291,5.225,3292,5.927,3293,5.927,3294,5.927,3295,5.927]],["title/interfaces/Tag.html",[12,1.087,128,0.299]],["body/interfaces/Tag.html",[3,0.129,4,0.158,5,0.115,6,0.101,8,2.784,11,0.825,12,2.189,18,0.612,19,0.81,43,0.01,45,0.815,69,1.137,70,4.382,71,2.106,75,0.008,77,3.749,80,0.009,84,4.382,115,5.551,116,3.931,128,0.514,129,0.204,139,5.145,142,5.348,154,3.218,155,3.165,157,5.348,188,4.382,194,1.63,277,2.4,395,2.113,1820,4.733,1821,3.704,1902,4.139,3296,4.673,3297,4.673,3298,5.528,3299,5.528]],["title/components/TagListComponent.html",[195,0.443,522,1.259]],["body/components/TagListComponent.html",[3,0.08,4,0.098,5,0.101,6,0.133,8,1.736,11,0.92,12,2.281,18,0.382,19,0.594,25,1.44,30,4.882,33,5.406,35,0.722,38,1.979,40,1.075,41,1.101,42,1.69,43,0.01,44,1.154,45,0.749,46,1.198,47,1.075,52,1.209,55,1.311,56,0.856,66,4.45,69,0.87,71,1.672,75,0.006,80,0.006,85,0.998,86,1.075,99,0.253,104,0.193,115,3.655,129,0.098,132,0.283,133,1.129,139,3.311,140,1.26,141,0.687,142,4.616,144,3.142,155,1.416,157,2.581,159,1.168,160,1.216,180,2.914,195,0.744,196,1.068,197,1.405,198,1.122,199,1.241,200,1.241,201,1.209,207,1.094,208,1.475,209,1.475,210,2.304,211,1.201,212,0.968,213,1.512,215,1.512,255,1.338,268,1.629,269,1.405,303,1.248,304,0.968,316,1.042,379,1.539,382,1.683,388,2.816,394,1.342,395,1.094,401,3.168,402,2.237,403,1.585,404,1.44,409,1.713,426,0.992,447,0.837,450,0.837,454,1.042,465,1.853,466,1.853,470,2.581,471,0.604,472,1.873,473,1.241,474,2.219,475,1.241,476,1.241,477,1.122,478,1.241,479,1.094,480,2.041,481,1.122,482,1.241,483,1.512,484,2.041,485,1.122,486,1.179,487,1.241,488,1.122,489,1.241,490,1.122,491,1.068,492,1.241,493,1.122,494,1.241,495,1.122,496,1.122,497,1.241,498,1.122,499,1.209,500,1.15,501,1.241,502,1.122,503,1.757,504,1.094,505,1.122,506,1.122,507,1.241,508,1.122,509,2.041,510,1.122,511,1.629,512,1.757,513,1.094,514,1.122,515,1.094,516,0.945,517,1.241,518,1.094,519,1.068,520,1.122,521,1.241,522,2.006,523,1.241,524,1.15,525,1.241,526,1.122,527,1.44,528,1.122,529,1.589,530,1.122,531,1.241,532,1.122,533,1.475,534,1.241,535,1.122,536,1.241,537,1.241,598,1.585,609,2.245,646,1.683,672,2.992,673,1.15,674,2.606,675,2.835,676,1.539,677,1.496,678,2.461,685,1.629,686,2.094,691,2.606,712,2.625,713,1.9,714,2.064,736,1.378,737,2.338,1254,3.168,1325,3.431,1501,3.311,1820,3.472,1821,3.155,2414,5.926,2535,4.127,2602,3.447,2919,6.189,3300,5.802,3301,3.447,3302,5.538,3303,6.431,3304,5.538,3305,5.538,3306,6.431,3307,6.431,3308,5.538,3309,3.91,3310,3.91,3311,5.538,3312,3.91,3313,4.45,3314,4.882,3315,5.538,3316,3.91,3317,5.538,3318,3.91,3319,4.882,3320,5.538,3321,3.91,3322,3.91,3323,3.91,3324,3.91,3325,3.91,3326,6.431,3327,3.91,3328,3.91,3329,4.882,3330,3.447,3331,3.91,3332,3.447,3333,3.447]],["title/modules/TagListModule.html",[538,0.627,2909,3.068]],["body/modules/TagListModule.html",[3,0.133,4,0.163,5,0.119,6,0.104,12,1.608,43,0.01,75,0.008,80,0.008,99,0.342,104,0.321,129,0.163,132,0.24,420,1.647,471,1.004,522,2.621,538,0.927,540,1.817,541,1.863,542,2.544,543,1.958,544,1.863,545,2.544,556,2.385,557,1.863,559,2.061,563,2.325,569,3.219,570,2.557,755,2.717,756,2.17,2909,6.22,2919,4.84,3300,4.537,3334,5.725,3335,5.725,3336,5.725,3337,6.494,3338,6.797,3339,5.725,3340,6.494]],["title/modules/TagSearchModule.html",[538,0.627,2910,3.068]],["body/modules/TagSearchModule.html",[3,0.129,4,0.158,5,0.115,6,0.101,12,1.556,43,0.01,75,0.008,80,0.008,99,0.354,104,0.311,129,0.158,132,0.232,420,1.595,471,0.972,524,2.677,538,0.898,540,1.759,541,1.803,542,2.509,543,1.896,544,1.803,545,2.509,556,2.339,557,1.803,559,1.995,563,2.281,567,4.149,568,2.791,569,3.157,570,2.475,755,2.665,756,2.101,757,4.991,758,4.149,763,5.284,1699,4.991,1700,4.149,2112,3.94,2126,6.076,2127,6.076,2910,6.18,2921,4.685,3300,4.392,3341,5.541,3342,5.541,3343,5.541,3344,6.286,3345,7.562,3346,6.286,3347,6.286]],["title/interfaces/TagSearchResult.html",[116,2.752,128,0.299]],["body/interfaces/TagSearchResult.html",[3,0.131,4,0.16,5,0.116,6,0.102,8,2.825,11,0.837,12,2.171,18,0.621,19,0.817,43,0.01,45,0.773,69,1.03,70,5.322,71,2.28,75,0.008,77,4.553,80,0.009,84,5.322,115,5.027,116,4.774,128,0.519,129,0.205,139,4.553,142,4.198,154,2.434,155,2.757,157,4.198,188,5.904,194,1.654,277,2.915,395,1.78,1820,3.987,1821,3.121,1902,5.027,3296,4.741,3297,4.741,3298,6.714,3299,6.714]],["title/modules/ThemingModule.html",[538,0.627,1120,3.068]],["body/modules/ThemingModule.html",[3,0.137,4,0.168,5,0.122,6,0.108,43,0.01,75,0.008,80,0.008,99,0.309,104,0.331,129,0.168,132,0.247,241,5.303,392,1.827,420,1.697,471,1.034,538,0.955,540,1.872,541,1.919,542,2.07,543,2.018,544,2.389,545,2.07,556,2.427,557,1.919,563,2.367,594,4.986,595,5.376,1120,6.198,3348,5.898,3349,5.898,3350,6.691,3351,7.848,3352,6.691,3353,6.691,3354,6.691]],["title/injectables/ThemingService.html",[0,1.358,241,2.625]],["body/injectables/ThemingService.html",[0,1.803,2,2.514,3,0.086,4,0.106,5,0.077,6,0.138,11,0.95,18,0.411,19,0.625,20,2.332,25,1.515,35,0.777,37,4.334,38,2.058,40,1.131,42,1.832,43,0.01,44,1.054,45,0.761,46,1.405,47,1.522,55,1.599,56,1.303,59,4.072,69,1.184,75,0.006,80,0.006,85,1.477,86,0.816,99,0.23,104,0.208,129,0.146,132,0.32,133,1.472,138,1.405,140,1.205,141,1.024,159,1.266,195,0.791,197,1.478,212,1.041,224,5.005,240,5.621,241,3.484,243,4.69,264,2.775,269,2.041,277,2.23,338,5.381,414,1.993,543,1.758,582,3.134,601,3.707,608,2.514,804,2.762,819,3.707,832,1.552,840,3.707,841,3.134,908,4.753,912,4.343,1134,3.134,1334,5.141,1351,5.137,1365,2.514,1424,4.526,1453,3.379,1502,4.683,1644,4.192,1825,2.514,1834,2.775,1835,2.775,2273,6.112,2798,5.137,3313,4.683,3314,6.916,3355,3.379,3356,5.827,3357,8.045,3358,5.827,3359,7.22,3360,7.22,3361,7.22,3362,5.827,3363,4.205,3364,4.205,3365,5.827,3366,8.201,3367,4.205,3368,7.583,3369,4.205,3370,5.827,3371,7.22,3372,4.205,3373,5.827,3374,5.137,3375,5.827,3376,4.205,3377,5.827,3378,4.205,3379,5.827,3380,4.205,3381,4.205,3382,4.205,3383,4.205,3384,4.205,3385,4.205,3386,4.205,3387,3.707,3388,3.707,3389,3.707,3390,4.205,3391,4.205,3392,4.205,3393,4.205,3394,4.205,3395,4.205,3396,4.205,3397,3.707,3398,4.205,3399,4.205,3400,5.827,3401,4.205,3402,4.205,3403,4.205,3404,4.205,3405,4.205,3406,4.205,3407,4.205,3408,4.205]],["title/components/ToggleButtonComponent.html",[195,0.443,526,1.259]],["body/components/ToggleButtonComponent.html",[3,0.067,4,0.082,5,0.089,6,0.134,11,0.764,12,1.204,15,1.467,18,0.319,19,0.522,20,2.124,25,1.264,32,2.567,35,0.604,38,2,40,0.944,41,0.967,42,1.175,43,0.01,44,1.037,45,0.659,46,0.833,47,0.944,48,1.467,52,1.012,55,1.521,56,1.114,65,2.16,69,0.785,75,0.005,80,0.005,85,1.238,86,1.334,90,1.584,99,0.253,104,0.162,112,0.962,129,0.082,132,0.266,133,1.311,138,0.995,140,0.876,141,0.575,159,1.074,160,0.921,195,0.79,196,0.893,197,1.234,198,0.938,199,1.038,200,1.038,201,1.012,204,2.685,205,2.953,207,0.915,208,1.296,209,1.296,210,2.272,211,1.189,212,0.81,213,1.328,215,1.328,223,4.677,228,3.27,246,3.53,247,3.53,250,3.101,255,0.79,256,2.466,267,2.949,269,1.234,276,3.049,277,1.861,280,1.436,289,1.941,303,1.127,304,0.81,306,3.641,307,3.049,316,0.871,348,1.955,387,1.326,390,3.641,392,1.586,393,2.05,394,1.122,395,1.361,399,1.251,402,1.871,404,0.85,405,1.55,409,2.382,410,1.012,414,2.753,415,5.123,417,2.031,421,2.783,422,2.883,424,2.094,426,0.83,428,3.811,433,1.408,434,1.452,436,5.79,437,5.79,438,3.3,439,1.795,445,2.306,447,1.376,448,2.386,450,1.542,454,0.871,461,2.567,471,0.506,472,1.744,473,1.038,474,2.041,475,1.038,476,1.038,477,0.938,478,1.038,479,0.915,480,1.843,481,0.938,482,1.038,483,1.328,484,1.843,485,0.938,486,0.986,487,1.038,488,1.972,489,1.038,490,0.938,491,0.893,492,1.038,493,0.938,494,1.038,495,0.938,496,0.938,497,1.038,498,0.938,499,1.012,500,0.962,501,1.038,502,0.938,503,1.544,504,0.915,505,0.938,506,0.938,507,1.038,508,0.938,509,1.843,510,0.938,511,1.431,512,1.544,513,0.915,514,0.938,515,0.915,516,0.79,517,1.038,518,0.915,519,0.893,520,0.938,521,1.038,522,0.938,523,1.038,524,0.962,525,1.038,526,1.845,527,2.286,528,0.938,529,1.395,530,0.938,531,1.038,532,0.938,533,1.296,534,1.038,535,0.938,536,1.038,537,1.038,598,1.326,673,0.962,685,1.431,692,2.031,713,1.669,732,1.795,775,4.667,778,3.404,781,1.5,784,2.908,785,3.909,786,5.168,791,2.567,792,2.849,793,3.399,796,3.101,800,3.049,801,3.625,802,3.625,832,1.831,837,2.437,846,4.245,847,5.406,855,2.628,857,2.437,863,2.883,993,1.452,1019,3.211,1027,3.909,1029,3.909,1030,3.909,1036,4.461,1041,3.101,1055,2.628,1060,1.795,1300,6.713,1345,2.883,1386,2.628,1388,4.11,1501,2.908,1538,2.883,1543,2.883,1544,5.12,1545,5.12,1564,4.288,1592,2.437,1598,4.288,2777,2.628,2781,5.12,2782,4.288,2797,4.288,2812,2.883,3409,7.365,3410,4.864,3411,3.27,3412,7.205,3413,4.864,3414,4.864,3415,5.808,3416,3.27,3417,3.27,3418,3.27,3419,3.27,3420,3.27,3421,3.27,3422,3.27,3423,3.27,3424,5.808,3425,5.808,3426,3.27,3427,3.27,3428,3.27,3429,3.27,3430,3.27,3431,3.27,3432,3.27,3433,3.27,3434,4.864,3435,3.27,3436,4.864,3437,3.27,3438,3.27,3439,3.27]],["title/interfaces/User.html",[128,0.299,328,1.467]],["body/interfaces/User.html",[3,0.087,4,0.107,5,0.078,6,0.068,16,1.675,18,0.416,19,0.631,20,1.565,22,1.422,23,1.584,35,0.786,37,3.56,43,0.01,45,0.537,56,1.217,69,1.186,75,0.006,80,0.006,85,0.767,88,2.313,91,2.071,99,0.329,104,0.21,111,2.088,112,1.252,128,0.4,129,0.148,132,0.157,133,1.372,138,1.305,140,1.058,141,0.748,155,1.541,159,0.981,160,1.365,181,1.5,194,1.106,195,0.679,196,1.162,202,3.172,203,2.544,204,1.777,205,2.987,206,3.878,208,1.134,209,1.134,210,1.08,211,0.885,212,1.054,213,1.162,214,3.42,215,1.162,216,3.42,217,3.172,218,2.987,219,4.219,220,4.219,221,3.172,222,3.361,223,4.219,224,4.43,225,3.42,228,2.164,229,2.809,231,3.42,235,3.42,237,5.408,238,4.722,239,4.722,240,2.974,241,3.513,242,3.42,243,3.513,244,2.372,245,2.382,246,2.336,247,3.225,250,2.897,252,3.42,254,3.42,255,1.626,256,2.082,257,3.42,258,2.809,259,3.42,260,3.513,261,2.974,262,2.974,264,2.809,266,4.722,267,1.951,268,1.979,269,1.707,270,4.379,271,3.172,272,3.42,273,3.42,274,3.42,276,2.668,277,1.628,279,3.42,280,1.406,283,2.434,284,3.42,285,2.434,286,5.016,287,4.722,288,4.442,289,2.632,291,3.42,294,3.42,297,3.42,301,2.974,302,2.088,303,0.826,304,1.054,305,2.336,306,3.683,307,2.668,308,1.89,310,3.42,312,3.42,316,1.134,317,2.974,318,3.172,319,2.809,320,3.42,321,1.191,322,3.172,323,3.42,324,2.974,325,3.172,326,2.434,327,2.246,328,1.964,329,3.83,330,3.83,331,2.974,332,3.42,333,3.42,334,3.42,335,3.42,336,4.722,337,3.42,338,3.172,339,3.42,340,3.42,341,2.668,342,3.42,343,3.42,344,2.336,345,3.42,346,3.42,347,3.42,348,2.544,349,3.42,350,1.221,351,3.42,352,3.42,353,2.974,354,3.42,355,3.42,356,3.42,357,3.42,358,3.42,359,3.42,360,4.722,361,5.832,362,6.609,363,3.42,364,3.42,365,6.485,366,3.42,367,3.172,368,3.42,369,6.015,370,2.164,371,3.42,372,4.004,373,3.42,374,2.127,375,4.722,376,4.617,377,2.974,378,3.42,379,2.313,380,4.722,381,2.434,382,2.529,383,4.722,384,3.42,385,3.172,386,4.722,387,1.725,388,2.164,389,2.434,390,2.668,391,3.42,392,1.162,393,2.668]],["title/interfaces/UserName.html",[128,0.299,2093,3.272]],["body/interfaces/UserName.html",[3,0.105,4,0.128,5,0.093,6,0.082,11,0.671,18,0.498,19,0.712,20,1.359,40,0.99,41,1.014,43,0.01,44,1.264,45,0.674,47,0.99,48,2.224,56,0.788,69,1.182,75,0.007,80,0.007,86,1.287,99,0.29,104,0.252,128,0.347,129,0.167,132,0.245,133,1.039,138,0.874,140,1.495,141,0.896,159,1.231,160,1.17,194,1.326,195,0.787,208,1.359,209,1.359,210,1.294,211,0.873,213,1.392,215,1.392,268,2.57,269,1.294,316,1.359,328,2.464,329,4.379,330,4.379,350,1.903,472,1.294,504,1.427,568,3.274,598,2.067,666,3.049,672,2.689,673,1.5,674,2.689,675,2.689,676,2.008,677,1.951,678,2.539,683,3.366,684,3.366,685,1.5,686,1.66,691,2.689,692,2.129,693,4.158,694,3.049,695,3.831,699,3.563,700,3.366,701,3.197,703,3.801,1143,2.469,1325,3.254,1326,2.417,1811,3.366,2083,3.801,2084,4.496,2085,4.496,2086,4.496,2087,4.496,2088,4.496,2089,4.496,2091,4.496,2093,6.385,2095,4.496,2097,3.801,2098,5.343,2100,6.884,2101,6.5,2102,6.5,2103,4.047,2105,4.047,2107,6.5,2111,4.098,2112,3.197,2113,6.668,2114,5.848,2115,4.496,2116,4.496,2117,4.496,2118,4.496,2119,5.848,2120,4.496,2121,4.496,2122,4.496]],["title/components/VideoModalComponent.html",[195,0.443,528,1.259]],["body/components/VideoModalComponent.html",[3,0.082,4,0.1,5,0.103,6,0.132,11,0.523,12,1.387,18,0.388,19,0.601,20,1.492,25,1.456,35,1.035,38,1.954,40,1.087,41,1.114,42,0.96,43,0.01,44,1.101,45,0.644,46,0.681,50,3.075,52,1.733,55,1.322,56,1.191,69,0.538,75,0.006,80,0.006,85,1.009,86,1.087,99,0.256,102,2.028,104,0.196,129,0.1,132,0.285,138,0.681,141,0.698,160,1.029,195,0.829,196,1.085,197,1.421,198,1.14,199,1.261,200,1.261,201,1.229,204,2.339,206,4.282,207,1.112,208,1.492,209,1.492,210,2.307,211,1.202,212,0.984,213,1.53,215,1.53,229,4.65,255,1.354,256,1.733,269,1.421,303,1.259,304,2.123,308,2.488,316,1.059,350,2.131,387,2.271,394,1.364,395,1.112,399,2.144,401,2.274,403,1.611,404,1.456,406,2.098,409,1.728,410,2.179,412,3.101,413,2.623,414,1.884,415,2.962,417,1.659,424,3.032,425,2.098,426,1.421,427,5.19,433,1.711,434,1.765,438,1.711,439,2.181,445,1.884,447,0.851,448,1.95,450,1.199,454,1.059,456,4.067,461,2.098,465,1.884,466,1.884,471,0.614,472,1.884,473,1.261,474,2.236,475,1.261,476,1.261,477,1.14,478,1.261,479,1.112,480,2.059,481,1.14,482,1.261,483,1.53,484,2.059,485,1.14,486,1.199,487,1.261,488,1.14,489,1.261,490,1.14,491,1.085,492,1.261,493,1.14,494,1.261,495,1.14,496,1.14,497,1.261,498,1.14,499,1.229,500,1.169,501,1.261,502,1.14,503,1.778,504,1.112,505,1.14,506,1.14,507,1.261,508,1.14,509,2.059,510,1.14,511,1.648,512,1.778,513,1.112,514,1.14,515,1.112,516,0.96,517,1.261,518,1.112,519,1.085,520,1.14,521,1.261,522,1.14,523,1.261,524,1.169,525,1.261,526,1.14,527,1.456,528,2.021,529,2.545,530,1.14,531,1.261,532,1.14,533,1.492,534,1.261,535,1.14,536,1.261,537,1.261,646,1.711,673,1.169,685,1.648,686,2.113,713,1.922,726,2.623,736,1.401,737,3.349,756,1.328,999,3.349,1002,2.777,1076,3.504,1113,5.815,1291,3.205,1292,4.175,1394,3.915,1595,3.698,1825,2.376,2376,5.087,2377,5.19,2389,5.536,2422,2.181,2525,2.777,2527,4.175,2533,3.504,2851,5.214,2859,4.502,2861,3.504,2862,3.194,2869,3.194,2871,4.939,3212,6.363,3387,6.794,3440,5.745,3441,6.794,3442,7.045,3443,3.975,3444,6.488,3445,3.975,3446,3.975,3447,5.603,3448,5.603,3449,5.661,3450,5.661,3451,4.939,3452,5.603,3453,5.603,3454,3.975,3455,3.975,3456,3.975,3457,5.603,3458,3.975,3459,3.975,3460,3.975,3461,3.975,3462,3.975,3463,3.975,3464,5.72,3465,3.975]],["title/components/VideoModalLauncherComponent.html",[195,0.443,530,1.259]],["body/components/VideoModalLauncherComponent.html",[3,0.087,4,0.106,5,0.107,6,0.126,11,0.771,12,1.451,18,0.572,19,0.629,25,1.523,35,0.783,38,1.838,40,1.137,41,1.165,42,1.024,43,0.01,44,1.121,45,0.662,46,0.726,48,1.767,52,1.311,55,0.864,56,0.906,69,0.573,75,0.006,76,1.944,80,0.006,85,1.21,86,1.303,99,0.265,102,2.121,104,0.209,128,0.399,129,0.106,132,0.291,141,0.745,160,1.149,187,1.38,195,0.841,196,1.157,197,1.487,198,1.216,199,1.345,200,1.345,201,1.311,207,1.186,208,1.561,209,1.561,210,2.317,211,1.207,212,1.049,213,1.6,215,1.6,255,1.024,256,1.311,268,2.131,269,1.487,280,0.885,303,1.476,304,2.256,316,1.129,328,1.958,350,1.216,374,1.535,392,1.6,394,1.454,395,1.186,396,2.522,397,2.237,398,2.237,403,1.718,404,1.523,405,2.009,409,1.789,410,2.077,414,2.009,428,1.882,431,2.522,433,1.824,434,1.882,438,1.824,441,2.602,442,1.669,446,3.092,447,1.254,450,0.907,454,1.129,457,2.079,461,2.237,471,0.655,472,1.929,473,1.345,474,2.299,475,1.345,476,1.345,477,1.216,478,1.345,479,1.186,480,2.131,481,1.216,482,1.345,483,1.6,484,2.131,485,1.216,486,1.278,487,1.345,488,1.216,489,1.345,490,1.216,491,1.157,492,1.345,493,1.216,494,1.345,495,1.216,496,1.216,497,1.345,498,1.216,499,1.311,500,1.247,501,1.345,502,1.216,503,1.859,504,1.186,505,1.216,506,1.216,507,1.345,508,1.216,509,2.131,510,1.216,511,1.723,512,1.859,513,1.186,514,1.216,515,1.186,516,1.024,517,1.345,518,1.186,519,1.157,520,1.216,521,1.345,522,1.216,523,1.345,524,1.247,525,1.345,526,1.216,527,1.883,528,1.681,529,2.555,530,2.078,531,1.345,532,1.216,533,1.561,534,1.345,535,1.216,536,1.345,537,1.345,596,4.094,598,1.718,609,2.375,673,1.247,685,1.723,686,2.187,713,2.01,726,3.868,727,2.425,730,2.657,736,2.065,981,2.979,1113,5.321,1114,5.862,1291,3.352,1394,4.094,1400,5.063,1907,3.842,2422,2.326,2530,3.406,2531,5.822,2559,2.962,3440,5.496,3466,3.737,3467,5.86,3468,8.443,3469,6.716,3470,5.86,3471,7.245,3472,5.86,3473,5.86,3474,4.239,3475,5.86,3476,4.239,3477,4.239,3478,5.86,3479,5.86,3480,4.239,3481,4.239,3482,4.239]],["title/modules/VideoModalLauncherModule.html",[538,0.627,1107,3.068]],["body/modules/VideoModalLauncherModule.html",[3,0.133,4,0.163,5,0.119,6,0.104,43,0.01,75,0.008,80,0.008,99,0.335,104,0.32,129,0.163,132,0.239,304,2.034,420,1.643,471,1.001,529,1.858,530,2.62,538,0.925,540,1.813,541,1.858,542,2.541,543,1.954,544,1.858,545,2.541,556,2.382,557,1.858,559,2.056,563,2.322,569,3.215,570,2.55,755,2.713,756,2.165,1107,6.217,1113,4.276,1114,4.828,3440,4.526,3483,5.711,3484,5.711,3485,5.711,3486,6.478,3487,6.478]],["title/modules/VideoModalModule.html",[538,0.627,3488,3.272]],["body/modules/VideoModalModule.html",[3,0.132,4,0.161,5,0.117,6,0.103,43,0.01,75,0.008,80,0.008,99,0.346,104,0.316,129,0.161,132,0.236,420,1.623,471,0.989,528,2.617,529,1.836,538,0.914,540,1.791,541,1.836,542,2.528,543,1.93,544,1.836,545,2.528,556,2.364,557,1.836,559,2.031,563,2.305,569,3.191,570,2.52,755,2.694,756,2.139,1113,5.045,2422,3.512,2558,5.142,2559,4.472,2560,6.142,3440,4.472,3449,5.142,3488,6.616,3489,5.642,3490,5.642,3491,5.642,3492,7.644,3493,5.642]],["title/interfaces/VisibilityItem.html",[128,0.299,1307,2.317]],["body/interfaces/VisibilityItem.html",[3,0.128,4,0.156,5,0.114,6,0.1,11,0.819,18,0.608,19,0.807,43,0.01,44,1.213,45,0.785,46,1.437,69,1.213,71,2.269,75,0.008,76,3.448,80,0.008,86,1.459,128,0.512,129,0.156,154,3.339,194,1.619,280,1.687,344,4.789,350,1.786,454,2.003,533,1.659,832,2.003,993,3.875,1263,4.301,1307,3.968,1309,4.845,1334,4.713,1907,4.799,3494,5.489,3495,5.489,3496,6.629]],["title/components/VisibilityMenuComponent.html",[195,0.443,532,1.259]],["body/components/VisibilityMenuComponent.html",[3,0.058,4,0.071,5,0.08,6,0.132,11,0.933,12,1.076,18,0.582,19,0.467,25,1.13,35,0.521,38,1.961,40,0.844,41,0.865,42,1.645,43,0.01,44,1.116,45,0.725,46,1.166,47,0.844,52,0.872,55,1.564,56,1.225,69,0.718,71,2.06,75,0.005,76,1.293,80,0.005,85,0.783,86,1.59,99,0.209,104,0.139,129,0.071,132,0.251,133,0.886,138,0.745,140,1.074,141,0.495,154,2.802,159,1.223,160,1.08,181,1.532,187,1.941,195,0.65,196,0.77,197,1.103,198,0.809,199,0.895,200,0.895,201,0.872,207,0.789,208,1.158,209,1.158,210,2.241,211,1.171,212,0.698,213,1.187,215,1.187,255,0.681,256,1.641,267,1.993,268,1.56,269,1.103,283,2.487,303,1.03,304,0.698,316,0.751,328,0.942,353,3.707,374,1.021,379,1.11,392,1.187,394,0.967,395,1.217,396,2.566,397,1.488,398,1.488,399,1.664,401,3.035,402,3.035,404,0.733,408,1.433,409,1.413,410,1.641,413,1.861,414,1.336,417,3.261,419,3.707,420,1.634,425,1.488,426,1.634,431,1.214,433,1.871,434,1.93,438,1.871,439,1.547,441,1.252,442,3.161,444,1.97,445,2.515,447,1.276,448,2.603,450,0.93,451,4.501,454,0.751,455,2.869,456,1.767,461,2.294,462,4.263,463,2.089,464,3.707,471,0.436,472,1.634,473,0.895,474,1.892,475,0.895,476,0.895,477,0.809,478,0.895,479,0.789,480,1.684,481,0.809,482,0.895,483,1.187,484,1.684,485,0.809,486,0.85,487,0.895,488,0.809,489,0.895,490,0.809,491,0.77,492,0.895,493,0.809,494,0.895,495,0.809,496,0.809,497,0.895,498,0.809,499,0.872,500,0.829,501,0.895,502,0.809,503,1.379,504,0.789,505,0.809,506,0.809,507,0.895,508,0.809,509,1.684,510,0.809,511,1.279,512,1.379,513,0.789,514,0.809,515,0.789,516,0.681,517,0.895,518,0.789,519,0.77,520,0.809,521,0.895,522,0.809,523,0.895,524,0.829,525,0.895,526,0.809,527,1.13,528,0.809,529,1.247,530,0.809,531,0.895,532,1.711,533,2.292,534,0.895,535,0.809,536,0.895,537,0.895,557,0.809,598,1.143,609,1.762,672,2.611,673,0.829,674,2.15,675,2.417,676,1.11,677,1.079,678,2.03,685,1.279,686,1.727,691,2.15,692,1.815,697,3.936,712,2.061,713,1.492,714,1.488,721,2.869,730,1.767,731,1.97,732,2.386,733,2.869,734,1.686,736,1.87,737,1.686,804,2.061,867,2.856,912,3.24,984,2.869,993,3.835,999,2.599,1002,3.038,1060,2.386,1239,1.97,1254,1.613,1263,2.487,1277,1.861,1307,4.284,1309,4.942,1317,4.266,1323,2.294,1325,3.764,1326,2.826,1332,3.038,1333,3.936,1334,4.266,1384,3.493,1388,1.686,1562,2.869,1705,1.547,1716,5.699,1766,5.257,1770,2.486,1780,2.266,1786,5.82,1787,1.767,1814,6.108,1905,2.725,1907,4.189,1929,3.24,2025,3.707,2097,2.101,2648,4.801,2649,3.832,3067,4.263,3253,2.486,3319,2.486,3497,5.727,3498,2.486,3499,5.306,3500,4.347,3501,4.347,3502,5.963,3503,4.347,3504,5.963,3505,4.347,3506,3.832,3507,4.347,3508,5.306,3509,4.347,3510,2.82,3511,2.82,3512,2.82,3513,4.347,3514,4.347,3515,2.82,3516,2.82,3517,4.347,3518,4.347,3519,4.347,3520,4.347,3521,2.82,3522,3.832,3523,2.82,3524,4.347,3525,2.82,3526,3.832,3527,4.347,3528,2.82,3529,4.347,3530,4.347,3531,2.82,3532,7.926,3533,4.347,3534,2.486,3535,5.963,3536,2.82,3537,2.82,3538,2.82,3539,6.806,3540,6.441,3541,4.347,3542,5.306,3543,4.347,3544,2.82,3545,2.82,3546,5.306,3547,2.82,3548,2.82,3549,2.82,3550,2.82,3551,2.82,3552,2.82,3553,2.82,3554,2.82,3555,2.82]],["title/modules/VisibilityMenuModule.html",[538,0.627,1800,3.068]],["body/modules/VisibilityMenuModule.html",[3,0.133,4,0.162,5,0.118,6,0.104,43,0.01,75,0.008,80,0.008,99,0.347,104,0.319,129,0.162,132,0.238,211,0.849,321,1.806,420,1.637,471,0.998,532,2.619,533,1.719,538,0.922,540,1.806,541,1.851,542,2.537,543,1.947,544,1.851,545,2.537,556,2.376,557,1.851,559,2.048,563,2.317,569,3.208,570,2.541,755,2.707,756,2.157,759,5.368,760,4.51,1800,6.213,1807,6.773,1814,4.81,3497,4.51,3556,5.69,3557,5.69,3558,5.69,3559,6.454,3560,6.454]],["title/components/VisibilityToggleComponent.html",[195,0.443,535,1.259]],["body/components/VisibilityToggleComponent.html",[3,0.076,4,0.092,5,0.097,6,0.13,11,0.697,12,1.312,15,2.051,18,0.359,19,0.569,25,1.378,35,0.679,38,1.915,40,1.028,41,1.054,42,0.888,43,0.01,44,1.076,45,0.708,46,0.63,47,1.028,52,1.137,55,0.749,56,0.819,69,0.717,75,0.005,80,0.005,85,1.299,86,1.502,99,0.209,104,0.182,129,0.092,132,0.278,140,1.299,141,1.267,155,2.719,159,0.614,160,1.144,181,1.868,195,0.814,196,1.004,197,1.344,198,1.055,199,1.167,200,1.167,201,1.137,207,1.029,208,1.412,209,1.412,210,2.294,211,1.196,212,0.91,213,1.447,215,1.447,255,1.281,256,1.137,268,2.209,269,1.344,277,2.028,280,1.107,283,3.032,289,2.273,303,1.206,304,0.91,316,0.979,328,1.771,387,1.49,388,3.159,394,1.261,395,1.903,396,2.927,399,2.378,400,1.331,402,2.103,403,2.148,404,1.378,406,1.94,408,3.159,409,1.655,410,2.104,412,2.213,414,1.743,417,2.213,419,2.569,420,0.933,424,3.103,425,1.94,426,1.576,429,2.427,430,2.909,431,3.103,433,2.675,434,2.759,438,2.281,439,2.018,441,2.759,442,2.447,443,3.322,445,3.224,447,1.33,448,2.6,450,1.134,454,0.979,457,3.048,461,1.94,465,1.743,466,1.743,470,3.498,471,0.568,472,1.829,473,1.167,474,2.158,475,1.167,476,1.167,477,1.055,478,1.167,479,1.029,480,1.972,481,1.055,482,1.167,483,1.447,484,1.972,485,1.055,486,1.109,487,1.167,488,1.055,489,1.167,490,1.055,491,1.004,492,1.167,493,1.055,494,1.167,495,1.055,496,1.055,497,1.167,498,1.055,499,1.137,500,1.081,501,1.167,502,1.055,503,1.682,504,1.029,505,1.055,506,1.055,507,1.167,508,1.055,509,1.972,510,1.055,511,1.559,512,1.682,513,1.029,514,1.055,515,1.029,516,0.888,517,1.167,518,1.029,519,1.004,520,1.055,521,1.167,522,1.055,523,1.167,524,1.081,525,1.167,526,1.055,527,2.257,528,1.055,529,1.52,530,1.055,531,1.167,532,1.055,533,2.365,534,1.167,535,1.951,536,1.167,537,1.167,598,1.49,609,2.148,672,2.519,673,1.081,674,2.148,675,2.756,676,1.448,677,1.407,678,2.378,685,1.559,686,2.023,689,3.498,691,2.519,712,3.224,713,1.818,714,1.94,723,2.569,728,1.869,732,2.018,736,1.296,832,1.412,879,2.74,993,1.633,1045,2.74,1252,4.672,1277,2.427,1325,2.6,1326,2.512,1332,3.703,1387,2.74,1388,2.198,1562,3.498,1661,3.498,1703,2.954,1705,2.909,1706,5.478,1707,4.672,1709,5.248,1713,3.241,1717,3.241,1736,2.954,1764,4.259,1765,4.259,1787,3.322,1788,2.954,1816,6.015,1907,3.555,2451,2.74,2457,3.241,2937,3.95,2955,4.672,3329,4.672,3330,3.241,3332,3.241,3333,3.241,3497,5.64,3506,6.621,3534,3.241,3561,5.3,3562,5.3,3563,5.3,3564,7.209,3565,6.214,3566,5.3,3567,4.672,3568,3.677,3569,5.3,3570,3.677,3571,6.214,3572,3.677,3573,3.677,3574,4.672,3575,3.677,3576,3.677,3577,3.677,3578,3.677,3579,3.677,3580,5.3,3581,3.677]],["title/modules/VisibilityToggleModule.html",[538,0.627,1801,3.068]],["body/modules/VisibilityToggleModule.html",[3,0.133,4,0.163,5,0.119,6,0.104,43,0.01,75,0.008,80,0.008,99,0.342,104,0.32,129,0.163,132,0.239,420,1.643,471,1.001,533,1.726,535,2.62,538,0.925,540,1.813,541,1.858,542,2.541,543,1.954,544,1.858,545,2.541,556,2.382,557,1.858,559,2.056,563,2.322,569,3.215,570,2.55,755,2.713,756,2.165,1742,5.711,1745,5.711,1801,6.217,1816,4.828,3338,6.787,3339,5.711,3497,4.526,3582,5.711,3583,5.711,3584,5.711]],["title/interfaces/XYZTriplet.html",[128,0.299,1901,2.511]],["body/interfaces/XYZTriplet.html",[0,1.167,3,0.048,4,0.059,5,0.043,6,0.038,8,1.045,11,0.31,15,2.075,16,0.927,18,0.23,19,0.405,20,1.833,22,2.372,23,0.876,29,1.045,35,0.435,37,2.898,40,0.457,41,0.468,43,0.01,44,1.034,45,0.704,47,0.732,48,0.71,49,1.407,50,1.292,53,4.166,56,1.255,65,1.045,69,0.985,71,1.227,75,0.004,80,0.004,85,0.424,88,0.927,90,2.052,91,1.329,96,3.317,99,0.311,102,1.365,104,0.116,105,2.491,106,1.675,107,1.045,108,1.045,109,0.983,112,0.692,113,1.623,114,0.852,119,1.475,121,1.529,122,1.529,123,0.927,124,0.876,125,1.485,127,1.788,128,0.321,129,0.166,131,1.013,132,0.087,133,1.402,138,1.402,140,1.312,141,0.663,148,3.227,154,2.786,155,1.709,159,1.332,160,1.298,161,1.045,162,1.116,172,1.553,173,1.553,176,1.645,181,0.829,183,1.645,194,0.612,211,0.496,244,1.329,245,1.529,255,1.523,256,2.301,258,2.489,280,0.986,283,1.346,289,1.804,303,0.732,321,0.659,344,2.07,350,1.548,374,2.858,379,3.108,382,3.397,392,1.808,395,0.659,400,1.709,404,1.403,423,3.022,426,1.922,432,2.315,442,1.485,447,1.155,450,1.155,454,0.627,491,1.808,516,1.797,519,1.03,533,0.627,615,1.675,663,3.242,670,1.346,675,1.529,676,0.927,677,0.901,678,0.901,681,2.821,687,2.031,691,0.954,692,3.212,695,1.155,774,1.292,781,2.89,804,3.138,832,1.005,867,2.346,915,4.449,916,1.917,953,3.115,963,4.96,964,3.899,966,1.553,967,1.553,968,1.553,970,2.489,975,1.407,993,2.799,1041,3.433,1143,1.403,1161,1.407,1254,2.7,1263,1.346,1267,1.346,1302,2.962,1305,3.772,1307,3.494,1309,1.292,1363,2.364,1366,3.298,1367,3.926,1368,3.46,1369,3.242,1372,2.709,1416,1.197,1771,1.407,1775,3.768,1776,4.405,1777,1.645,1821,1.85,1822,3.895,1827,1.155,1859,2.364,1891,1.553,1892,1.553,1893,1.891,1894,3.768,1895,4.161,1896,4.405,1897,4.405,1898,4.405,1899,3.936,1900,4.685,1901,4.255,1902,1.553,1903,4.116,1904,3.031,1905,2.958,1906,2.811,1907,3.936,1908,4.128,1909,1.917,1910,2.364,1911,2.811,1912,1.475,1913,1.475,1914,1.891,1915,1.754,1916,1.891,1917,1.553,1918,1.891,1919,1.475,1920,2.255,1921,1.891,1922,1.891,1923,1.645,1924,1.788,1925,1.155,1926,1.407,1927,1.346,1928,1.346,1929,2.811,1930,2.958,1931,1.891,1932,2.364,1933,1.754,1934,1.891,1935,1.891,1936,1.891,1937,2.958,1938,2.364,1939,5,1940,1.891,1941,1.891,1942,1.891,1943,1.891,1944,1.891,1945,1.891,1946,1.891,1947,1.891,1948,1.891,1949,1.891,1950,1.891,1951,1.891,1952,1.891,1953,1.891,1954,1.891,1955,1.891,1956,1.891,1957,1.891,1958,1.891,1959,1.891,1960,1.891,1961,1.891,1962,1.891,1963,1.891,1964,1.891,1965,1.891,1966,1.754,1967,1.891,1968,1.891,1969,1.553,1970,1.645,1971,1.553,1972,1.891,1973,1.891,1974,1.891,1975,5.32,1976,3.031,1977,1.891,1978,4.337,1979,1.891,1980,3.031,1981,3.792,1982,1.891,1983,5.228,1984,1.891,1985,1.891,1986,1.891,1987,1.891,1988,1.891,1989,1.891,1990,1.891,1991,1.891,1992,1.891,1993,1.891,1994,1.891,1995,1.891,1996,1.891,1997,1.891,1998,1.891,1999,1.891,2000,1.891,2001,1.754,2002,3.792,2003,4.337,2004,1.891,2005,1.891,2006,1.891,2007,1.891,2008,1.891,2009,1.891,2010,1.891,2011,1.891,2012,1.891,2013,1.891,2014,1.891,2015,1.891,2016,3.031,2017,1.891,2018,1.891,2019,1.891,2020,1.891,2021,1.891,2022,1.891,2023,1.891,2024,1.891,2025,3.298,2026,1.891,2027,1.891,2028,1.891,2029,1.891,2030,1.891,2031,1.891,2032,1.891,2033,3.031,2034,1.407,2035,1.645,2036,1.891,2037,1.553,2038,1.645,2039,3.031,2040,3.298,2041,3.031,2042,2.255,2043,3.031,2044,1.891,2045,1.891,2046,1.891,2047,1.891,2048,1.891,2049,1.891,2050,1.891,2051,1.346,2052,1.645,2053,1.891,2054,1.891,2055,1.891,2056,1.891,2057,1.891,2058,1.891,2059,1.891,2060,1.891,2061,1.891,2062,2.255,2063,1.891,2064,1.891,2065,1.891,2066,1.407,2067,1.891,2068,4.337,2069,1.891,2070,1.407,2071,1.891,2072,1.891,2073,1.891,2074,1.891,2075,1.891,2076,1.891,2077,3.031,2078,2.811,2079,1.891,2080,1.891,2081,1.891,2082,1.891]],["title/changelog.html",[2066,2.189,3585,2.942,3586,2.942]],["body/changelog.html",[3,0.13,5,0.038,8,1.528,19,0.226,24,4.504,38,0.508,43,0.007,45,0.192,46,0.36,48,1.038,50,2.772,59,2.405,60,1.469,71,0.546,74,1.689,75,0.004,77,4.651,80,0.007,83,2.565,85,0.379,90,2.56,102,2.167,123,2.487,125,1.355,128,0.449,137,1.469,139,5.457,140,1.295,141,0.887,142,2.272,154,0.804,167,1.388,181,1.78,187,1.121,194,0.546,195,0.509,197,0.873,199,0.667,201,0.65,207,1.414,210,0.873,211,1.135,212,0.52,224,1.889,240,1.469,244,0.741,255,1.056,256,0.65,261,2.405,267,0.964,269,0.533,277,2.29,285,1.203,288,2.272,301,2.405,302,2.936,303,0.848,304,0.52,308,0.933,321,0.588,328,2.281,350,2.374,367,4.914,370,1.069,389,1.203,394,0.721,395,1.559,402,1.203,406,2.666,410,0.65,421,2.5,423,3.111,428,1.528,432,2.478,438,0.905,443,1.318,447,0.45,450,0.737,454,1.346,468,2.158,486,0.634,491,0.94,496,0.603,527,0.895,529,0.603,541,1.599,544,0.603,568,0.933,574,2.158,578,3.95,596,4.906,603,6.129,611,1.318,639,3.348,640,3.732,648,2.565,669,4.535,677,0.804,678,0.804,681,3.777,692,2.499,697,5.463,721,3.334,770,1.069,801,2.565,818,1.469,823,1.689,861,1.318,862,2.5,911,1.689,912,1.567,915,3.751,916,3.955,932,2.766,935,4.913,942,1.853,953,2.272,956,1.689,981,2.222,982,1.388,983,2.405,990,3.765,993,0.933,995,1.567,999,1.257,1029,1.689,1034,1.689,1041,1.481,1087,1.318,1095,1.469,1099,1.154,1145,1.853,1146,1.567,1149,1.689,1152,3.257,1153,1.853,1158,1.388,1159,1.689,1161,4.596,1180,2.613,1215,1.689,1222,1.689,1223,1.689,1263,1.969,1288,4.182,1289,1.469,1290,1.689,1291,2.5,1305,2.405,1309,1.154,1314,2.766,1317,2.158,1323,1.816,1332,4.182,1333,1.388,1334,2.739,1352,1.853,1367,1.816,1372,2.555,1390,3.034,1398,4.478,1461,1.689,1502,2.766,1517,2.766,1643,1.853,1659,1.689,1661,1.388,1671,1.469,1673,1.567,1674,5.276,1715,1.853,1719,3.034,1735,2.766,1775,2.613,1776,3.53,1777,2.405,1786,1.469,1787,1.318,1823,1.388,1827,2.478,1832,1.469,1854,1.469,1867,1.469,1882,1.853,1902,1.388,1905,2.158,1906,3.765,1937,1.318,2066,2.613,2078,2.565,2103,1.154,2137,3.678,2140,2.058,2141,1.388,2255,1.318,2271,1.388,2323,2.565,2376,1.388,2394,4.153,2414,2.405,2486,1.853,2495,1.853,2509,3.034,2510,3.034,2566,3.853,2571,1.853,2701,1.853,2802,1.853,2804,3.034,2810,3.853,2856,1.567,2888,1.853,2931,5.077,2932,2.766,2934,1.689,2938,1.689,2944,4.059,3150,1.689,3178,1.853,3203,1.853,3213,1.853,3231,1.853,3255,4.913,3289,1.853,3313,1.689,3374,3.034,3389,3.034,3397,3.034,3441,1.853,3450,6.095,3451,5.276,3464,3.853,3496,1.853,3522,1.853,3526,1.853,3567,1.853,3574,1.853,3586,2.766,3587,3.853,3588,3.853,3589,4.913,3590,3.034,3591,5.052,3592,5.052,3593,5.573,3594,3.442,3595,5.052,3596,7.461,3597,5.052,3598,5.052,3599,6.593,3600,3.442,3601,2.102,3602,1.853,3603,2.102,3604,6.593,3605,7.34,3606,7.585,3607,3.442,3608,2.102,3609,5.276,3610,3.034,3611,5.984,3612,5.812,3613,1.853,3614,1.853,3615,2.102,3616,2.102,3617,3.442,3618,5.052,3619,3.442,3620,4.37,3621,2.102,3622,3.442,3623,2.102,3624,7.47,3625,2.102,3626,3.442,3627,1.853,3628,2.102,3629,3.034,3630,3.034,3631,3.442,3632,6.593,3633,2.102,3634,2.102,3635,2.102,3636,4.37,3637,3.442,3638,7.192,3639,2.102,3640,3.034,3641,6.016,3642,3.442,3643,5.573,3644,4.37,3645,2.102,3646,3.442,3647,3.442,3648,2.102,3649,2.102,3650,4.37,3651,3.442,3652,4.37,3653,4.37,3654,3.442,3655,2.102,3656,3.442,3657,3.442,3658,6.318,3659,5.984,3660,3.442,3661,2.102,3662,2.102,3663,2.102,3664,3.442,3665,4.913,3666,2.102,3667,2.102,3668,2.102,3669,2.102,3670,4.37,3671,2.102,3672,2.102,3673,3.442,3674,5.573,3675,2.102,3676,3.442,3677,3.034,3678,2.102,3679,2.102,3680,2.102,3681,3.442,3682,2.102,3683,2.102,3684,2.102,3685,3.442,3686,2.102,3687,5.052,3688,3.442,3689,4.37,3690,2.102,3691,2.102,3692,2.102,3693,2.102,3694,2.102,3695,7.585,3696,2.102,3697,1.853,3698,2.102,3699,3.442,3700,1.689,3701,2.102,3702,3.442,3703,5.052,3704,4.37,3705,2.102,3706,2.102,3707,2.102,3708,2.102,3709,4.913,3710,3.853,3711,4.913,3712,2.102,3713,4.37,3714,5.812,3715,7.47,3716,2.102,3717,2.102,3718,3.442,3719,3.853,3720,2.102,3721,2.102,3722,5.573,3723,2.102,3724,2.102,3725,2.102,3726,2.102,3727,3.442,3728,3.034,3729,6.318,3730,5.298,3731,2.102,3732,2.102,3733,2.102,3734,2.102,3735,2.102,3736,2.102,3737,3.442,3738,3.442,3739,2.102,3740,3.442,3741,2.102,3742,2.102,3743,2.102,3744,2.102,3745,1.853,3746,3.442,3747,3.442,3748,3.442,3749,2.102,3750,2.102,3751,2.102,3752,2.102,3753,3.442,3754,2.102,3755,2.102,3756,3.442,3757,3.442,3758,5.052,3759,2.102,3760,4.37,3761,3.442,3762,5.984,3763,3.442,3764,5.052,3765,2.102,3766,2.102,3767,3.442,3768,2.102,3769,2.102,3770,3.442,3771,2.102,3772,2.102,3773,2.102,3774,3.442,3775,2.102,3776,2.102,3777,2.102,3778,2.102,3779,2.102,3780,2.102,3781,2.102,3782,2.102,3783,3.442,3784,2.102,3785,2.102,3786,2.102,3787,4.37,3788,4.37,3789,1.853,3790,2.102,3791,2.102,3792,2.102,3793,2.102,3794,2.102,3795,3.442,3796,3.442,3797,3.442,3798,4.37,3799,2.102,3800,2.102,3801,2.102,3802,2.102,3803,3.442,3804,5.052,3805,2.102,3806,2.102,3807,4.37,3808,3.442,3809,2.102,3810,2.102,3811,3.442,3812,5.052,3813,2.102,3814,2.102,3815,2.102,3816,3.442,3817,2.102,3818,2.102,3819,2.102,3820,2.102,3821,2.102,3822,5.052,3823,2.102,3824,4.37,3825,5.052,3826,2.102,3827,4.37,3828,5.573,3829,3.442,3830,3.442,3831,3.442,3832,4.37,3833,5.052,3834,5.573,3835,3.442,3836,4.37,3837,2.102,3838,2.102,3839,6.318,3840,5.052,3841,6.824,3842,2.102,3843,2.102,3844,2.102,3845,3.442,3846,2.102,3847,2.102,3848,2.102,3849,2.102,3850,3.442,3851,2.102,3852,2.102,3853,3.853,3854,3.442,3855,2.102,3856,2.102,3857,2.102,3858,2.102,3859,2.102,3860,2.102,3861,2.102,3862,2.102,3863,2.102,3864,5.984,3865,4.37,3866,3.442,3867,2.102,3868,2.102,3869,2.102,3870,4.37,3871,2.102,3872,2.102,3873,3.442,3874,3.442,3875,3.442,3876,4.37,3877,2.102,3878,2.102,3879,2.102,3880,2.102,3881,2.102,3882,2.102,3883,1.853,3884,2.102,3885,2.102,3886,2.102,3887,2.102,3888,2.102,3889,2.102,3890,2.102,3891,2.102,3892,2.102,3893,2.102,3894,2.102,3895,2.102,3896,2.102,3897,2.102,3898,6.593,3899,2.102,3900,4.37,3901,4.37,3902,5.052,3903,3.442,3904,4.37,3905,2.102,3906,2.102,3907,3.442,3908,3.442,3909,2.102,3910,2.102,3911,2.102,3912,3.442,3913,2.102,3914,3.853,3915,2.102,3916,2.102,3917,2.102,3918,2.102,3919,2.102,3920,2.102,3921,2.102,3922,2.102,3923,2.102,3924,2.102,3925,2.102,3926,2.102,3927,2.102,3928,2.102,3929,2.102,3930,2.102,3931,2.102,3932,2.102,3933,2.102,3934,2.102,3935,2.102,3936,3.442,3937,2.102,3938,3.442,3939,2.102,3940,3.442,3941,5.052,3942,5.052,3943,3.442,3944,3.442,3945,2.102,3946,2.102,3947,2.102,3948,4.37,3949,2.102,3950,1.853,3951,2.102,3952,2.102,3953,2.102,3954,2.102,3955,3.442,3956,7.022,3957,4.37,3958,2.102,3959,3.442,3960,2.102,3961,2.102,3962,2.102,3963,2.102,3964,2.102,3965,2.102,3966,3.442,3967,5.569,3968,3.442,3969,2.102,3970,2.102,3971,2.102,3972,2.102,3973,2.102,3974,4.059,3975,2.102,3976,3.442,3977,2.102,3978,2.102,3979,2.102,3980,3.442,3981,2.102,3982,2.102,3983,2.102,3984,3.442,3985,3.442,3986,3.034,3987,2.102,3988,2.102,3989,2.102,3990,2.102,3991,2.102,3992,2.102,3993,2.102,3994,2.102,3995,1.853,3996,2.102,3997,2.102,3998,2.102,3999,2.102,4000,2.102,4001,2.102,4002,2.102,4003,1.853,4004,2.102,4005,3.442,4006,2.102,4007,2.102,4008,2.102,4009,2.102,4010,2.102,4011,2.102,4012,2.102,4013,2.102,4014,2.102,4015,2.102,4016,1.853,4017,3.442,4018,2.102,4019,2.102,4020,2.102,4021,2.102,4022,3.442,4023,1.853,4024,2.102,4025,2.102,4026,2.102,4027,2.102,4028,2.102,4029,2.102,4030,2.102]],["title/coverage.html",[3974,4.824]],["body/coverage.html",[0,2.461,1,2.074,5,0.11,6,0.15,7,4.083,8,3.268,9,3.354,10,4.083,12,0.859,43,0.01,45,0.317,75,0.005,80,0.005,88,1.366,91,1.223,92,1.985,116,2.175,128,0.614,130,2.586,132,0.188,140,0.625,141,0.893,195,0.905,196,0.947,202,4.481,241,2.074,244,1.223,304,1.258,328,1.159,331,2.424,400,3.339,404,1.913,426,2.142,463,2.773,477,0.995,479,0.971,481,0.995,483,1.387,485,0.995,488,0.995,490,0.995,493,0.995,495,0.995,498,0.995,500,1.494,502,0.995,504,0.971,505,0.995,506,0.995,508,0.995,510,0.995,513,0.971,514,0.995,515,0.971,516,0.838,518,0.971,520,0.995,522,0.995,524,1.02,526,0.995,528,0.995,530,0.995,532,0.995,535,0.995,578,3.354,582,2.586,586,2.586,589,3.968,592,2.586,604,3.787,605,3.787,660,2.788,663,1.904,664,4.201,665,3.968,666,4.662,680,2.586,768,2.424,769,2.788,773,4.083,778,2.256,796,1.493,811,1.702,882,3.059,894,1.702,1004,3.059,1077,2.175,1078,4.416,1084,2.175,1091,2.175,1092,2.175,1111,2.424,1113,3.968,1114,2.586,1139,2.586,1140,4.625,1141,4.083,1142,4.083,1160,2.424,1249,2.788,1250,2.788,1251,3.059,1284,2.788,1285,3.059,1288,2.424,1297,2.175,1298,2.175,1300,2.788,1302,1.904,1303,3.059,1304,3.059,1307,1.831,1310,2.788,1311,2.586,1312,3.059,1361,4.922,1363,2.175,1371,2.586,1375,3.059,1400,3.551,1407,2.586,1408,3.787,1409,4.083,1419,2.29,1483,2.788,1485,4.481,1519,2.788,1648,2.788,1649,2.586,1650,3.059,1701,2.788,1702,2.586,1703,4.083,1746,2.788,1747,4.083,1763,7.547,1771,2.074,1811,3.354,1814,2.586,1816,2.586,1819,4.858,1821,1.702,1830,2.175,1888,2.586,1889,2.788,1890,2.788,1891,2.29,1892,4.65,1899,2.907,1901,1.985,1924,1.645,1925,3.247,1937,3.185,2025,2.424,2070,2.074,2083,3.787,2093,2.586,2128,4.625,2129,4.625,2158,2.424,2230,4.481,2301,2.074,2303,2.29,2371,3.551,2372,2.424,2373,3.059,2466,2.424,2469,2.788,2470,3.059,2525,4.625,2562,2.788,2563,4.479,2775,3.968,2776,2.586,2777,4.083,2819,3.354,2853,2.586,2882,2.788,2914,3.968,2917,3.968,2919,2.586,2921,4.933,2925,4.201,2926,4.481,2928,2.586,2973,4.481,3028,2.586,3143,4.201,3144,2.586,3176,2.586,3177,2.788,3266,2.788,3277,2.788,3296,3.787,3297,3.787,3300,4.922,3301,3.059,3355,4.083,3409,3.059,3440,3.551,3466,3.059,3494,3.059,3495,3.059,3497,3.551,3498,3.059,3677,3.059,3974,2.788,4016,5.3,4031,3.47,4032,3.47,4033,7.361,4034,3.47,4035,3.47,4036,5.081,4037,5.081,4038,7.604,4039,7.604,4040,6.618,4041,3.47,4042,5.081,4043,3.47,4044,8.561,4045,3.47,4046,3.47,4047,6.618,4048,3.47,4049,3.47,4050,5.081,4051,3.47,4052,3.47,4053,3.059,4054,3.47,4055,3.47,4056,3.47,4057,3.47,4058,3.47,4059,3.059,4060,3.47,4061,3.47,4062,3.47,4063,3.47,4064,3.059,4065,3.47,4066,3.47,4067,3.47,4068,3.47,4069,3.47,4070,3.47,4071,3.47,4072,3.47,4073,3.47,4074,3.47,4075,7.045,4076,5.081,4077,6.618,4078,3.47,4079,3.47,4080,3.059,4081,3.47,4082,3.47,4083,5.081,4084,5.081,4085,3.47,4086,3.47,4087,3.47,4088,3.47,4089,5.834,4090,3.47,4091,3.059,4092,3.059,4093,3.059,4094,3.47,4095,3.47]],["title/dependencies.html",[541,1.516,3700,2.942]],["body/dependencies.html",[5,0.098,22,1.792,43,0.01,72,4.309,75,0.007,80,0.007,102,2.881,104,0.265,109,2.239,110,5.507,112,1.577,269,1.738,541,1.538,565,4.728,573,4.523,574,4.296,615,2.381,639,2.631,676,2.973,677,2.052,678,2.052,756,1.792,955,4.728,956,4.309,1047,4.309,1143,1.996,1157,3.747,1364,4.309,1705,3.761,1915,3.997,1966,3.997,2112,3.362,2134,3.54,2570,4.728,2574,4.728,2581,4.728,3024,4.309,3025,4.309,3212,4.309,3268,4.728,3270,4.728,3271,6.041,3273,4.728,3291,4.728,3449,4.309,3493,4.728,3590,6.658,3614,4.728,3640,4.728,3711,6.041,3853,4.728,4096,5.363,4097,5.363,4098,5.363,4099,5.363,4100,5.363,4101,5.363,4102,5.363,4103,8.811,4104,5.363,4105,5.363,4106,6.853,4107,5.363,4108,5.363,4109,5.363,4110,5.363,4111,5.363,4112,5.363,4113,5.363,4114,7.958,4115,5.363,4116,6.853,4117,5.363,4118,5.363,4119,5.363,4120,7.552,4121,5.363,4122,5.363,4123,5.363,4124,5.363,4125,5.363,4126,5.363,4127,5.363,4128,5.363,4129,6.853,4130,5.363,4131,5.363,4132,5.363,4133,5.363,4134,5.363,4135,6.853,4136,5.363,4137,6.853,4138,5.363,4139,5.363,4140,5.363,4141,5.363,4142,5.363,4143,5.363,4144,5.363,4145,5.363,4146,5.363,4147,5.363,4148,4.728,4149,5.363,4150,5.363,4151,5.363,4152,5.363,4153,5.363,4154,6.853,4155,5.363,4156,5.363,4157,5.363,4158,5.363,4159,5.363,4160,5.363,4161,5.363,4162,5.363,4163,5.363,4164,5.363,4165,5.363,4166,5.363,4167,5.363,4168,5.363,4169,5.363,4170,5.363,4171,5.363,4172,5.363,4173,5.363,4174,5.363,4175,5.363,4176,5.363,4177,5.363,4178,5.363,4179,5.363,4180,5.363,4181,5.363,4182,5.363,4183,5.363,4184,5.363,4185,6.853,4186,5.363,4187,5.363,4188,5.363,4189,5.363,4190,5.363,4191,5.363,4192,5.363,4193,5.363,4194,5.363,4195,5.363,4196,5.363,4197,5.363,4198,5.363]],["title/miscellaneous/functions.html",[4199,2.416,4200,4.658]],["body/miscellaneous/functions.html",[6,0.139,11,0.835,18,0.62,22,2.121,42,2.086,43,0.009,44,1.2,45,0.745,46,1.479,55,1.76,61,4.434,69,0.858,75,0.008,80,0.008,86,1.231,244,2.236,256,2.353,409,2.026,423,2.361,463,2.498,578,5.02,604,4.729,605,5.668,647,5.594,660,6.111,767,4.767,769,6.111,773,5.099,838,4.188,839,4.729,845,5.594,848,5.594,1361,4.434,1373,5.099,1925,3.113,2128,4.434,2129,5.314,2130,5.314,2132,5.375,2136,5.02,2139,4.729,2140,4.547,2165,4.729,2973,4.729,3022,5.099,3030,5.099,4059,6.705,4064,6.705,4080,6.705,4199,4.188,4200,5.594,4201,6.346,4202,6.346,4203,5.594,4204,5.594,4205,6.346,4206,6.346]],["title/index.html",[18,0.358,2066,2.189,3585,2.942]],["body/index.html",[3,0.173,43,0.007,75,0.007,80,0.007,90,2.331,102,2.081,125,2.263,128,0.487,194,1.494,195,0.58,211,1.193,267,2.635,303,1.115,328,2.606,372,3.639,423,2.901,431,2.473,443,3.602,596,5.702,603,5.002,640,2.922,668,2.922,911,3.512,981,3.639,1288,4.016,1332,5.002,1333,3.793,1398,4.618,2394,5.335,2716,5.811,3450,7.159,3586,4.618,3587,6.311,3588,6.311,3589,7.801,3596,6.873,3612,5.066,3613,7.194,3627,6.311,3629,6.311,3630,7.194,3665,5.066,3697,5.066,3709,7.401,3710,7.401,3714,6.311,3719,5.066,3728,6.311,3730,4.618,3745,5.066,3789,6.311,3986,5.066,3995,5.066,4023,5.066,4207,7.158,4208,5.747,4209,5.747,4210,5.747,4211,6.311,4212,5.747,4213,5.747,4214,5.747,4215,7.158,4216,7.158,4217,7.158,4218,7.797,4219,5.747,4220,5.747,4221,7.797,4222,5.747,4223,5.747,4224,7.158,4225,5.747,4226,5.747,4227,5.747,4228,7.158,4229,5.747,4230,5.747,4231,5.747,4232,5.747,4233,5.747,4234,7.158,4235,5.747,4236,5.747,4237,7.158,4238,5.747,4239,7.158,4240,7.158,4241,5.747,4242,5.747,4243,5.747,4244,5.747,4245,5.747,4246,5.747,4247,5.747,4248,5.747,4249,5.747,4250,5.747,4251,5.747,4252,5.747,4253,5.747,4254,5.747,4255,5.747,4256,5.747]],["title/license.html",[2066,2.189,3585,2.942,4257,3.227]],["body/license.html",[43,0.008,75,0.008,80,0.008,250,2.764,420,1.629,596,4.488,818,4.488,823,6.578,832,1.711,917,3.525,981,3.895,1288,4.488,1663,5.662,1823,4.239,1826,4.488,2301,3.84,2672,5.161,3609,6.753,3883,6.753,3950,5.662,3967,5.662,4003,5.662,4148,5.662,4211,7.944,4257,5.662,4258,6.423,4259,8.186,4260,6.423,4261,6.423,4262,7.66,4263,6.423,4264,6.423,4265,6.423,4266,6.423,4267,6.423,4268,7.66,4269,6.423,4270,6.423,4271,6.423,4272,6.423,4273,6.423,4274,6.423,4275,6.423,4276,6.423,4277,6.423,4278,6.423,4279,6.423,4280,7.66,4281,6.423,4282,6.423,4283,6.423,4284,6.423,4285,6.423,4286,7.66,4287,6.423,4288,6.423,4289,6.423,4290,6.423,4291,6.423,4292,6.423,4293,6.423,4294,6.423,4295,6.423,4296,6.423,4297,6.423,4298,6.423,4299,6.423,4300,6.423,4301,6.423,4302,6.423,4303,6.423,4304,6.423,4305,6.423,4306,6.423,4307,6.423,4308,6.423,4309,6.423]],["title/modules.html",[540,1.68]],["body/modules.html",[43,0.008,75,0.008,80,0.008,539,4.482,540,1.683,549,4.203,550,4.203,551,4.203,552,4.203,553,4.203,554,4.203,555,4.203,574,5.828,750,4.203,765,4.203,1106,4.203,1107,4.203,1119,4.203,1120,4.203,1155,6.929,1278,4.482,1353,4.203,1693,4.203,1738,4.203,1799,3.97,1800,4.203,1801,4.203,2458,4.203,2463,3.97,2843,4.203,2848,4.203,2907,4.203,2908,4.203,2909,4.203,2910,4.203,3488,4.482,3641,8.196,3914,6.49,4310,9.309,4311,7.362]],["title/overview.html",[4312,5.292]],["body/overview.html",[2,2.317,43,0.01,75,0.006,80,0.006,194,1.008,196,1.747,197,0.983,241,3.826,420,0.983,432,1.901,471,0.599,477,1.836,479,2.2,481,2.255,483,2.194,485,2.255,488,2.255,490,2.255,493,2.255,495,2.255,498,2.255,502,2.255,504,2.2,505,2.255,506,2.255,508,2.255,510,2.255,513,2.2,514,2.255,515,2.2,518,2.2,520,2.255,522,2.255,524,2.312,526,2.255,528,2.255,530,2.255,532,2.255,535,2.255,538,0.553,539,6.594,540,1.085,541,1.112,542,1.199,543,1.169,544,1.112,545,1.199,546,3.417,547,3.417,548,3.417,549,5.792,550,5.711,551,6.009,552,5.341,553,6.08,554,5.614,555,6.183,556,1.702,557,1.112,750,5.341,751,3.417,752,3.417,753,3.417,765,4.472,1102,3.417,1103,3.417,1104,3.417,1105,3.417,1106,5.614,1107,5.341,1117,3.417,1118,3.417,1119,4.472,1120,5.141,1278,5.483,1279,3.417,1280,3.417,1281,3.417,1293,3.417,1294,3.417,1295,3.417,1353,5.341,1354,3.417,1355,3.417,1356,3.417,1402,3.417,1403,3.417,1404,3.417,1484,3.114,1693,5.341,1694,3.417,1695,3.417,1696,3.417,1735,4.422,1738,5.341,1739,3.417,1740,3.417,1741,3.417,1795,3.417,1796,3.417,1797,3.417,1798,3.417,1799,5.189,1800,5.341,1801,5.494,2123,3.417,2124,3.417,2125,3.417,2458,5.614,2459,3.417,2460,3.417,2461,3.417,2462,3.417,2463,5.534,2516,3.417,2517,3.417,2519,3.417,2554,3.417,2555,3.417,2556,3.417,2843,5.614,2844,3.417,2845,3.417,2846,3.417,2847,3.417,2848,5.341,2879,3.417,2880,3.417,2881,3.417,2903,3.417,2904,3.417,2905,3.417,2906,3.417,2907,5.341,2908,5.341,2909,5.341,2910,5.341,2965,3.417,2966,3.417,2967,3.417,3172,3.417,3173,3.417,3174,3.417,3259,3.417,3260,3.417,3262,3.417,3334,3.417,3335,3.417,3336,3.417,3341,3.417,3342,3.417,3343,3.417,3348,3.417,3349,3.417,3483,3.417,3484,3.417,3485,3.417,3488,5.483,3489,3.417,3490,3.417,3491,3.417,3556,3.417,3557,3.417,3558,3.417,3582,3.417,3583,3.417,3584,3.417,4053,3.417,4312,3.417,4313,3.876]],["title/properties.html",[19,0.567,3700,2.942]],["body/properties.html",[19,0.773,43,0.009,75,0.008,80,0.008,3610,6.347,3730,5.785]],["title/miscellaneous/typealiases.html",[4199,2.416,4314,5.284]],["body/miscellaneous/typealiases.html",[6,0.139,8,3.153,12,1.405,15,2.338,18,0.554,22,2.373,43,0.01,45,0.792,47,1.101,69,0.767,71,1.475,75,0.007,80,0.007,115,4.687,197,1.439,207,1.987,305,3.897,308,2.519,328,2.373,409,2.065,413,3.744,421,3.245,423,2.642,447,1.52,450,1.52,463,3.052,578,5.631,604,4.228,605,6.359,615,2.519,622,4.962,626,6.26,633,5.706,645,6.26,687,2.442,778,3.153,781,2.601,784,3.391,792,3.483,796,3.336,811,3.483,915,3.556,916,3.61,963,4.962,970,4.687,975,4.245,1041,3.496,1077,3.556,1078,3.556,1079,4.062,1080,3.964,1081,3.964,1082,3.744,1084,3.556,1086,4.784,1087,4.451,1088,5.416,1091,3.556,1092,3.556,1093,5.092,1096,5.416,1097,3.964,1098,3.964,1099,4.254,1111,3.964,1485,4.228,1507,5.001,1508,6.26,1509,6.26,1510,5.001,1511,6.26,1512,5.001,1513,6.26,1514,5.001,1515,5.001,1516,5.001,1517,4.559,1888,4.228,1889,4.559,1890,5.706,1892,3.744,1900,4.687,1933,4.228,2214,2.783,3176,4.228,3177,5.706,3296,4.228,3297,5.292,4199,3.744,4204,7.373,4315,5.673,4316,7.522,4317,6.833,4318,5.673,4319,5.673,4320,5.673,4321,6.26,4322,5.673]],["title/miscellaneous/variables.html",[4199,2.416,4323,4.658]],["body/miscellaneous/variables.html",[1,2.051,6,0.133,14,1.883,18,0.335,42,0.829,43,0.01,44,1.27,45,0.748,47,1.277,70,2.398,71,1.31,75,0.005,77,3.571,80,0.007,84,2.398,85,1.582,86,1.647,88,1.351,90,1.641,91,1.209,92,1.963,116,2.151,127,1.626,131,1.477,132,0.221,140,1.076,164,2.051,188,2.398,203,5.467,212,0.85,224,2.766,244,1.209,245,1.391,255,0.829,321,0.96,341,5.728,374,1.825,379,1.984,382,2.169,392,0.937,400,1.242,404,1.553,410,1.061,426,1.922,447,1.501,450,1.501,516,1.218,519,0.937,582,3.756,663,1.883,664,2.398,665,2.265,666,3.936,679,2.557,680,3.756,681,3.571,687,2.169,736,1.209,768,3.522,770,1.745,774,1.883,778,2.238,796,2.571,894,1.683,993,1.524,1078,2.151,1082,2.265,1139,2.557,1140,2.398,1141,2.757,1142,4.05,1143,2.223,1146,2.557,1154,6.81,1158,2.265,1159,2.757,1160,3.522,1161,5.454,1162,3.025,1163,8.027,1164,3.025,1165,3.025,1166,3.025,1167,4.443,1168,3.025,1169,3.025,1170,3.025,1171,3.025,1172,3.025,1173,3.025,1174,5.804,1175,5.804,1176,6.182,1177,6.182,1178,2.557,1179,3.025,1180,4.192,1181,3.025,1182,3.025,1183,3.025,1184,3.756,1185,3.756,1186,4.443,1187,3.025,1188,3.025,1189,3.025,1190,3.025,1191,6.182,1192,3.025,1193,4.443,1194,2.557,1195,3.025,1196,3.025,1197,3.025,1198,3.025,1199,3.025,1200,3.025,1201,3.025,1202,3.025,1203,3.025,1204,3.025,1205,3.025,1206,5.804,1207,4.443,1208,3.025,1209,3.025,1210,3.025,1211,3.025,1212,4.443,1213,3.025,1214,3.025,1215,2.757,1216,3.025,1217,3.025,1218,3.025,1219,3.025,1220,3.025,1221,4.443,1222,4.05,1223,2.757,1224,3.025,1225,2.557,1226,3.025,1227,3.025,1228,3.025,1229,3.025,1230,3.025,1231,3.025,1232,3.025,1233,5.804,1234,3.025,1235,3.025,1236,5.804,1237,3.025,1238,3.025,1239,2.398,1240,3.025,1241,3.025,1242,5.266,1243,3.025,1244,4.443,1245,3.025,1246,3.025,1247,3.025,1248,3.025,1263,1.963,1297,3.159,1298,3.745,1361,2.398,1365,3.013,1371,3.756,1372,3.019,1419,2.265,1485,2.557,1518,3.025,1519,4.05,1520,3.025,1521,3.025,1771,3.013,1819,2.265,1830,2.151,1833,2.398,1834,3.327,1835,3.327,1836,2.398,1837,2.398,1892,2.265,1899,1.963,1910,2.151,1924,1.626,1930,2.151,1932,2.151,1938,3.159,2597,3.025,2914,2.265,2917,2.265,2921,2.557,2925,2.398,2926,3.756,2928,3.756,3143,2.398,3144,3.756,3266,2.757,3276,3.025,3277,4.05,3300,2.398,3355,2.757,3388,3.025,3602,3.025,4089,5.804,4091,4.443,4092,4.443,4093,4.443,4199,2.265,4203,4.443,4316,3.025,4317,3.025,4321,3.025,4323,3.025,4324,3.431,4325,3.431,4326,3.431,4327,5.974,4328,3.431,4329,3.431,4330,5.04,4331,3.431,4332,3.431,4333,3.431]]],"invertedIndex":[["",{"_index":43,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":426,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["0.075rem",{"_index":3578,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["0.1.0",{"_index":4022,"title":{},"body":{"changelog.html":{}}}],["0.125rem",{"_index":2453,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["0.13.1",{"_index":4198,"title":{},"body":{"dependencies.html":{}}}],["0.16",{"_index":2456,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["0.1rem",{"_index":1346,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["0.1s",{"_index":3555,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["0.2.0",{"_index":4017,"title":{},"body":{"changelog.html":{}}}],["0.20.0",{"_index":4137,"title":{},"body":{"dependencies.html":{}}}],["0.25rem",{"_index":1388,"title":{},"body":{"components/HeaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["0.25s",{"_index":3256,"title":{},"body":{"components/StageNavComponent.html":{}}}],["0.2rem",{"_index":449,"title":{},"body":{"components/AppComponent.html":{}}}],["0.2s",{"_index":3579,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["0.375rem",{"_index":1779,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["0.3rem",{"_index":1345,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["0.3s",{"_index":3554,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["0.4s",{"_index":3553,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["0.5",{"_index":368,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["0.5.0",{"_index":4005,"title":{},"body":{"changelog.html":{}}}],["0.5rem",{"_index":425,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["0.5s",{"_index":418,"title":{},"body":{"components/AppComponent.html":{}}}],["0.6.0",{"_index":3986,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["0.625rem",{"_index":2962,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["0.6s",{"_index":435,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{}}}],["0.75rem",{"_index":741,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{}}}],["0.875rem",{"_index":3258,"title":{},"body":{"components/StageNavComponent.html":{}}}],["0.9rem",{"_index":1792,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["0/1",{"_index":4033,"title":{},"body":{"coverage.html":{}}}],["0/16",{"_index":4041,"title":{},"body":{"coverage.html":{}}}],["0/17",{"_index":4032,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":4037,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":4057,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":4036,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":4058,"title":{},"body":{"coverage.html":{}}}],["01",{"_index":3651,"title":{},"body":{"changelog.html":{}}}],["02",{"_index":3871,"title":{},"body":{"changelog.html":{}}}],["03",{"_index":3828,"title":{},"body":{"changelog.html":{}}}],["04",{"_index":3674,"title":{},"body":{"changelog.html":{}}}],["05",{"_index":3804,"title":{},"body":{"changelog.html":{}}}],["05rem",{"_index":3439,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["06",{"_index":3618,"title":{},"body":{"changelog.html":{}}}],["07",{"_index":3611,"title":{},"body":{"changelog.html":{}}}],["08",{"_index":3968,"title":{},"body":{"changelog.html":{}}}],["09",{"_index":3643,"title":{},"body":{"changelog.html":{}}}],["0px",{"_index":746,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["0rem",{"_index":415,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{}}}],["1",{"_index":187,"title":{"components/ContentComponent-1.html":{},"interfaces/SlicesConfig-1.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["1)[0",{"_index":2353,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["1.0",{"_index":367,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["1.0.0",{"_index":3956,"title":{},"body":{"changelog.html":{}}}],["1.0.11",{"_index":4134,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":4141,"title":{},"body":{"dependencies.html":{}}}],["1.0.9",{"_index":4193,"title":{},"body":{"dependencies.html":{}}}],["1.0625rem",{"_index":3434,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["1.1.0",{"_index":3936,"title":{},"body":{"changelog.html":{}}}],["1.125rem",{"_index":3581,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["1.14.10",{"_index":4145,"title":{},"body":{"dependencies.html":{}}}],["1.17.0",{"_index":4170,"title":{},"body":{"dependencies.html":{}}}],["1.1875rem",{"_index":2899,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["1.2.0",{"_index":3900,"title":{},"body":{"changelog.html":{}}}],["1.2.3",{"_index":4144,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":4136,"title":{},"body":{"dependencies.html":{}}}],["1.25rem",{"_index":2451,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["1.2rem",{"_index":440,"title":{},"body":{"components/AppComponent.html":{}}}],["1.3.1",{"_index":4181,"title":{},"body":{"dependencies.html":{}}}],["1.3.5",{"_index":3870,"title":{},"body":{"changelog.html":{}}}],["1.4.0",{"_index":3853,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["1.4.1",{"_index":4157,"title":{},"body":{"dependencies.html":{}}}],["1.5.0",{"_index":3827,"title":{},"body":{"changelog.html":{}}}],["1.5rem",{"_index":457,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["1.6.0",{"_index":3812,"title":{},"body":{"changelog.html":{}}}],["1.7.0",{"_index":3803,"title":{},"body":{"changelog.html":{}}}],["1.75rem",{"_index":1791,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["1.9375rem",{"_index":2898,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["1/1",{"_index":4044,"title":{},"body":{"coverage.html":{}}}],["1/2",{"_index":4063,"title":{},"body":{"coverage.html":{}}}],["1/5",{"_index":4055,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":681,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["10.0.0",{"_index":4168,"title":{},"body":{"dependencies.html":{}}}],["10.5rem",{"_index":1349,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["10/11",{"_index":4087,"title":{},"body":{"coverage.html":{}}}],["10/12",{"_index":4043,"title":{},"body":{"coverage.html":{}}}],["10/22",{"_index":4035,"title":{},"body":{"coverage.html":{}}}],["100",{"_index":400,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["1000",{"_index":923,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["10rem",{"_index":2452,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["10x",{"_index":3947,"title":{},"body":{"changelog.html":{}}}],["11",{"_index":3255,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["11.1.1",{"_index":4153,"title":{},"body":{"dependencies.html":{}}}],["11/20",{"_index":4052,"title":{},"body":{"coverage.html":{}}}],["118",{"_index":3103,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["11rem",{"_index":988,"title":{},"body":{"components/ContentComponent.html":{}}}],["12",{"_index":3612,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["12.75rem",{"_index":987,"title":{},"body":{"components/ContentComponent.html":{}}}],["12/12",{"_index":4084,"title":{},"body":{"coverage.html":{}}}],["12px",{"_index":2963,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["13",{"_index":3748,"title":{},"body":{"changelog.html":{}}}],["13/13",{"_index":4079,"title":{},"body":{"coverage.html":{}}}],["13/17",{"_index":4066,"title":{},"body":{"coverage.html":{}}}],["14",{"_index":3675,"title":{},"body":{"changelog.html":{}}}],["14.0.1",{"_index":4171,"title":{},"body":{"dependencies.html":{}}}],["14.1.4",{"_index":4100,"title":{},"body":{"dependencies.html":{}}}],["14.10.1",{"_index":4097,"title":{},"body":{"dependencies.html":{}}}],["14px",{"_index":3333,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["14rem",{"_index":460,"title":{},"body":{"components/AppComponent.html":{}}}],["15",{"_index":3619,"title":{},"body":{"changelog.html":{}}}],["15.313.0",{"_index":4099,"title":{},"body":{"dependencies.html":{}}}],["15/15",{"_index":4076,"title":{},"body":{"coverage.html":{}}}],["15rem",{"_index":422,"title":{},"body":{"components/AppComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["16",{"_index":3595,"title":{},"body":{"changelog.html":{}}}],["16.0.0",{"_index":4173,"title":{},"body":{"dependencies.html":{}}}],["16.0.2",{"_index":4174,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":4103,"title":{},"body":{"dependencies.html":{}}}],["16.1.6",{"_index":4106,"title":{},"body":{"dependencies.html":{}}}],["16.3.1",{"_index":4147,"title":{},"body":{"dependencies.html":{}}}],["17",{"_index":3592,"title":{},"body":{"changelog.html":{}}}],["17/17",{"_index":4067,"title":{},"body":{"coverage.html":{}}}],["17/20",{"_index":4060,"title":{},"body":{"coverage.html":{}}}],["18/18",{"_index":4050,"title":{},"body":{"coverage.html":{}}}],["180",{"_index":2941,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["1px",{"_index":1386,"title":{},"body":{"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["1rem",{"_index":405,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["1s",{"_index":994,"title":{},"body":{"components/ContentComponent.html":{}}}],["2",{"_index":432,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"overview.html":{}}}],["2.0",{"_index":3608,"title":{},"body":{"changelog.html":{}}}],["2.0.0",{"_index":3788,"title":{},"body":{"changelog.html":{}}}],["2.0.1",{"_index":4131,"title":{},"body":{"dependencies.html":{}}}],["2.0.4",{"_index":4102,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":4150,"title":{},"body":{"dependencies.html":{}}}],["2.0625rem",{"_index":3433,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["2.06rem",{"_index":3580,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["2.1.0",{"_index":3763,"title":{},"body":{"changelog.html":{}}}],["2.2.0",{"_index":3757,"title":{},"body":{"changelog.html":{}}}],["2.25rem",{"_index":1277,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/ReviewButtonComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["2.3.0",{"_index":3753,"title":{},"body":{"changelog.html":{}}}],["2.3.1",{"_index":3747,"title":{},"body":{"changelog.html":{}}}],["2.4.0",{"_index":3740,"title":{},"body":{"changelog.html":{}}}],["2.5.0",{"_index":3727,"title":{},"body":{"changelog.html":{}}}],["2.5rem",{"_index":456,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["2.6.1",{"_index":4195,"title":{},"body":{"dependencies.html":{}}}],["2.688rem",{"_index":459,"title":{},"body":{"components/AppComponent.html":{}}}],["2.8.0",{"_index":4133,"title":{},"body":{"dependencies.html":{}}}],["2.8.1",{"_index":4112,"title":{},"body":{"dependencies.html":{}}}],["2.8.5",{"_index":4143,"title":{},"body":{"dependencies.html":{}}}],["2.9rem",{"_index":453,"title":{},"body":{"components/AppComponent.html":{}}}],["2/2",{"_index":4083,"title":{},"body":{"coverage.html":{}}}],["20",{"_index":2025,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["20/20",{"_index":4074,"title":{},"body":{"coverage.html":{}}}],["200",{"_index":3105,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["2019",{"_index":3967,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["2020",{"_index":3902,"title":{},"body":{"changelog.html":{}}}],["2021",{"_index":3715,"title":{},"body":{"changelog.html":{}}}],["2022",{"_index":3632,"title":{},"body":{"changelog.html":{}}}],["2023",{"_index":3591,"title":{},"body":{"changelog.html":{}}}],["20rem",{"_index":735,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["21",{"_index":3805,"title":{},"body":{"changelog.html":{}}}],["210",{"_index":3104,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["21rem",{"_index":1794,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["22",{"_index":3958,"title":{},"body":{"changelog.html":{}}}],["232f3a",{"_index":989,"title":{},"body":{"components/ContentComponent.html":{}}}],["24",{"_index":4006,"title":{},"body":{"changelog.html":{}}}],["24px",{"_index":1790,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["24px.svg",{"_index":1242,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["25",{"_index":3102,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["25.5rem",{"_index":411,"title":{},"body":{"components/AppComponent.html":{}}}],["250",{"_index":2870,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["255",{"_index":2999,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["25rem",{"_index":747,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{}}}],["25s",{"_index":3435,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["26",{"_index":3829,"title":{},"body":{"changelog.html":{}}}],["26th",{"_index":3857,"title":{},"body":{"changelog.html":{}}}],["27",{"_index":3644,"title":{},"body":{"changelog.html":{}}}],["27rem",{"_index":1793,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["29/29",{"_index":4090,"title":{},"body":{"coverage.html":{}}}],["2]).rotatey(toradians(0",{"_index":2994,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["2px",{"_index":733,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["2rem",{"_index":984,"title":{},"body":{"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["3",{"_index":2932,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["3.0.0",{"_index":3711,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3.1.0",{"_index":3685,"title":{},"body":{"changelog.html":{}}}],["3.1.1",{"_index":3681,"title":{},"body":{"changelog.html":{}}}],["3.2.0",{"_index":3673,"title":{},"body":{"changelog.html":{}}}],["3.2.10",{"_index":4120,"title":{},"body":{"dependencies.html":{}}}],["3.3.0",{"_index":3664,"title":{},"body":{"changelog.html":{}}}],["3.3.2",{"_index":4176,"title":{},"body":{"dependencies.html":{}}}],["3.4.0",{"_index":3650,"title":{},"body":{"changelog.html":{}}}],["3.5.0",{"_index":3642,"title":{},"body":{"changelog.html":{}}}],["3.5.7",{"_index":4127,"title":{},"body":{"dependencies.html":{}}}],["3.5rem",{"_index":1348,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{}}}],["3.6",{"_index":4234,"title":{},"body":{"index.html":{}}}],["3.6.0",{"_index":3631,"title":{},"body":{"changelog.html":{}}}],["3.6.3",{"_index":4125,"title":{},"body":{"dependencies.html":{}}}],["3.625rem",{"_index":2897,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["3.7.0",{"_index":3617,"title":{},"body":{"changelog.html":{}}}],["3.7.2",{"_index":3610,"title":{},"body":{"changelog.html":{},"properties.html":{}}}],["3.75rem",{"_index":2889,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["3.8.0",{"_index":3594,"title":{},"body":{"changelog.html":{}}}],["3.8.1",{"_index":3590,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["3/3",{"_index":4039,"title":{},"body":{"coverage.html":{}}}],["3/9",{"_index":4054,"title":{},"body":{"coverage.html":{}}}],["30",{"_index":1735,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"changelog.html":{},"overview.html":{}}}],["3000",{"_index":356,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["30rem",{"_index":3481,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["31",{"_index":3937,"title":{},"body":{"changelog.html":{}}}],["32rem",{"_index":2900,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["33",{"_index":4053,"title":{},"body":{"coverage.html":{},"overview.html":{}}}],["35/41",{"_index":4049,"title":{},"body":{"coverage.html":{}}}],["3d",{"_index":916,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["3px",{"_index":1782,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["3rem",{"_index":439,"title":{},"body":{"components/AppComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["4",{"_index":3917,"title":{},"body":{"changelog.html":{}}}],["4.0",{"_index":4216,"title":{},"body":{"index.html":{}}}],["4.17.21",{"_index":4166,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":4149,"title":{},"body":{"dependencies.html":{}}}],["4.4.1",{"_index":4139,"title":{},"body":{"dependencies.html":{}}}],["4.4.2",{"_index":4186,"title":{},"body":{"dependencies.html":{}}}],["4.5rem",{"_index":738,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["4/4",{"_index":4038,"title":{},"body":{"coverage.html":{}}}],["4/6",{"_index":4071,"title":{},"body":{"coverage.html":{}}}],["4/8",{"_index":4056,"title":{},"body":{"coverage.html":{}}}],["4/9",{"_index":4062,"title":{},"body":{"coverage.html":{}}}],["40",{"_index":922,"title":{},"body":{"components/ContentComponent.html":{}}}],["400",{"_index":729,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{}}}],["40vh",{"_index":3550,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["42/44",{"_index":4081,"title":{},"body":{"coverage.html":{}}}],["44",{"_index":4061,"title":{},"body":{"coverage.html":{}}}],["45",{"_index":4034,"title":{},"body":{"coverage.html":{}}}],["46rem",{"_index":3477,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["47rem",{"_index":2449,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["4rem",{"_index":1385,"title":{},"body":{"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{}}}],["4th",{"_index":3634,"title":{},"body":{"changelog.html":{}}}],["5",{"_index":3602,"title":{},"body":{"changelog.html":{},"miscellaneous/variables.html":{}}}],["5.0.0",{"_index":4129,"title":{},"body":{"dependencies.html":{}}}],["5.5rem",{"_index":997,"title":{},"body":{"components/ContentComponent.html":{}}}],["5.688rem",{"_index":416,"title":{},"body":{"components/AppComponent.html":{}}}],["5/5",{"_index":4047,"title":{},"body":{"coverage.html":{}}}],["5/6",{"_index":4078,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":1400,"title":{},"body":{"components/HeaderComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/VideoModalLauncherComponent.html":{},"coverage.html":{}}}],["500",{"_index":1692,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{}}}],["55",{"_index":4051,"title":{},"body":{"coverage.html":{}}}],["55rem",{"_index":1003,"title":{},"body":{"components/ContentComponent.html":{}}}],["58",{"_index":4045,"title":{},"body":{"coverage.html":{}}}],["5rem",{"_index":726,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["5s",{"_index":1076,"title":{},"body":{"components/ContentComponent-1.html":{},"components/VideoModalComponent.html":{}}}],["5th",{"_index":3623,"title":{},"body":{"changelog.html":{}}}],["6",{"_index":3601,"title":{},"body":{"changelog.html":{}}}],["6.11.2",{"_index":4179,"title":{},"body":{"dependencies.html":{}}}],["6.2.1",{"_index":4164,"title":{},"body":{"dependencies.html":{}}}],["6/6",{"_index":4040,"title":{},"body":{"coverage.html":{}}}],["6/7",{"_index":4048,"title":{},"body":{"coverage.html":{}}}],["6/8",{"_index":4073,"title":{},"body":{"coverage.html":{}}}],["600",{"_index":1784,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["60rem",{"_index":2837,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["65vh",{"_index":3463,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["66",{"_index":4070,"title":{},"body":{"coverage.html":{}}}],["675rem",{"_index":3438,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["6px",{"_index":2454,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["6rem",{"_index":2890,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["6s",{"_index":732,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["7.0.0",{"_index":4159,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":4187,"title":{},"body":{"dependencies.html":{}}}],["7/12",{"_index":4046,"title":{},"body":{"coverage.html":{}}}],["7/7",{"_index":4082,"title":{},"body":{"coverage.html":{}}}],["7/9",{"_index":4069,"title":{},"body":{"coverage.html":{}}}],["700",{"_index":2511,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["75",{"_index":4072,"title":{},"body":{"coverage.html":{}}}],["76",{"_index":4065,"title":{},"body":{"coverage.html":{}}}],["77",{"_index":4068,"title":{},"body":{"coverage.html":{}}}],["7rem",{"_index":996,"title":{},"body":{"components/ContentComponent.html":{}}}],["8",{"_index":3808,"title":{},"body":{"changelog.html":{}}}],["8.0.6",{"_index":4190,"title":{},"body":{"dependencies.html":{}}}],["8.2.0",{"_index":4165,"title":{},"body":{"dependencies.html":{}}}],["8.5.16",{"_index":4124,"title":{},"body":{"dependencies.html":{}}}],["8.8.20",{"_index":4114,"title":{},"body":{"dependencies.html":{}}}],["8/8",{"_index":4075,"title":{},"body":{"coverage.html":{}}}],["8/9",{"_index":4086,"title":{},"body":{"coverage.html":{}}}],["83",{"_index":4042,"title":{},"body":{"coverage.html":{}}}],["85",{"_index":4016,"title":{},"body":{"changelog.html":{},"coverage.html":{}}}],["875rem",{"_index":3257,"title":{},"body":{"components/StageNavComponent.html":{}}}],["88",{"_index":4085,"title":{},"body":{"coverage.html":{}}}],["9",{"_index":4313,"title":{},"body":{"overview.html":{}}}],["9.0.0",{"_index":4196,"title":{},"body":{"dependencies.html":{}}}],["9/10",{"_index":4088,"title":{},"body":{"coverage.html":{}}}],["9/9",{"_index":4077,"title":{},"body":{"coverage.html":{}}}],["90",{"_index":1937,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{}}}],["95",{"_index":3677,"title":{},"body":{"changelog.html":{},"coverage.html":{}}}],["999",{"_index":2891,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["9]{4",{"_index":2350,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["9]{4}){3",{"_index":2351,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["9e9e9e",{"_index":1347,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["9rem",{"_index":3170,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["9th",{"_index":3838,"title":{},"body":{"changelog.html":{}}}],["_blocksize",{"_index":3127,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["_error",{"_index":1460,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["_expanded",{"_index":1557,"title":{},"body":{"classes/InitializationState.html":{}}}],["_index",{"_index":3319,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["_latesttags",{"_index":21,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["_lighting",{"_index":2996,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["_measuredmargin",{"_index":1588,"title":{},"body":{"classes/InitializationState.html":{}}}],["_measuredwidth",{"_index":1582,"title":{},"body":{"classes/InitializationState.html":{}}}],["_msg",{"_index":799,"title":{},"body":{"components/ContainerComponent.html":{}}}],["_name",{"_index":2086,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["_opened",{"_index":1553,"title":{},"body":{"classes/InitializationState.html":{}}}],["_position",{"_index":1549,"title":{},"body":{"classes/InitializationState.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["_rotation",{"_index":3128,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["aabb",{"_index":3022,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/functions.html":{}}}],["ability",{"_index":3770,"title":{},"body":{"changelog.html":{}}}],["about.wrapper",{"_index":2873,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["above",{"_index":4003,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["absolute",{"_index":461,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["acc.concat(nodes",{"_index":3076,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["accepting",{"_index":1642,"title":{},"body":{"classes/InitializationState.html":{}}}],["accessible",{"_index":2171,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["accessing",{"_index":3232,"title":{},"body":{"components/StageNavComponent.html":{}}}],["accessors",{"_index":32,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"components/ContainerComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["accordingly",{"_index":2012,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["accurate",{"_index":3826,"title":{},"body":{"changelog.html":{}}}],["action",{"_index":2672,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"license.html":{}}}],["actions",{"_index":3892,"title":{},"body":{"changelog.html":{}}}],["active",{"_index":2273,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ThemingService.html":{}}}],["actual_component",{"_index":537,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["add",{"_index":3366,"title":{},"body":{"injectables/ThemingService.html":{}}}],["addclass",{"_index":3405,"title":{},"body":{"injectables/ThemingService.html":{}}}],["added",{"_index":139,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"changelog.html":{}}}],["added.add(id",{"_index":146,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["added.add(iri",{"_index":152,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["added.has(iri",{"_index":151,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addeventlistener('beforeunload",{"_index":2345,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["adding",{"_index":3561,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["additional",{"_index":4004,"title":{},"body":{"changelog.html":{}}}],["addregistration(registration",{"_index":2653,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["addressed",{"_index":3931,"title":{},"body":{"changelog.html":{}}}],["adds",{"_index":59,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["addsvgicon",{"_index":1464,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["addtag",{"_index":26,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addtag(tag",{"_index":51,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addtagraw",{"_index":27,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["addtagraw(tag",{"_index":57,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addtags",{"_index":28,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["addtags(tags",{"_index":62,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["adjusting",{"_index":3928,"title":{},"body":{"changelog.html":{}}}],["adjustment",{"_index":3852,"title":{},"body":{"changelog.html":{}}}],["advanced",{"_index":3790,"title":{},"body":{"changelog.html":{}}}],["afterviewinit",{"_index":775,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["again",{"_index":3908,"title":{},"body":{"changelog.html":{}}}],["against",{"_index":1631,"title":{},"body":{"classes/InitializationState.html":{}}}],["age",{"_index":3738,"title":{},"body":{"changelog.html":{}}}],["ala",{"_index":3751,"title":{},"body":{"changelog.html":{}}}],["alert",{"_index":2321,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["aliases",{"_index":4315,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["align",{"_index":441,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["alignment",{"_index":2712,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["all_organs",{"_index":1910,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["all_organs.find((o",{"_index":1976,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["all_organs.find(info",{"_index":2219,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["allow",{"_index":2892,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["allowed",{"_index":1736,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/ReviewButtonComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["allows",{"_index":1661,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["along",{"_index":2014,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["alpha",{"_index":3996,"title":{},"body":{"changelog.html":{}}}],["alpha.1",{"_index":3980,"title":{},"body":{"changelog.html":{}}}],["alpha.2",{"_index":3976,"title":{},"body":{"changelog.html":{}}}],["alpha.3",{"_index":3966,"title":{},"body":{"changelog.html":{}}}],["already",{"_index":819,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/ThemingService.html":{}}}],["alt",{"_index":4220,"title":{},"body":{"index.html":{}}}],["always",{"_index":843,"title":{},"body":{"components/ContainerComponent.html":{},"components/HeaderComponent.html":{}}}],["analytics",{"_index":678,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"dependencies.html":{}}}],["analyticsmodule",{"_index":1126,"title":{},"body":{"modules/CoreModule.html":{}}}],["analyticsmodule.forroot",{"_index":1130,"title":{},"body":{"modules/CoreModule.html":{}}}],["anatomical",{"_index":1775,"title":{},"body":{"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["anatomicalstructures",{"_index":1894,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["anatomicalstructuretagstate",{"_index":1,"title":{"injectables/AnatomicalStructureTagState.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["anatomicalstructuretagstatemodel",{"_index":130,"title":{"interfaces/AnatomicalStructureTagStateModel.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"coverage.html":{}}}],["and/or",{"_index":4278,"title":{},"body":{"license.html":{}}}],["angle",{"_index":3179,"title":{},"body":{"components/StageNavComponent.html":{}}}],["angular",{"_index":102,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"dependencies.html":{},"index.html":{}}}],["angular/animations",{"_index":1047,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"dependencies.html":{}}}],["angular/cdk",{"_index":4104,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk/coercion",{"_index":1506,"title":{},"body":{"classes/InitializationState.html":{}}}],["angular/cdk/overlay",{"_index":3386,"title":{},"body":{"injectables/ThemingService.html":{}}}],["angular/common",{"_index":756,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/DetailsLabelModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"components/VideoModalComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":1123,"title":{},"body":{"modules/CoreModule.html":{}}}],["angular/compiler",{"_index":4105,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":104,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["angular/elements",{"_index":565,"title":{},"body":{"modules/AppModule.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":2112,"title":{},"body":{"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"modules/TagSearchModule.html":{},"interfaces/UserName.html":{},"dependencies.html":{}}}],["angular/material",{"_index":4107,"title":{},"body":{"dependencies.html":{}}}],["angular/material/button",{"_index":1700,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/TagSearchModule.html":{}}}],["angular/material/checkbox",{"_index":3346,"title":{},"body":{"modules/TagSearchModule.html":{}}}],["angular/material/chips",{"_index":3339,"title":{},"body":{"modules/TagListModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["angular/material/core",{"_index":760,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/VisibilityMenuModule.html":{}}}],["angular/material/dialog",{"_index":2422,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalModule.html":{}}}],["angular/material/divider",{"_index":1804,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{},"modules/StageNavModule.html":{}}}],["angular/material/expansion",{"_index":1806,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{}}}],["angular/material/form",{"_index":567,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{}}}],["angular/material/icon",{"_index":570,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/DrawerModule.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/LeftSidebarModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["angular/material/input",{"_index":758,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{}}}],["angular/material/legacy",{"_index":2972,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["angular/material/radio",{"_index":2523,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"modules/StageNavModule.html":{}}}],["angular/material/select",{"_index":1359,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/StageNavModule.html":{}}}],["angular/material/slide",{"_index":1744,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{}}}],["angular/material/snack",{"_index":318,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["angular/material/tooltip",{"_index":762,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/HeaderModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/ReviewButtonModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{}}}],["angular/platform",{"_index":573,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/RightSidebarModule.html":{},"dependencies.html":{}}}],["angular/router",{"_index":4109,"title":{},"body":{"dependencies.html":{}}}],["angular/youtube",{"_index":3493,"title":{},"body":{"modules/VideoModalModule.html":{},"dependencies.html":{}}}],["animate",{"_index":1044,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["animate('.5s",{"_index":1534,"title":{},"body":{"classes/InitializationState.html":{}}}],["animate('1s",{"_index":1052,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["animate(0",{"_index":1533,"title":{},"body":{"classes/InitializationState.html":{}}}],["animated",{"_index":2836,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["animated')[0]?.classlist.add('modal",{"_index":2867,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["animation",{"_index":1518,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["animations",{"_index":1006,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{}}}],["animationsenabled",{"_index":1007,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["anterior",{"_index":970,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["api",{"_index":3450,"title":{},"body":{"components/VideoModalComponent.html":{},"changelog.html":{},"index.html":{}}}],["app",{"_index":203,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/DefaultIconDefinition.html":{},"components/ReviewButtonComponent.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"miscellaneous/variables.html":{}}}],["app.component",{"_index":580,"title":{},"body":{"modules/AppModule.html":{}}}],["app.component.html",{"_index":216,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["app.component.scss",{"_index":214,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["app_bootstrap_listener",{"_index":3351,"title":{},"body":{"modules/ThemingModule.html":{}}}],["appcomponent",{"_index":196,"title":{"components/AppComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["appear",{"_index":3723,"title":{},"body":{"changelog.html":{}}}],["appearance",{"_index":724,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["appears",{"_index":2526,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["appelement",{"_index":599,"title":{},"body":{"modules/AppModule.html":{}}}],["applicable",{"_index":1904,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["application",{"_index":2802,"title":{},"body":{"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["application/json",{"_index":2682,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["applied",{"_index":3877,"title":{},"body":{"changelog.html":{}}}],["applyspatialplacement",{"_index":4059,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["applyspatialplacement(new",{"_index":2186,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["applyspatialplacement(tx",{"_index":2139,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"miscellaneous/functions.html":{}}}],["applythemeclass",{"_index":3358,"title":{},"body":{"injectables/ThemingService.html":{}}}],["applythemeclass(cls",{"_index":3365,"title":{},"body":{"injectables/ThemingService.html":{}}}],["appmodule",{"_index":539,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["appname",{"_index":1133,"title":{},"body":{"modules/CoreModule.html":{}}}],["appoptions",{"_index":331,"title":{"interfaces/AppOptions.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{},"coverage.html":{}}}],["appropriate",{"_index":3699,"title":{},"body":{"changelog.html":{}}}],["appwebcomponent",{"_index":477,"title":{"components/AppWebComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["april",{"_index":3837,"title":{},"body":{"changelog.html":{}}}],["area",{"_index":941,"title":{},"body":{"components/ContentComponent.html":{}}}],["arg",{"_index":1456,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["args",{"_index":1457,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["args.filter(value",{"_index":1472,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["argument",{"_index":1469,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["arguments",{"_index":249,"title":{},"body":{"components/AppComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/StageNavComponent.html":{}}}],["arising",{"_index":4307,"title":{},"body":{"license.html":{}}}],["around",{"_index":2876,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["array",{"_index":1254,"title":{},"body":{"components/DetailsLabelComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/TagListComponent.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["array.isarray(entity.placement",{"_index":3090,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["array.isarray(reg.placement",{"_index":2615,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["arraytostring",{"_index":1261,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["arraytostring(details",{"_index":1276,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["arraytostring(inputarray",{"_index":1265,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["arrow_drop_down",{"_index":3251,"title":{},"body":{"components/StageNavComponent.html":{}}}],["arrow_left",{"_index":3425,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["arrow_right",{"_index":3424,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["as.id",{"_index":191,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["as.name",{"_index":192,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["as.name.tolowercase().indexof(text.tolowercase",{"_index":186,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["asct+b",{"_index":3716,"title":{},"body":{"changelog.html":{}}}],["aslookup",{"_index":2036,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["aslookup[iri",{"_index":2041,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["assertions",{"_index":1935,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["assets/icons/ico",{"_index":1247,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/opacity",{"_index":1241,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/organs/ico",{"_index":1163,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/icons/visibility",{"_index":1244,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["assets/reference",{"_index":2176,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["assigned",{"_index":157,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{}}}],["assignment/selection",{"_index":3814,"title":{},"body":{"changelog.html":{}}}],["associated",{"_index":1823,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{},"license.html":{}}}],["astags",{"_index":2883,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["async",{"_index":1490,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/RegistrationStateModel.html":{}}}],["async)?.x",{"_index":978,"title":{},"body":{"components/ContentComponent.html":{}}}],["async)?.y",{"_index":979,"title":{},"body":{"components/ContentComponent.html":{}}}],["async)?.z",{"_index":980,"title":{},"body":{"components/ContentComponent.html":{}}}],["asynchronously",{"_index":3452,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["atlas",{"_index":3588,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["attach",{"_index":3415,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["attempts",{"_index":3742,"title":{},"body":{"changelog.html":{}}}],["author",{"_index":2508,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["authors",{"_index":4299,"title":{},"body":{"license.html":{}}}],["auto",{"_index":737,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/RegistrationContentComponent.html":{},"components/SlicesInputComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["autofocus",{"_index":2553,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["automatic",{"_index":3920,"title":{},"body":{"changelog.html":{}}}],["automatically",{"_index":3878,"title":{},"body":{"changelog.html":{}}}],["available",{"_index":3914,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["avoid",{"_index":3779,"title":{},"body":{"changelog.html":{}}}],["await",{"_index":1496,"title":{},"body":{"classes/InitializationState.html":{}}}],["awaited",{"_index":1486,"title":{},"body":{"classes/InitializationState.html":{}}}],["award",{"_index":4255,"title":{},"body":{"index.html":{}}}],["axis",{"_index":2943,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["b",{"_index":972,"title":{},"body":{"components/ContentComponent.html":{}}}],["back",{"_index":1384,"title":{},"body":{"components/HeaderComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/VisibilityMenuComponent.html":{}}}],["backbutton",{"_index":1393,"title":{},"body":{"components/HeaderComponent.html":{}}}],["backend",{"_index":3732,"title":{},"body":{"changelog.html":{}}}],["background",{"_index":443,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/ReviewModalComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"index.html":{}}}],["backing",{"_index":1447,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["bar",{"_index":319,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["base",{"_index":3984,"title":{},"body":{"changelog.html":{}}}],["based",{"_index":1034,"title":{},"body":{"components/ContentComponent-1.html":{},"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["basehref",{"_index":610,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["basewebcomponent",{"_index":606,"title":{},"body":{"components/AppWebComponent.html":{}}}],["basic",{"_index":3789,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["bbox",{"_index":1576,"title":{},"body":{"classes/InitializationState.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["bbox.left",{"_index":1579,"title":{},"body":{"classes/InitializationState.html":{}}}],["bbox.overlaps(getnodebbox(model",{"_index":3084,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["bbox.right",{"_index":1578,"title":{},"body":{"classes/InitializationState.html":{}}}],["before",{"_index":1152,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"classes/InitializationState.html":{},"modules/StoreModule.html":{},"changelog.html":{}}}],["beforeunloadevent",{"_index":2340,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["beforeunloadlistener",{"_index":2339,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["begin",{"_index":2803,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["behavior",{"_index":991,"title":{},"body":{"components/ContentComponent.html":{}}}],["being",{"_index":2856,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/StoreModule.html":{},"changelog.html":{}}}],["belong",{"_index":1306,"title":{},"body":{"interfaces/ExtractionSet.html":{}}}],["belonging",{"_index":1308,"title":{},"body":{"interfaces/ExtractionSet.html":{}}}],["beta",{"_index":3714,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["better",{"_index":3764,"title":{},"body":{"changelog.html":{}}}],["between",{"_index":285,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["bind",{"_index":72,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"dependencies.html":{}}}],["binds",{"_index":3377,"title":{},"body":{"injectables/ThemingService.html":{}}}],["black",{"_index":407,"title":{},"body":{"components/AppComponent.html":{}}}],["bladder",{"_index":1162,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bladder.svg",{"_index":1164,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["blank",{"_index":2256,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["blob([json",{"_index":2681,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["block",{"_index":255,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["block.x",{"_index":1996,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["block_size_input",{"_index":705,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["blocks",{"_index":1906,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["blocksize",{"_index":663,"title":{"interfaces/BlockSize.html":{}},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["blocksize.x",{"_index":3112,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["blocksize.y",{"_index":3113,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["blocksize.z",{"_index":3114,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["blocksize.z].map(n",{"_index":3135,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["blocksizechange",{"_index":690,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["blocksizeinputcomponent",{"_index":479,"title":{"components/BlockSizeInputComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["blocksizeinputmodule",{"_index":750,"title":{"modules/BlockSizeInputModule.html":{}},"body":{"modules/BlockSizeInputModule.html":{},"modules/RightSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["blood",{"_index":1165,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["blood.svg",{"_index":1166,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bmi",{"_index":3739,"title":{},"body":{"changelog.html":{}}}],["board",{"_index":3978,"title":{},"body":{"changelog.html":{}}}],["body",{"_index":639,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{},"dependencies.html":{}}}],["bodyuimodule",{"_index":1109,"title":{},"body":{"modules/ContentModule.html":{}}}],["bold",{"_index":1788,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["bone",{"_index":1167,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["boolean",{"_index":280,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["booleaninput",{"_index":1504,"title":{},"body":{"classes/InitializationState.html":{}}}],["bootstrap",{"_index":543,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["border",{"_index":445,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["both",{"_index":3756,"title":{},"body":{"changelog.html":{}}}],["bottom",{"_index":446,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["bounds",{"_index":885,"title":{},"body":{"components/ContentComponent.html":{}}}],["box",{"_index":468,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["bp",{"_index":651,"title":{},"body":{"components/AppWebComponent.html":{}}}],["bp.boolean",{"_index":658,"title":{},"body":{"components/AppWebComponent.html":{}}}],["bp.function",{"_index":661,"title":{},"body":{"components/AppWebComponent.html":{}}}],["bp.json",{"_index":659,"title":{},"body":{"components/AppWebComponent.html":{}}}],["bp.stringarray",{"_index":662,"title":{},"body":{"components/AppWebComponent.html":{}}}],["brain",{"_index":1170,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["brain.svg",{"_index":1171,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["break",{"_index":376,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{}}}],["breaking",{"_index":3799,"title":{},"body":{"changelog.html":{}}}],["breaks",{"_index":165,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["breast.svg",{"_index":1201,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bringing",{"_index":3809,"title":{},"body":{"changelog.html":{}}}],["bronchus",{"_index":1196,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["bronchus.svg",{"_index":1198,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["browse",{"_index":4310,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":574,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{},"dependencies.html":{},"modules.html":{}}}],["browser/animations",{"_index":576,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules/RightSidebarModule.html":{}}}],["browseranimationsmodule",{"_index":575,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules/RightSidebarModule.html":{}}}],["browserify",{"_index":4188,"title":{},"body":{"dependencies.html":{}}}],["browsermodule",{"_index":572,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{}}}],["browsing",{"_index":4025,"title":{},"body":{"changelog.html":{}}}],["bug",{"_index":3605,"title":{},"body":{"changelog.html":{}}}],["build",{"_index":4212,"title":{},"body":{"index.html":{}}}],["buildjsonld",{"_index":2714,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["buildmetadata",{"_index":2702,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["builds",{"_index":2701,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["builtin_parsers",{"_index":641,"title":{},"body":{"components/AppWebComponent.html":{}}}],["builtin_parsers.json(value",{"_index":649,"title":{},"body":{"components/AppWebComponent.html":{}}}],["button",{"_index":428,"title":{},"body":{"components/AppComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/JsonFileReaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalLauncherComponent.html":{},"changelog.html":{}}}],["button'},{'name",{"_index":512,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["button.component",{"_index":1301,"title":{},"body":{"modules/DrawerModule.html":{},"modules/ReviewButtonModule.html":{}}}],["button.component.html",{"_index":2782,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["button.component.scss",{"_index":2781,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["button.component.ts",{"_index":2777,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["button.component.ts:104",{"_index":2815,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:119",{"_index":2808,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:19",{"_index":3413,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:21",{"_index":2807,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:22",{"_index":3414,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:26",{"_index":2796,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:27",{"_index":3423,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:31",{"_index":2795,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:37",{"_index":2792,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:38",{"_index":3420,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:40",{"_index":3419,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:42",{"_index":2797,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["button.component.ts:47",{"_index":2805,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:54",{"_index":2800,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:59",{"_index":2790,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:65",{"_index":3417,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:73",{"_index":2813,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:75",{"_index":3418,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:85",{"_index":3416,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["button.component.ts:88",{"_index":2817,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["button.component.ts:97",{"_index":2812,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["button.module",{"_index":2924,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["button.module.ts",{"_index":2849,"title":{},"body":{"modules/ReviewButtonModule.html":{}}}],["button/review",{"_index":2776,"title":{},"body":{"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{}}}],["button/toggle",{"_index":1300,"title":{},"body":{"modules/DrawerModule.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["buttons",{"_index":954,"title":{},"body":{"components/ContentComponent.html":{}}}],["c",{"_index":4260,"title":{},"body":{"license.html":{}}}],["cache",{"_index":3614,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["cacheable",{"_index":4192,"title":{},"body":{"dependencies.html":{}}}],["cached",{"_index":1580,"title":{},"body":{"classes/InitializationState.html":{}}}],["calc",{"_index":3437,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["calc(100",{"_index":455,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["calc(50",{"_index":1538,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["calculated",{"_index":1572,"title":{},"body":{"classes/InitializationState.html":{}}}],["call",{"_index":1470,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["callback",{"_index":982,"title":{},"body":{"components/ContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"changelog.html":{}}}],["called",{"_index":1502,"title":{},"body":{"classes/InitializationState.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["calling",{"_index":3219,"title":{},"body":{"components/StageNavComponent.html":{}}}],["calls",{"_index":2486,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["cancel",{"_index":2535,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/TagListComponent.html":{}}}],["cancelregistration",{"_index":611,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"changelog.html":{}}}],["cancelregistrationcallback",{"_index":622,"title":{},"body":{"components/AppWebComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"miscellaneous/typealiases.html":{}}}],["candidate",{"_index":3960,"title":{},"body":{"changelog.html":{}}}],["cannon",{"_index":3024,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["card",{"_index":3792,"title":{},"body":{"changelog.html":{}}}],["carousel",{"_index":3795,"title":{},"body":{"changelog.html":{}}}],["case",{"_index":372,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{},"index.html":{}}}],["cases",{"_index":3935,"title":{},"body":{"changelog.html":{}}}],["catch",{"_index":650,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["catcherror",{"_index":2138,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["ccf",{"_index":211,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StoreModule.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{}}}],["ccf's",{"_index":3896,"title":{},"body":{"changelog.html":{}}}],["ccf.owl",{"_index":3620,"title":{},"body":{"changelog.html":{}}}],["ccf_annotations",{"_index":2725,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["ccfdrawer",{"_index":1526,"title":{},"body":{"classes/InitializationState.html":{}}}],["ccfdrawercontainer",{"_index":777,"title":{},"body":{"components/ContainerComponent.html":{}}}],["cdk",{"_index":1350,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["cdr",{"_index":246,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["cdr.markforcheck",{"_index":348,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["cell",{"_index":3687,"title":{},"body":{"changelog.html":{}}}],["center",{"_index":431,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"index.html":{}}}],["centimeter",{"_index":2144,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["certain",{"_index":257,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["cff",{"_index":1075,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["change",{"_index":267,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{},"index.html":{}}}],["changed",{"_index":862,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["changedetection",{"_index":208,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["changedetectionstrategy",{"_index":316,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":209,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["changedetectorref",{"_index":247,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["changelog",{"_index":3586,"title":{"changelog.html":{}},"body":{"changelog.html":{},"index.html":{}}}],["changerotation",{"_index":2947,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["changerotation(newrotation",{"_index":2945,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["changes",{"_index":181,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["changing",{"_index":3199,"title":{},"body":{"components/StageNavComponent.html":{}}}],["channel",{"_index":781,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["channels",{"_index":1859,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["charge",{"_index":4266,"title":{},"body":{"license.html":{}}}],["check",{"_index":2077,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["checknamevalid",{"_index":2383,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["checknamevalid(event",{"_index":2392,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["checks",{"_index":1033,"title":{},"body":{"components/ContentComponent-1.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{}}}],["chevron_left",{"_index":1383,"title":{},"body":{"components/HeaderComponent.html":{}}}],["child",{"_index":740,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{}}}],["chip",{"_index":3330,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["chip__action",{"_index":3575,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["chip__text",{"_index":3332,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["choose",{"_index":3915,"title":{},"body":{"changelog.html":{}}}],["ci/cd",{"_index":3894,"title":{},"body":{"changelog.html":{}}}],["claim",{"_index":4302,"title":{},"body":{"license.html":{}}}],["class",{"_index":132,"title":{"classes/InitializationState.html":{},"classes/MessageChannel.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["class.ccf",{"_index":3410,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["class.cff",{"_index":1014,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["classend",{"_index":1544,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["classes",{"_index":1484,"title":{},"body":{"classes/InitializationState.html":{},"classes/MessageChannel.html":{},"overview.html":{}}}],["classname",{"_index":390,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["clean",{"_index":1867,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["cleans",{"_index":276,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["cleanup",{"_index":3713,"title":{},"body":{"changelog.html":{}}}],["clear",{"_index":2871,"title":{},"body":{"components/ReviewModalComponent.html":{},"components/VideoModalComponent.html":{}}}],["clearhaschanges",{"_index":2235,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["clears",{"_index":3517,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["click",{"_index":1671,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/StageNavComponent.html":{},"changelog.html":{}}}],["clicked",{"_index":270,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ReviewButtonComponent.html":{},"interfaces/User.html":{}}}],["clicking",{"_index":3797,"title":{},"body":{"changelog.html":{}}}],["clicks",{"_index":3214,"title":{},"body":{"components/StageNavComponent.html":{}}}],["client",{"_index":3613,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["close",{"_index":427,"title":{},"body":{"components/AppComponent.html":{},"classes/InitializationState.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["closed",{"_index":305,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RightSidebarComponent.html":{},"interfaces/User.html":{},"miscellaneous/typealiases.html":{}}}],["closedialog",{"_index":2384,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["closeexpanded",{"_index":1607,"title":{},"body":{"classes/InitializationState.html":{}}}],["closeopendone",{"_index":1614,"title":{},"body":{"classes/InitializationState.html":{}}}],["closes",{"_index":1595,"title":{},"body":{"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/StageNavComponent.html":{},"components/VideoModalComponent.html":{}}}],["cls",{"_index":3368,"title":{},"body":{"injectables/ThemingService.html":{}}}],["clsname",{"_index":686,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["cluster_appmodule",{"_index":546,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":547,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":548,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_blocksizeinputmodule",{"_index":751,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"overview.html":{}}}],["cluster_blocksizeinputmodule_declarations",{"_index":752,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"overview.html":{}}}],["cluster_blocksizeinputmodule_exports",{"_index":753,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"overview.html":{}}}],["cluster_contentmodule",{"_index":1102,"title":{},"body":{"modules/ContentModule.html":{},"overview.html":{}}}],["cluster_contentmodule_declarations",{"_index":1103,"title":{},"body":{"modules/ContentModule.html":{},"overview.html":{}}}],["cluster_contentmodule_exports",{"_index":1105,"title":{},"body":{"modules/ContentModule.html":{},"overview.html":{}}}],["cluster_contentmodule_imports",{"_index":1104,"title":{},"body":{"modules/ContentModule.html":{},"overview.html":{}}}],["cluster_coremodule",{"_index":1117,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_coremodule_imports",{"_index":1118,"title":{},"body":{"modules/CoreModule.html":{},"overview.html":{}}}],["cluster_detailslabelmodule",{"_index":1279,"title":{},"body":{"modules/DetailsLabelModule.html":{},"overview.html":{}}}],["cluster_detailslabelmodule_declarations",{"_index":1281,"title":{},"body":{"modules/DetailsLabelModule.html":{},"overview.html":{}}}],["cluster_detailslabelmodule_exports",{"_index":1280,"title":{},"body":{"modules/DetailsLabelModule.html":{},"overview.html":{}}}],["cluster_drawermodule",{"_index":1293,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_drawermodule_declarations",{"_index":1294,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_drawermodule_exports",{"_index":1295,"title":{},"body":{"modules/DrawerModule.html":{},"overview.html":{}}}],["cluster_extractionsetdropdownmodule",{"_index":1354,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"overview.html":{}}}],["cluster_extractionsetdropdownmodule_declarations",{"_index":1356,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"overview.html":{}}}],["cluster_extractionsetdropdownmodule_exports",{"_index":1355,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"overview.html":{}}}],["cluster_headermodule",{"_index":1402,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_headermodule_declarations",{"_index":1403,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_headermodule_exports",{"_index":1404,"title":{},"body":{"modules/HeaderModule.html":{},"overview.html":{}}}],["cluster_jsonfilereadermodule",{"_index":1694,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"overview.html":{}}}],["cluster_jsonfilereadermodule_declarations",{"_index":1696,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"overview.html":{}}}],["cluster_jsonfilereadermodule_exports",{"_index":1695,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"overview.html":{}}}],["cluster_labeledslidetogglemodule",{"_index":1739,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"overview.html":{}}}],["cluster_labeledslidetogglemodule_declarations",{"_index":1741,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"overview.html":{}}}],["cluster_labeledslidetogglemodule_exports",{"_index":1740,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"overview.html":{}}}],["cluster_leftsidebarmodule",{"_index":1795,"title":{},"body":{"modules/LeftSidebarModule.html":{},"overview.html":{}}}],["cluster_leftsidebarmodule_declarations",{"_index":1796,"title":{},"body":{"modules/LeftSidebarModule.html":{},"overview.html":{}}}],["cluster_leftsidebarmodule_exports",{"_index":1798,"title":{},"body":{"modules/LeftSidebarModule.html":{},"overview.html":{}}}],["cluster_leftsidebarmodule_imports",{"_index":1797,"title":{},"body":{"modules/LeftSidebarModule.html":{},"overview.html":{}}}],["cluster_nameinputmodule",{"_index":2123,"title":{},"body":{"modules/NameInputModule.html":{},"overview.html":{}}}],["cluster_nameinputmodule_declarations",{"_index":2124,"title":{},"body":{"modules/NameInputModule.html":{},"overview.html":{}}}],["cluster_nameinputmodule_exports",{"_index":2125,"title":{},"body":{"modules/NameInputModule.html":{},"overview.html":{}}}],["cluster_registrationcontentmodule",{"_index":2459,"title":{},"body":{"modules/RegistrationContentModule.html":{},"overview.html":{}}}],["cluster_registrationcontentmodule_declarations",{"_index":2460,"title":{},"body":{"modules/RegistrationContentModule.html":{},"overview.html":{}}}],["cluster_registrationcontentmodule_exports",{"_index":2461,"title":{},"body":{"modules/RegistrationContentModule.html":{},"overview.html":{}}}],["cluster_registrationcontentmodule_imports",{"_index":2462,"title":{},"body":{"modules/RegistrationContentModule.html":{},"overview.html":{}}}],["cluster_registrationmetadatamodule",{"_index":2516,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"overview.html":{}}}],["cluster_registrationmetadatamodule_declarations",{"_index":2517,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"overview.html":{}}}],["cluster_registrationmetadatamodule_exports",{"_index":2519,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"overview.html":{}}}],["cluster_registrationmetadatamodule_imports",{"_index":2518,"title":{},"body":{"modules/RegistrationMetadataModule.html":{}}}],["cluster_registrationmodalmodule",{"_index":2554,"title":{},"body":{"modules/RegistrationModalModule.html":{},"overview.html":{}}}],["cluster_registrationmodalmodule_declarations",{"_index":2556,"title":{},"body":{"modules/RegistrationModalModule.html":{},"overview.html":{}}}],["cluster_registrationmodalmodule_exports",{"_index":2555,"title":{},"body":{"modules/RegistrationModalModule.html":{},"overview.html":{}}}],["cluster_registrationmodalmodule_imports",{"_index":2557,"title":{},"body":{"modules/RegistrationModalModule.html":{}}}],["cluster_reviewbuttonmodule",{"_index":2844,"title":{},"body":{"modules/ReviewButtonModule.html":{},"overview.html":{}}}],["cluster_reviewbuttonmodule_declarations",{"_index":2847,"title":{},"body":{"modules/ReviewButtonModule.html":{},"overview.html":{}}}],["cluster_reviewbuttonmodule_exports",{"_index":2846,"title":{},"body":{"modules/ReviewButtonModule.html":{},"overview.html":{}}}],["cluster_reviewbuttonmodule_imports",{"_index":2845,"title":{},"body":{"modules/ReviewButtonModule.html":{},"overview.html":{}}}],["cluster_reviewmodalmodule",{"_index":2879,"title":{},"body":{"modules/ReviewModalModule.html":{},"overview.html":{}}}],["cluster_reviewmodalmodule_declarations",{"_index":2881,"title":{},"body":{"modules/ReviewModalModule.html":{},"overview.html":{}}}],["cluster_reviewmodalmodule_exports",{"_index":2880,"title":{},"body":{"modules/ReviewModalModule.html":{},"overview.html":{}}}],["cluster_rightsidebarmodule",{"_index":2903,"title":{},"body":{"modules/RightSidebarModule.html":{},"overview.html":{}}}],["cluster_rightsidebarmodule_declarations",{"_index":2906,"title":{},"body":{"modules/RightSidebarModule.html":{},"overview.html":{}}}],["cluster_rightsidebarmodule_exports",{"_index":2904,"title":{},"body":{"modules/RightSidebarModule.html":{},"overview.html":{}}}],["cluster_rightsidebarmodule_imports",{"_index":2905,"title":{},"body":{"modules/RightSidebarModule.html":{},"overview.html":{}}}],["cluster_rotationslidermodule",{"_index":2965,"title":{},"body":{"modules/RotationSliderModule.html":{},"overview.html":{}}}],["cluster_rotationslidermodule_declarations",{"_index":2966,"title":{},"body":{"modules/RotationSliderModule.html":{},"overview.html":{}}}],["cluster_rotationslidermodule_exports",{"_index":2967,"title":{},"body":{"modules/RotationSliderModule.html":{},"overview.html":{}}}],["cluster_slicesinputmodule",{"_index":3172,"title":{},"body":{"modules/SlicesInputModule.html":{},"overview.html":{}}}],["cluster_slicesinputmodule_declarations",{"_index":3174,"title":{},"body":{"modules/SlicesInputModule.html":{},"overview.html":{}}}],["cluster_slicesinputmodule_exports",{"_index":3173,"title":{},"body":{"modules/SlicesInputModule.html":{},"overview.html":{}}}],["cluster_stagenavmodule",{"_index":3259,"title":{},"body":{"modules/StageNavModule.html":{},"overview.html":{}}}],["cluster_stagenavmodule_declarations",{"_index":3260,"title":{},"body":{"modules/StageNavModule.html":{},"overview.html":{}}}],["cluster_stagenavmodule_exports",{"_index":3262,"title":{},"body":{"modules/StageNavModule.html":{},"overview.html":{}}}],["cluster_stagenavmodule_imports",{"_index":3261,"title":{},"body":{"modules/StageNavModule.html":{}}}],["cluster_taglistmodule",{"_index":3334,"title":{},"body":{"modules/TagListModule.html":{},"overview.html":{}}}],["cluster_taglistmodule_declarations",{"_index":3336,"title":{},"body":{"modules/TagListModule.html":{},"overview.html":{}}}],["cluster_taglistmodule_exports",{"_index":3335,"title":{},"body":{"modules/TagListModule.html":{},"overview.html":{}}}],["cluster_tagsearchmodule",{"_index":3341,"title":{},"body":{"modules/TagSearchModule.html":{},"overview.html":{}}}],["cluster_tagsearchmodule_declarations",{"_index":3342,"title":{},"body":{"modules/TagSearchModule.html":{},"overview.html":{}}}],["cluster_tagsearchmodule_exports",{"_index":3343,"title":{},"body":{"modules/TagSearchModule.html":{},"overview.html":{}}}],["cluster_themingmodule",{"_index":3348,"title":{},"body":{"modules/ThemingModule.html":{},"overview.html":{}}}],["cluster_themingmodule_providers",{"_index":3349,"title":{},"body":{"modules/ThemingModule.html":{},"overview.html":{}}}],["cluster_videomodallaunchermodule",{"_index":3483,"title":{},"body":{"modules/VideoModalLauncherModule.html":{},"overview.html":{}}}],["cluster_videomodallaunchermodule_declarations",{"_index":3484,"title":{},"body":{"modules/VideoModalLauncherModule.html":{},"overview.html":{}}}],["cluster_videomodallaunchermodule_exports",{"_index":3485,"title":{},"body":{"modules/VideoModalLauncherModule.html":{},"overview.html":{}}}],["cluster_videomodalmodule",{"_index":3489,"title":{},"body":{"modules/VideoModalModule.html":{},"overview.html":{}}}],["cluster_videomodalmodule_declarations",{"_index":3490,"title":{},"body":{"modules/VideoModalModule.html":{},"overview.html":{}}}],["cluster_videomodalmodule_exports",{"_index":3491,"title":{},"body":{"modules/VideoModalModule.html":{},"overview.html":{}}}],["cluster_visibilitymenumodule",{"_index":3556,"title":{},"body":{"modules/VisibilityMenuModule.html":{},"overview.html":{}}}],["cluster_visibilitymenumodule_declarations",{"_index":3557,"title":{},"body":{"modules/VisibilityMenuModule.html":{},"overview.html":{}}}],["cluster_visibilitymenumodule_exports",{"_index":3558,"title":{},"body":{"modules/VisibilityMenuModule.html":{},"overview.html":{}}}],["cluster_visibilitytogglemodule",{"_index":3582,"title":{},"body":{"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["cluster_visibilitytogglemodule_declarations",{"_index":3584,"title":{},"body":{"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["cluster_visibilitytogglemodule_exports",{"_index":3583,"title":{},"body":{"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["coalescing",{"_index":2207,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["code",{"_index":3451,"title":{},"body":{"components/VideoModalComponent.html":{},"changelog.html":{}}}],["code.touppercase().endswith(lookup",{"_index":2210,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["codebase",{"_index":3905,"title":{},"body":{"changelog.html":{}}}],["codex",{"_index":3946,"title":{},"body":{"changelog.html":{}}}],["codifies",{"_index":3991,"title":{},"body":{"changelog.html":{}}}],["coercebooleanproperty",{"_index":1505,"title":{},"body":{"classes/InitializationState.html":{}}}],["collaboration",{"_index":3903,"title":{},"body":{"changelog.html":{}}}],["collapse",{"_index":437,"title":{},"body":{"components/AppComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["collapsed",{"_index":1514,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["collapses",{"_index":1606,"title":{},"body":{"classes/InitializationState.html":{}}}],["collection",{"_index":13,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["collisions",{"_index":137,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["color",{"_index":406,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/ReviewModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["colorizing",{"_index":3953,"title":{},"body":{"changelog.html":{}}}],["column",{"_index":398,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent-1.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["combination",{"_index":3916,"title":{},"body":{"changelog.html":{}}}],["combined",{"_index":1097,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["combinelatest",{"_index":111,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/LeftSidebarComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{}}}],["combinelatest([regs",{"_index":2592,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["combinelatest([this.entities",{"_index":134,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["combinelatest([this.model.anatomicalstructures",{"_index":3056,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.model.organiri",{"_index":3085,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.model.organiri$.pipe(filter(organiri=>organiri",{"_index":3107,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.model.viewtype",{"_index":3121,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.page.state",{"_index":2540,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["combinelatest([this.referenceorgansimplenodes",{"_index":3077,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.reg.state",{"_index":2309,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["combinelatest([this.rotation",{"_index":3051,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["combinelatest([this.theme",{"_index":345,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["come",{"_index":3289,"title":{},"body":{"modules/StoreModule.html":{},"changelog.html":{}}}],["coming",{"_index":3943,"title":{},"body":{"changelog.html":{}}}],["comlink",{"_index":4138,"title":{},"body":{"dependencies.html":{}}}],["comma",{"_index":1273,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["commas",{"_index":1258,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["common",{"_index":3745,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["commonmodule",{"_index":755,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/DetailsLabelModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["compatibility",{"_index":3286,"title":{},"body":{"modules/StoreModule.html":{}}}],["completed",{"_index":1622,"title":{},"body":{"classes/InitializationState.html":{}}}],["completion",{"_index":1612,"title":{},"body":{"classes/InitializationState.html":{}}}],["complexity",{"_index":3821,"title":{},"body":{"changelog.html":{}}}],["compodoc",{"_index":3707,"title":{},"body":{"changelog.html":{}}}],["component",{"_index":195,"title":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["component's",{"_index":897,"title":{},"body":{"components/ContentComponent.html":{}}}],["component.component",{"_index":579,"title":{},"body":{"modules/AppModule.html":{}}}],["component.component.ts",{"_index":605,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["component.component.ts:34",{"_index":621,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:35",{"_index":637,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:36",{"_index":638,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:37",{"_index":631,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:38",{"_index":625,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:39",{"_index":634,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:40",{"_index":623,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:41",{"_index":627,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:42",{"_index":635,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:43",{"_index":636,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:44",{"_index":628,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:45",{"_index":629,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:46",{"_index":630,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:47",{"_index":632,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component.component.ts:49",{"_index":619,"title":{},"body":{"components/AppWebComponent.html":{}}}],["component_template",{"_index":475,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["componentref",{"_index":3371,"title":{},"body":{"injectables/ThemingService.html":{}}}],["components",{"_index":197,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"overview.html":{},"miscellaneous/typealiases.html":{}}}],["computed",{"_index":105,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["comunica/query",{"_index":4110,"title":{},"body":{"dependencies.html":{}}}],["concat",{"_index":4140,"title":{},"body":{"dependencies.html":{}}}],["concat(sortby(set.extractionsites.map((entity",{"_index":2048,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["conditions",{"_index":4285,"title":{},"body":{"license.html":{}}}],["config",{"_index":770,"title":{},"body":{"modules/ConfigModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["config.cancelregistration",{"_index":2315,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["config.isolated",{"_index":1861,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["config.register",{"_index":2314,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["config.user",{"_index":2317,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["configmodule",{"_index":765,"title":{"modules/ConfigModule.html":{}},"body":{"modules/ConfigModule.html":{},"modules/CoreModule.html":{},"modules.html":{},"overview.html":{}}}],["configstore",{"_index":620,"title":{},"body":{"components/AppWebComponent.html":{}}}],["configuration",{"_index":1372,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["configurations",{"_index":3769,"title":{},"body":{"changelog.html":{}}}],["confirm('changes",{"_index":2322,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["confirmation",{"_index":3741,"title":{},"body":{"changelog.html":{}}}],["conform",{"_index":3775,"title":{},"body":{"changelog.html":{}}}],["connect",{"_index":1882,"title":{},"body":{"injectables/MessageService.html":{},"changelog.html":{}}}],["connect(source",{"_index":1870,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["connected",{"_index":813,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["connection",{"_index":4308,"title":{},"body":{"license.html":{}}}],["connects",{"_index":1869,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["consentservice",{"_index":237,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["consider",{"_index":3285,"title":{},"body":{"modules/StoreModule.html":{}}}],["consortium",{"_index":4261,"title":{},"body":{"license.html":{}}}],["const",{"_index":138,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StoreModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["constructor",{"_index":35,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["constructor(@inject(message_service_config",{"_index":1860,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["constructor(@optional",{"_index":1134,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ThemingService.html":{}}}],["constructor(config",{"_index":1883,"title":{},"body":{"injectables/MessageService.html":{}}}],["constructor(configstore",{"_index":618,"title":{},"body":{"components/AppWebComponent.html":{}}}],["constructor(defaulttheme",{"_index":3363,"title":{},"body":{"injectables/ThemingService.html":{}}}],["constructor(dialog",{"_index":2530,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["constructor(dialogref",{"_index":2852,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["constructor(drawer",{"_index":3411,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["constructor(ga",{"_index":714,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["constructor(globalconfig",{"_index":2247,"title":{},"body":{"injectables/PageState.html":{}}}],["constructor(globals",{"_index":2363,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["constructor(injector",{"_index":36,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"injectables/SceneState.html":{}}}],["constructor(messageservice",{"_index":789,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{}}}],["constructor(model",{"_index":236,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{}}}],["constructor(page",{"_index":1378,"title":{},"body":{"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["constructor(private",{"_index":598,"title":{},"body":{"modules/AppModule.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["constructor(readonly",{"_index":1382,"title":{},"body":{"components/HeaderComponent.html":{}}}],["constructor(registry",{"_index":1474,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["constructor(renderer2",{"_index":3443,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["constructor(source",{"_index":1875,"title":{},"body":{"classes/MessageChannel.html":{}}}],["contain",{"_index":1085,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/HeaderComponent.html":{}}}],["contained",{"_index":1893,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["container",{"_index":308,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["container'},{'name",{"_index":482,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["container.component.html",{"_index":780,"title":{},"body":{"components/ContainerComponent.html":{}}}],["container.component.scss",{"_index":779,"title":{},"body":{"components/ContainerComponent.html":{}}}],["container/container.component",{"_index":1299,"title":{},"body":{"modules/DrawerModule.html":{}}}],["containercomponent",{"_index":481,"title":{"components/ContainerComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["containerpayload",{"_index":1088,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["containers",{"_index":861,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"changelog.html":{}}}],["containing",{"_index":668,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"index.html":{}}}],["contains",{"_index":694,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ExtractionSet.html":{},"classes/InitializationState.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["content",{"_index":412,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["content'},{'name",{"_index":484,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["content.component",{"_index":2468,"title":{},"body":{"modules/RegistrationContentModule.html":{},"components/RegistrationModalComponent.html":{}}}],["content.component.html",{"_index":884,"title":{},"body":{"components/ContentComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["content.component.scss",{"_index":883,"title":{},"body":{"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/RegistrationContentComponent.html":{}}}],["content.component.ts",{"_index":2373,"title":{},"body":{"components/RegistrationContentComponent.html":{},"coverage.html":{}}}],["content.component.ts:102",{"_index":2393,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:111",{"_index":2401,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:122",{"_index":2404,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:135",{"_index":2399,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:144",{"_index":2396,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:21",{"_index":2391,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:24",{"_index":2420,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:29",{"_index":2413,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:32",{"_index":2421,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:35",{"_index":2416,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:38",{"_index":2409,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:41",{"_index":2408,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:44",{"_index":2411,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:47",{"_index":2412,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:50",{"_index":2390,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:63",{"_index":2410,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.component.ts:92",{"_index":2407,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["content.module",{"_index":2561,"title":{},"body":{"modules/RegistrationModalModule.html":{}}}],["content.module.ts",{"_index":2464,"title":{},"body":{"modules/RegistrationContentModule.html":{}}}],["content/content.component",{"_index":836,"title":{},"body":{"components/ContainerComponent.html":{},"modules/ContentModule.html":{},"modules/DrawerModule.html":{}}}],["content/registration",{"_index":2372,"title":{},"body":{"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"coverage.html":{}}}],["content1",{"_index":782,"title":{},"body":{"components/ContainerComponent.html":{}}}],["content2",{"_index":783,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren",{"_index":833,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren(contentcomponent",{"_index":815,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentchildren(drawercomponent",{"_index":825,"title":{},"body":{"components/ContainerComponent.html":{}}}],["contentcomponent",{"_index":483,"title":{"components/ContentComponent.html":{},"components/ContentComponent-1.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["contentcontainerchanged",{"_index":1077,"title":{"interfaces/ContentContainerChanged.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["contentmodule",{"_index":549,"title":{"modules/ContentModule.html":{}},"body":{"modules/AppModule.html":{},"modules/ContentModule.html":{},"modules.html":{},"overview.html":{}}}],["context",{"_index":2715,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["context.jsonld",{"_index":2718,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["continue",{"_index":2448,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["contract",{"_index":4305,"title":{},"body":{"license.html":{}}}],["control",{"_index":2495,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["controls",{"_index":2888,"title":{},"body":{"components/RightSidebarComponent.html":{},"changelog.html":{}}}],["convention",{"_index":1101,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{}}}],["converted",{"_index":2492,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["converting",{"_index":1268,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["converts",{"_index":2260,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["coordinate",{"_index":4242,"title":{},"body":{"index.html":{}}}],["copies",{"_index":4280,"title":{},"body":{"license.html":{}}}],["copy",{"_index":4268,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":4259,"title":{},"body":{"license.html":{}}}],["cord",{"_index":1223,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["cord.svg",{"_index":1224,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["core",{"_index":1135,"title":{},"body":{"modules/CoreModule.html":{}}}],["core/core.module",{"_index":581,"title":{},"body":{"modules/AppModule.html":{}}}],["core/models/anatomical",{"_index":3321,"title":{},"body":{"components/TagListComponent.html":{}}}],["core/models/extraction",{"_index":1335,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["core/models/meta",{"_index":2818,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["core/models/visibility",{"_index":1770,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["core/services/config/config",{"_index":324,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/User.html":{}}}],["core/services/theming/theming.service",{"_index":325,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["core/store/anatomical",{"_index":2887,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["core/store/model/model.state",{"_index":326,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/User.html":{}}}],["core/store/page/page.state",{"_index":327,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/User.html":{}}}],["core/store/reference",{"_index":2538,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["core/store/registration/registration.state",{"_index":958,"title":{},"body":{"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{}}}],["core/store/scene/scene.state",{"_index":959,"title":{},"body":{"components/ContentComponent.html":{}}}],["coremodule",{"_index":550,"title":{"modules/CoreModule.html":{}},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"modules.html":{},"overview.html":{}}}],["correct",{"_index":1397,"title":{},"body":{"components/HeaderComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["cors",{"_index":4142,"title":{},"body":{"dependencies.html":{}}}],["counter",{"_index":1839,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["coverage",{"_index":3974,"title":{"coverage.html":{}},"body":{"changelog.html":{},"coverage.html":{}}}],["createcustomelement",{"_index":564,"title":{},"body":{"modules/AppModule.html":{}}}],["createcustomelement(appwebcomponent",{"_index":600,"title":{},"body":{"modules/AppModule.html":{}}}],["created",{"_index":3873,"title":{},"body":{"changelog.html":{}}}],["createentitycollections",{"_index":100,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["creates",{"_index":40,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["createscenenodes",{"_index":2974,"title":{},"body":{"injectables/SceneState.html":{}}}],["createscenenodes(organiri",{"_index":2984,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["creating",{"_index":838,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/functions.html":{}}}],["creation",{"_index":2791,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["creation_date",{"_index":2724,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator",{"_index":2721,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator_first_name",{"_index":2692,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator_last_name",{"_index":2694,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator_middle_name",{"_index":2696,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["creator_orcid",{"_index":2698,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["credits",{"_index":4246,"title":{},"body":{"index.html":{}}}],["crosshairs",{"_index":909,"title":{},"body":{"components/ContentComponent.html":{}}}],["css",{"_index":955,"title":{},"body":{"components/ContentComponent.html":{},"dependencies.html":{}}}],["cube.svg",{"_index":1248,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["cuboid",{"_index":3973,"title":{},"body":{"changelog.html":{}}}],["cuboids",{"_index":3971,"title":{},"body":{"changelog.html":{}}}],["current",{"_index":1326,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["currentdate",{"_index":2599,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["currentidentifier",{"_index":2596,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["currently",{"_index":1334,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/ReviewButtonComponent.html":{},"injectables/ThemingService.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["currentorgan",{"_index":2374,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["currentsex",{"_index":2375,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["cursor",{"_index":433,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["customelements.define('ccf",{"_index":602,"title":{},"body":{"modules/AppModule.html":{}}}],["customizable",{"_index":3562,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["customized",{"_index":1662,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["cyberinfrastructure",{"_index":4248,"title":{},"body":{"index.html":{}}}],["cycle",{"_index":3831,"title":{},"body":{"changelog.html":{}}}],["d",{"_index":384,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["damages",{"_index":4303,"title":{},"body":{"license.html":{}}}],["dark",{"_index":287,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["dark/light",{"_index":3771,"title":{},"body":{"changelog.html":{}}}],["data",{"_index":350,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["data.json",{"_index":2177,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["data.label",{"_index":2828,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{}}}],["data.metadata",{"_index":2864,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["data.push",{"_index":2704,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["data.registrationcallbackset",{"_index":2865,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["data.sex",{"_index":2626,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["data.side",{"_index":2628,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["data.state",{"_index":1926,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{}}}],["data.state.ts",{"_index":2129,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["data.state.ts:100",{"_index":2368,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:110",{"_index":2370,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:135",{"_index":2367,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:155",{"_index":2366,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:176",{"_index":2365,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:75",{"_index":2364,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.state.ts:87",{"_index":2369,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["data.ts",{"_index":1890,"title":{},"body":{"interfaces/MetaDataField.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["data.value",{"_index":2872,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["data/reference",{"_index":1925,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["dataaction",{"_index":53,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["database",{"_index":2137,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["datasets",{"_index":3840,"title":{},"body":{"changelog.html":{}}}],["datatype",{"_index":1718,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["date().toisostring().split('t')[0",{"_index":2600,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["db",{"_index":2034,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["db.anatomicalstructures[organiri",{"_index":2038,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["db.extractionsets[organiri",{"_index":2045,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["db.organirilookup[key",{"_index":2212,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["db.organspatialentities[organiri",{"_index":2052,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["db.placementpatches[place?.target",{"_index":2184,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["db.scenenodelookup[item.id",{"_index":3069,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["db.scenenodelookup[node['@id",{"_index":3142,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["db.simplescenenodelookup[item.id",{"_index":3070,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["db.simplescenenodelookup[node['@id",{"_index":3074,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["deal",{"_index":4269,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":4309,"title":{},"body":{"license.html":{}}}],["debug",{"_index":934,"title":{},"body":{"components/ContentComponent.html":{}}}],["debugmode",{"_index":886,"title":{},"body":{"components/ContentComponent.html":{}}}],["december",{"_index":3909,"title":{},"body":{"changelog.html":{}}}],["decides",{"_index":2793,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["deck.gl/core",{"_index":4113,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/geo",{"_index":4115,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/layers",{"_index":4117,"title":{},"body":{"dependencies.html":{}}}],["deck.gl/mesh",{"_index":4118,"title":{},"body":{"dependencies.html":{}}}],["declarations",{"_index":542,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["declare",{"_index":1370,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["decoration",{"_index":1391,"title":{},"body":{"components/HeaderComponent.html":{}}}],["decorator",{"_index":110,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"dependencies.html":{}}}],["decorators",{"_index":52,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["deep",{"_index":466,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["deeply",{"_index":3734,"title":{},"body":{"changelog.html":{}}}],["def",{"_index":1430,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["def.html",{"_index":1428,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["def.url",{"_index":1442,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["def?.url",{"_index":1439,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["default",{"_index":85,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["default_block_size",{"_index":680,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_icons",{"_index":1160,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_icons.find",{"_index":1436,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["default_rotation",{"_index":2928,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_search_limit",{"_index":4091,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_search_throttle",{"_index":4092,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_slices_config",{"_index":3144,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["default_theme",{"_index":582,"title":{},"body":{"modules/AppModule.html":{},"injectables/ThemingService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaulticondefinition",{"_index":1139,"title":{"interfaces/DefaultIconDefinition.html":{}},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultposition",{"_index":1992,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["defaults",{"_index":131,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["defaulttheme",{"_index":3357,"title":{},"body":{"injectables/ThemingService.html":{}}}],["deferred",{"_index":1487,"title":{},"body":{"classes/InitializationState.html":{}}}],["define",{"_index":1286,"title":{},"body":{"interfaces/DocumentationContent.html":{}}}],["defined",{"_index":38,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["definition",{"_index":1144,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["definition.html",{"_index":1452,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["definition.url",{"_index":1451,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["degree",{"_index":2755,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["delay",{"_index":1916,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["delay(0",{"_index":2059,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["delta",{"_index":365,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["demo",{"_index":3746,"title":{},"body":{"changelog.html":{}}}],["depend",{"_index":1426,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["dependencies",{"_index":541,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"changelog.html":{},"dependencies.html":{},"overview.html":{}}}],["depending",{"_index":3802,"title":{},"body":{"changelog.html":{}}}],["deps",{"_index":772,"title":{},"body":{"modules/ConfigModule.html":{}}}],["depth",{"_index":671,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["descendants",{"_index":816,"title":{},"body":{"components/ContainerComponent.html":{}}}],["descrepancies",{"_index":3661,"title":{},"body":{"changelog.html":{}}}],["description",{"_index":11,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/functions.html":{}}}],["detaches",{"_index":904,"title":{},"body":{"components/ContentComponent.html":{}}}],["details",{"_index":486,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["detailslabelcomponent",{"_index":485,"title":{"components/DetailsLabelComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["detailslabelmodule",{"_index":1278,"title":{"modules/DetailsLabelModule.html":{}},"body":{"modules/DetailsLabelModule.html":{},"modules.html":{},"overview.html":{}}}],["detection",{"_index":800,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["detector",{"_index":793,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["determines",{"_index":1331,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/LabeledSlideToggleComponent.html":{}}}],["dev",{"_index":1000,"title":{},"body":{"components/ContentComponent.html":{}}}],["developed",{"_index":4247,"title":{},"body":{"index.html":{}}}],["development",{"_index":2168,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["developmentmode",{"_index":3284,"title":{},"body":{"modules/StoreModule.html":{}}}],["developments",{"_index":3995,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["dialog",{"_index":1291,"title":{},"body":{"interfaces/DocumentationContent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"changelog.html":{}}}],["dialog's",{"_index":2855,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["dialogopen",{"_index":2528,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["dialogref",{"_index":2377,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["dialogref.afterclosed().subscribe",{"_index":2840,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["dialogref.disableclose",{"_index":2433,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["dialogue",{"_index":2809,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["didn't",{"_index":2397,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["different",{"_index":1643,"title":{},"body":{"classes/InitializationState.html":{},"changelog.html":{}}}],["digits",{"_index":3889,"title":{},"body":{"changelog.html":{}}}],["dimension",{"_index":696,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["dimension_units",{"_index":2737,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["dimensions",{"_index":670,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["dims",{"_index":966,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["dims.x",{"_index":1995,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["dims.y",{"_index":1997,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["dims.z",{"_index":1998,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["dims[0",{"_index":971,"title":{},"body":{"components/ContentComponent.html":{}}}],["dims[1",{"_index":973,"title":{},"body":{"components/ContentComponent.html":{}}}],["dims[2",{"_index":977,"title":{},"body":{"components/ContentComponent.html":{}}}],["dims[i",{"_index":3097,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["direct",{"_index":4013,"title":{},"body":{"changelog.html":{}}}],["direction",{"_index":397,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent-1.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["directive",{"_index":473,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["directives",{"_index":536,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["directly",{"_index":3944,"title":{},"body":{"changelog.html":{}}}],["disable",{"_index":122,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["disabled",{"_index":1709,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"modules/StoreModule.html":{},"components/VisibilityToggleComponent.html":{}}}],["disablepositionchange",{"_index":217,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/User.html":{}}}],["disables",{"_index":266,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["disablewhenclicked",{"_index":386,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["display",{"_index":395,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["displayed",{"_index":1263,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["displayerrors",{"_index":2564,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{}}}],["displaying",{"_index":999,"title":{},"body":{"components/ContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["distinctuntilchanged",{"_index":1917,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["distinctuntilchanged((v1",{"_index":1965,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["distinctuntilkeychanged",{"_index":957,"title":{},"body":{"components/ContentComponent.html":{}}}],["distinctuntilkeychanged('x",{"_index":928,"title":{},"body":{"components/ContentComponent.html":{}}}],["distinctuntilkeychanged('y",{"_index":929,"title":{},"body":{"components/ContentComponent.html":{}}}],["distribute",{"_index":4276,"title":{},"body":{"license.html":{}}}],["div",{"_index":3577,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["divider",{"_index":1781,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{}}}],["dobootstrap",{"_index":562,"title":{},"body":{"modules/AppModule.html":{}}}],["doc",{"_index":3982,"title":{},"body":{"changelog.html":{}}}],["docs",{"_index":3672,"title":{},"body":{"changelog.html":{}}}],["document",{"_index":3212,"title":{},"body":{"components/StageNavComponent.html":{},"components/VideoModalComponent.html":{},"dependencies.html":{}}}],["document.getelementsbyclassname('modal",{"_index":2866,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["document:click",{"_index":3194,"title":{},"body":{"components/StageNavComponent.html":{}}}],["document:click(target",{"_index":3209,"title":{},"body":{"components/StageNavComponent.html":{}}}],["document:keydown",{"_index":233,"title":{},"body":{"components/AppComponent.html":{}}}],["document:keydown(target",{"_index":251,"title":{},"body":{"components/AppComponent.html":{}}}],["document:mousedown",{"_index":234,"title":{},"body":{"components/AppComponent.html":{}}}],["document:mousedown(target",{"_index":263,"title":{},"body":{"components/AppComponent.html":{}}}],["documentation",{"_index":1288,"title":{},"body":{"interfaces/DocumentationContent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["documentationcontent",{"_index":1284,"title":{"interfaces/DocumentationContent.html":{}},"body":{"interfaces/DocumentationContent.html":{},"coverage.html":{}}}],["dom",{"_index":200,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["domsanitizer",{"_index":1414,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["don't",{"_index":1425,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["done",{"_index":3574,"title":{},"body":{"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["donor",{"_index":2509,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["donors",{"_index":3842,"title":{},"body":{"changelog.html":{}}}],["dot",{"_index":2901,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["dotenv",{"_index":4146,"title":{},"body":{"dependencies.html":{}}}],["down",{"_index":3202,"title":{},"body":{"components/StageNavComponent.html":{}}}],["download",{"_index":983,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"changelog.html":{}}}],["downloads",{"_index":2667,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["draft",{"_index":3136,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["draftplacement",{"_index":3129,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["draggable",{"_index":2933,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["drawer",{"_index":409,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["drawer'},{'name",{"_index":489,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["drawer.close",{"_index":3431,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.closeexpanded",{"_index":3430,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.component.html",{"_index":1527,"title":{},"body":{"classes/InitializationState.html":{}}}],["drawer.component.scss",{"_index":1528,"title":{},"body":{"classes/InitializationState.html":{}}}],["drawer.open",{"_index":3432,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["drawer.position",{"_index":871,"title":{},"body":{"components/ContainerComponent.html":{}}}],["drawer/drawer.component",{"_index":837,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"modules/DrawerModule.html":{},"components/ToggleButtonComponent.html":{}}}],["drawercomponent",{"_index":488,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["drawercomponent).position",{"_index":1062,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["drawercontainerschanged",{"_index":1084,"title":{"interfaces/DrawerContainersChanged.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drawerinitialized",{"_index":1091,"title":{"interfaces/DrawerInitialized.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drawermodule",{"_index":551,"title":{"modules/DrawerModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules.html":{},"overview.html":{}}}],["drawerpayload",{"_index":1096,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["drawers",{"_index":784,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["drawers.filter(drawer",{"_index":870,"title":{},"body":{"components/ContainerComponent.html":{}}}],["drawertoggled",{"_index":1092,"title":{"interfaces/DrawerToggled.html":{}},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["drop",{"_index":3201,"title":{},"body":{"components/StageNavComponent.html":{}}}],["dropdown",{"_index":1313,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/StageNavComponent.html":{}}}],["dropdown'},{'name",{"_index":492,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["dropdown.component",{"_index":1360,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{}}}],["dropdown.component.html",{"_index":1316,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.scss",{"_index":1315,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts",{"_index":1312,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"coverage.html":{}}}],["dropdown.component.ts:18",{"_index":1327,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:23",{"_index":1324,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:28",{"_index":1322,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:33",{"_index":1321,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:47",{"_index":1329,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.component.ts:58",{"_index":1330,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["dropdown.module",{"_index":1809,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["dropdown.module.ts",{"_index":1357,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{}}}],["dropdown/extraction",{"_index":1311,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/LeftSidebarModule.html":{},"coverage.html":{}}}],["dropdowncontainer",{"_index":3254,"title":{},"body":{"components/StageNavComponent.html":{}}}],["duration",{"_index":353,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent-1.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{}}}],["during",{"_index":3374,"title":{},"body":{"injectables/ThemingService.html":{},"changelog.html":{}}}],["dynamic",{"_index":4108,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":3656,"title":{},"body":{"changelog.html":{}}}],["e",{"_index":377,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{}}}],["each",{"_index":1287,"title":{},"body":{"interfaces/DocumentationContent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["ease",{"_index":419,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["easier",{"_index":3693,"title":{},"body":{"changelog.html":{}}}],["easily",{"_index":2955,"title":{},"body":{"components/RotationSliderComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ececec",{"_index":452,"title":{},"body":{"components/AppComponent.html":{}}}],["editregistration",{"_index":612,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"components/RegistrationMetadataComponent.html":{}}}],["editregistration(reg",{"_index":2613,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["effect",{"_index":3929,"title":{},"body":{"changelog.html":{}}}],["efficiency",{"_index":3860,"title":{},"body":{"changelog.html":{}}}],["el",{"_index":242,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["element",{"_index":269,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["element's",{"_index":1670,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["element.getboundingclientrect",{"_index":1577,"title":{},"body":{"classes/InitializationState.html":{}}}],["element.nativeelement",{"_index":3402,"title":{},"body":{"injectables/ThemingService.html":{}}}],["elementref",{"_index":243,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{}}}],["ellipsis",{"_index":3552,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["embedded",{"_index":3767,"title":{},"body":{"changelog.html":{}}}],["embedding",{"_index":3762,"title":{},"body":{"changelog.html":{}}}],["embedding.md",{"_index":3760,"title":{},"body":{"changelog.html":{}}}],["emit",{"_index":2957,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["emits",{"_index":1325,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["emitted",{"_index":688,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["emitter",{"_index":689,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["emitting",{"_index":1558,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["empty",{"_index":127,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["empty_result",{"_index":4093,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["enabled",{"_index":1024,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["enables",{"_index":2929,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["end",{"_index":847,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["end?.expanded",{"_index":1073,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["end?.opened",{"_index":1072,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["enddrawers",{"_index":872,"title":{},"body":{"components/ContainerComponent.html":{}}}],["enddrawers.length",{"_index":875,"title":{},"body":{"components/ContainerComponent.html":{}}}],["enddrawers[0",{"_index":878,"title":{},"body":{"components/ContainerComponent.html":{}}}],["endexpanded",{"_index":1071,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["endings",{"_index":2683,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["entered",{"_index":2395,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["entererrormode",{"_index":2788,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["entering",{"_index":682,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["entire",{"_index":3276,"title":{},"body":{"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["entity",{"_index":2037,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entity.comment",{"_index":2043,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entity.label",{"_index":2042,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entity.placement",{"_index":3092,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entity.placement[0",{"_index":3091,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entity.representation_of",{"_index":2039,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entity.sex?.tolowercase",{"_index":2224,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["entity.side",{"_index":2221,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["entity.side.tolowercase",{"_index":2222,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["entity.side?.tolowercase",{"_index":2225,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["entity.y_dimension",{"_index":3100,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entity.z_dimension].map(n",{"_index":3101,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["entity['@id",{"_index":2040,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["entitycollections",{"_index":101,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["entry",{"_index":2097,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{}}}],["environment",{"_index":643,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["environment.customization",{"_index":656,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.dboptions",{"_index":654,"title":{},"body":{"components/AppWebComponent.html":{}}}],["environment.googleanalyticstoken",{"_index":1132,"title":{},"body":{"modules/CoreModule.html":{}}}],["environment.production",{"_index":951,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["environment.skipunsavedchangesconfirmation",{"_index":2307,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["environments/environment",{"_index":644,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"modules/CoreModule.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["error",{"_index":841,"title":{},"body":{"components/ContainerComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"injectables/ThemingService.html":{}}}],["error('the",{"_index":1136,"title":{},"body":{"modules/CoreModule.html":{}}}],["error(`multiple",{"_index":850,"title":{},"body":{"components/ContainerComponent.html":{}}}],["errors",{"_index":839,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"miscellaneous/functions.html":{}}}],["es",{"_index":3025,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["eslint",{"_index":121,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["eslint/consistent",{"_index":1934,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["eslint/member",{"_index":1927,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["eslint/naming",{"_index":1100,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{}}}],["eslint/no",{"_index":126,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["eslint/prefer",{"_index":2205,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{}}}],["etc",{"_index":1095,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"changelog.html":{}}}],["eui",{"_index":3596,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["eui/rui",{"_index":3704,"title":{},"body":{"changelog.html":{}}}],["event",{"_index":250,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"license.html":{}}}],["event.firstname.length",{"_index":2439,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["event.lastname.length",{"_index":2440,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["event.preventdefault",{"_index":2341,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["event.returnvalue",{"_index":2342,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["event.target",{"_index":262,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/JsonFileReaderComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["eventemitter",{"_index":672,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["eventemitter(true",{"_index":1560,"title":{},"body":{"classes/InitializationState.html":{}}}],["events",{"_index":2457,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["evolution",{"_index":3329,"title":{},"body":{"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["except",{"_index":1846,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"modules/StoreModule.html":{}}}],["executionstrategy",{"_index":3287,"title":{},"body":{"modules/StoreModule.html":{}}}],["expand",{"_index":436,"title":{},"body":{"components/AppComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["expand/collapse",{"_index":1616,"title":{},"body":{"classes/InitializationState.html":{}}}],["expand_collapse_params_default",{"_index":1519,"title":{},"body":{"classes/InitializationState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["expandcollapsedone",{"_index":1618,"title":{},"body":{"classes/InitializationState.html":{}}}],["expanded",{"_index":421,"title":{},"body":{"components/AppComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["expanded(value",{"_index":1555,"title":{},"body":{"classes/InitializationState.html":{}}}],["expanded/collapsed",{"_index":1510,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedchange",{"_index":1561,"title":{},"body":{"classes/InitializationState.html":{}}}],["expandedstate",{"_index":1511,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedstate2",{"_index":1513,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["expandedstateobj",{"_index":1567,"title":{},"body":{"classes/InitializationState.html":{}}}],["expands",{"_index":1603,"title":{},"body":{"classes/InitializationState.html":{}}}],["expansion",{"_index":1785,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["expected",{"_index":2863,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["experimentation",{"_index":2896,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["explicit",{"_index":2669,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["exploration",{"_index":4214,"title":{},"body":{"index.html":{}}}],["export",{"_index":129,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{}}}],["exportas",{"_index":776,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["exports",{"_index":545,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["express",{"_index":4148,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["ext/operators",{"_index":1913,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["extended",{"_index":1516,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["extends",{"_index":16,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{}}}],["external",{"_index":83,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["extra",{"_index":4152,"title":{},"body":{"dependencies.html":{}}}],["extraction",{"_index":491,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["extraction_set_dropdown",{"_index":1338,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["extractionset",{"_index":1302,"title":{"interfaces/ExtractionSet.html":{}},"body":{"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["extractionsetchanged",{"_index":1318,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["extractionsetchanged(value",{"_index":1328,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["extractionsetdropdowncomponent",{"_index":490,"title":{"components/ExtractionSetDropdownComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["extractionsetdropdownmodule",{"_index":1353,"title":{"modules/ExtractionSetDropdownModule.html":{}},"body":{"modules/ExtractionSetDropdownModule.html":{},"modules/LeftSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["extractionsets",{"_index":1895,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["extractionsites",{"_index":1896,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["extractionsitetooltip",{"_index":1750,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["extrapulmonary",{"_index":1197,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["eye",{"_index":1172,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["eye.svg",{"_index":1173,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["f",{"_index":1213,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["f.svg",{"_index":1214,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["factor",{"_index":2142,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["factory",{"_index":1837,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["fade",{"_index":2868,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["faded",{"_index":1008,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["fadeinout",{"_index":1013,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["fail",{"_index":3906,"title":{},"body":{"changelog.html":{}}}],["fails",{"_index":3933,"title":{},"body":{"changelog.html":{}}}],["fallopian",{"_index":1174,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["false",{"_index":289,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["false=right",{"_index":1724,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["favor",{"_index":3899,"title":{},"body":{"changelog.html":{}}}],["feature",{"_index":3653,"title":{},"body":{"changelog.html":{}}}],["features",{"_index":3832,"title":{},"body":{"changelog.html":{}}}],["feel",{"_index":3858,"title":{},"body":{"changelog.html":{}}}],["female",{"_index":1369,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["fetch",{"_index":1157,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/RegistrationStateModel.html":{},"dependencies.html":{}}}],["fetched",{"_index":2589,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["fetched]).pipe",{"_index":2593,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["fetchpreviousregistrations",{"_index":613,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["fetchpreviousregistrationscallback",{"_index":626,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/typealiases.html":{}}}],["field",{"_index":568,"title":{},"body":{"modules/AppModule.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{},"interfaces/UserName.html":{},"changelog.html":{}}}],["field)?.value",{"_index":2829,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["fields",{"_index":2877,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["file",{"_index":5,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{}}}],["file(s",{"_index":2502,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["fileinput",{"_index":1654,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["fileinputelement",{"_index":1679,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["fileinputelement.click",{"_index":1681,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["filereader",{"_index":1684,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["filereader.onload",{"_index":1685,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["filereader.readastext(file",{"_index":1691,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["files",{"_index":1663,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"license.html":{}}}],["fill",{"_index":1395,"title":{},"body":{"components/HeaderComponent.html":{}}}],["filler",{"_index":748,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{}}}],["filter",{"_index":1827,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["filter(([_nodes",{"_index":3079,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter((node",{"_index":3071,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter(as",{"_index":185,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["filter(def",{"_index":1427,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["filter(e",{"_index":3106,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter(item",{"_index":2645,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["filter(key",{"_index":1959,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["filter(started",{"_index":2065,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["filtered",{"_index":1850,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["filternulls",{"_index":1911,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["filters",{"_index":3663,"title":{},"body":{"changelog.html":{}}}],["final",{"_index":3901,"title":{},"body":{"changelog.html":{}}}],["finished",{"_index":1089,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["finishing",{"_index":3744,"title":{},"body":{"changelog.html":{}}}],["fired",{"_index":3215,"title":{},"body":{"components/StageNavComponent.html":{}}}],["first",{"_index":2103,"title":{},"body":{"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"interfaces/UserName.html":{},"changelog.html":{}}}],["firstname",{"_index":329,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/GlobalConfig.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{}}}],["firstnamevalidator",{"_index":2087,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["fit",{"_index":3464,"title":{},"body":{"components/VideoModalComponent.html":{},"changelog.html":{}}}],["fitness",{"_index":4295,"title":{},"body":{"license.html":{}}}],["fixed",{"_index":3823,"title":{},"body":{"changelog.html":{}}}],["fixes",{"_index":3606,"title":{},"body":{"changelog.html":{}}}],["fixes/performance",{"_index":3954,"title":{},"body":{"changelog.html":{}}}],["flex",{"_index":396,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["flexible",{"_index":3668,"title":{},"body":{"changelog.html":{}}}],["float",{"_index":2874,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["floatlabel",{"_index":597,"title":{},"body":{"modules/AppModule.html":{}}}],["fly",{"_index":4021,"title":{},"body":{"changelog.html":{}}}],["focused",{"_index":2959,"title":{},"body":{"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{}}}],["following",{"_index":4284,"title":{},"body":{"license.html":{}}}],["font",{"_index":403,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["footer",{"_index":2878,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["foreach(def",{"_index":1432,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["form",{"_index":389,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["format",{"_index":2255,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"changelog.html":{}}}],["formatted",{"_index":1270,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["formcontrol",{"_index":2493,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["formsmodule",{"_index":2126,"title":{},"body":{"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/TagSearchModule.html":{}}}],["found",{"_index":2895,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["frame",{"_index":3843,"title":{},"body":{"changelog.html":{}}}],["framework",{"_index":4243,"title":{},"body":{"index.html":{}}}],["free",{"_index":4265,"title":{},"body":{"license.html":{}}}],["from(fetch(url)).pipe",{"_index":2179,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["fs",{"_index":4151,"title":{},"body":{"dependencies.html":{}}}],["full",{"_index":1517,"title":{},"body":{"classes/InitializationState.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["fullscreen",{"_index":3979,"title":{},"body":{"changelog.html":{}}}],["fully",{"_index":3833,"title":{},"body":{"changelog.html":{}}}],["function",{"_index":463,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"interfaces/GlobalConfig.html":{},"classes/InitializationState.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/VisibilityMenuComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["functions",{"_index":4200,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["funded",{"_index":4253,"title":{},"body":{"index.html":{}}}],["furnished",{"_index":4283,"title":{},"body":{"license.html":{}}}],["further",{"_index":3975,"title":{},"body":{"changelog.html":{}}}],["future",{"_index":3824,"title":{},"body":{"changelog.html":{}}}],["g",{"_index":2356,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["ga",{"_index":691,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["gap",{"_index":2450,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/SlicesInputComponent.html":{}}}],["gatoken",{"_index":1131,"title":{},"body":{"modules/CoreModule.html":{}}}],["general",{"_index":2231,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["generate",{"_index":3688,"title":{},"body":{"changelog.html":{}}}],["generated",{"_index":3708,"title":{},"body":{"changelog.html":{}}}],["generating",{"_index":3657,"title":{},"body":{"changelog.html":{}}}],["generic",{"_index":1704,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["genericmessage",{"_index":1080,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["genericmessagechannel",{"_index":1081,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["genericmessageservice",{"_index":1082,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["getarguments",{"_index":1471,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["getarguments(undefined",{"_index":1476,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["getclassend",{"_index":3421,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["getcontent",{"_index":827,"title":{},"body":{"components/ContainerComponent.html":{}}}],["getdisabled",{"_index":2816,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["geterrormessage",{"_index":2475,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["getglobalskipconfirmation",{"_index":2291,"title":{},"body":{"injectables/PageState.html":{}}}],["gethaschanges",{"_index":2293,"title":{},"body":{"injectables/PageState.html":{}}}],["gethasthicknessvalue",{"_index":3166,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["gethaswrappedcontent",{"_index":830,"title":{},"body":{"components/ContainerComponent.html":{}}}],["geticon",{"_index":3422,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["getid",{"_index":3501,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["getid(_index",{"_index":3514,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["getislighttheme",{"_index":314,"title":{},"body":{"components/AppComponent.html":{}}}],["getlabelel",{"_index":3229,"title":{},"body":{"components/StageNavComponent.html":{}}}],["getlatestiri",{"_index":2359,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["getlatestiri(organ",{"_index":2226,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["getlatesttags",{"_index":97,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["getleft",{"_index":1725,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["getmessages",{"_index":1848,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmessagesfromsource",{"_index":1872,"title":{},"body":{"classes/MessageChannel.html":{}}}],["getmessagesfromsource(source",{"_index":1851,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmessagesfromsources",{"_index":1873,"title":{},"body":{"classes/MessageChannel.html":{}}}],["getmessagesfromsources(sources",{"_index":1855,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["getmethodname",{"_index":1462,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["getmethodname(undefined",{"_index":1478,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["getname",{"_index":2108,"title":{},"body":{"components/NameInputComponent.html":{}}}],["getnodebbox",{"_index":4064,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["getnodebbox(model",{"_index":3030,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/functions.html":{}}}],["getnodebbox(placement[0",{"_index":3082,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["getnodecollisions",{"_index":3011,"title":{},"body":{"injectables/SceneState.html":{}}}],["getnodes",{"_index":3003,"title":{},"body":{"injectables/SceneState.html":{}}}],["getoptionsel",{"_index":3233,"title":{},"body":{"components/StageNavComponent.html":{}}}],["getorgandata",{"_index":2360,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["getorgandata(iri",{"_index":2215,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["getorganspatialentity",{"_index":2975,"title":{},"body":{"injectables/SceneState.html":{}}}],["getorganspatialentity(organiri",{"_index":2986,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["getoriginscene",{"_index":3026,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["getoriginscene(organ",{"_index":3062,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["getplacementcube",{"_index":3017,"title":{},"body":{"injectables/SceneState.html":{}}}],["getpreviousregistrationnodes",{"_index":3013,"title":{},"body":{"injectables/SceneState.html":{}}}],["getreferenceorganiri",{"_index":2361,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["getreferenceorganiri(organ",{"_index":2201,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["getreferenceorgannodes",{"_index":3007,"title":{},"body":{"injectables/SceneState.html":{}}}],["getreferenceorgansimplenodes",{"_index":3009,"title":{},"body":{"injectables/SceneState.html":{}}}],["getrotatednodes",{"_index":3005,"title":{},"body":{"injectables/SceneState.html":{}}}],["getrotation",{"_index":3020,"title":{},"body":{"injectables/SceneState.html":{}}}],["gets",{"_index":1501,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ReviewButtonComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["getskipconfirmation",{"_index":2289,"title":{},"body":{"injectables/PageState.html":{}}}],["getsourcedb",{"_index":2173,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["getspatialkeyboardaxis",{"_index":3015,"title":{},"body":{"injectables/SceneState.html":{}}}],["gettags",{"_index":94,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["getter/setter",{"_index":1548,"title":{},"body":{"classes/InitializationState.html":{}}}],["gettheme",{"_index":3359,"title":{},"body":{"injectables/ThemingService.html":{}}}],["getting",{"_index":3585,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{}}],["gettissueblockscene",{"_index":3027,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["github",{"_index":3891,"title":{},"body":{"changelog.html":{}}}],["give",{"_index":1840,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["given",{"_index":1269,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["gizmo",{"_index":995,"title":{},"body":{"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["gland",{"_index":1200,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["global",{"_index":14,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"miscellaneous/variables.html":{}}}],["global.editregistration",{"_index":2546,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["global_config",{"_index":768,"title":{},"body":{"modules/ConfigModule.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["globalconfig",{"_index":244,"title":{"interfaces/GlobalConfig.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["globalconfig.getoption('fetchpreviousregistrations').pipe",{"_index":2590,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["globalconfigfactory",{"_index":769,"title":{},"body":{"modules/ConfigModule.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["globalconfigfactory(globals",{"_index":1373,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/functions.html":{}}}],["globalconfigstate",{"_index":245,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["globally",{"_index":2170,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["globals",{"_index":2165,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"miscellaneous/functions.html":{}}}],["globals.get('ruiconfig",{"_index":1374,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["globalskipconfirmation",{"_index":2245,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["globalsservice",{"_index":767,"title":{},"body":{"modules/ConfigModule.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"miscellaneous/functions.html":{}}}],["globalthis.getcomputedstyle(element",{"_index":1585,"title":{},"body":{"classes/InitializationState.html":{}}}],["globalthis['ruiconfig",{"_index":655,"title":{},"body":{"components/AppWebComponent.html":{}}}],["good",{"_index":3930,"title":{},"body":{"changelog.html":{}}}],["google",{"_index":677,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"dependencies.html":{}}}],["googleanalyticsservice",{"_index":675,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["granted",{"_index":4264,"title":{},"body":{"license.html":{}}}],["graph",{"_index":4311,"title":{},"body":{"modules.html":{}}}],["graphical",{"_index":3680,"title":{},"body":{"changelog.html":{}}}],["graphology",{"_index":4154,"title":{},"body":{"dependencies.html":{}}}],["greatly",{"_index":3754,"title":{},"body":{"changelog.html":{}}}],["group",{"_index":2513,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"components/StageNavComponent.html":{}}}],["grow",{"_index":749,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{}}}],["gtex",{"_index":3689,"title":{},"body":{"changelog.html":{}}}],["guide",{"_index":3926,"title":{},"body":{"changelog.html":{}}}],["half",{"_index":1515,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["hand",{"_index":1153,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{}}}],["handleclick",{"_index":226,"title":{},"body":{"components/AppComponent.html":{},"components/StageNavComponent.html":{}}}],["handleclick(target",{"_index":271,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["handlefile",{"_index":1655,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["handlefile(event",{"_index":1666,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["handlekey",{"_index":227,"title":{},"body":{"components/AppComponent.html":{}}}],["handlekey(target",{"_index":273,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["handlemessage",{"_index":785,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"components/ToggleButtonComponent.html":{}}}],["handlemessage(_msg",{"_index":795,"title":{},"body":{"components/ContainerComponent.html":{}}}],["handlemessage(msg",{"_index":1027,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["handlenodedrag",{"_index":891,"title":{},"body":{"components/ContentComponent.html":{}}}],["handlenodedrag(event",{"_index":900,"title":{},"body":{"components/ContentComponent.html":{}}}],["handler",{"_index":1672,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["handleregistrationselect",{"_index":2385,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["handleregistrationupload",{"_index":2476,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["handleregistrationupload(reg",{"_index":2484,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["handles",{"_index":1267,"title":{},"body":{"components/DetailsLabelComponent.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["handling",{"_index":1417,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["happen",{"_index":3961,"title":{},"body":{"changelog.html":{}}}],["happens",{"_index":3907,"title":{},"body":{"changelog.html":{}}}],["happy",{"_index":3280,"title":{},"body":{"modules/StoreModule.html":{}}}],["haschanges",{"_index":2246,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["hash",{"_index":4177,"title":{},"body":{"dependencies.html":{}}}],["hasthicknessvalue",{"_index":3146,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["haswrappedcontent",{"_index":788,"title":{},"body":{"components/ContainerComponent.html":{}}}],["header",{"_index":218,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/OrganConfig.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"interfaces/User.html":{}}}],["header'},{'name",{"_index":494,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["header.component",{"_index":1406,"title":{},"body":{"modules/HeaderModule.html":{}}}],["header.component.html",{"_index":1377,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":1376,"title":{},"body":{"components/HeaderComponent.html":{}}}],["headercomponent",{"_index":493,"title":{"components/HeaderComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["headermodule",{"_index":552,"title":{"modules/HeaderModule.html":{}},"body":{"modules/AppModule.html":{},"modules/HeaderModule.html":{},"modules.html":{},"overview.html":{}}}],["heart",{"_index":1178,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/variables.html":{}}}],["heart.svg",{"_index":1179,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["height",{"_index":399,"title":{},"body":{"components/AppComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["helmet",{"_index":4158,"title":{},"body":{"dependencies.html":{}}}],["help",{"_index":3925,"title":{},"body":{"changelog.html":{}}}],["helper",{"_index":61,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContainerComponent.html":{},"components/StageNavComponent.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":167,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["hereby",{"_index":4263,"title":{},"body":{"license.html":{}}}],["hex",{"_index":4160,"title":{},"body":{"dependencies.html":{}}}],["hidden",{"_index":402,"title":{},"body":{"components/AppComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["hides",{"_index":933,"title":{},"body":{"components/ContentComponent.html":{}}}],["highlight",{"_index":3736,"title":{},"body":{"changelog.html":{}}}],["highlighted",{"_index":3496,"title":{},"body":{"interfaces/VisibilityItem.html":{},"changelog.html":{}}}],["highlights",{"_index":3737,"title":{},"body":{"changelog.html":{}}}],["hint",{"_index":81,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["holders",{"_index":4300,"title":{},"body":{"license.html":{}}}],["home",{"_index":1392,"title":{},"body":{"components/HeaderComponent.html":{}}}],["homeurl",{"_index":219,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/User.html":{}}}],["hooked",{"_index":3865,"title":{},"body":{"changelog.html":{}}}],["horizontal",{"_index":2961,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["host",{"_index":394,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["hostbinding",{"_index":673,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["hostbinding('@expandcollapse",{"_index":1566,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostbinding('@fadeinout",{"_index":1042,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["hostbinding('@openclose",{"_index":1565,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostbinding('class",{"_index":685,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["hostbinding('class.ccf",{"_index":1543,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["hostbinding('class.cff",{"_index":1038,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["hostbinding('style.margin",{"_index":1043,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["hostbindings",{"_index":713,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["hostlistener",{"_index":317,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"classes/InitializationState.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["hostlistener('@expandcollapse.done",{"_index":1617,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostlistener('@openclose.done",{"_index":1613,"title":{},"body":{"classes/InitializationState.html":{}}}],["hostlistener('document:click",{"_index":3216,"title":{},"body":{"components/StageNavComponent.html":{}}}],["hostlistener('document:keydown",{"_index":274,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["hostlistener('document:mousedown",{"_index":272,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["hostlisteners",{"_index":232,"title":{},"body":{"components/AppComponent.html":{},"components/StageNavComponent.html":{}}}],["hover",{"_index":451,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["hovered",{"_index":1766,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["hovering",{"_index":3793,"title":{},"body":{"changelog.html":{}}}],["hra",{"_index":3589,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["html",{"_index":472,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["htmlelement",{"_index":264,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/JsonFileReaderComponent.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{}}}],["htmlinputelement",{"_index":701,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["htmlscriptelement",{"_index":3459,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["http://purl.org/ccf/1.5/${this.currentidentifier",{"_index":2719,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["http://purl.org/ccf/1.5/${this.currentidentifier}_placement",{"_index":2738,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["http://purl.org/ccf/latest/ccf.owl#vhmaleorgans_vhm_spleen_colic_surface",{"_index":2989,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["httpclientmodule",{"_index":1122,"title":{},"body":{"modules/CoreModule.html":{}}}],["https://apps.humanatlas.io/hra",{"_index":4228,"title":{},"body":{"index.html":{}}}],["https://beta",{"_index":4217,"title":{},"body":{"index.html":{}}}],["https://hubmap",{"_index":4221,"title":{},"body":{"index.html":{}}}],["https://hubmapconsortium.github.io/ccf",{"_index":2716,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"index.html":{}}}],["https://humanatlas.io",{"_index":4244,"title":{},"body":{"index.html":{}}}],["https://observablehq.com/@cns",{"_index":4239,"title":{},"body":{"index.html":{}}}],["https://old",{"_index":4223,"title":{},"body":{"index.html":{}}}],["https://orcid.org",{"_index":2358,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["https://portal.hubmapconsortium.org/ccf",{"_index":4219,"title":{},"body":{"index.html":{}}}],["https://sampledata.hubmapconsortium.org",{"_index":4015,"title":{},"body":{"changelog.html":{}}}],["https://www.ngxs.io/advanced/options",{"_index":3288,"title":{},"body":{"modules/StoreModule.html":{}}}],["https://www.youtube.com/iframe_api",{"_index":3461,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["hubmap",{"_index":596,"title":{},"body":{"modules/AppModule.html":{},"components/VideoModalLauncherComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["human",{"_index":3587,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["icon",{"_index":438,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/ReviewModalComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StoreModule.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["icon.add",{"_index":2893,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["icon.name",{"_index":1437,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["icon.namespace",{"_index":1438,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["icondefinition",{"_index":1407,"title":{"interfaces/IconDefinition.html":{}},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{}}}],["iconregistry",{"_index":1418,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["iconregistrystate",{"_index":1419,"title":{"injectables/IconRegistryState.html":{}},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["icons",{"_index":1158,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["icons.ts",{"_index":1142,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["id",{"_index":154,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["id.replace",{"_index":2355,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["idb",{"_index":4162,"title":{},"body":{"dependencies.html":{}}}],["identifier",{"_index":1821,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["identifiers",{"_index":4322,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["idmatches(ontologyid",{"_index":1974,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ids",{"_index":2655,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["idwithhyphens",{"_index":2354,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["iec",{"_index":3904,"title":{},"body":{"changelog.html":{}}}],["iframe",{"_index":3448,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["ignoredkeys",{"_index":1957,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ignoredkeys.includes(key",{"_index":1960,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["iif",{"_index":2295,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["iif(!!config.user",{"_index":2316,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["image",{"_index":3898,"title":{},"body":{"changelog.html":{}}}],["images",{"_index":3942,"title":{},"body":{"changelog.html":{}}}],["immutable",{"_index":2130,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"miscellaneous/functions.html":{}}}],["implementation",{"_index":60,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["implemented",{"_index":3864,"title":{},"body":{"changelog.html":{}}}],["implementing",{"_index":3981,"title":{},"body":{"changelog.html":{}}}],["implements",{"_index":204,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{}}}],["implied",{"_index":4292,"title":{},"body":{"license.html":{}}}],["implies",{"_index":1094,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["import",{"_index":99,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{}}}],["important",{"_index":470,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RotationSliderComponent.html":{},"components/TagListComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["imported",{"_index":1137,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["imports",{"_index":559,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["improve",{"_index":3859,"title":{},"body":{"changelog.html":{}}}],["improved",{"_index":3593,"title":{},"body":{"changelog.html":{}}}],["improvements",{"_index":3599,"title":{},"body":{"changelog.html":{}}}],["improves",{"_index":3755,"title":{},"body":{"changelog.html":{}}}],["in's",{"_index":1761,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["include",{"_index":3911,"title":{},"body":{"changelog.html":{}}}],["included",{"_index":4287,"title":{},"body":{"license.html":{}}}],["includes",{"_index":3654,"title":{},"body":{"changelog.html":{}}}],["including",{"_index":3609,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["increase",{"_index":3886,"title":{},"body":{"changelog.html":{}}}],["increased",{"_index":3977,"title":{},"body":{"changelog.html":{}}}],["index",{"_index":18,"title":{"index.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["indexes",{"_index":3622,"title":{},"body":{"changelog.html":{}}}],["indiana",{"_index":4251,"title":{},"body":{"index.html":{}}}],["indicator",{"_index":1789,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["individual",{"_index":3868,"title":{},"body":{"changelog.html":{}}}],["infinity",{"_index":355,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["infix",{"_index":743,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/SlicesInputComponent.html":{}}}],["info",{"_index":3,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{}}}],["info.side",{"_index":2223,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["infobuttonmodule",{"_index":2911,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["inform",{"_index":2482,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["information",{"_index":911,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ExtractionSet.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"changelog.html":{},"index.html":{}}}],["infrastructure",{"_index":3945,"title":{},"body":{"changelog.html":{}}}],["ingestion",{"_index":3913,"title":{},"body":{"changelog.html":{}}}],["inherit",{"_index":745,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/SlicesInputComponent.html":{}}}],["init",{"_index":3453,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["initial",{"_index":302,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["initialconfig",{"_index":653,"title":{},"body":{"components/AppWebComponent.html":{}}}],["initialization",{"_index":1589,"title":{},"body":{"classes/InitializationState.html":{}}}],["initializationstate",{"_index":1483,"title":{"classes/InitializationState.html":{}},"body":{"classes/InitializationState.html":{},"coverage.html":{}}}],["initialize",{"_index":3360,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialize(component",{"_index":3370,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialize(element",{"_index":3375,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initialized",{"_index":608,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"injectables/ThemingService.html":{}}}],["initializer",{"_index":3373,"title":{},"body":{"injectables/ThemingService.html":{}}}],["initializes",{"_index":65,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["initializing",{"_index":1090,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["initialregistration",{"_index":2565,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["initialwithchanges",{"_index":2690,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["initskipconfirmationlisteners",{"_index":2236,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["inject",{"_index":1825,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"injectables/ThemingService.html":{},"components/VideoModalComponent.html":{}}}],["inject(default_theme",{"_index":3392,"title":{},"body":{"injectables/ThemingService.html":{}}}],["inject(document",{"_index":3455,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["inject(mat_dialog_data",{"_index":2859,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["injectable",{"_index":0,"title":{"injectables/AnatomicalStructureTagState.html":{},"injectables/IconRegistryState.html":{},"injectables/MessageService.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"injectables/SceneState.html":{},"injectables/ThemingService.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"injectables/ThemingService.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["injectables",{"_index":2,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"injectables/IconRegistryState.html":{},"injectables/MessageService.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"injectables/SceneState.html":{},"injectables/ThemingService.html":{},"overview.html":{}}}],["injected",{"_index":2857,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["injecting",{"_index":163,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["injectiontoken",{"_index":1365,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["injectiontoken('default",{"_index":3388,"title":{},"body":{"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["injector",{"_index":37,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{}}}],["injector.get(overlaycontainer",{"_index":3403,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injector.get(renderer2",{"_index":3401,"title":{},"body":{"injectables/ThemingService.html":{}}}],["injector.get(themingservice",{"_index":3390,"title":{},"body":{"injectables/ThemingService.html":{}}}],["inline",{"_index":2902,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["input",{"_index":268,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["input'},{'name",{"_index":480,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["input.component",{"_index":764,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/NameInputModule.html":{},"modules/SlicesInputModule.html":{}}}],["input.component.html",{"_index":683,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["input.component.scss",{"_index":684,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["input.component.ts",{"_index":666,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["input.component.ts:31",{"_index":3164,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:35",{"_index":717,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["input.component.ts:36",{"_index":3162,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:40",{"_index":716,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{}}}],["input.component.ts:41",{"_index":3163,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:45",{"_index":715,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{}}}],["input.component.ts:46",{"_index":3167,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:48",{"_index":3161,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:50",{"_index":2104,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:55",{"_index":2106,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:60",{"_index":719,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["input.component.ts:62",{"_index":2094,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:63",{"_index":3165,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["input.component.ts:66",{"_index":2110,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:70",{"_index":718,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["input.component.ts:73",{"_index":2099,"title":{},"body":{"components/NameInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["input.component.ts:82",{"_index":2092,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.component.ts:97",{"_index":2096,"title":{},"body":{"components/NameInputComponent.html":{}}}],["input.module",{"_index":1812,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RightSidebarModule.html":{}}}],["input.module.ts",{"_index":754,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/NameInputModule.html":{},"modules/SlicesInputModule.html":{}}}],["input.target",{"_index":700,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["input/block",{"_index":665,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["input/name",{"_index":1811,"title":{},"body":{"modules/LeftSidebarModule.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"interfaces/UserName.html":{},"coverage.html":{}}}],["input/slices",{"_index":2917,"title":{},"body":{"modules/RightSidebarModule.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["input[type=number",{"_index":722,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["inputarray",{"_index":1271,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["inputarray.filter(item",{"_index":1274,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["inputevent",{"_index":693,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/NameInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/UserName.html":{}}}],["inputs",{"_index":609,"title":{},"body":{"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["inputtarget",{"_index":699,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["inputtarget.files",{"_index":1682,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["inputtarget.files[0",{"_index":1683,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["inputtarget.value",{"_index":703,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["inputted",{"_index":2799,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["inputting",{"_index":2084,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["insertitem",{"_index":2568,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["insertitem(registration",{"_index":2654,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["inside",{"_index":1292,"title":{},"body":{"interfaces/DocumentationContent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["instance",{"_index":41,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["instant",{"_index":1509,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["instead",{"_index":3203,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["instructions",{"_index":3761,"title":{},"body":{"changelog.html":{}}}],["integrated",{"_index":3834,"title":{},"body":{"changelog.html":{}}}],["integrating",{"_index":3733,"title":{},"body":{"changelog.html":{}}}],["integration",{"_index":3912,"title":{},"body":{"changelog.html":{}}}],["integrations",{"_index":3847,"title":{},"body":{"changelog.html":{}}}],["interact",{"_index":3818,"title":{},"body":{"changelog.html":{}}}],["interactions",{"_index":3964,"title":{},"body":{"changelog.html":{}}}],["interest",{"_index":4012,"title":{},"body":{"changelog.html":{}}}],["interface",{"_index":128,"title":{"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"interfaces/Message.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"index.html":{}}}],["interfaces",{"_index":194,"title":{},"body":{"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"interfaces/Message.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{},"overview.html":{}}}],["internal",{"_index":3897,"title":{},"body":{"changelog.html":{}}}],["intestine",{"_index":1185,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/variables.html":{}}}],["intestine.svg",{"_index":1186,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["invalid",{"_index":2483,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["invisible",{"_index":1021,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["iri",{"_index":148,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["iris",{"_index":2642,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["iris.has(item.id",{"_index":2646,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["is3dview",{"_index":887,"title":{},"body":{"components/ContentComponent.html":{}}}],["isdatavalid(page",{"_index":2659,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["isdropdownactive",{"_index":3184,"title":{},"body":{"components/StageNavComponent.html":{}}}],["isdropdownhidden",{"_index":3185,"title":{},"body":{"components/StageNavComponent.html":{}}}],["islighttheme",{"_index":235,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["ismultiple",{"_index":1319,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["isnan(this.slicesconfig.thickness",{"_index":3147,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["isnarrowview",{"_index":888,"title":{},"body":{"components/ContentComponent.html":{}}}],["isolated",{"_index":1833,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["isorcidvalid",{"_index":2237,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["issue",{"_index":3882,"title":{},"body":{"changelog.html":{}}}],["issues",{"_index":3659,"title":{},"body":{"changelog.html":{}}}],["isvalid",{"_index":2665,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["it's",{"_index":3731,"title":{},"body":{"changelog.html":{}}}],["item",{"_index":1309,"title":{},"body":{"interfaces/ExtractionSet.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["item).join",{"_index":1275,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["item.id",{"_index":2648,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/VisibilityMenuComponent.html":{}}}],["item.name",{"_index":2649,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/VisibilityMenuComponent.html":{}}}],["item.opacity",{"_index":3068,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["item.tooltip",{"_index":1774,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["item.ts",{"_index":3495,"title":{},"body":{"interfaces/VisibilityItem.html":{},"coverage.html":{}}}],["item.visible",{"_index":3067,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/VisibilityMenuComponent.html":{}}}],["item?.tooltip",{"_index":1772,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["items",{"_index":442,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["itemschange",{"_index":3508,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["iu",{"_index":3994,"title":{},"body":{"changelog.html":{}}}],["iu/ccf",{"_index":4240,"title":{},"body":{"index.html":{}}}],["javascript",{"_index":3630,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["join",{"_index":1272,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["json",{"_index":496,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["json.parse(filereader.result",{"_index":1686,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["json.stringify(jsonobj",{"_index":2678,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["json_file_reader",{"_index":1688,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["jsonfilereadercomponent",{"_index":495,"title":{"components/JsonFileReaderComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["jsonfilereadermodule",{"_index":1693,"title":{"modules/JsonFileReaderModule.html":{}},"body":{"modules/JsonFileReaderModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules.html":{},"overview.html":{}}}],["jsonld",{"_index":2581,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"dependencies.html":{}}}],["jsonobj",{"_index":2674,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["july",{"_index":3963,"title":{},"body":{"changelog.html":{}}}],["jump",{"_index":3999,"title":{},"body":{"changelog.html":{}}}],["justify",{"_index":430,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["keeps",{"_index":1764,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["key",{"_index":695,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/StoreModule.html":{},"interfaces/UserName.html":{},"interfaces/XYZTriplet.html":{}}}],["keyboard",{"_index":261,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["keyboardevent",{"_index":252,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["keys",{"_index":258,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{}}}],["keyval",{"_index":4163,"title":{},"body":{"dependencies.html":{}}}],["kidney",{"_index":1180,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["kidney.svg",{"_index":1181,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["kind",{"_index":4291,"title":{},"body":{"license.html":{}}}],["knee",{"_index":1182,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["knee.svg",{"_index":1183,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["known",{"_index":3658,"title":{},"body":{"changelog.html":{}}}],["kpmp",{"_index":3646,"title":{},"body":{"changelog.html":{}}}],["label",{"_index":155,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/DetailsLabelComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"interfaces/User.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["label'},{'name",{"_index":487,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["label.component",{"_index":1283,"title":{},"body":{"modules/DetailsLabelModule.html":{}}}],["label.component.html",{"_index":1260,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.component.scss",{"_index":1259,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.component.ts",{"_index":1251,"title":{},"body":{"components/DetailsLabelComponent.html":{},"coverage.html":{}}}],["label.component.ts:15",{"_index":1264,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.component.ts:20",{"_index":1262,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.component.ts:29",{"_index":1266,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["label.module.ts",{"_index":1282,"title":{},"body":{"modules/DetailsLabelModule.html":{}}}],["label/details",{"_index":1250,"title":{},"body":{"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"coverage.html":{}}}],["labeled",{"_index":499,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["labeledslidetogglecomponent",{"_index":498,"title":{"components/LabeledSlideToggleComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["labeledslidetogglemodule",{"_index":1738,"title":{"modules/LabeledSlideToggleModule.html":{}},"body":{"modules/LabeledSlideToggleModule.html":{},"modules/StageNavModule.html":{},"modules.html":{},"overview.html":{}}}],["labelel",{"_index":3195,"title":{},"body":{"components/StageNavComponent.html":{}}}],["labelel.contains(target",{"_index":3240,"title":{},"body":{"components/StageNavComponent.html":{}}}],["labelref",{"_index":3186,"title":{},"body":{"components/StageNavComponent.html":{}}}],["labels",{"_index":1710,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["labels[0",{"_index":1734,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["labels[0]}}{{labels[1",{"_index":1737,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["labels[1",{"_index":1727,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["labs/dispatch",{"_index":4128,"title":{},"body":{"dependencies.html":{}}}],["landmark",{"_index":1342,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["landmarks",{"_index":1777,"title":{},"body":{"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["large",{"_index":1184,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/variables.html":{}}}],["larger",{"_index":3694,"title":{},"body":{"changelog.html":{}}}],["larynx",{"_index":1187,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["larynx.svg",{"_index":1188,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["last",{"_index":2105,"title":{},"body":{"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"modules/StoreModule.html":{},"interfaces/UserName.html":{}}}],["lastname",{"_index":330,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/GlobalConfig.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{}}}],["lastnamevalidator",{"_index":2088,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["latest",{"_index":3665,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["latesttags",{"_index":34,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["launch",{"_index":2778,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["launcher",{"_index":3468,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher'},{'name",{"_index":531,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["launcher.component",{"_index":3487,"title":{},"body":{"modules/VideoModalLauncherModule.html":{}}}],["launcher.component.html",{"_index":3470,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.component.scss",{"_index":3469,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.component.ts",{"_index":3466,"title":{},"body":{"components/VideoModalLauncherComponent.html":{},"coverage.html":{}}}],["launcher.component.ts:17",{"_index":3473,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.component.ts:22",{"_index":3472,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.component.ts:32",{"_index":3474,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launcher.module",{"_index":1115,"title":{},"body":{"modules/ContentModule.html":{}}}],["launcher.module.ts",{"_index":3486,"title":{},"body":{"modules/VideoModalLauncherModule.html":{}}}],["launcher/video",{"_index":1114,"title":{},"body":{"modules/ContentModule.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"coverage.html":{}}}],["launches",{"_index":3475,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launching",{"_index":3467,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["launchreviewmodal",{"_index":2784,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["launchvideomodal",{"_index":3471,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["layers",{"_index":4116,"title":{},"body":{"dependencies.html":{}}}],["lazy",{"_index":49,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ld",{"_index":3923,"title":{},"body":{"changelog.html":{}}}],["leading",{"_index":1963,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["leak",{"_index":3881,"title":{},"body":{"changelog.html":{}}}],["leave",{"_index":3743,"title":{},"body":{"changelog.html":{}}}],["left",{"_index":447,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["left.px",{"_index":1016,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["left.svg",{"_index":1176,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["left/right",{"_index":3752,"title":{},"body":{"changelog.html":{}}}],["leftmargin",{"_index":1009,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["leftsidebarcomponent",{"_index":502,"title":{"components/LeftSidebarComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["leftsidebarmodule",{"_index":553,"title":{"modules/LeftSidebarModule.html":{}},"body":{"modules/AppModule.html":{},"modules/LeftSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["legend",{"_index":471,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["length",{"_index":3149,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["level",{"_index":3397,"title":{},"body":{"injectables/ThemingService.html":{},"changelog.html":{}}}],["levels",{"_index":4009,"title":{},"body":{"changelog.html":{}}}],["liability",{"_index":4304,"title":{},"body":{"license.html":{}}}],["liable",{"_index":4301,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":3697,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["library",{"_index":3854,"title":{},"body":{"changelog.html":{}}}],["library/assets/body4mesh_1338.glb",{"_index":2991,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["license",{"_index":4257,"title":{"license.html":{}},"body":{"license.html":{}}}],["life",{"_index":3598,"title":{},"body":{"changelog.html":{}}}],["light",{"_index":286,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["lighter",{"_index":1389,"title":{},"body":{"components/HeaderComponent.html":{}}}],["limit",{"_index":70,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"miscellaneous/variables.html":{}}}],["limitation",{"_index":4271,"title":{},"body":{"license.html":{}}}],["limited",{"_index":3950,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["limits",{"_index":3148,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["line",{"_index":124,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["link",{"_index":1390,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{}}}],["linkage",{"_index":3965,"title":{},"body":{"changelog.html":{}}}],["linked",{"_index":3670,"title":{},"body":{"changelog.html":{}}}],["links",{"_index":3719,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["list",{"_index":2414,"title":{},"body":{"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"components/TagListComponent.html":{},"changelog.html":{}}}],["list'},{'name",{"_index":523,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["list.component",{"_index":3340,"title":{},"body":{"modules/TagListModule.html":{}}}],["list.component.html",{"_index":3304,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.scss",{"_index":3303,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts",{"_index":3301,"title":{},"body":{"components/TagListComponent.html":{},"coverage.html":{}}}],["list.component.ts:18",{"_index":3311,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:23",{"_index":3309,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:28",{"_index":3310,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:33",{"_index":3308,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:49",{"_index":3318,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:53",{"_index":3316,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.component.ts:62",{"_index":3312,"title":{},"body":{"components/TagListComponent.html":{}}}],["list.module",{"_index":2920,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["list.module.ts",{"_index":3337,"title":{},"body":{"modules/TagListModule.html":{}}}],["list/tag",{"_index":2919,"title":{},"body":{"modules/RightSidebarModule.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"coverage.html":{}}}],["listen",{"_index":1831,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["listener",{"_index":1611,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["listeners",{"_index":805,"title":{},"body":{"components/ContainerComponent.html":{}}}],["listens",{"_index":3211,"title":{},"body":{"components/StageNavComponent.html":{}}}],["literal",{"_index":1364,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ReferenceDataStateModel.html":{},"dependencies.html":{}}}],["little",{"_index":3816,"title":{},"body":{"changelog.html":{}}}],["liver",{"_index":1189,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["liver.svg",{"_index":1190,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["load",{"_index":50,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VideoModalComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["loaded",{"_index":1145,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{}}}],["loaders.gl/core",{"_index":4119,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/draco",{"_index":4121,"title":{},"body":{"dependencies.html":{}}}],["loaders.gl/gltf",{"_index":4122,"title":{},"body":{"dependencies.html":{}}}],["loading",{"_index":3649,"title":{},"body":{"changelog.html":{}}}],["loads",{"_index":3447,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["loadyoutubeplayerapi",{"_index":3442,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["local",{"_index":2595,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["located",{"_index":1542,"title":{},"body":{"classes/InitializationState.html":{}}}],["location",{"_index":3389,"title":{},"body":{"injectables/ThemingService.html":{},"changelog.html":{}}}],["locations",{"_index":3647,"title":{},"body":{"changelog.html":{}}}],["lodash",{"_index":1915,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["log",{"_index":4245,"title":{},"body":{"index.html":{}}}],["logger",{"_index":3294,"title":{},"body":{"modules/StoreModule.html":{}}}],["logging",{"_index":3691,"title":{},"body":{"changelog.html":{}}}],["logic",{"_index":1524,"title":{},"body":{"classes/InitializationState.html":{}}}],["logo",{"_index":1399,"title":{},"body":{"components/HeaderComponent.html":{}}}],["logotooltip",{"_index":220,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/User.html":{}}}],["longer",{"_index":3801,"title":{},"body":{"changelog.html":{}}}],["look",{"_index":1290,"title":{},"body":{"interfaces/DocumentationContent.html":{},"components/HeaderComponent.html":{},"changelog.html":{}}}],["looks",{"_index":2199,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["lookup",{"_index":2160,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["lot",{"_index":3603,"title":{},"body":{"changelog.html":{}}}],["lowerbound",{"_index":3032,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["lowerbound[i",{"_index":3041,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["lru",{"_index":4167,"title":{},"body":{"dependencies.html":{}}}],["luma.gl/core",{"_index":4123,"title":{},"body":{"dependencies.html":{}}}],["lung",{"_index":1191,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["lung.svg",{"_index":1192,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["lymph",{"_index":1193,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["m",{"_index":3169,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["made",{"_index":2323,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"changelog.html":{}}}],["main",{"_index":774,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["major",{"_index":3652,"title":{},"body":{"changelog.html":{}}}],["make",{"_index":2169,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["makes",{"_index":3526,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["making",{"_index":3567,"title":{},"body":{"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["male",{"_index":1368,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["mammary",{"_index":1199,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["managed",{"_index":307,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["managers",{"_index":3701,"title":{},"body":{"changelog.html":{}}}],["manages",{"_index":3356,"title":{},"body":{"injectables/ThemingService.html":{}}}],["manually",{"_index":1677,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["map",{"_index":113,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["map(([_viewtype",{"_index":3126,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([anatomicalstructures",{"_index":3059,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([entities",{"_index":136,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["map(([haschanges",{"_index":2338,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["map(([local",{"_index":2594,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["map(([nodes",{"_index":3081,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([organiri",{"_index":3088,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([page",{"_index":2579,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["map(([placement",{"_index":3048,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(([rotation",{"_index":3053,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map((item",{"_index":2647,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map((node",{"_index":3073,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map((set",{"_index":2046,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["map((side",{"_index":3138,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(basehref",{"_index":2175,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["map(def",{"_index":1429,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["map(dims",{"_index":919,"title":{},"body":{"components/ContentComponent.html":{}}}],["map(node",{"_index":3141,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["map(organ",{"_index":1768,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["map(p",{"_index":945,"title":{},"body":{"components/ContentComponent.html":{}}}],["map(sex",{"_index":2419,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["map(type",{"_index":938,"title":{},"body":{"components/ContentComponent.html":{}}}],["map(value",{"_index":2306,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["march",{"_index":3856,"title":{},"body":{"changelog.html":{}}}],["margin",{"_index":736,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/variables.html":{}}}],["margin2",{"_index":1521,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["markdown",{"_index":4172,"title":{},"body":{"dependencies.html":{}}}],["marrow",{"_index":1168,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["marrow.svg",{"_index":1169,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["mat",{"_index":387,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["mat.transformaspoint",{"_index":3033,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["mat.transformaspoint([1",{"_index":3035,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["mat_dialog_data",{"_index":2862,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["mat_form_field_default_options",{"_index":566,"title":{},"body":{"modules/AppModule.html":{}}}],["matbuttonmodule",{"_index":1699,"title":{},"body":{"modules/JsonFileReaderModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/TagSearchModule.html":{}}}],["match",{"_index":2078,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["matcheckboxmodule",{"_index":3345,"title":{},"body":{"modules/TagSearchModule.html":{}}}],["matches",{"_index":183,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["matches.length",{"_index":189,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["matches.map((as",{"_index":190,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["matching",{"_index":75,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["matchipsmodule",{"_index":3338,"title":{},"body":{"modules/TagListModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["matdialog",{"_index":2531,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["matdialogmodule",{"_index":2560,"title":{},"body":{"modules/RegistrationModalModule.html":{},"modules/ReviewModalModule.html":{},"modules/VideoModalModule.html":{}}}],["matdialogref",{"_index":2389,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["matdividermodule",{"_index":1803,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{},"modules/StageNavModule.html":{}}}],["material",{"_index":1394,"title":{},"body":{"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["matexpansionmodule",{"_index":1805,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{}}}],["matformfieldmodule",{"_index":763,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{}}}],["math.floor(p.x",{"_index":946,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.floor(p.y",{"_index":947,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.floor(p.z",{"_index":948,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.gl/core",{"_index":2134,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"dependencies.html":{}}}],["math.gl/culling",{"_index":4126,"title":{},"body":{"dependencies.html":{}}}],["math.max(dims.x",{"_index":920,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.max(dims.y",{"_index":924,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.max(dims.z",{"_index":926,"title":{},"body":{"components/ContentComponent.html":{}}}],["math.max(n",{"_index":3040,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["math.min(20",{"_index":2023,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["math.min(n",{"_index":3037,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["math.round(xyz.x",{"_index":2766,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["math.round(xyz.y",{"_index":2767,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["math.round(xyz.z",{"_index":2768,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["maticonmodule",{"_index":569,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/DrawerModule.html":{},"modules/HeaderModule.html":{},"modules/LeftSidebarModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["maticonregistry",{"_index":1413,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["matinputmodule",{"_index":757,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/TagSearchModule.html":{}}}],["matlegacyslidermodule",{"_index":2970,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["matradiomodule",{"_index":2522,"title":{},"body":{"modules/RegistrationMetadataModule.html":{},"modules/StageNavModule.html":{}}}],["matripplemodule",{"_index":759,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/VisibilityMenuModule.html":{}}}],["matrix",{"_index":2185,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["matrix.transformaspoint",{"_index":2191,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["matrix4",{"_index":2132,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/functions.html":{}}}],["matrix4(matrix4.identity",{"_index":2187,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["matrix4(matrix4.identity).rotatey(toradians(rotation)).multiplyright(n.transformmatrix",{"_index":3055,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["matrix4(matrix4.identity).scale([2",{"_index":2993,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["matrix4(model.transformmatrix",{"_index":3031,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["matselectmodule",{"_index":1358,"title":{},"body":{"modules/ExtractionSetDropdownModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/StageNavModule.html":{}}}],["matslidermodule",{"_index":2971,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["matslidetogglemodule",{"_index":1743,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{}}}],["matsnackbar",{"_index":239,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["matsnackbarmodule",{"_index":571,"title":{},"body":{"modules/AppModule.html":{}}}],["mattooltipmodule",{"_index":761,"title":{},"body":{"modules/BlockSizeInputModule.html":{},"modules/HeaderModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/ReviewButtonModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{}}}],["max",{"_index":1002,"title":{},"body":{"components/ContentComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["maximum",{"_index":78,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["mc",{"_index":3993,"title":{},"body":{"changelog.html":{}}}],["mdc",{"_index":388,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/User.html":{},"components/VisibilityToggleComponent.html":{}}}],["measured",{"_index":1581,"title":{},"body":{"classes/InitializationState.html":{}}}],["measuredmargin",{"_index":1583,"title":{},"body":{"classes/InitializationState.html":{}}}],["measuredwidth",{"_index":1573,"title":{},"body":{"classes/InitializationState.html":{}}}],["memory",{"_index":3880,"title":{},"body":{"changelog.html":{}}}],["menu",{"_index":1786,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["menu'},{'name",{"_index":534,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["menu.component",{"_index":3560,"title":{},"body":{"modules/VisibilityMenuModule.html":{}}}],["menu.component.html",{"_index":3500,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.scss",{"_index":3499,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts",{"_index":3498,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"coverage.html":{}}}],["menu.component.ts:108",{"_index":3523,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:127",{"_index":3525,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:140",{"_index":3515,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:21",{"_index":3513,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:26",{"_index":3510,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:31",{"_index":3511,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:36",{"_index":3512,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:41",{"_index":3509,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:55",{"_index":3528,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:70",{"_index":3521,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:80",{"_index":3516,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.component.ts:90",{"_index":3531,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["menu.module",{"_index":1815,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["menu.module.ts",{"_index":3559,"title":{},"body":{"modules/VisibilityMenuModule.html":{}}}],["menu/visibility",{"_index":1814,"title":{},"body":{"modules/LeftSidebarModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"coverage.html":{}}}],["merchantability",{"_index":4294,"title":{},"body":{"license.html":{}}}],["merge",{"_index":4274,"title":{},"body":{"license.html":{}}}],["mergeall",{"_index":1828,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["message",{"_index":796,"title":{"interfaces/Message.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/RegistrationMetadataComponent.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["message_service_config",{"_index":1297,"title":{},"body":{"modules/DrawerModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["message_service_default_config",{"_index":1298,"title":{},"body":{"modules/DrawerModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["messagechannel",{"_index":811,"title":{"classes/MessageChannel.html":{}},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["messagechannel(source",{"_index":1871,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["messagechannel.counter",{"_index":1858,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["messages",{"_index":792,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["messageservice",{"_index":778,"title":{"injectables/MessageService.html":{}},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["messageservice.connect(this",{"_index":855,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["messageservice.connect(this).getmessages",{"_index":1053,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["messageserviceconfig",{"_index":1830,"title":{"interfaces/MessageServiceConfig.html":{}},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["meta",{"_index":2814,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["metadata",{"_index":207,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/MetaDataField.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["metadata'},{'name",{"_index":507,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["metadata.component",{"_index":2521,"title":{},"body":{"modules/RegistrationMetadataModule.html":{}}}],["metadata.component.html",{"_index":2472,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.scss",{"_index":2471,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts",{"_index":2470,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"coverage.html":{}}}],["metadata.component.ts:21",{"_index":2479,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:24",{"_index":2490,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:27",{"_index":2491,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:30",{"_index":2497,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:33",{"_index":2478,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:59",{"_index":2481,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:67",{"_index":2489,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:75",{"_index":2485,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:84",{"_index":2480,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.component.ts:92",{"_index":2487,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["metadata.module",{"_index":2467,"title":{},"body":{"modules/RegistrationContentModule.html":{},"modules/RightSidebarModule.html":{}}}],["metadata.module.ts",{"_index":2520,"title":{},"body":{"modules/RegistrationMetadataModule.html":{}}}],["metadata/registration",{"_index":2466,"title":{},"body":{"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{}}}],["metadatafield",{"_index":1888,"title":{"interfaces/MetaDataField.html":{}},"body":{"interfaces/MetaDataField.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["metadatalookup",{"_index":2785,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["metadatalookup(field",{"_index":2811,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["meter",{"_index":2146,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["method",{"_index":908,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/ThemingService.html":{}}}],["method.apply(registry",{"_index":1459,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["methodname",{"_index":1453,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/ThemingService.html":{}}}],["methods",{"_index":25,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["middle",{"_index":2107,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["middlename",{"_index":2098,"title":{},"body":{"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/UserName.html":{}}}],["middlenamevalidator",{"_index":2089,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["milestone",{"_index":3600,"title":{},"body":{"changelog.html":{}}}],["millimeter",{"_index":2145,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["min",{"_index":744,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{}}}],["minimap",{"_index":986,"title":{},"body":{"components/ContentComponent.html":{}}}],["minor",{"_index":3604,"title":{},"body":{"changelog.html":{}}}],["miscellaneous",{"_index":4199,"title":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["mit",{"_index":4258,"title":{},"body":{"license.html":{}}}],["mm",{"_index":720,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{}}}],["mock",{"_index":3989,"title":{},"body":{"changelog.html":{}}}],["modal",{"_index":304,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"coverage.html":{}}}],["modal's",{"_index":2806,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["modal'},{'name",{"_index":509,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["modal.component",{"_index":2559,"title":{},"body":{"modules/RegistrationModalModule.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewModalModule.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalModule.html":{}}}],["modal.component.html",{"_index":2527,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["modal.component.scss",{"_index":2851,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["modal.component.ts",{"_index":2525,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{},"coverage.html":{}}}],["modal.component.ts:16",{"_index":3444,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal.component.ts:23",{"_index":3454,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal.component.ts:24",{"_index":2533,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/VideoModalComponent.html":{}}}],["modal.component.ts:27",{"_index":2532,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{}}}],["modal.component.ts:31",{"_index":2861,"title":{},"body":{"components/ReviewModalComponent.html":{},"components/VideoModalComponent.html":{}}}],["modal.component.ts:35",{"_index":2537,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["modal.component.ts:36",{"_index":2854,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["modal.component.ts:38",{"_index":3446,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal.component.ts:45",{"_index":2534,"title":{},"body":{"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{}}}],["modal.component.ts:46",{"_index":2860,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["modal.component.ts:47",{"_index":3445,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal.component.ts:55",{"_index":2858,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["modal.component.ts:69",{"_index":2536,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["modal.module",{"_index":590,"title":{},"body":{"modules/AppModule.html":{},"modules/ReviewButtonModule.html":{}}}],["modal.module.ts",{"_index":2558,"title":{},"body":{"modules/RegistrationModalModule.html":{},"modules/ReviewModalModule.html":{},"modules/VideoModalModule.html":{}}}],["modal.wrapper",{"_index":3465,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["modal/registration",{"_index":589,"title":{},"body":{"modules/AppModule.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"coverage.html":{}}}],["modal/review",{"_index":2819,"title":{},"body":{"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"coverage.html":{}}}],["modal/video",{"_index":1113,"title":{},"body":{"modules/ContentModule.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"coverage.html":{}}}],["modalclosed",{"_index":1753,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["mode",{"_index":288,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ReviewButtonComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["model",{"_index":22,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["model.blocksize.x.tofixed(3",{"_index":2732,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.blocksize.y.tofixed(3",{"_index":2734,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.blocksize.z.tofixed(3",{"_index":2736,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.label",{"_index":2720,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.organ$.subscribe(organ",{"_index":2428,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["model.organ.name",{"_index":2662,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.organ.organ",{"_index":2663,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.organ.src",{"_index":2550,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["model.organiri",{"_index":2740,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.position.x.tofixed(3",{"_index":2757,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.position.y.tofixed(3",{"_index":2759,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.position.z.tofixed(3",{"_index":2761,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.representation_of",{"_index":149,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["model.rotation.x.tofixed(3",{"_index":2748,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.rotation.y.tofixed(3",{"_index":2750,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.rotation.z.tofixed(3",{"_index":2752,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.slicesconfig?.numslices",{"_index":2730,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.slicesconfig?.thickness",{"_index":2728,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.snapshot",{"_index":2676,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["model.tooltip",{"_index":156,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["model/model.state",{"_index":118,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["modelchanged",{"_index":1956,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["models/anatomical",{"_index":117,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["models/extraction",{"_index":1922,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["models/meta",{"_index":2575,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["models/visibility",{"_index":1923,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["modelstate",{"_index":88,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["modelstatemodel",{"_index":1891,"title":{"interfaces/ModelStateModel.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["modification",{"_index":2598,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["modify",{"_index":4273,"title":{},"body":{"license.html":{}}}],["module",{"_index":538,"title":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["modules",{"_index":540,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"modules.html":{},"overview.html":{}}}],["modules/content/content.module",{"_index":583,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/header/header.module",{"_index":584,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/left",{"_index":585,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/registration",{"_index":588,"title":{},"body":{"modules/AppModule.html":{}}}],["modules/right",{"_index":591,"title":{},"body":{"modules/AppModule.html":{}}}],["monorepo",{"_index":4208,"title":{},"body":{"index.html":{}}}],["more",{"_index":1332,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"index.html":{}}}],["mouse",{"_index":3519,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["mouseevent",{"_index":2403,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["mouseout",{"_index":3502,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["mouseover",{"_index":3503,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["mouseover(item",{"_index":3520,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["mousepositiontrackermodule",{"_index":1125,"title":{},"body":{"modules/CoreModule.html":{}}}],["moved",{"_index":4001,"title":{},"body":{"changelog.html":{}}}],["moz",{"_index":723,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ms",{"_index":4333,"title":{},"body":{"miscellaneous/variables.html":{}}}],["msg",{"_index":1030,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["msg.payload",{"_index":1063,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["msg.payload.drawers",{"_index":1057,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["msg.payload.opened",{"_index":3428,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["msg.payload.type",{"_index":1055,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["msg.source",{"_index":1061,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["much",{"_index":3692,"title":{},"body":{"changelog.html":{}}}],["multi",{"_index":3354,"title":{},"body":{"modules/ThemingModule.html":{}}}],["multiple",{"_index":4209,"title":{},"body":{"index.html":{}}}],["n",{"_index":962,"title":{},"body":{"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["n3",{"_index":4169,"title":{},"body":{"dependencies.html":{}}}],["name",{"_index":44,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["name(value",{"_index":2115,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["name.endswith(info.organ",{"_index":2220,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["name.firstname",{"_index":2326,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["name.lastname",{"_index":2327,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["name.middlename",{"_index":2328,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["name_input",{"_index":2121,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["namechange",{"_index":2091,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["nameinputcomponent",{"_index":504,"title":{"components/NameInputComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["nameinputmodule",{"_index":1799,"title":{"modules/NameInputModule.html":{}},"body":{"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules.html":{},"overview.html":{}}}],["namematches(organname",{"_index":1979,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["names",{"_index":3776,"title":{},"body":{"changelog.html":{}}}],["namespace",{"_index":1154,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"miscellaneous/variables.html":{}}}],["namevalid",{"_index":2378,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["nan",{"_index":1938,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["narrow",{"_index":943,"title":{},"body":{"components/ContentComponent.html":{}}}],["native",{"_index":2684,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{}}}],["nav",{"_index":3181,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav'},{'name",{"_index":521,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["nav.component",{"_index":3265,"title":{},"body":{"modules/StageNavModule.html":{}}}],["nav.component.html",{"_index":3183,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.scss",{"_index":3182,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts",{"_index":3177,"title":{},"body":{"components/StageNavComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["nav.component.ts:109",{"_index":3221,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:19",{"_index":3208,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:23",{"_index":3200,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:29",{"_index":3198,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:32",{"_index":3204,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:35",{"_index":3206,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:38",{"_index":3207,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:41",{"_index":3225,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:44",{"_index":3227,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:47",{"_index":3222,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:50",{"_index":3223,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:53",{"_index":3230,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:58",{"_index":3234,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:60",{"_index":3197,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:76",{"_index":3210,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.component.ts:91",{"_index":3218,"title":{},"body":{"components/StageNavComponent.html":{}}}],["nav.module",{"_index":1112,"title":{},"body":{"modules/ContentModule.html":{}}}],["nav.module.ts",{"_index":3263,"title":{},"body":{"modules/StageNavModule.html":{}}}],["nav/stage",{"_index":1111,"title":{},"body":{"modules/ContentModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["navigation",{"_index":3998,"title":{},"body":{"changelog.html":{}}}],["necessary",{"_index":2798,"title":{},"body":{"components/ReviewButtonComponent.html":{},"injectables/ThemingService.html":{}}}],["need",{"_index":1149,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["needed",{"_index":3150,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"changelog.html":{}}}],["needs",{"_index":801,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["network",{"_index":4249,"title":{},"body":{"index.html":{}}}],["neuron",{"_index":1202,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["neuron.svg",{"_index":1203,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["never",{"_index":848,"title":{},"body":{"components/ContainerComponent.html":{},"miscellaneous/functions.html":{}}}],["new",{"_index":140,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/CoreModule.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["newplacement",{"_index":2193,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["newplacement.x_translation",{"_index":2196,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["newplacement.y_translation",{"_index":2197,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["newplacement.z_translation",{"_index":2198,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["newposition",{"_index":369,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/User.html":{}}}],["newrotation",{"_index":2942,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["newstructures",{"_index":2021,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["next",{"_index":123,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["nextmessageid",{"_index":1857,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["ng",{"_index":465,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ngacceptinputtype_expanded",{"_index":1647,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngacceptinputtype_opened",{"_index":1646,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngacceptinputtype_position",{"_index":1645,"title":{},"body":{"classes/InitializationState.html":{}}}],["ngafterviewinit",{"_index":786,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["ngdobootstrap",{"_index":560,"title":{},"body":{"modules/AppModule.html":{}}}],["ngmodule",{"_index":563,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["ngonchanges",{"_index":2786,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["ngondestroy",{"_index":228,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["ngoninit",{"_index":229,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{}}}],["ngx",{"_index":676,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["ngxs",{"_index":3291,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/logger",{"_index":3270,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/storage",{"_index":3273,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ngxs/store",{"_index":109,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["ngxs/store/operators",{"_index":2297,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["ngxsdataentitycollectionsrepository",{"_index":17,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["ngxsdatapluginmodule",{"_index":3267,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatapluginmodule.forroot",{"_index":3282,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsdatarepository",{"_index":1415,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["ngxsimmutabledatarepository",{"_index":1909,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ngxsloggerpluginmodule",{"_index":3269,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsloggerpluginmodule.forroot",{"_index":3295,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule",{"_index":3274,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsmodule.forroot(root_states",{"_index":3283,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsoninit",{"_index":29,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ngxsstoragepluginmodule",{"_index":3272,"title":{},"body":{"modules/StoreModule.html":{}}}],["ngxsstoragepluginmodule.forroot",{"_index":3292,"title":{},"body":{"modules/StoreModule.html":{}}}],["nih",{"_index":4254,"title":{},"body":{"index.html":{}}}],["node",{"_index":4175,"title":{},"body":{"dependencies.html":{}}}],["node.representation_of",{"_index":3072,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodecollisions",{"_index":2979,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodedragevent",{"_index":901,"title":{},"body":{"components/ContentComponent.html":{}}}],["nodes",{"_index":1194,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/variables.html":{}}}],["nodes.filter((model",{"_index":3083,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodes.map(n",{"_index":3054,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["nodes.svg",{"_index":1195,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["none",{"_index":408,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["noninfringement",{"_index":4298,"title":{},"body":{"license.html":{}}}],["nonnullable",{"_index":645,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/typealiases.html":{}}}],["normalizeplacement",{"_index":2362,"title":{},"body":{"injectables/ReferenceDataState.html":{}}}],["normalizeplacement(place",{"_index":2181,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["not(.cdk",{"_index":2958,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["not(:last",{"_index":739,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/NameInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["note",{"_index":3636,"title":{},"body":{"changelog.html":{}}}],["notebooks",{"_index":3628,"title":{},"body":{"changelog.html":{}}}],["notebooks/vignettes",{"_index":4235,"title":{},"body":{"index.html":{}}}],["nothing",{"_index":2405,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["notice",{"_index":3883,"title":{},"body":{"changelog.html":{},"license.html":{}}}],["now",{"_index":3695,"title":{},"body":{"changelog.html":{}}}],["nowrap",{"_index":3253,"title":{},"body":{"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["null",{"_index":1424,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{}}}],["null)?.getcontainerelement",{"_index":3404,"title":{},"body":{"injectables/ThemingService.html":{}}}],["nullish",{"_index":2206,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["number",{"_index":71,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["number(value.slice(0",{"_index":1587,"title":{},"body":{"classes/InitializationState.html":{}}}],["numbersonlymodule",{"_index":3175,"title":{},"body":{"modules/SlicesInputModule.html":{}}}],["numeric",{"_index":3887,"title":{},"body":{"changelog.html":{}}}],["numslices",{"_index":1932,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["o.id",{"_index":1977,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["o.organ.tolowercase",{"_index":1980,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["o.side",{"_index":1978,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["obj",{"_index":3323,"title":{},"body":{"components/TagListComponent.html":{}}}],["object",{"_index":1143,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/UserName.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["object.entries(entities).foreach(([id",{"_index":143,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["object.keys(data.organirilookup).length",{"_index":2547,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["object.keys(db.organirilookup).find((code",{"_index":2209,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["object.keys(this.initialstate",{"_index":1958,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["object.values(aslookup",{"_index":2044,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["objects",{"_index":667,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["observable",{"_index":96,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["observableinput",{"_index":82,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["obtaining",{"_index":4267,"title":{},"body":{"license.html":{}}}],["off/on",{"_index":3863,"title":{},"body":{"changelog.html":{}}}],["official",{"_index":3962,"title":{},"body":{"changelog.html":{}}}],["offset",{"_index":1065,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["offsets",{"_index":2894,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["old",{"_index":4222,"title":{},"body":{"index.html":{}}}],["oldposition",{"_index":362,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["oldposition.x",{"_index":383,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["oldposition.y",{"_index":380,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["oldposition.z",{"_index":375,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["once",{"_index":1138,"title":{},"body":{"modules/CoreModule.html":{}}}],["onchanges",{"_index":2780,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["ondestroy",{"_index":205,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["one",{"_index":1333,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{},"index.html":{}}}],["oninit",{"_index":206,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{}}}],["online",{"_index":3970,"title":{},"body":{"changelog.html":{}}}],["onorganchange(organ",{"_index":2067,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["onorganirichange",{"_index":2027,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["onreferencedatachange",{"_index":2057,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ontological",{"_index":4020,"title":{},"body":{"changelog.html":{}}}],["ontologies",{"_index":3924,"title":{},"body":{"changelog.html":{}}}],["ontology",{"_index":3638,"title":{},"body":{"changelog.html":{}}}],["ontology/ccf",{"_index":2717,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["ontologyid",{"_index":1366,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["opacities",{"_index":3867,"title":{},"body":{"changelog.html":{}}}],["opacity",{"_index":993,"title":{},"body":{"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["opacityslidermodule",{"_index":1807,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/VisibilityMenuModule.html":{}}}],["open",{"_index":1093,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/ReviewButtonComponent.html":{},"miscellaneous/typealiases.html":{}}}],["open/close",{"_index":1564,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["openapi",{"_index":3728,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["openapi/js",{"_index":4231,"title":{},"body":{"index.html":{}}}],["openapi/ng",{"_index":4233,"title":{},"body":{"index.html":{}}}],["openapi/ts",{"_index":4232,"title":{},"body":{"index.html":{}}}],["opendialog",{"_index":2529,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["opened",{"_index":1036,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/RegistrationModalComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["opened(value",{"_index":1551,"title":{},"body":{"classes/InitializationState.html":{}}}],["opened/closed",{"_index":1507,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["openedchange",{"_index":1559,"title":{},"body":{"classes/InitializationState.html":{}}}],["openedstate",{"_index":1508,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["openexpanded",{"_index":1604,"title":{},"body":{"classes/InitializationState.html":{}}}],["opening/closing/expanding",{"_index":1525,"title":{},"body":{"classes/InitializationState.html":{}}}],["opens",{"_index":1593,"title":{},"body":{"classes/InitializationState.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["opposite",{"_index":1512,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/typealiases.html":{}}}],["optimization",{"_index":3815,"title":{},"body":{"changelog.html":{}}}],["optimizations",{"_index":3955,"title":{},"body":{"changelog.html":{}}}],["optimized",{"_index":3846,"title":{},"body":{"changelog.html":{}}}],["option",{"_index":1719,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"changelog.html":{}}}],["optional",{"_index":46,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":1323,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["optionsel",{"_index":3196,"title":{},"body":{"components/StageNavComponent.html":{}}}],["optionsel.contains(target",{"_index":3241,"title":{},"body":{"components/StageNavComponent.html":{}}}],["optionsref",{"_index":3187,"title":{},"body":{"components/StageNavComponent.html":{}}}],["orcid",{"_index":2254,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["orcid.match('^[a",{"_index":2347,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["orcidcontrol",{"_index":2473,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["orcidid",{"_index":2302,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["orcidtouri",{"_index":2238,"title":{},"body":{"injectables/PageState.html":{}}}],["orcidtouri(id",{"_index":2258,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["orcidvalid",{"_index":2232,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{}}}],["ordering",{"_index":1928,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ",{"_index":423,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/ExtractionSet.html":{},"interfaces/GlobalConfig.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/typealiases.html":{}}}],["organ.id",{"_index":2773,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["organ.name",{"_index":2001,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.name.tolowercase",{"_index":2074,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.ontologyid",{"_index":2075,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.sex?.tolowercase",{"_index":2076,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.side",{"_index":2002,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organ.src",{"_index":2430,"title":{},"body":{"components/RegistrationContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organ.touppercase",{"_index":2202,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organconfig",{"_index":1363,"title":{"interfaces/OrganConfig.html":{}},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["organdata",{"_index":2070,"title":{"interfaces/OrganData.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["organdata?.organ",{"_index":2073,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdata?.sex?.tolowercase",{"_index":2072,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions",{"_index":964,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions.x",{"_index":967,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions.y",{"_index":968,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions.z",{"_index":2055,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organdimensions.z].map(n",{"_index":969,"title":{},"body":{"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentity",{"_index":3109,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentity.x_dimension",{"_index":3115,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentity.y_dimension",{"_index":3116,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentity.z_dimension",{"_index":3117,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organentry",{"_index":2227,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organinfo",{"_index":1903,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organinfo.sex",{"_index":2204,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organinfo?.sex",{"_index":2203,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organinfo?.side?.tolowercase",{"_index":2081,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organinfo?.side].join('|').touppercase",{"_index":2208,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organiri",{"_index":1897,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organirilookup",{"_index":2159,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["organlist",{"_index":2379,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["organlistoptions(organoptions",{"_index":2770,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["organname",{"_index":1981,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organoptions",{"_index":614,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["organoptions.includes(organ.id",{"_index":2774,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["organoptions.length",{"_index":2771,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["organs",{"_index":1161,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["organs/anatomical",{"_index":3869,"title":{},"body":{"changelog.html":{}}}],["organscene",{"_index":3063,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["organselect",{"_index":2386,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["organselect(organ",{"_index":2400,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["organselected",{"_index":1751,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{}}}],["organsex",{"_index":2068,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organside",{"_index":1975,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["organspatialentities",{"_index":2161,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["originscene",{"_index":3061,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["orthographic",{"_index":3786,"title":{},"body":{"changelog.html":{}}}],["ot",{"_index":1150,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["ot2od026671",{"_index":4256,"title":{},"body":{"index.html":{}}}],["other.expanded",{"_index":1633,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.expandedstate2",{"_index":1634,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.margin2",{"_index":1639,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.measuredmargin",{"_index":1637,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.measuredwidth",{"_index":1636,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.opened",{"_index":1635,"title":{},"body":{"classes/InitializationState.html":{}}}],["other.width",{"_index":1638,"title":{},"body":{"classes/InitializationState.html":{}}}],["otherwise",{"_index":917,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"license.html":{}}}],["out",{"_index":420,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"classes/InitializationState.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"license.html":{},"overview.html":{}}}],["output",{"_index":674,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["outputs",{"_index":712,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["outside",{"_index":2937,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ovaries",{"_index":1204,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ovaries.svg",{"_index":1205,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ovary",{"_index":1206,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["over",{"_index":3522,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["overall",{"_index":3662,"title":{},"body":{"changelog.html":{}}}],["overflow",{"_index":401,"title":{},"body":{"components/AppComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["overlay",{"_index":1351,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"injectables/ThemingService.html":{}}}],["overlaycontainer",{"_index":3385,"title":{},"body":{"injectables/ThemingService.html":{}}}],["overlays",{"_index":4010,"title":{},"body":{"changelog.html":{}}}],["override",{"_index":2670,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["overview",{"_index":4312,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owning",{"_index":3412,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["p",{"_index":2141,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["p.target",{"_index":3093,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.translation_units",{"_index":2143,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.x_rotation",{"_index":2151,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.x_scaling",{"_index":2154,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.x_translation",{"_index":2147,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.y_rotation",{"_index":2152,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.y_scaling",{"_index":2155,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.y_translation",{"_index":2148,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.z_rotation].map(toradians",{"_index":2153,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.z_scaling",{"_index":2156,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["p.z_translation].map((n",{"_index":3096,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["p.z_translation].map(t",{"_index":2149,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["package",{"_index":3700,"title":{"dependencies.html":{},"properties.html":{}},"body":{"changelog.html":{}}}],["padding",{"_index":424,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["page",{"_index":23,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{}}}],["page.isorcidvalid",{"_index":2427,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["page.orcidvalid",{"_index":2661,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.registrationcallbackset",{"_index":2703,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.registrationstarted$.subscribe((registrationstarted",{"_index":335,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["page.snapshot.user.firstname",{"_index":2693,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.snapshot.user.lastname",{"_index":2695,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.snapshot.user.middlename",{"_index":2697,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.snapshot.user.orcidid",{"_index":2699,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.uritoorcid(user.orcidid",{"_index":2499,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["page.user$.subscribe(user",{"_index":2424,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["page.user.firstname",{"_index":2548,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["page.user.lastname",{"_index":2549,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["page.user.middlename",{"_index":2722,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page.user.orcidid",{"_index":2723,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["page/page.state",{"_index":119,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{}}}],["pages",{"_index":3759,"title":{},"body":{"changelog.html":{}}}],["pagestate",{"_index":91,"title":{"injectables/PageState.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["pagestatemodel",{"_index":2303,"title":{"interfaces/PageStateModel.html":{}},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"coverage.html":{}}}],["pair",{"_index":1641,"title":{},"body":{"classes/InitializationState.html":{}}}],["paired",{"_index":3749,"title":{},"body":{"changelog.html":{}}}],["palatine",{"_index":1207,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pancreas",{"_index":1210,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pancreas.svg",{"_index":1211,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["pane",{"_index":1352,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"changelog.html":{}}}],["panel",{"_index":1289,"title":{},"body":{"interfaces/DocumentationContent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"changelog.html":{}}}],["panelclass",{"_index":2835,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["param",{"_index":159,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["parameters",{"_index":42,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["params",{"_index":1520,"title":{},"body":{"classes/InitializationState.html":{},"miscellaneous/variables.html":{}}}],["parent",{"_index":1832,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["parent.messages.pipe(takewhile",{"_index":1864,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["parse",{"_index":657,"title":{},"body":{"components/AppWebComponent.html":{}}}],["parsed",{"_index":1668,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["parsedjson",{"_index":1657,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["parseorgan",{"_index":660,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["parseorgan(value",{"_index":647,"title":{},"body":{"components/AppWebComponent.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":4135,"title":{},"body":{"dependencies.html":{}}}],["partial",{"_index":3299,"title":{},"body":{"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{}}}],["particular",{"_index":4296,"title":{},"body":{"license.html":{}}}],["partly",{"_index":3855,"title":{},"body":{"changelog.html":{}}}],["partonomy",{"_index":3798,"title":{},"body":{"changelog.html":{}}}],["parts",{"_index":1463,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.join",{"_index":1468,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('innamespace",{"_index":1467,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('literal",{"_index":1466,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["parts.push('set",{"_index":1465,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["pass",{"_index":2013,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["passed",{"_index":1760,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["patch",{"_index":2296,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["patchplacement",{"_index":2183,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["patchplacement.target",{"_index":2195,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["path",{"_index":4156,"title":{},"body":{"dependencies.html":{}}}],["payload",{"_index":1086,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/typealiases.html":{}}}],["pbr",{"_index":2997,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["pelvis",{"_index":1212,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["per",{"_index":1931,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["performance",{"_index":3703,"title":{},"body":{"changelog.html":{}}}],["permission",{"_index":4262,"title":{},"body":{"license.html":{}}}],["permit",{"_index":4281,"title":{},"body":{"license.html":{}}}],["person",{"_index":2301,"title":{"interfaces/Person.html":{}},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"coverage.html":{},"license.html":{}}}],["persons",{"_index":4282,"title":{},"body":{"license.html":{}}}],["pick",{"_index":2271,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["pipe",{"_index":3047,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["pipe(filter(s",{"_index":2334,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["pipe(mergeall",{"_index":1866,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["place",{"_index":2194,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["place.x_rotation",{"_index":2635,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["place.x_translation",{"_index":2188,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["place.y_rotation",{"_index":2636,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["place.y_translation",{"_index":2189,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["place.z_rotation",{"_index":2637,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["place.z_translation",{"_index":2190,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["placed",{"_index":3281,"title":{},"body":{"modules/StoreModule.html":{}}}],["placeholder",{"_index":1673,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"changelog.html":{}}}],["placement",{"_index":2140,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["placement.length",{"_index":3080,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["placement_date",{"_index":2741,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["placementcube",{"_index":2982,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["placementpatches",{"_index":2164,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["placenta",{"_index":1215,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["placenta.svg",{"_index":1216,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["play",{"_index":3482,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["play_circle_outline",{"_index":3479,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["player",{"_index":3449,"title":{},"body":{"components/VideoModalComponent.html":{},"modules/VideoModalModule.html":{},"dependencies.html":{}}}],["pluckunique",{"_index":2298,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["plugin",{"_index":3271,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["plugins",{"_index":3290,"title":{},"body":{"modules/StoreModule.html":{}}}],["plus",{"_index":3655,"title":{},"body":{"changelog.html":{}}}],["pointer",{"_index":434,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["populated",{"_index":2213,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["popup",{"_index":3213,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["portal",{"_index":1398,"title":{},"body":{"components/HeaderComponent.html":{},"changelog.html":{},"index.html":{}}}],["portal's",{"_index":3949,"title":{},"body":{"changelog.html":{}}}],["portions",{"_index":4289,"title":{},"body":{"license.html":{}}}],["pos",{"_index":2822,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["position",{"_index":256,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/functions.html":{}}}],["position(value",{"_index":1547,"title":{},"body":{"classes/InitializationState.html":{}}}],["position.x",{"_index":976,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["position.x.tofixed(1)}_${position.y.tofixed(1)}_${position.z.tofixed(1",{"_index":1988,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["position.y",{"_index":2192,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["position.z",{"_index":974,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["position.z].map((n",{"_index":3131,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["positions",{"_index":810,"title":{},"body":{"components/ContainerComponent.html":{}}}],["possible",{"_index":1902,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["posterior",{"_index":975,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["potential",{"_index":2200,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["pre",{"_index":3563,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["preclose",{"_index":351,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["preexisting",{"_index":2417,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["preferences",{"_index":3773,"title":{},"body":{"changelog.html":{}}}],["preparation",{"_index":3607,"title":{},"body":{"changelog.html":{}}}],["presented",{"_index":4008,"title":{},"body":{"changelog.html":{}}}],["pressed",{"_index":259,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["prevent",{"_index":3683,"title":{},"body":{"changelog.html":{}}}],["preview",{"_index":3784,"title":{},"body":{"changelog.html":{}}}],["previous",{"_index":1905,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["previousitems",{"_index":2016,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["previousitems.map(structure",{"_index":2022,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["previously",{"_index":3721,"title":{},"body":{"changelog.html":{}}}],["previousregistrationnodes",{"_index":2980,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["previousregistrations",{"_index":2585,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["previousregistrations.map((entity",{"_index":3089,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["prevnodes",{"_index":3049,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["primary",{"_index":3576,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["private",{"_index":20,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["process",{"_index":1029,"title":{},"body":{"components/ContentComponent-1.html":{},"components/ToggleButtonComponent.html":{},"changelog.html":{}}}],["processed",{"_index":3940,"title":{},"body":{"changelog.html":{}}}],["processes",{"_index":798,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["processing",{"_index":3774,"title":{},"body":{"changelog.html":{}}}],["production",{"_index":3709,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["programming",{"_index":3696,"title":{},"body":{"changelog.html":{}}}],["project",{"_index":2810,"title":{},"body":{"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["projected",{"_index":806,"title":{},"body":{"components/ContainerComponent.html":{}}}],["projects",{"_index":4210,"title":{},"body":{"index.html":{}}}],["projects/.../anatomical",{"_index":4320,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../app",{"_index":4204,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["projects/.../block",{"_index":4324,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../config.ts",{"_index":4203,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["projects/.../container.component.ts",{"_index":4205,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../default",{"_index":4325,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../drawer.component.ts",{"_index":4317,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../message.service.ts",{"_index":4330,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../messages.ts",{"_index":4316,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../meta",{"_index":4318,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../model.state.ts",{"_index":4321,"title":{},"body":{"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["projects/.../reference",{"_index":4201,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../rotation",{"_index":4326,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../scene.state.ts",{"_index":4202,"title":{},"body":{"miscellaneous/functions.html":{}}}],["projects/.../slices",{"_index":4328,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../stage",{"_index":4319,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["projects/.../store.module.ts",{"_index":4331,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../tag",{"_index":4327,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../theming.service.ts",{"_index":4329,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/ccf",{"_index":6,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["promise",{"_index":1495,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/RegistrationStateModel.html":{}}}],["promise(resolve",{"_index":1492,"title":{},"body":{"classes/InitializationState.html":{}}}],["properties",{"_index":19,"title":{"properties.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"properties.html":{}}}],["property",{"_index":464,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["prostate",{"_index":1217,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["prostate.svg",{"_index":1218,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["provide",{"_index":594,"title":{},"body":{"modules/AppModule.html":{},"modules/ConfigModule.html":{},"modules/DrawerModule.html":{},"modules/ThemingModule.html":{}}}],["provided",{"_index":818,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"changelog.html":{},"license.html":{}}}],["providedin",{"_index":1836,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/variables.html":{}}}],["providers",{"_index":544,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"changelog.html":{},"overview.html":{}}}],["provides",{"_index":2769,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["providing",{"_index":1005,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["public",{"_index":2376,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{},"changelog.html":{}}}],["publish",{"_index":4275,"title":{},"body":{"license.html":{}}}],["publishing",{"_index":3698,"title":{},"body":{"changelog.html":{}}}],["purpose",{"_index":4297,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":936,"title":{},"body":{"components/ContentComponent.html":{},"components/JsonFileReaderComponent.html":{}}}],["push",{"_index":2539,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["pushed",{"_index":3830,"title":{},"body":{"changelog.html":{}}}],["px",{"_index":1539,"title":{},"body":{"classes/InitializationState.html":{}}}],["python",{"_index":3629,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["q",{"_index":373,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["qs",{"_index":4178,"title":{},"body":{"dependencies.html":{}}}],["qualitative",{"_index":3951,"title":{},"body":{"changelog.html":{}}}],["quality",{"_index":3597,"title":{},"body":{"changelog.html":{}}}],["queries",{"_index":956,"title":{},"body":{"components/ContentComponent.html":{},"changelog.html":{},"dependencies.html":{}}}],["query",{"_index":4018,"title":{},"body":{"changelog.html":{}}}],["querying",{"_index":3669,"title":{},"body":{"changelog.html":{}}}],["querylist",{"_index":814,"title":{},"body":{"components/ContainerComponent.html":{}}}],["quickly",{"_index":3934,"title":{},"body":{"changelog.html":{}}}],["r",{"_index":2150,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["radio",{"_index":2512,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"components/StageNavComponent.html":{}}}],["radius",{"_index":448,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["ratio",{"_index":2746,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["rc.1",{"_index":3957,"title":{},"body":{"changelog.html":{}}}],["rdf",{"_index":4180,"title":{},"body":{"dependencies.html":{}}}],["rdfjs",{"_index":4111,"title":{},"body":{"dependencies.html":{}}}],["rdfjs/data",{"_index":4130,"title":{},"body":{"dependencies.html":{}}}],["rdfxml",{"_index":4182,"title":{},"body":{"dependencies.html":{}}}],["reactiveformsmodule",{"_index":2127,"title":{},"body":{"modules/NameInputModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/TagSearchModule.html":{}}}],["readable",{"_index":4184,"title":{},"body":{"dependencies.html":{}}}],["reader",{"_index":1651,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["reader'},{'name",{"_index":497,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["reader.component",{"_index":1698,"title":{},"body":{"modules/JsonFileReaderModule.html":{}}}],["reader.component.html",{"_index":1653,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.scss",{"_index":1652,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts",{"_index":1650,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"coverage.html":{}}}],["reader.component.ts:13",{"_index":1665,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:16",{"_index":1676,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:19",{"_index":1660,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:22",{"_index":1658,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:35",{"_index":1669,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.component.ts:45",{"_index":1667,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["reader.module",{"_index":2524,"title":{},"body":{"modules/RegistrationMetadataModule.html":{}}}],["reader.module.ts",{"_index":1697,"title":{},"body":{"modules/JsonFileReaderModule.html":{}}}],["reader/json",{"_index":1649,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"modules/RegistrationMetadataModule.html":{},"coverage.html":{}}}],["readonly",{"_index":160,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["real",{"_index":3969,"title":{},"body":{"changelog.html":{}}}],["reason",{"_index":3279,"title":{},"body":{"modules/StoreModule.html":{}}}],["receive",{"_index":1019,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{}}}],["receiving",{"_index":1838,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["record",{"_index":1362,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["rectify",{"_index":3726,"title":{},"body":{"changelog.html":{}}}],["reduce",{"_index":3820,"title":{},"body":{"changelog.html":{}}}],["reduce((acc",{"_index":3075,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["reduction",{"_index":3678,"title":{},"body":{"changelog.html":{}}}],["refdata",{"_index":2601,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reference",{"_index":90,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"components/ToggleButtonComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["referencedata",{"_index":1969,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationModalComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["referencedatastate",{"_index":1924,"title":{"injectables/ReferenceDataState.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["referencedatastatemodel",{"_index":2158,"title":{"interfaces/ReferenceDataStateModel.html":{}},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"coverage.html":{}}}],["referenceorgannodes",{"_index":2977,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["referenceorgansimplenodes",{"_index":2978,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["references",{"_index":1040,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{}}}],["refernced",{"_index":3750,"title":{},"body":{"changelog.html":{}}}],["refresh",{"_index":721,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["refreshblocksize",{"_index":709,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["refreshes",{"_index":708,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["refreshslices",{"_index":3158,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["reg",{"_index":2248,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["reg.creator_first_name",{"_index":2620,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.creator_last_name",{"_index":2622,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.creator_middle_name",{"_index":2621,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.initialregistration",{"_index":2318,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["reg.placement",{"_index":2617,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.placement[0",{"_index":2616,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.slice_count",{"_index":2640,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.slice_thickness",{"_index":2639,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.useregistrationcallback",{"_index":2313,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["reg.x_dimension",{"_index":2631,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.y_dimension",{"_index":2632,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["reg.z_dimension",{"_index":2633,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["regions",{"_index":4011,"title":{},"body":{"changelog.html":{}}}],["register",{"_index":615,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{},"miscellaneous/typealiases.html":{}}}],["register(usecallback",{"_index":2673,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["register/download",{"_index":2671,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["registerbuttonclick",{"_index":2387,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["registerbuttonclick(event",{"_index":2402,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["registerdata",{"_index":2789,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["registered",{"_index":1159,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["registericon",{"_index":1448,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registericon(definition",{"_index":1445,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registericonimpl",{"_index":1473,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registericonimpl(definition",{"_index":1449,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registering",{"_index":1410,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/RegistrationStateModel.html":{}}}],["registers",{"_index":1443,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/RegistrationStateModel.html":{}}}],["registration",{"_index":303,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{}}}],["registration.registrations",{"_index":3293,"title":{},"body":{"modules/StoreModule.html":{}}}],["registration.state$.subscribe(reg",{"_index":2500,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["registration/registration.state",{"_index":2300,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{}}}],["registrationcallback",{"_index":633,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/RegistrationStateModel.html":{},"miscellaneous/typealiases.html":{}}}],["registrationcallback?.(json",{"_index":2680,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["registrationcallbackset",{"_index":2233,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["registrationcontentcomponent",{"_index":505,"title":{"components/RegistrationContentComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["registrationcontentmodule",{"_index":2458,"title":{"modules/RegistrationContentModule.html":{}},"body":{"modules/RegistrationContentModule.html":{},"modules/RegistrationModalModule.html":{},"modules.html":{},"overview.html":{}}}],["registrationexpanded",{"_index":221,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/RightSidebarComponent.html":{},"interfaces/User.html":{}}}],["registrationisvalid",{"_index":2783,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["registrationmetadatacomponent",{"_index":506,"title":{"components/RegistrationMetadataComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["registrationmetadatamodule",{"_index":2463,"title":{"modules/RegistrationMetadataModule.html":{}},"body":{"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RightSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["registrationmodalcomponent",{"_index":508,"title":{"components/RegistrationModalComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["registrationmodalmodule",{"_index":554,"title":{"modules/RegistrationModalModule.html":{}},"body":{"modules/AppModule.html":{},"modules/RegistrationModalModule.html":{},"modules.html":{},"overview.html":{}}}],["registrations",{"_index":2566,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["registrations#1",{"_index":3616,"title":{},"body":{"changelog.html":{}}}],["registrationselected",{"_index":2380,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["registrationstarted",{"_index":222,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/ReviewButtonComponent.html":{},"interfaces/User.html":{}}}],["registrationstate",{"_index":894,"title":{},"body":{"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registrationstatemodel",{"_index":2562,"title":{"interfaces/RegistrationStateModel.html":{}},"body":{"interfaces/RegistrationStateModel.html":{},"coverage.html":{}}}],["registrationtoggle",{"_index":230,"title":{},"body":{"components/AppComponent.html":{}}}],["registrationtoggle(event",{"_index":279,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["registry",{"_index":1420,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["registry.state",{"_index":3275,"title":{},"body":{"modules/StoreModule.html":{}}}],["registry.state.ts",{"_index":1409,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{}}}],["registry.state.ts:127",{"_index":1479,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:147",{"_index":1477,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:45",{"_index":1475,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:58",{"_index":1480,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:87",{"_index":1481,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry.state.ts:97",{"_index":1482,"title":{},"body":{"injectables/IconRegistryState.html":{}}}],["registry/default",{"_index":1141,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registry/icon",{"_index":1408,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/StoreModule.html":{},"coverage.html":{}}}],["registry[methodname",{"_index":1455,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["regs",{"_index":2586,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["regular",{"_index":2276,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["related",{"_index":3850,"title":{},"body":{"changelog.html":{}}}],["relative",{"_index":413,"title":{},"body":{"components/AppComponent.html":{},"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"miscellaneous/typealiases.html":{}}}],["release",{"_index":3624,"title":{},"body":{"changelog.html":{}}}],["reliability",{"_index":3885,"title":{},"body":{"changelog.html":{}}}],["reloads",{"_index":3781,"title":{},"body":{"changelog.html":{}}}],["removable",{"_index":3302,"title":{},"body":{"components/TagListComponent.html":{}}}],["remove",{"_index":3314,"title":{},"body":{"components/TagListComponent.html":{},"injectables/ThemingService.html":{}}}],["removeclass",{"_index":3406,"title":{},"body":{"injectables/ThemingService.html":{}}}],["removed",{"_index":142,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"changelog.html":{}}}],["removed.add(id",{"_index":145,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["removed.has(iri",{"_index":150,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["removeeventlistener('beforeunload",{"_index":2344,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["removes",{"_index":3313,"title":{},"body":{"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"changelog.html":{}}}],["removetag",{"_index":30,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/TagListComponent.html":{}}}],["removetag(tag",{"_index":66,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/TagListComponent.html":{}}}],["renderer",{"_index":3400,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer2",{"_index":3387,"title":{},"body":{"injectables/ThemingService.html":{},"components/VideoModalComponent.html":{}}}],["renderer[methodname](overlay",{"_index":3408,"title":{},"body":{"injectables/ThemingService.html":{}}}],["renderer[methodname](root",{"_index":3407,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rendering",{"_index":3180,"title":{},"body":{"components/StageNavComponent.html":{}}}],["renders",{"_index":1256,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["repeat",{"_index":1401,"title":{},"body":{"components/HeaderComponent.html":{}}}],["replace(/(.{1,4})/g",{"_index":2357,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["replaysubject",{"_index":323,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["replaysubject(1",{"_index":312,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["repository",{"_index":4207,"title":{},"body":{"index.html":{}}}],["representation",{"_index":2764,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["required",{"_index":3927,"title":{},"body":{"changelog.html":{}}}],["requiredvalues",{"_index":2660,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["requiredvalues.every(value",{"_index":2664,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["researcher's",{"_index":2085,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["reset",{"_index":557,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"components/ContentComponent.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["resetitem",{"_index":3504,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["resetrotation",{"_index":2948,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["resetrotation(dimension",{"_index":2953,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["resets",{"_index":912,"title":{},"body":{"components/ContentComponent.html":{},"injectables/ThemingService.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["resetstage",{"_index":892,"title":{},"body":{"components/ContentComponent.html":{}}}],["resettheme",{"_index":3361,"title":{},"body":{"injectables/ThemingService.html":{}}}],["resize",{"_index":905,"title":{},"body":{"components/ContentComponent.html":{}}}],["resizesensor",{"_index":950,"title":{},"body":{"components/ContentComponent.html":{}}}],["resizesensor(this.rootref.nativeelement",{"_index":961,"title":{},"body":{"components/ContentComponent.html":{}}}],["resolve",{"_index":1488,"title":{},"body":{"classes/InitializationState.html":{}}}],["resolved",{"_index":3835,"title":{},"body":{"changelog.html":{}}}],["resolver",{"_index":1434,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["resolves",{"_index":829,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["respond",{"_index":3796,"title":{},"body":{"changelog.html":{}}}],["response",{"_index":3518,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["restriction",{"_index":4270,"title":{},"body":{"license.html":{}}}],["result",{"_index":84,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"miscellaneous/variables.html":{}}}],["results",{"_index":80,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["retracted",{"_index":458,"title":{},"body":{"components/AppComponent.html":{}}}],["return",{"_index":133,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["returned",{"_index":79,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["returns",{"_index":55,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/functions.html":{}}}],["reusable",{"_index":1252,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["reverted",{"_index":3529,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["review",{"_index":511,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["review/review",{"_index":2923,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["review_button",{"_index":2832,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["reviewbuttoncomponent",{"_index":510,"title":{"components/ReviewButtonComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["reviewbuttonmodule",{"_index":2843,"title":{"modules/ReviewButtonModule.html":{}},"body":{"modules/ReviewButtonModule.html":{},"modules/RightSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["reviewing",{"_index":2850,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["reviewmodal",{"_index":2779,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["reviewmodalcomponent",{"_index":513,"title":{"components/ReviewModalComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["reviewmodaldata",{"_index":2853,"title":{"interfaces/ReviewModalData.html":{}},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"coverage.html":{}}}],["reviewmodalmodule",{"_index":2848,"title":{"modules/ReviewModalModule.html":{}},"body":{"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules.html":{},"overview.html":{}}}],["rgb",{"_index":4161,"title":{},"body":{"dependencies.html":{}}}],["rgba(0",{"_index":2455,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["right",{"_index":450,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["right.px",{"_index":1017,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["right.svg",{"_index":1177,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["rightmargin",{"_index":1010,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rights",{"_index":4272,"title":{},"body":{"license.html":{}}}],["rightsidebarcomponent",{"_index":514,"title":{"components/RightSidebarComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["rightsidebarmodule",{"_index":555,"title":{"modules/RightSidebarModule.html":{}},"body":{"modules/AppModule.html":{},"modules/RightSidebarModule.html":{},"modules.html":{},"overview.html":{}}}],["ripple::after",{"_index":2515,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["ripple::before",{"_index":2514,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["root",{"_index":212,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/CoreModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["root'},{'name",{"_index":476,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["root_states",{"_index":3277,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rootref",{"_index":895,"title":{},"body":{"components/ContentComponent.html":{}}}],["rotatednodes",{"_index":2976,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotates",{"_index":3782,"title":{},"body":{"changelog.html":{}}}],["rotatexyz([p.x_rotation",{"_index":3098,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotatexyz([rotation.x",{"_index":3132,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation",{"_index":516,"title":{"interfaces/Rotation.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rotation.x",{"_index":3118,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation.y",{"_index":3119,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation.z",{"_index":3120,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation.z].map(toradians",{"_index":3133,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["rotation_order",{"_index":2753,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["rotation_units",{"_index":2754,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["rotationchange",{"_index":2939,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["rotations",{"_index":2956,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["rotationslidercomponent",{"_index":515,"title":{"components/RotationSliderComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["rotationslidermodule",{"_index":2907,"title":{"modules/RotationSliderModule.html":{}},"body":{"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules.html":{},"overview.html":{}}}],["round",{"_index":3872,"title":{},"body":{"changelog.html":{}}}],["rounded",{"_index":3888,"title":{},"body":{"changelog.html":{}}}],["route",{"_index":3667,"title":{},"body":{"changelog.html":{}}}],["ru/cdk",{"_index":4096,"title":{},"body":{"dependencies.html":{}}}],["ru/common",{"_index":4098,"title":{},"body":{"dependencies.html":{}}}],["ru/common/entity",{"_index":103,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["ru/common/typings",{"_index":2131,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["ru/ngxs",{"_index":3268,"title":{},"body":{"modules/StoreModule.html":{},"dependencies.html":{}}}],["ru/ngxs/decorators",{"_index":107,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["ru/ngxs/repositories",{"_index":108,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["rui",{"_index":603,"title":{},"body":{"modules/AppModule.html":{},"modules/CoreModule.html":{},"interfaces/RegistrationStateModel.html":{},"changelog.html":{},"index.html":{}}}],["rui/src/app/app",{"_index":604,"title":{},"body":{"components/AppWebComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["rui/src/app/app.component.ts",{"_index":202,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{},"coverage.html":{}}}],["rui/src/app/app.component.ts:100",{"_index":278,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:118",{"_index":282,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:122",{"_index":281,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:135",{"_index":253,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:174",{"_index":265,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:188",{"_index":275,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:44",{"_index":300,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:47",{"_index":290,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:49",{"_index":299,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:51",{"_index":315,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:55",{"_index":311,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:56",{"_index":313,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:58",{"_index":292,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:59",{"_index":295,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:60",{"_index":298,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:62",{"_index":309,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:64",{"_index":293,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:66",{"_index":296,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.component.ts:69",{"_index":248,"title":{},"body":{"components/AppComponent.html":{}}}],["rui/src/app/app.module.ts",{"_index":558,"title":{},"body":{"modules/AppModule.html":{}}}],["rui/src/app/app.module.ts:54",{"_index":561,"title":{},"body":{"modules/AppModule.html":{}}}],["rui/src/app/core/core.module.ts",{"_index":1121,"title":{},"body":{"modules/CoreModule.html":{}}}],["rui/src/app/core/models/anatomical",{"_index":3296,"title":{},"body":{"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["rui/src/app/core/models/documentation.ts",{"_index":1285,"title":{},"body":{"interfaces/DocumentationContent.html":{},"coverage.html":{}}}],["rui/src/app/core/models/extraction",{"_index":1303,"title":{},"body":{"interfaces/ExtractionSet.html":{},"coverage.html":{}}}],["rui/src/app/core/models/meta",{"_index":1889,"title":{},"body":{"interfaces/MetaDataField.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["rui/src/app/core/models/visibility",{"_index":3494,"title":{},"body":{"interfaces/VisibilityItem.html":{},"coverage.html":{}}}],["rui/src/app/core/services/config/config.module.ts",{"_index":766,"title":{},"body":{"modules/ConfigModule.html":{}}}],["rui/src/app/core/services/config/config.ts",{"_index":1361,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/core/services/theming/theming.module.ts",{"_index":3350,"title":{},"body":{"modules/ThemingModule.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts",{"_index":3355,"title":{},"body":{"injectables/ThemingService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:13",{"_index":3382,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:14",{"_index":3383,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:16",{"_index":3381,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:18",{"_index":3384,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:21",{"_index":3372,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:25",{"_index":3364,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:39",{"_index":3369,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:48",{"_index":3380,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:60",{"_index":3378,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:71",{"_index":3376,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/services/theming/theming.service.ts:83",{"_index":3367,"title":{},"body":{"injectables/ThemingService.html":{}}}],["rui/src/app/core/store/anatomical",{"_index":7,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"coverage.html":{}}}],["rui/src/app/core/store/icon",{"_index":1140,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/core/store/model/model.state.ts",{"_index":1892,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/core/store/page/page.state.ts",{"_index":2230,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"coverage.html":{}}}],["rui/src/app/core/store/page/page.state.ts:103",{"_index":2257,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:120",{"_index":2250,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:135",{"_index":2269,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:145",{"_index":2272,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:161",{"_index":2265,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:176",{"_index":2262,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:183",{"_index":2263,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:193",{"_index":2251,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:199",{"_index":2252,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:231",{"_index":2253,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:241",{"_index":2275,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:250",{"_index":2259,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:62",{"_index":2288,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:64",{"_index":2284,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:65",{"_index":2286,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:66",{"_index":2282,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:67",{"_index":2280,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:68",{"_index":2278,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:71",{"_index":2290,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:76",{"_index":2292,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:84",{"_index":2294,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/page/page.state.ts:86",{"_index":2249,"title":{},"body":{"injectables/PageState.html":{}}}],["rui/src/app/core/store/reference",{"_index":2128,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["rui/src/app/core/store/registration/registration.state.ts",{"_index":2563,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"coverage.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts",{"_index":2973,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:122",{"_index":3012,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:133",{"_index":3014,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:161",{"_index":3016,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:185",{"_index":3018,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:192",{"_index":3019,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:210",{"_index":3021,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:232",{"_index":3000,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:248",{"_index":3001,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:249",{"_index":3002,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:250",{"_index":2983,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:266",{"_index":2988,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:276",{"_index":2985,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:300",{"_index":2987,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:54",{"_index":3004,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:65",{"_index":3006,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:82",{"_index":3008,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/scene/scene.state.ts:94",{"_index":3010,"title":{},"body":{"injectables/SceneState.html":{}}}],["rui/src/app/core/store/store.module.ts",{"_index":3266,"title":{},"body":{"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/modules/content/content.component.ts",{"_index":882,"title":{},"body":{"components/ContentComponent.html":{},"coverage.html":{}}}],["rui/src/app/modules/content/content.component.ts:108",{"_index":914,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:116",{"_index":907,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:126",{"_index":902,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:26",{"_index":899,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:28",{"_index":898,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:30",{"_index":949,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:35",{"_index":939,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:39",{"_index":930,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:50",{"_index":940,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:55",{"_index":931,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:60",{"_index":952,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:63",{"_index":896,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:86",{"_index":906,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.component.ts:99",{"_index":903,"title":{},"body":{"components/ContentComponent.html":{}}}],["rui/src/app/modules/content/content.module.ts",{"_index":1108,"title":{},"body":{"modules/ContentModule.html":{}}}],["rui/src/app/modules/content/stage",{"_index":3176,"title":{},"body":{"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["rui/src/app/modules/content/video",{"_index":3440,"title":{},"body":{"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"coverage.html":{}}}],["rui/src/app/modules/header/header.component.ts",{"_index":1375,"title":{},"body":{"components/HeaderComponent.html":{},"coverage.html":{}}}],["rui/src/app/modules/header/header.component.ts:17",{"_index":1381,"title":{},"body":{"components/HeaderComponent.html":{}}}],["rui/src/app/modules/header/header.component.ts:19",{"_index":1380,"title":{},"body":{"components/HeaderComponent.html":{}}}],["rui/src/app/modules/header/header.component.ts:21",{"_index":1379,"title":{},"body":{"components/HeaderComponent.html":{}}}],["rui/src/app/modules/header/header.module.ts",{"_index":1405,"title":{},"body":{"modules/HeaderModule.html":{}}}],["rui/src/app/modules/left",{"_index":1746,"title":{},"body":{"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"coverage.html":{}}}],["rui/src/app/modules/registration",{"_index":2371,"title":{},"body":{"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"coverage.html":{}}}],["rui/src/app/modules/review/review",{"_index":2775,"title":{},"body":{"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"coverage.html":{}}}],["rui/src/app/modules/right",{"_index":2882,"title":{},"body":{"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/block",{"_index":664,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/details",{"_index":1249,"title":{},"body":{"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts",{"_index":773,"title":{},"body":{"components/ContainerComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:105",{"_index":807,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:115",{"_index":797,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:124",{"_index":808,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:37",{"_index":794,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:41",{"_index":826,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:45",{"_index":817,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:48",{"_index":822,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:50",{"_index":828,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:55",{"_index":831,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:60",{"_index":812,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:62",{"_index":790,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/container/container.component.ts:83",{"_index":803,"title":{},"body":{"components/ContainerComponent.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts",{"_index":1004,"title":{},"body":{"components/ContentComponent-1.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:103",{"_index":1037,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:116",{"_index":1032,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:28",{"_index":1022,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:30",{"_index":1023,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:32",{"_index":1025,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:34",{"_index":1026,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:36",{"_index":1020,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:39",{"_index":1039,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:41",{"_index":1018,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:60",{"_index":1031,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/content/content.component.ts:70",{"_index":1028,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["rui/src/app/shared/components/drawer/drawer.module.ts",{"_index":1296,"title":{},"body":{"modules/DrawerModule.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts",{"_index":1485,"title":{},"body":{"classes/InitializationState.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:35",{"_index":1497,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:37",{"_index":1494,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:41",{"_index":1498,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:46",{"_index":1499,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:56",{"_index":1503,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/drawer/drawer.component.ts:65",{"_index":1500,"title":{},"body":{"classes/InitializationState.html":{}}}],["rui/src/app/shared/components/drawer/messages.ts",{"_index":1078,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/drawer/toggle",{"_index":3409,"title":{},"body":{"components/ToggleButtonComponent.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/extraction",{"_index":1310,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/json",{"_index":1648,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/labeled",{"_index":1701,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/name",{"_index":2083,"title":{},"body":{"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/UserName.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/registration",{"_index":2469,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/components/rotation",{"_index":2925,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/slices",{"_index":3143,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/tag",{"_index":3300,"title":{},"body":{"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/components/visibility",{"_index":3497,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"coverage.html":{}}}],["rui/src/app/shared/services/message/message.service.ts",{"_index":1819,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:103",{"_index":1879,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:112",{"_index":1880,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:128",{"_index":1887,"title":{},"body":{"injectables/MessageService.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:130",{"_index":1884,"title":{},"body":{"injectables/MessageService.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:153",{"_index":1886,"title":{},"body":{"injectables/MessageService.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:163",{"_index":1885,"title":{},"body":{"injectables/MessageService.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:50",{"_index":1876,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:70",{"_index":1881,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:83",{"_index":1877,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui/src/app/shared/services/message/message.service.ts:93",{"_index":1878,"title":{},"body":{"classes/MessageChannel.html":{}}}],["rui_locations.jsonld",{"_index":3690,"title":{},"body":{"changelog.html":{}}}],["rui_organs",{"_index":1771,"title":{},"body":{"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["rui_organs.filter(organ",{"_index":2772,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["ruiconfig",{"_index":1371,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["run",{"_index":802,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["runtime",{"_index":1148,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["rxjs",{"_index":112,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/GlobalConfig.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":114,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["s",{"_index":381,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/User.html":{}}}],["safehtml",{"_index":1411,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["saferesourceurl",{"_index":1412,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["same",{"_index":1929,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["sample",{"_index":4023,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["samples",{"_index":3822,"title":{},"body":{"changelog.html":{}}}],["sanitize",{"_index":1422,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["sanitized",{"_index":1151,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["sanitizer",{"_index":1421,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["saveas",{"_index":2569,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["saveas(data",{"_index":2685,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["saved",{"_index":2324,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["saver",{"_index":2570,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"dependencies.html":{}}}],["saves",{"_index":2266,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["scaffolding",{"_index":3985,"title":{},"body":{"changelog.html":{}}}],["scale",{"_index":1396,"title":{},"body":{"components/HeaderComponent.html":{}}}],["scale([blocksize.x",{"_index":3134,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scale([entity.x_dimension",{"_index":3099,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scalex",{"_index":731,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["scaling_units",{"_index":2745,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["scene",{"_index":24,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["scene/scene.state",{"_index":120,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"modules/StoreModule.html":{}}}],["scenegraph",{"_index":2990,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["scenenodelookup",{"_index":2162,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["scenestate",{"_index":92,"title":{"injectables/SceneState.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["scenestatemodel",{"_index":3028,"title":{"interfaces/SceneStateModel.html":{}},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"coverage.html":{}}}],["scheduled",{"_index":3836,"title":{},"body":{"changelog.html":{}}}],["schema",{"_index":3987,"title":{},"body":{"changelog.html":{}}}],["scheme",{"_index":284,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["schemes",{"_index":3952,"title":{},"body":{"changelog.html":{}}}],["science",{"_index":4250,"title":{},"body":{"index.html":{}}}],["script",{"_index":3457,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["script.src",{"_index":3460,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["scroll",{"_index":1778,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["scrollbar",{"_index":1780,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["scrolling",{"_index":880,"title":{},"body":{"components/ContainerComponent.html":{}}}],["search",{"_index":77,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["search'},{'name",{"_index":525,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["search.component",{"_index":3347,"title":{},"body":{"modules/TagSearchModule.html":{}}}],["search.component.ts",{"_index":4089,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["search.module",{"_index":2922,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["search.module.ts",{"_index":3344,"title":{},"body":{"modules/TagSearchModule.html":{}}}],["search/tag",{"_index":2921,"title":{},"body":{"modules/RightSidebarModule.html":{},"modules/TagSearchModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["searches",{"_index":74,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"changelog.html":{}}}],["searchexternal",{"_index":31,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["searchexternal(text",{"_index":68,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["section",{"_index":2510,"title":{},"body":{"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["sections",{"_index":3168,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["see",{"_index":2394,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"changelog.html":{},"index.html":{}}}],["select",{"_index":1787,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["selectable",{"_index":2415,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["selected",{"_index":1317,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["selecting",{"_index":1314,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{},"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["selection",{"_index":1716,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["selector",{"_index":210,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["selects",{"_index":1461,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["sell",{"_index":4279,"title":{},"body":{"license.html":{}}}],["semantic",{"_index":4007,"title":{},"body":{"changelog.html":{}}}],["send",{"_index":791,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/ToggleButtonComponent.html":{}}}],["sender",{"_index":1824,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sending",{"_index":1623,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sending/receiving",{"_index":1590,"title":{},"body":{"classes/InitializationState.html":{}}}],["sendmessage",{"_index":1874,"title":{},"body":{"classes/MessageChannel.html":{}}}],["sendmessage(payload",{"_index":1842,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sends",{"_index":1620,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["sendtoggle",{"_index":1624,"title":{},"body":{"classes/InitializationState.html":{}}}],["sennet",{"_index":3706,"title":{},"body":{"changelog.html":{}}}],["sensitive",{"_index":3615,"title":{},"body":{"changelog.html":{}}}],["sensor",{"_index":889,"title":{},"body":{"components/ContentComponent.html":{}}}],["sent",{"_index":1079,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"miscellaneous/typealiases.html":{}}}],["separated",{"_index":1257,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["server",{"_index":3990,"title":{},"body":{"changelog.html":{}}}],["service",{"_index":47,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["service.initialize(location",{"_index":3391,"title":{},"body":{"injectables/ThemingService.html":{}}}],["services/config/config",{"_index":1416,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["services/config/config.module",{"_index":1127,"title":{},"body":{"modules/CoreModule.html":{}}}],["services/message/message.service",{"_index":1083,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{}}}],["services/theming/theming.module",{"_index":1128,"title":{},"body":{"modules/CoreModule.html":{}}}],["set",{"_index":141,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{}}}],["set's",{"_index":2651,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["set(reg.ccf_annotations",{"_index":2643,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["set.label",{"_index":2047,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["set.name",{"_index":1343,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["set.sites.length",{"_index":1344,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["set.ts",{"_index":1304,"title":{},"body":{"interfaces/ExtractionSet.html":{},"coverage.html":{}}}],["set__chips",{"_index":3331,"title":{},"body":{"components/TagListComponent.html":{}}}],["setallopacity",{"_index":3505,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["setallopacity(value",{"_index":3524,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["setanatomicalstructures(anatomicalstructures",{"_index":2010,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setblocksize(blocksize",{"_index":1982,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setchange",{"_index":1320,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["setdisplayerrors(displayerrors",{"_index":2652,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["setextractionsets(extractionsets",{"_index":2011,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setextractionsites(extractionsites",{"_index":2009,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["sethaschanges",{"_index":2239,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["setname(value",{"_index":2109,"title":{},"body":{"components/NameInputComponent.html":{}}}],["setorcidid",{"_index":2240,"title":{},"body":{"injectables/PageState.html":{}}}],["setorcidid(id",{"_index":2264,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["setorgan(organ",{"_index":1999,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setorgandefaults",{"_index":2004,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setorganselection(ids",{"_index":2656,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["setposition(position",{"_index":1985,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setrotation(rotation",{"_index":1984,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["sets",{"_index":804,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"injectables/ThemingService.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["sets.length",{"_index":2049,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["sets[0].sites",{"_index":2050,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setsex(sex",{"_index":2006,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setsexfromlabel",{"_index":2388,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["setsexfromlabel(label",{"_index":2406,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["setshowprevious",{"_index":2015,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setshowprevious(showprevious",{"_index":2008,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setside(side",{"_index":2007,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setslicesconfig(slicesconfig",{"_index":1989,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["settheme",{"_index":3362,"title":{},"body":{"injectables/ThemingService.html":{}}}],["settheme(theme",{"_index":3379,"title":{},"body":{"injectables/ThemingService.html":{}}}],["settimeout",{"_index":1592,"title":{},"body":{"classes/InitializationState.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/ToggleButtonComponent.html":{}}}],["setting",{"_index":2930,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/StoreModule.html":{}}}],["settoinitialregistration",{"_index":2689,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["setup",{"_index":3807,"title":{},"body":{"changelog.html":{}}}],["setusecancelregistrationcallback",{"_index":2241,"title":{},"body":{"injectables/PageState.html":{}}}],["setusecancelregistrationcallback(use",{"_index":2268,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["setusedropdownmenu(value",{"_index":3228,"title":{},"body":{"components/StageNavComponent.html":{}}}],["setuseregistrationcallback(use",{"_index":2650,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["setusername",{"_index":2242,"title":{},"body":{"injectables/PageState.html":{}}}],["setusername(name",{"_index":2270,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["setviewside(viewside",{"_index":1991,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["setviewtype",{"_index":893,"title":{},"body":{"components/ContentComponent.html":{}}}],["setviewtype(is3dview",{"_index":913,"title":{},"body":{"components/ContentComponent.html":{}}}],["setviewtype(viewtype",{"_index":1990,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["sex",{"_index":1367,"title":{},"body":{"interfaces/GlobalConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["sexbylabel",{"_index":2381,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["sexes",{"_index":3918,"title":{},"body":{"changelog.html":{}}}],["sexselected",{"_index":2382,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["shadow",{"_index":469,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RightSidebarComponent.html":{}}}],["shall",{"_index":4286,"title":{},"body":{"license.html":{}}}],["shared",{"_index":321,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"modules/ConfigModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules/LeftSidebarModule.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"modules/RightSidebarModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"modules/SlicesInputModule.html":{},"modules/StoreModule.html":{},"interfaces/User.html":{},"modules/VisibilityMenuModule.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["shared/analytics",{"_index":322,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"modules/CoreModule.html":{},"interfaces/User.html":{}}}],["shared/components/block",{"_index":2912,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["shared/components/drawer/drawer.module",{"_index":593,"title":{},"body":{"modules/AppModule.html":{}}}],["shared/components/extraction",{"_index":1808,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["shared/components/labeled",{"_index":3264,"title":{},"body":{"modules/StageNavModule.html":{}}}],["shared/components/name",{"_index":1810,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["shared/components/registration",{"_index":2465,"title":{},"body":{"modules/RegistrationContentModule.html":{},"modules/RightSidebarModule.html":{}}}],["shared/components/rotation",{"_index":2913,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["shared/components/slices",{"_index":2916,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["shared/components/tag",{"_index":2918,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["shared/components/visibility",{"_index":1813,"title":{},"body":{"modules/LeftSidebarModule.html":{}}}],["shared/rxjs",{"_index":1912,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["shared/web",{"_index":642,"title":{},"body":{"components/AppWebComponent.html":{}}}],["shifts",{"_index":254,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["shortest",{"_index":4155,"title":{},"body":{"dependencies.html":{}}}],["show",{"_index":953,"title":{},"body":{"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["showcollisions",{"_index":3029,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["showdebugbuttons",{"_index":890,"title":{},"body":{"components/ContentComponent.html":{}}}],["showing",{"_index":2804,"title":{},"body":{"components/ReviewButtonComponent.html":{},"changelog.html":{}}}],["shown",{"_index":3948,"title":{},"body":{"changelog.html":{}}}],["showprevious",{"_index":1898,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["shows",{"_index":932,"title":{},"body":{"components/ContentComponent.html":{},"components/StageNavComponent.html":{},"changelog.html":{}}}],["shrink",{"_index":3551,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["side",{"_index":1041,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/GlobalConfig.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["sidebar",{"_index":985,"title":{},"body":{"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["sidebar'},{'name",{"_index":503,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["sidebar.component",{"_index":1818,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{}}}],["sidebar.component.html",{"_index":1749,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["sidebar.component.scss",{"_index":1748,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{}}}],["sidebar.component.ts",{"_index":1747,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"coverage.html":{}}}],["sidebar.component.ts:20",{"_index":2886,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["sidebar.component.ts:23",{"_index":2885,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["sidebar.component.ts:24",{"_index":1756,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.component.ts:25",{"_index":2884,"title":{},"body":{"components/RightSidebarComponent.html":{}}}],["sidebar.component.ts:27",{"_index":1755,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.component.ts:29",{"_index":1769,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.component.ts:37",{"_index":1754,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.component.ts:52",{"_index":1758,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sidebar.module",{"_index":587,"title":{},"body":{"modules/AppModule.html":{}}}],["sidebar.module.ts",{"_index":1802,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/RightSidebarModule.html":{}}}],["sidebar/left",{"_index":586,"title":{},"body":{"modules/AppModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"coverage.html":{}}}],["sidebar/right",{"_index":592,"title":{},"body":{"modules/AppModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"coverage.html":{}}}],["sidechange",{"_index":3192,"title":{},"body":{"components/StageNavComponent.html":{}}}],["sides",{"_index":3919,"title":{},"body":{"changelog.html":{}}}],["signal",{"_index":2398,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["significant",{"_index":3800,"title":{},"body":{"changelog.html":{}}}],["simple",{"_index":3231,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["simplescenenodelookup",{"_index":2163,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["simplifies",{"_index":3806,"title":{},"body":{"changelog.html":{}}}],["single",{"_index":1841,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["site",{"_index":1759,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["sites",{"_index":1305,"title":{},"body":{"interfaces/ExtractionSet.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["sizable",{"_index":3884,"title":{},"body":{"changelog.html":{}}}],["size",{"_index":404,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["sizes",{"_index":679,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/RightSidebarComponent.html":{},"miscellaneous/variables.html":{}}}],["skin",{"_index":1219,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["skin.svg",{"_index":1220,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["skipconfirmation",{"_index":2244,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["skipself",{"_index":1124,"title":{},"body":{"modules/CoreModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["skipunsavedchangesconfirmation",{"_index":616,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{}}}],["skipuntil",{"_index":1918,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["skipuntil(this.page.registrationstarted$.pipe",{"_index":2064,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["slice",{"_index":1908,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["slice(0",{"_index":193,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["slice_count",{"_index":2729,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["slice_input",{"_index":3155,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["slice_thickness",{"_index":2727,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["slices",{"_index":519,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["slicesconfig",{"_index":1899,"title":{"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["slicesconfigchange",{"_index":3145,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["slicesinputcomponent",{"_index":518,"title":{"components/SlicesInputComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["slicesinputmodule",{"_index":2908,"title":{"modules/SlicesInputModule.html":{}},"body":{"modules/RightSidebarModule.html":{},"modules/SlicesInputModule.html":{},"modules.html":{},"overview.html":{}}}],["slide",{"_index":500,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{}}}],["slide_toggle",{"_index":1732,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["slider",{"_index":1705,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"dependencies.html":{}}}],["slider'},{'name",{"_index":517,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["slider.component",{"_index":2969,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["slider.component.html",{"_index":2935,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["slider.component.scss",{"_index":2936,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["slider.component.ts",{"_index":2926,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["slider.component.ts:34",{"_index":2951,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.component.ts:37",{"_index":2950,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.component.ts:40",{"_index":2949,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.component.ts:54",{"_index":2952,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.component.ts:65",{"_index":2954,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["slider.module",{"_index":2915,"title":{},"body":{"modules/RightSidebarModule.html":{}}}],["slider.module.ts",{"_index":2968,"title":{},"body":{"modules/RotationSliderModule.html":{}}}],["slider/ngx",{"_index":4101,"title":{},"body":{"dependencies.html":{}}}],["slider/rotation",{"_index":2914,"title":{},"body":{"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["sliders",{"_index":1783,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["slightly",{"_index":3724,"title":{},"body":{"changelog.html":{}}}],["slow",{"_index":3817,"title":{},"body":{"changelog.html":{}}}],["small",{"_index":1221,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["snackbar",{"_index":238,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["snackbar.dismiss",{"_index":352,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["snackbar__surface",{"_index":467,"title":{},"body":{"components/AppComponent.html":{}}}],["snapshot",{"_index":2320,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["snapshot.useregistrationcallback",{"_index":2679,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["software",{"_index":4211,"title":{},"body":{"index.html":{},"license.html":{}}}],["solid",{"_index":1387,"title":{},"body":{"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["solved",{"_index":3879,"title":{},"body":{"changelog.html":{}}}],["sometimes",{"_index":3932,"title":{},"body":{"changelog.html":{}}}],["soon",{"_index":3702,"title":{},"body":{"changelog.html":{}}}],["sop",{"_index":3813,"title":{},"body":{"changelog.html":{}}}],["sortby",{"_index":1914,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["source",{"_index":4,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"modules/BlockSizeInputModule.html":{},"modules/ConfigModule.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"modules/DetailsLabelModule.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"modules/ExtractionSetDropdownModule.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"modules/HeaderModule.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"modules/JsonFileReaderModule.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"modules/LeftSidebarModule.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"modules/NameInputModule.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"modules/RegistrationContentModule.html":{},"components/RegistrationMetadataComponent.html":{},"modules/RegistrationMetadataModule.html":{},"components/RegistrationModalComponent.html":{},"modules/RegistrationModalModule.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"modules/ReviewButtonModule.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"modules/ReviewModalModule.html":{},"components/RightSidebarComponent.html":{},"modules/RightSidebarModule.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"modules/RotationSliderModule.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"modules/SlicesInputModule.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{}}}],["sources",{"_index":1854,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{}}}],["sources.includes(msg.source",{"_index":1856,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["space",{"_index":734,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/HeaderComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["sparc",{"_index":3810,"title":{},"body":{"changelog.html":{}}}],["sparql",{"_index":3640,"title":{},"body":{"changelog.html":{},"dependencies.html":{}}}],["spatial",{"_index":990,"title":{},"body":{"components/ContentComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{}}}],["spatialentity",{"_index":2051,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["spatialentity.x_dimension",{"_index":2053,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["spatialentity.y_dimension",{"_index":2054,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["spatialentity.z_dimension",{"_index":2056,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["spatialentityjsonld",{"_index":624,"title":{},"body":{"components/AppWebComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["spatialkeyboardaxis",{"_index":2981,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["spatialplacement",{"_index":2739,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["spatialplacementjsonld",{"_index":2135,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["spatialscenenode",{"_index":2136,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"miscellaneous/functions.html":{}}}],["spatialsearchkeyboarduibehaviormodule",{"_index":1116,"title":{},"body":{"modules/ContentModule.html":{}}}],["spec",{"_index":3729,"title":{},"body":{"changelog.html":{}}}],["spec.yaml",{"_index":4230,"title":{},"body":{"index.html":{}}}],["specific",{"_index":1099,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["specification",{"_index":4229,"title":{},"body":{"index.html":{}}}],["specified",{"_index":1853,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/RegistrationStateModel.html":{}}}],["specifying",{"_index":1835,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["speed",{"_index":3676,"title":{},"body":{"changelog.html":{}}}],["spinal",{"_index":1222,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["spinning",{"_index":3988,"title":{},"body":{"changelog.html":{}}}],["spleen",{"_index":1225,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"miscellaneous/variables.html":{}}}],["spleen.svg",{"_index":1226,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["sprint",{"_index":3839,"title":{},"body":{"changelog.html":{}}}],["src",{"_index":1936,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["stage",{"_index":454,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["stage_nav",{"_index":3243,"title":{},"body":{"components/StageNavComponent.html":{}}}],["stagenavcomponent",{"_index":520,"title":{"components/StageNavComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"modules/StageNavModule.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["stagenavmodule",{"_index":1106,"title":{"modules/StageNavModule.html":{}},"body":{"modules/ContentModule.html":{},"modules/StageNavModule.html":{},"modules.html":{},"overview.html":{}}}],["staging",{"_index":3710,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["stamp",{"_index":2710,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["standalone",{"_index":3874,"title":{},"body":{"changelog.html":{}}}],["standard",{"_index":3922,"title":{},"body":{"changelog.html":{}}}],["standards",{"_index":3992,"title":{},"body":{"changelog.html":{}}}],["star2",{"_index":4215,"title":{},"body":{"index.html":{}}}],["start",{"_index":846,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/RegistrationContentComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["start?.expanded",{"_index":1070,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["start?.opened",{"_index":1069,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["startdrawers",{"_index":869,"title":{},"body":{"components/ContainerComponent.html":{}}}],["startdrawers.length",{"_index":873,"title":{},"body":{"components/ContainerComponent.html":{}}}],["startdrawers[0",{"_index":877,"title":{},"body":{"components/ContainerComponent.html":{}}}],["started",{"_index":2066,"title":{"changelog.html":{},"index.html":{},"license.html":{}},"body":{"interfaces/ModelStateModel.html":{},"components/RegistrationContentComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["startexpanded",{"_index":1068,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["starts",{"_index":4029,"title":{},"body":{"changelog.html":{}}}],["startup",{"_index":1146,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/RegistrationModalComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["startwith",{"_index":835,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["state",{"_index":15,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["state$.pipe(map(x",{"_index":2587,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["state('closed",{"_index":1531,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('collapsed",{"_index":1536,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('extended",{"_index":1540,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('false",{"_index":1049,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["state('full",{"_index":1541,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('half",{"_index":1537,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('open",{"_index":1530,"title":{},"body":{"classes/InitializationState.html":{}}}],["state('true",{"_index":1050,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["state.organspatialentities[updatediri",{"_index":2218,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["statechange",{"_index":1563,"title":{},"body":{"classes/InitializationState.html":{}}}],["statements",{"_index":4031,"title":{},"body":{"coverage.html":{}}}],["staterepository",{"_index":106,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["states",{"_index":164,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContentComponent-1.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"modules/StoreModule.html":{},"miscellaneous/variables.html":{}}}],["static",{"_index":1644,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{}}}],["stay",{"_index":4027,"title":{},"body":{"changelog.html":{}}}],["still",{"_index":3825,"title":{},"body":{"changelog.html":{}}}],["stomach",{"_index":1227,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["stomach.svg",{"_index":1228,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["store",{"_index":1001,"title":{},"body":{"components/ContentComponent.html":{},"modules/StoreModule.html":{}}}],["store/store.module",{"_index":1129,"title":{},"body":{"modules/CoreModule.html":{}}}],["stored",{"_index":2927,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["storedebugmodule",{"_index":1110,"title":{},"body":{"modules/ContentModule.html":{}}}],["storemodule",{"_index":1119,"title":{"modules/StoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/StoreModule.html":{},"modules.html":{},"overview.html":{}}}],["stories",{"_index":3983,"title":{},"body":{"changelog.html":{}}}],["strange",{"_index":3278,"title":{},"body":{"modules/StoreModule.html":{}}}],["stream",{"_index":4185,"title":{},"body":{"dependencies.html":{}}}],["streaming",{"_index":4183,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":69,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["strings",{"_index":1255,"title":{},"body":{"components/DetailsLabelComponent.html":{}}}],["structure",{"_index":8,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/DocumentationContent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"modules/StoreModule.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["structure.opacity",{"_index":2024,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["structures",{"_index":1776,"title":{},"body":{"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["strvalue",{"_index":3152,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["style",{"_index":1045,"title":{},"body":{"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/VisibilityToggleComponent.html":{}}}],["style.margin",{"_index":1015,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["styled",{"_index":2794,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["styles",{"_index":199,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["styles.getpropertyvalue(property",{"_index":1586,"title":{},"body":{"classes/InitializationState.html":{}}}],["styleurls",{"_index":213,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["styling",{"_index":1674,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"changelog.html":{}}}],["sub",{"_index":1098,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"miscellaneous/typealiases.html":{}}}],["subject",{"_index":1826,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"license.html":{}}}],["sublicense",{"_index":4277,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":2062,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["subscribe(updateskipconfirmation",{"_index":2335,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["subscription",{"_index":306,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["subscriptions",{"_index":223,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["substantial",{"_index":4288,"title":{},"body":{"license.html":{}}}],["successful",{"_index":1444,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["such",{"_index":3639,"title":{},"body":{"changelog.html":{}}}],["suffix",{"_index":742,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["suffix.show",{"_index":3171,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["super",{"_index":161,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["super(configstore",{"_index":652,"title":{},"body":{"components/AppWebComponent.html":{}}}],["super.ngxsoninit",{"_index":162,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["support",{"_index":3641,"title":{},"body":{"changelog.html":{},"modules.html":{}}}],["svg",{"_index":1155,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"modules.html":{}}}],["swiper",{"_index":4189,"title":{},"body":{"dependencies.html":{}}}],["switch",{"_index":370,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["switched",{"_index":3890,"title":{},"body":{"changelog.html":{}}}],["switchmap",{"_index":1919,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["switchmap(data",{"_index":2180,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["switchmap(fetch",{"_index":2591,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["switchmap(organ",{"_index":2060,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["switchmap(url",{"_index":2178,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["sync",{"_index":3783,"title":{},"body":{"changelog.html":{}}}],["syncexpanded(other",{"_index":1632,"title":{},"body":{"classes/InitializationState.html":{}}}],["syncs",{"_index":1629,"title":{},"body":{"classes/InitializationState.html":{}}}],["t",{"_index":1822,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["t.label).join",{"_index":2709,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["table",{"_index":4095,"title":{},"body":{"coverage.html":{}}}],["tables",{"_index":3717,"title":{},"body":{"changelog.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":4094,"title":{},"body":{"coverage.html":{}}}],["tag",{"_index":12,"title":{"interfaces/Tag.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"interfaces/TagSearchResult.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["tag.id",{"_index":180,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/TagListComponent.html":{}}}],["tag.label",{"_index":3326,"title":{},"body":{"components/TagListComponent.html":{}}}],["tag.ts",{"_index":3297,"title":{},"body":{"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"coverage.html":{},"miscellaneous/typealiases.html":{}}}],["tag.type",{"_index":144,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/TagListComponent.html":{}}}],["tag_list",{"_index":3325,"title":{},"body":{"components/TagListComponent.html":{}}}],["tagclasses",{"_index":3305,"title":{},"body":{"components/TagListComponent.html":{}}}],["tagclasses(tag",{"_index":3315,"title":{},"body":{"components/TagListComponent.html":{}}}],["tagging",{"_index":3921,"title":{},"body":{"changelog.html":{}}}],["tagid",{"_index":115,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"miscellaneous/typealiases.html":{}}}],["tagid(_index",{"_index":3317,"title":{},"body":{"components/TagListComponent.html":{}}}],["taglistcomponent",{"_index":522,"title":{"components/TagListComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"modules/TagListModule.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["taglistmodule",{"_index":2909,"title":{"modules/TagListModule.html":{}},"body":{"modules/RightSidebarModule.html":{},"modules/TagListModule.html":{},"modules.html":{},"overview.html":{}}}],["tagremoved",{"_index":3306,"title":{},"body":{"components/TagListComponent.html":{}}}],["tags",{"_index":33,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/TagListComponent.html":{}}}],["tags.map(t",{"_index":2708,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["tags.map(tag",{"_index":2726,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["tags.push",{"_index":153,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["tags.push(tag",{"_index":147,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["tags.state",{"_index":2576,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"modules/StoreModule.html":{}}}],["tags.state.ts",{"_index":10,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"coverage.html":{}}}],["tags.state.ts:112",{"_index":63,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:119",{"_index":54,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:124",{"_index":67,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:140",{"_index":73,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:158",{"_index":58,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:38",{"_index":95,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:68",{"_index":87,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:70",{"_index":98,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:75",{"_index":89,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:77",{"_index":93,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:79",{"_index":39,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags.state.ts:95",{"_index":64,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{}}}],["tags/anatomical",{"_index":9,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"modules/StoreModule.html":{},"coverage.html":{}}}],["tags].every(value",{"_index":2826,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["tagschange",{"_index":3307,"title":{},"body":{"components/TagListComponent.html":{}}}],["tagsearchcomponent",{"_index":524,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"modules/TagSearchModule.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tagsearchmodule",{"_index":2910,"title":{"modules/TagSearchModule.html":{}},"body":{"modules/RightSidebarModule.html":{},"modules/TagSearchModule.html":{},"modules.html":{},"overview.html":{}}}],["tagsearchresult",{"_index":116,"title":{"interfaces/TagSearchResult.html":{}},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["take",{"_index":2571,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"changelog.html":{}}}],["take(1",{"_index":2607,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["takes",{"_index":1253,"title":{},"body":{"components/DetailsLabelComponent.html":{},"components/JsonFileReaderComponent.html":{}}}],["takewhile",{"_index":1829,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["tap",{"_index":1920,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["tap(([page",{"_index":2544,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["tap(([reg",{"_index":2311,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["tap(reg",{"_index":2611,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["target",{"_index":260,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{}}}],["target.classname.includes(classname",{"_index":391,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["target.key",{"_index":371,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["target.preventdefault",{"_index":364,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["target.repeat",{"_index":366,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["technologies",{"_index":4002,"title":{},"body":{"changelog.html":{}}}],["technology",{"_index":3866,"title":{},"body":{"changelog.html":{}}}],["telemetry",{"_index":3778,"title":{},"body":{"changelog.html":{}}}],["template",{"_index":198,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["templateurl",{"_index":215,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["temporary",{"_index":998,"title":{},"body":{"components/ContentComponent.html":{}}}],["terms",{"_index":3637,"title":{},"body":{"changelog.html":{}}}],["test",{"_index":3972,"title":{},"body":{"changelog.html":{}}}],["testing",{"_index":935,"title":{},"body":{"components/ContentComponent.html":{},"changelog.html":{}}}],["text",{"_index":76,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/BlockSizeInputComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{}}}],["textfield",{"_index":725,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/SlicesInputComponent.html":{}}}],["theme",{"_index":224,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["thememode",{"_index":225,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["themes",{"_index":3705,"title":{},"body":{"changelog.html":{}}}],["theming",{"_index":240,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["theming.initialize(el",{"_index":333,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["theming.service",{"_index":3352,"title":{},"body":{"modules/ThemingModule.html":{}}}],["themingmodule",{"_index":1120,"title":{"modules/ThemingModule.html":{}},"body":{"modules/CoreModule.html":{},"modules/ThemingModule.html":{},"modules.html":{},"overview.html":{}}}],["themingservice",{"_index":241,"title":{"injectables/ThemingService.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"modules/ThemingModule.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{},"coverage.html":{},"overview.html":{}}}],["themingservice.initialize",{"_index":3353,"title":{},"body":{"modules/ThemingModule.html":{}}}],["thick",{"_index":1237,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thick.svg",{"_index":1238,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thickness",{"_index":1930,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["thin",{"_index":1239,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityMenuComponent.html":{},"miscellaneous/variables.html":{}}}],["thin.svg",{"_index":1240,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["things",{"_index":166,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this._expanded",{"_index":1554,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._latesttags",{"_index":158,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this._measuredmargin",{"_index":1584,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._measuredwidth",{"_index":1574,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._name",{"_index":2114,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this._opened",{"_index":1550,"title":{},"body":{"classes/InitializationState.html":{}}}],["this._position",{"_index":1546,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.addentityone",{"_index":182,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.addregistration(jsonobj",{"_index":2688,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.addtagraw(tag",{"_index":177,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.animationsenabled",{"_index":1059,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.applythemeclass(theme",{"_index":3395,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.applythemeclass(this.gettheme",{"_index":3399,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.applythemeclass(this.theme",{"_index":3394,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.blocksize",{"_index":702,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.blocksize[key",{"_index":706,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.blocksizechange.emit(this.blocksize",{"_index":707,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.buildjsonld(page",{"_index":2582,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.buildjsonld(page.snapshot",{"_index":2675,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.buildmetadata(page",{"_index":2580,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.cdr.markforcheck",{"_index":863,"title":{},"body":{"components/ContainerComponent.html":{},"components/ToggleButtonComponent.html":{}}}],["this.channel",{"_index":854,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.asobservable",{"_index":1863,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.closed",{"_index":1865,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.complete",{"_index":1868,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.next",{"_index":1843,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.channel.sendmessage",{"_index":860,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["this.checknamevalid(user",{"_index":2425,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["this.closedialog",{"_index":2442,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.consentservice.consent",{"_index":354,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.content",{"_index":865,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.changes.pipe(startwith(null)).subscribe",{"_index":864,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.first",{"_index":851,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content1.length",{"_index":853,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.content2.first",{"_index":852,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.createscenenodes(organiri",{"_index":3064,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.ctx.patchstate",{"_index":1983,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.ctx.setstate(patch",{"_index":2325,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{}}}],["this.currentdate",{"_index":2711,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.currentidentifier",{"_index":2713,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.currentorgan",{"_index":2441,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.currentsex",{"_index":2436,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.defaultposition",{"_index":2005,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.defaulttheme",{"_index":3393,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.deferred",{"_index":1523,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.dialog.open(registrationcontentcomponent",{"_index":2552,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.dialog.open(reviewmodalcomponent",{"_index":2834,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.dialog.open(videomodalcomponent",{"_index":3476,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["this.dialogopen",{"_index":2545,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.dialogref.close",{"_index":2869,"title":{},"body":{"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/VideoModalComponent.html":{}}}],["this.dialogref.close(true",{"_index":2446,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.disablepositionchange",{"_index":361,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.drawer",{"_index":3429,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.drawer.position",{"_index":3427,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.drawers",{"_index":1056,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.drawers.changes.pipe(startwith(null)).subscribe",{"_index":858,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.drawers.toarray",{"_index":868,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.editregistration(initialwithchanges",{"_index":2700,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.editregistration(reg",{"_index":2612,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.element",{"_index":3398,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.element.nativeelement",{"_index":1575,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.entererrormode.emit",{"_index":2830,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.entities$.subscribe",{"_index":175,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.expanded",{"_index":1610,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedchange.emit(this.expanded",{"_index":1619,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedstate",{"_index":1600,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.expandedstate2",{"_index":1568,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.extractionsitetooltip",{"_index":1773,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["this.faded",{"_index":1074,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.fileinput.nativeelement",{"_index":1680,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["this.firstnamevalidator.setvalue(value?.firstname",{"_index":2116,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.ga.event('all_items_opacity_update",{"_index":3549,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.ga.event('block_size_change",{"_index":704,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.ga.event('block_size_reset",{"_index":710,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["this.ga.event('item_reset",{"_index":3547,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.ga.event('json_file_load_end",{"_index":1687,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["this.ga.event('json_file_load_start",{"_index":1690,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["this.ga.event('name_updated",{"_index":2120,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.ga.event('opacity_update",{"_index":3544,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.ga.event('organ_select",{"_index":2000,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.ga.event('placement",{"_index":1986,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.ga.event('register",{"_index":2841,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.ga.event('review_start",{"_index":2831,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.ga.event('selected_extraction_set_change",{"_index":1337,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["this.ga.event('side_update",{"_index":3242,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.ga.event('slice_config_reset",{"_index":3159,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.ga.event('slice_config_update",{"_index":3154,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.ga.event('slide_toggle_toggled",{"_index":1731,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.ga.event('tag_removed",{"_index":3324,"title":{},"body":{"components/TagListComponent.html":{}}}],["this.ga.event('view_update",{"_index":3249,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.ga.event('visibility_toggled",{"_index":3534,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["this.getarguments(definition",{"_index":1458,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.getlatestiri(iri",{"_index":2217,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.getlatestiri(key",{"_index":2211,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.getlatestiri(organentry.target",{"_index":2229,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.getmessages().pipe(filter(msg",{"_index":1852,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.getmethodname(definition",{"_index":1454,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.getorganspatialentity(organiri",{"_index":3060,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.getsourcedb().subscribe(db",{"_index":2166,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.globalconfig.config$.pipe",{"_index":2606,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.globalconfig.config$]).pipe",{"_index":2310,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.globalconfig.getoption('basehref').pipe",{"_index":2174,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.globalconfig.getoption('editregistration').pipe",{"_index":2610,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.globalconfig.getoption('header",{"_index":291,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('homeurl",{"_index":294,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('homeurl').subscribe((url",{"_index":339,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('logotooltip",{"_index":297,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('logotooltip').subscribe((tooltip",{"_index":342,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.getoption('organ').pipe",{"_index":2058,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.globalconfig.getoption('skipunsavedchangesconfirmation').pipe",{"_index":2305,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.globalconfig.getoption('theme",{"_index":310,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.globalconfig.snapshot.basehref",{"_index":1440,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.globalconfig.state$]).pipe",{"_index":2543,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.globals.set('db",{"_index":2172,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.globalskipconfirmation",{"_index":2333,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.handlemessage(msg",{"_index":857,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.haschanges$.pipe",{"_index":2336,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.homeurl",{"_index":340,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.hover.emit(item",{"_index":3537,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.hover.emit(undefined",{"_index":3538,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.idmatches(ontologyid",{"_index":2079,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.initialized",{"_index":1522,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.set",{"_index":1591,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.valueof",{"_index":1601,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initialized.wait",{"_index":1625,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.initskipconfirmationlisteners",{"_index":2319,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.injector",{"_index":601,"title":{},"body":{"modules/AppModule.html":{},"injectables/ThemingService.html":{}}}],["this.injector.get(anatomicalstructuretagstate",{"_index":2603,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.injector.get(modelstate",{"_index":169,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.injector.get(pagestate",{"_index":173,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.injector.get(referencedatastate",{"_index":1971,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.injector.get(registrationstate",{"_index":3140,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.injector.get(scenestate",{"_index":171,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.isdatavalid(this.page.snapshot",{"_index":2666,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.isdropdownactive",{"_index":3236,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.isdropdownhidden",{"_index":3237,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.isorcidvalid",{"_index":2330,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.isvalid",{"_index":2584,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.items",{"_index":3542,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.items.map(i",{"_index":3548,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.items.map(item",{"_index":3543,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.itemschange.emit(this.items",{"_index":3546,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.labelref.nativeelement",{"_index":3238,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.labels[0",{"_index":1729,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.labels[1",{"_index":1730,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.lastnamevalidator.setvalue(value?.lastname",{"_index":2117,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.launchreviewmodal",{"_index":2833,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.leftmargin",{"_index":1066,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.loadyoutubeplayerapi",{"_index":3456,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["this.logotooltip",{"_index":343,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.margin2",{"_index":1571,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.measuredmargin",{"_index":1570,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.measuredwidth",{"_index":1626,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.messages",{"_index":1862,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.messages.pipe(filter(msg",{"_index":1849,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.metadata",{"_index":2839,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["this.metadata.find(data",{"_index":2827,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.metadatalookup('anatomical",{"_index":2823,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.metadatalookup('reference",{"_index":2820,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.metadatalookup('tissue",{"_index":2821,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.middlenamevalidator.setvalue(value?.middlename",{"_index":2118,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.model",{"_index":168,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.blocksize",{"_index":3122,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.defaultposition.x",{"_index":921,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.defaultposition.y",{"_index":925,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.defaultposition.z",{"_index":927,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.extractionsites",{"_index":3057,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.organ$.pipe",{"_index":1767,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["this.model.organ$]).pipe",{"_index":3125,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.organdimensions$.pipe",{"_index":918,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.organiri",{"_index":3065,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.organiri$]).pipe",{"_index":3058,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.position",{"_index":3124,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.position$.pipe",{"_index":944,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.model.position$]).pipe(map(([organiri",{"_index":3108,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.rotation",{"_index":3123,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.setblocksize",{"_index":2630,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setorgan(data.organ",{"_index":2625,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setorgan(this.currentorgan",{"_index":2444,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.model.setorgandefaults",{"_index":2445,"title":{},"body":{"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["this.model.setposition",{"_index":2641,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setposition(newposition",{"_index":385,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContentComponent.html":{},"interfaces/User.html":{}}}],["this.model.setrotation",{"_index":2634,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setsex(data.sex",{"_index":2627,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setsex(label.tolowercase",{"_index":2507,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.model.setsex(this.currentsex",{"_index":2443,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.model.setside(data.side",{"_index":2629,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.setslicesconfig",{"_index":2638,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.sex$.pipe",{"_index":2418,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.model.showprevious",{"_index":3086,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.snapshot",{"_index":965,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.snapshot.anatomicalstructures",{"_index":184,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/RegistrationStateModel.html":{}}}],["this.model.snapshot.blocksize",{"_index":3110,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.snapshot.organdimensions",{"_index":3094,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.snapshot.position",{"_index":363,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.model.snapshot.rotation",{"_index":3111,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.state",{"_index":2541,"title":{},"body":{"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["this.model.state$]).pipe",{"_index":2583,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.model.viewside$.pipe",{"_index":3137,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.model.viewtype$.pipe",{"_index":937,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.modelchanged$.pipe",{"_index":2063,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.name",{"_index":2119,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.namechange.emit(this.name",{"_index":2122,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["this.namematches(organname",{"_index":2080,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.namevalid",{"_index":2438,"title":{},"body":{"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["this.nextmessageid",{"_index":1844,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.nodecollisions",{"_index":3045,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.nodes$]).pipe",{"_index":3052,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.onorganchange(organ",{"_index":2061,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.onorganirichange",{"_index":2003,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.onreferencedatachange",{"_index":1973,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.opendialog",{"_index":2551,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.opened",{"_index":1598,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.openedchange.emit(this.opened",{"_index":1615,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.openedstate",{"_index":1599,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.optionsref.nativeelement",{"_index":3239,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.orcid",{"_index":2498,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.orcidcontrol.haserror('pattern",{"_index":2503,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.orcidtouri(id",{"_index":2329,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.orcidvalid",{"_index":2426,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.organlist",{"_index":2435,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.organlistoptions(ids",{"_index":2658,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.organselected",{"_index":2429,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.page",{"_index":172,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.page.clearhaschanges",{"_index":2687,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.page.organoptions$.subscribe((options",{"_index":2434,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.page.patchstate",{"_index":2657,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{}}}],["this.page.registrationstarted",{"_index":2447,"title":{},"body":{"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{}}}],["this.page.sethaschanges",{"_index":176,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.page.setorcidid",{"_index":2608,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.page.setorcidid(orcid",{"_index":2624,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.page.setorcidid(value",{"_index":2504,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.page.setusername",{"_index":2619,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.page.uritoorcid(reg.creator_orcid",{"_index":2623,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.parsedjson.emit(json",{"_index":1689,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["this.patchstate",{"_index":2332,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.placementcube",{"_index":3042,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.placementcube$]).pipe",{"_index":3078,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.position",{"_index":1545,"title":{},"body":{"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{}}}],["this.previousregistrationnodes",{"_index":3044,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.refdata",{"_index":2604,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.refdata.getorgandata(place.target",{"_index":2618,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.refdata.normalizeplacement",{"_index":2614,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.refdata.state$.subscribe",{"_index":2605,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.referencedata",{"_index":1970,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.getorgandata(organ",{"_index":2071,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.getreferenceorganiri",{"_index":2028,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.snapshot",{"_index":2035,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.state",{"_index":2542,"title":{},"body":{"components/RegistrationModalComponent.html":{}}}],["this.referencedata.state$.pipe",{"_index":2082,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.state$.subscribe",{"_index":1972,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.referencedata.state$]).pipe",{"_index":3066,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.referenceorgannodes",{"_index":3043,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.registerdata.emit",{"_index":2842,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.registericonimpl(def",{"_index":1433,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registericonimpl(definition",{"_index":1446,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registration",{"_index":3139,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.registration.editregistration(reg",{"_index":2506,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.registration.previousregistrations$]).pipe",{"_index":3087,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.registrationcallbackset",{"_index":2838,"title":{},"body":{"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{}}}],["this.registrationexpanded",{"_index":360,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.registrationisvalid",{"_index":2824,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.registrationselected",{"_index":2423,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.registrationselected.emit",{"_index":2505,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.registrationstarted",{"_index":336,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.registry",{"_index":1450,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.registry?.addsvgiconresolver((name",{"_index":1435,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.renderer2.appendchild(this.document.body",{"_index":3462,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["this.renderer2.createelement('script",{"_index":3458,"title":{},"body":{"components/VideoModalComponent.html":{}}}],["this.resolve",{"_index":1493,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.rightmargin",{"_index":1067,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.sanitizer.bypasssecuritytrusthtml(def.html",{"_index":1431,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.sanitizer.bypasssecuritytrustresourceurl(basehref",{"_index":1441,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["this.scene",{"_index":170,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.scene.nodecollisions$]).pipe",{"_index":135,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.selected",{"_index":1336,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["this.selection",{"_index":3532,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.selection.id",{"_index":3533,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.sendtoggle",{"_index":1602,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.sensor",{"_index":960,"title":{},"body":{"components/ContentComponent.html":{}}}],["this.setallopacity(updatedselection.opacity",{"_index":3541,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.setanatomicalstructures(newstructures",{"_index":2026,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.setanatomicalstructures(previousitems",{"_index":2020,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.setchange.emit(value",{"_index":1340,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["this.setdisplayerrors(false",{"_index":2686,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.setorganselection(organoptions",{"_index":2609,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.sets.length",{"_index":1341,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["this.setsexfromlabel(sex",{"_index":2432,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.setshowprevious(visible",{"_index":2019,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.setstate(db",{"_index":2167,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.setstate(patch",{"_index":2312,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.settheme(this.defaulttheme",{"_index":3396,"title":{},"body":{"injectables/ThemingService.html":{}}}],["this.sexbylabel$.subscribe(sex",{"_index":2431,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.sexselected",{"_index":2437,"title":{},"body":{"components/RegistrationContentComponent.html":{}}}],["this.side",{"_index":3246,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.sidechange.emit(this.side",{"_index":3247,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.skipconfirmation$.subscribe(skipconfirmation",{"_index":2343,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.slicesconfig",{"_index":3153,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.slicesconfig[key",{"_index":3156,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.slicesconfigchange.emit(this.slicesconfig",{"_index":3157,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["this.snackbar.openfromcomponent(trackingpopupcomponent",{"_index":349,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.snapshot",{"_index":2182,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.snapshot.blocksize",{"_index":1994,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.entities[tag.id",{"_index":178,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.snapshot.initialregistration",{"_index":2691,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.snapshot.organ",{"_index":2032,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.organ?.name}_placement",{"_index":1987,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.organ?.organ",{"_index":2029,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.organ?.sex",{"_index":2033,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.organdimensions",{"_index":1993,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.placementpatches[organ",{"_index":2228,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["this.snapshot.sex",{"_index":2030,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.snapshot.showcollisions",{"_index":3050,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.snapshot.side",{"_index":2031,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.source",{"_index":1845,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["this.spatialkeyboardaxis",{"_index":3046,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["this.state$.pipe",{"_index":1961,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.state$.pipe(map(x",{"_index":1939,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["this.state$.pipe(pluckunique('haschanges",{"_index":2308,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.state$.pipe(pluckunique('registrationstarted",{"_index":2283,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.state$.pipe(pluckunique('skipconfirmation",{"_index":2304,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.statechange.emit",{"_index":1627,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.subscriptions.add",{"_index":334,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.subscriptions.add(channel.getmessagesfromsource(drawer).subscribe(msg",{"_index":3426,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["this.subscriptions.add(messages.subscribe(msg",{"_index":1054,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.subscriptions.add(this.channel.getmessages().subscribe(msg",{"_index":856,"title":{},"body":{"components/ContainerComponent.html":{},"classes/InitializationState.html":{}}}],["this.subscriptions.unsubscribe",{"_index":393,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{}}}],["this.syncexpanded(other",{"_index":1628,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.tagremoved.emit(tag",{"_index":3327,"title":{},"body":{"components/TagListComponent.html":{}}}],["this.tags",{"_index":2602,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"components/TagListComponent.html":{}}}],["this.tags$.subscribe((tags",{"_index":174,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.tags.addtags",{"_index":2644,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.tags.filter(obj",{"_index":3322,"title":{},"body":{"components/TagListComponent.html":{}}}],["this.tags.latesttags",{"_index":2677,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.tags.tags$]).pipe",{"_index":2578,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.tagschange.emit(this.tags",{"_index":3328,"title":{},"body":{"components/TagListComponent.html":{}}}],["this.theme",{"_index":338,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"injectables/ThemingService.html":{},"interfaces/User.html":{}}}],["this.theme$.subscribe((theme",{"_index":337,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.thememode$.next('light",{"_index":357,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.thememode$.next(this.islighttheme",{"_index":359,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.thememode$]).subscribe",{"_index":346,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.theming.gettheme().endswith('light",{"_index":332,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.theming.settheme(`${theme",{"_index":347,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.theming.settheme(`${this.theme",{"_index":358,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["this.toggle(coercebooleanproperty(value",{"_index":1552,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggle(false",{"_index":1596,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggle(true",{"_index":1594,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(coercebooleanproperty(value",{"_index":1556,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(false",{"_index":1608,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.toggleexpanded(true",{"_index":1605,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.updateentitiesmany",{"_index":179,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{}}}],["this.updatefaded",{"_index":1058,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.updatemargin(position",{"_index":1064,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["this.updateopacity(item.opacity",{"_index":3536,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["this.updateview(false",{"_index":3245,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.updateview(true",{"_index":3244,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.uploadtext",{"_index":2501,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["this.uritoorcid(this.snapshot.user.orcidid",{"_index":2346,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["this.uservalid",{"_index":2825,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["this.validatedrawers",{"_index":859,"title":{},"body":{"components/ContainerComponent.html":{}}}],["this.value",{"_index":1728,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.valuechange.emit(this.value",{"_index":1733,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["this.view3d",{"_index":3248,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.view3dchange.emit(this.view3d",{"_index":3250,"title":{},"body":{"components/StageNavComponent.html":{}}}],["this.visibilitychanged.emit(this.visible",{"_index":3573,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["this.visible",{"_index":3571,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["this.width",{"_index":1569,"title":{},"body":{"classes/InitializationState.html":{}}}],["this.xyztriplettostring(model.blocksize",{"_index":2705,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.xyztriplettostring(model.position",{"_index":2706,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["this.xyztriplettostring(model.rotation",{"_index":2707,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["those",{"_index":1847,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{}}}],["throttle",{"_index":4332,"title":{},"body":{"miscellaneous/variables.html":{}}}],["throttletime",{"_index":1921,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["throttletime(0",{"_index":1962,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["through",{"_index":2934,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["throw",{"_index":849,"title":{},"body":{"components/ContainerComponent.html":{},"modules/CoreModule.html":{}}}],["throwduplicatedrawerserror",{"_index":4080,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["throwduplicatedrawerserror('end",{"_index":876,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throwduplicatedrawerserror('start",{"_index":874,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throwduplicatedrawerserror(position",{"_index":845,"title":{},"body":{"components/ContainerComponent.html":{},"miscellaneous/functions.html":{}}}],["thrown",{"_index":844,"title":{},"body":{"components/ContainerComponent.html":{}}}],["throws",{"_index":840,"title":{},"body":{"components/ContainerComponent.html":{},"injectables/ThemingService.html":{}}}],["thumb",{"_index":2960,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["thumbnails",{"_index":3845,"title":{},"body":{"changelog.html":{}}}],["thymus",{"_index":1229,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["thymus.svg",{"_index":1230,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["ticks",{"_index":2964,"title":{},"body":{"components/RotationSliderComponent.html":{}}}],["tied",{"_index":3848,"title":{},"body":{"changelog.html":{}}}],["tiff",{"_index":3941,"title":{},"body":{"changelog.html":{}}}],["time",{"_index":2597,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"miscellaneous/variables.html":{}}}],["timeouts",{"_index":3684,"title":{},"body":{"changelog.html":{}}}],["times",{"_index":3679,"title":{},"body":{"changelog.html":{}}}],["timing",{"_index":462,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent-1.html":{},"components/VisibilityMenuComponent.html":{}}}],["tissue",{"_index":669,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"changelog.html":{}}}],["tissues",{"_index":3722,"title":{},"body":{"changelog.html":{}}}],["title",{"_index":727,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"interfaces/DocumentationContent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalLauncherComponent.html":{}}}],["tmc",{"_index":4019,"title":{},"body":{"changelog.html":{}}}],["toggle",{"_index":527,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"modules/DrawerModule.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["toggle'},{'name",{"_index":501,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle(opened",{"_index":1597,"title":{},"body":{"classes/InitializationState.html":{}}}],["toggle.component",{"_index":1745,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["toggle.component.html",{"_index":1707,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle.component.scss",{"_index":1706,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts",{"_index":1703,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{}}}],["toggle.component.ts:18",{"_index":3569,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:19",{"_index":1720,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.component.ts:23",{"_index":3568,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:24",{"_index":1714,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.component.ts:29",{"_index":1717,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:34",{"_index":1713,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:39",{"_index":1712,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.component.ts:40",{"_index":3566,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:51",{"_index":1726,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.component.ts:52",{"_index":3570,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggle.component.ts:61",{"_index":1722,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["toggle.module",{"_index":1817,"title":{},"body":{"modules/LeftSidebarModule.html":{},"modules/StageNavModule.html":{}}}],["toggle.module.ts",{"_index":1742,"title":{},"body":{"modules/LabeledSlideToggleModule.html":{},"modules/VisibilityToggleModule.html":{}}}],["toggle/labeled",{"_index":1702,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/StageNavModule.html":{},"coverage.html":{}}}],["toggle/visibility",{"_index":1816,"title":{},"body":{"modules/LeftSidebarModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"coverage.html":{}}}],["togglebuttoncomponent",{"_index":526,"title":{"components/ToggleButtonComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"modules/DrawerModule.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["toggled",{"_index":1060,"title":{},"body":{"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["toggleexpanded(expanded",{"_index":1609,"title":{},"body":{"classes/InitializationState.html":{}}}],["togglelabel",{"_index":3564,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["toggleregistrationblocksvisibility(visible",{"_index":2018,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["toggles",{"_index":283,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["togglescheme",{"_index":231,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["togglevisibility",{"_index":3506,"title":{},"body":{"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["togglevisibility(item",{"_index":3527,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["toggling",{"_index":3205,"title":{},"body":{"components/StageNavComponent.html":{}}}],["token",{"_index":1834,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/ThemingService.html":{},"miscellaneous/variables.html":{}}}],["tonsil",{"_index":1208,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tonsil.svg",{"_index":1209,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tool",{"_index":3875,"title":{},"body":{"changelog.html":{}}}],["tooltip",{"_index":344,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/User.html":{},"interfaces/VisibilityItem.html":{},"interfaces/XYZTriplet.html":{}}}],["top",{"_index":414,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["toradians",{"_index":2133,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["tort",{"_index":4306,"title":{},"body":{"license.html":{}}}],["total",{"_index":3298,"title":{},"body":{"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{}}}],["totalcount",{"_index":188,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"miscellaneous/variables.html":{}}}],["touch",{"_index":881,"title":{},"body":{"components/ContainerComponent.html":{}}}],["trachea",{"_index":1231,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["trachea.svg",{"_index":1232,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["track",{"_index":1765,"title":{},"body":{"components/LeftSidebarComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["tracking/telemetry",{"_index":3791,"title":{},"body":{"changelog.html":{}}}],["trackingpopupcomponent",{"_index":320,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["trackingpopupmodule",{"_index":577,"title":{},"body":{"modules/AppModule.html":{}}}],["trailing",{"_index":1964,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["transform",{"_index":730,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"classes/InitializationState.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["transformmatrix",{"_index":2992,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["transition",{"_index":417,"title":{},"body":{"components/AppComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["transition('closed",{"_index":1532,"title":{},"body":{"classes/InitializationState.html":{}}}],["transition('false",{"_index":1051,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["translate",{"_index":3480,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["translate([p.x_translation",{"_index":3095,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["translate([position.x",{"_index":3130,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["translation_units",{"_index":2762,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["transparency",{"_index":3876,"title":{},"body":{"changelog.html":{}}}],["travisci",{"_index":3893,"title":{},"body":{"changelog.html":{}}}],["tree",{"_index":201,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["trigger",{"_index":1046,"title":{},"body":{"components/ContentComponent-1.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{}}}],["trigger('expandcollapse",{"_index":1535,"title":{},"body":{"classes/InitializationState.html":{}}}],["trigger('fadeinout",{"_index":1048,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["trigger('openclose",{"_index":1529,"title":{},"body":{"classes/InitializationState.html":{}}}],["triggerfileinput",{"_index":1656,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["triplet",{"_index":2763,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["true",{"_index":392,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"modules/ThemingModule.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["true=left",{"_index":1723,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["try",{"_index":648,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"changelog.html":{}}}],["ts",{"_index":4191,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":4194,"title":{},"body":{"dependencies.html":{}}}],["tube",{"_index":1175,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["tuned",{"_index":4028,"title":{},"body":{"changelog.html":{}}}],["tuple",{"_index":866,"title":{},"body":{"components/ContainerComponent.html":{}}}],["turn",{"_index":3862,"title":{},"body":{"changelog.html":{}}}],["turned",{"_index":3851,"title":{},"body":{"changelog.html":{}}}],["turning",{"_index":3849,"title":{},"body":{"changelog.html":{}}}],["turns",{"_index":2801,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["tutorial",{"_index":3768,"title":{},"body":{"changelog.html":{}}}],["two",{"_index":1715,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{},"changelog.html":{}}}],["tx",{"_index":4206,"title":{},"body":{"miscellaneous/functions.html":{}}}],["tx.translate(t).rotatexyz(r).scale(s",{"_index":2157,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["type",{"_index":45,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DefaultIconDefinition.html":{},"components/DetailsLabelComponent.html":{},"interfaces/DocumentationContent.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/MetaDataField.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["typealiases",{"_index":4314,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":2069,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["types",{"_index":1087,"title":{},"body":{"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["typescript",{"_index":125,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"classes/InitializationState.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"index.html":{}}}],["typing",{"_index":3997,"title":{},"body":{"changelog.html":{}}}],["typography",{"_index":2875,"title":{},"body":{"components/ReviewModalComponent.html":{}}}],["ufl",{"_index":3844,"title":{},"body":{"changelog.html":{}}}],["ui",{"_index":640,"title":{},"body":{"components/AppWebComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"changelog.html":{},"index.html":{}}}],["ui.netlify.app",{"_index":4218,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/organ",{"_index":4227,"title":{},"body":{"index.html":{}}}],["ui.netlify.app/rui",{"_index":4224,"title":{},"body":{"index.html":{}}}],["ui/organ",{"_index":4226,"title":{},"body":{"index.html":{}}}],["ui/rui",{"_index":4225,"title":{},"body":{"index.html":{}}}],["uis",{"_index":3626,"title":{},"body":{"changelog.html":{}}}],["undefined",{"_index":867,"title":{},"body":{"components/ContainerComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["under",{"_index":1156,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["unique",{"_index":1820,"title":{},"body":{"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/Tag.html":{},"components/TagListComponent.html":{},"interfaces/TagSearchResult.html":{}}}],["university",{"_index":4252,"title":{},"body":{"index.html":{}}}],["unknown",{"_index":646,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"components/TagListComponent.html":{},"components/VideoModalComponent.html":{}}}],["unlike",{"_index":1147,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{}}}],["unnecessary",{"_index":3780,"title":{},"body":{"changelog.html":{}}}],["unpickable",{"_index":2995,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["unselect",{"_index":3819,"title":{},"body":{"changelog.html":{}}}],["unset",{"_index":3436,"title":{},"body":{"components/ToggleButtonComponent.html":{}}}],["until",{"_index":301,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"classes/InitializationState.html":{},"interfaces/User.html":{},"changelog.html":{}}}],["untypedformcontrol",{"_index":2100,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["unused",{"_index":3320,"title":{},"body":{"components/TagListComponent.html":{}}}],["up",{"_index":277,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/Tag.html":{},"interfaces/TagSearchResult.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["update",{"_index":2944,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["updateblocksizes",{"_index":711,"title":{},"body":{"components/BlockSizeInputComponent.html":{}}}],["updateblocksizes(input",{"_index":698,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{}}}],["updated",{"_index":697,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityMenuComponent.html":{},"changelog.html":{}}}],["updatediri",{"_index":2216,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{}}}],["updatednewrotation",{"_index":2946,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{}}}],["updatedselection",{"_index":3539,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updatedselection.id",{"_index":3540,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updatedselection.opacity",{"_index":3545,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updateextractionsitetooltip",{"_index":1752,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["updateextractionsitetooltip(item",{"_index":1757,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["updatefaded",{"_index":1011,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["updatemargin",{"_index":1012,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["updatemargin(position",{"_index":1035,"title":{},"body":{"components/ContentComponent-1.html":{}}}],["updatename",{"_index":2090,"title":{},"body":{"components/NameInputComponent.html":{}}}],["updatename(input",{"_index":2095,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["updateopacity",{"_index":3507,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updateopacity(value",{"_index":3530,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["updateorcid",{"_index":2477,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["updateorcid(value",{"_index":2488,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["updates",{"_index":692,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent-1.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["updateside",{"_index":3188,"title":{},"body":{"components/StageNavComponent.html":{}}}],["updateside(selection",{"_index":3217,"title":{},"body":{"components/StageNavComponent.html":{}}}],["updateskipconfirmation",{"_index":2331,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["updateslicesdata",{"_index":3160,"title":{},"body":{"components/SlicesInputComponent.html":{}}}],["updateslicesdata(input",{"_index":3151,"title":{},"body":{"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{}}}],["updatetoggle",{"_index":1708,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["updatetoggle(selection",{"_index":1721,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["updateview",{"_index":3189,"title":{},"body":{"components/StageNavComponent.html":{}}}],["updateview(selection",{"_index":3220,"title":{},"body":{"components/StageNavComponent.html":{}}}],["updating",{"_index":2940,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{}}}],["upgraded",{"_index":3938,"title":{},"body":{"changelog.html":{}}}],["upgrades",{"_index":4000,"title":{},"body":{"changelog.html":{}}}],["upgrading",{"_index":3794,"title":{},"body":{"changelog.html":{}}}],["upload",{"_index":1659,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/RegistrationMetadataComponent.html":{},"changelog.html":{}}}],["uploaded",{"_index":1664,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{}}}],["uploadtext",{"_index":2474,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["upperbound",{"_index":3034,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["upperbound[i",{"_index":3038,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["ureter",{"_index":1233,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["uri",{"_index":2261,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["uri.split('/').slice",{"_index":2352,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["uritoorcid",{"_index":2243,"title":{},"body":{"injectables/PageState.html":{}}}],["uritoorcid(uri",{"_index":2274,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["url",{"_index":341,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/DefaultIconDefinition.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"interfaces/User.html":{},"miscellaneous/variables.html":{}}}],["urls",{"_index":1423,"title":{},"body":{"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{}}}],["usage",{"_index":3627,"title":{},"body":{"changelog.html":{},"index.html":{}}}],["usage.ipynb",{"_index":4236,"title":{},"body":{"index.html":{}}}],["use",{"_index":981,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"interfaces/RegistrationStateModel.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"changelog.html":{},"index.html":{},"license.html":{}}}],["usecallback",{"_index":2668,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["usecancelregistrationcallback",{"_index":2234,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["usecase",{"_index":4241,"title":{},"body":{"index.html":{}}}],["usecase.ipynb",{"_index":4238,"title":{},"body":{"index.html":{}}}],["used",{"_index":48,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{}}}],["usedownload",{"_index":617,"title":{},"body":{"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/OrganConfig.html":{},"interfaces/RegistrationStateModel.html":{}}}],["usedropdownmenu",{"_index":3190,"title":{},"body":{"components/StageNavComponent.html":{}}}],["usedropdownmenu(value",{"_index":3235,"title":{},"body":{"components/StageNavComponent.html":{}}}],["usefactory",{"_index":771,"title":{},"body":{"modules/ConfigModule.html":{}}}],["useful",{"_index":842,"title":{},"body":{"components/ContainerComponent.html":{}}}],["user",{"_index":328,"title":{"interfaces/User.html":{}},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/GlobalConfig.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/RightSidebarComponent.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"coverage.html":{},"index.html":{},"miscellaneous/typealiases.html":{}}}],["user's",{"_index":2113,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/UserName.html":{}}}],["user/os",{"_index":3772,"title":{},"body":{"changelog.html":{}}}],["useregistrationcallback",{"_index":2567,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["username",{"_index":2093,"title":{"interfaces/UserName.html":{}},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{},"coverage.html":{}}}],["users",{"_index":4014,"title":{},"body":{"changelog.html":{}}}],["uservalid",{"_index":2787,"title":{},"body":{"components/ReviewButtonComponent.html":{}}}],["uses",{"_index":3785,"title":{},"body":{"changelog.html":{}}}],["usevalue",{"_index":595,"title":{},"body":{"modules/AppModule.html":{},"modules/DrawerModule.html":{},"modules/ThemingModule.html":{}}}],["using",{"_index":3758,"title":{},"body":{"changelog.html":{}}}],["uterus",{"_index":1234,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["uterus.svg",{"_index":1235,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["utilities",{"_index":3777,"title":{},"body":{"changelog.html":{}}}],["uuid",{"_index":2574,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"dependencies.html":{}}}],["uuidv4",{"_index":2573,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["v1.1",{"_index":3718,"title":{},"body":{"changelog.html":{}}}],["v1.3",{"_index":3635,"title":{},"body":{"changelog.html":{}}}],["v1.4",{"_index":3625,"title":{},"body":{"changelog.html":{}}}],["v1.5.0",{"_index":3861,"title":{},"body":{"changelog.html":{}}}],["v1.7",{"_index":3720,"title":{},"body":{"changelog.html":{}}}],["v1.7.0",{"_index":3712,"title":{},"body":{"changelog.html":{}}}],["v1.8.0",{"_index":3686,"title":{},"body":{"changelog.html":{}}}],["v1.9.0",{"_index":3666,"title":{},"body":{"changelog.html":{}}}],["v1.9.4",{"_index":3645,"title":{},"body":{"changelog.html":{}}}],["v1/sparql",{"_index":3671,"title":{},"body":{"changelog.html":{}}}],["v1[key",{"_index":1967,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["v2",{"_index":1966,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"dependencies.html":{}}}],["v2.1.0",{"_index":3633,"title":{},"body":{"changelog.html":{}}}],["v2.2.0",{"_index":3621,"title":{},"body":{"changelog.html":{}}}],["v2[key",{"_index":1968,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["v3",{"_index":3648,"title":{},"body":{"changelog.html":{}}}],["v4",{"_index":2572,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["valid",{"_index":2214,"title":{},"body":{"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"miscellaneous/typealiases.html":{}}}],["validate",{"_index":2102,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["validatedrawers",{"_index":787,"title":{},"body":{"components/ContainerComponent.html":{}}}],["validates",{"_index":809,"title":{},"body":{"components/ContainerComponent.html":{}}}],["validating",{"_index":2496,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["validators",{"_index":2111,"title":{},"body":{"components/NameInputComponent.html":{},"components/RegistrationMetadataComponent.html":{},"interfaces/UserName.html":{}}}],["validators.pattern('^[a",{"_index":2494,"title":{},"body":{"components/RegistrationMetadataComponent.html":{}}}],["validators.required",{"_index":2101,"title":{},"body":{"components/NameInputComponent.html":{},"interfaces/UserName.html":{}}}],["value",{"_index":86,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"components/AppComponent.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MetaDataField.html":{},"components/NameInputComponent.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["value.name",{"_index":1339,"title":{},"body":{"components/ExtractionSetDropdownComponent.html":{}}}],["valuechange",{"_index":1711,"title":{},"body":{"components/LabeledSlideToggleComponent.html":{}}}],["valueof",{"_index":1489,"title":{},"body":{"classes/InitializationState.html":{}}}],["values",{"_index":687,"title":{},"body":{"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"interfaces/ModelStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{},"miscellaneous/variables.html":{}}}],["var",{"_index":474,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["variable",{"_index":1763,"title":{},"body":{"components/LeftSidebarComponent.html":{},"coverage.html":{}}}],["variables",{"_index":4323,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["vasculature",{"_index":1236,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["vec3",{"_index":3023,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["vec3(...lowerbound.map((n",{"_index":3036,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["vec3(...upperbound.map((n",{"_index":3039,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["version",{"_index":3730,"title":{},"body":{"changelog.html":{},"index.html":{},"properties.html":{}}}],["very",{"_index":942,"title":{},"body":{"components/ContentComponent.html":{},"changelog.html":{}}}],["via",{"_index":2931,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["video",{"_index":529,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"modules/ContentModule.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{}}}],["videomodalcomponent",{"_index":528,"title":{"components/VideoModalComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalModule.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["videomodallaunchercomponent",{"_index":530,"title":{"components/VideoModalLauncherComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"modules/VideoModalLauncherModule.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["videomodallaunchermodule",{"_index":1107,"title":{"modules/VideoModalLauncherModule.html":{}},"body":{"modules/ContentModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules.html":{},"overview.html":{}}}],["videomodalmodule",{"_index":3488,"title":{"modules/VideoModalModule.html":{}},"body":{"modules/VideoModalModule.html":{},"modules.html":{},"overview.html":{}}}],["view",{"_index":915,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/XYZTriplet.html":{},"changelog.html":{},"miscellaneous/typealiases.html":{}}}],["view3d",{"_index":3191,"title":{},"body":{"components/StageNavComponent.html":{}}}],["view3dchange",{"_index":3193,"title":{},"body":{"components/StageNavComponent.html":{}}}],["viewchild",{"_index":1678,"title":{},"body":{"components/JsonFileReaderComponent.html":{},"components/StageNavComponent.html":{}}}],["viewchild('fileinput",{"_index":1675,"title":{},"body":{"components/JsonFileReaderComponent.html":{}}}],["viewchild('label",{"_index":3224,"title":{},"body":{"components/StageNavComponent.html":{}}}],["viewchild('options",{"_index":3226,"title":{},"body":{"components/StageNavComponent.html":{}}}],["viewchildren",{"_index":834,"title":{},"body":{"components/ContainerComponent.html":{}}}],["viewchildren(contentcomponent",{"_index":821,"title":{},"body":{"components/ContainerComponent.html":{}}}],["viewed",{"_index":1933,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["viewer",{"_index":3841,"title":{},"body":{"changelog.html":{}}}],["viewing",{"_index":3178,"title":{},"body":{"components/StageNavComponent.html":{},"changelog.html":{}}}],["views",{"_index":3787,"title":{},"body":{"changelog.html":{}}}],["viewside",{"_index":963,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["viewtype",{"_index":1900,"title":{},"body":{"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/typealiases.html":{}}}],["visibility",{"_index":533,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"interfaces/ExtractionSet.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"interfaces/XYZTriplet.html":{}}}],["visibility_menu",{"_index":3535,"title":{},"body":{"components/VisibilityMenuComponent.html":{}}}],["visibility_off",{"_index":1245,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visibility_off_cube",{"_index":1246,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visibility_on",{"_index":1243,"title":{},"body":{"interfaces/DefaultIconDefinition.html":{},"miscellaneous/variables.html":{}}}],["visibility_toggle",{"_index":3572,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["visibilitychanged",{"_index":3565,"title":{},"body":{"components/VisibilityToggleComponent.html":{}}}],["visibilityitem",{"_index":1307,"title":{"interfaces/VisibilityItem.html":{}},"body":{"interfaces/ExtractionSet.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["visibilityitems",{"_index":2017,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["visibilitymenucomponent",{"_index":532,"title":{"components/VisibilityMenuComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"modules/VisibilityMenuModule.html":{},"components/VisibilityToggleComponent.html":{},"coverage.html":{},"overview.html":{}}}],["visibilitymenumodule",{"_index":1800,"title":{"modules/VisibilityMenuModule.html":{}},"body":{"modules/LeftSidebarModule.html":{},"modules/VisibilityMenuModule.html":{},"modules.html":{},"overview.html":{}}}],["visibilitytogglecomponent",{"_index":535,"title":{"components/VisibilityToggleComponent.html":{}},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"modules/VisibilityToggleModule.html":{},"coverage.html":{},"overview.html":{}}}],["visibilitytogglemodule",{"_index":1801,"title":{"modules/VisibilityToggleModule.html":{}},"body":{"modules/LeftSidebarModule.html":{},"modules/VisibilityToggleModule.html":{},"modules.html":{},"overview.html":{}}}],["visible",{"_index":1907,"title":{},"body":{"interfaces/ModelStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"components/VideoModalLauncherComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["visual",{"_index":3660,"title":{},"body":{"changelog.html":{}}}],["visualization",{"_index":3811,"title":{},"body":{"changelog.html":{}}}],["vitessce",{"_index":3939,"title":{},"body":{"changelog.html":{}}}],["void",{"_index":56,"title":{},"body":{"injectables/AnatomicalStructureTagState.html":{},"interfaces/AnatomicalStructureTagStateModel.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"interfaces/AppOptions.html":{},"components/AppWebComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/ExtractionSetDropdownComponent.html":{},"interfaces/GlobalConfig.html":{},"interfaces/IconDefinition.html":{},"injectables/IconRegistryState.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"components/NameInputComponent.html":{},"interfaces/OrganConfig.html":{},"interfaces/OrganData.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/User.html":{},"interfaces/UserName.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{}}}],["vs",{"_index":3766,"title":{},"body":{"changelog.html":{}}}],["vu",{"_index":4024,"title":{},"body":{"changelog.html":{}}}],["w",{"_index":378,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/User.html":{}}}],["wait",{"_index":1491,"title":{},"body":{"classes/InitializationState.html":{}}}],["waits",{"_index":1621,"title":{},"body":{"classes/InitializationState.html":{}}}],["walkthrough",{"_index":4237,"title":{},"body":{"index.html":{}}}],["want",{"_index":1762,"title":{},"body":{"components/LeftSidebarComponent.html":{}}}],["warming",{"_index":3682,"title":{},"body":{"changelog.html":{}}}],["warning",{"_index":3959,"title":{},"body":{"changelog.html":{}}}],["warranties",{"_index":4293,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":4290,"title":{},"body":{"license.html":{}}}],["watch",{"_index":3478,"title":{},"body":{"components/VideoModalLauncherComponent.html":{}}}],["wc",{"_index":607,"title":{},"body":{"components/AppWebComponent.html":{}}}],["wc'},{'name",{"_index":478,"title":{},"body":{"components/AppComponent.html":{},"components/AppWebComponent.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/DetailsLabelComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/RegistrationModalComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"components/TagListComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["web",{"_index":578,"title":{},"body":{"modules/AppModule.html":{},"components/AppWebComponent.html":{},"changelog.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["webcomponent",{"_index":3765,"title":{},"body":{"changelog.html":{}}}],["webcomponents/webcomponentsjs",{"_index":4132,"title":{},"body":{"dependencies.html":{}}}],["webkit",{"_index":879,"title":{},"body":{"components/ContainerComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["webpages",{"_index":3735,"title":{},"body":{"changelog.html":{}}}],["website",{"_index":4213,"title":{},"body":{"index.html":{}}}],["week",{"_index":4030,"title":{},"body":{"changelog.html":{}}}],["weight",{"_index":728,"title":{},"body":{"components/BlockSizeInputComponent.html":{},"components/HeaderComponent.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["whenever",{"_index":1562,"title":{},"body":{"classes/InitializationState.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["whether",{"_index":832,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"classes/InitializationState.html":{},"components/LabeledSlideToggleComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/Message.html":{},"classes/MessageChannel.html":{},"injectables/MessageService.html":{},"interfaces/MessageServiceConfig.html":{},"interfaces/ModelStateModel.html":{},"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationContentComponent.html":{},"interfaces/RegistrationStateModel.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"interfaces/ReviewModalData.html":{},"components/RightSidebarComponent.html":{},"interfaces/SlicesConfig.html":{},"interfaces/SlicesConfig-1.html":{},"components/SlicesInputComponent.html":{},"components/StageNavComponent.html":{},"injectables/ThemingService.html":{},"components/ToggleButtonComponent.html":{},"interfaces/VisibilityItem.html":{},"components/VisibilityToggleComponent.html":{},"interfaces/XYZTriplet.html":{},"license.html":{}}}],["white",{"_index":444,"title":{},"body":{"components/AppComponent.html":{},"components/ContentComponent.html":{},"components/ReviewModalComponent.html":{},"components/StageNavComponent.html":{},"components/VisibilityMenuComponent.html":{}}}],["whole",{"_index":4026,"title":{},"body":{"changelog.html":{}}}],["width",{"_index":410,"title":{},"body":{"components/AppComponent.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"interfaces/ContentContainerChanged.html":{},"interfaces/DrawerContainersChanged.html":{},"interfaces/DrawerInitialized.html":{},"interfaces/DrawerToggled.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/HeaderComponent.html":{},"classes/InitializationState.html":{},"components/JsonFileReaderComponent.html":{},"components/LeftSidebarComponent.html":{},"components/NameInputComponent.html":{},"components/RegistrationContentComponent.html":{},"components/RegistrationMetadataComponent.html":{},"components/ReviewButtonComponent.html":{},"components/ReviewModalComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/SlicesInputComponent.html":{},"components/ToggleButtonComponent.html":{},"components/VideoModalComponent.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"components/VisibilityToggleComponent.html":{},"changelog.html":{},"miscellaneous/variables.html":{}}}],["widths",{"_index":1630,"title":{},"body":{"classes/InitializationState.html":{}}}],["within",{"_index":2938,"title":{},"body":{"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"changelog.html":{}}}],["withlatestfrom",{"_index":2299,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["withlatestfrom(this.globalskipconfirmation",{"_index":2337,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["without",{"_index":823,"title":{},"body":{"components/ContainerComponent.html":{},"changelog.html":{},"license.html":{}}}],["workaround",{"_index":1640,"title":{},"body":{"classes/InitializationState.html":{}}}],["workflows",{"_index":3895,"title":{},"body":{"changelog.html":{}}}],["working",{"_index":3725,"title":{},"body":{"changelog.html":{}}}],["works",{"_index":3910,"title":{},"body":{"changelog.html":{}}}],["wrap",{"_index":3252,"title":{},"body":{"components/StageNavComponent.html":{}}}],["wrapped",{"_index":820,"title":{},"body":{"components/ContainerComponent.html":{}}}],["wrapper",{"_index":429,"title":{},"body":{"components/AppComponent.html":{},"components/ExtractionSetDropdownComponent.html":{},"components/LeftSidebarComponent.html":{},"components/RightSidebarComponent.html":{},"components/RotationSliderComponent.html":{},"components/VisibilityToggleComponent.html":{}}}],["wrapping",{"_index":824,"title":{},"body":{"components/ContainerComponent.html":{},"components/ContentComponent-1.html":{}}}],["x",{"_index":382,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/TagListComponent.html":{},"interfaces/User.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["x,y,z",{"_index":910,"title":{},"body":{"components/ContentComponent.html":{}}}],["x?.anatomicalstructures",{"_index":1954,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.blocksize",{"_index":1941,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.displayerrors",{"_index":2577,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["x?.extractionsets",{"_index":1955,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.extractionsites",{"_index":1953,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.id",{"_index":1940,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.orcidvalid",{"_index":2277,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.organ",{"_index":1947,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.organdimensions",{"_index":1949,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.organiri",{"_index":1948,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.organoptions",{"_index":2279,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.position",{"_index":1943,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.registrationcallbackset",{"_index":2281,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.registrations",{"_index":2588,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["x?.rotation",{"_index":1942,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.sex",{"_index":1950,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.showprevious",{"_index":1952,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.side",{"_index":1951,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.slicesconfig",{"_index":1944,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.usecancelregistrationcallback",{"_index":2285,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.user",{"_index":2287,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{}}}],["x?.viewside",{"_index":1946,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x?.viewtype",{"_index":1945,"title":{},"body":{"interfaces/ModelStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{}}}],["x_dimension",{"_index":2731,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x_rotation",{"_index":2747,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x_scaling",{"_index":2742,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["x_translation",{"_index":2756,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["xyz",{"_index":992,"title":{},"body":{"components/ContentComponent.html":{},"interfaces/RegistrationStateModel.html":{}}}],["xyztriplet",{"_index":1901,"title":{"interfaces/XYZTriplet.html":{}},"body":{"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"interfaces/SlicesConfig.html":{},"interfaces/XYZTriplet.html":{},"coverage.html":{}}}],["xyztriplettostring(xyz",{"_index":2765,"title":{},"body":{"interfaces/RegistrationStateModel.html":{}}}],["y",{"_index":379,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContentComponent.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/TagListComponent.html":{},"interfaces/User.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["y_dimension",{"_index":2733,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["y_rotation",{"_index":2749,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["y_scaling",{"_index":2743,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["y_translation",{"_index":2758,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["yes",{"_index":2267,"title":{},"body":{"injectables/PageState.html":{},"injectables/ReferenceDataState.html":{},"components/RegistrationContentComponent.html":{},"components/ReviewButtonComponent.html":{}}}],["youtube",{"_index":3441,"title":{},"body":{"components/VideoModalComponent.html":{},"changelog.html":{}}}],["youtubeplayermodule",{"_index":3492,"title":{},"body":{"modules/VideoModalModule.html":{}}}],["z",{"_index":374,"title":{},"body":{"components/AppComponent.html":{},"interfaces/AppOptions.html":{},"interfaces/BlockSize.html":{},"components/BlockSizeInputComponent.html":{},"components/ContainerComponent.html":{},"components/ContentComponent.html":{},"components/ContentComponent-1.html":{},"components/LeftSidebarComponent.html":{},"interfaces/ModelStateModel.html":{},"interfaces/OrganData.html":{},"injectables/ReferenceDataState.html":{},"interfaces/ReferenceDataStateModel.html":{},"interfaces/RegistrationStateModel.html":{},"components/RightSidebarComponent.html":{},"interfaces/Rotation.html":{},"components/RotationSliderComponent.html":{},"interfaces/SlicesConfig.html":{},"components/StageNavComponent.html":{},"interfaces/User.html":{},"components/VideoModalLauncherComponent.html":{},"components/VisibilityMenuComponent.html":{},"interfaces/XYZTriplet.html":{},"miscellaneous/variables.html":{}}}],["z0",{"_index":2349,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["z_dimension",{"_index":2735,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["z_rotation",{"_index":2751,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["z_scaling",{"_index":2744,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["z_translation",{"_index":2760,"title":{},"body":{"interfaces/RegistrationStateModel.html":{},"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}],["za",{"_index":2348,"title":{},"body":{"injectables/PageState.html":{},"interfaces/PageStateModel.html":{},"interfaces/Person.html":{},"components/RegistrationMetadataComponent.html":{}}}],["zone.js",{"_index":4197,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":556,"title":{},"body":{"modules/AppModule.html":{},"modules/BlockSizeInputModule.html":{},"modules/ContentModule.html":{},"modules/CoreModule.html":{},"modules/DetailsLabelModule.html":{},"modules/DrawerModule.html":{},"modules/ExtractionSetDropdownModule.html":{},"modules/HeaderModule.html":{},"modules/JsonFileReaderModule.html":{},"modules/LabeledSlideToggleModule.html":{},"modules/LeftSidebarModule.html":{},"modules/NameInputModule.html":{},"modules/RegistrationContentModule.html":{},"modules/RegistrationMetadataModule.html":{},"modules/RegistrationModalModule.html":{},"modules/ReviewButtonModule.html":{},"modules/ReviewModalModule.html":{},"modules/RightSidebarModule.html":{},"modules/RotationSliderModule.html":{},"modules/SlicesInputModule.html":{},"modules/StageNavModule.html":{},"modules/TagListModule.html":{},"modules/TagSearchModule.html":{},"modules/ThemingModule.html":{},"modules/VideoModalLauncherModule.html":{},"modules/VideoModalModule.html":{},"modules/VisibilityMenuModule.html":{},"modules/VisibilityToggleModule.html":{},"overview.html":{}}}],["zoombasedopacity",{"_index":2998,"title":{},"body":{"injectables/SceneState.html":{},"interfaces/SceneStateModel.html":{}}}]],"pipeline":["stemmer"]}, + "store": {"injectables/AnatomicalStructureTagState.html":{"url":"injectables/AnatomicalStructureTagState.html","title":"injectable - AnatomicalStructureTagState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n AnatomicalStructureTagState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts\n \n\n\n \n Description\n \n \n Tag collection global state\n\n \n\n \n Extends\n \n \n NgxsDataEntityCollectionsRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n _latestTags\n \n \n Private\n model\n \n \n Private\n page\n \n \n Private\n scene\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n addTag\n \n \n Private\n addTagRaw\n \n \n \n addTags\n \n \n ngxsOnInit\n \n \n \n removeTag\n \n \n \n searchExternal\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n tags$\n \n \n latestTags\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(injector: Injector)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:79\n \n \n\n \n \n Creates an instance of scene state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n Injector service used to lazy load page and model state\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addTag\n \n \n \n \n \n \n \n addTag(tag: Tag)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:119\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n addTagRaw\n \n \n \n \n \n \n \n addTagRaw(tag: Tag)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:158\n \n \n\n\n \n \n Adds a tag. Implementation helper for addTags and addTag\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n The tag\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n addTags\n \n \n \n \n \n \n \n addTags(tags: Tag[])\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:112\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tags\n \n Tag[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:95\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n removeTag\n \n \n \n \n \n \n \n removeTag(tag: Tag)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:124\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n searchExternal\n \n \n \n \n \n \n \n searchExternal(text: string, limit: number)\n \n \n\n \n \n Decorators : \n \n @Bind()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:140\n \n \n\n\n \n \n Searches for matching tags (not in the state)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n text\n \n string\n \n\n \n No\n \n\n\n \n Search text\n\n \n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n Maximum returned results hint\n\n \n \n \n \n \n \n Returns : ObservableInput\n\n \n \n external Search result\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n _latestTags\n \n \n \n \n \n \n Type : Tag[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:68\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n model\n \n \n \n \n \n \n Type : ModelState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:75\n \n \n\n \n \n Reference to the model state\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n page\n \n \n \n \n \n \n Type : PageState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:79\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n scene\n \n \n \n \n \n \n Type : SceneState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:77\n \n \n\n \n \n Reference to the scene state\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n tags$\n \n \n\n \n \n gettags$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:38\n \n \n \n \n Observable of tags\n\n\n \n Returns : Observable\n\n \n \n \n\n \n \n \n \n \n \n \n latestTags\n \n \n\n \n \n getlatestTags()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts:70\n \n \n\n \n \n\n \n\n\n \n import { createEntityCollections, EntityCollections } from '@angular-ru/common/entity';\nimport { Injectable, Injector } from '@angular/core';\nimport { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataEntityCollectionsRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { bind as Bind } from 'bind-decorator';\nimport { combineLatest, Observable, ObservableInput } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nimport { Tag, TagId, TagSearchResult } from '../../models/anatomical-structure-tag';\nimport { ModelState } from '../model/model.state';\nimport { PageState } from '../page/page.state';\nimport { SceneState } from '../scene/scene.state';\n\n\n/** Tag state model */\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface AnatomicalStructureTagStateModel {\n}\n\n\n/**\n * Tag collection global state\n */\n@StateRepository()\n@State>({\n name: 'tags',\n defaults: {\n ...createEntityCollections()\n }\n})\n@Injectable()\nexport class AnatomicalStructureTagState extends NgxsDataEntityCollectionsRepository {\n /** Observable of tags */\n @Computed()\n get tags$(): Observable {\n return combineLatest([this.entities$, this.scene.nodeCollisions$]).pipe(\n map(([entities, collisions]) => {\n const tags: Tag[] = [];\n const added = new Set();\n const removed = new Set();\n Object.entries(entities).forEach(([id, tag]) => {\n if (tag.type === 'removed') {\n removed.add(id);\n } else {\n added.add(id);\n tags.push(tag);\n }\n });\n for (const model of collisions) {\n const iri = model.representation_of;\n if (iri && !removed.has(iri) && !added.has(iri)) {\n added.add(iri);\n tags.push({\n id: iri,\n label: model.tooltip as string,\n type: 'assigned'\n });\n }\n }\n return tags;\n })\n );\n }\n\n private _latestTags: Tag[] = [];\n\n get latestTags(): Tag[] {\n return this._latestTags;\n }\n\n /** Reference to the model state */\n private model: ModelState;\n /** Reference to the scene state */\n private scene: SceneState;\n\n private page: PageState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load page and model state\n */\n constructor(\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.model = this.injector.get(ModelState);\n this.scene = this.injector.get(SceneState);\n this.page = this.injector.get(PageState);\n\n this.tags$.subscribe((tags) => {\n this._latestTags = tags;\n });\n\n this.entities$.subscribe(() => this.page.setHasChanges());\n }\n\n @DataAction()\n addTags(tags: Tag[]): void {\n for (const tag of tags) {\n this.addTagRaw(tag);\n }\n }\n\n @DataAction()\n addTag(tag: Tag): void {\n this.addTagRaw(tag);\n }\n\n @DataAction()\n removeTag(tag: Tag): void {\n if (this.snapshot.entities[tag.id]) {\n this.updateEntitiesMany([{ id: tag.id, changes: { type: 'removed' } }]);\n } else {\n this.addEntityOne({ ...tag, type: 'removed' });\n }\n }\n\n /**\n * Searches for matching tags (not in the state)\n *\n * @param text Search text\n * @param limit Maximum returned results hint\n * @returns external Search result\n */\n @Bind\n searchExternal(text: string, limit: number): ObservableInput {\n const matches = this.model.snapshot.anatomicalStructures\n .filter(as => as.name.toLowerCase().indexOf(text.toLowerCase()) !== -1);\n return [{\n totalCount: matches.length,\n results: matches.map((as): Tag => ({\n id: as.id,\n label: as.name,\n type: 'added'\n })).slice(0, limit)\n }];\n }\n\n /**\n * Adds a tag. Implementation helper for `addTags` and `addTag`\n *\n * @param tag The tag\n */\n private addTagRaw(tag: Tag): void {\n if (this.snapshot.entities[tag.id]) {\n this.updateEntitiesMany([{ id: tag.id, changes: { type: 'added' } }]);\n } else {\n this.addEntityOne({ ...tag, type: 'added' });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AnatomicalStructureTagStateModel.html":{"url":"interfaces/AnatomicalStructureTagStateModel.html","title":"interface - AnatomicalStructureTagStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AnatomicalStructureTagStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts\n \n\n\n \n Description\n \n \n Tag state model\n\n \n\n\n\n\n\n \n\n\n \n import { createEntityCollections, EntityCollections } from '@angular-ru/common/entity';\nimport { Injectable, Injector } from '@angular/core';\nimport { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataEntityCollectionsRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { bind as Bind } from 'bind-decorator';\nimport { combineLatest, Observable, ObservableInput } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nimport { Tag, TagId, TagSearchResult } from '../../models/anatomical-structure-tag';\nimport { ModelState } from '../model/model.state';\nimport { PageState } from '../page/page.state';\nimport { SceneState } from '../scene/scene.state';\n\n\n/** Tag state model */\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface AnatomicalStructureTagStateModel {\n}\n\n\n/**\n * Tag collection global state\n */\n@StateRepository()\n@State>({\n name: 'tags',\n defaults: {\n ...createEntityCollections()\n }\n})\n@Injectable()\nexport class AnatomicalStructureTagState extends NgxsDataEntityCollectionsRepository {\n /** Observable of tags */\n @Computed()\n get tags$(): Observable {\n return combineLatest([this.entities$, this.scene.nodeCollisions$]).pipe(\n map(([entities, collisions]) => {\n const tags: Tag[] = [];\n const added = new Set();\n const removed = new Set();\n Object.entries(entities).forEach(([id, tag]) => {\n if (tag.type === 'removed') {\n removed.add(id);\n } else {\n added.add(id);\n tags.push(tag);\n }\n });\n for (const model of collisions) {\n const iri = model.representation_of;\n if (iri && !removed.has(iri) && !added.has(iri)) {\n added.add(iri);\n tags.push({\n id: iri,\n label: model.tooltip as string,\n type: 'assigned'\n });\n }\n }\n return tags;\n })\n );\n }\n\n private _latestTags: Tag[] = [];\n\n get latestTags(): Tag[] {\n return this._latestTags;\n }\n\n /** Reference to the model state */\n private model: ModelState;\n /** Reference to the scene state */\n private scene: SceneState;\n\n private page: PageState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load page and model state\n */\n constructor(\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.model = this.injector.get(ModelState);\n this.scene = this.injector.get(SceneState);\n this.page = this.injector.get(PageState);\n\n this.tags$.subscribe((tags) => {\n this._latestTags = tags;\n });\n\n this.entities$.subscribe(() => this.page.setHasChanges());\n }\n\n @DataAction()\n addTags(tags: Tag[]): void {\n for (const tag of tags) {\n this.addTagRaw(tag);\n }\n }\n\n @DataAction()\n addTag(tag: Tag): void {\n this.addTagRaw(tag);\n }\n\n @DataAction()\n removeTag(tag: Tag): void {\n if (this.snapshot.entities[tag.id]) {\n this.updateEntitiesMany([{ id: tag.id, changes: { type: 'removed' } }]);\n } else {\n this.addEntityOne({ ...tag, type: 'removed' });\n }\n }\n\n /**\n * Searches for matching tags (not in the state)\n *\n * @param text Search text\n * @param limit Maximum returned results hint\n * @returns external Search result\n */\n @Bind\n searchExternal(text: string, limit: number): ObservableInput {\n const matches = this.model.snapshot.anatomicalStructures\n .filter(as => as.name.toLowerCase().indexOf(text.toLowerCase()) !== -1);\n return [{\n totalCount: matches.length,\n results: matches.map((as): Tag => ({\n id: as.id,\n label: as.name,\n type: 'added'\n })).slice(0, limit)\n }];\n }\n\n /**\n * Adds a tag. Implementation helper for `addTags` and `addTag`\n *\n * @param tag The tag\n */\n private addTagRaw(tag: Tag): void {\n if (this.snapshot.entities[tag.id]) {\n this.updateEntitiesMany([{ id: tag.id, changes: { type: 'added' } }]);\n } else {\n this.addEntityOne({ ...tag, type: 'added' });\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n \n\n\n\n\n\n Components\n \n AppComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/app.component.ts\n\n\n\n \n Description\n \n \n App component\n\n \n\n\n \n Implements\n \n \n OnDestroy\n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root\n \n\n\n\n \n styleUrls\n ./app.component.scss\n \n\n\n\n \n templateUrl\n ./app.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n disablePositionChange\n \n \n Readonly\n header$\n \n \n homeUrl\n \n \n Readonly\n homeUrl$\n \n \n logoTooltip\n \n \n Readonly\n logoTooltip$\n \n \n registrationExpanded\n \n \n registrationStarted\n \n \n Private\n Readonly\n subscriptions\n \n \n theme\n \n \n Readonly\n theme$\n \n \n Readonly\n themeMode$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n handleClick\n \n \n \n handleKey\n \n \n ngOnDestroy\n \n \n ngOnInit\n \n \n registrationToggle\n \n \n toggleScheme\n \n \n \n \n\n\n\n\n \n \n HostListeners\n \n \n \n \n \n \n document:keydown\n \n \n document:mousedown\n \n \n \n \n\n \n \n Accessors\n \n \n \n \n \n \n isLightTheme\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(model: ModelState, page: PageState, consentService: ConsentService, snackbar: MatSnackBar, theming: ThemingService, el: ElementRef<>, injector: Injector, globalConfig: GlobalConfigState, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:69\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n \n consentService\n \n \n ConsentService\n \n \n \n No\n \n \n \n \n snackbar\n \n \n MatSnackBar\n \n \n \n No\n \n \n \n \n theming\n \n \n ThemingService\n \n \n \n No\n \n \n \n \n el\n \n \n ElementRef<>\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n \n HostListeners \n \n \n \n \n \n document:keydown\n \n \n \n \n \n \n Arguments : '$event' \n \n \n \n \ndocument:keydown(target: KeyboardEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:135\n \n \n\n\n \n \n Shifts block position when certain keys are pressed\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The keyboard event\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n document:mousedown\n \n \n \n \n \n \n Arguments : '$event.target' \n \n \n \n \ndocument:mousedown(target: HTMLElement)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:174\n \n \n\n\n \n \n Disables block position change if an input element is clicked\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The element clicked\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleClick\n \n \n \n \n \n \n \n handleClick(target: HTMLElement)\n \n \n\n \n \n Decorators : \n \n @HostListener('document:mousedown', ['$event.target'])\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:174\n \n \n\n\n \n \n Disables block position change if an input element is clicked\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n target\n \n HTMLElement\n \n\n \n No\n \n\n\n \n The element clicked\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleKey\n \n \n \n \n \n \n \n handleKey(target: KeyboardEvent)\n \n \n\n \n \n Decorators : \n \n @HostListener('document:keydown', ['$event'])\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:135\n \n \n\n\n \n \n Shifts block position when certain keys are pressed\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n target\n \n KeyboardEvent\n \n\n \n No\n \n\n\n \n The keyboard event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:188\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:100\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n registrationToggle\n \n \n \n \n \n \nregistrationToggle(event: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:122\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleScheme\n \n \n \n \n \n \ntoggleScheme()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:118\n \n \n\n\n \n \n Toggles scheme between light and dark mode\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n disablePositionChange\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:47\n \n \n\n \n \n Disables changes in block position\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n header$\n \n \n \n \n \n \n Default value : this.globalConfig.getOption('header')\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:58\n \n \n\n\n \n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:64\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n homeUrl$\n \n \n \n \n \n \n Default value : this.globalConfig.getOption('homeUrl')\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:66\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n logoTooltip$\n \n \n \n \n \n \n Default value : this.globalConfig.getOption('logoTooltip')\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:60\n \n \n\n\n \n \n \n \n \n \n \n \n registrationExpanded\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n registrationStarted\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:44\n \n \n\n \n \n False until the initial registration modal is closed\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n Readonly\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:69\n \n \n\n \n \n All subscriptions managed by the container.\n\n \n \n\n \n \n \n \n \n \n \n \n theme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:62\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n theme$\n \n \n \n \n \n \n Default value : this.globalConfig.getOption('theme')\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:55\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n themeMode$\n \n \n \n \n \n \n Default value : new ReplaySubject(1)\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:56\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n isLightTheme\n \n \n\n \n \n getisLightTheme()\n \n \n \n \n Defined in projects/ccf-rui/src/app/app.component.ts:51\n \n \n\n \n \n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostListener,\n Injector,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { GlobalConfigState, TrackingPopupComponent } from 'ccf-shared';\nimport { ConsentService } from 'ccf-shared/analytics';\nimport { combineLatest, ReplaySubject, Subscription } from 'rxjs';\n\nimport { GlobalConfig } from './core/services/config/config';\nimport { ThemingService } from './core/services/theming/theming.service';\nimport { ModelState } from './core/store/model/model.state';\nimport { PageState } from './core/store/page/page.state';\n\nexport interface User {\n firstName: string;\n lastName: string;\n}\n\ninterface AppOptions extends GlobalConfig {\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n}\n\n/**\n * App component\n */\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements OnDestroy, OnInit {\n /** False until the initial registration modal is closed */\n registrationStarted = false;\n\n /** Disables changes in block position */\n disablePositionChange = false;\n\n registrationExpanded = false;\n\n get isLightTheme(): boolean {\n return this.theming.getTheme().endsWith('light');\n }\n\n readonly theme$ = this.globalConfig.getOption('theme');\n readonly themeMode$ = new ReplaySubject(1);\n\n readonly header$ = this.globalConfig.getOption('header');\n readonly homeUrl$ = this.globalConfig.getOption('homeUrl');\n readonly logoTooltip$ = this.globalConfig.getOption('logoTooltip');\n\n theme: string;\n\n homeUrl: string;\n\n logoTooltip: string;\n\n /** All subscriptions managed by the container. */\n private readonly subscriptions = new Subscription();\n\n constructor(\n readonly model: ModelState, readonly page: PageState,\n readonly consentService: ConsentService, readonly snackbar: MatSnackBar, readonly theming: ThemingService,\n el: ElementRef, injector: Injector, private readonly globalConfig: GlobalConfigState, cdr: ChangeDetectorRef\n ) {\n theming.initialize(el, injector);\n this.subscriptions.add(\n page.registrationStarted$.subscribe((registrationStarted) => {\n this.registrationStarted = registrationStarted;\n })\n );\n this.theme$.subscribe((theme: string) => {\n this.theme = theme;\n });\n this.globalConfig.getOption('homeUrl').subscribe((url: string) => {\n this.homeUrl = url;\n });\n this.globalConfig.getOption('logoTooltip').subscribe((tooltip: string) => {\n this.logoTooltip = tooltip;\n });\n\n combineLatest([this.theme$, this.themeMode$]).subscribe(\n ([theme, mode]) => {\n this.theming.setTheme(`${theme}-theme-${mode}`);\n cdr.markForCheck();\n }\n );\n }\n\n ngOnInit(): void {\n const snackBar = this.snackbar.openFromComponent(TrackingPopupComponent, {\n data: {\n preClose: () => {\n snackBar.dismiss();\n }\n },\n duration: this.consentService.consent === 'not-set' ? Infinity : 3000\n });\n\n this.themeMode$.next('light');\n\n this.theming.setTheme(`${this.theme}-theme-light`);\n }\n\n /**\n * Toggles scheme between light and dark mode\n */\n toggleScheme(): void {\n this.themeMode$.next(this.isLightTheme ? 'dark' : 'light');\n }\n\n registrationToggle(event: boolean): void {\n this.registrationExpanded = event;\n if (!this.registrationExpanded) {\n this.disablePositionChange = false;\n }\n }\n\n /**\n * Shifts block position when certain keys are pressed\n *\n * @param target The keyboard event\n */\n @HostListener('document:keydown', ['$event'])\n handleKey(target: KeyboardEvent): void {\n const oldPosition = this.model.snapshot.position;\n if (this.disablePositionChange || !this.registrationStarted) {\n return;\n }\n target.preventDefault();\n const delta = target.repeat ? 1.0 : 0.5;\n let newPosition = oldPosition;\n switch (target.key) {\n case 'q':\n newPosition = { ...oldPosition, z: oldPosition.z + delta };\n break;\n case 'e':\n newPosition = { ...oldPosition, z: oldPosition.z - delta };\n break;\n case 'w':\n newPosition = { ...oldPosition, y: oldPosition.y + delta };\n break;\n case 's':\n newPosition = { ...oldPosition, y: oldPosition.y - delta };\n break;\n case 'a':\n newPosition = { ...oldPosition, x: oldPosition.x - delta };\n break;\n case 'd':\n newPosition = { ...oldPosition, x: oldPosition.x + delta };\n break;\n default:\n break;\n }\n this.model.setPosition(newPosition);\n }\n\n /**\n * Disables block position change if an input element is clicked\n *\n * @param target The element clicked\n */\n @HostListener('document:mousedown', ['$event.target'])\n handleClick(target: HTMLElement): void {\n const disableWhenClicked = ['mat-mdc-input-element', 'form-input-label'];\n for (const className of disableWhenClicked) {\n if (target.className.includes(className)) {\n this.disablePositionChange = true;\n return;\n }\n }\n this.disablePositionChange = false;\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n\n \n\n \n \n\n\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n\n\n \n\n \n \n ./app.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow: hidden;\n font-size: 1rem;\n color: black;\n\n .header-hidden {\n display: none;\n }\n\n ccf-drawer-container {\n height: 100%;\n\n ccf-drawer {\n width: 25.5rem;\n }\n\n ccf-drawer-content {\n position: relative;\n z-index: 1;\n\n .selector-drawer {\n top: 0rem;\n display: flex;\n flex-direction: column;\n position: relative;\n height: 5.688rem;\n transition: all 0.5s ease-in-out;\n\n &.expanded {\n height: 15rem;\n }\n\n ccf-organ-selector {\n height: 100%;\n padding-top: 0.5rem;\n transition: all 0.5s;\n\n &.closed {\n padding-top: 0;\n }\n }\n\n .close-button-wrapper {\n display: flex;\n justify-content: center;\n height: 0;\n z-index: 2;\n\n .close-button {\n cursor: pointer;\n transition: 0.6s;\n\n .expand-collapse-icon {\n width: 3rem;\n height: 1.2rem;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n background-color: white;\n border-bottom-left-radius: 0.2rem;\n border-bottom-right-radius: 0.2rem;\n transition: 0.6s;\n\n &:hover {\n background-color: #ececec;\n }\n }\n }\n }\n\n\n &.closed {\n height: 3rem;\n top: -2.9rem;\n }\n }\n\n .stage-content {\n border-radius: 0.5rem;\n height: calc(100% - 2.5rem);\n }\n\n .expanded-stage {\n height: calc(100% - 1.5rem);\n padding-bottom: 1rem;\n }\n\n .retracted-stage {\n height: calc(100% - 2.688rem - 14rem);\n }\n\n }\n\n\n\n ccf-content {\n // top: 0rem;\n position: absolute;\n transition-duration: 0.5s;\n transition-timing-function: ease-in-out;\n transition-property: all;\n bottom: 1.5rem;\n z-index: 1;\n\n }\n\n }\n\n}\n\n::ng-deep .mdc-snackbar__surface {\n box-shadow: none !important;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nContentModule\n\nContentModule\n\nAppModule -->\n\nContentModule->AppModule\n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nDrawerModule\n\nDrawerModule\n\nAppModule -->\n\nDrawerModule->AppModule\n\n\n\n\n\nHeaderModule\n\nHeaderModule\n\nAppModule -->\n\nHeaderModule->AppModule\n\n\n\n\n\nLeftSidebarModule\n\nLeftSidebarModule\n\nAppModule -->\n\nLeftSidebarModule->AppModule\n\n\n\n\n\nRegistrationModalModule\n\nRegistrationModalModule\n\nAppModule -->\n\nRegistrationModalModule->AppModule\n\n\n\n\n\nRightSidebarModule\n\nRightSidebarModule\n\nAppModule -->\n\nRightSidebarModule->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/app.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n AppComponent\n \n \n AppWebComponent\n \n \n \n \n Imports\n \n \n ContentModule\n \n \n CoreModule\n \n \n DrawerModule\n \n \n HeaderModule\n \n \n LeftSidebarModule\n \n \n RegistrationModalModule\n \n \n RightSidebarModule\n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngDoBootstrap\n \n \n \n \n \n \nngDoBootstrap()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/app.module.ts:54\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n\n\n \n import { DoBootstrap, Injector, NgModule } from '@angular/core';\nimport { createCustomElement } from '@angular/elements';\nimport { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { TrackingPopupModule } from 'ccf-shared';\n\nimport { AppWebComponent } from './app-web-component.component';\nimport { AppComponent } from './app.component';\nimport { CoreModule } from './core/core.module';\nimport { DEFAULT_THEME } from './core/services/theming/theming.service';\nimport { ContentModule } from './modules/content/content.module';\nimport { HeaderModule } from './modules/header/header.module';\nimport { LeftSidebarModule } from './modules/left-sidebar/left-sidebar.module';\nimport { RegistrationModalModule } from './modules/registration-modal/registration-modal/registration-modal.module';\nimport { RightSidebarModule } from './modules/right-sidebar/right-sidebar.module';\nimport { DrawerModule } from './shared/components/drawer/drawer.module';\n\n\n@NgModule({\n imports: [\n BrowserModule,\n BrowserAnimationsModule,\n CoreModule,\n MatIconModule,\n DrawerModule,\n HeaderModule,\n ContentModule,\n LeftSidebarModule,\n RightSidebarModule,\n RegistrationModalModule,\n TrackingPopupModule,\n MatSnackBarModule\n ],\n declarations: [AppComponent, AppWebComponent],\n providers: [\n {\n provide: DEFAULT_THEME,\n useValue: 'hubmap-theme-light'\n },\n {\n provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,\n useValue: {\n floatLabel: true\n }\n }\n ]\n})\nexport class AppModule implements DoBootstrap {\n constructor(private readonly injector: Injector) { }\n\n ngDoBootstrap(): void {\n const appElement = createCustomElement(AppWebComponent, {\n injector: this.injector\n });\n\n customElements.define('ccf-rui', appElement);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AppOptions.html":{"url":"interfaces/AppOptions.html","title":"interface - AppOptions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n AppOptions\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/app.component.ts\n \n\n\n\n \n Extends\n \n \n GlobalConfig\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n header\n \n \n \n Optional\n \n homeUrl\n \n \n \n Optional\n \n logoTooltip\n \n \n \n Optional\n \n theme\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n header\n \n \n \n \n \n \n \n \n header: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n \n \n \n \n homeUrl: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n \n \n \n \n logoTooltip: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n theme\n \n \n \n \n \n \n \n \n theme: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostListener,\n Injector,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { GlobalConfigState, TrackingPopupComponent } from 'ccf-shared';\nimport { ConsentService } from 'ccf-shared/analytics';\nimport { combineLatest, ReplaySubject, Subscription } from 'rxjs';\n\nimport { GlobalConfig } from './core/services/config/config';\nimport { ThemingService } from './core/services/theming/theming.service';\nimport { ModelState } from './core/store/model/model.state';\nimport { PageState } from './core/store/page/page.state';\n\nexport interface User {\n firstName: string;\n lastName: string;\n}\n\ninterface AppOptions extends GlobalConfig {\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n}\n\n/**\n * App component\n */\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements OnDestroy, OnInit {\n /** False until the initial registration modal is closed */\n registrationStarted = false;\n\n /** Disables changes in block position */\n disablePositionChange = false;\n\n registrationExpanded = false;\n\n get isLightTheme(): boolean {\n return this.theming.getTheme().endsWith('light');\n }\n\n readonly theme$ = this.globalConfig.getOption('theme');\n readonly themeMode$ = new ReplaySubject(1);\n\n readonly header$ = this.globalConfig.getOption('header');\n readonly homeUrl$ = this.globalConfig.getOption('homeUrl');\n readonly logoTooltip$ = this.globalConfig.getOption('logoTooltip');\n\n theme: string;\n\n homeUrl: string;\n\n logoTooltip: string;\n\n /** All subscriptions managed by the container. */\n private readonly subscriptions = new Subscription();\n\n constructor(\n readonly model: ModelState, readonly page: PageState,\n readonly consentService: ConsentService, readonly snackbar: MatSnackBar, readonly theming: ThemingService,\n el: ElementRef, injector: Injector, private readonly globalConfig: GlobalConfigState, cdr: ChangeDetectorRef\n ) {\n theming.initialize(el, injector);\n this.subscriptions.add(\n page.registrationStarted$.subscribe((registrationStarted) => {\n this.registrationStarted = registrationStarted;\n })\n );\n this.theme$.subscribe((theme: string) => {\n this.theme = theme;\n });\n this.globalConfig.getOption('homeUrl').subscribe((url: string) => {\n this.homeUrl = url;\n });\n this.globalConfig.getOption('logoTooltip').subscribe((tooltip: string) => {\n this.logoTooltip = tooltip;\n });\n\n combineLatest([this.theme$, this.themeMode$]).subscribe(\n ([theme, mode]) => {\n this.theming.setTheme(`${theme}-theme-${mode}`);\n cdr.markForCheck();\n }\n );\n }\n\n ngOnInit(): void {\n const snackBar = this.snackbar.openFromComponent(TrackingPopupComponent, {\n data: {\n preClose: () => {\n snackBar.dismiss();\n }\n },\n duration: this.consentService.consent === 'not-set' ? Infinity : 3000\n });\n\n this.themeMode$.next('light');\n\n this.theming.setTheme(`${this.theme}-theme-light`);\n }\n\n /**\n * Toggles scheme between light and dark mode\n */\n toggleScheme(): void {\n this.themeMode$.next(this.isLightTheme ? 'dark' : 'light');\n }\n\n registrationToggle(event: boolean): void {\n this.registrationExpanded = event;\n if (!this.registrationExpanded) {\n this.disablePositionChange = false;\n }\n }\n\n /**\n * Shifts block position when certain keys are pressed\n *\n * @param target The keyboard event\n */\n @HostListener('document:keydown', ['$event'])\n handleKey(target: KeyboardEvent): void {\n const oldPosition = this.model.snapshot.position;\n if (this.disablePositionChange || !this.registrationStarted) {\n return;\n }\n target.preventDefault();\n const delta = target.repeat ? 1.0 : 0.5;\n let newPosition = oldPosition;\n switch (target.key) {\n case 'q':\n newPosition = { ...oldPosition, z: oldPosition.z + delta };\n break;\n case 'e':\n newPosition = { ...oldPosition, z: oldPosition.z - delta };\n break;\n case 'w':\n newPosition = { ...oldPosition, y: oldPosition.y + delta };\n break;\n case 's':\n newPosition = { ...oldPosition, y: oldPosition.y - delta };\n break;\n case 'a':\n newPosition = { ...oldPosition, x: oldPosition.x - delta };\n break;\n case 'd':\n newPosition = { ...oldPosition, x: oldPosition.x + delta };\n break;\n default:\n break;\n }\n this.model.setPosition(newPosition);\n }\n\n /**\n * Disables block position change if an input element is clicked\n *\n * @param target The element clicked\n */\n @HostListener('document:mousedown', ['$event.target'])\n handleClick(target: HTMLElement): void {\n const disableWhenClicked = ['mat-mdc-input-element', 'form-input-label'];\n for (const className of disableWhenClicked) {\n if (target.className.includes(className)) {\n this.disablePositionChange = true;\n return;\n }\n }\n this.disablePositionChange = false;\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppWebComponent.html":{"url":"components/AppWebComponent.html","title":"component - AppWebComponent","body":"\n \n\n\n\n\n\n Components\n \n AppWebComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/app-web-component.component.ts\n\n\n\n\n \n Extends\n \n \n BaseWebComponent\n \n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-root-wc\n \n\n\n\n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n initialized\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n baseHref\n \n \n cancelRegistration\n \n \n editRegistration\n \n \n fetchPreviousRegistrations\n \n \n header\n \n \n homeUrl\n \n \n logoTooltip\n \n \n organ\n \n \n organOptions\n \n \n register\n \n \n skipUnsavedChangesConfirmation\n \n \n theme\n \n \n useDownload\n \n \n user\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(configStore: GlobalConfigState, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:49\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n configStore\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n baseHref\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:34\n \n \n \n \n \n \n \n \n \n cancelRegistration\n \n \n \n \n Type : string | CancelRegistrationCallback\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:40\n \n \n \n \n \n \n \n \n \n editRegistration\n \n \n \n \n Type : string | SpatialEntityJsonLd\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:38\n \n \n \n \n \n \n \n \n \n fetchPreviousRegistrations\n \n \n \n \n Type : string | FetchPreviousRegistrationsCallback\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:41\n \n \n \n \n \n \n \n \n \n header\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:44\n \n \n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:45\n \n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:46\n \n \n \n \n \n \n \n \n \n organ\n \n \n \n \n Type : string | Organ\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:37\n \n \n \n \n \n \n \n \n \n organOptions\n \n \n \n \n Type : string | string[]\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:47\n \n \n \n \n \n \n \n \n \n register\n \n \n \n \n Type : string | RegistrationCallback\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:39\n \n \n \n \n \n \n \n \n \n skipUnsavedChangesConfirmation\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:42\n \n \n \n \n \n \n \n \n \n theme\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:43\n \n \n \n \n \n \n \n \n \n useDownload\n \n \n \n \n Type : string | boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:35\n \n \n \n \n \n \n \n \n \n user\n \n \n \n \n Type : string | User\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:36\n \n \n \n \n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n initialized\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/app-web-component.component.ts:49\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Input } from '@angular/core';\nimport { SpatialEntityJsonLd } from 'ccf-body-ui';\nimport { GlobalConfigState } from 'ccf-shared';\nimport { BaseWebComponent, BUILTIN_PARSERS } from 'ccf-shared/web-components';\nimport { ObservableInput } from 'rxjs';\n\nimport { GlobalConfig } from './core/services/config/config';\n\nimport { environment } from '../environments/environment';\n\n\nexport type User = NonNullable;\nexport type Organ = NonNullable;\nexport type RegistrationCallback = (data: unknown) => void;\nexport type CancelRegistrationCallback = () => void;\nexport type FetchPreviousRegistrationsCallback = () => ObservableInput[]>;\n\n\nfunction parseOrgan(value: unknown): string | Organ {\n try {\n return BUILTIN_PARSERS.json(value) as Organ;\n } catch {\n return '' + value;\n }\n}\n\n\n@Component({\n selector: 'ccf-root-wc',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppWebComponent extends BaseWebComponent {\n @Input() baseHref: string;\n @Input() useDownload: string | boolean;\n @Input() user: string | User;\n @Input() organ: string | Organ;\n @Input() editRegistration: string | SpatialEntityJsonLd;\n @Input() register: string | RegistrationCallback;\n @Input() cancelRegistration: string | CancelRegistrationCallback;\n @Input() fetchPreviousRegistrations: string | FetchPreviousRegistrationsCallback;\n @Input() skipUnsavedChangesConfirmation: string | boolean;\n @Input() theme: string;\n @Input() header: string | boolean;\n @Input() homeUrl: string;\n @Input() logoTooltip: string;\n @Input() organOptions: string | string[];\n\n initialized: boolean;\n\n constructor(\n configStore: GlobalConfigState,\n cdr: ChangeDetectorRef\n ) {\n const BP = BUILTIN_PARSERS;\n\n super(configStore, cdr, {\n initialConfig: {\n ...environment.dbOptions,\n ...globalThis['ruiConfig' as string],\n ...environment.customization\n },\n parse: {\n useDownload: BP.boolean,\n user: BP.json,\n organ: parseOrgan,\n editRegistration: BP.json,\n register: BP.function,\n cancelRegistration: BP.function,\n fetchPreviousRegistrations: BP.function,\n skipUnsavedChangesConfirmation: BP.boolean,\n header: BP.boolean,\n organOptions: BP.stringArray\n }\n });\n }\n}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'AppWebComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/BlockSize.html":{"url":"interfaces/BlockSize.html","title":"interface - BlockSize","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n BlockSize\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n\n\n \n Description\n \n \n Interface for objects containing tissue block dimensions\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n x\n \n \n \n \n \n \n \n \n x: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Width of block\n\n \n \n \n \n \n \n \n \n \n y\n \n \n \n \n \n \n \n \n y: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Height of block\n\n \n \n \n \n \n \n \n \n \n z\n \n \n \n \n \n \n \n \n z: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Depth of block\n\n \n \n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Interface for objects containing tissue block dimensions\n */\nexport interface BlockSize {\n /** Width of block */\n x: number;\n /** Height of block */\n y: number;\n /** Depth of block */\n z: number;\n}\n\n/** Defaults for block sizes. */\nconst DEFAULT_BLOCK_SIZE: BlockSize = {\n x: 10,\n y: 10,\n z: 10\n};\n\n/**\n * Component for entering dimensions of the tissue block\n */\n@Component({\n selector: 'ccf-block-size-input',\n templateUrl: './block-size-input.component.html',\n styleUrls: ['./block-size-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class BlockSizeInputComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-block-size-input';\n\n /**\n * Values of block dimensions to be emitted\n */\n @Input() blockSize = DEFAULT_BLOCK_SIZE;\n\n /**\n * Emitter for values\n */\n @Output() readonly blockSizeChange = new EventEmitter();\n\n /**\n * Creates an instance of block size input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Updates values when an input changes\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key Name of the dimension to be updated\n */\n updateBlockSizes(input: InputEvent, key: string): void {\n const inputTarget = input.target as HTMLInputElement;\n this.blockSize = { ...this.blockSize, [key]: +inputTarget.value };\n this.ga.event('block_size_change', 'block_size_input', key, this.blockSize[key]);\n this.blockSizeChange.emit(this.blockSize);\n }\n\n /**\n * Refreshes all block size values to 10\n */\n refreshBlockSize(): void {\n this.blockSize = DEFAULT_BLOCK_SIZE;\n this.ga.event('block_size_reset', 'block_size_input');\n this.blockSizeChange.emit(this.blockSize);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/BlockSizeInputComponent.html":{"url":"components/BlockSizeInputComponent.html","title":"component - BlockSizeInputComponent","body":"\n \n\n\n\n\n\n Components\n \n BlockSizeInputComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n\n\n\n \n Description\n \n \n Component for entering dimensions of the tissue block\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-block-size-input\n \n\n\n\n \n styleUrls\n ./block-size-input.component.scss\n \n\n\n\n \n templateUrl\n ./block-size-input.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n refreshBlockSize\n \n \n updateBlockSizes\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n blockSize\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n blockSizeChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:45\n \n \n\n \n \n Creates an instance of block size input component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n blockSize\n \n \n \n \n Type : BlockSize\n\n \n \n \n \n Default value : DEFAULT_BLOCK_SIZE\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:40\n \n \n \n \n Values of block dimensions to be emitted\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n blockSizeChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:45\n \n \n \n \n Emitter for values\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-block-size-input\"\n\n \n \n \n \n Default value : 'ccf-block-size-input'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:35\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n refreshBlockSize\n \n \n \n \n \n \nrefreshBlockSize()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:70\n \n \n\n\n \n \n Refreshes all block size values to 10\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateBlockSizes\n \n \n \n \n \n \nupdateBlockSizes(input: InputEvent, key: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:60\n \n \n\n\n \n \n Updates values when an input changes\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n input\n \n InputEvent\n \n\n \n No\n \n\n\n \n InputEvent from the input element which contains the new value\n\n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n Name of the dimension to be updated\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-block-size-input'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts:35\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Interface for objects containing tissue block dimensions\n */\nexport interface BlockSize {\n /** Width of block */\n x: number;\n /** Height of block */\n y: number;\n /** Depth of block */\n z: number;\n}\n\n/** Defaults for block sizes. */\nconst DEFAULT_BLOCK_SIZE: BlockSize = {\n x: 10,\n y: 10,\n z: 10\n};\n\n/**\n * Component for entering dimensions of the tissue block\n */\n@Component({\n selector: 'ccf-block-size-input',\n templateUrl: './block-size-input.component.html',\n styleUrls: ['./block-size-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class BlockSizeInputComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-block-size-input';\n\n /**\n * Values of block dimensions to be emitted\n */\n @Input() blockSize = DEFAULT_BLOCK_SIZE;\n\n /**\n * Emitter for values\n */\n @Output() readonly blockSizeChange = new EventEmitter();\n\n /**\n * Creates an instance of block size input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Updates values when an input changes\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key Name of the dimension to be updated\n */\n updateBlockSizes(input: InputEvent, key: string): void {\n const inputTarget = input.target as HTMLInputElement;\n this.blockSize = { ...this.blockSize, [key]: +inputTarget.value };\n this.ga.event('block_size_change', 'block_size_input', key, this.blockSize[key]);\n this.blockSizeChange.emit(this.blockSize);\n }\n\n /**\n * Refreshes all block size values to 10\n */\n refreshBlockSize(): void {\n this.blockSize = DEFAULT_BLOCK_SIZE;\n this.ga.event('block_size_reset', 'block_size_input');\n this.blockSizeChange.emit(this.blockSize);\n }\n}\n\n \n\n \n \n Tissue Block Dimensions (mm)\n \n refresh\n\n\n\n \n Width (X)\n \n \n\n \n Height (Y)\n \n \n\n \n Depth (Z)\n \n \n\n\n \n\n \n \n ./block-size-input.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n\n input[type=number] {\n -moz-appearance: textfield;\n }\n\n .header {\n display: flex;\n align-items: center;\n height: 1.5rem;\n padding: .5rem 0;\n\n .title {\n font-weight: 400;\n }\n\n .refresh {\n transform: scaleX(-1);\n cursor: pointer;\n transition: .6s;\n\n &:hover {\n border-radius: 2px;\n }\n }\n }\n\n .size-inputs {\n display: flex;\n justify-content: space-between;\n width: 20rem;\n margin: 0 auto;\n\n .field {\n width: 4.5rem;\n\n &:not(:last-child) {\n padding-right: 0.75rem;\n }\n\n .input {\n text-align: center;\n }\n\n .suffix {\n display: none;\n }\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n\n .mat-mdc-form-field-infix {\n padding-bottom: 0;\n min-height: inherit;\n }\n\n .mat-mdc-form-field-icon-suffix {\n padding: 1rem 0 0px .25rem;\n }\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Tissue Block Dimensions (mm) refresh Width (X) Height (Y) Depth (Z) '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'BlockSizeInputComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/BlockSizeInputModule.html":{"url":"modules/BlockSizeInputModule.html","title":"module - BlockSizeInputModule","body":"\n \n\n\n\n\n Modules\n BlockSizeInputModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_BlockSizeInputModule\n\n\n\ncluster_BlockSizeInputModule_declarations\n\n\n\ncluster_BlockSizeInputModule_exports\n\n\n\n\nBlockSizeInputComponent\n\nBlockSizeInputComponent\n\n\n\nBlockSizeInputModule\n\nBlockSizeInputModule\n\nBlockSizeInputModule -->\n\nBlockSizeInputComponent->BlockSizeInputModule\n\n\n\n\n\nBlockSizeInputComponent \n\nBlockSizeInputComponent \n\nBlockSizeInputComponent -->\n\nBlockSizeInputModule->BlockSizeInputComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n BlockSizeInputComponent\n \n \n \n \n Exports\n \n \n BlockSizeInputComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { MatFormFieldModule } from '@angular/material/form-field';\n\n\nimport { BlockSizeInputComponent } from './block-size-input.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatInputModule,\n MatIconModule,\n MatRippleModule,\n MatTooltipModule,\n MatFormFieldModule\n ],\n declarations: [BlockSizeInputComponent],\n exports: [BlockSizeInputComponent]\n})\nexport class BlockSizeInputModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ConfigModule.html":{"url":"modules/ConfigModule.html","title":"module - ConfigModule","body":"\n \n\n\n\n\n Modules\n ConfigModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/core/services/config/config.module.ts\n \n\n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { GlobalsService } from 'ccf-shared';\n\nimport { GLOBAL_CONFIG, globalConfigFactory } from './config';\n\n\n@NgModule({\n providers: [\n {\n provide: GLOBAL_CONFIG,\n useFactory: globalConfigFactory,\n deps: [GlobalsService]\n }\n ]\n})\nexport class ConfigModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContainerComponent.html":{"url":"components/ContainerComponent.html","title":"component - ContainerComponent","body":"\n \n\n\n\n\n\n Components\n \n ContainerComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts\n\n\n\n \n Description\n \n \n Main container for drawer components.\n\n \n\n\n \n Implements\n \n \n AfterViewInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n \n exportAs\n ccfDrawerContainer\n \n\n\n\n\n\n \n providers\n \n MessageService\n \n \n\n\n \n selector\n ccf-drawer-container\n \n\n\n\n \n styleUrls\n ./container.component.scss\n \n\n\n\n \n templateUrl\n ./container.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n channel\n \n \n \n Readonly\n className\n \n \n \n Private\n content1\n \n \n \n Private\n content2\n \n \n \n Private\n drawers\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n handleMessage\n \n \n ngAfterViewInit\n \n \n ngOnDestroy\n \n \n Private\n validateDrawers\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n content\n \n \n hasWrappedContent\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:62\n \n \n\n \n \n Creates an instance of container component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n The service used to send event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-container\"\n\n \n \n \n \n Default value : 'ccf-drawer-container'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:37\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n handleMessage\n \n \n \n \n \n \n \n handleMessage(_msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:115\n \n \n\n\n \n \n Processes event messages.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to be run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:83\n \n \n\n\n \n \n Sets up all listeners after all content has been projected.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:105\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n validateDrawers\n \n \n \n \n \n \n \n validateDrawers()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:124\n \n \n\n\n \n \n Validates the number of drawers and their positions.\n\n\n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n channel\n \n \n \n \n \n \n Type : MessageChannel\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:60\n \n \n\n \n \n The connected message channel.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-container'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:37\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n content1\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ContentChildren(ContentComponent, {descendants: true})\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:45\n \n \n\n \n \n Content component if provided already wrapped.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n content2\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ViewChildren(ContentComponent)\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:48\n \n \n\n \n \n Content component if provided without wrapping.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n drawers\n \n \n \n \n \n \n Type : QueryList\n\n \n \n \n \n Decorators : \n \n \n @ContentChildren(DrawerComponent, {descendants: true})\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:41\n \n \n\n \n \n Drawer components in this container.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:62\n \n \n\n \n \n All subscriptions managed by the container.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n content\n \n \n\n \n \n getcontent()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:50\n \n \n \n \n Resolves the content component.\n\n\n \n Returns : ContentComponent\n\n \n \n \n\n \n \n \n \n \n \n \n hasWrappedContent\n \n \n\n \n \n gethasWrappedContent()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts:55\n \n \n \n \n Whether the content was wrapped.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import {\n AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChildren, HostBinding, OnDestroy, QueryList,\n ViewChildren,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { startWith } from 'rxjs/operators';\n\nimport { ContentComponent } from '../content/content.component';\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageChannel, MessageService } from '../messages';\n\n\n/**\n * Helper function for creating drawer errors.\n *\n * @param position The position of the drawer.\n * @throws {Error} Error with useful message is always thrown.\n */\nfunction throwDuplicateDrawersError(position: 'start' | 'end'): never {\n throw new Error(`Multiple drawers in position ${position}`);\n}\n\n\n/**\n * Main container for drawer components.\n */\n@Component({\n selector: 'ccf-drawer-container',\n exportAs: 'ccfDrawerContainer',\n templateUrl: './container.component.html',\n styleUrls: ['./container.component.scss'],\n providers: [MessageService],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContainerComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-container';\n\n /** Drawer components in this container. */\n @ContentChildren(DrawerComponent, { descendants: true })\n private drawers: QueryList;\n\n /** Content component if provided already wrapped. */\n @ContentChildren(ContentComponent, { descendants: true })\n private content1: QueryList;\n /** Content component if provided without wrapping. */\n @ViewChildren(ContentComponent)\n private content2: QueryList;\n /** Resolves the content component. */\n private get content(): ContentComponent {\n return this.content1.first ?? this.content2.first;\n }\n\n /** Whether the content was wrapped. */\n get hasWrappedContent(): boolean {\n return this.content1.length !== 0;\n }\n\n /** The connected message channel. */\n private channel: MessageChannel;\n /** All subscriptions managed by the container. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of container component.\n *\n * @param messageService The service used to send event messages.\n * @param cdr The change detector reference.\n */\n constructor(messageService: MessageService,\n private cdr: ChangeDetectorRef) {\n this.channel = messageService.connect(this);\n this.subscriptions.add(this.channel.getMessages().subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Sets up all listeners after all content has been projected.\n */\n ngAfterViewInit(): void {\n this.drawers.changes.pipe(startWith(null)).subscribe(() => {\n const drawers = this.validateDrawers();\n this.channel.sendMessage({\n type: 'drawer-containers-changed',\n drawers\n });\n this.cdr.markForCheck();\n });\n\n this.content1.changes.pipe(startWith(null)).subscribe(() => {\n this.channel.sendMessage({\n type: 'content-container-changed',\n content: this.content\n });\n this.cdr.markForCheck();\n });\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Processes event messages.\n *\n * @param _msg The event.\n * @returns true if change detection needs to be run.\n */\n private handleMessage(_msg: Message): boolean {\n return true;\n }\n\n /**\n * Validates the number of drawers and their positions.\n *\n * @returns A tuple containing the start and end drawers.\n */\n private validateDrawers(): [DrawerComponent | undefined, DrawerComponent | undefined] {\n const drawers = this.drawers.toArray();\n const startDrawers = drawers.filter(drawer => drawer.position === 'start');\n const endDrawers = drawers.filter(drawer => drawer.position === 'end');\n\n if (startDrawers.length > 1) {\n throwDuplicateDrawersError('start');\n }\n if (endDrawers.length > 1) {\n throwDuplicateDrawersError('end');\n }\n\n return [startDrawers[0], endDrawers[0]];\n }\n}\n\n \n\n \n \n\n\n\n \n\n\n \n\n \n \n ./container.component.scss\n \n :host {\n display: block;\n position: relative;\n z-index: 1;\n overflow: hidden;\n -webkit-overflow-scrolling: touch;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContainerComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContentComponent.html":{"url":"components/ContentComponent.html","title":"component - ContentComponent","body":"\n \n\n\n\n\n\n Components\n \n ContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/content/content.component.ts\n\n\n\n \n Description\n \n \n Main content component\n\n \n\n\n \n Implements\n \n \n OnInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-content\n \n\n\n\n \n styleUrls\n ./content.component.scss\n \n\n\n\n \n templateUrl\n ./content.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n bounds$\n \n \n \n Readonly\n clsName\n \n \n debugMode\n \n \n Readonly\n is3DView$\n \n \n isNarrowView\n \n \n Readonly\n position$\n \n \n Private\n sensor\n \n \n showDebugButtons\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleNodeDrag\n \n \n ngOnDestroy\n \n \n ngOnInit\n \n \n resetStage\n \n \n setViewType\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n disablePositionChange\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(model: ModelState, page: PageState, registration: RegistrationState, scene: SceneState, rootRef: ElementRef, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:63\n \n \n\n \n \n Creates an instance of content component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n The model state\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n The page state\n\n \n \n \n registration\n \n \n RegistrationState\n \n \n \n No\n \n \n \n The registration state\n\n \n \n \n scene\n \n \n SceneState\n \n \n \n No\n \n \n \n \n \n \n rootRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n Component's root element\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n Change detector\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n disablePositionChange\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:28\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-content\"\n\n \n \n \n \n Default value : 'ccf-content'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:26\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleNodeDrag\n \n \n \n \n \n \nhandleNodeDrag(event: NodeDragEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:126\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n NodeDragEvent\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:99\n \n \n\n\n \n \n Detaches the resize sensor\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:86\n \n \n\n\n \n \n Sets up the resize sensor\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n resetStage\n \n \n \n \n \n \nresetStage()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:116\n \n \n\n\n \n \n Method to reset registration block, crosshairs, and x,y,z information.\nResets to initial registration state if provided\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setViewType\n \n \n \n \n \n \nsetViewType(is3DView: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:108\n \n \n\n\n \n \n Sets view type\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n is3DView\n \n boolean\n \n\n \n No\n \n\n\n \n Set view type to '3d' if this is true otherwise set it to 'register'\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n bounds$\n \n \n \n \n \n \n Default value : this.model.organDimensions$.pipe(\n map(dims => ({\n x: Math.max(dims.x, this.model.defaultPosition.x + 40) / 1000,\n y: Math.max(dims.y, this.model.defaultPosition.y + 40) / 1000,\n z: Math.max(dims.z, this.model.defaultPosition.z + 40) / 1000\n })),\n distinctUntilKeyChanged('x'),\n distinctUntilKeyChanged('y')\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:39\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-content'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:26\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n debugMode\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:55\n \n \n\n \n \n Shows / hides the state debug component for testing purposes.\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n is3DView$\n \n \n \n \n \n \n Default value : this.model.viewType$.pipe(\n map(type => type === '3d')\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:35\n \n \n\n \n \n Whether the view type is 3d or register\n\n \n \n\n \n \n \n \n \n \n \n \n isNarrowView\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:50\n \n \n\n \n \n Whether the content area is very narrow\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n position$\n \n \n \n \n \n \n Default value : this.model.position$.pipe(\n map(p => ({ x: Math.floor(p.x), y: Math.floor(p.y), z: Math.floor(p.z) }))\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n sensor\n \n \n \n \n \n \n Type : ResizeSensor\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:63\n \n \n\n \n \n Resize detection\n\n \n \n\n \n \n \n \n \n \n \n \n showDebugButtons\n \n \n \n \n \n \n Default value : !environment.production\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/content.component.ts:60\n \n \n\n \n \n Show debug buttons of content component\n\n \n \n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, HostBinding, Input, OnDestroy, OnInit\n} from '@angular/core';\nimport { NodeDragEvent } from 'ccf-body-ui';\nimport { ResizeSensor } from 'css-element-queries';\nimport { distinctUntilKeyChanged, map } from 'rxjs/operators';\n\nimport { environment } from '../../../environments/environment';\nimport { ModelState } from '../../core/store/model/model.state';\nimport { PageState } from '../../core/store/page/page.state';\nimport { RegistrationState } from '../../core/store/registration/registration.state';\nimport { SceneState } from '../../core/store/scene/scene.state';\n\n\n/**\n * Main content component\n */\n@Component({\n selector: 'ccf-content',\n templateUrl: './content.component.html',\n styleUrls: ['./content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContentComponent implements OnInit, OnDestroy {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-content';\n\n @Input() disablePositionChange = false;\n\n readonly position$ = this.model.position$.pipe(\n map(p => ({ x: Math.floor(p.x), y: Math.floor(p.y), z: Math.floor(p.z) }))\n );\n\n /** Whether the view type is 3d or register */\n readonly is3DView$ = this.model.viewType$.pipe(\n map(type => type === '3d')\n );\n\n readonly bounds$ = this.model.organDimensions$.pipe(\n map(dims => ({\n x: Math.max(dims.x, this.model.defaultPosition.x + 40) / 1000,\n y: Math.max(dims.y, this.model.defaultPosition.y + 40) / 1000,\n z: Math.max(dims.z, this.model.defaultPosition.z + 40) / 1000\n })),\n distinctUntilKeyChanged('x'),\n distinctUntilKeyChanged('y')\n );\n\n /** Whether the content area is very narrow */\n isNarrowView = false;\n\n /**\n * Shows / hides the state debug component for testing purposes.\n */\n debugMode = false;\n\n /**\n * Show debug buttons of content component\n */\n showDebugButtons = !environment.production;\n\n /** Resize detection */\n private sensor: ResizeSensor;\n\n /**\n * Creates an instance of content component.\n *\n * @param model The model state\n * @param page The page state\n * @param registration The registration state\n * @param rootRef Component's root element\n * @param cdr Change detector\n */\n constructor(\n readonly model: ModelState,\n readonly page: PageState,\n readonly registration: RegistrationState,\n readonly scene: SceneState,\n private readonly rootRef: ElementRef,\n private readonly cdr: ChangeDetectorRef\n ) { }\n\n /**\n * Sets up the resize sensor\n */\n ngOnInit(): void {\n this.sensor = new ResizeSensor(this.rootRef.nativeElement, ({ width }) => {\n const isNarrowView = width n * 1000) as [number, number];\n const { position, viewSide, organDimensions } = this.model.snapshot;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => n / 2);\n let newPosition = position;\n switch (viewSide) {\n case 'anterior':\n newPosition = { x: a + dims[0], y: b + dims[1], z: position.z };\n break;\n case 'posterior':\n newPosition = { x: -a + dims[0], y: b + dims[1], z: position.z };\n break;\n case 'left':\n newPosition = { x: position.x, y: b + dims[1], z: -a + dims[2] };\n break;\n case 'right':\n newPosition = { x: position.x, y: b + dims[1], z: a + dims[2] };\n break;\n }\n this.model.setPosition(newPosition);\n }\n }\n }\n}\n\n \n\n \n \n \n \n refresh\n\n\n\n \n\n \n \n \n \n \n \n X: {{ (position$ | async)?.x }}\n Y: {{ (position$ | async)?.y }}\n Z: {{ (position$ | async)?.z }}\n \n \n \n\n\n\n\n\n State\n Use callback\n Use download\n\n\n \n\n \n \n ./content.component.scss\n \n :host {\n display: block;\n width: 100%;\n height: 100%;\n padding: .5rem;\n overflow: hidden;\n\n .top-bar {\n display: flex;\n justify-content: space-between;\n align-items: center;\n\n .reset {\n transform: scaleX(-1);\n cursor: pointer;\n transition: 0.6s;\n font-size: 2rem;\n height: 2rem;\n width: 2rem;\n }\n }\n\n .sidebar {\n .minimap-scene {\n margin: 1.5rem;\n width: 12.75rem;\n height: 11rem;\n ::ng-deep .body-ui {\n background-color: #232f3a;\n }\n }\n\n ccf-spatial-search-keyboard-ui-behavior {\n margin: 1.5rem;\n display: flex;\n justify-content: center;\n }\n\n ccf-xyz-position {\n margin: 1.5rem;\n padding-left: 5rem;\n }\n }\n\n .main-content {\n display: flex;\n height: calc(100% - 1rem);\n\n .body-ui {\n flex: auto;\n transition: opacity 1s;\n }\n\n .gizmo-area {\n width: 7rem;\n margin-top: 1.5rem;\n margin-left: 1.5rem;\n z-index: 10;\n right: 1.5rem;\n\n .position-display {\n display: flex;\n justify-content: center;\n margin-bottom: 1.5rem;\n }\n\n .gizmo {\n height: 5.5rem;\n .hidden {\n opacity: 0;\n z-index: 0;\n }\n }\n }\n }\n\n // Temporary for displaying dev information\n .ccf-store-debug {\n color: white;\n position: absolute;\n top: 0.5rem;\n max-width: 55rem;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' refresh X: {{ (position$ | async)?.x }} Y: {{ (position$ | async)?.y }} Z: {{ (position$ | async)?.z }} State Use callback Use download'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ContentComponent-1.html":{"url":"components/ContentComponent-1.html","title":"component - ContentComponent-1","body":"\n \n\n\n\n\n\n Components\n \n ContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts\n\n\n\n \n Description\n \n \n Component wrapping and providing animations for center content.\n\n \n\n\n \n Implements\n \n \n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-drawer-content\n \n\n\n\n \n styleUrls\n ./content.component.scss\n \n\n\n \n template\n \n \n\n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n animationsEnabled\n \n \n \n Readonly\n className\n \n \n Private\n drawers\n \n \n \n faded\n \n \n \n leftMargin\n \n \n \n rightMargin\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n handleMessage\n \n \n ngOnDestroy\n \n \n Private\n updateFaded\n \n \n Private\n updateMargin\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n @fadeInOut\n \n \n class\n \n \n class.cff-drawer-content-animations\n \n \n style.margin-left.px\n \n \n style.margin-right.px\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:41\n \n \n\n \n \n Creates an instance of content component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n Service used to send and receive event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n @fadeInOut\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:36\n \n \n\n \n \n Whether the content is invisible.\n\n \n \n\n \n \n \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-content\"\n\n \n \n \n \n Default value : 'ccf-drawer-content'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:28\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n class.cff-drawer-content-animations\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:30\n \n \n\n \n \n Whether animations are enabled.\n\n \n \n\n \n \n \n \n \n \n \n \n style.margin-left.px\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:32\n \n \n\n \n \n Left margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n style.margin-right.px\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:34\n \n \n\n \n \n Right margin size.\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n handleMessage\n \n \n \n \n \n \n \n handleMessage(msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:70\n \n \n\n\n \n \n Process an event message.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:60\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n updateFaded\n \n \n \n \n \n \n \n updateFaded()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:116\n \n \n\n\n \n \n Checks and updates the faded state based on the drawer states.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n updateMargin\n \n \n \n \n \n \n \n updateMargin(position: \"start\" | \"end\", opened: boolean, width: number, margin: number)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:103\n \n \n\n\n \n \n Updates a margin.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n position\n \n \"start\" | \"end\"\n \n\n \n No\n \n\n\n \n Start (left) or end (right) margin.\n\n \n \n \n opened\n \n boolean\n \n\n \n No\n \n\n\n \n Whether the drawer is opened.\n\n \n \n \n width\n \n number\n \n\n \n No\n \n\n\n \n The width of the drawer if opened.\n\n \n \n \n margin\n \n number\n \n\n \n No\n \n\n\n \n The margin size.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n animationsEnabled\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('class.cff-drawer-content-animations')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:30\n \n \n\n \n \n Whether animations are enabled.\n\n \n \n\n \n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-content'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:28\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n drawers\n \n \n \n \n \n \n Type : DrawerComponent[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:39\n \n \n\n \n \n References to the side drawers.\n\n \n \n\n \n \n \n \n \n \n \n \n \n faded\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Decorators : \n \n \n @HostBinding('@fadeInOut')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:36\n \n \n\n \n \n Whether the content is invisible.\n\n \n \n\n \n \n \n \n \n \n \n \n \n leftMargin\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Decorators : \n \n \n @HostBinding('style.margin-left.px')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:32\n \n \n\n \n \n Left margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n \n rightMargin\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Decorators : \n \n \n @HostBinding('style.margin-right.px')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:34\n \n \n\n \n \n Right margin size.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts:41\n \n \n\n \n \n Subscriptions managed by this component.\n\n \n \n\n \n \n\n\n\n\n\n \n import { animate, state, style, transition, trigger } from '@angular/animations';\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding, OnDestroy } from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageService } from '../messages';\n\n\n/**\n * Component wrapping and providing animations for center content.\n */\n@Component({\n selector: 'ccf-drawer-content',\n template: '',\n styleUrls: ['./content.component.scss'],\n animations: [\n trigger('fadeInOut', [\n state('false', style({ opacity: 1 })),\n state('true', style({ opacity: 0 })),\n\n transition('false true', animate('1s'))\n ])\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ContentComponent implements OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-content';\n /** Whether animations are enabled. */\n @HostBinding('class.cff-drawer-content-animations') animationsEnabled = false;\n /** Left margin size. */\n @HostBinding('style.margin-left.px') leftMargin = 0;\n /** Right margin size. */\n @HostBinding('style.margin-right.px') rightMargin = 0;\n /** Whether the content is invisible. */\n @HostBinding('@fadeInOut') faded = false;\n\n /** References to the side drawers. */\n private drawers: DrawerComponent[] = [];\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of content component.\n *\n * @param messageService Service used to send and receive event messages.\n * @param cdr The change detector reference.\n */\n constructor(messageService: MessageService,\n cdr: ChangeDetectorRef) {\n const messages = messageService.connect(this).getMessages();\n this.subscriptions.add(messages.subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /** Cleans up all subscriptions. */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Process an event message.\n *\n * @param msg The event.\n * @returns true if change detection needs to run.\n */\n private handleMessage(msg: Message): boolean {\n switch (msg.payload.type) {\n case 'drawer-containers-changed':\n this.drawers = msg.payload.drawers as DrawerComponent[];\n this.updateFaded();\n return true;\n\n case 'drawer-initialized':\n this.animationsEnabled = true;\n return true;\n\n case 'drawer-toggled': {\n const position = (msg.source as DrawerComponent).position;\n const { opened, width, margin } = msg.payload;\n\n this.updateMargin(position, opened, width, margin);\n this.updateFaded();\n return true;\n }\n\n default:\n return false;\n }\n }\n\n /**\n * Updates a margin.\n *\n * @param position Start (left) or end (right) margin.\n * @param opened Whether the drawer is opened.\n * @param width The width of the drawer if opened.\n * @param margin The margin size.\n */\n private updateMargin(position: 'start' | 'end', opened: boolean,\n width: number, margin: number): void {\n const offset = opened ? width + margin : margin;\n if (position === 'start') {\n this.leftMargin = offset;\n } else {\n this.rightMargin = offset;\n }\n }\n\n /**\n * Checks and updates the faded state based on the drawer states.\n */\n private updateFaded(): void {\n const [start, end] = this.drawers;\n const startExpanded = start?.opened && start?.expanded;\n const endExpanded = end?.opened && end?.expanded;\n this.faded = !!(startExpanded || endExpanded);\n }\n}\n\n \n\n\n \n \n ./content.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n height: 100%;\n z-index: 2;\n overflow: auto;\n\n &.cff-drawer-content-animations {\n transition: {\n duration: .5s;\n timing-function: ease-in-out;\n property: margin-left, margin-right;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ContentComponent-1'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ContentContainerChanged.html":{"url":"interfaces/ContentContainerChanged.html","title":"interface - ContentContainerChanged","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ContentContainerChanged\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when the content component changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n content\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n content\n \n \n \n \n \n \n \n \n content: \n\n \n \n\n\n\n\n\n\n\n \n \n A reference to the new content component.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ContentModule.html":{"url":"modules/ContentModule.html","title":"module - ContentModule","body":"\n \n\n\n\n\n Modules\n ContentModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ContentModule\n\n\n\ncluster_ContentModule_declarations\n\n\n\ncluster_ContentModule_imports\n\n\n\ncluster_ContentModule_exports\n\n\n\n\nContentComponent\n\nContentComponent\n\n\n\nContentModule\n\nContentModule\n\nContentModule -->\n\nContentComponent->ContentModule\n\n\n\n\n\nContentComponent \n\nContentComponent \n\nContentComponent -->\n\nContentModule->ContentComponent \n\n\n\n\n\nStageNavModule\n\nStageNavModule\n\nContentModule -->\n\nStageNavModule->ContentModule\n\n\n\n\n\nVideoModalLauncherModule\n\nVideoModalLauncherModule\n\nContentModule -->\n\nVideoModalLauncherModule->ContentModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/content/content.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ContentComponent\n \n \n \n \n Imports\n \n \n StageNavModule\n \n \n VideoModalLauncherModule\n \n \n \n \n Exports\n \n \n ContentComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { BodyUiModule, StoreDebugModule } from 'ccf-shared';\n\nimport { ContentComponent } from '../content/content.component';\nimport { StageNavModule } from './stage-nav/stage-nav.module';\nimport { VideoModalLauncherModule } from './video-modal/video-modal-launcher/video-modal-launcher.module';\nimport { SpatialSearchKeyboardUIBehaviorModule } from 'ccf-shared';\n\n\n@NgModule({\n imports: [\n CommonModule,\n StageNavModule,\n MatIconModule,\n StoreDebugModule,\n VideoModalLauncherModule,\n MatRippleModule,\n SpatialSearchKeyboardUIBehaviorModule,\n BodyUiModule\n ],\n declarations: [ContentComponent],\n exports: [ContentComponent]\n})\nexport class ContentModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\n\nConfigModule\n\nConfigModule\n\n\n\nCoreModule\n\nCoreModule\n\nCoreModule -->\n\nConfigModule->CoreModule\n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nThemingModule\n\nThemingModule\n\nCoreModule -->\n\nThemingModule->CoreModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/core/core.module.ts\n \n\n\n\n\n\n \n \n \n Imports\n \n \n ConfigModule\n \n \n StoreModule\n \n \n ThemingModule\n \n \n \n \n \n\n\n \n\n\n \n import { HttpClientModule } from '@angular/common/http';\nimport { NgModule, Optional, SkipSelf } from '@angular/core';\nimport { MousePositionTrackerModule } from 'ccf-shared';\nimport { AnalyticsModule } from 'ccf-shared/analytics';\n\nimport { environment } from '../../environments/environment';\nimport { ConfigModule } from './services/config/config.module';\nimport { ThemingModule } from './services/theming/theming.module';\nimport { StoreModule } from './store/store.module';\n\n\n@NgModule({\n imports: [\n HttpClientModule,\n AnalyticsModule.forRoot({\n gaToken: environment.googleAnalyticsToken,\n appName: 'rui'\n }),\n MousePositionTrackerModule,\n\n ConfigModule,\n StoreModule,\n ThemingModule\n ],\n exports: []\n})\nexport class CoreModule {\n constructor(@Optional() @SkipSelf() core: CoreModule) {\n if (core) {\n throw new Error('The core module should only be imported once in the root module');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DefaultIconDefinition.html":{"url":"interfaces/DefaultIconDefinition.html","title":"interface - DefaultIconDefinition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DefaultIconDefinition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/icon-registry/default-icons.ts\n \n\n\n \n Description\n \n \n Object definition for icon that should be loaded on startup.\nUnlike runtime registration object this does not need url ot html\nto be sanitized before hand.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n html\n \n \n \n Optional\n \n name\n \n \n \n Optional\n \n namespace\n \n \n \n Optional\n \n url\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n html\n \n \n \n \n \n \n \n \n html: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Html containing the svg of the icon or icon set.\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Name to register the icon under.\n\n \n \n \n \n \n \n \n \n \n namespace\n \n \n \n \n \n \n \n \n namespace: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Namespace to register the icon or icon set under.\n\n \n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n \n \n url: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Url to fetch the icon or icon set from.\n\n \n \n \n \n \n \n\n\n \n export interface DefaultIconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: string;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: string;\n}\n\n\n/**\n * Icons registered at startup.\n */\nexport const DEFAULT_ICONS: DefaultIconDefinition[] = [\n // Reference Organs\n { name: 'bladder', namespace: 'app', url: 'assets/icons/organs/ico-organs-bladder.svg' },\n { name: 'blood', namespace: 'app', url: 'assets/icons/organs/ico-organs-blood.svg' },\n { name: 'bone-marrow', namespace: 'app', url: 'assets/icons/organs/ico-organs-bone-marrow.svg' },\n { name: 'brain', namespace: 'app', url: 'assets/icons/organs/ico-organs-brain.svg' },\n { name: 'eye', namespace: 'app', url: 'assets/icons/organs/ico-organs-eye.svg' },\n { name: 'fallopian-tube-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-left.svg' },\n { name: 'fallopian-tube-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-right.svg' },\n { name: 'heart', namespace: 'app', url: 'assets/icons/organs/ico-organs-heart.svg' },\n { name: 'kidney-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-left.svg' },\n { name: 'kidney-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-right.svg' },\n { name: 'kidney', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney.svg' },\n { name: 'knee', namespace: 'app', url: 'assets/icons/organs/ico-organs-knee.svg' },\n { name: 'large-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-large-intestine.svg' },\n { name: 'larynx', namespace: 'app', url: 'assets/icons/organs/ico-organs-larynx.svg' },\n { name: 'liver', namespace: 'app', url: 'assets/icons/organs/ico-organs-liver.svg' },\n { name: 'lung-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-left.svg' },\n { name: 'lung-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-right.svg' },\n { name: 'lung', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung.svg' },\n { name: 'lymph-nodes', namespace: 'app', url: 'assets/icons/organs/ico-organs-lymph-nodes.svg' },\n { name: 'main-bronchus', namespace: 'app', url: 'assets/icons/organs/ico-organs-extrapulmonary bronchus.svg' },\n { name: 'mammary-gland', namespace: 'app', url: 'assets/icons/organs/ico-organs-breast.svg' },\n { name: 'neuron', namespace: 'app', url: 'assets/icons/organs/ico-organs-neuron.svg' },\n { name: 'ovaries', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovaries.svg' },\n { name: 'ovary-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-left.svg' },\n { name: 'ovary-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-right.svg' },\n { name: 'palatine-tonsil', namespace: 'app', url: 'assets/icons/organs/ico-organs-palatine tonsil.svg' },\n { name: 'pancreas', namespace: 'app', url: 'assets/icons/organs/ico-organs-pancreas.svg' },\n { name: 'pelvis-f', namespace: 'app', url: 'assets/icons/organs/ico-organs-pelvis-f.svg' },\n { name: 'placenta', namespace: 'app', url: 'assets/icons/organs/ico-organs-placenta.svg' },\n { name: 'prostate', namespace: 'app', url: 'assets/icons/organs/ico-organs-prostate.svg' },\n { name: 'skin', namespace: 'app', url: 'assets/icons/organs/ico-organs-skin.svg' },\n { name: 'small-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-small intestine.svg' },\n { name: 'spinal-cord', namespace: 'app', url: 'assets/icons/organs/ico-organs-spinal-cord.svg' },\n { name: 'spleen', namespace: 'app', url: 'assets/icons/organs/ico-organs-spleen.svg' },\n { name: 'stomach', namespace: 'app', url: 'assets/icons/organs/ico-organs-stomach.svg' },\n { name: 'thymus', namespace: 'app', url: 'assets/icons/organs/ico-organs-thymus.svg' },\n { name: 'trachea', namespace: 'app', url: 'assets/icons/organs/ico-organs-trachea.svg' },\n { name: 'ureter-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-left.svg' },\n { name: 'ureter-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-right.svg' },\n { name: 'uterus', namespace: 'app', url: 'assets/icons/organs/ico-organs-uterus.svg' },\n { name: 'vasculature-thick', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thick.svg' },\n { name: 'vasculature-thin', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thin.svg' },\n\n { name: 'opacity', namespace: 'app', url: 'assets/icons/opacity-24px.svg' },\n { name: 'visibility_on', namespace: 'app', url: 'assets/icons/visibility-on-24px.svg' },\n { name: 'visibility_off', namespace: 'app', url: 'assets/icons/visibility-off-24px.svg' },\n { name: 'visibility_off_cube', namespace: 'app', url: 'assets/icons/ico-cube.svg' }\n];\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DetailsLabelComponent.html":{"url":"components/DetailsLabelComponent.html","title":"component - DetailsLabelComponent","body":"\n \n\n\n\n\n\n Components\n \n DetailsLabelComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts\n\n\n\n \n Description\n \n \n Reusable component that takes an array of strings and renders\nthat array as a string, separated by commas, in the icon color.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-details-label\n \n\n\n\n \n styleUrls\n ./details-label.component.scss\n \n\n\n\n \n templateUrl\n ./details-label.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n arrayToString\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n details\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n details\n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts:20\n \n \n \n \n The array of details to be displayed.\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-details-label\"\n\n \n \n \n \n Default value : 'ccf-details-label'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts:15\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n arrayToString\n \n \n \n \n \n \narrayToString(inputArray: string[])\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts:29\n \n \n\n\n \n \n Function that handles converting the array given\ninto a formatted string for display.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n inputArray\n \n string[]\n \n\n \n No\n \n\n\n \n an array of strings to join.\n\n \n \n \n \n \n \n Returns : string\n\n \n \n the formatted string of items separated by a comma.\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-details-label'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts:15\n \n \n\n \n \n HTML Class Name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\n/**\n * Reusable component that takes an array of strings and renders\n * that array as a string, separated by commas, in the icon color.\n */\n@Component({\n selector: 'ccf-details-label',\n templateUrl: './details-label.component.html',\n styleUrls: ['./details-label.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DetailsLabelComponent {\n /** HTML Class Name */\n @HostBinding('class') readonly clsName = 'ccf-details-label';\n\n /**\n * The array of details to be displayed.\n */\n @Input() details: string[] = [];\n\n /**\n * Function that handles converting the array given\n * into a formatted string for display.\n *\n * @param inputArray an array of strings to join.\n * @returns the formatted string of items separated by a comma.\n */\n arrayToString(inputArray: string[]): string {\n return inputArray.filter(item => !!item).join(', ');\n }\n}\n\n \n\n \n {{ arrayToString(details) }}\n \n\n \n \n ./details-label.component.scss\n \n :host {\n display: block;\n height: 2.25rem;\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{ arrayToString(details) }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'DetailsLabelComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DetailsLabelModule.html":{"url":"modules/DetailsLabelModule.html","title":"module - DetailsLabelModule","body":"\n \n\n\n\n\n Modules\n DetailsLabelModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DetailsLabelModule\n\n\n\ncluster_DetailsLabelModule_exports\n\n\n\ncluster_DetailsLabelModule_declarations\n\n\n\n\nDetailsLabelComponent\n\nDetailsLabelComponent\n\n\n\nDetailsLabelModule\n\nDetailsLabelModule\n\nDetailsLabelModule -->\n\nDetailsLabelComponent->DetailsLabelModule\n\n\n\n\n\nDetailsLabelComponent \n\nDetailsLabelComponent \n\nDetailsLabelComponent -->\n\nDetailsLabelModule->DetailsLabelComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/details-label/details-label.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n DetailsLabelComponent\n \n \n \n \n Exports\n \n \n DetailsLabelComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DetailsLabelComponent } from './details-label.component';\n\n@NgModule({\n declarations: [DetailsLabelComponent],\n imports: [CommonModule],\n exports: [DetailsLabelComponent]\n})\nexport class DetailsLabelModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DocumentationContent.html":{"url":"interfaces/DocumentationContent.html","title":"interface - DocumentationContent","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DocumentationContent\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/documentation.ts\n \n\n\n \n Description\n \n \n The structure to define how each documentation panel\nshould look like in the info dialog\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n content\n \n \n \n \n title\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n content\n \n \n \n \n \n \n \n \n content: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Content inside the panel\n\n \n \n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n \n \n title: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Title of the panel\n\n \n \n \n \n \n \n\n\n \n export interface DocumentationContent {\n /** Title of the panel */\n title: string;\n\n /** Content inside the panel */\n content: string;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerContainersChanged.html":{"url":"interfaces/DrawerContainersChanged.html","title":"interface - DrawerContainersChanged","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerContainersChanged\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when a drawer component changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n drawers\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n drawers\n \n \n \n \n \n \n \n \n drawers: [, ]\n\n \n \n\n\n \n \n Type : [, ]\n\n \n \n\n\n\n\n\n \n \n References to the drawer components. Can contain undefined values.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerInitialized.html":{"url":"interfaces/DrawerInitialized.html","title":"interface - DrawerInitialized","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerInitialized\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message sent when a drawer has finished initializing.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DrawerModule.html":{"url":"modules/DrawerModule.html","title":"module - DrawerModule","body":"\n \n\n\n\n\n Modules\n DrawerModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DrawerModule\n\n\n\ncluster_DrawerModule_declarations\n\n\n\ncluster_DrawerModule_exports\n\n\n\n\nContainerComponent\n\nContainerComponent\n\n\n\nDrawerModule\n\nDrawerModule\n\nDrawerModule -->\n\nContainerComponent->DrawerModule\n\n\n\n\n\nContentComponent\n\nContentComponent\n\nDrawerModule -->\n\nContentComponent->DrawerModule\n\n\n\n\n\nDrawerComponent\n\nDrawerComponent\n\nDrawerModule -->\n\nDrawerComponent->DrawerModule\n\n\n\n\n\nToggleButtonComponent\n\nToggleButtonComponent\n\nDrawerModule -->\n\nToggleButtonComponent->DrawerModule\n\n\n\n\n\nContainerComponent \n\nContainerComponent \n\nContainerComponent -->\n\nDrawerModule->ContainerComponent \n\n\n\n\n\nDrawerComponent \n\nDrawerComponent \n\nDrawerComponent -->\n\nDrawerModule->DrawerComponent \n\n\n\n\n\nToggleButtonComponent \n\nToggleButtonComponent \n\nToggleButtonComponent -->\n\nDrawerModule->ToggleButtonComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ContainerComponent\n \n \n ContentComponent\n \n \n DrawerComponent\n \n \n ToggleButtonComponent\n \n \n \n \n Exports\n \n \n ContainerComponent\n \n \n DrawerComponent\n \n \n ToggleButtonComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n\nimport { MESSAGE_SERVICE_CONFIG, MESSAGE_SERVICE_DEFAULT_CONFIG } from '../../services/message/message.service';\nimport { ContainerComponent } from './container/container.component';\nimport { ContentComponent } from './content/content.component';\nimport { DrawerComponent } from './drawer/drawer.component';\nimport { ToggleButtonComponent } from './toggle-button/toggle-button.component';\n\n\n@NgModule({\n imports: [BrowserModule, BrowserAnimationsModule, MatIconModule],\n providers: [{\n provide: MESSAGE_SERVICE_CONFIG, useValue: MESSAGE_SERVICE_DEFAULT_CONFIG\n }],\n declarations: [ContainerComponent, ContentComponent, DrawerComponent, ToggleButtonComponent],\n exports: [ContainerComponent, ContentComponent, DrawerComponent, ToggleButtonComponent]\n})\nexport class DrawerModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DrawerToggled.html":{"url":"interfaces/DrawerToggled.html","title":"interface - DrawerToggled","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n DrawerToggled\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n\n\n \n Description\n \n \n Message send when the state of a drawer changes.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n expanded\n \n \n \n \n margin\n \n \n \n \n opened\n \n \n \n \n type\n \n \n \n \n width\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n expanded\n \n \n \n \n \n \n \n \n expanded: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the drawer is expanded. Implies opened.\n\n \n \n \n \n \n \n \n \n \n margin\n \n \n \n \n \n \n \n \n margin: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Margin used by the drawer for toggle button, etc.\n\n \n \n \n \n \n \n \n \n \n opened\n \n \n \n \n \n \n \n \n opened: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the drawer is open.\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \n\n \n \n\n\n\n\n\n\n\n \n \n Message type.\n\n \n \n \n \n \n \n \n \n \n width\n \n \n \n \n \n \n \n \n width: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Width of the drawer.\n\n \n \n \n \n \n \n\n\n \n import {\n Message as GenericMessage, MessageChannel as GenericMessageChannel, MessageService as GenericMessageService,\n} from '../../services/message/message.service';\n\n\n/** Message sent when the content component changes. */\nexport interface ContentContainerChanged {\n /** Message type. */\n type: 'content-container-changed';\n /** A reference to the new content component. */\n content: unknown;\n}\n\n/** Message sent when a drawer component changes. */\nexport interface DrawerContainersChanged {\n /** Message type. */\n type: 'drawer-containers-changed';\n /** References to the drawer components. Can contain undefined values. */\n drawers: [unknown, unknown];\n}\n\n/** Payload types for messages sent from the drawer container. */\nexport type ContainerPayload = ContentContainerChanged | DrawerContainersChanged;\n\n\n/** Message sent when a drawer has finished initializing. */\nexport interface DrawerInitialized {\n /** Message type. */\n type: 'drawer-initialized';\n}\n\n/** Message send when the state of a drawer changes. */\nexport interface DrawerToggled {\n /** Message type. */\n type: 'drawer-toggled';\n /** Whether the drawer is open. */\n opened: boolean;\n /** Whether the drawer is expanded. Implies opened. */\n expanded: boolean;\n /** Width of the drawer. */\n width: number;\n /** Margin used by the drawer for toggle button, etc. */\n margin: number;\n}\n\n/** Payload types for messages sent from the drawers. */\nexport type DrawerPayload = DrawerToggled | DrawerInitialized;\n\n\n/** Combined payload type for all drawer sub components. */\nexport type Payload = ContainerPayload | DrawerPayload;\n/** Specific message type. */\nexport type Message = GenericMessage;\n/** Specific channel type. */\nexport type MessageChannel = GenericMessageChannel;\n/** Specific service type. */\nexport type MessageService = GenericMessageService;\n/** Reference to the service class. */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const MessageService = GenericMessageService;\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ExtractionSet.html":{"url":"interfaces/ExtractionSet.html","title":"interface - ExtractionSet","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ExtractionSet\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/extraction-set.ts\n \n\n\n \n Description\n \n \n Contains information for an extraction set\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n name\n \n \n \n Optional\n \n organ\n \n \n \n \n sites\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the set\n\n \n \n \n \n \n \n \n \n \n organ\n \n \n \n \n \n \n \n \n organ: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Organ that the extraction sites belong to\n\n \n \n \n \n \n \n \n \n \n sites\n \n \n \n \n \n \n \n \n sites: VisibilityItem[]\n\n \n \n\n\n \n \n Type : VisibilityItem[]\n\n \n \n\n\n\n\n\n \n \n Extraction sites belonging to the organ in the extraction set\n\n \n \n \n \n \n \n\n\n \n import { VisibilityItem } from './visibility-item';\n\n/**\n * Contains information for an extraction set\n */\nexport interface ExtractionSet {\n /** Name of the set */\n name: string;\n\n /** Organ that the extraction sites belong to */\n organ?: string;\n\n /** Extraction sites belonging to the organ in the extraction set */\n sites: VisibilityItem[];\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ExtractionSetDropdownComponent.html":{"url":"components/ExtractionSetDropdownComponent.html","title":"component - ExtractionSetDropdownComponent","body":"\n \n\n\n\n\n\n Components\n \n ExtractionSetDropdownComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts\n\n\n\n \n Description\n \n \n Dropdown for selecting the extraction set\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-extraction-set-dropdown\n \n\n\n\n \n styleUrls\n ./extraction-set-dropdown.component.scss\n \n\n\n\n \n templateUrl\n ./extraction-set-dropdown.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n selected\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n extractionSetChanged\n \n \n isMultiple\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n sets\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n setChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:33\n \n \n\n \n \n Creates an instance of extraction set dropdown component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n sets\n \n \n \n \n Type : ExtractionSet[]\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:28\n \n \n \n \n Extraction sets to be displayed as options\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n setChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:23\n \n \n \n \n Emits the current extraction set when selected\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-extraction-set-dropdown\"\n\n \n \n \n \n Default value : 'ccf-extraction-set-dropdown'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n extractionSetChanged\n \n \n \n \n \n \nextractionSetChanged(value: ExtractionSet)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:47\n \n \n\n\n \n \n Sets the selected extraction set and emits the extraction set\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n ExtractionSet\n \n\n \n No\n \n\n\n \n The extraction set selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n isMultiple\n \n \n \n \n \n \nisMultiple()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:58\n \n \n\n\n \n \n Determines whether there is more than one extraction set\n\n\n \n Returns : boolean\n\n \n \n true if there is more than one extraction set\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-extraction-set-dropdown'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n selected\n \n \n \n \n \n \n Type : ExtractionSet\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts:33\n \n \n\n \n \n The currently selected extraction set\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { ExtractionSet } from '../../../core/models/extraction-set';\n\n/**\n * Dropdown for selecting the extraction set\n */\n@Component({\n selector: 'ccf-extraction-set-dropdown',\n templateUrl: './extraction-set-dropdown.component.html',\n styleUrls: ['./extraction-set-dropdown.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ExtractionSetDropdownComponent {\n\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-extraction-set-dropdown';\n\n /**\n * Emits the current extraction set when selected\n */\n @Output() readonly setChange = new EventEmitter();\n\n /**\n * Extraction sets to be displayed as options\n */\n @Input() sets: ExtractionSet[];\n\n /**\n * The currently selected extraction set\n */\n selected: ExtractionSet;\n\n /**\n * Creates an instance of extraction set dropdown component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Sets the selected extraction set and emits the extraction set\n *\n * @param value The extraction set selected\n */\n extractionSetChanged(value: ExtractionSet): void {\n this.selected = value;\n this.ga.event('selected_extraction_set_change', 'extraction_set_dropdown', value.name);\n this.setChange.emit(value);\n }\n\n /**\n * Determines whether there is more than one extraction set\n *\n * @returns true if there is more than one extraction set\n */\n isMultiple(): boolean {\n return this.sets.length > 1;\n }\n}\n\n \n\n \n \n Landmark Set\n \n \n {{set.name}} ({{set.sites.length}})\n \n \n\n\n \n\n \n \n ./extraction-set-dropdown.component.scss\n \n ::ng-deep .extraction-set-panel {\n position: absolute !important;\n box-shadow: 0rem 0rem 0.3rem 0.1rem #9e9e9e !important;\n top: -3.5rem;\n\n .extraction-set-options {\n height: 2.5rem;\n min-height: inherit;\n }\n}\n\n:host {\n ::ng-deep .mat-mdc-form-field {\n width: 10.5rem;\n\n .mat-mdc-text-field-wrapper {\n padding: 0;\n }\n }\n}\n\n::ng-deep .cdk-overlay-pane {\n min-width: 0rem !important;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Landmark Set {{set.name}} ({{set.sites.length}}) '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ExtractionSetDropdownComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ExtractionSetDropdownModule.html":{"url":"modules/ExtractionSetDropdownModule.html","title":"module - ExtractionSetDropdownModule","body":"\n \n\n\n\n\n Modules\n ExtractionSetDropdownModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ExtractionSetDropdownModule\n\n\n\ncluster_ExtractionSetDropdownModule_exports\n\n\n\ncluster_ExtractionSetDropdownModule_declarations\n\n\n\n\nExtractionSetDropdownComponent\n\nExtractionSetDropdownComponent\n\n\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule -->\n\nExtractionSetDropdownComponent->ExtractionSetDropdownModule\n\n\n\n\n\nExtractionSetDropdownComponent \n\nExtractionSetDropdownComponent \n\nExtractionSetDropdownComponent -->\n\nExtractionSetDropdownModule->ExtractionSetDropdownComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ExtractionSetDropdownComponent\n \n \n \n \n Exports\n \n \n ExtractionSetDropdownComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatSelectModule } from '@angular/material/select';\n\nimport { ExtractionSetDropdownComponent } from './extraction-set-dropdown.component';\n\n\n@NgModule({\n imports: [CommonModule, MatSelectModule],\n declarations: [ExtractionSetDropdownComponent],\n exports: [ExtractionSetDropdownComponent]\n})\nexport class ExtractionSetDropdownModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/GlobalConfig.html":{"url":"interfaces/GlobalConfig.html","title":"interface - GlobalConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n GlobalConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n baseHref\n \n \n \n Optional\n \n cancelRegistration\n \n \n \n Optional\n \n editRegistration\n \n \n \n Optional\n \n fetchPreviousRegistrations\n \n \n \n Optional\n \n header\n \n \n \n Optional\n \n homeUrl\n \n \n \n Optional\n \n logoTooltip\n \n \n \n Optional\n \n organ\n \n \n \n Optional\n \n organOptions\n \n \n \n Optional\n \n register\n \n \n \n Optional\n \n registrationStarted\n \n \n \n Optional\n \n skipUnsavedChangesConfirmation\n \n \n \n Optional\n \n theme\n \n \n \n Optional\n \n useDownload\n \n \n \n Optional\n \n user\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n baseHref\n \n \n \n \n \n \n \n \n baseHref: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n cancelRegistration\n \n \n \n \n \n \n \n \n cancelRegistration: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n editRegistration\n \n \n \n \n \n \n \n \n editRegistration: Record\n\n \n \n\n\n \n \n Type : Record\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n fetchPreviousRegistrations\n \n \n \n \n \n \n \n \n fetchPreviousRegistrations: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n header\n \n \n \n \n \n \n \n \n header: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n homeUrl\n \n \n \n \n \n \n \n \n homeUrl: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n \n \n \n \n logoTooltip: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n organ\n \n \n \n \n \n \n \n \n organ: OrganConfig | string\n\n \n \n\n\n \n \n Type : OrganConfig | string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n organOptions\n \n \n \n \n \n \n \n \n organOptions: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n register\n \n \n \n \n \n \n \n \n register: function\n\n \n \n\n\n \n \n Type : function\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n registrationStarted\n \n \n \n \n \n \n \n \n registrationStarted: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n skipUnsavedChangesConfirmation\n \n \n \n \n \n \n \n \n skipUnsavedChangesConfirmation: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n theme\n \n \n \n \n \n \n \n \n theme: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n useDownload\n \n \n \n \n \n \n \n \n useDownload: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n user\n \n \n \n \n \n \n \n \n user: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { InjectionToken } from '@angular/core';\nimport { GlobalsService } from 'ccf-shared';\nimport { ObservableInput } from 'rxjs';\n\n\nexport interface GlobalConfig {\n baseHref?: string;\n editRegistration?: Record;\n organ?: OrganConfig | string;\n user?: {\n firstName: string;\n lastName: string;\n };\n\n register?: (data: string) => void;\n useDownload?: boolean;\n\n fetchPreviousRegistrations?: () => ObservableInput[]>;\n registrationStarted?: boolean;\n\n cancelRegistration?: () => void;\n\n skipUnsavedChangesConfirmation?: boolean;\n\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n organOptions?: string[];\n}\n\nexport interface OrganConfig {\n name: 'large intestine' | 'heart' | 'kidney' | 'spleen';\n ontologyId?: string;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\ndeclare global {\n let ruiConfig: GlobalConfig;\n}\n\nexport const GLOBAL_CONFIG = new InjectionToken(\n 'Global configuration object'\n);\n\nexport function globalConfigFactory(globals: GlobalsService): GlobalConfig {\n return globals.get('ruiConfig', { user: { firstName: '', lastName: '' } });\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HeaderComponent.html":{"url":"components/HeaderComponent.html","title":"component - HeaderComponent","body":"\n \n\n\n\n\n\n Components\n \n HeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/header/header.component.ts\n\n\n\n \n Description\n \n \n Page header\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-header\n \n\n\n\n \n styleUrls\n ./header.component.scss\n \n\n\n\n \n templateUrl\n ./header.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n homeUrl\n \n \n logoTooltip\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(page: PageState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:21\n \n \n\n \n \n Creates an instance of header component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n Page data.\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n homeUrl\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:19\n \n \n \n \n \n \n \n \n \n logoTooltip\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:21\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-header\"\n\n \n \n \n \n Default value : 'ccf-header'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:17\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-header'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/header/header.component.ts:17\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\nimport { PageState } from '../../core/store/page/page.state';\n\n\n/**\n * Page header\n */\n@Component({\n selector: 'ccf-header',\n templateUrl: './header.component.html',\n styleUrls: ['./header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class HeaderComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-header';\n\n @Input() homeUrl: string;\n\n @Input() logoTooltip: string;\n\n /**\n * Creates an instance of header component.\n *\n * @param page Page data.\n */\n constructor(readonly page: PageState) { }\n}\n\n \n\n \n \n\n\n\n \n chevron_left\n BACK\n \n\n\n\n \n \n \n \n\n\n\n\n \n\n \n \n ./header.component.scss\n \n :host {\n display: flex;\n align-items: center;\n min-height: 4rem;\n padding: 0 1.5rem;\n border-bottom-width: 1px;\n border-bottom-style: solid;\n\n .text {\n padding: 0.25rem 0;\n height: 2rem;\n display: flex;\n align-items: center;\n font-weight: lighter;\n font-size: 1.5rem;\n }\n\n\n .link {\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n padding: 0.25rem 0;\n }\n\n .home {\n * {\n transition: color .6s;\n }\n\n .backbutton {\n // Material icons do not always fill the space given\n // Scale up size for icon to look correct\n font-size: 2.25rem;\n width: 2.25rem;\n height: 2.25rem;\n }\n }\n\n .portal {\n height: 100%;\n width: 25rem;\n align-items: center;\n display: flex;\n }\n\n .logo {\n width: 100%;\n height: 50%;\n background-repeat: no-repeat;\n background-size: contain;\n }\n\n .filler {\n flex-grow: 1;\n margin: 0;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' chevron_left BACK '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'HeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/HeaderModule.html":{"url":"modules/HeaderModule.html","title":"module - HeaderModule","body":"\n \n\n\n\n\n Modules\n HeaderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_HeaderModule\n\n\n\ncluster_HeaderModule_declarations\n\n\n\ncluster_HeaderModule_exports\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\n\n\nHeaderModule\n\nHeaderModule\n\nHeaderModule -->\n\nHeaderComponent->HeaderModule\n\n\n\n\n\nHeaderComponent \n\nHeaderComponent \n\nHeaderComponent -->\n\nHeaderModule->HeaderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/header/header.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n HeaderComponent\n \n \n \n \n Exports\n \n \n HeaderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { HeaderComponent } from './header.component';\n\n\n\n@NgModule({\n imports: [CommonModule, MatIconModule, MatTooltipModule],\n declarations: [HeaderComponent],\n exports: [HeaderComponent]\n})\nexport class HeaderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/IconDefinition.html":{"url":"interfaces/IconDefinition.html","title":"interface - IconDefinition","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n IconDefinition\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n\n\n \n Description\n \n \n Object definition for registering new svg icons.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n html\n \n \n \n Optional\n \n name\n \n \n \n Optional\n \n namespace\n \n \n \n Optional\n \n url\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n html\n \n \n \n \n \n \n \n \n html: SafeHtml\n\n \n \n\n\n \n \n Type : SafeHtml\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Html containing the svg of the icon or icon set.\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Name to register the icon under.\n\n \n \n \n \n \n \n \n \n \n namespace\n \n \n \n \n \n \n \n \n namespace: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Namespace to register the icon or icon set under.\n\n \n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n \n \n url: SafeResourceUrl\n\n \n \n\n\n \n \n Type : SafeResourceUrl\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Url to fetch the icon or icon set from.\n\n \n \n \n \n \n \n\n\n \n import { Injectable, Optional } from '@angular/core';\nimport { MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';\nimport { DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { GlobalConfigState } from 'ccf-shared';\n\nimport { GlobalConfig } from '../../services/config/config';\nimport { DEFAULT_ICONS } from './default-icons';\n\n\n/**\n * Object definition for registering new svg icons.\n */\nexport interface IconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: SafeResourceUrl;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: SafeHtml;\n}\n\n\n/**\n * State handling the registration of icons for use with `mat-icon`.\n */\n@StateRepository()\n@State({ name: 'iconRegistry' })\n@Injectable()\nexport class IconRegistryState extends NgxsDataRepository {\n /**\n * Creates an instance of icon registry state.\n *\n * @param registry Material icon registry.\n * @param sanitizer Service used to sanitize default imported urls and html.\n */\n constructor(@Optional() private registry: MatIconRegistry | null,\n private readonly sanitizer: DomSanitizer,\n private readonly globalConfig: GlobalConfigState) {\n super();\n }\n\n ngxsOnInit(): void {\n // Register html icons as they don't depend on baseHref\n DEFAULT_ICONS\n .filter(def => def.html !== undefined)\n .map(def => ({ ...def, html: this.sanitizer.bypassSecurityTrustHtml(def.html!) }))\n .forEach(def => this.registerIconImpl(def));\n\n // Use resolver for url icons\n this.registry?.addSvgIconResolver((name, namespace) => {\n const def = DEFAULT_ICONS.find(\n icon => (icon.name ?? '') === name && (icon.namespace ?? '') === namespace\n );\n\n if (def?.url === undefined) {\n return null;\n }\n\n const baseHref = this.globalConfig.snapshot.baseHref ?? '';\n return this.sanitizer.bypassSecurityTrustResourceUrl(baseHref + def.url);\n });\n }\n\n /**\n * Registers a svg icon for use in mat-icon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n @DataAction()\n registerIcon(definition: IconDefinition): boolean {\n return this.registerIconImpl(definition);\n }\n\n /**\n * Backing implementation of registerIcon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n private registerIconImpl(definition: IconDefinition): boolean {\n if (!this.registry) {\n return false;\n }\n if (!definition.url && !definition.html) {\n return false;\n }\n\n const registry = this.registry;\n const methodName = this.getMethodName(definition);\n const method = registry[methodName] as (...arg: unknown[]) => void;\n const args = this.getArguments(definition);\n\n if (!method) {\n return false;\n }\n try {\n method.apply(registry, args);\n return true;\n } catch (_error) {\n return false;\n }\n }\n\n /**\n * Selects the MatIconRegistry method used to register the icon.\n *\n * @param definition Icon definition.\n * @returns The name of the registry method.\n */\n private getMethodName({ name, namespace, url }: IconDefinition): string {\n const parts = ['addSvgIcon'];\n if (!name) {\n parts.push('Set');\n }\n if (!url) {\n parts.push('Literal');\n }\n if (namespace) {\n parts.push('InNamespace');\n }\n return parts.join('');\n }\n\n /**\n * Selects the argument used to call the registration method.\n *\n * @param definition Icon definition.\n * @returns An array of arguments.\n */\n private getArguments({ name, namespace, url, html }: IconDefinition): unknown[] {\n const args: unknown[] = [namespace, name, url ?? html];\n return args.filter(value => !!value);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/IconRegistryState.html":{"url":"injectables/IconRegistryState.html","title":"injectable - IconRegistryState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n IconRegistryState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n\n\n \n Description\n \n \n State handling the registration of icons for use with mat-icon.\n\n \n\n \n Extends\n \n \n NgxsDataRepository\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n getArguments\n \n \n Private\n getMethodName\n \n \n ngxsOnInit\n \n \n \n registerIcon\n \n \n Private\n registerIconImpl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(registry: MatIconRegistry | null, sanitizer: DomSanitizer, globalConfig: GlobalConfigState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:45\n \n \n\n \n \n Creates an instance of icon registry state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n registry\n \n \n MatIconRegistry | null\n \n \n \n No\n \n \n \n Material icon registry.\n\n \n \n \n sanitizer\n \n \n DomSanitizer\n \n \n \n No\n \n \n \n Service used to sanitize default imported urls and html.\n\n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n getArguments\n \n \n \n \n \n \n \n getArguments(undefined: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:147\n \n \n\n\n \n \n Selects the argument used to call the registration method.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n IconDefinition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : []\n\n \n \n An array of arguments.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n getMethodName\n \n \n \n \n \n \n \n getMethodName(undefined: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:127\n \n \n\n\n \n \n Selects the MatIconRegistry method used to register the icon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n \n IconDefinition\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n The name of the registry method.\n\n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:58\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n registerIcon\n \n \n \n \n \n \n \n registerIcon(definition: IconDefinition)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:87\n \n \n\n\n \n \n Registers a svg icon for use in mat-icon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n definition\n \n IconDefinition\n \n\n \n No\n \n\n\n \n Icon to register.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if registration was successful, otherwise false.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n registerIconImpl\n \n \n \n \n \n \n \n registerIconImpl(definition: IconDefinition)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts:97\n \n \n\n\n \n \n Backing implementation of registerIcon.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n definition\n \n IconDefinition\n \n\n \n No\n \n\n\n \n Icon to register.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if registration was successful, otherwise false.\n\n \n \n \n \n \n\n\n \n\n\n \n import { Injectable, Optional } from '@angular/core';\nimport { MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';\nimport { DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { GlobalConfigState } from 'ccf-shared';\n\nimport { GlobalConfig } from '../../services/config/config';\nimport { DEFAULT_ICONS } from './default-icons';\n\n\n/**\n * Object definition for registering new svg icons.\n */\nexport interface IconDefinition {\n /**\n * Name to register the icon under.\n */\n name?: string;\n\n /**\n * Namespace to register the icon or icon set under.\n */\n namespace?: string;\n\n /**\n * Url to fetch the icon or icon set from.\n */\n url?: SafeResourceUrl;\n\n /**\n * Html containing the svg of the icon or icon set.\n */\n html?: SafeHtml;\n}\n\n\n/**\n * State handling the registration of icons for use with `mat-icon`.\n */\n@StateRepository()\n@State({ name: 'iconRegistry' })\n@Injectable()\nexport class IconRegistryState extends NgxsDataRepository {\n /**\n * Creates an instance of icon registry state.\n *\n * @param registry Material icon registry.\n * @param sanitizer Service used to sanitize default imported urls and html.\n */\n constructor(@Optional() private registry: MatIconRegistry | null,\n private readonly sanitizer: DomSanitizer,\n private readonly globalConfig: GlobalConfigState) {\n super();\n }\n\n ngxsOnInit(): void {\n // Register html icons as they don't depend on baseHref\n DEFAULT_ICONS\n .filter(def => def.html !== undefined)\n .map(def => ({ ...def, html: this.sanitizer.bypassSecurityTrustHtml(def.html!) }))\n .forEach(def => this.registerIconImpl(def));\n\n // Use resolver for url icons\n this.registry?.addSvgIconResolver((name, namespace) => {\n const def = DEFAULT_ICONS.find(\n icon => (icon.name ?? '') === name && (icon.namespace ?? '') === namespace\n );\n\n if (def?.url === undefined) {\n return null;\n }\n\n const baseHref = this.globalConfig.snapshot.baseHref ?? '';\n return this.sanitizer.bypassSecurityTrustResourceUrl(baseHref + def.url);\n });\n }\n\n /**\n * Registers a svg icon for use in mat-icon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n @DataAction()\n registerIcon(definition: IconDefinition): boolean {\n return this.registerIconImpl(definition);\n }\n\n /**\n * Backing implementation of registerIcon.\n *\n * @param definition Icon to register.\n * @returns true if registration was successful, otherwise false.\n */\n private registerIconImpl(definition: IconDefinition): boolean {\n if (!this.registry) {\n return false;\n }\n if (!definition.url && !definition.html) {\n return false;\n }\n\n const registry = this.registry;\n const methodName = this.getMethodName(definition);\n const method = registry[methodName] as (...arg: unknown[]) => void;\n const args = this.getArguments(definition);\n\n if (!method) {\n return false;\n }\n try {\n method.apply(registry, args);\n return true;\n } catch (_error) {\n return false;\n }\n }\n\n /**\n * Selects the MatIconRegistry method used to register the icon.\n *\n * @param definition Icon definition.\n * @returns The name of the registry method.\n */\n private getMethodName({ name, namespace, url }: IconDefinition): string {\n const parts = ['addSvgIcon'];\n if (!name) {\n parts.push('Set');\n }\n if (!url) {\n parts.push('Literal');\n }\n if (namespace) {\n parts.push('InNamespace');\n }\n return parts.join('');\n }\n\n /**\n * Selects the argument used to call the registration method.\n *\n * @param definition Icon definition.\n * @returns An array of arguments.\n */\n private getArguments({ name, namespace, url, html }: IconDefinition): unknown[] {\n const args: unknown[] = [namespace, name, url ?? html];\n return args.filter(value => !!value);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/InitializationState.html":{"url":"classes/InitializationState.html","title":"class - InitializationState","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n InitializationState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n\n\n \n Description\n \n \n Boolean state that can also be awaited.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n deferred\n \n \n Private\n initialized\n \n \n Private\n resolve\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n set\n \n \n valueOf\n \n \n Async\n wait\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n deferred\n \n \n \n \n \n \n Default value : new Promise(resolve => {\n this.resolve = resolve;\n })\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:37\n \n \n\n \n \n Promise used to await on.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n initialized\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:35\n \n \n\n \n \n Whether this state is true or false.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n resolve\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:41\n \n \n\n \n \n Resolve function for the promise.\n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:46\n \n \n\n\n \n \n Sets the state to true and\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n valueOf\n \n \n \n \n \n \nvalueOf()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:65\n \n \n\n\n \n \n Gets the boolean state of this object.\n\n\n \n Returns : boolean\n\n \n \n true if set has been called.\n\n \n \n \n \n \n \n \n \n \n \n \n Async\n wait\n \n \n \n \n \n \n \n wait()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts:56\n \n \n\n\n \n \n Gets a promise that resolves when this state is set to true.\n\n\n \n Returns : Promise\n\n \n \n A promise.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { animate, state, style, transition, trigger } from '@angular/animations';\nimport { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport {\n AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, HostBinding, HostListener,\n Input, OnDestroy, Output,\n} from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { Message, MessageChannel, MessageService } from '../messages';\n\n\n/** Opened/closed state. */\ntype OpenedState = 'open' | 'open-instant' | 'closed';\n/** Expanded/collapsed state. */\ntype ExpandedState = 'open' | 'open-instant' | 'closed';\n/** Expanded state relative to an opposite drawer. */\ntype ExpandedState2 = 'collapsed' | 'half' | 'extended' | 'full';\n\n/** Default animation parameters. */\nconst EXPAND_COLLAPSE_PARAMS_DEFAULT = {\n params: {\n width: 0,\n margin: 0,\n margin2: 0\n }\n};\n\n/**\n * Boolean state that can also be awaited.\n */\nclass InitializationState {\n /** Whether this state is true or false. */\n private initialized = false;\n /** Promise used to await on. */\n private deferred = new Promise(resolve => {\n this.resolve = resolve;\n });\n /** Resolve function for the promise. */\n private resolve: () => void;\n\n /**\n * Sets the state to true and\n */\n set(): void {\n this.initialized = true;\n this.resolve();\n }\n\n /**\n * Gets a promise that resolves when this state is set to true.\n *\n * @returns A promise.\n */\n async wait(): Promise {\n return this.deferred;\n }\n\n /**\n * Gets the boolean state of this object.\n *\n * @returns true if set has been called.\n */\n valueOf(): boolean {\n return this.initialized;\n }\n}\n\n\n/**\n * Side drawer component.\n * Contains all the logic for opening/closing/expanding.\n */\n@Component({\n selector: 'ccf-drawer',\n exportAs: 'ccfDrawer',\n templateUrl: './drawer.component.html',\n styleUrls: ['./drawer.component.scss'],\n animations: [\n trigger('openClose', [\n state('open, open-instant', style({\n transform: 'none'\n })),\n state('closed', style({ })),\n\n transition('closed => open-instant', animate(0)),\n transition('closed open, open-instant => closed', animate('.5s ease-in-out'))\n ]),\n trigger('expandCollapse', [\n state('collapsed', style({})),\n state('half', style({\n width: 'calc(50% - {{ margin }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n state('extended', style({\n width: 'calc(100% - {{ width }}px - {{ margin }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n state('full', style({\n width: 'calc(100% - {{ margin }}px - {{ margin2 }}px)'\n }), EXPAND_COLLAPSE_PARAMS_DEFAULT),\n\n transition('* *', animate('.5s ease-in-out'))\n ])\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DrawerComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer';\n /** Whether this is located at the end position. */\n @HostBinding('class.ccf-drawer-end')\n get classEnd(): boolean {\n return this.position === 'end';\n }\n\n /** Position of the drawer - start (left) or end (right). */\n @Input()// eslint-disable-line\n get position(): 'start' | 'end' {\n return this._position;\n }\n set position(value: 'start' | 'end') {\n this._position = value || 'start';\n }\n /** Property for position getter/setter. */\n private _position: 'start' | 'end' = 'start';\n\n /** Whether the drawer is opened. */\n @Input()\n @HostBinding('class.ccf-drawer-opened')\n get opened(): boolean {\n return this._opened;\n }\n set opened(value: boolean) {\n this.toggle(coerceBooleanProperty(value));\n }\n /** Property for opened getter/setter. */\n private _opened = false;\n\n /** Whether the drawer is expanded. */\n @Input()\n @HostBinding('class.ccf-drawer-expanded')\n get expanded(): boolean {\n return this._expanded;\n }\n set expanded(value: boolean) {\n this.toggleExpanded(coerceBooleanProperty(value));\n }\n /** Property for expanded getter/setter */\n private _expanded = false;\n\n /** Output emitting when the drawer has opened. */\n @Output() readonly openedChange = new EventEmitter(true);\n /** Output emitting when the drawer has expanded. */\n @Output() readonly expandedChange = new EventEmitter(true);\n /** Output emitting whenever the drawer state changes. */\n @Output() readonly stateChange = new EventEmitter(true);\n\n /** Current open/close animation state. */\n @HostBinding('@openClose')\n openedState: OpenedState = 'closed';\n\n /** Expanded/collapsed state parameters. */\n @HostBinding('@expandCollapse')\n get expandedStateObj(): unknown {\n return { value: this.expandedState2, params: {\n width: this.width, margin: this.measuredMargin,\n margin2: this.margin2\n } };\n }\n /** Current expanded/collapsed animation state. */\n expandedState: ExpandedState = 'closed';\n /** Current expanded state relative to the opposite drawer. */\n private expandedState2: ExpandedState2 = 'collapsed';\n\n /** Gets the calculated width of the drawer. */\n private get measuredWidth(): number {\n if (this._measuredWidth > 0) {\n return this._measuredWidth;\n }\n\n const element = this.element.nativeElement;\n if (!element) {\n return 0;\n }\n\n const bbox = element.getBoundingClientRect();\n const width = bbox.right - bbox.left;\n if (width === 0) {\n return 0;\n }\n\n this._measuredWidth = width;\n return width;\n }\n /** Cached measured width. */\n private _measuredWidth = 0;\n /** Width of opposite drawer. */\n private width = 0;\n\n /** Gets the calculated margin of the drawer. */\n private get measuredMargin(): number {\n if (this._measuredMargin > 0) {\n return this._measuredMargin;\n }\n\n const element = this.element.nativeElement;\n if (!element) {\n return 0;\n }\n\n const styles = globalThis.getComputedStyle(element);\n const property = this.position === 'start' ? 'margin-right' : 'margin-left';\n const value = styles.getPropertyValue(property);\n const margin = Number(value.slice(0, -2));\n\n this._measuredMargin = margin;\n return margin;\n }\n /** Cached measured margin. */\n private _measuredMargin = 0;\n /** Margin of the opposite drawer. */\n private margin2 = 0;\n\n /** Initialization state. */\n private initialized = new InitializationState();\n /** Connected message channel. */\n private channel: MessageChannel;\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of drawer component.\n *\n * @param messageService Service for sending/receiving event messages.\n * @param cdr The change detector reference.\n * @param element Reference to components HTML element.\n */\n constructor(messageService: MessageService,\n cdr: ChangeDetectorRef,\n private element: ElementRef) {\n this.channel = messageService.connect(this);\n this.subscriptions.add(this.channel.getMessages().subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Initializes this component.\n */\n ngAfterViewInit(): void {\n this.initialized.set();\n setTimeout(() => this.channel.sendMessage({ type: 'drawer-initialized' }));\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Opens the drawer.\n */\n open(): void {\n this.toggle(true);\n }\n\n /**\n * Closes the drawer.\n */\n close(): void {\n this.toggle(false);\n }\n\n /**\n * Toggles the drawer between opened and closed.\n *\n * @param [opened] Whether to open or close the drawer.\n */\n toggle(opened = !this.opened): void {\n if (this.opened === opened) {\n return;\n }\n\n if (!opened) {\n this.openedState = 'closed';\n this.expandedState = 'closed';\n this.expandedState2 = 'collapsed';\n this._expanded = false;\n } else if (this.initialized.valueOf()) {\n this.openedState = 'open';\n } else {\n this.openedState = 'open-instant';\n }\n\n this._opened = opened;\n this.sendToggle();\n }\n\n /**\n * Expands the drawer.\n */\n openExpanded(): void {\n this.toggleExpanded(true);\n }\n\n /**\n * Collapses the drawer.\n */\n closeExpanded(): void {\n this.toggleExpanded(false);\n }\n\n /**\n * Toggles the drawer between expanded and collapsed.\n *\n * @param [expanded] Whether to expand or collapse the drawer.\n */\n toggleExpanded(expanded = !this.expanded): void {\n if (this.expanded === expanded) {\n return;\n }\n\n if (!expanded) {\n this.expandedState = 'closed';\n this.expandedState2 = 'collapsed';\n } else if (this.initialized.valueOf()) {\n this.expandedState = 'open';\n } else {\n this.expandedState = 'open-instant';\n }\n\n this._expanded = expanded;\n this.sendToggle();\n }\n\n /**\n * Listener to open/close animation completion.\n */\n @HostListener('@openClose.done')\n closeOpenDone(): void {\n this.openedChange.emit(this.opened);\n }\n\n /**\n * Listener to expand/collapse animation completion.\n */\n @HostListener('@expandCollapse.done')\n expandCollapseDone(): void {\n this.expandedChange.emit(this.expanded);\n }\n\n /**\n * Sends a toggle event to the channel.\n * Waits until initialization is completed before sending.\n */\n private async sendToggle(): Promise {\n await this.initialized.wait();\n this.channel.sendMessage({\n type: 'drawer-toggled',\n opened: this.opened,\n expanded: this.expanded,\n width: this.measuredWidth,\n margin: this.measuredMargin\n });\n this.stateChange.emit();\n }\n\n /**\n * Processes an event.\n *\n * @param msg The event.\n * @returns true if change detection should run.\n */\n private handleMessage(msg: Message): boolean {\n switch (msg.payload.type) {\n case 'drawer-toggled': {\n const other = msg.source as DrawerComponent;\n this.syncExpanded(other);\n return true;\n }\n\n default:\n return false;\n }\n }\n\n /**\n * Syncs the drawer widths and margin against the opposite drawer.\n *\n * @param other The opposite drawer.\n */\n private syncExpanded(other: DrawerComponent): void {\n if (this.expanded || other.expanded) {\n if (this.expanded && other.expanded) {\n this.expandedState2 = other.expandedState2 = 'half';\n } else if (this.expanded) {\n if (other.opened) {\n this.expandedState2 = 'extended';\n this.width = other.measuredWidth + other.measuredMargin;\n } else {\n this.expandedState2 = 'full';\n this.margin2 = other.measuredMargin;\n }\n } else {\n if (this.opened) {\n other.expandedState2 = 'extended';\n other.width = this.measuredWidth + this.measuredMargin;\n } else {\n other.expandedState2 = 'full';\n other.margin2 = this.measuredMargin;\n }\n }\n }\n }\n\n /** Workaround for getter/setter pair not accepting different types. */\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_position: '' | 'start' | 'end';\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_opened: BooleanInput;\n // eslint-disable-next-line @typescript-eslint/naming-convention\n static ngAcceptInputType_expanded: BooleanInput;\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/JsonFileReaderComponent.html":{"url":"components/JsonFileReaderComponent.html","title":"component - JsonFileReaderComponent","body":"\n \n\n\n\n\n\n Components\n \n JsonFileReaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts\n\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-json-file-reader\n \n\n\n\n \n styleUrls\n ./json-file-reader.component.scss\n \n\n\n\n \n templateUrl\n ./json-file-reader.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n fileInput\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleFile\n \n \n triggerFileInput\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n label\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n parsedJson\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:22\n \n \n\n \n \n Creates an instance of json file reader component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n label\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'Upload'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:19\n \n \n \n \n Allows the label on the upload button to be customized.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n parsedJson\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:22\n \n \n \n \n Emits the json object of any files uploaded.\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-json-file-reader\"\n\n \n \n \n \n Default value : 'ccf-json-file-reader'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:13\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleFile\n \n \n \n \n \n \nhandleFile(event: InputEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:45\n \n \n\n\n \n \n Takes in a json file and emits the parsed json object.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n InputEvent\n \n\n \n No\n \n\n\n \n file input event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n triggerFileInput\n \n \n \n \n \n \ntriggerFileInput()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:35\n \n \n\n\n \n \n Method used to trigger the file input element's click handler\nfrom the placeholder button used for styling purposes.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-json-file-reader'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:13\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n \n fileInput\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('fileInput')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts:16\n \n \n\n \n \n File Input element, used to manually trigger the click event.\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, HostBinding, Input, Output, ViewChild } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n@Component({\n selector: 'ccf-json-file-reader',\n templateUrl: './json-file-reader.component.html',\n styleUrls: ['./json-file-reader.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class JsonFileReaderComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-json-file-reader';\n\n /** File Input element, used to manually trigger the click event. */\n @ViewChild('fileInput') fileInput: ElementRef;\n\n /** Allows the label on the upload button to be customized. */\n @Input() label = 'Upload';\n\n /** Emits the json object of any files uploaded. */\n @Output() readonly parsedJson = new EventEmitter();\n\n /**\n * Creates an instance of json file reader component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Method used to trigger the file input element's click handler\n * from the placeholder button used for styling purposes.\n */\n triggerFileInput(): void {\n const fileInputElement: HTMLElement = this.fileInput.nativeElement;\n fileInputElement.click();\n }\n\n /**\n * Takes in a json file and emits the parsed json object.\n *\n * @param event file input event\n */\n handleFile(event: InputEvent): void {\n const inputTarget = event.target as HTMLInputElement;\n if (!inputTarget.files) {\n return;\n }\n\n const file = inputTarget.files[0];\n const fileReader = new FileReader();\n\n fileReader.onload = () => {\n const json = JSON.parse(fileReader.result as string) as unknown;\n this.ga.event('json_file_load_end', 'json_file_reader');\n this.parsedJson.emit(json);\n };\n\n this.ga.event('json_file_load_start', 'json_file_reader');\n fileReader.readAsText(file);\n }\n}\n\n \n\n \n {{ label }}\n\n\n \n\n \n \n ./json-file-reader.component.scss\n \n :host {\n .upload-button {\n width: 100%;\n height: 2.25rem;\n transition: .6s;\n cursor: pointer;\n font-weight: 500;\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{ label }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'JsonFileReaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/JsonFileReaderModule.html":{"url":"modules/JsonFileReaderModule.html","title":"module - JsonFileReaderModule","body":"\n \n\n\n\n\n Modules\n JsonFileReaderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_JsonFileReaderModule\n\n\n\ncluster_JsonFileReaderModule_exports\n\n\n\ncluster_JsonFileReaderModule_declarations\n\n\n\n\nJsonFileReaderComponent\n\nJsonFileReaderComponent\n\n\n\nJsonFileReaderModule\n\nJsonFileReaderModule\n\nJsonFileReaderModule -->\n\nJsonFileReaderComponent->JsonFileReaderModule\n\n\n\n\n\nJsonFileReaderComponent \n\nJsonFileReaderComponent \n\nJsonFileReaderComponent -->\n\nJsonFileReaderModule->JsonFileReaderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n JsonFileReaderComponent\n \n \n \n \n Exports\n \n \n JsonFileReaderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { JsonFileReaderComponent } from './json-file-reader.component';\nimport { MatButtonModule } from '@angular/material/button';\n\n\n\n@NgModule({\n declarations: [JsonFileReaderComponent],\n imports: [\n CommonModule,\n MatButtonModule\n ],\n exports: [JsonFileReaderComponent]\n})\nexport class JsonFileReaderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LabeledSlideToggleComponent.html":{"url":"components/LabeledSlideToggleComponent.html","title":"component - LabeledSlideToggleComponent","body":"\n \n\n\n\n\n\n Components\n \n LabeledSlideToggleComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts\n\n\n\n \n Description\n \n \n Generic toggle slider component\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-labeled-slide-toggle\n \n\n\n\n \n styleUrls\n ./labeled-slide-toggle.component.scss\n \n\n\n\n \n templateUrl\n ./labeled-slide-toggle.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n updateToggle\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n disabled\n \n \n labels\n \n \n value\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n valueChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n left\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:39\n \n \n\n \n \n Creates an instance of labeled slide toggle component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n disabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:34\n \n \n \n \n Whether or not the slider is disabled\n\n \n \n \n \n \n \n \n \n \n labels\n \n \n \n \n Type : [string, string]\n\n \n \n \n \n Default value : ['Left', 'Right']\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:24\n \n \n \n \n The two selection options to be toggled\n\n \n \n \n \n \n \n \n \n \n value\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'Left'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:29\n \n \n \n \n Input value for toggle slider\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n valueChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:39\n \n \n \n \n Emits the datatype with the currently selected option\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-labeled-slide-toggle\"\n\n \n \n \n \n Default value : 'ccf-labeled-slide-toggle'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:19\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n updateToggle\n \n \n \n \n \n \nupdateToggle(selection: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:61\n \n \n\n\n \n \n Updates and emits the currently selected option\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n selection\n \n boolean\n \n\n \n No\n \n\n\n \n The current toggle state (true=left, false=right)\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-labeled-slide-toggle'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:19\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n left\n \n \n\n \n \n getleft()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts:51\n \n \n \n \n Determines if left toggle option is selected\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/**\n * Generic toggle slider component\n */\n@Component({\n selector: 'ccf-labeled-slide-toggle',\n templateUrl: './labeled-slide-toggle.component.html',\n styleUrls: ['./labeled-slide-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\n\nexport class LabeledSlideToggleComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-labeled-slide-toggle';\n\n /**\n * The two selection options to be toggled\n */\n @Input() labels: [string, string] = ['Left', 'Right'];\n\n /**\n * Input value for toggle slider\n */\n @Input() value = 'Left';\n\n /**\n * Whether or not the slider is disabled\n */\n @Input() disabled = false;\n\n /**\n * Emits the datatype with the currently selected option\n */\n @Output() readonly valueChange = new EventEmitter();\n\n /**\n * Creates an instance of labeled slide toggle component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Determines if left toggle option is selected\n */\n get left(): boolean {\n const { value, labels } = this;\n return value !== labels[1];\n }\n\n /**\n * Updates and emits the currently selected option\n *\n * @param selection The current toggle state (true=left, false=right)\n */\n updateToggle(selection: boolean): void {\n this.value = selection ? this.labels[0] : this.labels[1];\n this.ga.event('slide_toggle_toggled', 'slide_toggle', this.value);\n this.valueChange.emit(this.value);\n }\n}\n\n \n\n \n {{labels[0]}}\n\n{{labels[1]}}\n\n \n\n \n \n ./labeled-slide-toggle.component.scss\n \n :host{\n .slide-label {\n margin: 0 1rem;\n transition: color .6s;\n cursor: pointer;\n }\n \n .disabled {\n opacity: 30%;\n cursor: not-allowed;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '{{labels[0]}}{{labels[1]}}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'LabeledSlideToggleComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LabeledSlideToggleModule.html":{"url":"modules/LabeledSlideToggleModule.html","title":"module - LabeledSlideToggleModule","body":"\n \n\n\n\n\n Modules\n LabeledSlideToggleModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_LabeledSlideToggleModule\n\n\n\ncluster_LabeledSlideToggleModule_exports\n\n\n\ncluster_LabeledSlideToggleModule_declarations\n\n\n\n\nLabeledSlideToggleComponent\n\nLabeledSlideToggleComponent\n\n\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule -->\n\nLabeledSlideToggleComponent->LabeledSlideToggleModule\n\n\n\n\n\nLabeledSlideToggleComponent \n\nLabeledSlideToggleComponent \n\nLabeledSlideToggleComponent -->\n\nLabeledSlideToggleModule->LabeledSlideToggleComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n LabeledSlideToggleComponent\n \n \n \n \n Exports\n \n \n LabeledSlideToggleComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatSlideToggleModule } from '@angular/material/slide-toggle';\n\nimport { LabeledSlideToggleComponent } from './labeled-slide-toggle.component';\n\n\n@NgModule({\n imports: [CommonModule, MatSlideToggleModule],\n declarations: [LabeledSlideToggleComponent],\n exports: [LabeledSlideToggleComponent]\n})\nexport class LabeledSlideToggleModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/LeftSidebarComponent.html":{"url":"components/LeftSidebarComponent.html","title":"component - LeftSidebarComponent","body":"\n \n\n\n\n\n\n Components\n \n LeftSidebarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts\n\n\n\n \n Description\n \n \n The left sidebar\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-left-sidebar\n \n\n\n\n \n styleUrls\n ./left-sidebar.component.scss\n \n\n\n\n \n templateUrl\n ./left-sidebar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n extractionSiteTooltip\n \n \n Readonly\n organSelected$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n updateExtractionSiteTooltip\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n modalClosed\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(page: PageState, model: ModelState, registration: RegistrationState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:37\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n \n registration\n \n \n RegistrationState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n modalClosed\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:27\n \n \n \n \n Whether or not the initial registration modal has been closed\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-left-sidebar\"\n\n \n \n \n \n Default value : 'ccf-left-sidebar'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:24\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n updateExtractionSiteTooltip\n \n \n \n \n \n \nupdateExtractionSiteTooltip(item: VisibilityItem | undefined)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:52\n \n \n\n\n \n \n Updates extraction site tooltip to either the VisibilityItem passed in's\ntooltip property, or an empty string if undefined.\nundefined.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n item\n \n VisibilityItem | undefined\n \n\n \n No\n \n\n\n \n The VisibilityItem which we want to show the tooltip of, or\nundefined.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-left-sidebar'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:24\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n extractionSiteTooltip\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:37\n \n \n\n \n \n Variable that keeps track of the extraction site tooltip to display on\nthe stage when hovered.\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n organSelected$\n \n \n \n \n \n \n Default value : this.model.organ$.pipe(\n map(organ => organ === undefined ? false : true)\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts:29\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\nimport { SpatialEntityJsonLd } from 'ccf-body-ui';\nimport { combineLatest, Observable } from 'rxjs';\nimport { map } from 'rxjs/operators';\n\nimport { VisibilityItem } from '../../core/models/visibility-item';\nimport { ModelState } from '../../core/store/model/model.state';\nimport { PageState } from '../../core/store/page/page.state';\nimport { RegistrationState } from '../../core/store/registration/registration.state';\nimport { RUI_ORGANS } from './../../core/store/model/model.state';\n\n\n/**\n * The left sidebar\n */\n@Component({\n selector: 'ccf-left-sidebar',\n templateUrl: './left-sidebar.component.html',\n styleUrls: ['./left-sidebar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class LeftSidebarComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-left-sidebar';\n\n /** Whether or not the initial registration modal has been closed */\n @Input() modalClosed = false;\n\n readonly organSelected$ = this.model.organ$.pipe(\n map(organ => organ === undefined ? false : true)\n );\n\n /**\n * Variable that keeps track of the extraction site tooltip to display on\n * the stage when hovered.\n */\n extractionSiteTooltip = '';\n\n constructor(\n readonly page: PageState,\n readonly model: ModelState,\n readonly registration: RegistrationState\n ) { }\n\n /**\n * Updates extraction site tooltip to either the VisibilityItem passed in's\n * tooltip property, or an empty string if undefined.\n *\n * @param item The VisibilityItem which we want to show the tooltip of, or\n * undefined.\n */\n updateExtractionSiteTooltip(item: VisibilityItem | undefined): void {\n if (item?.tooltip) {\n this.extractionSiteTooltip = item.tooltip;\n } else {\n this.extractionSiteTooltip = '';\n }\n }\n}\n\n \n\n \n \n \n \n \n Anatomical Structures\n \n\n \n \n \n \n \n\n \n\n \n \n Landmarks\n \n \n \n \n \n \n \n \n 0\">\n {{ extractionSiteTooltip }}\n \n \n\n\n \n\n \n \n ./left-sidebar.component.scss\n \n :host {\n display: block;\n height: calc(100% - 2.5rem);\n margin-top: 1rem;\n margin-bottom: 1.5rem;\n\n .scroll-wrapper {\n overflow-y: scroll;\n height: 100%;\n margin-right: 0.375rem;\n\n scrollbar-width: thin;\n &::-webkit-scrollbar {\n width: 0.75rem;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n margin-left: 1.5rem;\n margin-right: 0.375rem;\n min-height: 100%;\n\n mat-divider {\n border-top-width: 3px;\n }\n\n .ccf-organ-selector {\n margin-top: 1.5rem;\n }\n\n .organ-sliders {\n .slider-label {\n font-weight: 600;\n }\n\n display: flex;\n height: 3rem;\n align-items: center;\n }\n\n mat-expansion-panel {\n box-shadow: none;\n mat-expansion-panel-header {\n .expansion-title {\n font-size: 1rem;\n font-weight: 600;\n }\n }\n }\n\n ::ng-deep .mat-expansion-panel-body {\n padding: 0;\n }\n\n .extraction-menu,\n .anatomical-structures-menu {\n ::ng-deep .expansion-header {\n -webkit-user-select: none;\n -moz-user-select: none;\n padding: 0;\n font-weight: bold;\n height: 3rem;\n\n .mat-expansion-indicator {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 24px;\n width: 24px;\n }\n }\n\n .expansion-content {\n margin-bottom: 0.75rem;\n text-align: center;\n margin-top: 1.75rem;\n\n .expansion-placeholder {\n width: 100%;\n font-size: 0.9rem;\n font-weight: 400;\n }\n }\n }\n\n .extraction-site-tooltip {\n position: absolute;\n top: 4rem;\n left: 27rem;\n width: 21rem;\n padding: 1rem;\n border-radius: 0.5rem;\n border: 1px solid;\n z-index: 2;\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Anatomical Structures Landmarks 0\"> {{ extractionSiteTooltip }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'LeftSidebarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LeftSidebarModule.html":{"url":"modules/LeftSidebarModule.html","title":"module - LeftSidebarModule","body":"\n \n\n\n\n\n Modules\n LeftSidebarModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_LeftSidebarModule\n\n\n\ncluster_LeftSidebarModule_declarations\n\n\n\ncluster_LeftSidebarModule_imports\n\n\n\ncluster_LeftSidebarModule_exports\n\n\n\n\nLeftSidebarComponent\n\nLeftSidebarComponent\n\n\n\nLeftSidebarModule\n\nLeftSidebarModule\n\nLeftSidebarModule -->\n\nLeftSidebarComponent->LeftSidebarModule\n\n\n\n\n\nLeftSidebarComponent \n\nLeftSidebarComponent \n\nLeftSidebarComponent -->\n\nLeftSidebarModule->LeftSidebarComponent \n\n\n\n\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule\n\nLeftSidebarModule -->\n\nExtractionSetDropdownModule->LeftSidebarModule\n\n\n\n\n\nNameInputModule\n\nNameInputModule\n\nLeftSidebarModule -->\n\nNameInputModule->LeftSidebarModule\n\n\n\n\n\nVisibilityMenuModule\n\nVisibilityMenuModule\n\nLeftSidebarModule -->\n\nVisibilityMenuModule->LeftSidebarModule\n\n\n\n\n\nVisibilityToggleModule\n\nVisibilityToggleModule\n\nLeftSidebarModule -->\n\nVisibilityToggleModule->LeftSidebarModule\n\n\n\nLeftSidebarModule -->\n\nVisibilityToggleModule->LeftSidebarModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n LeftSidebarComponent\n \n \n \n \n Imports\n \n \n ExtractionSetDropdownModule\n \n \n NameInputModule\n \n \n VisibilityMenuModule\n \n \n VisibilityToggleModule\n \n \n VisibilityToggleModule\n \n \n \n \n Exports\n \n \n LeftSidebarComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatExpansionModule } from '@angular/material/expansion';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { OpacitySliderModule } from 'ccf-shared';\n\nimport { ExtractionSetDropdownModule } from '../../shared/components/extraction-set-dropdown/extraction-set-dropdown.module';\nimport { NameInputModule } from '../../shared/components/name-input/name-input.module';\nimport { VisibilityMenuModule } from '../../shared/components/visibility-menu/visibility-menu.module';\nimport { VisibilityToggleModule } from '../../shared/components/visibility-toggle/visibility-toggle.module';\nimport { LeftSidebarComponent } from './left-sidebar.component';\n\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatExpansionModule,\n MatIconModule,\n MatTooltipModule,\n\n MatDividerModule,\n NameInputModule,\n VisibilityToggleModule,\n ExtractionSetDropdownModule,\n OpacitySliderModule,\n VisibilityMenuModule,\n VisibilityToggleModule\n ],\n declarations: [LeftSidebarComponent],\n exports: [LeftSidebarComponent]\n})\nexport class LeftSidebarModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Message.html":{"url":"interfaces/Message.html","title":"interface - Message","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Message\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n A message sent on a channel.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n payload\n \n \n \n \n source\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Unique identifier for a message.\n\n \n \n \n \n \n \n \n \n \n payload\n \n \n \n \n \n \n \n \n payload: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n Data associated with this message.\n\n \n \n \n \n \n \n \n \n \n source\n \n \n \n \n \n \n \n \n source: \n\n \n \n\n\n\n\n\n\n\n \n \n Sender of the message.\n\n \n \n \n \n \n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/MessageChannel.html":{"url":"classes/MessageChannel.html","title":"class - MessageChannel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n MessageChannel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Channel for sending and receiving messages.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Static\n counter\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getMessages\n \n \n getMessagesFromSource\n \n \n getMessagesFromSources\n \n \n Private\n nextMessageId\n \n \n sendMessage\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(source, channel: Subject>, messages: Observable>)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:50\n \n \n\n \n \n Creates a new channel.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n source\n \n \n \n \n \n No\n \n \n \n The message source.\n\n \n \n \n channel\n \n \n Subject>\n \n \n \n No\n \n \n \n The message send subject.\n\n \n \n \n messages\n \n \n Observable>\n \n \n \n No\n \n \n \n The message receive observable.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n Static\n counter\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:50\n \n \n\n \n \n Counter used to give each message a unique id.\n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getMessages\n \n \n \n \n \n \ngetMessages()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:83\n \n \n\n\n \n \n Gets an observable emitting all messages except for those sent by this source.\n\n\n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n getMessagesFromSource\n \n \n \n \n \n \ngetMessagesFromSource(source)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:93\n \n \n\n\n \n \n Gets an observable emitting messages sent from a specific source.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n source\n\n \n No\n \n\n\n \n The source messages are filtered on.\n\n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n getMessagesFromSources\n \n \n \n \n \n \ngetMessagesFromSources(sources: [])\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:103\n \n \n\n\n \n \n Gets an observable emitting messages sent from any of the specified sources.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n sources\n \n []\n \n\n \n No\n \n\n\n \n The sources messages are filtered on.\n\n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The message observable.\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n nextMessageId\n \n \n \n \n \n \n \n nextMessageId()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:112\n \n \n\n\n \n \n Creates a unique message identifier.\n\n\n \n Returns : number\n\n \n \n The identifier number.\n\n \n \n \n \n \n \n \n \n \n \n \n sendMessage\n \n \n \n \n \n \nsendMessage(payload: T)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:70\n \n \n\n\n \n \n Sends a single message with a payload.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n payload\n \n T\n \n\n \n No\n \n\n\n \n The message payload.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/MessageService.html":{"url":"injectables/MessageService.html","title":"injectable - MessageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n MessageService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Service for creating message channels.\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n channel\n \n \n Private\n messages\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n connect\n \n \n ngOnDestroy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: MessageServiceConfig, parent: MessageService | null)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:130\n \n \n\n \n \n Creates an instance of message service.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n \n MessageServiceConfig\n \n \n \n No\n \n \n \n The configuration for this service.\n\n \n \n \n parent\n \n \n MessageService | null\n \n \n \n No\n \n \n \n The parent message service, if any.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n connect\n \n \n \n \n \n \nconnect(source)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:163\n \n \n\n\n \n \n Connects to a message channel.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n source\n\n \n No\n \n\n\n \n The source of messages sent.\n\n \n \n \n \n \n \n Returns : MessageChannel\n\n \n \n A new connected message channel.\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:153\n \n \n\n\n \n \n Clean up.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n channel\n \n \n \n \n \n \n Default value : new Subject>()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:128\n \n \n\n \n \n The message channel.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n messages\n \n \n \n \n \n \n Type : Observable>\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/services/message/message.service.ts:130\n \n \n\n \n \n The message listener.\n\n \n \n\n \n \n\n\n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/MessageServiceConfig.html":{"url":"interfaces/MessageServiceConfig.html","title":"interface - MessageServiceConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n MessageServiceConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n\n\n \n Description\n \n \n Message service configuration options.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n isolated\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n isolated\n \n \n \n \n \n \n \n \n isolated: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether to listen to parent messages.\n\n \n \n \n \n \n \n\n\n \n import { Inject, Injectable, InjectionToken, OnDestroy, Optional, SkipSelf } from '@angular/core';\nimport { from, Observable, Subject } from 'rxjs';\nimport { filter, mergeAll, takeWhile } from 'rxjs/operators';\n\n\n/**\n * Message service configuration options.\n */\nexport interface MessageServiceConfig {\n /** Whether to listen to parent messages. */\n isolated: boolean;\n}\n\n/**\n * A message sent on a channel.\n *\n * @template T The payload type.\n */\nexport interface Message {\n /** Unique identifier for a message. */\n id: number;\n /** Sender of the message. */\n source: unknown;\n /** Data associated with this message. */\n payload: T;\n}\n\n/** Default message service configuration. */\nexport const MESSAGE_SERVICE_DEFAULT_CONFIG: MessageServiceConfig = {\n isolated: true\n};\n\n/** Token for specifying the message service configuration. */\nexport const MESSAGE_SERVICE_CONFIG = new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n);\n\n\n/**\n * Channel for sending and receiving messages.\n *\n * @template T The payload type.\n */\nexport class MessageChannel {\n /** Counter used to give each message a unique id. */\n private static counter = 0;\n\n /**\n * Creates a new channel.\n *\n * @param source The message source.\n * @param channel The message send subject.\n * @param messages The message receive observable.\n */\n constructor(\n readonly source: unknown,\n private channel: Subject>,\n private messages: Observable>\n ) { }\n\n /**\n * Sends a single message with a payload.\n *\n * @param payload The message payload.\n */\n sendMessage(payload: T): void {\n this.channel.next({\n id: this.nextMessageId(),\n source: this.source,\n payload\n });\n }\n\n /**\n * Gets an observable emitting all messages except for those sent by this source.\n *\n * @returns The message observable.\n */\n getMessages(): Observable> {\n return this.messages.pipe(filter(msg => msg.source !== this.source));\n }\n\n /**\n * Gets an observable emitting messages sent from a specific source.\n *\n * @param source The source messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSource(source: unknown): Observable> {\n return this.getMessages().pipe(filter(msg => msg.source === source));\n }\n\n /**\n * Gets an observable emitting messages sent from any of the specified sources.\n *\n * @param sources The sources messages are filtered on.\n * @returns The message observable.\n */\n getMessagesFromSources(sources: unknown[]): Observable> {\n return this.getMessages().pipe(filter(msg => sources.includes(msg.source)));\n }\n\n /**\n * Creates a unique message identifier.\n *\n * @returns The identifier number.\n */\n private nextMessageId(): number {\n return MessageChannel.counter++;\n }\n}\n\n\n/**\n * Service for creating message channels.\n *\n * @template T The message payload type.\n */\n@Injectable({\n providedIn: 'root'\n})\nexport class MessageService implements OnDestroy {\n /** The message channel. */\n private channel = new Subject>();\n /** The message listener. */\n private messages: Observable>;\n\n /**\n * Creates an instance of message service.\n *\n * @param [config] The configuration for this service.\n * @param [parent] The parent message service, if any.\n */\n constructor(@Inject(MESSAGE_SERVICE_CONFIG) readonly config: MessageServiceConfig,\n @Optional() @SkipSelf() readonly parent: MessageService | null) {\n if (config.isolated || !parent) {\n this.messages = this.channel.asObservable();\n } else {\n this.messages = from([\n this.channel,\n parent.messages.pipe(takeWhile(() => !this.channel.closed))\n ]).pipe(mergeAll());\n }\n }\n\n /**\n * Clean up.\n */\n ngOnDestroy(): void {\n this.channel.complete();\n }\n\n /**\n * Connects to a message channel.\n *\n * @param source The source of messages sent.\n * @returns A new connected message channel.\n */\n connect(source: unknown): MessageChannel {\n return new MessageChannel(source, this.channel, this.messages);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/MetaDataField.html":{"url":"interfaces/MetaDataField.html","title":"interface - MetaDataField","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n MetaDataField\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/meta-data.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n label\n \n \n \n \n value\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n value\n \n \n \n \n \n \n \n \n value: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n export interface MetaDataField {\n label: string;\n value: string;\n}\n\nexport type MetaData = MetaDataField[];\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ModelStateModel.html":{"url":"interfaces/ModelStateModel.html","title":"interface - ModelStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ModelStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n\n\n \n Description\n \n \n Data contained in the stage state.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n anatomicalStructures\n \n \n \n \n blockSize\n \n \n \n \n extractionSets\n \n \n \n \n extractionSites\n \n \n \n \n id\n \n \n \n \n label\n \n \n \n \n organ\n \n \n \n \n organDimensions\n \n \n \n Optional\n \n organIri\n \n \n \n \n position\n \n \n \n \n rotation\n \n \n \n Optional\n \n sex\n \n \n \n \n showPrevious\n \n \n \n Optional\n \n side\n \n \n \n \n slicesConfig\n \n \n \n \n viewSide\n \n \n \n \n viewType\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructures\n \n \n \n \n \n \n \n \n anatomicalStructures: VisibilityItem[]\n\n \n \n\n\n \n \n Type : VisibilityItem[]\n\n \n \n\n\n\n\n\n \n \n Anatomical structures for the organ\n\n \n \n \n \n \n \n \n \n \n blockSize\n \n \n \n \n \n \n \n \n blockSize: XYZTriplet\n\n \n \n\n\n \n \n Type : XYZTriplet\n\n \n \n\n\n\n\n\n \n \n Block size\n\n \n \n \n \n \n \n \n \n \n extractionSets\n \n \n \n \n \n \n \n \n extractionSets: ExtractionSet[]\n\n \n \n\n\n \n \n Type : ExtractionSet[]\n\n \n \n\n\n\n\n\n \n \n Extraction sets\n\n \n \n \n \n \n \n \n \n \n extractionSites\n \n \n \n \n \n \n \n \n extractionSites: VisibilityItem[]\n\n \n \n\n\n \n \n Type : VisibilityItem[]\n\n \n \n\n\n\n\n\n \n \n Possible extraction sites\n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Model identifier\n\n \n \n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Model label\n\n \n \n \n \n \n \n \n \n \n organ\n \n \n \n \n \n \n \n \n organ: OrganInfo\n\n \n \n\n\n \n \n Type : OrganInfo\n\n \n \n\n\n\n\n\n \n \n Organ name\n\n \n \n \n \n \n \n \n \n \n organDimensions\n \n \n \n \n \n \n \n \n organDimensions: XYZTriplet\n\n \n \n\n\n \n \n Type : XYZTriplet\n\n \n \n\n\n\n\n\n \n \n Reference Organ Dimensions\n\n \n \n \n \n \n \n \n \n \n organIri\n \n \n \n \n \n \n \n \n organIri: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Reference Organ IRI\n\n \n \n \n \n \n \n \n \n \n position\n \n \n \n \n \n \n \n \n position: XYZTriplet\n\n \n \n\n\n \n \n Type : XYZTriplet\n\n \n \n\n\n\n\n\n \n \n Model position\n\n \n \n \n \n \n \n \n \n \n rotation\n \n \n \n \n \n \n \n \n rotation: XYZTriplet\n\n \n \n\n\n \n \n Type : XYZTriplet\n\n \n \n\n\n\n\n\n \n \n Model rotation\n\n \n \n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: \"male\" | \"female\"\n\n \n \n\n\n \n \n Type : \"male\" | \"female\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Sex if applicable\n\n \n \n \n \n \n \n \n \n \n showPrevious\n \n \n \n \n \n \n \n \n showPrevious: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether previous registration blocks are visible\n\n \n \n \n \n \n \n \n \n \n side\n \n \n \n \n \n \n \n \n side: \"left\" | \"right\"\n\n \n \n\n\n \n \n Type : \"left\" | \"right\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Side if applicable\n\n \n \n \n \n \n \n \n \n \n slicesConfig\n \n \n \n \n \n \n \n \n slicesConfig: SlicesConfig\n\n \n \n\n\n \n \n Type : SlicesConfig\n\n \n \n\n\n\n\n\n \n \n Slice configuration\n\n \n \n \n \n \n \n \n \n \n viewSide\n \n \n \n \n \n \n \n \n viewSide: ViewSide\n\n \n \n\n\n \n \n Type : ViewSide\n\n \n \n\n\n\n\n\n \n \n View side\n\n \n \n \n \n \n \n \n \n \n viewType\n \n \n \n \n \n \n \n \n viewType: ViewType\n\n \n \n\n\n \n \n Type : ViewType\n\n \n \n\n\n\n\n\n \n \n View type\n\n \n \n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { ALL_ORGANS, GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { filterNulls } from 'ccf-shared/rxjs-ext/operators';\nimport { sortBy } from 'lodash';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { EMPTY, Observable } from 'rxjs';\nimport { delay, distinctUntilChanged, filter, map, skipUntil, switchMap, tap, throttleTime } from 'rxjs/operators';\n\nimport { ExtractionSet } from '../../models/extraction-set';\nimport { VisibilityItem } from '../../models/visibility-item';\nimport { GlobalConfig, OrganConfig } from '../../services/config/config';\nimport { PageState } from '../page/page.state';\nimport { ReferenceDataState } from '../reference-data/reference-data.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A object with x, y, and z channels of the same type. */\nexport interface XYZTriplet {\n /** X channel */\n x: T;\n /** Y channel */\n y: T;\n /** Z channel */\n z: T;\n}\n\n/** Slices configuration */\nexport interface SlicesConfig {\n /** Thickness of slice */\n thickness: number;\n /** Number of slices per block */\n numSlices: number;\n}\n\n/** Model view type */\nexport type ViewType = 'register' | '3d';\n\n/** Side which the model is viewed from */\nexport type ViewSide = 'left' | 'right' | 'anterior' | 'posterior';\n\n/** Data contained in the stage state. */\nexport interface ModelStateModel {\n /** Model identifier */\n id: string;\n /** Model label */\n label: string;\n /** Organ name */\n organ: OrganInfo;\n /** Reference Organ IRI */\n organIri?: string;\n /** Reference Organ Dimensions */\n organDimensions: XYZTriplet;\n /** Sex if applicable */\n sex?: 'male' | 'female';\n /** Side if applicable */\n side?: 'left' | 'right';\n /** Block size */\n blockSize: XYZTriplet;\n /** Model rotation */\n rotation: XYZTriplet;\n /** Model position */\n position: XYZTriplet;\n /** Slice configuration */\n slicesConfig: SlicesConfig;\n /** View type */\n viewType: ViewType;\n /** View side */\n viewSide: ViewSide;\n /** Whether previous registration blocks are visible */\n showPrevious: boolean;\n /** Possible extraction sites */\n extractionSites: VisibilityItem[];\n /** Anatomical structures for the organ */\n anatomicalStructures: VisibilityItem[];\n /** Extraction sets */\n extractionSets: ExtractionSet[];\n}\n\n/**\n * All organs to be displayed\n */\nexport const RUI_ORGANS = ALL_ORGANS;\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'model',\n defaults: {\n id: '',\n label: '',\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n organ: { src: '', name: '' } as OrganInfo,\n organIri: '',\n organDimensions: { x: 90, y: 90, z: 90 },\n sex: 'male',\n blockSize: { x: 10, y: 10, z: 10 },\n rotation: { x: 0, y: 0, z: 0 },\n position: { x: 0, y: 0, z: 0 },\n slicesConfig: { thickness: NaN, numSlices: NaN },\n viewType: 'register',\n viewSide: 'anterior',\n showPrevious: false,\n extractionSites: [],\n anatomicalStructures: [],\n extractionSets: []\n }\n})\n@Injectable()\nexport class ModelState extends NgxsImmutableDataRepository {\n /** Identifier observable */\n readonly id$ = this.state$.pipe(map(x => x?.id));\n /** Block size observable */\n readonly blockSize$ = this.state$.pipe(map(x => x?.blockSize));\n /** Rotation observable */\n readonly rotation$ = this.state$.pipe(map(x => x?.rotation));\n /** Position observable */\n readonly position$ = this.state$.pipe(map(x => x?.position));\n /** Slice configuration observable */\n readonly slicesConfig$ = this.state$.pipe(map(x => x?.slicesConfig));\n /** View type observable */\n readonly viewType$ = this.state$.pipe(map(x => x?.viewType));\n /** View side observable */\n readonly viewSide$ = this.state$.pipe(map(x => x?.viewSide));\n /** Organ observable */\n readonly organ$ = this.state$.pipe(map(x => x?.organ));\n /** Organ IRI observable */\n readonly organIri$ = this.state$.pipe(map(x => x?.organIri));\n /** Organ IRI observable */\n readonly organDimensions$ = this.state$.pipe(map(x => x?.organDimensions));\n /** Sex observable */\n readonly sex$ = this.state$.pipe(map(x => x?.sex));\n /** Side observable */\n readonly side$ = this.state$.pipe(map(x => x?.side));\n /** Show previous observable */\n readonly showPrevious$ = this.state$.pipe(map(x => x?.showPrevious));\n /** Extraction sites observable */\n readonly extractionSites$ = this.state$.pipe(map(x => x?.extractionSites));\n /** Anatomical structures observable */\n readonly anatomicalStructures$ = this.state$.pipe(map(x => x?.anatomicalStructures));\n /** Extraction sets observable */\n readonly extractionSets$ = this.state$.pipe(map(x => x?.extractionSets));\n\n @Computed()\n get modelChanged$(): Observable {\n const ignoredKeys = ['viewType', 'viewSide', 'showPrevious'];\n const keys = Object.keys(this.initialState)\n .filter(key => !ignoredKeys.includes(key));\n\n return this.state$.pipe(\n throttleTime(0, undefined, { leading: false, trailing: true }),\n distinctUntilChanged((v1, v2) => {\n for (const key of keys) {\n if (v1[key] !== v2[key]) {\n return false;\n }\n }\n\n return true;\n }),\n map(() => undefined)\n );\n }\n\n /** Reference to the reference data state */\n private referenceData: ReferenceDataState;\n\n private page: PageState;\n\n /**\n * Creates an instance of model state.\n *\n * @param injector Injector service used to lazy load reference data state\n */\n constructor(\n private readonly ga: GoogleAnalyticsService,\n private readonly injector: Injector,\n private readonly globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.referenceData = this.injector.get(ReferenceDataState);\n this.page = this.injector.get(PageState);\n\n this.referenceData.state$.subscribe(() => this.onReferenceDataChange());\n }\n\n idMatches(ontologyId?: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n ontologyId && o.id === ontologyId ? (o.side ? o.side === organSide : true) : false\n );\n }\n\n nameMatches(organName: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n o.side ? o.organ.toLowerCase() === organName && o.side === organSide : o.organ.toLowerCase() === organName\n );\n }\n\n /**\n * Updates the block size\n *\n * @param blockSize The new block size values\n */\n @DataAction()\n setBlockSize(blockSize: XYZTriplet): void {\n this.ctx.patchState({ blockSize });\n }\n\n /**\n * Updates the rotation\n *\n * @param rotation The new rotation values\n */\n @DataAction()\n setRotation(rotation: XYZTriplet): void {\n this.ctx.patchState({ rotation });\n }\n\n /**\n * Updates the position\n *\n * @param position The new position values\n */\n @DataAction()\n setPosition(position: XYZTriplet): void {\n this.ga.event('placement', `${this.snapshot.organ?.name}_placement`, `${position.x.toFixed(1)}_${position.y.toFixed(1)}_${position.z.toFixed(1)}`);\n this.ctx.patchState({ position });\n }\n\n /**\n * Updates the slice configuration\n *\n * @param slicesConfig The new slice configuration\n */\n @DataAction()\n setSlicesConfig(slicesConfig: SlicesConfig): void {\n this.ctx.patchState({ slicesConfig });\n }\n\n /**\n * Updates the view type\n *\n * @param viewType the new view type\n */\n @DataAction()\n setViewType(viewType: ViewType): void {\n this.ctx.patchState({ viewType });\n }\n\n /**\n * Updates the view side\n *\n * @param viewSide The side to view\n */\n @DataAction()\n setViewSide(viewSide: ViewSide): void {\n this.ctx.patchState({ viewSide });\n }\n\n @Computed()\n get defaultPosition(): XYZTriplet {\n const dims = this.snapshot.organDimensions;\n const block = this.snapshot.blockSize;\n return { x: dims.x + 2 * block.x, y: dims.y / 2, z: dims.z / 2 };\n }\n\n /**\n * Updates the organ\n *\n * @param organ Name of the organ\n */\n @DataAction()\n setOrgan(organ: OrganInfo): void {\n if (organ) {\n this.ga.event('organ_select', 'organ', organ.name);\n this.ctx.patchState({ organ });\n if (organ.side) {\n this.ctx.patchState({ side: organ.side });\n } else {\n this.ctx.patchState({ side: undefined });\n }\n this.onOrganIriChange();\n }\n }\n\n /**\n * Sets position and rotation to default\n */\n @DataAction()\n setOrganDefaults(): void {\n this.ctx.patchState({\n position: this.defaultPosition,\n rotation: { x: 0, y: 0, z: 0 }\n });\n }\n\n /**\n * Updates the sex\n *\n * @param [sex] The new sex\n */\n @DataAction()\n setSex(sex?: 'male' | 'female'): void {\n this.ctx.patchState({ sex });\n this.onOrganIriChange();\n }\n\n /**\n * Updates the side\n *\n * @param [side] The new side\n */\n @DataAction()\n setSide(side?: 'left' | 'right'): void {\n this.ctx.patchState({ side });\n this.onOrganIriChange();\n }\n\n /**\n * Updates show previous\n *\n * @param showPrevious Whether to show\n */\n @DataAction()\n setShowPrevious(showPrevious: boolean): void {\n this.ctx.patchState({ showPrevious });\n }\n\n /**\n * Updates extraction sites\n *\n * @param extractionSites New array of items\n */\n @DataAction()\n setExtractionSites(extractionSites: VisibilityItem[]): void {\n this.ctx.patchState({ extractionSites });\n }\n\n /**\n * Updates anatomical structures\n *\n * @param anatomicalStructures New array of items\n */\n @DataAction()\n setAnatomicalStructures(anatomicalStructures: VisibilityItem[]): void {\n this.ctx.patchState({ anatomicalStructures });\n }\n\n /**\n * Updates extraction sets\n *\n * @param extractionSets New array of extraction sets\n */\n @DataAction()\n setExtractionSets(extractionSets: ExtractionSet[]): void {\n this.ctx.patchState({ extractionSets });\n }\n\n /**\n * Toggles registration blocks visibility and handles anatomical structures\n * opacity changes accordingly\n *\n * @param visible the visible state to pass along to setShowPrevious()\n * @param previousItems visibilityItems to set anatomical structures\n */\n toggleRegistrationBlocksVisibility(visible: boolean, previousItems: VisibilityItem[]): void {\n this.setShowPrevious(visible);\n\n if (!visible) {\n this.setAnatomicalStructures(previousItems);\n } else {\n const newStructures = previousItems.map(structure => ({\n ...structure, opacity: Math.min(20, structure.opacity ?? 20)\n }));\n this.setAnatomicalStructures(newStructures);\n }\n }\n\n private onOrganIriChange(): void {\n const organIri = this.referenceData.getReferenceOrganIri(\n this.snapshot.organ?.organ || '', this.snapshot.sex, this.snapshot.side, this.snapshot.organ\n );\n const organDimensions: XYZTriplet = { x: 100, y: 100, z: 100 };\n\n if (this.snapshot.organ?.sex) {\n this.ctx.patchState({ sex: this.snapshot.organ?.sex });\n }\n\n if (organIri) {\n const db = this.referenceData.snapshot;\n const asLookup: { [id: string]: VisibilityItem } = {};\n for (const entity of (db.anatomicalStructures[organIri] || [])) {\n const iri = entity.representation_of ?? entity['@id'];\n if (!asLookup[iri]) {\n asLookup[iri] = {\n id: entity.representation_of ?? entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 20,\n tooltip: entity.comment\n };\n }\n }\n this.ctx.patchState({ anatomicalStructures: [{ id: 'all', name: 'all anatomical structures', opacity: 20, visible: true }, ...Object.values(asLookup)] });\n\n const sets: ExtractionSet[] = (db.extractionSets[organIri] || []).map((set) => ({\n name: set.label,\n sites: [{ id: 'all', name: 'all landmarks', visible: true, opacity: 0 }].concat(sortBy(set.extractionSites.map((entity) => ({\n id: entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 0,\n tooltip: entity.comment\n })), 'name'))\n }));\n this.ctx.patchState({ extractionSets: sets });\n this.ctx.patchState({ extractionSites: sets.length > 0 ? sets[0].sites : [] });\n\n const spatialEntity = db.organSpatialEntities[organIri];\n organDimensions.x = spatialEntity.x_dimension;\n organDimensions.y = spatialEntity.y_dimension;\n organDimensions.z = spatialEntity.z_dimension;\n }\n\n this.ctx.patchState({ organIri, organDimensions });\n }\n\n private onReferenceDataChange(): void {\n this.globalConfig.getOption('organ').pipe(\n filterNulls(),\n delay(0),\n switchMap(organ => this.onOrganChange(organ))\n ).subscribe();\n\n this.modelChanged$.pipe(\n skipUntil(this.page.registrationStarted$.pipe(\n filter(started => started),\n ))\n ).subscribe(() => this.page.setHasChanges());\n }\n\n private onOrganChange(organ: string | OrganConfig): Observable {\n let organInfo: OrganInfo | undefined;\n let organSex: 'male' | 'female';\n if (typeof organ === 'string') {\n const organData = this.referenceData.getOrganData(organ);\n organSex = organData?.sex?.toLowerCase() as 'male' | 'female';\n organInfo = organData?.organ;\n } else {\n const organName = organ.name.toLowerCase();\n const organSide = organ.side;\n const ontologyId = organ.ontologyId;\n organSex = organ.sex?.toLowerCase() as 'male' | 'female';\n // check for an id match\n organInfo = this.idMatches(ontologyId, organSide);\n // if no id matches, check for a name match\n if (!organInfo) {\n organInfo = this.nameMatches(organName, organSide);\n }\n }\n\n if (organInfo) {\n this.ctx.patchState({\n organ: organInfo,\n sex: organSex,\n side: organInfo?.side?.toLowerCase() as 'left' | 'right'\n });\n return this.referenceData.state$.pipe(\n tap(() => this.onOrganIriChange())\n );\n }\n\n return EMPTY;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NameInputComponent.html":{"url":"components/NameInputComponent.html","title":"component - NameInputComponent","body":"\n \n\n\n\n\n\n Components\n \n NameInputComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts\n\n\n\n \n Description\n \n \n Component for inputting the researcher's name\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-name-input\n \n\n\n\n \n styleUrls\n ./name-input.component.scss\n \n\n\n\n \n templateUrl\n ./name-input.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n _name\n \n \n \n Readonly\n clsName\n \n \n firstNameValidator\n \n \n lastNameValidator\n \n \n middleNameValidator\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n updateName\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n name\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n nameChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n name\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:82\n \n \n\n \n \n Creates an instance of name input component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n name\n \n \n \n \n Type : UserName\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:62\n \n \n \n \n Current user name\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n nameChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:82\n \n \n \n \n Emits a UserName object\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-name-input\"\n\n \n \n \n \n Default value : 'ccf-name-input'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:40\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n updateName\n \n \n \n \n \n \nupdateName(input: InputEvent, key: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:97\n \n \n\n\n \n \n Updates username with a new entry and emits the UserName object\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n input\n \n InputEvent\n \n\n \n No\n \n\n\n \n InputEvent from the input element which contains the new value\n\n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n firstName or lastName\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n _name\n \n \n \n \n \n \n Type : UserName\n\n \n \n \n \n Default value : {\n firstName: '',\n middleName: '',\n lastName: ''\n }\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:73\n \n \n\n\n \n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-name-input'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:40\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n firstNameValidator\n \n \n \n \n \n \n Default value : new UntypedFormControl('', [Validators.required])\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:45\n \n \n\n \n \n Used to validate the first name input field.\n\n \n \n\n \n \n \n \n \n \n \n \n lastNameValidator\n \n \n \n \n \n \n Default value : new UntypedFormControl('', [Validators.required])\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:50\n \n \n\n \n \n Used to validate the last name input field.\n\n \n \n\n \n \n \n \n \n \n \n \n middleNameValidator\n \n \n \n \n \n \n Default value : new UntypedFormControl('', [Validators.required])\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:55\n \n \n\n \n \n Used to validate the middle name input field.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n name\n \n \n\n \n \n getname()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:62\n \n \n \n \n Current user name\n\n\n \n Returns : UserName\n\n \n \n \n\n \n \n setname(value: UserName)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts:66\n \n \n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n UserName\n \n \n \n No\n \n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { UntypedFormControl, Validators } from '@angular/forms';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * User name data\n */\nexport interface UserName {\n /**\n * User's first name\n */\n firstName: string;\n\n /**\n * User's middle name\n */\n middleName: string;\n\n /**\n * User's last name\n */\n lastName: string;\n}\n\n/**\n * Component for inputting the researcher's name\n */\n@Component({\n selector: 'ccf-name-input',\n templateUrl: './name-input.component.html',\n styleUrls: ['./name-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class NameInputComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-name-input';\n\n /**\n * Used to validate the first name input field.\n */\n firstNameValidator = new UntypedFormControl('', [Validators.required]);\n\n /**\n * Used to validate the last name input field.\n */\n lastNameValidator = new UntypedFormControl('', [Validators.required]);\n\n /**\n * Used to validate the middle name input field.\n */\n middleNameValidator = new UntypedFormControl('', [Validators.required]);\n\n\n /**\n * Current user name\n */\n @Input()\n get name(): UserName {\n return this._name;\n }\n\n set name(value: UserName) {\n this._name = value;\n this.firstNameValidator.setValue(value?.firstName || '');\n this.lastNameValidator.setValue(value?.lastName || '');\n this.middleNameValidator.setValue(value?.middleName || '');\n }\n\n private _name: UserName = {\n firstName: '',\n middleName: '',\n lastName: ''\n };\n\n /**\n * Emits a UserName object\n */\n @Output() readonly nameChange = new EventEmitter();\n\n /**\n * Creates an instance of name input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Updates username with a new entry and emits the UserName object\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key firstName or lastName\n */\n updateName(input: InputEvent, key: string): void {\n const inputTarget = input.target as HTMLInputElement;\n this.name = { ...this.name, [key]: inputTarget.value };\n this.ga.event('name_updated', 'name_input', key);\n this.nameChange.emit(this.name);\n }\n}\n\n \n\n \n \n First Name \n \n\n\n\n Middle Name \n \n\n\n\n Last Name \n \n\n\n \n\n \n \n ./name-input.component.scss\n \n :host {\n display: flex;\n\n .field {\n &:not(:last-child) {\n padding-right: 0.75rem;\n }\n\n .input {\n text-align: left;\n width: 100%;\n font-size: 1rem;\n }\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' First Name Middle Name Last Name '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'NameInputComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/NameInputModule.html":{"url":"modules/NameInputModule.html","title":"module - NameInputModule","body":"\n \n\n\n\n\n Modules\n NameInputModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_NameInputModule\n\n\n\ncluster_NameInputModule_declarations\n\n\n\ncluster_NameInputModule_exports\n\n\n\n\nNameInputComponent\n\nNameInputComponent\n\n\n\nNameInputModule\n\nNameInputModule\n\nNameInputModule -->\n\nNameInputComponent->NameInputModule\n\n\n\n\n\nNameInputComponent \n\nNameInputComponent \n\nNameInputComponent -->\n\nNameInputModule->NameInputComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/name-input/name-input.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n NameInputComponent\n \n \n \n \n Exports\n \n \n NameInputComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { NameInputComponent } from './name-input.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatInputModule,\n FormsModule,\n ReactiveFormsModule,\n MatTooltipModule\n ],\n declarations: [NameInputComponent],\n exports: [NameInputComponent]\n})\nexport class NameInputModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OrganConfig.html":{"url":"interfaces/OrganConfig.html","title":"interface - OrganConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OrganConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n name\n \n \n \n Optional\n \n ontologyId\n \n \n \n Optional\n \n sex\n \n \n \n Optional\n \n side\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: \"large intestine\" | \"heart\" | \"kidney\" | \"spleen\"\n\n \n \n\n\n \n \n Type : \"large intestine\" | \"heart\" | \"kidney\" | \"spleen\"\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n ontologyId\n \n \n \n \n \n \n \n \n ontologyId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: \"male\" | \"female\"\n\n \n \n\n\n \n \n Type : \"male\" | \"female\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n side\n \n \n \n \n \n \n \n \n side: \"left\" | \"right\"\n\n \n \n\n\n \n \n Type : \"left\" | \"right\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { InjectionToken } from '@angular/core';\nimport { GlobalsService } from 'ccf-shared';\nimport { ObservableInput } from 'rxjs';\n\n\nexport interface GlobalConfig {\n baseHref?: string;\n editRegistration?: Record;\n organ?: OrganConfig | string;\n user?: {\n firstName: string;\n lastName: string;\n };\n\n register?: (data: string) => void;\n useDownload?: boolean;\n\n fetchPreviousRegistrations?: () => ObservableInput[]>;\n registrationStarted?: boolean;\n\n cancelRegistration?: () => void;\n\n skipUnsavedChangesConfirmation?: boolean;\n\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n organOptions?: string[];\n}\n\nexport interface OrganConfig {\n name: 'large intestine' | 'heart' | 'kidney' | 'spleen';\n ontologyId?: string;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\ndeclare global {\n let ruiConfig: GlobalConfig;\n}\n\nexport const GLOBAL_CONFIG = new InjectionToken(\n 'Global configuration object'\n);\n\nexport function globalConfigFactory(globals: GlobalsService): GlobalConfig {\n return globals.get('ruiConfig', { user: { firstName: '', lastName: '' } });\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OrganData.html":{"url":"interfaces/OrganData.html","title":"interface - OrganData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OrganData\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n organ\n \n \n \n Optional\n \n sex\n \n \n \n Optional\n \n side\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n organ\n \n \n \n \n \n \n \n \n organ: OrganInfo\n\n \n \n\n\n \n \n Type : OrganInfo\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n sex\n \n \n \n \n \n \n \n \n sex: \"male\" | \"female\"\n\n \n \n\n\n \n \n Type : \"male\" | \"female\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n side\n \n \n \n \n \n \n \n \n side: \"left\" | \"right\"\n\n \n \n\n\n \n \n Type : \"left\" | \"right\"\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { SpatialPlacementJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { ExtractionSet, SpatialEntity } from 'ccf-database';\nimport { ALL_ORGANS, GlobalConfigState, GlobalsService, OrganInfo } from 'ccf-shared';\nimport { EMPTY, from, Observable } from 'rxjs';\nimport { catchError, map, switchMap } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { XYZTriplet } from '../model/model.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\nexport function applySpatialPlacement(tx: Matrix4, placement: Immutable): Matrix4 {\n const p = placement;\n let factor: number;\n switch (p.translation_units) {\n case 'centimeter':\n factor = 1 / 100;\n break;\n case 'millimeter':\n factor = 1 / 1000;\n break;\n case 'meter':\n default:\n factor = 1;\n break;\n }\n const T = [p.x_translation, p.y_translation, p.z_translation].map(t => t * factor);\n const R = [p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number];\n const S = [p.x_scaling, p.y_scaling, p.z_scaling];\n\n return tx.translate(T).rotateXYZ(R).scale(S);\n}\n\nexport interface ReferenceDataStateModel {\n organIRILookup: { [lookup: string]: string };\n organSpatialEntities: { [iri: string]: SpatialEntity };\n anatomicalStructures: { [iri: string]: SpatialEntity[] };\n extractionSets: { [iri: string]: ExtractionSet[] };\n sceneNodeLookup: { [iri: string]: SpatialSceneNode };\n simpleSceneNodeLookup: { [iri: string]: SpatialSceneNode };\n placementPatches: { [iri: string]: SpatialPlacementJsonLd };\n}\n\nexport interface OrganData {\n organ: OrganInfo;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'reference',\n defaults: {\n organIRILookup: {},\n organSpatialEntities: {},\n anatomicalStructures: {},\n extractionSets: {},\n sceneNodeLookup: {},\n simpleSceneNodeLookup: {},\n placementPatches: {}\n }\n})\n@Injectable()\nexport class ReferenceDataState extends NgxsImmutableDataRepository {\n\n constructor(\n private readonly globals: GlobalsService,\n private globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.getSourceDB().subscribe(db => {\n this.setState(db);\n\n // In development, make the db globally accessible\n if (!environment.production) {\n this.globals.set('db', db);\n }\n });\n }\n\n private getSourceDB(): Observable {\n return this.globalConfig.getOption('baseHref').pipe(\n map(baseHref => (baseHref ?? '') + 'assets/reference-organ-data.json'),\n switchMap(url => from(fetch(url)).pipe(\n switchMap(data => data.json()),\n catchError(() => EMPTY)\n ))\n );\n }\n\n normalizePlacement(place: SpatialPlacementJsonLd): SpatialPlacementJsonLd {\n const db = this.snapshot;\n const patchPlacement = db.placementPatches[place?.target];\n if (patchPlacement) {\n const matrix = applySpatialPlacement(new Matrix4(Matrix4.IDENTITY), patchPlacement);\n const position: XYZTriplet = { x: place.x_translation, y: place.y_translation, z: place.z_translation };\n const [x, y, z] = matrix.transformAsPoint([ position.x, position.y, position.z ], []);\n const newPlacement = { ...place, target: patchPlacement.target };\n newPlacement.x_translation = x;\n newPlacement.y_translation = y;\n newPlacement.z_translation = z;\n return newPlacement;\n } else {\n return place;\n }\n }\n\n /**\n * Looks up an IRI for a potential reference organ.\n *\n * @param organ the organ\n * @param sex the sex: male, female, or undefined\n * @param side the side: left, right, or undefined\n * @returns An IRI if there is a reference organ for this state, otherwise undefined\n */\n getReferenceOrganIri(organ: string, sex?: 'Male' | 'Female' | string, side?: 'Left' | 'Right' | string, organInfo?: OrganInfo): string | undefined {\n const db = this.snapshot;\n if (organ.toUpperCase() !== 'KIDNEY') {\n side = '';\n }\n if (organInfo?.sex) {\n sex = organInfo.sex;\n }\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const lookup = [organ, sex, side || organInfo?.side].join('|').toUpperCase();\n const key = Object.keys(db.organIRILookup).find((code) => code.toUpperCase().endsWith(lookup));\n return this.getLatestIri(key ? db.organIRILookup[key] : undefined);\n }\n\n /**\n * Looks up organ information from an IRI\n *\n * @param iri The IRI\n * @returns A populated organ data if the IRI is valid, otherwise undefined\n */\n getOrganData(iri: string): OrganData | undefined {\n const updatedIri = this.getLatestIri(iri);\n const state = this.snapshot;\n const entity = state.organSpatialEntities[updatedIri];\n if (!entity) {\n return undefined;\n }\n\n const name = entity.label ?? '';\n const organ = ALL_ORGANS.find(info => name.endsWith(info.organ) && (!entity.side || entity.side.toLowerCase() === info.side));\n if (!organ) {\n return undefined;\n }\n\n return {\n organ,\n sex: entity.sex?.toLowerCase() as 'male' | 'female',\n side: entity.side?.toLowerCase() as 'left' | 'right'\n };\n }\n\n private getLatestIri(organ?: string): string {\n if (!organ) {\n return '';\n }\n const organEntry = this.snapshot.placementPatches[organ];\n return organEntry ? this.getLatestIri(organEntry.target) : organ;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/PageState.html":{"url":"injectables/PageState.html","title":"injectable - PageState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n PageState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n\n\n \n Description\n \n \n General page global state\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n orcidValid$\n \n \n Readonly\n organOptions$\n \n \n Readonly\n registrationCallbackSet$\n \n \n Readonly\n registrationStarted$\n \n \n Readonly\n useCancelRegistrationCallback$\n \n \n Readonly\n user$\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n cancelRegistration\n \n \n \n clearHasChanges\n \n \n Private\n initSkipConfirmationListeners\n \n \n isOrcidValid\n \n \n ngxsOnInit\n \n \n Private\n orcidToUri\n \n \n \n registrationStarted\n \n \n \n setHasChanges\n \n \n \n setOrcidId\n \n \n \n setUseCancelRegistrationCallback\n \n \n \n setUserName\n \n \n uriToOrcid\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n skipConfirmation$\n \n \n globalSkipConfirmation$\n \n \n hasChanges$\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(globalConfig: GlobalConfigState, reg: RegistrationState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:86\n \n \n\n \n \n Creates an instance of page state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n The global configuration\n\n \n \n \n reg\n \n \n RegistrationState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n cancelRegistration\n \n \n \n \n \n \ncancelRegistration()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:120\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n clearHasChanges\n \n \n \n \n \n \n \n clearHasChanges()\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:193\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n initSkipConfirmationListeners\n \n \n \n \n \n \n \n initSkipConfirmationListeners()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:199\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n isOrcidValid\n \n \n \n \n \n \nisOrcidValid()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:231\n \n \n\n\n \n \n Checks if current orcid value is in the valid format\n\n\n \n Returns : boolean\n\n \n \n true if orcid valid or blank\n\n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:103\n \n \n\n\n \n \n Initializes this service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n orcidToUri\n \n \n \n \n \n \n \n orcidToUri(id: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:250\n \n \n\n\n \n \n Converts orcid to URI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n orcid id\n\n \n \n \n \n \n \n Returns : string\n\n \n \n orcid URI\n\n \n \n \n \n \n \n \n \n \n \n \n \n registrationStarted\n \n \n \n \n \n \n \n registrationStarted()\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:176\n \n \n\n\n \n \n Sets registrationStarted to true (when initial registration modal is closed)\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n setHasChanges\n \n \n \n \n \n \n \n setHasChanges()\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:183\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n setOrcidId\n \n \n \n \n \n \n \n setOrcidId(id?: string)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:161\n \n \n\n\n \n \n Saves ORCID id as URI\nSets orcidValid to true if blank, otherwise set to true if valid\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n Yes\n \n\n\n \n ORCID id\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setUseCancelRegistrationCallback\n \n \n \n \n \n \n \n setUseCancelRegistrationCallback(use: boolean)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:135\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n use\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setUserName\n \n \n \n \n \n \n \n setUserName(name: Pick)\n \n \n\n \n \n Decorators : \n \n @DataAction()\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:145\n \n \n\n\n \n \n Sets the name of the active user.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n name\n \n Pick\n \n\n \n No\n \n\n\n \n The first and last name\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n uriToOrcid\n \n \n \n \n \n \nuriToOrcid(uri?: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:241\n \n \n\n\n \n \n Converts orcid URI to a regular orcid value\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n uri\n \n string\n \n\n \n Yes\n \n\n\n \n orcid uri\n\n \n \n \n \n \n \n Returns : string\n\n \n \n orcid id\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n orcidValid$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.orcidValid))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:68\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n organOptions$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.organOptions))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:67\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n registrationCallbackSet$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.registrationCallbackSet))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:66\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n registrationStarted$\n \n \n \n \n \n \n Default value : this.state$.pipe(pluckUnique('registrationStarted'))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:64\n \n \n\n \n \n registrationStarted observable\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n useCancelRegistrationCallback$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.useCancelRegistrationCallback))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:65\n \n \n\n\n \n \n \n \n \n \n \n \n Readonly\n user$\n \n \n \n \n \n \n Default value : this.state$.pipe(map(x => x?.user))\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:62\n \n \n\n \n \n Active user observable\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n skipConfirmation$\n \n \n\n \n \n getskipConfirmation$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:71\n \n \n\n \n \n \n \n \n \n \n globalSkipConfirmation$\n \n \n\n \n \n getglobalSkipConfirmation$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:76\n \n \n\n \n \n \n \n \n \n \n hasChanges$\n \n \n\n \n \n gethasChanges$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/page/page.state.ts:84\n \n \n\n \n \n\n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { iif, patch } from '@ngxs/store/operators';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { pluckUnique } from 'ccf-shared/rxjs-ext/operators';\nimport { combineLatest, Observable } from 'rxjs';\nimport { distinctUntilChanged, filter, map, tap, withLatestFrom } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { RegistrationState } from '../registration/registration.state';\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A record with information about a single person */\nexport interface Person {\n firstName: string;\n middleName?: string;\n lastName: string;\n orcidId?: string;\n}\n\n/** Page state model */\nexport interface PageStateModel {\n /** Active user */\n user: Person;\n /** Whether or not the initial registration modal has been closed */\n registrationStarted: boolean;\n useCancelRegistrationCallback: boolean;\n registrationCallbackSet: boolean;\n skipConfirmation: boolean;\n hasChanges: boolean;\n organOptions?: OrganInfo[];\n orcidValid: boolean;\n}\n\n/**\n * General page global state\n */\n@StateRepository()\n@State({\n name: 'page',\n defaults: {\n user: {\n firstName: '',\n lastName: ''\n },\n registrationStarted: false,\n useCancelRegistrationCallback: false,\n registrationCallbackSet: false,\n skipConfirmation: true,\n hasChanges: false,\n organOptions: [],\n orcidValid: false\n }\n})\n@Injectable()\nexport class PageState extends NgxsImmutableDataRepository {\n /** Active user observable */\n readonly user$ = this.state$.pipe(map(x => x?.user));\n /** registrationStarted observable */\n readonly registrationStarted$ = this.state$.pipe(pluckUnique('registrationStarted'));\n readonly useCancelRegistrationCallback$ = this.state$.pipe(map(x => x?.useCancelRegistrationCallback));\n readonly registrationCallbackSet$ = this.state$.pipe(map(x => x?.registrationCallbackSet));\n readonly organOptions$ = this.state$.pipe(map(x => x?.organOptions));\n readonly orcidValid$ = this.state$.pipe(map(x => x?.orcidValid));\n\n @Computed()\n get skipConfirmation$(): Observable {\n return this.state$.pipe(pluckUnique('skipConfirmation'));\n }\n\n @Computed()\n get globalSkipConfirmation$(): Observable {\n return this.globalConfig.getOption('skipUnsavedChangesConfirmation').pipe(\n map(value => value ?? environment.skipUnsavedChangesConfirmation),\n distinctUntilChanged()\n );\n }\n\n @Computed()\n get hasChanges$(): Observable {\n return this.state$.pipe(pluckUnique('hasChanges'));\n }\n\n /**\n * Creates an instance of page state.\n *\n * @param globalConfig The global configuration\n */\n constructor(\n private readonly globalConfig: GlobalConfigState,\n private readonly reg: RegistrationState\n ) {\n super();\n }\n\n /**\n * Initializes this service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n combineLatest([this.reg.state$, this.globalConfig.config$]).pipe(\n tap(([reg, config]) => {\n this.setState(patch({\n registrationCallbackSet: reg.useRegistrationCallback ? !!config.register : false,\n useCancelRegistrationCallback: !!config.cancelRegistration,\n user: iif(!!config.user, config.user!),\n registrationStarted: config.user ?? reg.initialRegistration ? true : undefined\n }));\n })\n ).subscribe();\n\n this.initSkipConfirmationListeners();\n }\n\n cancelRegistration(): void {\n const {\n globalConfig: { snapshot: { cancelRegistration: cancelRegistrationCallback } },\n snapshot: { useCancelRegistrationCallback, skipConfirmation }\n } = this;\n\n if (useCancelRegistrationCallback) {\n // eslint-disable-next-line no-alert\n if (skipConfirmation || confirm('Changes you made may not be saved.')) {\n cancelRegistrationCallback?.();\n }\n }\n }\n\n @DataAction()\n setUseCancelRegistrationCallback(use: boolean): void {\n this.ctx.patchState({ useCancelRegistrationCallback: use });\n }\n\n /**\n * Sets the name of the active user.\n *\n * @param name The first and last name\n */\n @DataAction()\n setUserName(name: Pick): void {\n this.ctx.setState(patch({\n user: patch({\n firstName: name.firstName,\n lastName: name.lastName,\n middleName: name.middleName !== '' ? name.middleName : undefined\n })\n }));\n }\n\n /**\n * Saves ORCID id as URI\n * Sets orcidValid to true if blank, otherwise set to true if valid\n * @param id ORCID id\n */\n @DataAction()\n setOrcidId(id?: string): void {\n this.ctx.setState(patch({\n user: patch({\n orcidId: id ? this.orcidToUri(id) : undefined\n })\n }));\n this.ctx.patchState({\n orcidValid: id ? this.isOrcidValid() : true\n });\n }\n\n /**\n * Sets registrationStarted to true (when initial registration modal is closed)\n */\n @DataAction()\n registrationStarted(): void {\n this.ctx.setState(patch({\n registrationStarted: true\n }));\n }\n\n @DataAction()\n setHasChanges(): void {\n const { snapshot: { registrationStarted, hasChanges } } = this;\n if (registrationStarted && !hasChanges) {\n this.ctx.patchState({\n hasChanges: true\n });\n }\n }\n\n @DataAction()\n clearHasChanges(): void {\n this.ctx.patchState({\n hasChanges: false\n });\n }\n\n private initSkipConfirmationListeners(): void {\n const updateSkipConfirmation = (skipConfirmation: boolean) => this.patchState({ skipConfirmation });\n\n this.globalSkipConfirmation$\n .pipe(filter(s => s))\n .subscribe(updateSkipConfirmation);\n\n this.hasChanges$.pipe(\n withLatestFrom(this.globalSkipConfirmation$),\n map(([hasChanges, skipConfirmation]) => skipConfirmation || !hasChanges),\n distinctUntilChanged()\n ).subscribe(updateSkipConfirmation);\n\n const beforeUnloadListener = (event: BeforeUnloadEvent) => {\n event.preventDefault();\n event.returnValue = 'Changes you made may not be saved.';\n return event.returnValue;\n };\n\n this.skipConfirmation$.subscribe(skipConfirmation => {\n if (skipConfirmation) {\n removeEventListener('beforeunload', beforeUnloadListener);\n } else {\n addEventListener('beforeunload', beforeUnloadListener);\n }\n });\n }\n\n /**\n * Checks if current orcid value is in the valid format\n * @returns true if orcid valid or blank\n */\n isOrcidValid(): boolean {\n const orcId = this.uriToOrcid(this.snapshot.user.orcidId);\n return !!(!orcId || orcId.match('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$'));\n }\n\n /**\n * Converts orcid URI to a regular orcid value\n * @param uri orcid uri\n * @returns orcid id\n */\n uriToOrcid(uri?: string): string {\n return uri ? uri.split('/').slice(-1)[0] : '';\n }\n\n /**\n * Converts orcid to URI\n * @param id orcid id\n * @returns orcid URI\n */\n private orcidToUri(id: string): string {\n const idWithHyphens = id.replace(/-/g, '').replace(/(.{1,4})/g, '$1-').slice(0, -1);\n return 'https://orcid.org/' + idWithHyphens;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/PageStateModel.html":{"url":"interfaces/PageStateModel.html","title":"interface - PageStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n PageStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n\n\n \n Description\n \n \n Page state model\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n hasChanges\n \n \n \n \n orcidValid\n \n \n \n Optional\n \n organOptions\n \n \n \n \n registrationCallbackSet\n \n \n \n \n registrationStarted\n \n \n \n \n skipConfirmation\n \n \n \n \n useCancelRegistrationCallback\n \n \n \n \n user\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n hasChanges\n \n \n \n \n \n \n \n \n hasChanges: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n orcidValid\n \n \n \n \n \n \n \n \n orcidValid: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n organOptions\n \n \n \n \n \n \n \n \n organOptions: OrganInfo[]\n\n \n \n\n\n \n \n Type : OrganInfo[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n registrationCallbackSet\n \n \n \n \n \n \n \n \n registrationCallbackSet: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n registrationStarted\n \n \n \n \n \n \n \n \n registrationStarted: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether or not the initial registration modal has been closed\n\n \n \n \n \n \n \n \n \n \n skipConfirmation\n \n \n \n \n \n \n \n \n skipConfirmation: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n useCancelRegistrationCallback\n \n \n \n \n \n \n \n \n useCancelRegistrationCallback: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n user\n \n \n \n \n \n \n \n \n user: Person\n\n \n \n\n\n \n \n Type : Person\n\n \n \n\n\n\n\n\n \n \n Active user\n\n \n \n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { iif, patch } from '@ngxs/store/operators';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { pluckUnique } from 'ccf-shared/rxjs-ext/operators';\nimport { combineLatest, Observable } from 'rxjs';\nimport { distinctUntilChanged, filter, map, tap, withLatestFrom } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { RegistrationState } from '../registration/registration.state';\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A record with information about a single person */\nexport interface Person {\n firstName: string;\n middleName?: string;\n lastName: string;\n orcidId?: string;\n}\n\n/** Page state model */\nexport interface PageStateModel {\n /** Active user */\n user: Person;\n /** Whether or not the initial registration modal has been closed */\n registrationStarted: boolean;\n useCancelRegistrationCallback: boolean;\n registrationCallbackSet: boolean;\n skipConfirmation: boolean;\n hasChanges: boolean;\n organOptions?: OrganInfo[];\n orcidValid: boolean;\n}\n\n/**\n * General page global state\n */\n@StateRepository()\n@State({\n name: 'page',\n defaults: {\n user: {\n firstName: '',\n lastName: ''\n },\n registrationStarted: false,\n useCancelRegistrationCallback: false,\n registrationCallbackSet: false,\n skipConfirmation: true,\n hasChanges: false,\n organOptions: [],\n orcidValid: false\n }\n})\n@Injectable()\nexport class PageState extends NgxsImmutableDataRepository {\n /** Active user observable */\n readonly user$ = this.state$.pipe(map(x => x?.user));\n /** registrationStarted observable */\n readonly registrationStarted$ = this.state$.pipe(pluckUnique('registrationStarted'));\n readonly useCancelRegistrationCallback$ = this.state$.pipe(map(x => x?.useCancelRegistrationCallback));\n readonly registrationCallbackSet$ = this.state$.pipe(map(x => x?.registrationCallbackSet));\n readonly organOptions$ = this.state$.pipe(map(x => x?.organOptions));\n readonly orcidValid$ = this.state$.pipe(map(x => x?.orcidValid));\n\n @Computed()\n get skipConfirmation$(): Observable {\n return this.state$.pipe(pluckUnique('skipConfirmation'));\n }\n\n @Computed()\n get globalSkipConfirmation$(): Observable {\n return this.globalConfig.getOption('skipUnsavedChangesConfirmation').pipe(\n map(value => value ?? environment.skipUnsavedChangesConfirmation),\n distinctUntilChanged()\n );\n }\n\n @Computed()\n get hasChanges$(): Observable {\n return this.state$.pipe(pluckUnique('hasChanges'));\n }\n\n /**\n * Creates an instance of page state.\n *\n * @param globalConfig The global configuration\n */\n constructor(\n private readonly globalConfig: GlobalConfigState,\n private readonly reg: RegistrationState\n ) {\n super();\n }\n\n /**\n * Initializes this service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n combineLatest([this.reg.state$, this.globalConfig.config$]).pipe(\n tap(([reg, config]) => {\n this.setState(patch({\n registrationCallbackSet: reg.useRegistrationCallback ? !!config.register : false,\n useCancelRegistrationCallback: !!config.cancelRegistration,\n user: iif(!!config.user, config.user!),\n registrationStarted: config.user ?? reg.initialRegistration ? true : undefined\n }));\n })\n ).subscribe();\n\n this.initSkipConfirmationListeners();\n }\n\n cancelRegistration(): void {\n const {\n globalConfig: { snapshot: { cancelRegistration: cancelRegistrationCallback } },\n snapshot: { useCancelRegistrationCallback, skipConfirmation }\n } = this;\n\n if (useCancelRegistrationCallback) {\n // eslint-disable-next-line no-alert\n if (skipConfirmation || confirm('Changes you made may not be saved.')) {\n cancelRegistrationCallback?.();\n }\n }\n }\n\n @DataAction()\n setUseCancelRegistrationCallback(use: boolean): void {\n this.ctx.patchState({ useCancelRegistrationCallback: use });\n }\n\n /**\n * Sets the name of the active user.\n *\n * @param name The first and last name\n */\n @DataAction()\n setUserName(name: Pick): void {\n this.ctx.setState(patch({\n user: patch({\n firstName: name.firstName,\n lastName: name.lastName,\n middleName: name.middleName !== '' ? name.middleName : undefined\n })\n }));\n }\n\n /**\n * Saves ORCID id as URI\n * Sets orcidValid to true if blank, otherwise set to true if valid\n * @param id ORCID id\n */\n @DataAction()\n setOrcidId(id?: string): void {\n this.ctx.setState(patch({\n user: patch({\n orcidId: id ? this.orcidToUri(id) : undefined\n })\n }));\n this.ctx.patchState({\n orcidValid: id ? this.isOrcidValid() : true\n });\n }\n\n /**\n * Sets registrationStarted to true (when initial registration modal is closed)\n */\n @DataAction()\n registrationStarted(): void {\n this.ctx.setState(patch({\n registrationStarted: true\n }));\n }\n\n @DataAction()\n setHasChanges(): void {\n const { snapshot: { registrationStarted, hasChanges } } = this;\n if (registrationStarted && !hasChanges) {\n this.ctx.patchState({\n hasChanges: true\n });\n }\n }\n\n @DataAction()\n clearHasChanges(): void {\n this.ctx.patchState({\n hasChanges: false\n });\n }\n\n private initSkipConfirmationListeners(): void {\n const updateSkipConfirmation = (skipConfirmation: boolean) => this.patchState({ skipConfirmation });\n\n this.globalSkipConfirmation$\n .pipe(filter(s => s))\n .subscribe(updateSkipConfirmation);\n\n this.hasChanges$.pipe(\n withLatestFrom(this.globalSkipConfirmation$),\n map(([hasChanges, skipConfirmation]) => skipConfirmation || !hasChanges),\n distinctUntilChanged()\n ).subscribe(updateSkipConfirmation);\n\n const beforeUnloadListener = (event: BeforeUnloadEvent) => {\n event.preventDefault();\n event.returnValue = 'Changes you made may not be saved.';\n return event.returnValue;\n };\n\n this.skipConfirmation$.subscribe(skipConfirmation => {\n if (skipConfirmation) {\n removeEventListener('beforeunload', beforeUnloadListener);\n } else {\n addEventListener('beforeunload', beforeUnloadListener);\n }\n });\n }\n\n /**\n * Checks if current orcid value is in the valid format\n * @returns true if orcid valid or blank\n */\n isOrcidValid(): boolean {\n const orcId = this.uriToOrcid(this.snapshot.user.orcidId);\n return !!(!orcId || orcId.match('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$'));\n }\n\n /**\n * Converts orcid URI to a regular orcid value\n * @param uri orcid uri\n * @returns orcid id\n */\n uriToOrcid(uri?: string): string {\n return uri ? uri.split('/').slice(-1)[0] : '';\n }\n\n /**\n * Converts orcid to URI\n * @param id orcid id\n * @returns orcid URI\n */\n private orcidToUri(id: string): string {\n const idWithHyphens = id.replace(/-/g, '').replace(/(.{1,4})/g, '$1-').slice(0, -1);\n return 'https://orcid.org/' + idWithHyphens;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Person.html":{"url":"interfaces/Person.html","title":"interface - Person","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Person\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n\n\n \n Description\n \n \n A record with information about a single person\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n firstName\n \n \n \n \n lastName\n \n \n \n Optional\n \n middleName\n \n \n \n Optional\n \n orcidId\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n middleName\n \n \n \n \n \n \n \n \n middleName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n orcidId\n \n \n \n \n \n \n \n \n orcidId: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { iif, patch } from '@ngxs/store/operators';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { pluckUnique } from 'ccf-shared/rxjs-ext/operators';\nimport { combineLatest, Observable } from 'rxjs';\nimport { distinctUntilChanged, filter, map, tap, withLatestFrom } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { RegistrationState } from '../registration/registration.state';\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A record with information about a single person */\nexport interface Person {\n firstName: string;\n middleName?: string;\n lastName: string;\n orcidId?: string;\n}\n\n/** Page state model */\nexport interface PageStateModel {\n /** Active user */\n user: Person;\n /** Whether or not the initial registration modal has been closed */\n registrationStarted: boolean;\n useCancelRegistrationCallback: boolean;\n registrationCallbackSet: boolean;\n skipConfirmation: boolean;\n hasChanges: boolean;\n organOptions?: OrganInfo[];\n orcidValid: boolean;\n}\n\n/**\n * General page global state\n */\n@StateRepository()\n@State({\n name: 'page',\n defaults: {\n user: {\n firstName: '',\n lastName: ''\n },\n registrationStarted: false,\n useCancelRegistrationCallback: false,\n registrationCallbackSet: false,\n skipConfirmation: true,\n hasChanges: false,\n organOptions: [],\n orcidValid: false\n }\n})\n@Injectable()\nexport class PageState extends NgxsImmutableDataRepository {\n /** Active user observable */\n readonly user$ = this.state$.pipe(map(x => x?.user));\n /** registrationStarted observable */\n readonly registrationStarted$ = this.state$.pipe(pluckUnique('registrationStarted'));\n readonly useCancelRegistrationCallback$ = this.state$.pipe(map(x => x?.useCancelRegistrationCallback));\n readonly registrationCallbackSet$ = this.state$.pipe(map(x => x?.registrationCallbackSet));\n readonly organOptions$ = this.state$.pipe(map(x => x?.organOptions));\n readonly orcidValid$ = this.state$.pipe(map(x => x?.orcidValid));\n\n @Computed()\n get skipConfirmation$(): Observable {\n return this.state$.pipe(pluckUnique('skipConfirmation'));\n }\n\n @Computed()\n get globalSkipConfirmation$(): Observable {\n return this.globalConfig.getOption('skipUnsavedChangesConfirmation').pipe(\n map(value => value ?? environment.skipUnsavedChangesConfirmation),\n distinctUntilChanged()\n );\n }\n\n @Computed()\n get hasChanges$(): Observable {\n return this.state$.pipe(pluckUnique('hasChanges'));\n }\n\n /**\n * Creates an instance of page state.\n *\n * @param globalConfig The global configuration\n */\n constructor(\n private readonly globalConfig: GlobalConfigState,\n private readonly reg: RegistrationState\n ) {\n super();\n }\n\n /**\n * Initializes this service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n combineLatest([this.reg.state$, this.globalConfig.config$]).pipe(\n tap(([reg, config]) => {\n this.setState(patch({\n registrationCallbackSet: reg.useRegistrationCallback ? !!config.register : false,\n useCancelRegistrationCallback: !!config.cancelRegistration,\n user: iif(!!config.user, config.user!),\n registrationStarted: config.user ?? reg.initialRegistration ? true : undefined\n }));\n })\n ).subscribe();\n\n this.initSkipConfirmationListeners();\n }\n\n cancelRegistration(): void {\n const {\n globalConfig: { snapshot: { cancelRegistration: cancelRegistrationCallback } },\n snapshot: { useCancelRegistrationCallback, skipConfirmation }\n } = this;\n\n if (useCancelRegistrationCallback) {\n // eslint-disable-next-line no-alert\n if (skipConfirmation || confirm('Changes you made may not be saved.')) {\n cancelRegistrationCallback?.();\n }\n }\n }\n\n @DataAction()\n setUseCancelRegistrationCallback(use: boolean): void {\n this.ctx.patchState({ useCancelRegistrationCallback: use });\n }\n\n /**\n * Sets the name of the active user.\n *\n * @param name The first and last name\n */\n @DataAction()\n setUserName(name: Pick): void {\n this.ctx.setState(patch({\n user: patch({\n firstName: name.firstName,\n lastName: name.lastName,\n middleName: name.middleName !== '' ? name.middleName : undefined\n })\n }));\n }\n\n /**\n * Saves ORCID id as URI\n * Sets orcidValid to true if blank, otherwise set to true if valid\n * @param id ORCID id\n */\n @DataAction()\n setOrcidId(id?: string): void {\n this.ctx.setState(patch({\n user: patch({\n orcidId: id ? this.orcidToUri(id) : undefined\n })\n }));\n this.ctx.patchState({\n orcidValid: id ? this.isOrcidValid() : true\n });\n }\n\n /**\n * Sets registrationStarted to true (when initial registration modal is closed)\n */\n @DataAction()\n registrationStarted(): void {\n this.ctx.setState(patch({\n registrationStarted: true\n }));\n }\n\n @DataAction()\n setHasChanges(): void {\n const { snapshot: { registrationStarted, hasChanges } } = this;\n if (registrationStarted && !hasChanges) {\n this.ctx.patchState({\n hasChanges: true\n });\n }\n }\n\n @DataAction()\n clearHasChanges(): void {\n this.ctx.patchState({\n hasChanges: false\n });\n }\n\n private initSkipConfirmationListeners(): void {\n const updateSkipConfirmation = (skipConfirmation: boolean) => this.patchState({ skipConfirmation });\n\n this.globalSkipConfirmation$\n .pipe(filter(s => s))\n .subscribe(updateSkipConfirmation);\n\n this.hasChanges$.pipe(\n withLatestFrom(this.globalSkipConfirmation$),\n map(([hasChanges, skipConfirmation]) => skipConfirmation || !hasChanges),\n distinctUntilChanged()\n ).subscribe(updateSkipConfirmation);\n\n const beforeUnloadListener = (event: BeforeUnloadEvent) => {\n event.preventDefault();\n event.returnValue = 'Changes you made may not be saved.';\n return event.returnValue;\n };\n\n this.skipConfirmation$.subscribe(skipConfirmation => {\n if (skipConfirmation) {\n removeEventListener('beforeunload', beforeUnloadListener);\n } else {\n addEventListener('beforeunload', beforeUnloadListener);\n }\n });\n }\n\n /**\n * Checks if current orcid value is in the valid format\n * @returns true if orcid valid or blank\n */\n isOrcidValid(): boolean {\n const orcId = this.uriToOrcid(this.snapshot.user.orcidId);\n return !!(!orcId || orcId.match('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$'));\n }\n\n /**\n * Converts orcid URI to a regular orcid value\n * @param uri orcid uri\n * @returns orcid id\n */\n uriToOrcid(uri?: string): string {\n return uri ? uri.split('/').slice(-1)[0] : '';\n }\n\n /**\n * Converts orcid to URI\n * @param id orcid id\n * @returns orcid URI\n */\n private orcidToUri(id: string): string {\n const idWithHyphens = id.replace(/-/g, '').replace(/(.{1,4})/g, '$1-').slice(0, -1);\n return 'https://orcid.org/' + idWithHyphens;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ReferenceDataState.html":{"url":"injectables/ReferenceDataState.html","title":"injectable - ReferenceDataState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ReferenceDataState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n\n\n \n Description\n \n \n Data for the main 3d model display\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n getLatestIri\n \n \n getOrganData\n \n \n getReferenceOrganIri\n \n \n Private\n getSourceDB\n \n \n ngxsOnInit\n \n \n normalizePlacement\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(globals: GlobalsService, globalConfig: GlobalConfigState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:75\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n globals\n \n \n GlobalsService\n \n \n \n No\n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n getLatestIri\n \n \n \n \n \n \n \n getLatestIri(organ?: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:176\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organ\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getOrganData\n \n \n \n \n \n \ngetOrganData(iri: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:155\n \n \n\n\n \n \n Looks up organ information from an IRI\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n iri\n \n string\n \n\n \n No\n \n\n\n \n The IRI\n\n \n \n \n \n \n \n Returns : OrganData | undefined\n\n \n \n A populated organ data if the IRI is valid, otherwise undefined\n\n \n \n \n \n \n \n \n \n \n \n \n getReferenceOrganIri\n \n \n \n \n \n \ngetReferenceOrganIri(organ: string, sex?: \"Male\" | \"Female\" | string, side?: \"Left\" | \"Right\" | string, organInfo?: OrganInfo)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:135\n \n \n\n\n \n \n Looks up an IRI for a potential reference organ.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n organ\n \n string\n \n\n \n No\n \n\n\n \n the organ\n\n \n \n \n sex\n \n \"Male\" | \"Female\" | string\n \n\n \n Yes\n \n\n\n \n the sex: male, female, or undefined\n\n \n \n \n side\n \n \"Left\" | \"Right\" | string\n \n\n \n Yes\n \n\n\n \n the side: left, right, or undefined\n\n \n \n \n organInfo\n \n OrganInfo\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : string | undefined\n\n \n \n An IRI if there is a reference organ for this state, otherwise undefined\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n getSourceDB\n \n \n \n \n \n \n \n getSourceDB()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:100\n \n \n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:87\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n normalizePlacement\n \n \n \n \n \n \nnormalizePlacement(place: SpatialPlacementJsonLd)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts:110\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n place\n \n SpatialPlacementJsonLd\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialPlacementJsonLd\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { SpatialPlacementJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { ExtractionSet, SpatialEntity } from 'ccf-database';\nimport { ALL_ORGANS, GlobalConfigState, GlobalsService, OrganInfo } from 'ccf-shared';\nimport { EMPTY, from, Observable } from 'rxjs';\nimport { catchError, map, switchMap } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { XYZTriplet } from '../model/model.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\nexport function applySpatialPlacement(tx: Matrix4, placement: Immutable): Matrix4 {\n const p = placement;\n let factor: number;\n switch (p.translation_units) {\n case 'centimeter':\n factor = 1 / 100;\n break;\n case 'millimeter':\n factor = 1 / 1000;\n break;\n case 'meter':\n default:\n factor = 1;\n break;\n }\n const T = [p.x_translation, p.y_translation, p.z_translation].map(t => t * factor);\n const R = [p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number];\n const S = [p.x_scaling, p.y_scaling, p.z_scaling];\n\n return tx.translate(T).rotateXYZ(R).scale(S);\n}\n\nexport interface ReferenceDataStateModel {\n organIRILookup: { [lookup: string]: string };\n organSpatialEntities: { [iri: string]: SpatialEntity };\n anatomicalStructures: { [iri: string]: SpatialEntity[] };\n extractionSets: { [iri: string]: ExtractionSet[] };\n sceneNodeLookup: { [iri: string]: SpatialSceneNode };\n simpleSceneNodeLookup: { [iri: string]: SpatialSceneNode };\n placementPatches: { [iri: string]: SpatialPlacementJsonLd };\n}\n\nexport interface OrganData {\n organ: OrganInfo;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'reference',\n defaults: {\n organIRILookup: {},\n organSpatialEntities: {},\n anatomicalStructures: {},\n extractionSets: {},\n sceneNodeLookup: {},\n simpleSceneNodeLookup: {},\n placementPatches: {}\n }\n})\n@Injectable()\nexport class ReferenceDataState extends NgxsImmutableDataRepository {\n\n constructor(\n private readonly globals: GlobalsService,\n private globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.getSourceDB().subscribe(db => {\n this.setState(db);\n\n // In development, make the db globally accessible\n if (!environment.production) {\n this.globals.set('db', db);\n }\n });\n }\n\n private getSourceDB(): Observable {\n return this.globalConfig.getOption('baseHref').pipe(\n map(baseHref => (baseHref ?? '') + 'assets/reference-organ-data.json'),\n switchMap(url => from(fetch(url)).pipe(\n switchMap(data => data.json()),\n catchError(() => EMPTY)\n ))\n );\n }\n\n normalizePlacement(place: SpatialPlacementJsonLd): SpatialPlacementJsonLd {\n const db = this.snapshot;\n const patchPlacement = db.placementPatches[place?.target];\n if (patchPlacement) {\n const matrix = applySpatialPlacement(new Matrix4(Matrix4.IDENTITY), patchPlacement);\n const position: XYZTriplet = { x: place.x_translation, y: place.y_translation, z: place.z_translation };\n const [x, y, z] = matrix.transformAsPoint([ position.x, position.y, position.z ], []);\n const newPlacement = { ...place, target: patchPlacement.target };\n newPlacement.x_translation = x;\n newPlacement.y_translation = y;\n newPlacement.z_translation = z;\n return newPlacement;\n } else {\n return place;\n }\n }\n\n /**\n * Looks up an IRI for a potential reference organ.\n *\n * @param organ the organ\n * @param sex the sex: male, female, or undefined\n * @param side the side: left, right, or undefined\n * @returns An IRI if there is a reference organ for this state, otherwise undefined\n */\n getReferenceOrganIri(organ: string, sex?: 'Male' | 'Female' | string, side?: 'Left' | 'Right' | string, organInfo?: OrganInfo): string | undefined {\n const db = this.snapshot;\n if (organ.toUpperCase() !== 'KIDNEY') {\n side = '';\n }\n if (organInfo?.sex) {\n sex = organInfo.sex;\n }\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const lookup = [organ, sex, side || organInfo?.side].join('|').toUpperCase();\n const key = Object.keys(db.organIRILookup).find((code) => code.toUpperCase().endsWith(lookup));\n return this.getLatestIri(key ? db.organIRILookup[key] : undefined);\n }\n\n /**\n * Looks up organ information from an IRI\n *\n * @param iri The IRI\n * @returns A populated organ data if the IRI is valid, otherwise undefined\n */\n getOrganData(iri: string): OrganData | undefined {\n const updatedIri = this.getLatestIri(iri);\n const state = this.snapshot;\n const entity = state.organSpatialEntities[updatedIri];\n if (!entity) {\n return undefined;\n }\n\n const name = entity.label ?? '';\n const organ = ALL_ORGANS.find(info => name.endsWith(info.organ) && (!entity.side || entity.side.toLowerCase() === info.side));\n if (!organ) {\n return undefined;\n }\n\n return {\n organ,\n sex: entity.sex?.toLowerCase() as 'male' | 'female',\n side: entity.side?.toLowerCase() as 'left' | 'right'\n };\n }\n\n private getLatestIri(organ?: string): string {\n if (!organ) {\n return '';\n }\n const organEntry = this.snapshot.placementPatches[organ];\n return organEntry ? this.getLatestIri(organEntry.target) : organ;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ReferenceDataStateModel.html":{"url":"interfaces/ReferenceDataStateModel.html","title":"interface - ReferenceDataStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ReferenceDataStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n anatomicalStructures\n \n \n \n \n extractionSets\n \n \n \n \n organIRILookup\n \n \n \n \n organSpatialEntities\n \n \n \n \n placementPatches\n \n \n \n \n sceneNodeLookup\n \n \n \n \n simpleSceneNodeLookup\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n anatomicalStructures\n \n \n \n \n \n \n \n \n anatomicalStructures: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n extractionSets\n \n \n \n \n \n \n \n \n extractionSets: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n organIRILookup\n \n \n \n \n \n \n \n \n organIRILookup: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n organSpatialEntities\n \n \n \n \n \n \n \n \n organSpatialEntities: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n placementPatches\n \n \n \n \n \n \n \n \n placementPatches: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n sceneNodeLookup\n \n \n \n \n \n \n \n \n sceneNodeLookup: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n simpleSceneNodeLookup\n \n \n \n \n \n \n \n \n simpleSceneNodeLookup: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Injectable } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { State } from '@ngxs/store';\nimport { SpatialPlacementJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { ExtractionSet, SpatialEntity } from 'ccf-database';\nimport { ALL_ORGANS, GlobalConfigState, GlobalsService, OrganInfo } from 'ccf-shared';\nimport { EMPTY, from, Observable } from 'rxjs';\nimport { catchError, map, switchMap } from 'rxjs/operators';\n\nimport { environment } from '../../../../environments/environment';\nimport { GlobalConfig } from '../../services/config/config';\nimport { XYZTriplet } from '../model/model.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\nexport function applySpatialPlacement(tx: Matrix4, placement: Immutable): Matrix4 {\n const p = placement;\n let factor: number;\n switch (p.translation_units) {\n case 'centimeter':\n factor = 1 / 100;\n break;\n case 'millimeter':\n factor = 1 / 1000;\n break;\n case 'meter':\n default:\n factor = 1;\n break;\n }\n const T = [p.x_translation, p.y_translation, p.z_translation].map(t => t * factor);\n const R = [p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number];\n const S = [p.x_scaling, p.y_scaling, p.z_scaling];\n\n return tx.translate(T).rotateXYZ(R).scale(S);\n}\n\nexport interface ReferenceDataStateModel {\n organIRILookup: { [lookup: string]: string };\n organSpatialEntities: { [iri: string]: SpatialEntity };\n anatomicalStructures: { [iri: string]: SpatialEntity[] };\n extractionSets: { [iri: string]: ExtractionSet[] };\n sceneNodeLookup: { [iri: string]: SpatialSceneNode };\n simpleSceneNodeLookup: { [iri: string]: SpatialSceneNode };\n placementPatches: { [iri: string]: SpatialPlacementJsonLd };\n}\n\nexport interface OrganData {\n organ: OrganInfo;\n sex?: 'male' | 'female';\n side?: 'left' | 'right';\n}\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'reference',\n defaults: {\n organIRILookup: {},\n organSpatialEntities: {},\n anatomicalStructures: {},\n extractionSets: {},\n sceneNodeLookup: {},\n simpleSceneNodeLookup: {},\n placementPatches: {}\n }\n})\n@Injectable()\nexport class ReferenceDataState extends NgxsImmutableDataRepository {\n\n constructor(\n private readonly globals: GlobalsService,\n private globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.getSourceDB().subscribe(db => {\n this.setState(db);\n\n // In development, make the db globally accessible\n if (!environment.production) {\n this.globals.set('db', db);\n }\n });\n }\n\n private getSourceDB(): Observable {\n return this.globalConfig.getOption('baseHref').pipe(\n map(baseHref => (baseHref ?? '') + 'assets/reference-organ-data.json'),\n switchMap(url => from(fetch(url)).pipe(\n switchMap(data => data.json()),\n catchError(() => EMPTY)\n ))\n );\n }\n\n normalizePlacement(place: SpatialPlacementJsonLd): SpatialPlacementJsonLd {\n const db = this.snapshot;\n const patchPlacement = db.placementPatches[place?.target];\n if (patchPlacement) {\n const matrix = applySpatialPlacement(new Matrix4(Matrix4.IDENTITY), patchPlacement);\n const position: XYZTriplet = { x: place.x_translation, y: place.y_translation, z: place.z_translation };\n const [x, y, z] = matrix.transformAsPoint([ position.x, position.y, position.z ], []);\n const newPlacement = { ...place, target: patchPlacement.target };\n newPlacement.x_translation = x;\n newPlacement.y_translation = y;\n newPlacement.z_translation = z;\n return newPlacement;\n } else {\n return place;\n }\n }\n\n /**\n * Looks up an IRI for a potential reference organ.\n *\n * @param organ the organ\n * @param sex the sex: male, female, or undefined\n * @param side the side: left, right, or undefined\n * @returns An IRI if there is a reference organ for this state, otherwise undefined\n */\n getReferenceOrganIri(organ: string, sex?: 'Male' | 'Female' | string, side?: 'Left' | 'Right' | string, organInfo?: OrganInfo): string | undefined {\n const db = this.snapshot;\n if (organ.toUpperCase() !== 'KIDNEY') {\n side = '';\n }\n if (organInfo?.sex) {\n sex = organInfo.sex;\n }\n // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing\n const lookup = [organ, sex, side || organInfo?.side].join('|').toUpperCase();\n const key = Object.keys(db.organIRILookup).find((code) => code.toUpperCase().endsWith(lookup));\n return this.getLatestIri(key ? db.organIRILookup[key] : undefined);\n }\n\n /**\n * Looks up organ information from an IRI\n *\n * @param iri The IRI\n * @returns A populated organ data if the IRI is valid, otherwise undefined\n */\n getOrganData(iri: string): OrganData | undefined {\n const updatedIri = this.getLatestIri(iri);\n const state = this.snapshot;\n const entity = state.organSpatialEntities[updatedIri];\n if (!entity) {\n return undefined;\n }\n\n const name = entity.label ?? '';\n const organ = ALL_ORGANS.find(info => name.endsWith(info.organ) && (!entity.side || entity.side.toLowerCase() === info.side));\n if (!organ) {\n return undefined;\n }\n\n return {\n organ,\n sex: entity.sex?.toLowerCase() as 'male' | 'female',\n side: entity.side?.toLowerCase() as 'left' | 'right'\n };\n }\n\n private getLatestIri(organ?: string): string {\n if (!organ) {\n return '';\n }\n const organEntry = this.snapshot.placementPatches[organ];\n return organEntry ? this.getLatestIri(organEntry.target) : organ;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RegistrationContentComponent.html":{"url":"components/RegistrationContentComponent.html","title":"component - RegistrationContentComponent","body":"\n \n\n\n\n\n\n Components\n \n RegistrationContentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts\n\n\n\n \n Description\n \n \n Component containing content of the initial registration modal\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-registration-content\n \n\n\n\n \n styleUrls\n ./registration-content.component.scss\n \n\n\n\n \n templateUrl\n ./registration-content.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n currentOrgan\n \n \n currentSex\n \n \n Public\n dialogRef\n \n \n nameValid\n \n \n orcidValid\n \n \n organList\n \n \n organSelected\n \n \n registrationSelected\n \n \n Readonly\n sexByLabel$\n \n \n sexSelected\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkNameValid\n \n \n closeDialog\n \n \n handleRegistrationSelect\n \n \n organSelect\n \n \n registerButtonClick\n \n \n setSexFromLabel\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(page: PageState, model: ModelState, dialogRef: MatDialogRef, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:50\n \n \n\n \n \n Creates an instance of the registration dialog\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n Page state\n\n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n Model state\n\n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n Registration dialog\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n Change detection\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-registration-content\"\n\n \n \n \n \n Default value : 'ccf-registration-content'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n checkNameValid\n \n \n \n \n \n \ncheckNameValid(event: Pick)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:102\n \n \n\n\n \n \n Checks to see if a first and last name has been entered\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n Pick\n \n\n \n No\n \n\n\n \n Name input event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n closeDialog\n \n \n \n \n \n \ncloseDialog()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:144\n \n \n\n\n \n \n Closes the dialog and sets the correct sex and organ in the model state\nSets block to default position and rotation if user didn't select a registration\nUpdates page state to signal registration has started\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n handleRegistrationSelect\n \n \n \n \n \n \nhandleRegistrationSelect()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:135\n \n \n\n\n \n \n Sets registrationSelected to true when a registration is uploaded\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n organSelect\n \n \n \n \n \n \norganSelect(organ: OrganInfo)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:111\n \n \n\n\n \n \n Updates current organ selected\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n organ\n \n OrganInfo\n \n\n \n No\n \n\n\n \n Organ selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n registerButtonClick\n \n \n \n \n \n \nregisterButtonClick(event?: MouseEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:122\n \n \n\n\n \n \n Handles button click\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n MouseEvent\n \n\n \n Yes\n \n\n\n \n The click event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n Returns nothing is no organ is selected\n\n \n \n \n \n \n \n \n \n \n \n \n setSexFromLabel\n \n \n \n \n \n \nsetSexFromLabel(label: \"Female\" | \"Male\")\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:92\n \n \n\n\n \n \n Updates current sex selected\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n label\n \n \"Female\" | \"Male\"\n \n\n \n No\n \n\n\n \n Sex selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-registration-content'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n currentOrgan\n \n \n \n \n \n \n Type : OrganInfo\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:41\n \n \n\n \n \n Current organ selected\n\n \n \n\n \n \n \n \n \n \n \n \n currentSex\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:38\n \n \n\n \n \n Current sex selected\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n dialogRef\n \n \n \n \n \n \n Type : MatDialogRef\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:63\n \n \n\n \n \n Registration dialog\n \n \n\n \n \n \n \n \n \n \n \n nameValid\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:44\n \n \n\n \n \n Checks if the user has entered a first and last name\n\n \n \n\n \n \n \n \n \n \n \n \n orcidValid\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:47\n \n \n\n \n \n Checks if the entered orcid is valid\n\n \n \n\n \n \n \n \n \n \n \n \n organList\n \n \n \n \n \n \n Default value : RUI_ORGANS\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:29\n \n \n\n \n \n List of selectable organs\n\n \n \n\n \n \n \n \n \n \n \n \n organSelected\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:35\n \n \n\n \n \n Whether an organ has been selected\n\n \n \n\n \n \n \n \n \n \n \n \n registrationSelected\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:50\n \n \n\n \n \n Checks if a preexisting registration was uploaded\n\n \n \n\n \n \n \n \n \n \n \n \n Readonly\n sexByLabel$\n \n \n \n \n \n \n Default value : this.model.sex$.pipe(\n map(sex => sex === 'female' ? 'Female' : 'Male')\n )\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:24\n \n \n\n \n \n Current sex in the model state\n\n \n \n\n \n \n \n \n \n \n \n \n sexSelected\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts:32\n \n \n\n \n \n Whether sex has been selected\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding } from '@angular/core';\nimport { MatDialogRef } from '@angular/material/dialog';\nimport { OrganInfo } from 'ccf-shared';\nimport { map } from 'rxjs/operators';\n\nimport { ModelState, RUI_ORGANS } from '../../../core/store/model/model.state';\nimport { PageState, Person } from '../../../core/store/page/page.state';\n\n\n/**\n * Component containing content of the initial registration modal\n */\n@Component({\n selector: 'ccf-registration-content',\n templateUrl: './registration-content.component.html',\n styleUrls: ['./registration-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RegistrationContentComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-registration-content';\n\n /** Current sex in the model state */\n readonly sexByLabel$ = this.model.sex$.pipe(\n map(sex => sex === 'female' ? 'Female' : 'Male')\n );\n\n /** List of selectable organs */\n organList = RUI_ORGANS;\n\n /** Whether sex has been selected */\n sexSelected: boolean;\n\n /** Whether an organ has been selected */\n organSelected: boolean;\n\n /** Current sex selected */\n currentSex: string;\n\n /** Current organ selected */\n currentOrgan: OrganInfo;\n\n /** Checks if the user has entered a first and last name */\n nameValid: boolean;\n\n /** Checks if the entered orcid is valid */\n orcidValid: boolean;\n\n /** Checks if a preexisting registration was uploaded */\n registrationSelected: boolean;\n\n /**\n * Creates an instance of the registration dialog\n *\n * @param page Page state\n * @param model Model state\n * @param dialogRef Registration dialog\n * @param cdr Change detection\n */\n constructor(\n readonly page: PageState,\n readonly model: ModelState,\n public dialogRef: MatDialogRef,\n cdr: ChangeDetectorRef\n ) {\n this.registrationSelected = false;\n page.user$.subscribe(user => {\n this.checkNameValid(user);\n this.orcidValid = page.isOrcidValid();\n cdr.markForCheck();\n });\n model.organ$.subscribe(organ => {\n this.organSelected = organ.src !== '';\n cdr.markForCheck();\n });\n this.sexByLabel$.subscribe(sex => {\n this.setSexFromLabel(sex);\n cdr.markForCheck();\n });\n dialogRef.disableClose = true;\n this.page.organOptions$.subscribe((options: OrganInfo[]) => {\n this.organList = options;\n cdr.markForCheck();\n });\n }\n\n /**\n * Updates current sex selected\n *\n * @param label Sex selected\n */\n setSexFromLabel(label: 'Female' | 'Male'): void {\n this.currentSex = label;\n this.sexSelected = true;\n }\n\n /**\n * Checks to see if a first and last name has been entered\n *\n * @param event Name input event\n */\n checkNameValid(event: Pick): void {\n this.nameValid = event.firstName.length > 0 && event.lastName.length > 0;\n }\n\n /**\n * Updates current organ selected\n *\n * @param organ Organ selected\n */\n organSelect(organ: OrganInfo): void {\n this.currentOrgan = organ;\n this.organSelected = true;\n }\n\n /**\n * Handles button click\n *\n * @param [event] The click event\n * @returns Returns nothing is no organ is selected\n */\n registerButtonClick(event?: MouseEvent): void {\n if (event) {\n event.preventDefault();\n }\n if (!this.organSelected || !this.nameValid) {\n return;\n }\n this.closeDialog();\n }\n\n /**\n * Sets registrationSelected to true when a registration is uploaded\n */\n handleRegistrationSelect() {\n this.registrationSelected = true;\n }\n\n /**\n * Closes the dialog and sets the correct sex and organ in the model state\n * Sets block to default position and rotation if user didn't select a registration\n * Updates page state to signal registration has started\n */\n closeDialog(): void {\n this.model.setSex(this.currentSex === 'Female' ? 'female' : 'male');\n this.model.setOrgan(this.currentOrgan);\n if (!this.registrationSelected) {\n this.model.setOrganDefaults();\n }\n this.dialogRef.close(true);\n this.page.registrationStarted();\n }\n}\n\n \n\n \n \n Start Registration\n \n Continue\n\n\n \n\n \n \n ./registration-content.component.scss\n \n .modal {\n padding: 2rem;\n border-radius: 0.5rem;\n max-width: 47rem;\n display: flex;\n flex-direction: column;\n gap: 2rem;\n\n .title {\n font-size: 1.25rem;\n font-weight: 600;\n }\n\n .organ-sliders {\n .slider-label {\n font-weight: 600;\n }\n\n display: flex;\n height: 3rem;\n align-items: center;\n }\n\n .selector-label {\n font-weight: 600;\n height: 3rem;\n line-height: 3rem;\n }\n\n .selector-container {\n margin: 0 auto;\n }\n\n .registration-button {\n transition: 0.6s;\n display: flex;\n width: 10rem;\n height: 2rem;\n padding: 0.25rem 1rem;\n justify-content: center;\n align-items: center;\n border-radius: 0.125rem;\n box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);\n cursor: pointer;\n\n &.disabled {\n pointer-events: none;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Start Registration Continue'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RegistrationContentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RegistrationContentModule.html":{"url":"modules/RegistrationContentModule.html","title":"module - RegistrationContentModule","body":"\n \n\n\n\n\n Modules\n RegistrationContentModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RegistrationContentModule\n\n\n\ncluster_RegistrationContentModule_declarations\n\n\n\ncluster_RegistrationContentModule_exports\n\n\n\ncluster_RegistrationContentModule_imports\n\n\n\n\nRegistrationContentComponent\n\nRegistrationContentComponent\n\n\n\nRegistrationContentModule\n\nRegistrationContentModule\n\nRegistrationContentModule -->\n\nRegistrationContentComponent->RegistrationContentModule\n\n\n\n\n\nRegistrationContentComponent \n\nRegistrationContentComponent \n\nRegistrationContentComponent -->\n\nRegistrationContentModule->RegistrationContentComponent \n\n\n\n\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule\n\nRegistrationContentModule -->\n\nRegistrationMetadataModule->RegistrationContentModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RegistrationContentComponent\n \n \n \n \n Imports\n \n \n RegistrationMetadataModule\n \n \n \n \n Exports\n \n \n RegistrationContentComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { RegistrationMetadataModule } from '../../../shared/components/registration-metadata/registration-metadata.module';\nimport { RegistrationContentComponent } from './registration-content.component';\n\n\n@NgModule({\n declarations: [RegistrationContentComponent],\n imports: [CommonModule, MatTooltipModule, RegistrationMetadataModule, MatButtonModule],\n exports: [RegistrationContentComponent]\n})\nexport class RegistrationContentModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RegistrationMetadataComponent.html":{"url":"components/RegistrationMetadataComponent.html","title":"component - RegistrationMetadataComponent","body":"\n \n\n\n\n\n\n Components\n \n RegistrationMetadataComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts\n\n\n\n \n Description\n \n \n Right side registration menu\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-registration-metadata\n \n\n\n\n \n styleUrls\n ./registration-metadata.component.scss\n \n\n\n\n \n templateUrl\n ./registration-metadata.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n nameValid\n \n \n Optional\n orcId\n \n \n orcidControl\n \n \n uploadText\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkNameValid\n \n \n getErrorMessage\n \n \n handleRegistrationUpload\n \n \n setSexFromLabel\n \n \n updateOrcid\n \n \n \n \n\n\n \n \n Outputs\n \n \n \n \n \n \n registrationSelected\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(model: ModelState, registration: RegistrationState, page: PageState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:33\n \n \n\n \n \n Creates an instance of registration metadata component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n Model state\n\n \n \n \n registration\n \n \n RegistrationState\n \n \n \n No\n \n \n \n Registration state\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n Page state\n\n \n \n \n \n \n \n \n \n \n\n\n\n \n Outputs\n \n \n \n \n \n registrationSelected\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:21\n \n \n \n \n Emits when user has uploaded registration\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n checkNameValid\n \n \n \n \n \n \ncheckNameValid(event: Pick)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:84\n \n \n\n\n \n \n Checks to see if a first and last name has been entered\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n event\n \n Pick\n \n\n \n No\n \n\n\n \n Name input event\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getErrorMessage\n \n \n \n \n \n \ngetErrorMessage()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:59\n \n \n\n\n \n \n Error message to inform user if orcid is invalid\n\n\n \n Returns : string\n\n \n \n Error message\n\n \n \n \n \n \n \n \n \n \n \n \n handleRegistrationUpload\n \n \n \n \n \n \nhandleRegistrationUpload(reg: SpatialEntityJsonLd)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:75\n \n \n\n\n \n \n Emits registrationSelected and calls editRegistration in state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n reg\n \n SpatialEntityJsonLd\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSexFromLabel\n \n \n \n \n \n \nsetSexFromLabel(label: \"Female\" | \"Male\")\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:92\n \n \n\n\n \n \n Updates current sex selected\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n label\n \n \"Female\" | \"Male\"\n \n\n \n No\n \n\n\n \n Sex selected\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateOrcid\n \n \n \n \n \n \nupdateOrcid(value: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:67\n \n \n\n\n \n \n Updates orcid value\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n Orcid value entered\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n nameValid\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:24\n \n \n\n \n \n Checks if first and last name has been entered\n\n \n \n\n \n \n \n \n \n \n \n \n Optional\n orcId\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:27\n \n \n\n \n \n Orcid URI converted to regular id\n\n \n \n\n \n \n \n \n \n \n \n \n orcidControl\n \n \n \n \n \n \n Default value : new FormControl('', [Validators.pattern('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$')])\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:33\n \n \n\n \n \n Form control for validating orcid id\n\n \n \n\n \n \n \n \n \n \n \n \n uploadText\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts:30\n \n \n\n \n \n Text to inform user if a registration file has been uploaded\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';\n\nimport { ModelState } from '../../../core/store/model/model.state';\nimport { PageState, Person } from '../../../core/store/page/page.state';\nimport { RegistrationState } from '../../../core/store/registration/registration.state';\nimport { FormControl, Validators } from '@angular/forms';\nimport { SpatialEntityJsonLd } from 'ccf-body-ui';\n\n/**\n * Right side registration menu\n */\n@Component({\n selector: 'ccf-registration-metadata',\n templateUrl: './registration-metadata.component.html',\n styleUrls: ['./registration-metadata.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n\n})\nexport class RegistrationMetadataComponent {\n /** Emits when user has uploaded registration */\n @Output() readonly registrationSelected = new EventEmitter();\n\n /** Checks if first and last name has been entered */\n nameValid: boolean;\n\n /** Orcid URI converted to regular id */\n orcId?: string;\n\n /** Text to inform user if a registration file has been uploaded */\n uploadText: string;\n\n /** Form control for validating orcid id */\n orcidControl = new FormControl('', [Validators.pattern('^[a-zA-Z0-9]{4}(-[a-zA-Z0-9]{4}){3}$')]);\n\n /**\n * Creates an instance of registration metadata component.\n * @param model Model state\n * @param registration Registration state\n * @param page Page state\n */\n constructor(\n readonly model: ModelState,\n readonly registration: RegistrationState,\n readonly page: PageState,\n ) {\n page.user$.subscribe(user => {\n this.checkNameValid(user);\n this.orcId = page.uriToOrcid(user.orcidId);\n });\n registration.state$.subscribe(reg => {\n this.uploadText = reg.initialRegistration ? 'File(s) uploaded' : 'No file(s) uploaded';\n });\n }\n\n /**\n * Error message to inform user if orcid is invalid\n * @returns Error message\n */\n getErrorMessage(): string {\n return this.orcidControl.hasError('pattern') ? 'Not a valid ORCID' : '';\n }\n\n /**\n * Updates orcid value\n * @param value Orcid value entered\n */\n updateOrcid(value: string): void {\n this.page.setOrcidId(value);\n }\n\n /**\n * Emits registrationSelected and calls editRegistration in state\n * @param event Registration uploaded\n */\n handleRegistrationUpload(reg: SpatialEntityJsonLd): void {\n this.registrationSelected.emit();\n this.registration.editRegistration(reg);\n }\n\n /**\n * Checks to see if a first and last name has been entered\n * @param event Name input event\n */\n checkNameValid(event: Pick): void {\n this.nameValid = event.firstName.length > 0 && event.lastName.length > 0;\n }\n\n /**\n * Updates current sex selected\n * @param label Sex selected\n */\n setSexFromLabel(label: 'Female' | 'Male'): void {\n this.model.setSex(label.toLowerCase() as 'male' | 'female');\n }\n}\n\n \n\n \n \n Author Data\n\n \n \n\n \n ORCID identifier (optional)\n \n {{getErrorMessage()}}\n \n\n\n\n Donor Data\n\n \n Donor Sex: \n \n Male\n Female\n \n \n\n \n Select an organ: \n \n Organs\n \n \n {{organ.name}}\n \n \n \n \n\n \n Upload previous registration data (optional):\n\n \n\n {{uploadText}}\n\n \n\n\n \n\n \n \n ./registration-metadata.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n gap: 2rem;\n\n .section-title {\n font-weight: 400;\n line-height: 1.5rem;\n margin: 0;\n padding-bottom: 1.5rem;\n }\n\n .label {\n font-size: 1rem;\n font-weight: 700;\n line-height: 1.5rem;\n }\n\n ::ng-deep .mat-mdc-form-field-infix {\n padding-bottom: 0 !important;\n min-height: inherit;\n }\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n padding-bottom: .3rem !important;\n }\n\n .author-section {\n display: flex;\n flex-direction: column;\n\n .orcid-input {\n width: 100%;\n font-size: 1rem;\n }\n }\n\n .donor-section {\n display: flex;\n flex-direction: column;\n\n .sex-toggle {\n display: flex;\n align-items: center;\n padding-bottom: 1.5rem;\n\n .label {\n padding-right: 1rem;\n }\n\n mat-radio-group {\n display: flex;\n gap: 3rem;\n }\n }\n\n .organ-selector {\n padding-bottom: 1.5rem;\n\n ::ng-deep .mat-mdc-select-value {\n font-size: 1rem;\n }\n }\n\n .upload-registration {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n\n ccf-json-file-reader {\n ::ng-deep button {\n width: 10rem;\n height: 2rem;\n padding: 0.25rem 1rem;\n border-radius: 0.125rem;\n }\n }\n }\n }\n\n ::ng-deep .mdc-line-ripple::before,\n .mdc-line-ripple::after {\n border-bottom-width: 0.125rem !important;\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Author Data ORCID identifier (optional) {{getErrorMessage()}} Donor Data Donor Sex: Male Female Select an organ: Organs {{organ.name}} Upload previous registration data (optional): {{uploadText}} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RegistrationMetadataComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RegistrationMetadataModule.html":{"url":"modules/RegistrationMetadataModule.html","title":"module - RegistrationMetadataModule","body":"\n \n\n\n\n\n Modules\n RegistrationMetadataModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RegistrationMetadataModule\n\n\n\ncluster_RegistrationMetadataModule_declarations\n\n\n\ncluster_RegistrationMetadataModule_imports\n\n\n\ncluster_RegistrationMetadataModule_exports\n\n\n\n\nRegistrationMetadataComponent\n\nRegistrationMetadataComponent\n\n\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule -->\n\nRegistrationMetadataComponent->RegistrationMetadataModule\n\n\n\n\n\nRegistrationMetadataComponent \n\nRegistrationMetadataComponent \n\nRegistrationMetadataComponent -->\n\nRegistrationMetadataModule->RegistrationMetadataComponent \n\n\n\n\n\nJsonFileReaderModule\n\nJsonFileReaderModule\n\nRegistrationMetadataModule -->\n\nJsonFileReaderModule->RegistrationMetadataModule\n\n\n\n\n\nNameInputModule\n\nNameInputModule\n\nRegistrationMetadataModule -->\n\nNameInputModule->RegistrationMetadataModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RegistrationMetadataComponent\n \n \n \n \n Imports\n \n \n JsonFileReaderModule\n \n \n NameInputModule\n \n \n \n \n Exports\n \n \n RegistrationMetadataComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\nimport { RegistrationMetadataComponent } from './registration-metadata.component';\nimport { NameInputModule } from '../name-input/name-input.module';\nimport { MatRadioModule } from '@angular/material/radio';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatButtonModule } from '@angular/material/button';\nimport { JsonFileReaderModule } from '../json-file-reader/json-file-reader.module';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatInputModule,\n FormsModule,\n ReactiveFormsModule,\n MatTooltipModule,\n NameInputModule,\n MatRadioModule,\n MatFormFieldModule,\n MatSelectModule,\n MatButtonModule,\n MatTooltipModule,\n JsonFileReaderModule\n ],\n declarations: [RegistrationMetadataComponent],\n exports: [RegistrationMetadataComponent]\n})\nexport class RegistrationMetadataModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RegistrationModalComponent.html":{"url":"components/RegistrationModalComponent.html","title":"component - RegistrationModalComponent","body":"\n \n\n\n\n\n\n Components\n \n RegistrationModalComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts\n\n\n\n \n Description\n \n \n Registration modal that appears on startup\n\n \n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-registration-modal\n \n\n\n\n\n\n\n \n templateUrl\n ./registration-modal.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n Public\n dialog\n \n \n dialogOpen\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n openDialog\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog, page: PageState, model: ModelState, referenceData: ReferenceDataState, globalConfig: GlobalConfigState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:27\n \n \n\n \n \n Creates an instance of registration modal component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n Dialog for the modal\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n \n \n \n referenceData\n \n \n ReferenceDataState\n \n \n \n No\n \n \n \n \n \n \n globalConfig\n \n \n GlobalConfigState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-registration-modal\"\n\n \n \n \n \n Default value : 'ccf-registration-modal'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:24\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:45\n \n \n\n\n \n \n Opens the dialog on startup (but not if cancel registration callback is set)\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n openDialog\n \n \n \n \n \n \nopenDialog()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:69\n \n \n\n\n \n \n Opens dialog\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-registration-modal'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:24\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n Public\n dialog\n \n \n \n \n \n \n Type : MatDialog\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:35\n \n \n\n \n \n Dialog for the modal\n \n \n\n \n \n \n \n \n \n \n \n dialogOpen\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts:27\n \n \n\n \n \n Checks if registration dialog has been opened\n\n \n \n\n \n \n\n\n\n\n\n \n import { Component, HostBinding, OnInit } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { GlobalConfigState } from 'ccf-shared';\nimport { combineLatest } from 'rxjs';\nimport { tap } from 'rxjs/operators';\n\nimport { GlobalConfig } from '../../../core/services/config/config';\nimport { ModelState } from '../../../core/store/model/model.state';\nimport { PageState } from '../../../core/store/page/page.state';\nimport { ReferenceDataState } from '../../../core/store/reference-data/reference-data.state';\nimport { RegistrationContentComponent } from '../registration-content/registration-content.component';\n\n\n/**\n * Registration modal that appears on startup\n */\n// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection\n@Component({\n selector: 'ccf-registration-modal',\n templateUrl: './registration-modal.component.html'\n})\nexport class RegistrationModalComponent implements OnInit {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-registration-modal';\n\n /** Checks if registration dialog has been opened */\n dialogOpen = false;\n\n /**\n * Creates an instance of registration modal component.\n *\n * @param dialog Dialog for the modal\n */\n constructor(\n public dialog: MatDialog,\n private readonly page: PageState,\n private readonly model: ModelState,\n private readonly referenceData: ReferenceDataState,\n private readonly globalConfig: GlobalConfigState\n ) {}\n\n /**\n * Opens the dialog on startup (but not if cancel registration callback is set)\n */\n ngOnInit(): void {\n combineLatest([this.page.state$, this.model.state$, this.referenceData.state$, this.globalConfig.state$]).pipe(\n tap(([page, model, data, global]) => {\n if (this.dialogOpen) {\n return;\n }\n if (global.editRegistration) {\n return;\n }\n if (Object.keys(data.organIRILookup).length === 0) {\n return;\n }\n if (page.user.firstName !== '' && page.user.lastName !== '' && model.organ.src !== '') {\n return;\n }\n this.dialogOpen = true;\n this.openDialog();\n })\n ).subscribe();\n }\n\n /**\n * Opens dialog\n */\n openDialog(): void {\n this.dialog.open(RegistrationContentComponent, {\n autoFocus: false,\n });\n }\n}\n\n \n\n \n \n \n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RegistrationModalComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RegistrationModalModule.html":{"url":"modules/RegistrationModalModule.html","title":"module - RegistrationModalModule","body":"\n \n\n\n\n\n Modules\n RegistrationModalModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RegistrationModalModule\n\n\n\ncluster_RegistrationModalModule_exports\n\n\n\ncluster_RegistrationModalModule_declarations\n\n\n\ncluster_RegistrationModalModule_imports\n\n\n\n\nRegistrationModalComponent\n\nRegistrationModalComponent\n\n\n\nRegistrationModalModule\n\nRegistrationModalModule\n\nRegistrationModalModule -->\n\nRegistrationModalComponent->RegistrationModalModule\n\n\n\n\n\nRegistrationModalComponent \n\nRegistrationModalComponent \n\nRegistrationModalComponent -->\n\nRegistrationModalModule->RegistrationModalComponent \n\n\n\n\n\nRegistrationContentModule\n\nRegistrationContentModule\n\nRegistrationModalModule -->\n\nRegistrationContentModule->RegistrationModalModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RegistrationModalComponent\n \n \n \n \n Imports\n \n \n RegistrationContentModule\n \n \n \n \n Exports\n \n \n RegistrationModalComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RegistrationModalComponent } from './registration-modal.component';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { MatIconModule } from '@angular/material/icon';\nimport { RegistrationContentModule } from '../registration-content/registration-content.module';\n\n@NgModule({\n declarations: [RegistrationModalComponent],\n imports: [CommonModule, MatDialogModule, MatIconModule, RegistrationContentModule],\n exports: [RegistrationModalComponent]\n})\nexport class RegistrationModalModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/RegistrationStateModel.html":{"url":"interfaces/RegistrationStateModel.html","title":"interface - RegistrationStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n RegistrationStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/registration/registration.state.ts\n \n\n\n \n Description\n \n \n Registration state model\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n displayErrors\n \n \n \n Optional\n \n initialRegistration\n \n \n \n \n registrations\n \n \n \n \n useRegistrationCallback\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n displayErrors\n \n \n \n \n \n \n \n \n displayErrors: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether or not to display user registration errors\n\n \n \n \n \n \n \n \n \n \n initialRegistration\n \n \n \n \n \n \n \n \n initialRegistration: SpatialEntityJsonLd\n\n \n \n\n\n \n \n Type : SpatialEntityJsonLd\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Registration provided by user\n\n \n \n \n \n \n \n \n \n \n registrations\n \n \n \n \n \n \n \n \n registrations: Record[]\n\n \n \n\n\n \n \n Type : Record[]\n\n \n \n\n\n\n\n\n \n \n Previous registrations\n\n \n \n \n \n \n \n \n \n \n useRegistrationCallback\n \n \n \n \n \n \n \n \n useRegistrationCallback: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether to use the registration callback function\n\n \n \n \n \n \n \n\n\n \n import { Immutable } from '@angular-ru/common/typings';\nimport { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { insertItem, patch } from '@ngxs/store/operators';\nimport { SpatialEntityJsonLd } from 'ccf-body-ui';\nimport { GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { filterNulls } from 'ccf-shared/rxjs-ext/operators';\nimport { saveAs } from 'file-saver';\nimport { combineLatest, Observable } from 'rxjs';\nimport { map, startWith, switchMap, take, tap } from 'rxjs/operators';\nimport { v4 as uuidV4 } from 'uuid';\n\nimport { Tag } from '../../models/anatomical-structure-tag';\nimport { MetaData } from '../../models/meta-data';\nimport { GlobalConfig } from '../../services/config/config';\nimport { AnatomicalStructureTagState } from '../anatomical-structure-tags/anatomical-structure-tags.state';\nimport { ModelState, ModelStateModel, RUI_ORGANS, XYZTriplet } from '../model/model.state';\nimport { PageState, PageStateModel } from '../page/page.state';\nimport { ReferenceDataState } from '../reference-data/reference-data.state';\n\n\n/**\n * Registration state model\n */\nexport interface RegistrationStateModel {\n /** Whether to use the registration callback function */\n useRegistrationCallback: boolean;\n /** Whether or not to display user registration errors */\n displayErrors: boolean;\n /** Previous registrations */\n registrations: Record[];\n /** Registration provided by user */\n initialRegistration?: SpatialEntityJsonLd;\n}\n\n\n/**\n * Data for model registrations\n */\n@StateRepository()\n@State({\n name: 'registration',\n defaults: {\n useRegistrationCallback: false,\n displayErrors: false,\n registrations: []\n }\n})\n@Injectable()\nexport class RegistrationState extends NgxsImmutableDataRepository {\n readonly displayErrors$ = this.state$.pipe(map(x => x?.displayErrors));\n\n /** Observable of registration metadata */\n @Computed()\n get metadata$(): Observable {\n return combineLatest([this.page.state$, this.model.state$, this.tags.tags$]).pipe(\n map(([page, model, tags]) => this.buildMetadata(page, model, tags))\n );\n }\n\n /** Observable of registration data in jsonld format */\n @Computed()\n get jsonld$(): Observable> {\n return combineLatest([this.page.state$, this.model.state$, this.tags.tags$]).pipe(\n map(([page, model, tags]) => this.buildJsonLd(page, model, tags))\n );\n }\n\n @Computed()\n get valid$(): Observable {\n return combineLatest([this.page.state$, this.model.state$]).pipe(\n map(() => this.isValid)\n );\n }\n\n /**\n * Observable of previous registrations\n */\n @Computed()\n get previousRegistrations$(): Observable[]> {\n const { globalConfig, state$ } = this;\n const regs = state$.pipe(map(x => x?.registrations));\n const fetched = globalConfig.getOption('fetchPreviousRegistrations').pipe(\n switchMap(fetch => fetch?.() ?? [[]]),\n startWith([])\n );\n\n return combineLatest([regs, fetched]).pipe(\n map(([local, external]) => [...local, ...external])\n );\n }\n\n /** Current uuid identifier used when registering */\n @Computed()\n private get currentIdentifier(): string {\n return uuidV4();\n }\n\n /** Time of last modification to registration data */\n @Computed()\n private get currentDate(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n /** Reference to the page state */\n private page: PageState;\n\n /** Reference to the model state */\n private model: ModelState;\n\n /** Reference to the AS Tag state */\n private tags: AnatomicalStructureTagState;\n\n /** Reference to the reference data state */\n private refData: ReferenceDataState;\n\n /**\n * Creates an instance of registration state.\n *\n * @param injector Injector service used to lazy load page and model state\n * @param globalConfig The global configuration\n */\n constructor(\n private readonly injector: Injector,\n private readonly globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.page = this.injector.get(PageState);\n this.model = this.injector.get(ModelState);\n this.tags = this.injector.get(AnatomicalStructureTagState);\n this.refData = this.injector.get(ReferenceDataState);\n\n this.refData.state$.subscribe(() => {\n this.globalConfig.config$.pipe(\n take(1),\n tap(({ useDownload, register, organOptions }) => {\n this.ctx.patchState({\n useRegistrationCallback: !!(!useDownload && register),\n });\n this.page.setOrcidId();\n this.model.setOrganDefaults();\n this.setOrganSelection(organOptions as string[]);\n })\n ).subscribe();\n\n this.globalConfig.getOption('editRegistration').pipe(\n filterNulls(),\n tap(reg => {\n this.editRegistration(reg as SpatialEntityJsonLd);\n })\n ).subscribe();\n });\n }\n\n async editRegistration(reg: SpatialEntityJsonLd): Promise {\n this.ctx.patchState({ initialRegistration: reg });\n const place = this.refData.normalizePlacement(\n Array.isArray(reg.placement) ? reg.placement[0] : reg.placement\n );\n const data = this.refData.getOrganData(place.target);\n\n this.page.setUserName({\n firstName: reg.creator_first_name,\n middleName: reg.creator_middle_name,\n lastName: reg.creator_last_name\n });\n\n const orcid = this.page.uriToOrcid(reg.creator_orcid);\n this.page.setOrcidId(orcid);\n\n if (data) {\n this.model.setOrgan(data.organ);\n if (data.sex) {\n this.model.setSex(data.sex);\n }\n if (data.side) {\n this.model.setSide(data.side);\n }\n }\n\n this.model.setBlockSize({ x: reg.x_dimension, y: reg.y_dimension, z: reg.z_dimension });\n this.model.setRotation({ x: place.x_rotation, y: place.y_rotation, z: place.z_rotation });\n this.model.setSlicesConfig({ thickness: reg.slice_thickness || NaN, numSlices: reg.slice_count || NaN });\n\n this.model.setPosition({ x: place.x_translation, y: place.y_translation, z: place.z_translation });\n const iris = new Set(reg.ccf_annotations);\n this.tags.addTags(\n this.model.snapshot.anatomicalStructures\n .filter(item => iris.has(item.id as string))\n .map((item) => ({ id: item.id, label: item.name, type: 'added' }))\n );\n\n this.page.registrationStarted();\n }\n\n /**\n * Sets whether to use the registration callback function or download.\n *\n * @param use True to use the callback, false to download\n */\n @DataAction()\n setUseRegistrationCallback(use: boolean): void {\n this.ctx.patchState({ useRegistrationCallback: use });\n }\n\n /**\n * Set's whether or not we should display the user's registration errors\n *\n * @param displayErrors the value to set it to\n */\n @DataAction()\n setDisplayErrors(displayErrors: boolean): void {\n this.ctx.patchState({ displayErrors });\n }\n\n /**\n * Adds an entry to the previous registrations\n *\n * @param registration The new entry\n */\n @DataAction()\n addRegistration(registration: Record): void {\n this.ctx.setState(patch({\n registrations: insertItem(registration as Immutable>)\n }));\n this.page.registrationStarted();\n }\n\n /**\n * Sets organ options in the RUI\n * @param ids list of organ ids\n */\n @DataAction()\n setOrganSelection(ids: string[] = []): void {\n this.page.patchState({ organOptions: this.organListOptions(ids) });\n }\n\n isDataValid(page: Immutable, model: Immutable): boolean {\n const requiredValues = [\n page.user.firstName,\n page.user.lastName,\n page.orcidValid,\n model.organ.src,\n model.organ.name,\n model.organ.organ\n ];\n\n return requiredValues.every(value => !!value);\n }\n\n @Computed()\n get isValid(): boolean {\n return this.isDataValid(this.page.snapshot, this.model.snapshot);\n }\n\n /**\n * Registers or downloads json data.\n *\n * @param [useCallback] Explicit override selecting the register/download action\n */\n register(useCallback?: boolean): void {\n this.page.registrationStarted();\n if (!this.isValid) {\n return;\n }\n\n const {\n globalConfig: { snapshot: { register: registrationCallback } },\n page, model, snapshot\n } = this;\n const jsonObj = this.buildJsonLd(page.snapshot, model.snapshot, this.tags.latestTags);\n const json = JSON.stringify(jsonObj, undefined, 2);\n\n if (useCallback ?? (useCallback === undefined && snapshot.useRegistrationCallback)) {\n registrationCallback?.(json);\n\n } else {\n const data = new Blob([json], {\n type: 'application/json',\n endings: 'native'\n });\n\n saveAs(data, 'registration-data.json');\n }\n\n this.setDisplayErrors(false);\n this.page.clearHasChanges();\n this.addRegistration(jsonObj);\n }\n\n /**\n * Sets the state back to the initial registration\n */\n setToInitialRegistration() {\n const { page } = this;\n\n const initialWithChanges: SpatialEntityJsonLd | undefined = {\n ...this.snapshot.initialRegistration as SpatialEntityJsonLd,\n creator_first_name: page.snapshot.user.firstName,\n creator_last_name: page.snapshot.user.lastName,\n creator_middle_name: page.snapshot.user.middleName,\n creator_orcid: page.snapshot.user.orcidId\n };\n\n this.editRegistration(initialWithChanges);\n }\n\n /**\n * Builds a metadata array from the specified data.\n *\n * @param page The current page state data\n * @param model The current model state data\n * @returns metadata An array of label-value objects\n */\n private buildMetadata(\n page: Immutable,\n model: Immutable,\n tags: Tag[]\n ): MetaData {\n const data: MetaData = [];\n\n if (!page.registrationCallbackSet) {\n data.push(\n { label: 'First Name', value: page.user.firstName },\n { label: 'Last Name', value: page.user.lastName }\n );\n }\n\n data.push(\n { label: 'Reference Organ Name', value: model.organ.name },\n { label: 'Tissue Block Dimensions (mm)', value: this.xyzTripletToString(model.blockSize) },\n { label: 'Tissue Block Position (mm)', value: this.xyzTripletToString(model.position) },\n { label: 'Tissue Block Rotation', value: this.xyzTripletToString(model.rotation) },\n { label: 'Anatomical Structure Tags', value: tags.map(t => t.label).join(', ') },\n { label: 'Time Stamp', value: this.currentDate },\n { label: 'Alignment ID', value: this.currentIdentifier }\n );\n\n return data;\n }\n\n /**\n * Converts the registration data into jsonld format.\n *\n * @param page The current page state data\n * @param model The current model state data\n * @returns A jsonld object\n */\n private buildJsonLd(\n page: Immutable,\n model: Immutable,\n tags: Tag[]\n ): Record {\n return {\n '@context': 'https://hubmapconsortium.github.io/ccf-ontology/ccf-context.jsonld',\n '@id': `http://purl.org/ccf/1.5/${this.currentIdentifier}`,\n '@type': 'SpatialEntity',\n label: model.label || undefined,\n creator: `${page.user.firstName} ${page.user.middleName ? page.user.middleName + ' ' : ''}${page.user.lastName}`,\n creator_first_name: page.user.firstName,\n creator_last_name: page.user.lastName,\n creator_middle_name: page.user.middleName,\n creator_orcid: page.user.orcidId,\n creation_date: this.currentDate,\n ccf_annotations: tags.map(tag => tag.id),\n slice_thickness: model.slicesConfig?.thickness || undefined,\n slice_count: model.slicesConfig?.numSlices || undefined,\n\n x_dimension: +model.blockSize.x.toFixed(3),\n y_dimension: +model.blockSize.y.toFixed(3),\n z_dimension: +model.blockSize.z.toFixed(3),\n dimension_units: 'millimeter',\n\n placement: {\n '@context': 'https://hubmapconsortium.github.io/ccf-ontology/ccf-context.jsonld',\n '@id': `http://purl.org/ccf/1.5/${this.currentIdentifier}_placement`,\n '@type': 'SpatialPlacement',\n target: model.organIri as string,\n placement_date: this.currentDate,\n\n x_scaling: 1, y_scaling: 1, z_scaling: 1, scaling_units: 'ratio',\n\n x_rotation: +model.rotation.x.toFixed(3),\n y_rotation: +model.rotation.y.toFixed(3),\n z_rotation: +model.rotation.z.toFixed(3),\n rotation_order: 'XYZ',\n rotation_units: 'degree',\n\n x_translation: +model.position.x.toFixed(3),\n y_translation: +model.position.y.toFixed(3),\n z_translation: +model.position.z.toFixed(3),\n translation_units: 'millimeter'\n }\n };\n }\n\n /**\n * Format a XYZTriplet as a string.\n *\n * @param xyz The triplet values\n * @returns The string representation\n */\n private xyzTripletToString(xyz: XYZTriplet): string {\n return `${Math.round(xyz.x)}, ${Math.round(xyz.y)}, ${Math.round(xyz.z)}`;\n }\n\n /**\n * Provides list of organ objects given an array of organ ids\n * @param organOptions array of organ ids\n * @returns list of organ info\n */\n private organListOptions(organOptions?: string[]): OrganInfo[] {\n if (organOptions && organOptions.length > 0) {\n return RUI_ORGANS.filter(organ => {\n if (!organ.id) {\n return false;\n } else {\n return organOptions.includes(organ.id);\n }\n });\n } else {\n return RUI_ORGANS;\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ReviewButtonComponent.html":{"url":"components/ReviewButtonComponent.html","title":"component - ReviewButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ReviewButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts\n\n\n\n \n Description\n \n \n Component to launch the ReviewModal component.\n\n \n\n\n \n Implements\n \n \n OnChanges\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-review-button\n \n\n\n\n \n styleUrls\n ./review-button.component.scss\n \n\n\n\n \n templateUrl\n ./review-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n registrationIsValid\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n launchReviewModal\n \n \n Private\n metaDataLookup\n \n \n ngOnChanges\n \n \n registerButtonClick\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n displayErrors\n \n \n metaData\n \n \n registrationCallbackSet\n \n \n userValid\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n enterErrorMode\n \n \n registerData\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n disabled\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog, ga: GoogleAnalyticsService, page: PageState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:59\n \n \n\n \n \n Creates an instance of review button component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n Reference to the dialog creation service.\n\n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n displayErrors\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:37\n \n \n \n \n Whether or not the app is currently displaying errors\nDecides how the button should be styled\n\n \n \n \n \n \n \n \n \n \n metaData\n \n \n \n \n Type : MetaData\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:31\n \n \n \n \n Input object of information to display in the modal\n\n \n \n \n \n \n \n \n \n \n registrationCallbackSet\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:26\n \n \n \n \n Input to set whether the component should be in register (true) or download (false) mode\n\n \n \n \n \n \n \n \n \n \n userValid\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:42\n \n \n \n \n Whether or not all the necessary data has been inputted from the user.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n enterErrorMode\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:54\n \n \n \n \n Turns on the 'error mode' for the application.\nUsed to begin showing the user what they need to\ndo to be able to register / download.\n\n \n \n \n \n \n \n \n \n \n registerData\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:47\n \n \n \n \n Output that emits when the modal's register button was clicked\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-review-button\"\n\n \n \n \n \n Default value : 'ccf-review-button'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n launchReviewModal\n \n \n \n \n \n \nlaunchReviewModal()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:119\n \n \n\n\n \n \n Opens the info dialogue with the project details\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n Private\n metaDataLookup\n \n \n \n \n \n \n \n metaDataLookup(field: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:97\n \n \n\n\n \n \n Gets value from metadata field\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n field\n \n string\n \n\n \n No\n \n\n\n \n Name of field\n\n \n \n \n \n \n \n Returns : string | undefined\n\n \n \n Metadata value\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \nngOnChanges()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:73\n \n \n\n\n \n \n Updates the value of registrationIsValid based on the\nmeta data.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n registerButtonClick\n \n \n \n \n \n \nregisterButtonClick(event?: MouseEvent)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:104\n \n \n\n\n \n \n Handles the click action for the register button.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n MouseEvent\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-review-button'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n registrationIsValid\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:59\n \n \n\n \n \n Decides whether or not to let the user open the registration / download modal\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n disabled\n \n \n\n \n \n getdisabled()\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts:88\n \n \n \n \n Decides whether or not the download / register button should\nbe disabled.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, OnChanges, Output } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { MetaData } from '../../../core/models/meta-data';\nimport { ReviewModalComponent } from '../review-modal/review-modal.component';\nimport { PageState } from '../../../core/store/page/page.state';\n\n\n/**\n * Component to launch the ReviewModal component.\n */\n@Component({\n selector: 'ccf-review-button',\n templateUrl: './review-button.component.html',\n styleUrls: ['./review-button.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ReviewButtonComponent implements OnChanges {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-review-button';\n\n /**\n * Input to set whether the component should be in register (true) or download (false) mode\n */\n @Input() registrationCallbackSet = true;\n\n /**\n * Input object of information to display in the modal\n */\n @Input() metaData: MetaData = [];\n\n /**\n * Whether or not the app is currently displaying errors\n * Decides how the button should be styled\n */\n @Input() displayErrors = true;\n\n /**\n * Whether or not all the necessary data has been inputted from the user.\n */\n @Input() userValid = false;\n\n /**\n * Output that emits when the modal's register button was clicked\n */\n @Output() readonly registerData = new EventEmitter();\n\n /**\n * Turns on the 'error mode' for the application.\n * Used to begin showing the user what they need to\n * do to be able to register / download.\n */\n @Output() readonly enterErrorMode = new EventEmitter();\n\n /**\n * Decides whether or not to let the user open the registration / download modal\n */\n registrationIsValid = false;\n\n /**\n * Creates an instance of review button component.\n *\n * @param dialog Reference to the dialog creation service.\n * @param ga Analytics service\n */\n constructor(private readonly dialog: MatDialog, private readonly ga: GoogleAnalyticsService, readonly page: PageState) { }\n\n /**\n * Updates the value of registrationIsValid based on the\n * meta data.\n */\n ngOnChanges(): void {\n const organ = this.metaDataLookup('Reference Organ Name');\n const dimensions = this.metaDataLookup('Tissue Block Dimensions (mm)');\n const pos = this.metaDataLookup('Tissue Block Position (mm)');\n const tags = this.metaDataLookup('Anatomical Structure Tags');\n this.registrationIsValid = (\n this.userValid &&\n [organ, dimensions, pos, tags].every(value => value !== '')\n );\n }\n\n /**\n * Decides whether or not the download / register button should\n * be disabled.\n */\n get disabled(): boolean {\n return !this.registrationIsValid;\n }\n\n /**\n * Gets value from metadata field\n * @param field Name of field\n * @returns Metadata value\n */\n private metaDataLookup(field: string): string | undefined {\n return this.metaData.find(data => data.label === field)?.value;\n }\n\n /**\n * Handles the click action for the register button.\n */\n registerButtonClick(event?: MouseEvent): false {\n if (event) {\n event.preventDefault();\n }\n this.enterErrorMode.emit();\n if (this.registrationIsValid) {\n this.ga.event('review_start', 'review_button');\n this.launchReviewModal();\n }\n return false;\n }\n\n /**\n * Opens the info dialogue with the project details\n */\n launchReviewModal(): void {\n this.page.patchState({ registrationStarted: false });\n const dialogRef = this.dialog.open(ReviewModalComponent, {\n panelClass: 'modal-animated',\n width: '60rem',\n data: {\n registrationCallbackSet: this.registrationCallbackSet,\n metaData: this.metaData\n }\n });\n\n dialogRef.afterClosed().subscribe(\n data => {\n this.page.registrationStarted();\n if (data) {\n this.ga.event('register', 'review_button');\n this.registerData.emit();\n }\n }\n );\n }\n}\n\n \n\n \n \n {{ registrationCallbackSet ? 'Review and Register' : 'Review and Download' }}\n\n\n \n\n \n \n ./review-button.component.scss\n \n .review-button {\n width: 100%;\n height: 2.25rem;\n transition: .6s;\n font-weight: 500;\n\n &.disabled {\n cursor: not-allowed;\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ registrationCallbackSet ? \\'Review and Register\\' : \\'Review and Download\\' }}'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ReviewButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ReviewButtonModule.html":{"url":"modules/ReviewButtonModule.html","title":"module - ReviewButtonModule","body":"\n \n\n\n\n\n Modules\n ReviewButtonModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ReviewButtonModule\n\n\n\ncluster_ReviewButtonModule_imports\n\n\n\ncluster_ReviewButtonModule_exports\n\n\n\ncluster_ReviewButtonModule_declarations\n\n\n\n\nReviewButtonComponent\n\nReviewButtonComponent\n\n\n\nReviewButtonModule\n\nReviewButtonModule\n\nReviewButtonModule -->\n\nReviewButtonComponent->ReviewButtonModule\n\n\n\n\n\nReviewButtonComponent \n\nReviewButtonComponent \n\nReviewButtonComponent -->\n\nReviewButtonModule->ReviewButtonComponent \n\n\n\n\n\nReviewModalModule\n\nReviewModalModule\n\nReviewButtonModule -->\n\nReviewModalModule->ReviewButtonModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/review/review-button/review-button.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ReviewButtonComponent\n \n \n \n \n Imports\n \n \n ReviewModalModule\n \n \n \n \n Exports\n \n \n ReviewButtonComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReviewButtonComponent } from './review-button.component';\nimport { ReviewModalModule } from '../review-modal/review-modal.module';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatTooltipModule } from '@angular/material/tooltip';\n\n@NgModule({\n declarations: [ReviewButtonComponent],\n imports: [\n CommonModule,\n ReviewModalModule,\n MatButtonModule,\n MatTooltipModule\n ],\n exports: [ReviewButtonComponent]\n})\nexport class ReviewButtonModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ReviewModalComponent.html":{"url":"components/ReviewModalComponent.html","title":"component - ReviewModalComponent","body":"\n \n\n\n\n\n\n Components\n \n ReviewModalComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts\n\n\n\n \n Description\n \n \n Modal for reviewing the registration\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-review-modal\n \n\n\n\n \n styleUrls\n ./review-modal.component.scss\n \n\n\n\n \n templateUrl\n ./review-modal.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n Public\n data\n \n \n Public\n dialogRef\n \n \n metaData\n \n \n registrationCallbackSet\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n close\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialogRef: MatDialogRef, data: ReviewModalData)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:36\n \n \n\n \n \n Creates an instance of the review modal component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n A reference to the dialog that this component creates, used to call the dialog's methods\n\n \n \n \n data\n \n \n ReviewModalData\n \n \n \n No\n \n \n \n Data being injected into the dialog\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-review-modal\"\n\n \n \n \n \n Default value : 'ccf-review-modal'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:27\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n close\n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:55\n \n \n\n\n \n \n Closes info dialog component\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-review-modal'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:27\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n \n Public\n data\n \n \n \n \n \n \n Type : ReviewModalData\n\n \n \n \n \n Decorators : \n \n \n @Inject(MAT_DIALOG_DATA)\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:46\n \n \n\n \n \n Data being injected into the dialog\n \n \n\n \n \n \n \n \n \n \n \n Public\n dialogRef\n \n \n \n \n \n \n Type : MatDialogRef\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:45\n \n \n\n \n \n A reference to the dialog that this component creates, used to call the dialog's methods\n \n \n\n \n \n \n \n \n \n \n \n metaData\n \n \n \n \n \n \n Type : MetaData\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:36\n \n \n\n \n \n The object containing all of the review information for displaying inside the modal\n\n \n \n\n \n \n \n \n \n \n \n \n registrationCallbackSet\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts:31\n \n \n\n \n \n Whether or not the cancel registration callback is set\n\n \n \n\n \n \n\n\n\n\n\n \n import { Component, Inject, HostBinding, ChangeDetectionStrategy } from '@angular/core';\nimport { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';\nimport { MetaData } from '../../../core/models/meta-data';\n\n/**\n * The expected format of the review modal's data input.\n */\ninterface ReviewModalData {\n /** The object containing all of the review information for displaying inside the modal */\n metaData: MetaData;\n\n /** Whether or not the cancel registration callback is set */\n registrationCallbackSet: boolean;\n}\n\n/**\n * Modal for reviewing the registration\n */\n@Component({\n selector: 'ccf-review-modal',\n templateUrl: './review-modal.component.html',\n styleUrls: ['./review-modal.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ReviewModalComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-review-modal';\n /**\n * Whether or not the cancel registration callback is set\n */\n registrationCallbackSet: boolean;\n\n /**\n * The object containing all of the review information for displaying inside the modal\n */\n metaData: MetaData;\n\n /**\n * Creates an instance of the review modal component.\n *\n * @param dialogRef A reference to the dialog that this component creates, used to call the dialog's methods\n * @param data Data being injected into the dialog\n */\n constructor(\n public dialogRef: MatDialogRef,\n @Inject(MAT_DIALOG_DATA) public data: ReviewModalData\n ) {\n this.metaData = data.metaData;\n this.registrationCallbackSet = data.registrationCallbackSet;\n }\n\n /**\n * Closes info dialog component\n */\n close(): void {\n document.getElementsByClassName('modal-animated')[0]?.classList.add('modal-animate-fade-out');\n\n setTimeout(()=>{\n this.dialogRef.close();\n }, 250);\n }\n}\n\n \n\n \n \n \n \n clear\n \n \n Registration Review\n\n \n \n \n {{ data.label }}\n {{ data.value }}\n \n \n \n\n \n {{ registrationCallbackSet ? 'REGISTER' : 'DOWNLOAD REGISTRATION DATA' }}\n \n \n \n\n \n\n \n \n ./review-modal.component.scss\n \n :host {\n .ccf-about.wrapper {\n .container {\n .close {\n .close-icon {\n float: right;\n margin-top: 1rem;\n margin-right: 1rem;\n cursor: pointer;\n }\n }\n\n .content {\n padding: 2rem;\n background-color: white;\n\n .title {\n text-align: center;\n font-size: 1.5rem;\n margin-bottom: 0;\n font-weight: 500;\n }\n\n .mat-typography {\n justify-content: space-around;\n display: flex;\n font-weight: 500;\n font-size: 1rem;\n\n .display-fields {\n margin-top: 2rem;\n margin-bottom: 2rem;\n width: 100%;\n\n .field {\n display: flex;\n\n .label {\n width: 50%;\n text-align: right;\n padding-right: 1rem;\n }\n\n .data {\n width: 50%;\n text-align: left;\n padding-left: 1rem;\n }\n }\n }\n }\n }\n\n .footer {\n padding-top: 1.5rem;\n display: flex;\n justify-content: space-around;\n\n .download-button {\n padding: 0 1rem;\n transition: 0.6s;\n }\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' clear Registration Review {{ data.label }} {{ data.value }} {{ registrationCallbackSet ? \\'REGISTER\\' : \\'DOWNLOAD REGISTRATION DATA\\' }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ReviewModalComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ReviewModalData.html":{"url":"interfaces/ReviewModalData.html","title":"interface - ReviewModalData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ReviewModalData\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts\n \n\n\n \n Description\n \n \n The expected format of the review modal's data input.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n metaData\n \n \n \n \n registrationCallbackSet\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n metaData\n \n \n \n \n \n \n \n \n metaData: MetaData\n\n \n \n\n\n \n \n Type : MetaData\n\n \n \n\n\n\n\n\n \n \n The object containing all of the review information for displaying inside the modal\n\n \n \n \n \n \n \n \n \n \n registrationCallbackSet\n \n \n \n \n \n \n \n \n registrationCallbackSet: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether or not the cancel registration callback is set\n\n \n \n \n \n \n \n\n\n \n import { Component, Inject, HostBinding, ChangeDetectionStrategy } from '@angular/core';\nimport { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';\nimport { MetaData } from '../../../core/models/meta-data';\n\n/**\n * The expected format of the review modal's data input.\n */\ninterface ReviewModalData {\n /** The object containing all of the review information for displaying inside the modal */\n metaData: MetaData;\n\n /** Whether or not the cancel registration callback is set */\n registrationCallbackSet: boolean;\n}\n\n/**\n * Modal for reviewing the registration\n */\n@Component({\n selector: 'ccf-review-modal',\n templateUrl: './review-modal.component.html',\n styleUrls: ['./review-modal.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ReviewModalComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-review-modal';\n /**\n * Whether or not the cancel registration callback is set\n */\n registrationCallbackSet: boolean;\n\n /**\n * The object containing all of the review information for displaying inside the modal\n */\n metaData: MetaData;\n\n /**\n * Creates an instance of the review modal component.\n *\n * @param dialogRef A reference to the dialog that this component creates, used to call the dialog's methods\n * @param data Data being injected into the dialog\n */\n constructor(\n public dialogRef: MatDialogRef,\n @Inject(MAT_DIALOG_DATA) public data: ReviewModalData\n ) {\n this.metaData = data.metaData;\n this.registrationCallbackSet = data.registrationCallbackSet;\n }\n\n /**\n * Closes info dialog component\n */\n close(): void {\n document.getElementsByClassName('modal-animated')[0]?.classList.add('modal-animate-fade-out');\n\n setTimeout(()=>{\n this.dialogRef.close();\n }, 250);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ReviewModalModule.html":{"url":"modules/ReviewModalModule.html","title":"module - ReviewModalModule","body":"\n \n\n\n\n\n Modules\n ReviewModalModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ReviewModalModule\n\n\n\ncluster_ReviewModalModule_exports\n\n\n\ncluster_ReviewModalModule_declarations\n\n\n\n\nReviewModalComponent\n\nReviewModalComponent\n\n\n\nReviewModalModule\n\nReviewModalModule\n\nReviewModalModule -->\n\nReviewModalComponent->ReviewModalModule\n\n\n\n\n\nReviewModalComponent \n\nReviewModalComponent \n\nReviewModalComponent -->\n\nReviewModalModule->ReviewModalComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n ReviewModalComponent\n \n \n \n \n Exports\n \n \n ReviewModalComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReviewModalComponent } from './review-modal.component';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\n\n@NgModule({\n declarations: [ReviewModalComponent],\n imports: [CommonModule, MatDialogModule, MatIconModule, MatButtonModule],\n exports: [ReviewModalComponent]\n})\nexport class ReviewModalModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RightSidebarComponent.html":{"url":"components/RightSidebarComponent.html","title":"component - RightSidebarComponent","body":"\n \n\n\n\n\n\n Components\n \n RightSidebarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts\n\n\n\n \n Description\n \n \n The right sidebar\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-right-sidebar\n \n\n\n\n \n styleUrls\n ./right-sidebar.component.scss\n \n\n\n\n \n templateUrl\n ./right-sidebar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n modalClosed\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n registrationExpanded\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(model: ModelState, registration: RegistrationState, page: PageState, astags: AnatomicalStructureTagState)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:25\n \n \n\n \n \n Creates an instance of right sidebar component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n model\n \n \n ModelState\n \n \n \n No\n \n \n \n Model state service\n\n \n \n \n registration\n \n \n RegistrationState\n \n \n \n No\n \n \n \n Registration state service\n\n \n \n \n page\n \n \n PageState\n \n \n \n No\n \n \n \n The page state\n\n \n \n \n astags\n \n \n AnatomicalStructureTagState\n \n \n \n No\n \n \n \n The anatomical structure tags state\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n modalClosed\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:23\n \n \n \n \n Whether or not the initial registration modal has been closed\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n registrationExpanded\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:25\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-right-sidebar\"\n\n \n \n \n \n Default value : 'ccf-right-sidebar'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:20\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-right-sidebar'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts:20\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\n\nimport { AnatomicalStructureTagState } from '../../core/store/anatomical-structure-tags/anatomical-structure-tags.state';\nimport { ModelState } from '../../core/store/model/model.state';\nimport { PageState } from '../../core/store/page/page.state';\nimport { RegistrationState } from '../../core/store/registration/registration.state';\n\n\n/**\n * The right sidebar\n */\n@Component({\n selector: 'ccf-right-sidebar',\n templateUrl: './right-sidebar.component.html',\n styleUrls: ['./right-sidebar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RightSidebarComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-right-sidebar';\n\n /** Whether or not the initial registration modal has been closed */\n @Input() modalClosed = false;\n\n @Output() registrationExpanded = new EventEmitter();\n\n /**\n * Creates an instance of right sidebar component.\n *\n * @param model Model state service\n * @param registration Registration state service\n * @param page The page state\n * @param astags The anatomical structure tags state\n */\n constructor(\n readonly model: ModelState,\n readonly registration: RegistrationState,\n readonly page: PageState,\n readonly astags: AnatomicalStructureTagState\n ) {\n }\n}\n\n \n\n \n \n \n\n\n \n \n \n Registration Metadata\n \n\n \n\n \n\n \n\n \n \n Tissue Block Controls\n \n\n \n \n\n \n \n\n \n \n\n \n\n \n \n \n Anatomical Structure Tags\n \n\n \n \n\n \n \n \n \n\n \n \n Assigned\n \n Added\n \n \n \n\n \n\n \n \n \n\n\n \n\n \n \n ./right-sidebar.component.scss\n \n :host {\n display: block;\n height: calc(100% - 2.5rem);\n margin-top: 1rem;\n margin-bottom: 1.5rem;\n\n .info-button-container {\n height: 3.75rem;\n display: flex;\n justify-content: flex-end;\n }\n\n .scroll-wrapper {\n overflow-y: scroll;\n height: calc(100% - 6rem);\n\n scrollbar-width: thin;\n &::-webkit-scrollbar {\n width: 0.75rem;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n min-height: 100%;\n margin: 0 1.5rem;\n\n .review-button {\n position: absolute;\n bottom: 1.5rem;\n z-index: 999;\n width: calc(100% - 3.5rem);\n }\n\n mat-divider {\n border-top-width: 3px;\n }\n\n mat-expansion-panel {\n box-shadow: none;\n\n mat-expansion-panel-header {\n padding: 0 0.5rem 0 0;\n font-weight: bold;\n -webkit-user-select: none;\n -moz-user-select: none;\n font-size: 1rem;\n height: 3rem;\n }\n\n ::ng-deep .mat-expansion-panel-body {\n padding-left: 0;\n padding-right: 0;\n }\n }\n\n .tags-container {\n // Allow tag search to overflow when displaying results\n overflow: visible;\n\n ::ng-deep .mat-expansion-panel-body {\n padding-left: 0;\n padding-right: 0;\n }\n\n .header {\n height: 3rem;\n }\n\n .search {\n margin-top: 1rem;\n\n .icon.add {\n position: absolute;\n // Sizes and offsets found by experimentation\n width: 3.625rem;\n height: 3.625rem;\n font-size: 3.625rem;\n top: -1.9375rem;\n right: -1.1875rem;\n }\n }\n\n .tag-list {\n max-height: 32rem;\n margin-left: -1rem;\n }\n\n .tag-list-placeholder {\n display: flex;\n height: 4rem;\n align-items: center;\n justify-content: center;\n font-weight: 400;\n }\n\n .legend {\n display: flex;\n width: 100%;\n margin-top: 1.5rem;\n align-items: center;\n font-size: 0.9rem;\n\n .dot {\n display: inline-block;\n width: 1rem;\n height: 1rem;\n border-radius: 50%;\n\n &.assigned {\n margin-left: 0.5rem;\n }\n\n &.added {\n\n margin-left: 1rem;\n }\n }\n\n .text {\n margin-left: 0.5rem;\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Registration Metadata Tissue Block Controls Anatomical Structure Tags Assigned Added '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RightSidebarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RightSidebarModule.html":{"url":"modules/RightSidebarModule.html","title":"module - RightSidebarModule","body":"\n \n\n\n\n\n Modules\n RightSidebarModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RightSidebarModule\n\n\n\ncluster_RightSidebarModule_exports\n\n\n\ncluster_RightSidebarModule_imports\n\n\n\ncluster_RightSidebarModule_declarations\n\n\n\n\nRightSidebarComponent\n\nRightSidebarComponent\n\n\n\nRightSidebarModule\n\nRightSidebarModule\n\nRightSidebarModule -->\n\nRightSidebarComponent->RightSidebarModule\n\n\n\n\n\nRightSidebarComponent \n\nRightSidebarComponent \n\nRightSidebarComponent -->\n\nRightSidebarModule->RightSidebarComponent \n\n\n\n\n\nBlockSizeInputModule\n\nBlockSizeInputModule\n\nRightSidebarModule -->\n\nBlockSizeInputModule->RightSidebarModule\n\n\n\n\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule\n\nRightSidebarModule -->\n\nRegistrationMetadataModule->RightSidebarModule\n\n\n\n\n\nReviewButtonModule\n\nReviewButtonModule\n\nRightSidebarModule -->\n\nReviewButtonModule->RightSidebarModule\n\n\n\n\n\nRotationSliderModule\n\nRotationSliderModule\n\nRightSidebarModule -->\n\nRotationSliderModule->RightSidebarModule\n\n\n\n\n\nSlicesInputModule\n\nSlicesInputModule\n\nRightSidebarModule -->\n\nSlicesInputModule->RightSidebarModule\n\n\n\n\n\nTagListModule\n\nTagListModule\n\nRightSidebarModule -->\n\nTagListModule->RightSidebarModule\n\n\n\n\n\nTagSearchModule\n\nTagSearchModule\n\nRightSidebarModule -->\n\nTagSearchModule->RightSidebarModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RightSidebarComponent\n \n \n \n \n Imports\n \n \n BlockSizeInputModule\n \n \n RegistrationMetadataModule\n \n \n ReviewButtonModule\n \n \n RotationSliderModule\n \n \n SlicesInputModule\n \n \n TagListModule\n \n \n TagSearchModule\n \n \n \n \n Exports\n \n \n RightSidebarComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatExpansionModule } from '@angular/material/expansion';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { InfoButtonModule } from 'ccf-shared';\n\nimport { BlockSizeInputModule } from '../../shared/components/block-size-input/block-size-input.module';\nimport { RotationSliderModule } from '../../shared/components/rotation-slider/rotation-slider.module';\nimport { SlicesInputModule } from '../../shared/components/slices-input/slices-input.module';\nimport { TagListModule } from '../../shared/components/tag-list/tag-list.module';\nimport { TagSearchModule } from '../../shared/components/tag-search/tag-search.module';\nimport { ReviewButtonModule } from '../review/review-button/review-button.module';\nimport { RightSidebarComponent } from './right-sidebar.component';\nimport { RegistrationMetadataModule } from '../../shared/components/registration-metadata/registration-metadata.module';\n\n\n@NgModule({\n imports: [\n CommonModule,\n\n MatExpansionModule,\n MatDividerModule,\n MatIconModule,\n BrowserAnimationsModule,\n MatTooltipModule,\n\n BlockSizeInputModule,\n ReviewButtonModule,\n RotationSliderModule,\n SlicesInputModule,\n TagListModule,\n TagSearchModule,\n InfoButtonModule,\n RegistrationMetadataModule\n ],\n declarations: [RightSidebarComponent],\n exports: [RightSidebarComponent]\n})\nexport class RightSidebarModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Rotation.html":{"url":"interfaces/Rotation.html","title":"interface - Rotation","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Rotation\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n\n\n \n Description\n \n \n Type in which the values of the sliders are stored.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n x\n \n \n \n \n \n \n \n \n x: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n X slider value\n\n \n \n \n \n \n \n \n \n \n y\n \n \n \n \n \n \n \n \n y: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Y slider value\n\n \n \n \n \n \n \n \n \n \n z\n \n \n \n \n \n \n \n \n z: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Z slider value\n\n \n \n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/** Type in which the values of the sliders are stored. */\nexport interface Rotation {\n /** X slider value */\n x: number;\n /** Y slider value */\n y: number;\n /** Z slider value */\n z: number;\n}\n\n/** Default values for rotation. */\nconst DEFAULT_ROTATION: Rotation = {\n x: 0,\n y: 0,\n z: 0\n};\n\n/**\n * Component that enables the setting of a Rotation object via either 3 draggable sliders\n * or through an Input method.\n */\n@Component({\n selector: 'ccf-rotation-slider',\n templateUrl: './rotation-slider.component.html',\n styleUrls: ['./rotation-slider.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RotationSliderComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-rotation-slider';\n\n /** Input that allows the rotation to be changed from outside of the component */\n @Input() rotation = DEFAULT_ROTATION;\n\n /** Output that emits the new rotation whenever it is changed from within the component */\n @Output() readonly rotationChange = new EventEmitter();\n\n /**\n * Creates an instance of rotation slider component.\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Function that handles updating the rotation and emitting the new value\n * If rotation value is 180, set to -180 or 180\n * @param newRotation the new value for one of the axis to be set to\n * @param axis which axis to update\n */\n changeRotation(newRotation: number | string, axis: string): void {\n const updatedNewRotation = +newRotation > 180 ? 180 :\n (+newRotation \n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/RotationSliderComponent.html":{"url":"components/RotationSliderComponent.html","title":"component - RotationSliderComponent","body":"\n \n\n\n\n\n\n Components\n \n RotationSliderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n\n\n\n \n Description\n \n \n Component that enables the setting of a Rotation object via either 3 draggable sliders\nor through an Input method.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-rotation-slider\n \n\n\n\n \n styleUrls\n ./rotation-slider.component.scss\n \n\n\n\n \n templateUrl\n ./rotation-slider.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n changeRotation\n \n \n resetRotation\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n rotation\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n rotationChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:40\n \n \n\n \n \n Creates an instance of rotation slider component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n rotation\n \n \n \n \n Type : Rotation\n\n \n \n \n \n Default value : DEFAULT_ROTATION\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:37\n \n \n \n \n Input that allows the rotation to be changed from outside of the component\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n rotationChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:40\n \n \n \n \n Output that emits the new rotation whenever it is changed from within the component\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-rotation-slider\"\n\n \n \n \n \n Default value : 'ccf-rotation-slider'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:34\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n changeRotation\n \n \n \n \n \n \nchangeRotation(newRotation: number | string, axis: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:54\n \n \n\n\n \n \n Function that handles updating the rotation and emitting the new value\nIf rotation value is 180, set to -180 or 180\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n newRotation\n \n number | string\n \n\n \n No\n \n\n\n \n the new value for one of the axis to be set to\n\n \n \n \n axis\n \n string\n \n\n \n No\n \n\n\n \n which axis to update\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetRotation\n \n \n \n \n \n \nresetRotation(dimension: \"x\" | \"y\" | \"z\")\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:65\n \n \n\n\n \n \n Function to easily reset the rotations to 0 and emit this change.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n dimension\n \n \"x\" | \"y\" | \"z\"\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-rotation-slider'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts:34\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/** Type in which the values of the sliders are stored. */\nexport interface Rotation {\n /** X slider value */\n x: number;\n /** Y slider value */\n y: number;\n /** Z slider value */\n z: number;\n}\n\n/** Default values for rotation. */\nconst DEFAULT_ROTATION: Rotation = {\n x: 0,\n y: 0,\n z: 0\n};\n\n/**\n * Component that enables the setting of a Rotation object via either 3 draggable sliders\n * or through an Input method.\n */\n@Component({\n selector: 'ccf-rotation-slider',\n templateUrl: './rotation-slider.component.html',\n styleUrls: ['./rotation-slider.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class RotationSliderComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-rotation-slider';\n\n /** Input that allows the rotation to be changed from outside of the component */\n @Input() rotation = DEFAULT_ROTATION;\n\n /** Output that emits the new rotation whenever it is changed from within the component */\n @Output() readonly rotationChange = new EventEmitter();\n\n /**\n * Creates an instance of rotation slider component.\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Function that handles updating the rotation and emitting the new value\n * If rotation value is 180, set to -180 or 180\n * @param newRotation the new value for one of the axis to be set to\n * @param axis which axis to update\n */\n changeRotation(newRotation: number | string, axis: string): void {\n const updatedNewRotation = +newRotation > 180 ? 180 :\n (+newRotation \n \n\n \n \n Tissue Block Rotation\n \n \n refresh\n \n\n\n\n X\n \n \n \n \n \n \n\n\n\n Y\n \n \n \n \n \n \n\n\n\n Z\n \n \n \n \n \n \n\n\n \n\n \n \n ./rotation-slider.component.scss\n \n :host {\n .header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n height: 1.5rem;\n padding: .5rem 0;\n\n .title {\n font-weight: 400;\n padding: .5rem 0;\n }\n }\n\n .reset {\n transform: scaleX(-1);\n cursor: pointer;\n transition: .6s;\n\n &:hover {\n border-radius: 2px;\n }\n\n }\n\n .refresh-button-container {\n display: flex;\n height: 1rem;\n justify-content: flex-end;\n }\n\n .slider-box {\n display: flex;\n justify-content: space-between;\n align-items: center;\n height: 4rem;\n\n mat-form-field {\n height: 100%;\n width: 5rem;\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n }\n\n .input {\n text-align: center;\n }\n }\n\n .slider-container {\n width: 100%;\n padding-left: 0.5rem;\n padding-right: 1.5rem;\n\n .slider {\n width: 100%;\n\n &:not(.cdk-focused) {\n ::ng-deep .mat-slider-thumb {\n width: 1.25rem;\n height: 1.25rem;\n transform: none;\n }\n }\n }\n\n ::ng-deep .mat-slider-horizontal {\n .mat-slider-wrapper {\n right: 0.625rem;\n &:after {\n margin-top: -0.25rem;\n height: 0.625rem !important;\n }\n }\n\n .mat-slider-thumb-label-text {\n font-size: 12px;\n }\n\n .mat-slider-ticks-container {\n margin-top: -0.25rem;\n height: 0.625rem;\n\n .mat-slider-ticks {\n height: 0.625rem;\n }\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Tissue Block Rotation refresh X Y Z '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'RotationSliderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/RotationSliderModule.html":{"url":"modules/RotationSliderModule.html","title":"module - RotationSliderModule","body":"\n \n\n\n\n\n Modules\n RotationSliderModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_RotationSliderModule\n\n\n\ncluster_RotationSliderModule_declarations\n\n\n\ncluster_RotationSliderModule_exports\n\n\n\n\nRotationSliderComponent\n\nRotationSliderComponent\n\n\n\nRotationSliderModule\n\nRotationSliderModule\n\nRotationSliderModule -->\n\nRotationSliderComponent->RotationSliderModule\n\n\n\n\n\nRotationSliderComponent \n\nRotationSliderComponent \n\nRotationSliderComponent -->\n\nRotationSliderModule->RotationSliderComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n RotationSliderComponent\n \n \n \n \n Exports\n \n \n RotationSliderComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RotationSliderComponent } from './rotation-slider.component';\n\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatLegacySliderModule as MatSliderModule } from '@angular/material/legacy-slider';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatFormFieldModule } from '@angular/material/form-field';\n\n@NgModule({\n declarations: [RotationSliderComponent],\n imports: [\n CommonModule,\n MatIconModule,\n MatSliderModule,\n MatRippleModule,\n MatTooltipModule,\n MatInputModule,\n MatFormFieldModule\n ],\n exports: [RotationSliderComponent]\n})\nexport class RotationSliderModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SceneState.html":{"url":"injectables/SceneState.html","title":"injectable - SceneState","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SceneState\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n\n\n \n Description\n \n \n 3d Scene state\n\n \n\n \n Extends\n \n \n NgxsImmutableDataRepository\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n gizmo$\n \n \n Private\n model\n \n \n Private\n referenceData\n \n \n Private\n registration\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n createSceneNodes\n \n \n Private\n getOrganSpatialEntity\n \n \n ngxsOnInit\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n nodes$\n \n \n rotatedNodes$\n \n \n referenceOrganNodes$\n \n \n referenceOrganSimpleNodes$\n \n \n nodeCollisions$\n \n \n previousRegistrationNodes$\n \n \n spatialKeyBoardAxis$\n \n \n placementCube$\n \n \n placementCube\n \n \n rotation$\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(injector: Injector)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:250\n \n \n\n \n \n Creates an instance of scene state.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n Injector service used to lazy load page and model state\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n createSceneNodes\n \n \n \n \n \n \n \n createSceneNodes(organIri: string, items: VisibilityItem[])\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:276\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organIri\n \n string\n \n\n \n No\n \n\n\n \n \n items\n \n VisibilityItem[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialSceneNode[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n getOrganSpatialEntity\n \n \n \n \n \n \n \n getOrganSpatialEntity(organIri: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:300\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n organIri\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : SpatialEntity\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngxsOnInit\n \n \n \n \n \n \nngxsOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:266\n \n \n\n\n \n \n Initializes this state service.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n gizmo$\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : of([\n {\n '@id': 'http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_Surface',\n '@type': 'SpatialSceneNode',\n scenegraph: 'https://hubmapconsortium.github.io/ccf-3d-reference-object-library/Assets/body4Mesh_1338.glb',\n transformMatrix: new Matrix4(Matrix4.IDENTITY).scale([2, 2, 2]).rotateY(toRadians(0)),\n tooltip: 'Gizmo',\n unpickable: true,\n _lighting: 'pbr',\n zoomBasedOpacity: false,\n color: [255, 255, 255, 255],\n opacity: 1\n }\n ])\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:232\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n model\n \n \n \n \n \n \n Type : ModelState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:248\n \n \n\n \n \n Reference to the model state\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n referenceData\n \n \n \n \n \n \n Type : ReferenceDataState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:250\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n registration\n \n \n \n \n \n \n Type : RegistrationState\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:249\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n nodes$\n \n \n\n \n \n getnodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:54\n \n \n\n \n \n \n \n \n \n \n rotatedNodes$\n \n \n\n \n \n getrotatedNodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:65\n \n \n\n \n \n \n \n \n \n \n referenceOrganNodes$\n \n \n\n \n \n getreferenceOrganNodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:82\n \n \n \n \n Observable of spatial nodes\n\n\n \n Returns : Observable\n\n \n \n \n\n \n \n \n \n \n \n \n referenceOrganSimpleNodes$\n \n \n\n \n \n getreferenceOrganSimpleNodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:94\n \n \n\n \n \n \n \n \n \n \n nodeCollisions$\n \n \n\n \n \n getnodeCollisions$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:122\n \n \n\n \n \n \n \n \n \n \n previousRegistrationNodes$\n \n \n\n \n \n getpreviousRegistrationNodes$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:133\n \n \n\n \n \n \n \n \n \n \n spatialKeyBoardAxis$\n \n \n\n \n \n getspatialKeyBoardAxis$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:161\n \n \n\n \n \n \n \n \n \n \n placementCube$\n \n \n\n \n \n getplacementCube$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:185\n \n \n\n \n \n \n \n \n \n \n placementCube\n \n \n\n \n \n getplacementCube()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:192\n \n \n\n \n \n \n \n \n \n \n rotation$\n \n \n\n \n \n getrotation$()\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/store/scene/scene.state.ts:210\n \n \n\n \n \n\n \n\n\n \n import { Computed, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { NgxsOnInit, State } from '@ngxs/store';\nimport { AABB, Vec3 } from 'cannon-es';\nimport { SpatialEntityJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { SpatialEntity, SpatialPlacement, getOriginScene, getTissueBlockScene } from 'ccf-database';\nimport { Position } from 'ccf-shared';\nimport { Observable, combineLatest, of } from 'rxjs';\nimport { filter, map } from 'rxjs/operators';\nimport { environment } from '../../../../environments/environment';\nimport { ModelState } from '../model/model.state';\nimport { RegistrationState } from '../registration/registration.state';\nimport { VisibilityItem } from './../../models/visibility-item';\nimport { ReferenceDataState } from './../reference-data/reference-data.state';\n\n\n/**\n * Scene state model\n */\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface SceneStateModel {\n showCollisions: boolean;\n}\n\nfunction getNodeBbox(model: SpatialSceneNode): AABB {\n const mat = new Matrix4(model.transformMatrix);\n const lowerBound = mat.transformAsPoint([-1, -1, -1], []);\n const upperBound = mat.transformAsPoint([1, 1, 1], []);\n return new AABB({\n lowerBound: new Vec3(...lowerBound.map((n, i) => Math.min(n, upperBound[i]))),\n upperBound: new Vec3(...upperBound.map((n, i) => Math.max(n, lowerBound[i])))\n });\n}\n\n/**\n * 3d Scene state\n */\n@StateRepository()\n@State({\n name: 'scene',\n defaults: {\n showCollisions: !environment.production\n }\n})\n@Injectable()\nexport class SceneState extends NgxsImmutableDataRepository implements NgxsOnInit {\n\n @Computed()\n get nodes$(): Observable {\n return combineLatest([\n this.placementCube$, this.referenceOrganNodes$, this.previousRegistrationNodes$, this.nodeCollisions$, this.spatialKeyBoardAxis$\n ]).pipe(\n map(([placement, nodes, prevNodes, collisions, axis]) => [\n ...placement, ...prevNodes, ...nodes, ...axis, ...(this.snapshot.showCollisions ? collisions : [])\n ])\n );\n }\n\n @Computed()\n get rotatedNodes$(): Observable {\n return combineLatest([this.rotation$, this.nodes$]).pipe(\n map(([rotation, nodes]) => {\n if (rotation === 0) {\n return nodes;\n } else {\n return nodes.map(n => ({\n ...n,\n transformMatrix: new Matrix4(Matrix4.IDENTITY).rotateY(toRadians(rotation)).multiplyRight(n.transformMatrix)\n }));\n }\n })\n );\n }\n\n /** Observable of spatial nodes */\n @Computed()\n get referenceOrganNodes$(): Observable {\n return combineLatest([this.model.anatomicalStructures$, this.model.extractionSites$, this.model.organIri$]).pipe(\n map(([anatomicalStructures, extractionSites, organIri]) => {\n const organ = this.getOrganSpatialEntity(organIri as string);\n const originScene = organIri ? getOriginScene(organ, false, true) : [];\n const organScene = this.createSceneNodes(organIri as string, [...anatomicalStructures, ...extractionSites] as VisibilityItem[]);\n return [ ...originScene, ...organScene ];\n })\n );\n }\n\n @Computed()\n get referenceOrganSimpleNodes$(): Observable {\n return combineLatest([this.model.anatomicalStructures$, this.model.organIri$, this.referenceData.state$]).pipe(\n map(([anatomicalStructures, organIri, db]) =>\n anatomicalStructures\n // .filter(item => item.visible && item.opacity && item.opacity > 0)\n .map((item): SpatialSceneNode[] => {\n if (db.sceneNodeLookup[item.id]) {\n return [{\n ...(db.simpleSceneNodeLookup[item.id] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }];\n } else {\n return (db.anatomicalStructures[organIri as string] || [])\n .filter((node) => node.representation_of === item.id)\n .map((node): SpatialSceneNode => ({\n ...(db.simpleSceneNodeLookup[node['@id']] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }));\n }\n })\n .reduce((acc, nodes) => acc.concat(nodes), [])\n )\n );\n }\n\n @Computed()\n get nodeCollisions$(): Observable {\n return combineLatest([this.referenceOrganSimpleNodes$, this.placementCube$]).pipe(\n filter(([_nodes, placement]) => placement.length > 0),\n map(([nodes, placement]) => {\n const bbox = getNodeBbox(placement[0]);\n return nodes.filter((model) => bbox.overlaps(getNodeBbox(model)));\n })\n );\n }\n\n @Computed()\n get previousRegistrationNodes$(): Observable {\n return combineLatest([this.model.organIri$, this.model.showPrevious$, this.registration.previousRegistrations$]).pipe(\n map(([organIri, showPrevious, previousRegistrations]) =>\n showPrevious ? previousRegistrations.map((entity: SpatialEntityJsonLd): SpatialSceneNode => {\n const p = Array.isArray(entity.placement) ? entity.placement[0] : entity.placement;\n if (p.target === organIri) {\n const organDimensions = this.model.snapshot.organDimensions;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => -n / 1000 / 2);\n return {\n '@id': entity['@id'],\n '@type': 'SpatialSceneNode',\n transformMatrix: new Matrix4(Matrix4.IDENTITY)\n .translate([p.x_translation, p.y_translation, p.z_translation].map((n, i) => n / 1000 + dims[i]))\n .rotateXYZ([p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number])\n .scale([entity.x_dimension, entity.y_dimension, entity.z_dimension].map(n => n / 1000 / 2)),\n color: [25, 118, 210, 200],\n tooltip: entity.label,\n unpickable: true\n };\n } else {\n return undefined as unknown as SpatialSceneNode;\n }\n }).filter(e => !!e) : []\n )\n );\n }\n\n @Computed()\n get spatialKeyBoardAxis$(): Observable{\n return combineLatest([this.model.organIri$.pipe(filter(organIri=>organIri!=='')), this.model.position$]).pipe(map(([organIri, position]: [string, Position]) => {\n const organEntity = this.getOrganSpatialEntity(organIri);\n const blockSize = this.model.snapshot.blockSize;\n const rotation = this.model.snapshot.rotation;\n return organEntity ? getTissueBlockScene({\n x_dimension: blockSize.x,\n y_dimension: blockSize.y,\n z_dimension: blockSize.z\n } as SpatialEntity, {\n x_translation: position.x - organEntity.x_dimension / 2,\n y_translation: position.y - organEntity.y_dimension / 2,\n z_translation: position.z - organEntity.z_dimension / 2,\n\n x_rotation: rotation.x,\n y_rotation: rotation.y,\n z_rotation: rotation.z,\n\n x_scaling: 1, y_scaling: 1, z_scaling: 1,\n } as SpatialPlacement): [];\n }));\n }\n\n @Computed()\n get placementCube$(): Observable | [] {\n return combineLatest([this.model.viewType$, this.model.blockSize$, this.model.rotation$, this.model.position$, this.model.organ$]).pipe(\n map(([_viewType, _blockSize, _rotation, _position, organ]) => organ.src === '' ? [] : [this.placementCube])\n );\n }\n\n @Computed()\n get placementCube(): SpatialSceneNode {\n const { viewType, blockSize, rotation, position, organDimensions } = this.model.snapshot;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => -n / 1000 / 2);\n return {\n '@id': '#DraftPlacement',\n '@type': 'SpatialSceneNode',\n transformMatrix: new Matrix4(Matrix4.IDENTITY)\n .translate([position.x, position.y, position.z].map((n, i) => n / 1000 + dims[i]))\n .rotateXYZ([rotation.x, rotation.y, rotation.z].map(toRadians) as [number, number, number])\n .scale([blockSize.x, blockSize.y, blockSize.z].map(n => n / 1000 / 2)),\n color: [255, 255, 0, 200],\n tooltip: 'Draft Placement',\n unpickable: viewType === '3d',\n };\n }\n\n\n @Computed()\n get rotation$(): Observable {\n return this.model.viewSide$.pipe(\n map((side) => {\n let rotation = 0;\n switch (side) {\n case 'left':\n rotation = -90;\n break;\n case 'right':\n rotation = 90;\n break;\n case 'posterior':\n rotation = 180;\n break;\n default:\n break;\n }\n return rotation;\n })\n );\n }\n\n readonly gizmo$: Observable = of([\n {\n '@id': 'http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_Surface',\n '@type': 'SpatialSceneNode',\n scenegraph: 'https://hubmapconsortium.github.io/ccf-3d-reference-object-library/Assets/body4Mesh_1338.glb',\n transformMatrix: new Matrix4(Matrix4.IDENTITY).scale([2, 2, 2]).rotateY(toRadians(0)),\n tooltip: 'Gizmo',\n unpickable: true,\n _lighting: 'pbr',\n zoomBasedOpacity: false,\n color: [255, 255, 255, 255],\n opacity: 1\n }\n ]);\n\n /** Reference to the model state */\n private model: ModelState;\n private registration: RegistrationState;\n private referenceData: ReferenceDataState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load page and model state\n */\n constructor(\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.model = this.injector.get(ModelState);\n this.registration = this.injector.get(RegistrationState);\n this.referenceData = this.injector.get(ReferenceDataState);\n }\n\n private createSceneNodes(organIri: string, items: VisibilityItem[]): SpatialSceneNode[] {\n const db = this.referenceData.snapshot;\n return items\n .filter(item => item.visible && item.opacity && item.opacity > 0)\n .map((item): SpatialSceneNode[] => {\n if (db.sceneNodeLookup[item.id]) {\n return [{\n ...(db.sceneNodeLookup[item.id] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }];\n } else {\n return (db.anatomicalStructures[organIri] || [])\n .filter((node) => node.representation_of === item.id)\n .map(node => ({\n ...(db.sceneNodeLookup[node['@id']] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }));\n }\n })\n .reduce((acc, nodes) => acc.concat(nodes), []);\n }\n\n private getOrganSpatialEntity(organIri: string): SpatialEntity {\n const db = this.referenceData.snapshot;\n return db.organSpatialEntities[organIri] as SpatialEntity;\n }\n\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SceneStateModel.html":{"url":"interfaces/SceneStateModel.html","title":"interface - SceneStateModel","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SceneStateModel\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n\n\n \n Description\n \n \n Scene state model\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n showCollisions\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n showCollisions\n \n \n \n \n \n \n \n \n showCollisions: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import { Computed, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { Matrix4, toRadians } from '@math.gl/core';\nimport { NgxsOnInit, State } from '@ngxs/store';\nimport { AABB, Vec3 } from 'cannon-es';\nimport { SpatialEntityJsonLd, SpatialSceneNode } from 'ccf-body-ui';\nimport { SpatialEntity, SpatialPlacement, getOriginScene, getTissueBlockScene } from 'ccf-database';\nimport { Position } from 'ccf-shared';\nimport { Observable, combineLatest, of } from 'rxjs';\nimport { filter, map } from 'rxjs/operators';\nimport { environment } from '../../../../environments/environment';\nimport { ModelState } from '../model/model.state';\nimport { RegistrationState } from '../registration/registration.state';\nimport { VisibilityItem } from './../../models/visibility-item';\nimport { ReferenceDataState } from './../reference-data/reference-data.state';\n\n\n/**\n * Scene state model\n */\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\nexport interface SceneStateModel {\n showCollisions: boolean;\n}\n\nfunction getNodeBbox(model: SpatialSceneNode): AABB {\n const mat = new Matrix4(model.transformMatrix);\n const lowerBound = mat.transformAsPoint([-1, -1, -1], []);\n const upperBound = mat.transformAsPoint([1, 1, 1], []);\n return new AABB({\n lowerBound: new Vec3(...lowerBound.map((n, i) => Math.min(n, upperBound[i]))),\n upperBound: new Vec3(...upperBound.map((n, i) => Math.max(n, lowerBound[i])))\n });\n}\n\n/**\n * 3d Scene state\n */\n@StateRepository()\n@State({\n name: 'scene',\n defaults: {\n showCollisions: !environment.production\n }\n})\n@Injectable()\nexport class SceneState extends NgxsImmutableDataRepository implements NgxsOnInit {\n\n @Computed()\n get nodes$(): Observable {\n return combineLatest([\n this.placementCube$, this.referenceOrganNodes$, this.previousRegistrationNodes$, this.nodeCollisions$, this.spatialKeyBoardAxis$\n ]).pipe(\n map(([placement, nodes, prevNodes, collisions, axis]) => [\n ...placement, ...prevNodes, ...nodes, ...axis, ...(this.snapshot.showCollisions ? collisions : [])\n ])\n );\n }\n\n @Computed()\n get rotatedNodes$(): Observable {\n return combineLatest([this.rotation$, this.nodes$]).pipe(\n map(([rotation, nodes]) => {\n if (rotation === 0) {\n return nodes;\n } else {\n return nodes.map(n => ({\n ...n,\n transformMatrix: new Matrix4(Matrix4.IDENTITY).rotateY(toRadians(rotation)).multiplyRight(n.transformMatrix)\n }));\n }\n })\n );\n }\n\n /** Observable of spatial nodes */\n @Computed()\n get referenceOrganNodes$(): Observable {\n return combineLatest([this.model.anatomicalStructures$, this.model.extractionSites$, this.model.organIri$]).pipe(\n map(([anatomicalStructures, extractionSites, organIri]) => {\n const organ = this.getOrganSpatialEntity(organIri as string);\n const originScene = organIri ? getOriginScene(organ, false, true) : [];\n const organScene = this.createSceneNodes(organIri as string, [...anatomicalStructures, ...extractionSites] as VisibilityItem[]);\n return [ ...originScene, ...organScene ];\n })\n );\n }\n\n @Computed()\n get referenceOrganSimpleNodes$(): Observable {\n return combineLatest([this.model.anatomicalStructures$, this.model.organIri$, this.referenceData.state$]).pipe(\n map(([anatomicalStructures, organIri, db]) =>\n anatomicalStructures\n // .filter(item => item.visible && item.opacity && item.opacity > 0)\n .map((item): SpatialSceneNode[] => {\n if (db.sceneNodeLookup[item.id]) {\n return [{\n ...(db.simpleSceneNodeLookup[item.id] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }];\n } else {\n return (db.anatomicalStructures[organIri as string] || [])\n .filter((node) => node.representation_of === item.id)\n .map((node): SpatialSceneNode => ({\n ...(db.simpleSceneNodeLookup[node['@id']] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }));\n }\n })\n .reduce((acc, nodes) => acc.concat(nodes), [])\n )\n );\n }\n\n @Computed()\n get nodeCollisions$(): Observable {\n return combineLatest([this.referenceOrganSimpleNodes$, this.placementCube$]).pipe(\n filter(([_nodes, placement]) => placement.length > 0),\n map(([nodes, placement]) => {\n const bbox = getNodeBbox(placement[0]);\n return nodes.filter((model) => bbox.overlaps(getNodeBbox(model)));\n })\n );\n }\n\n @Computed()\n get previousRegistrationNodes$(): Observable {\n return combineLatest([this.model.organIri$, this.model.showPrevious$, this.registration.previousRegistrations$]).pipe(\n map(([organIri, showPrevious, previousRegistrations]) =>\n showPrevious ? previousRegistrations.map((entity: SpatialEntityJsonLd): SpatialSceneNode => {\n const p = Array.isArray(entity.placement) ? entity.placement[0] : entity.placement;\n if (p.target === organIri) {\n const organDimensions = this.model.snapshot.organDimensions;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => -n / 1000 / 2);\n return {\n '@id': entity['@id'],\n '@type': 'SpatialSceneNode',\n transformMatrix: new Matrix4(Matrix4.IDENTITY)\n .translate([p.x_translation, p.y_translation, p.z_translation].map((n, i) => n / 1000 + dims[i]))\n .rotateXYZ([p.x_rotation, p.y_rotation, p.z_rotation].map(toRadians) as [number, number, number])\n .scale([entity.x_dimension, entity.y_dimension, entity.z_dimension].map(n => n / 1000 / 2)),\n color: [25, 118, 210, 200],\n tooltip: entity.label,\n unpickable: true\n };\n } else {\n return undefined as unknown as SpatialSceneNode;\n }\n }).filter(e => !!e) : []\n )\n );\n }\n\n @Computed()\n get spatialKeyBoardAxis$(): Observable{\n return combineLatest([this.model.organIri$.pipe(filter(organIri=>organIri!=='')), this.model.position$]).pipe(map(([organIri, position]: [string, Position]) => {\n const organEntity = this.getOrganSpatialEntity(organIri);\n const blockSize = this.model.snapshot.blockSize;\n const rotation = this.model.snapshot.rotation;\n return organEntity ? getTissueBlockScene({\n x_dimension: blockSize.x,\n y_dimension: blockSize.y,\n z_dimension: blockSize.z\n } as SpatialEntity, {\n x_translation: position.x - organEntity.x_dimension / 2,\n y_translation: position.y - organEntity.y_dimension / 2,\n z_translation: position.z - organEntity.z_dimension / 2,\n\n x_rotation: rotation.x,\n y_rotation: rotation.y,\n z_rotation: rotation.z,\n\n x_scaling: 1, y_scaling: 1, z_scaling: 1,\n } as SpatialPlacement): [];\n }));\n }\n\n @Computed()\n get placementCube$(): Observable | [] {\n return combineLatest([this.model.viewType$, this.model.blockSize$, this.model.rotation$, this.model.position$, this.model.organ$]).pipe(\n map(([_viewType, _blockSize, _rotation, _position, organ]) => organ.src === '' ? [] : [this.placementCube])\n );\n }\n\n @Computed()\n get placementCube(): SpatialSceneNode {\n const { viewType, blockSize, rotation, position, organDimensions } = this.model.snapshot;\n const dims = [organDimensions.x, organDimensions.y, organDimensions.z].map(n => -n / 1000 / 2);\n return {\n '@id': '#DraftPlacement',\n '@type': 'SpatialSceneNode',\n transformMatrix: new Matrix4(Matrix4.IDENTITY)\n .translate([position.x, position.y, position.z].map((n, i) => n / 1000 + dims[i]))\n .rotateXYZ([rotation.x, rotation.y, rotation.z].map(toRadians) as [number, number, number])\n .scale([blockSize.x, blockSize.y, blockSize.z].map(n => n / 1000 / 2)),\n color: [255, 255, 0, 200],\n tooltip: 'Draft Placement',\n unpickable: viewType === '3d',\n };\n }\n\n\n @Computed()\n get rotation$(): Observable {\n return this.model.viewSide$.pipe(\n map((side) => {\n let rotation = 0;\n switch (side) {\n case 'left':\n rotation = -90;\n break;\n case 'right':\n rotation = 90;\n break;\n case 'posterior':\n rotation = 180;\n break;\n default:\n break;\n }\n return rotation;\n })\n );\n }\n\n readonly gizmo$: Observable = of([\n {\n '@id': 'http://purl.org/ccf/latest/ccf.owl#VHMaleOrgans_VHM_Spleen_Colic_Surface',\n '@type': 'SpatialSceneNode',\n scenegraph: 'https://hubmapconsortium.github.io/ccf-3d-reference-object-library/Assets/body4Mesh_1338.glb',\n transformMatrix: new Matrix4(Matrix4.IDENTITY).scale([2, 2, 2]).rotateY(toRadians(0)),\n tooltip: 'Gizmo',\n unpickable: true,\n _lighting: 'pbr',\n zoomBasedOpacity: false,\n color: [255, 255, 255, 255],\n opacity: 1\n }\n ]);\n\n /** Reference to the model state */\n private model: ModelState;\n private registration: RegistrationState;\n private referenceData: ReferenceDataState;\n\n /**\n * Creates an instance of scene state.\n *\n * @param injector Injector service used to lazy load page and model state\n */\n constructor(\n private readonly injector: Injector\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n // Injecting page and model states in the constructor breaks things!?\n // Lazy load here\n this.model = this.injector.get(ModelState);\n this.registration = this.injector.get(RegistrationState);\n this.referenceData = this.injector.get(ReferenceDataState);\n }\n\n private createSceneNodes(organIri: string, items: VisibilityItem[]): SpatialSceneNode[] {\n const db = this.referenceData.snapshot;\n return items\n .filter(item => item.visible && item.opacity && item.opacity > 0)\n .map((item): SpatialSceneNode[] => {\n if (db.sceneNodeLookup[item.id]) {\n return [{\n ...(db.sceneNodeLookup[item.id] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }];\n } else {\n return (db.anatomicalStructures[organIri] || [])\n .filter((node) => node.representation_of === item.id)\n .map(node => ({\n ...(db.sceneNodeLookup[node['@id']] as SpatialSceneNode),\n opacity: (item.opacity ?? 100) / 100,\n color: [255, 255, 255, 255]\n }));\n }\n })\n .reduce((acc, nodes) => acc.concat(nodes), []);\n }\n\n private getOrganSpatialEntity(organIri: string): SpatialEntity {\n const db = this.referenceData.snapshot;\n return db.organSpatialEntities[organIri] as SpatialEntity;\n }\n\n\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SlicesConfig.html":{"url":"interfaces/SlicesConfig.html","title":"interface - SlicesConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SlicesConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n\n\n \n Description\n \n \n Slices configuration\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n numSlices\n \n \n \n \n thickness\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n numSlices\n \n \n \n \n \n \n \n \n numSlices: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Number of slices per block\n\n \n \n \n \n \n \n \n \n \n thickness\n \n \n \n \n \n \n \n \n thickness: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Thickness of slice\n\n \n \n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { ALL_ORGANS, GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { filterNulls } from 'ccf-shared/rxjs-ext/operators';\nimport { sortBy } from 'lodash';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { EMPTY, Observable } from 'rxjs';\nimport { delay, distinctUntilChanged, filter, map, skipUntil, switchMap, tap, throttleTime } from 'rxjs/operators';\n\nimport { ExtractionSet } from '../../models/extraction-set';\nimport { VisibilityItem } from '../../models/visibility-item';\nimport { GlobalConfig, OrganConfig } from '../../services/config/config';\nimport { PageState } from '../page/page.state';\nimport { ReferenceDataState } from '../reference-data/reference-data.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A object with x, y, and z channels of the same type. */\nexport interface XYZTriplet {\n /** X channel */\n x: T;\n /** Y channel */\n y: T;\n /** Z channel */\n z: T;\n}\n\n/** Slices configuration */\nexport interface SlicesConfig {\n /** Thickness of slice */\n thickness: number;\n /** Number of slices per block */\n numSlices: number;\n}\n\n/** Model view type */\nexport type ViewType = 'register' | '3d';\n\n/** Side which the model is viewed from */\nexport type ViewSide = 'left' | 'right' | 'anterior' | 'posterior';\n\n/** Data contained in the stage state. */\nexport interface ModelStateModel {\n /** Model identifier */\n id: string;\n /** Model label */\n label: string;\n /** Organ name */\n organ: OrganInfo;\n /** Reference Organ IRI */\n organIri?: string;\n /** Reference Organ Dimensions */\n organDimensions: XYZTriplet;\n /** Sex if applicable */\n sex?: 'male' | 'female';\n /** Side if applicable */\n side?: 'left' | 'right';\n /** Block size */\n blockSize: XYZTriplet;\n /** Model rotation */\n rotation: XYZTriplet;\n /** Model position */\n position: XYZTriplet;\n /** Slice configuration */\n slicesConfig: SlicesConfig;\n /** View type */\n viewType: ViewType;\n /** View side */\n viewSide: ViewSide;\n /** Whether previous registration blocks are visible */\n showPrevious: boolean;\n /** Possible extraction sites */\n extractionSites: VisibilityItem[];\n /** Anatomical structures for the organ */\n anatomicalStructures: VisibilityItem[];\n /** Extraction sets */\n extractionSets: ExtractionSet[];\n}\n\n/**\n * All organs to be displayed\n */\nexport const RUI_ORGANS = ALL_ORGANS;\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'model',\n defaults: {\n id: '',\n label: '',\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n organ: { src: '', name: '' } as OrganInfo,\n organIri: '',\n organDimensions: { x: 90, y: 90, z: 90 },\n sex: 'male',\n blockSize: { x: 10, y: 10, z: 10 },\n rotation: { x: 0, y: 0, z: 0 },\n position: { x: 0, y: 0, z: 0 },\n slicesConfig: { thickness: NaN, numSlices: NaN },\n viewType: 'register',\n viewSide: 'anterior',\n showPrevious: false,\n extractionSites: [],\n anatomicalStructures: [],\n extractionSets: []\n }\n})\n@Injectable()\nexport class ModelState extends NgxsImmutableDataRepository {\n /** Identifier observable */\n readonly id$ = this.state$.pipe(map(x => x?.id));\n /** Block size observable */\n readonly blockSize$ = this.state$.pipe(map(x => x?.blockSize));\n /** Rotation observable */\n readonly rotation$ = this.state$.pipe(map(x => x?.rotation));\n /** Position observable */\n readonly position$ = this.state$.pipe(map(x => x?.position));\n /** Slice configuration observable */\n readonly slicesConfig$ = this.state$.pipe(map(x => x?.slicesConfig));\n /** View type observable */\n readonly viewType$ = this.state$.pipe(map(x => x?.viewType));\n /** View side observable */\n readonly viewSide$ = this.state$.pipe(map(x => x?.viewSide));\n /** Organ observable */\n readonly organ$ = this.state$.pipe(map(x => x?.organ));\n /** Organ IRI observable */\n readonly organIri$ = this.state$.pipe(map(x => x?.organIri));\n /** Organ IRI observable */\n readonly organDimensions$ = this.state$.pipe(map(x => x?.organDimensions));\n /** Sex observable */\n readonly sex$ = this.state$.pipe(map(x => x?.sex));\n /** Side observable */\n readonly side$ = this.state$.pipe(map(x => x?.side));\n /** Show previous observable */\n readonly showPrevious$ = this.state$.pipe(map(x => x?.showPrevious));\n /** Extraction sites observable */\n readonly extractionSites$ = this.state$.pipe(map(x => x?.extractionSites));\n /** Anatomical structures observable */\n readonly anatomicalStructures$ = this.state$.pipe(map(x => x?.anatomicalStructures));\n /** Extraction sets observable */\n readonly extractionSets$ = this.state$.pipe(map(x => x?.extractionSets));\n\n @Computed()\n get modelChanged$(): Observable {\n const ignoredKeys = ['viewType', 'viewSide', 'showPrevious'];\n const keys = Object.keys(this.initialState)\n .filter(key => !ignoredKeys.includes(key));\n\n return this.state$.pipe(\n throttleTime(0, undefined, { leading: false, trailing: true }),\n distinctUntilChanged((v1, v2) => {\n for (const key of keys) {\n if (v1[key] !== v2[key]) {\n return false;\n }\n }\n\n return true;\n }),\n map(() => undefined)\n );\n }\n\n /** Reference to the reference data state */\n private referenceData: ReferenceDataState;\n\n private page: PageState;\n\n /**\n * Creates an instance of model state.\n *\n * @param injector Injector service used to lazy load reference data state\n */\n constructor(\n private readonly ga: GoogleAnalyticsService,\n private readonly injector: Injector,\n private readonly globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.referenceData = this.injector.get(ReferenceDataState);\n this.page = this.injector.get(PageState);\n\n this.referenceData.state$.subscribe(() => this.onReferenceDataChange());\n }\n\n idMatches(ontologyId?: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n ontologyId && o.id === ontologyId ? (o.side ? o.side === organSide : true) : false\n );\n }\n\n nameMatches(organName: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n o.side ? o.organ.toLowerCase() === organName && o.side === organSide : o.organ.toLowerCase() === organName\n );\n }\n\n /**\n * Updates the block size\n *\n * @param blockSize The new block size values\n */\n @DataAction()\n setBlockSize(blockSize: XYZTriplet): void {\n this.ctx.patchState({ blockSize });\n }\n\n /**\n * Updates the rotation\n *\n * @param rotation The new rotation values\n */\n @DataAction()\n setRotation(rotation: XYZTriplet): void {\n this.ctx.patchState({ rotation });\n }\n\n /**\n * Updates the position\n *\n * @param position The new position values\n */\n @DataAction()\n setPosition(position: XYZTriplet): void {\n this.ga.event('placement', `${this.snapshot.organ?.name}_placement`, `${position.x.toFixed(1)}_${position.y.toFixed(1)}_${position.z.toFixed(1)}`);\n this.ctx.patchState({ position });\n }\n\n /**\n * Updates the slice configuration\n *\n * @param slicesConfig The new slice configuration\n */\n @DataAction()\n setSlicesConfig(slicesConfig: SlicesConfig): void {\n this.ctx.patchState({ slicesConfig });\n }\n\n /**\n * Updates the view type\n *\n * @param viewType the new view type\n */\n @DataAction()\n setViewType(viewType: ViewType): void {\n this.ctx.patchState({ viewType });\n }\n\n /**\n * Updates the view side\n *\n * @param viewSide The side to view\n */\n @DataAction()\n setViewSide(viewSide: ViewSide): void {\n this.ctx.patchState({ viewSide });\n }\n\n @Computed()\n get defaultPosition(): XYZTriplet {\n const dims = this.snapshot.organDimensions;\n const block = this.snapshot.blockSize;\n return { x: dims.x + 2 * block.x, y: dims.y / 2, z: dims.z / 2 };\n }\n\n /**\n * Updates the organ\n *\n * @param organ Name of the organ\n */\n @DataAction()\n setOrgan(organ: OrganInfo): void {\n if (organ) {\n this.ga.event('organ_select', 'organ', organ.name);\n this.ctx.patchState({ organ });\n if (organ.side) {\n this.ctx.patchState({ side: organ.side });\n } else {\n this.ctx.patchState({ side: undefined });\n }\n this.onOrganIriChange();\n }\n }\n\n /**\n * Sets position and rotation to default\n */\n @DataAction()\n setOrganDefaults(): void {\n this.ctx.patchState({\n position: this.defaultPosition,\n rotation: { x: 0, y: 0, z: 0 }\n });\n }\n\n /**\n * Updates the sex\n *\n * @param [sex] The new sex\n */\n @DataAction()\n setSex(sex?: 'male' | 'female'): void {\n this.ctx.patchState({ sex });\n this.onOrganIriChange();\n }\n\n /**\n * Updates the side\n *\n * @param [side] The new side\n */\n @DataAction()\n setSide(side?: 'left' | 'right'): void {\n this.ctx.patchState({ side });\n this.onOrganIriChange();\n }\n\n /**\n * Updates show previous\n *\n * @param showPrevious Whether to show\n */\n @DataAction()\n setShowPrevious(showPrevious: boolean): void {\n this.ctx.patchState({ showPrevious });\n }\n\n /**\n * Updates extraction sites\n *\n * @param extractionSites New array of items\n */\n @DataAction()\n setExtractionSites(extractionSites: VisibilityItem[]): void {\n this.ctx.patchState({ extractionSites });\n }\n\n /**\n * Updates anatomical structures\n *\n * @param anatomicalStructures New array of items\n */\n @DataAction()\n setAnatomicalStructures(anatomicalStructures: VisibilityItem[]): void {\n this.ctx.patchState({ anatomicalStructures });\n }\n\n /**\n * Updates extraction sets\n *\n * @param extractionSets New array of extraction sets\n */\n @DataAction()\n setExtractionSets(extractionSets: ExtractionSet[]): void {\n this.ctx.patchState({ extractionSets });\n }\n\n /**\n * Toggles registration blocks visibility and handles anatomical structures\n * opacity changes accordingly\n *\n * @param visible the visible state to pass along to setShowPrevious()\n * @param previousItems visibilityItems to set anatomical structures\n */\n toggleRegistrationBlocksVisibility(visible: boolean, previousItems: VisibilityItem[]): void {\n this.setShowPrevious(visible);\n\n if (!visible) {\n this.setAnatomicalStructures(previousItems);\n } else {\n const newStructures = previousItems.map(structure => ({\n ...structure, opacity: Math.min(20, structure.opacity ?? 20)\n }));\n this.setAnatomicalStructures(newStructures);\n }\n }\n\n private onOrganIriChange(): void {\n const organIri = this.referenceData.getReferenceOrganIri(\n this.snapshot.organ?.organ || '', this.snapshot.sex, this.snapshot.side, this.snapshot.organ\n );\n const organDimensions: XYZTriplet = { x: 100, y: 100, z: 100 };\n\n if (this.snapshot.organ?.sex) {\n this.ctx.patchState({ sex: this.snapshot.organ?.sex });\n }\n\n if (organIri) {\n const db = this.referenceData.snapshot;\n const asLookup: { [id: string]: VisibilityItem } = {};\n for (const entity of (db.anatomicalStructures[organIri] || [])) {\n const iri = entity.representation_of ?? entity['@id'];\n if (!asLookup[iri]) {\n asLookup[iri] = {\n id: entity.representation_of ?? entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 20,\n tooltip: entity.comment\n };\n }\n }\n this.ctx.patchState({ anatomicalStructures: [{ id: 'all', name: 'all anatomical structures', opacity: 20, visible: true }, ...Object.values(asLookup)] });\n\n const sets: ExtractionSet[] = (db.extractionSets[organIri] || []).map((set) => ({\n name: set.label,\n sites: [{ id: 'all', name: 'all landmarks', visible: true, opacity: 0 }].concat(sortBy(set.extractionSites.map((entity) => ({\n id: entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 0,\n tooltip: entity.comment\n })), 'name'))\n }));\n this.ctx.patchState({ extractionSets: sets });\n this.ctx.patchState({ extractionSites: sets.length > 0 ? sets[0].sites : [] });\n\n const spatialEntity = db.organSpatialEntities[organIri];\n organDimensions.x = spatialEntity.x_dimension;\n organDimensions.y = spatialEntity.y_dimension;\n organDimensions.z = spatialEntity.z_dimension;\n }\n\n this.ctx.patchState({ organIri, organDimensions });\n }\n\n private onReferenceDataChange(): void {\n this.globalConfig.getOption('organ').pipe(\n filterNulls(),\n delay(0),\n switchMap(organ => this.onOrganChange(organ))\n ).subscribe();\n\n this.modelChanged$.pipe(\n skipUntil(this.page.registrationStarted$.pipe(\n filter(started => started),\n ))\n ).subscribe(() => this.page.setHasChanges());\n }\n\n private onOrganChange(organ: string | OrganConfig): Observable {\n let organInfo: OrganInfo | undefined;\n let organSex: 'male' | 'female';\n if (typeof organ === 'string') {\n const organData = this.referenceData.getOrganData(organ);\n organSex = organData?.sex?.toLowerCase() as 'male' | 'female';\n organInfo = organData?.organ;\n } else {\n const organName = organ.name.toLowerCase();\n const organSide = organ.side;\n const ontologyId = organ.ontologyId;\n organSex = organ.sex?.toLowerCase() as 'male' | 'female';\n // check for an id match\n organInfo = this.idMatches(ontologyId, organSide);\n // if no id matches, check for a name match\n if (!organInfo) {\n organInfo = this.nameMatches(organName, organSide);\n }\n }\n\n if (organInfo) {\n this.ctx.patchState({\n organ: organInfo,\n sex: organSex,\n side: organInfo?.side?.toLowerCase() as 'left' | 'right'\n });\n return this.referenceData.state$.pipe(\n tap(() => this.onOrganIriChange())\n );\n }\n\n return EMPTY;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SlicesConfig-1.html":{"url":"interfaces/SlicesConfig-1.html","title":"interface - SlicesConfig-1","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n SlicesConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n\n\n \n Description\n \n \n Interface containing slices data of the tissue block\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n numSlices\n \n \n \n \n thickness\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n numSlices\n \n \n \n \n \n \n \n \n numSlices: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Number of slices in the block\n\n \n \n \n \n \n \n \n \n \n thickness\n \n \n \n \n \n \n \n \n thickness: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Thickness of each tissue slice\n\n \n \n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Interface containing slices data of the tissue block\n */\nexport interface SlicesConfig {\n /** Thickness of each tissue slice */\n thickness: number;\n /** Number of slices in the block */\n numSlices: number;\n}\n\n/** Default values for slices config. */\nconst DEFAULT_SLICES_CONFIG: SlicesConfig = {\n thickness: NaN,\n numSlices: NaN\n};\n\n/**\n * Component for entering data on block slices\n */\n@Component({\n selector: 'ccf-slices-input',\n templateUrl: './slices-input.component.html',\n styleUrls: ['./slices-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SlicesInputComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-slices-input';\n\n /**\n * Values of block dimensions to be emitted\n */\n @Input() slicesConfig = DEFAULT_SLICES_CONFIG;\n\n /**\n * Emitter for slice data values\n */\n @Output() readonly slicesConfigChange = new EventEmitter();\n\n /**\n * Returns whether a valid thickness value has been entered.\n */\n get hasThicknessValue(): boolean {\n return !isNaN(this.slicesConfig.thickness);\n }\n\n /**\n * Creates an instance of slices input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Limits the length of the input if needed and updates values when an input changes\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key Name of the dimension to be updated\n */\n updateSlicesData(input: InputEvent, key: string): void {\n const { value: strValue } = input.target as HTMLInputElement;\n this.slicesConfig = { ...this.slicesConfig, [key]: strValue !== '' ? +strValue : NaN };\n this.ga.event('slice_config_update', 'slice_input', key, this.slicesConfig[key]);\n this.slicesConfigChange.emit(this.slicesConfig);\n }\n\n /**\n * Refreshes all slice data values to empty values\n */\n refreshSlices(): void {\n this.slicesConfig = DEFAULT_SLICES_CONFIG;\n this.ga.event('slice_config_reset', 'slice_input');\n this.slicesConfigChange.emit(this.slicesConfig);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SlicesInputComponent.html":{"url":"components/SlicesInputComponent.html","title":"component - SlicesInputComponent","body":"\n \n\n\n\n\n\n Components\n \n SlicesInputComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n\n\n\n \n Description\n \n \n Component for entering data on block slices\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-slices-input\n \n\n\n\n \n styleUrls\n ./slices-input.component.scss\n \n\n\n\n \n templateUrl\n ./slices-input.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n refreshSlices\n \n \n updateSlicesData\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n slicesConfig\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n slicesConfigChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n hasThicknessValue\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:48\n \n \n\n \n \n Creates an instance of slices input component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n slicesConfig\n \n \n \n \n Type : SlicesConfig\n\n \n \n \n \n Default value : DEFAULT_SLICES_CONFIG\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:36\n \n \n \n \n Values of block dimensions to be emitted\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n slicesConfigChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:41\n \n \n \n \n Emitter for slice data values\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-slices-input\"\n\n \n \n \n \n Default value : 'ccf-slices-input'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:31\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n refreshSlices\n \n \n \n \n \n \nrefreshSlices()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:73\n \n \n\n\n \n \n Refreshes all slice data values to empty values\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateSlicesData\n \n \n \n \n \n \nupdateSlicesData(input: InputEvent, key: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:63\n \n \n\n\n \n \n Limits the length of the input if needed and updates values when an input changes\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n input\n \n InputEvent\n \n\n \n No\n \n\n\n \n InputEvent from the input element which contains the new value\n\n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n Name of the dimension to be updated\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-slices-input'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:31\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n hasThicknessValue\n \n \n\n \n \n gethasThicknessValue()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts:46\n \n \n \n \n Returns whether a valid thickness value has been entered.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Interface containing slices data of the tissue block\n */\nexport interface SlicesConfig {\n /** Thickness of each tissue slice */\n thickness: number;\n /** Number of slices in the block */\n numSlices: number;\n}\n\n/** Default values for slices config. */\nconst DEFAULT_SLICES_CONFIG: SlicesConfig = {\n thickness: NaN,\n numSlices: NaN\n};\n\n/**\n * Component for entering data on block slices\n */\n@Component({\n selector: 'ccf-slices-input',\n templateUrl: './slices-input.component.html',\n styleUrls: ['./slices-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class SlicesInputComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-slices-input';\n\n /**\n * Values of block dimensions to be emitted\n */\n @Input() slicesConfig = DEFAULT_SLICES_CONFIG;\n\n /**\n * Emitter for slice data values\n */\n @Output() readonly slicesConfigChange = new EventEmitter();\n\n /**\n * Returns whether a valid thickness value has been entered.\n */\n get hasThicknessValue(): boolean {\n return !isNaN(this.slicesConfig.thickness);\n }\n\n /**\n * Creates an instance of slices input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Limits the length of the input if needed and updates values when an input changes\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key Name of the dimension to be updated\n */\n updateSlicesData(input: InputEvent, key: string): void {\n const { value: strValue } = input.target as HTMLInputElement;\n this.slicesConfig = { ...this.slicesConfig, [key]: strValue !== '' ? +strValue : NaN };\n this.ga.event('slice_config_update', 'slice_input', key, this.slicesConfig[key]);\n this.slicesConfigChange.emit(this.slicesConfig);\n }\n\n /**\n * Refreshes all slice data values to empty values\n */\n refreshSlices(): void {\n this.slicesConfig = DEFAULT_SLICES_CONFIG;\n this.ga.event('slice_config_reset', 'slice_input');\n this.slicesConfigChange.emit(this.slicesConfig);\n }\n}\n\n \n\n \n \n Tissue Sections\n \n \n refresh\n \n\n\n\n \n Thickness\n \n μm\n \n\n \n # Sections\n \n \n\n\n \n\n \n \n ./slices-input.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n gap: 0.5rem;\n\n input[type=number] {\n -moz-appearance: textfield;\n }\n\n .header {\n display: flex;\n align-items: center;\n height: 1.5rem;\n padding: .5rem 0;\n\n .title {\n font-weight: 400;\n }\n\n .refresh {\n transform: scaleX(-1);\n cursor: pointer;\n transition: .6s;\n\n &:hover {\n border-radius: 2px;\n }\n }\n }\n\n .slices-inputs {\n display: flex;\n justify-content: space-between;\n width: 20rem;\n margin: 0 auto;\n\n .field {\n width: 9rem;\n\n &:not(:last-child) {\n padding-right: 0.75rem;\n }\n\n .input {\n text-align: center;\n }\n\n .suffix {\n display: none;\n }\n\n &.mat-focused .suffix, .suffix.show {\n display: initial;\n }\n\n ::ng-deep .mdc-text-field {\n padding: 0;\n\n .mat-mdc-form-field-infix {\n padding-bottom: 0;\n min-height: inherit;\n }\n\n .mat-mdc-form-field-icon-suffix {\n padding: 1.5rem 0 0 0;\n }\n }\n }\n }\n\n .filler {\n flex-grow: 1;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Tissue Sections refresh Thickness μm # Sections '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SlicesInputComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SlicesInputModule.html":{"url":"modules/SlicesInputModule.html","title":"module - SlicesInputModule","body":"\n \n\n\n\n\n Modules\n SlicesInputModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SlicesInputModule\n\n\n\ncluster_SlicesInputModule_exports\n\n\n\ncluster_SlicesInputModule_declarations\n\n\n\n\nSlicesInputComponent\n\nSlicesInputComponent\n\n\n\nSlicesInputModule\n\nSlicesInputModule\n\nSlicesInputModule -->\n\nSlicesInputComponent->SlicesInputModule\n\n\n\n\n\nSlicesInputComponent \n\nSlicesInputComponent \n\nSlicesInputComponent -->\n\nSlicesInputModule->SlicesInputComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n SlicesInputComponent\n \n \n \n \n Exports\n \n \n SlicesInputComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\nimport { NumbersOnlyModule } from 'ccf-shared';\nimport { SlicesInputComponent } from './slices-input.component';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { MatFormFieldModule } from '@angular/material/form-field';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatInputModule,\n MatIconModule,\n MatRippleModule,\n MatTooltipModule,\n NumbersOnlyModule,\n MatFormFieldModule\n ],\n declarations: [SlicesInputComponent],\n exports: [SlicesInputComponent]\n})\nexport class SlicesInputModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/StageNavComponent.html":{"url":"components/StageNavComponent.html","title":"component - StageNavComponent","body":"\n \n\n\n\n\n\n Components\n \n StageNavComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts\n\n\n\n \n Description\n \n \n Component that allows the user to change the viewing angle and rendering mode of the stage.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-stage-nav\n \n\n\n\n \n styleUrls\n ./stage-nav.component.scss\n \n\n\n\n \n templateUrl\n ./stage-nav.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n isDropdownActive\n \n \n isDropdownHidden\n \n \n \n labelRef\n \n \n \n optionsRef\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n \n handleClick\n \n \n updateSide\n \n \n updateView\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n side\n \n \n useDropdownMenu\n \n \n view3D\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n sideChange\n \n \n view3DChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n \n \n HostListeners\n \n \n \n \n \n \n document:click\n \n \n \n \n\n \n \n Accessors\n \n \n \n \n \n \n useDropdownMenu\n \n \n labelEl\n \n \n optionsEl\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:60\n \n \n\n \n \n Creates an instance of stage nav component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n side\n \n \n \n \n Type : Side\n\n \n \n \n \n Default value : 'anterior'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:29\n \n \n \n \n Input that allows changing the current side from outside the component\n\n \n \n \n \n \n \n \n \n \n useDropdownMenu\n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:23\n \n \n \n \n Whether to use a drop down menu instead of a options bar\n\n \n \n \n \n \n \n \n \n \n view3D\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:32\n \n \n \n \n Input that allows toggling of 3D view on / off from outside the component\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n sideChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:35\n \n \n \n \n Output that emits whenever the current side selection changes\n\n \n \n \n \n \n \n \n \n \n view3DChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:38\n \n \n \n \n Output that emits whenever the 3D view is toggled on / off\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-stage-nav\"\n\n \n \n \n \n Default value : 'ccf-stage-nav'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:19\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n \n HostListeners \n \n \n \n \n \n document:click\n \n \n \n \n \n \n Arguments : '$event.target' \n \n \n \n \ndocument:click(target: HTMLElement)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:76\n \n \n\n\n \n \n Listens to document click event\nCloses the popup only if user clicks outside the popup\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n target\n\n \n No\n \n\n\n \n The element on which the event was fired\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleClick\n \n \n \n \n \n \n \n handleClick(target: HTMLElement)\n \n \n\n \n \n Decorators : \n \n @HostListener('document:click', ['$event.target'])\n \n \n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:76\n \n \n\n\n \n \n Listens to document click event\nCloses the popup only if user clicks outside the popup\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n target\n \n HTMLElement\n \n\n \n No\n \n\n\n \n The element on which the event was fired\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateSide\n \n \n \n \n \n \nupdateSide(selection: Side)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:91\n \n \n\n\n \n \n Handles the updating of the side selection and calling the event emitter\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n selection\n \n Side\n \n\n \n No\n \n\n\n \n the new selected side\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateView\n \n \n \n \n \n \nupdateView(selection: boolean)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:109\n \n \n\n\n \n \n Handles updating of the boolean that keeps track of current view\nand calling the event emitter.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n selection\n \n boolean\n \n\n \n No\n \n\n\n \n 3D (true) or Register (false)\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-stage-nav'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:19\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n isDropdownActive\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:47\n \n \n\n \n \n Whether this component shows a dropdown menu or an options bar\n\n \n \n\n \n \n \n \n \n \n \n \n isDropdownHidden\n \n \n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:50\n \n \n\n \n \n Whether the dropdown menu is hidden\n\n \n \n\n \n \n \n \n \n \n \n \n \n labelRef\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('label', {static: true})\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:41\n \n \n\n \n \n Label for dropdown\n\n \n \n\n \n \n \n \n \n \n \n \n \n optionsRef\n \n \n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('options', {static: true})\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:44\n \n \n\n \n \n Options dropdown\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n useDropdownMenu\n \n \n\n\n \n \n setuseDropdownMenu(value: boolean)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:23\n \n \n \n \n Whether to use a drop down menu instead of a options bar\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n boolean\n \n \n \n No\n \n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n labelEl\n \n \n\n \n \n getlabelEl()\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:53\n \n \n \n \n Simple helper for accessing the native label element\n\n\n \n Returns : HTMLElement\n\n \n \n \n\n \n \n \n \n \n \n \n optionsEl\n \n \n\n \n \n getoptionsEl()\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts:58\n \n \n \n \n Simple helper for accessing the native options element\n\n\n \n Returns : HTMLElement\n\n \n \n \n\n \n \n\n\n\n\n \n import {\n ChangeDetectionStrategy, Component, ElementRef, EventEmitter, HostBinding, HostListener, Input, Output, ViewChild,\n} from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n\n/** Valid values for side. */\nexport type Side = 'left' | 'right' | 'anterior' | 'posterior' | '3D';\n\n/** Component that allows the user to change the viewing angle and rendering mode of the stage. */\n@Component({\n selector: 'ccf-stage-nav',\n templateUrl: './stage-nav.component.html',\n styleUrls: ['./stage-nav.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class StageNavComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-stage-nav';\n\n /** Whether to use a drop down menu instead of a options bar */\n @Input()\n set useDropdownMenu(value: boolean) {\n this.isDropdownActive = value;\n this.isDropdownHidden = true;\n }\n\n /** Input that allows changing the current side from outside the component */\n @Input() side: Side = 'anterior';\n\n /** Input that allows toggling of 3D view on / off from outside the component */\n @Input() view3D = false;\n\n /** Output that emits whenever the current side selection changes */\n @Output() readonly sideChange = new EventEmitter();\n\n /** Output that emits whenever the 3D view is toggled on / off */\n @Output() readonly view3DChange = new EventEmitter();\n\n /** Label for dropdown */\n @ViewChild('label', { static: true }) labelRef: ElementRef;\n\n /** Options dropdown */\n @ViewChild('options', { static: true }) optionsRef: ElementRef;\n\n /** Whether this component shows a dropdown menu or an options bar */\n isDropdownActive = false;\n\n /** Whether the dropdown menu is hidden */\n isDropdownHidden = true;\n\n /** Simple helper for accessing the native label element */\n private get labelEl(): HTMLElement {\n return this.labelRef.nativeElement;\n }\n\n /** Simple helper for accessing the native options element */\n private get optionsEl(): HTMLElement {\n return this.optionsRef.nativeElement;\n }\n\n /**\n * Creates an instance of stage nav component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Listens to document click event\n * Closes the popup only if user clicks outside the popup\n *\n * @param target The element on which the event was fired\n */\n @HostListener('document:click', ['$event.target'])\n handleClick(target: HTMLElement): void {\n const { isDropdownHidden, labelEl, optionsEl } = this;\n\n if (labelEl.contains(target)) {\n this.isDropdownHidden = !isDropdownHidden;\n } else if (!optionsEl.contains(target)) {\n this.isDropdownHidden = true;\n }\n }\n\n /**\n * Handles the updating of the side selection and calling the event emitter\n *\n * @param selection the new selected side\n */\n updateSide(selection: Side): void {\n this.ga.event('side_update', 'stage_nav', selection);\n\n if (selection === '3D') {\n this.updateView(true);\n } else {\n this.updateView(false);\n this.side = selection;\n this.sideChange.emit(this.side);\n }\n }\n\n /**\n * Handles updating of the boolean that keeps track of current view\n * and calling the event emitter.\n *\n * @param selection 3D (true) or Register (false)\n */\n updateView(selection: boolean): void {\n this.view3D = selection;\n this.ga.event('view_update', 'stage_nav', selection ? '3D' : 'Register');\n this.view3DChange.emit(this.view3D);\n }\n}\n\n \n\n \n \n Options\n arrow_drop_down\n\n\n\n \n Left\n Right\n Anterior\n Posterior\n \n\n \n\n\n\n \n\n \n \n ./stage-nav.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n flex-wrap: wrap;\n\n .dropdown-label {\n display: none;\n align-items: center;\n\n mat-label,\n mat-icon {\n line-height: 1.5rem;\n }\n\n &.dropdown {\n display: flex;\n cursor: pointer;\n align-items: start;\n }\n }\n\n .stage-options {\n display: flex;\n align-items: center;\n\n .input-group {\n .nav-input {\n margin-right: 1rem;\n margin-bottom: 1.5rem;\n }\n\n mat-radio-button {\n ::ng-deep .mdc-label {\n font-size: 1.25rem;\n }\n }\n }\n\n .view-slider {\n white-space: nowrap;\n display: flex;\n\n ::ng-deep .slider {\n display: flex;\n }\n\n ::ng-deep .slide-label {\n font-size: 1.25rem;\n }\n }\n\n &.dropdowncontainer {\n display: flex;\n flex-direction: column;\n border-radius: 0.25rem;\n position: absolute;\n top: 3.5rem;\n z-index: 11;\n transition: opacity 0.25s;\n\n :first-child {\n margin-top: 0.5rem;\n }\n\n :last-child {\n margin-bottom: 0.5rem;\n }\n\n .input-group {\n margin-left: .875rem;\n margin-right: 0;\n display: flex;\n flex-wrap: wrap;\n\n .nav-input {\n display: flex;\n margin: 0;\n margin-right: 0.875rem;\n height: 2.5rem;\n\n ::ng-deep .mdc-label {\n padding-left: 0;\n }\n }\n }\n\n .view-slider {\n display: flex;\n align-items: center;\n height: 3rem;\n margin: 0 0.5rem;\n }\n\n mat-divider {\n visibility: visible;\n border-top: 2px solid;\n }\n }\n\n &.hidden {\n visibility: hidden;\n opacity: 0;\n transition: visibility 0.25s, opacity 0.25s;\n\n mat-divider {\n visibility: hidden;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Options arrow_drop_down Left Right Anterior Posterior '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'StageNavComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StageNavModule.html":{"url":"modules/StageNavModule.html","title":"module - StageNavModule","body":"\n \n\n\n\n\n Modules\n StageNavModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_StageNavModule\n\n\n\ncluster_StageNavModule_declarations\n\n\n\ncluster_StageNavModule_imports\n\n\n\ncluster_StageNavModule_exports\n\n\n\n\nStageNavComponent\n\nStageNavComponent\n\n\n\nStageNavModule\n\nStageNavModule\n\nStageNavModule -->\n\nStageNavComponent->StageNavModule\n\n\n\n\n\nStageNavComponent \n\nStageNavComponent \n\nStageNavComponent -->\n\nStageNavModule->StageNavComponent \n\n\n\n\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule\n\nStageNavModule -->\n\nLabeledSlideToggleModule->StageNavModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n StageNavComponent\n \n \n \n \n Imports\n \n \n LabeledSlideToggleModule\n \n \n \n \n Exports\n \n \n StageNavComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatRadioModule } from '@angular/material/radio';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatDividerModule } from '@angular/material/divider';\nimport { MatTooltipModule } from '@angular/material/tooltip';\nimport { LabeledSlideToggleModule } from '../../../shared/components/labeled-slide-toggle/labeled-slide-toggle.module';\n\nimport { StageNavComponent } from './stage-nav.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatRadioModule,\n MatSelectModule,\n MatIconModule,\n MatDividerModule,\n LabeledSlideToggleModule,\n MatTooltipModule\n ],\n declarations: [StageNavComponent],\n exports: [StageNavComponent]\n})\nexport class StageNavModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/StoreModule.html":{"url":"modules/StoreModule.html","title":"module - StoreModule","body":"\n \n\n\n\n\n Modules\n StoreModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/core/store/store.module.ts\n \n\n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { NgxsDataPluginModule } from '@angular-ru/ngxs';\nimport { NgxsLoggerPluginModule } from '@ngxs/logger-plugin';\nimport { NgxsStoragePluginModule } from '@ngxs/storage-plugin';\nimport { NgxsModule } from '@ngxs/store';\nimport { GlobalConfigState } from 'ccf-shared';\n\nimport { environment } from '../../../environments/environment';\nimport { AnatomicalStructureTagState } from './anatomical-structure-tags/anatomical-structure-tags.state';\nimport { IconRegistryState } from './icon-registry/icon-registry.state';\nimport { ModelState } from './model/model.state';\nimport { PageState } from './page/page.state';\nimport { ReferenceDataState } from './reference-data/reference-data.state';\nimport { RegistrationState } from './registration/registration.state';\nimport { SceneState } from './scene/scene.state';\n\n\n/**\n * States shared across the entire app.\n */\nexport const ROOT_STATES = [\n GlobalConfigState,\n IconRegistryState,\n PageState,\n ModelState,\n AnatomicalStructureTagState,\n ReferenceDataState,\n RegistrationState,\n SceneState\n];\n\n@NgModule({\n imports: [\n // For some strange reason the data plugin is not happy being placed after the store module!?\n NgxsDataPluginModule.forRoot(),\n\n NgxsModule.forRoot(ROOT_STATES, {\n developmentMode: !environment.production\n // Consider setting compatibility and executionStrategy\n // https://www.ngxs.io/advanced/options\n }),\n\n // Must come before all other plugins except the ngxs data plugin!\n NgxsStoragePluginModule.forRoot({\n key: ['registration.registrations']\n }),\n\n // Logger plugin must be last!\n NgxsLoggerPluginModule.forRoot({\n disabled: environment.production\n })\n ]\n})\nexport class StoreModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Tag.html":{"url":"interfaces/Tag.html","title":"interface - Tag","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n Tag\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n\n\n \n Description\n \n \n A tag\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n label\n \n \n \n \n type\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: TagId\n\n \n \n\n\n \n \n Type : TagId\n\n \n \n\n\n\n\n\n \n \n Unique identifier\n\n \n \n \n \n \n \n \n \n \n label\n \n \n \n \n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Display label\n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n \n \n type: \"assigned\" | \"added\" | \"removed\"\n\n \n \n\n\n \n \n Type : \"assigned\" | \"added\" | \"removed\"\n\n \n \n\n\n\n\n\n \n \n How the tag was added\n\n \n \n \n \n \n \n\n\n \n export type TagId = string | number;\n\n/**\n * A tag\n */\nexport interface Tag {\n /** Unique identifier */\n id: TagId;\n /** Display label */\n label: string;\n /** How the tag was added */\n type: 'assigned' | 'added' | 'removed';\n}\n\n/**\n * Search result\n */\nexport interface TagSearchResult {\n /** Total number of possible results */\n totalCount: number;\n /** Partial results up to a limit */\n results: Tag[];\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TagListComponent.html":{"url":"components/TagListComponent.html","title":"component - TagListComponent","body":"\n \n\n\n\n\n\n Components\n \n TagListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts\n\n\n\n \n Description\n \n \n A list of removable tags\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-tag-list\n \n\n\n\n \n styleUrls\n ./tag-list.component.scss\n \n\n\n\n \n templateUrl\n ./tag-list.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n removeTag\n \n \n tagClasses\n \n \n tagId\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n tags\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n tagRemoved\n \n \n tagsChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:33\n \n \n\n \n \n Creates an instance of tag list component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n tags\n \n \n \n \n Type : Tag[]\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:23\n \n \n \n \n The tags\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n tagRemoved\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:28\n \n \n \n \n Emits when a tag is removed\n\n \n \n \n \n \n \n \n \n \n tagsChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:33\n \n \n \n \n Emits the new array of tags when a tag has been removed\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-tag-list\"\n\n \n \n \n \n Default value : 'ccf-tag-list'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n removeTag\n \n \n \n \n \n \nremoveTag(tag: Tag)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:62\n \n \n\n\n \n \n Removes a tag from the list\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n Tag to remove\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n tagClasses\n \n \n \n \n \n \ntagClasses(tag: Tag)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:53\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n tagId\n \n \n \n \n \n \ntagId(_index: number, tag: Tag)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:49\n \n \n\n\n \n \n Gets the unique identifier for a tag\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _index\n \n number\n \n\n \n No\n \n\n\n \n Unused\n\n \n \n \n tag\n \n Tag\n \n\n \n No\n \n\n\n \n A tag\n\n \n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-tag-list'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { Tag } from '../../../core/models/anatomical-structure-tag';\n\n\n/**\n * A list of removable tags\n */\n@Component({\n selector: 'ccf-tag-list',\n templateUrl: './tag-list.component.html',\n styleUrls: ['./tag-list.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class TagListComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-tag-list';\n\n /**\n * The tags\n */\n @Input() tags: Tag[];\n\n /**\n * Emits when a tag is removed\n */\n @Output() readonly tagRemoved = new EventEmitter();\n\n /**\n * Emits the new array of tags when a tag has been removed\n */\n @Output() readonly tagsChange = new EventEmitter();\n\n /**\n * Creates an instance of tag list component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Gets the unique identifier for a tag\n *\n * @param _index Unused\n * @param tag A tag\n * @returns An identifier\n */\n tagId(_index: number, tag: Tag): unknown {\n return tag.id;\n }\n\n tagClasses(tag: Tag): string[] {\n return tag.type === 'added' ? ['added'] : ['assigned'];\n }\n\n /**\n * Removes a tag from the list\n *\n * @param tag Tag to remove\n */\n removeTag(tag: Tag): void {\n this.tags = this.tags.filter(obj => obj !== tag);\n this.ga.event('tag_removed', 'tag_list', tag.label);\n this.tagRemoved.emit(tag);\n this.tagsChange.emit(this.tags);\n }\n}\n\n \n\n \n \n \n {{ tag.label }}\n cancel\n \n\n\n \n\n \n \n ./tag-list.component.scss\n \n :host {\n display: block;\n overflow-x: hidden;\n overflow-y: auto;\n\n ::ng-deep .mdc-evolution-chip-set__chips {\n margin: 0 !important;\n\n .mdc-evolution-chip__text-label {\n font-size: 14px;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ tag.label }} cancel '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'TagListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TagListModule.html":{"url":"modules/TagListModule.html","title":"module - TagListModule","body":"\n \n\n\n\n\n Modules\n TagListModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TagListModule\n\n\n\ncluster_TagListModule_exports\n\n\n\ncluster_TagListModule_declarations\n\n\n\n\nTagListComponent\n\nTagListComponent\n\n\n\nTagListModule\n\nTagListModule\n\nTagListModule -->\n\nTagListComponent->TagListModule\n\n\n\n\n\nTagListComponent \n\nTagListComponent \n\nTagListComponent -->\n\nTagListModule->TagListComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/tag-list/tag-list.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TagListComponent\n \n \n \n \n Exports\n \n \n TagListComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatChipsModule } from '@angular/material/chips';\nimport { MatIconModule } from '@angular/material/icon';\n\nimport { TagListComponent } from './tag-list.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n MatChipsModule,\n MatIconModule\n ],\n declarations: [TagListComponent],\n exports: [TagListComponent],\n})\nexport class TagListModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TagSearchModule.html":{"url":"modules/TagSearchModule.html","title":"module - TagSearchModule","body":"\n \n\n\n\n\n Modules\n TagSearchModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TagSearchModule\n\n\n\ncluster_TagSearchModule_declarations\n\n\n\ncluster_TagSearchModule_exports\n\n\n\n\nTagSearchComponent\n\nTagSearchComponent\n\n\n\nTagSearchModule\n\nTagSearchModule\n\nTagSearchModule -->\n\nTagSearchComponent->TagSearchModule\n\n\n\n\n\nTagSearchComponent \n\nTagSearchComponent \n\nTagSearchComponent -->\n\nTagSearchModule->TagSearchComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TagSearchComponent\n \n \n \n \n Exports\n \n \n TagSearchComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\n\nimport { TagSearchComponent } from './tag-search.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n\n MatButtonModule,\n MatCheckboxModule,\n MatFormFieldModule,\n MatIconModule,\n MatInputModule,\n ],\n declarations: [TagSearchComponent],\n exports: [TagSearchComponent]\n})\nexport class TagSearchModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TagSearchResult.html":{"url":"interfaces/TagSearchResult.html","title":"interface - TagSearchResult","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TagSearchResult\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n\n\n \n Description\n \n \n Search result\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n results\n \n \n \n \n totalCount\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n results\n \n \n \n \n \n \n \n \n results: Tag[]\n\n \n \n\n\n \n \n Type : Tag[]\n\n \n \n\n\n\n\n\n \n \n Partial results up to a limit\n\n \n \n \n \n \n \n \n \n \n totalCount\n \n \n \n \n \n \n \n \n totalCount: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Total number of possible results\n\n \n \n \n \n \n \n\n\n \n export type TagId = string | number;\n\n/**\n * A tag\n */\nexport interface Tag {\n /** Unique identifier */\n id: TagId;\n /** Display label */\n label: string;\n /** How the tag was added */\n type: 'assigned' | 'added' | 'removed';\n}\n\n/**\n * Search result\n */\nexport interface TagSearchResult {\n /** Total number of possible results */\n totalCount: number;\n /** Partial results up to a limit */\n results: Tag[];\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/ThemingModule.html":{"url":"modules/ThemingModule.html","title":"module - ThemingModule","body":"\n \n\n\n\n\n Modules\n ThemingModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_ThemingModule\n\n\n\ncluster_ThemingModule_providers\n\n\n\n\nThemingService\n\nThemingService\n\n\n\nThemingModule\n\nThemingModule\n\nThemingModule -->\n\nThemingService->ThemingModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/core/services/theming/theming.module.ts\n \n\n\n\n\n\n \n \n \n Providers\n \n \n ThemingService\n \n \n \n \n \n\n\n \n\n\n \n import { APP_BOOTSTRAP_LISTENER, NgModule } from '@angular/core';\n\nimport { ThemingService } from './theming.service';\n\n\n@NgModule({\n providers: [\n { provide: APP_BOOTSTRAP_LISTENER, useValue: ThemingService.initialize, multi: true },\n ThemingService\n ]\n})\nexport class ThemingModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ThemingService.html":{"url":"injectables/ThemingService.html","title":"injectable - ThemingService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ThemingService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/services/theming/theming.service.ts\n \n\n\n \n Description\n \n \n Manages the currently active theme.\n\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n defaultTheme\n \n \n Private\n element\n \n \n Private\n injector\n \n \n Private\n theme\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Private\n applyThemeClass\n \n \n getTheme\n \n \n Static\n initialize\n \n \n initialize\n \n \n resetTheme\n \n \n setTheme\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(defaultTheme: string | null)\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:25\n \n \n\n \n \n Creates the theming service.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n defaultTheme\n \n \n string | null\n \n \n \n No\n \n \n \n An optional default theme.\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Private\n applyThemeClass\n \n \n \n \n \n \n \n applyThemeClass(cls: string, method: \"add\" | \"remove\")\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:83\n \n \n\n\n \n \n Adds or removes a theme class from the necessary components.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n cls\n \n string\n \n\n \n No\n \n\n \n \n\n \n The theme class.\n\n \n \n \n method\n \n \"add\" | \"remove\"\n \n\n \n No\n \n\n \n 'add'\n \n\n \n Whether to add or remove the theme.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTheme\n \n \n \n \n \n \ngetTheme()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:39\n \n \n\n\n \n \n Get the currently active theme.\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Static\n initialize\n \n \n \n \n \n \n \n initialize(component: ComponentRef<>)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:21\n \n \n\n\n \n \n Initializer called during bootstrap to set up theming.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n component\n \n ComponentRef<>\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n initialize\n \n \n \n \n \n \ninitialize(element: ElementRef<>, injector: Injector)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:71\n \n \n\n\n \n \n Binds theming service to a component.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n element\n \n ElementRef<>\n \n\n \n No\n \n\n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetTheme\n \n \n \n \n \n \nresetTheme()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:60\n \n \n\n\n \n \n Resets the theme to the default.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setTheme\n \n \n \n \n \n \nsetTheme(theme: string)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:48\n \n \n\n\n \n \n Sets the currently active theme.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n theme\n \n string\n \n\n \n No\n \n\n\n \n The new theme class.\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Private\n defaultTheme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:16\n \n \n\n \n \n Default theme class.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n element\n \n \n \n \n \n \n Type : ElementRef<>\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n injector\n \n \n \n \n \n \n Type : Injector\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n Private\n theme\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/core/services/theming/theming.service.ts:18\n \n \n\n \n \n Currently active theme class.\n\n \n \n\n \n \n\n\n \n\n\n \n import { OverlayContainer } from '@angular/cdk/overlay';\nimport { ComponentRef, ElementRef, Inject, Injector, Injectable, InjectionToken, Optional, Renderer2 } from '@angular/core';\n\n/** Token for specifying the default theme class. */\nexport const DEFAULT_THEME = new InjectionToken('Default theme class');\n\n/**\n * Manages the currently active theme.\n */\n@Injectable()\nexport class ThemingService {\n private element: ElementRef;\n private injector: Injector;\n /** Default theme class. */\n private defaultTheme: string;\n /** Currently active theme class. */\n private theme: string;\n\n /** Initializer called during bootstrap to set up theming. */\n static initialize(component: ComponentRef): void {\n const { injector, location } = component;\n const service = injector.get(ThemingService);\n service.initialize(location, injector);\n }\n\n /**\n * Creates the theming service.\n *\n * @param defaultTheme An optional default theme.\n */\n constructor(@Optional() @Inject(DEFAULT_THEME) defaultTheme: string | null) {\n this.defaultTheme = this.theme = defaultTheme ?? '';\n }\n\n /**\n * Get the currently active theme.\n */\n getTheme(): string {\n return this.theme;\n }\n\n /**\n * Sets the currently active theme.\n *\n * @param theme The new theme class.\n */\n setTheme(theme: string): void {\n if (theme === this.theme) {\n return;\n }\n this.applyThemeClass(this.theme, 'remove');\n this.applyThemeClass(theme);\n this.theme = theme;\n }\n\n /**\n * Resets the theme to the default.\n */\n resetTheme(): void {\n this.setTheme(this.defaultTheme);\n }\n\n\n /**\n * Binds theming service to a component.\n *\n * @param component The top level component.\n * @throws {Error} If the theming service has already been initialized.\n */\n initialize(element: ElementRef, injector: Injector): void {\n this.element = element;\n this.injector = injector;\n this.applyThemeClass(this.getTheme());\n }\n\n /**\n * Adds or removes a theme class from the necessary components.\n *\n * @param cls The theme class.\n * @param method Whether to add or remove the theme.\n */\n private applyThemeClass(cls: string, method: 'add' | 'remove' = 'add'): void {\n const { element, injector } = this;\n if (!cls || !element || !injector) {\n return;\n }\n\n const renderer = injector.get(Renderer2, null);\n if (!renderer) {\n return;\n }\n\n const root = element.nativeElement as HTMLElement;\n const overlay = injector.get(OverlayContainer, null)?.getContainerElement();\n const methodName = method === 'add' ? 'addClass' : 'removeClass';\n\n renderer[methodName](root, cls);\n if (overlay) {\n renderer[methodName](overlay, cls);\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ToggleButtonComponent.html":{"url":"components/ToggleButtonComponent.html","title":"component - ToggleButtonComponent","body":"\n \n\n\n\n\n\n Components\n \n ToggleButtonComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts\n\n\n\n \n Description\n \n \n Implements open/close button for the side drawers.\n\n \n\n\n \n Implements\n \n \n AfterViewInit\n OnDestroy\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-drawer-toggle-button\n \n\n\n\n \n styleUrls\n ./toggle-button.component.scss\n \n\n\n\n \n templateUrl\n ./toggle-button.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n className\n \n \n Private\n opened\n \n \n Private\n position\n \n \n Private\n subscriptions\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleMessage\n \n \n ngAfterViewInit\n \n \n ngOnDestroy\n \n \n toggle\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n class.ccf-drawer-toggle-button-end\n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n classEnd\n \n \n icon\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(drawer: DrawerComponent, messageService: MessageService, cdr: ChangeDetectorRef)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:42\n \n \n\n \n \n Creates an instance of toggle button component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n drawer\n \n \n DrawerComponent\n \n \n \n No\n \n \n \n The owning side drawer.\n\n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n Service used to send and receive event messages.\n\n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n The change detector reference.\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-drawer-toggle-button\"\n\n \n \n \n \n Default value : 'ccf-drawer-toggle-button'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:19\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n class.ccf-drawer-toggle-button-end\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:22\n \n \n\n \n \n Whether this button is attach to a drawer in position 'end'.\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleMessage\n \n \n \n \n \n \nhandleMessage(msg: Message)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:85\n \n \n\n\n \n \n Process an event message.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n msg\n \n Message\n \n\n \n No\n \n\n\n \n The event.\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if change detection needs to be run.\n\n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:65\n \n \n\n\n \n \n Initializes this component.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:75\n \n \n\n\n \n \n Cleans up all subscriptions.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n toggle\n \n \n \n \n \n \ntoggle()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:97\n \n \n\n\n \n \n Updates the drawer state.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n className\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-drawer-toggle-button'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:19\n \n \n\n \n \n HTML class\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n opened\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:40\n \n \n\n \n \n Whether the owning drawer is opened.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n position\n \n \n \n \n \n \n Type : \"start\" | \"end\"\n\n \n \n \n \n Default value : 'start'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:38\n \n \n\n \n \n Position of the owning side drawer.\n\n \n \n\n \n \n \n \n \n \n \n \n Private\n subscriptions\n \n \n \n \n \n \n Default value : new Subscription()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:42\n \n \n\n \n \n Subscriptions managed by this component.\n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n classEnd\n \n \n\n \n \n getclassEnd()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:22\n \n \n \n \n Whether this button is attach to a drawer in position 'end'.\n\n\n \n Returns : boolean\n\n \n \n \n\n \n \n \n \n \n \n \n icon\n \n \n\n \n \n geticon()\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts:27\n \n \n \n \n Gets the name of the icon to display.\n\n\n \n Returns : string\n\n \n \n \n\n \n \n\n\n\n\n \n import { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding, OnDestroy } from '@angular/core';\nimport { Subscription } from 'rxjs';\n\nimport { DrawerComponent } from '../drawer/drawer.component';\nimport { Message, MessageService } from '../messages';\n\n\n/**\n * Implements open/close button for the side drawers.\n */\n@Component({\n selector: 'ccf-drawer-toggle-button',\n templateUrl: './toggle-button.component.html',\n styleUrls: ['./toggle-button.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class ToggleButtonComponent implements AfterViewInit, OnDestroy {\n /** HTML class */\n @HostBinding('class') readonly className = 'ccf-drawer-toggle-button';\n /** Whether this button is attach to a drawer in position 'end'. */\n @HostBinding('class.ccf-drawer-toggle-button-end')\n get classEnd(): boolean {\n return this.position === 'end';\n }\n\n /** Gets the name of the icon to display. */\n get icon(): string {\n let expand = 'arrow_right';\n let collapse = 'arrow_left';\n if (this.position === 'end') {\n ([expand, collapse] = [collapse, expand]);\n }\n\n return this.opened ? collapse : expand;\n }\n\n /** Position of the owning side drawer. */\n private position: 'start' | 'end' = 'start';\n /** Whether the owning drawer is opened. */\n private opened = false;\n /** Subscriptions managed by this component. */\n private subscriptions = new Subscription();\n\n /**\n * Creates an instance of toggle button component.\n *\n * @param drawer The owning side drawer.\n * @param messageService Service used to send and receive event messages.\n * @param cdr The change detector reference.\n */\n constructor(private drawer: DrawerComponent,\n messageService: MessageService,\n private cdr: ChangeDetectorRef) {\n const channel = messageService.connect(this);\n this.subscriptions.add(channel.getMessagesFromSource(drawer).subscribe(msg => {\n if (this.handleMessage(msg)) {\n cdr.markForCheck();\n }\n }));\n }\n\n /**\n * Initializes this component.\n */\n ngAfterViewInit(): void {\n setTimeout(() => {\n this.position = this.drawer.position;\n this.cdr.markForCheck();\n });\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n\n /**\n * Process an event message.\n *\n * @param msg The event.\n * @returns true if change detection needs to be run.\n */\n handleMessage(msg: Message): boolean {\n if (msg.payload.type === 'drawer-toggled') {\n this.opened = msg.payload.opened;\n return true;\n }\n\n return false;\n }\n\n /**\n * Updates the drawer state.\n */\n toggle(): void {\n const drawer = this.drawer;\n const { opened, expanded } = drawer;\n if (opened) {\n if (expanded) {\n drawer.closeExpanded();\n } else {\n drawer.close();\n }\n } else {\n drawer.open();\n }\n }\n}\n\n \n\n \n \n arrow_right\n\n\n arrow_left\n\n \n\n \n \n ./toggle-button.component.scss\n \n :host {\n position: absolute;\n top: calc(50% - 2.0625rem);\n right: -1.0625rem;\n width: 1.0625rem;\n height: 3rem;\n border-radius: 0rem 0.25rem 0.25rem 0rem;\n cursor: pointer;\n transition: .25s;\n\n &.ccf-drawer-toggle-button-end {\n right: unset;\n left: calc(-1rem - 1px);\n border-radius: 0.25rem 0rem 0rem 0.25rem;\n }\n\n .expand-collapse-icon {\n position: absolute;\n right: 0rem;\n transition: .6s;\n padding-left: .15rem;\n\n &.hidden {\n opacity: 0;\n }\n }\n\n &.ccf-drawer-toggle-button-end .expand-collapse-icon {\n right: unset;\n left: -0.25rem;\n }\n}\n\n.mat-icon {\n right: 0.3rem;\n top: .675rem;\n padding-top: .05rem;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' arrow_right arrow_left'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'ToggleButtonComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/User.html":{"url":"interfaces/User.html","title":"interface - User","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n User\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/app.component.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n firstName\n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostListener,\n Injector,\n OnDestroy,\n OnInit,\n} from '@angular/core';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { GlobalConfigState, TrackingPopupComponent } from 'ccf-shared';\nimport { ConsentService } from 'ccf-shared/analytics';\nimport { combineLatest, ReplaySubject, Subscription } from 'rxjs';\n\nimport { GlobalConfig } from './core/services/config/config';\nimport { ThemingService } from './core/services/theming/theming.service';\nimport { ModelState } from './core/store/model/model.state';\nimport { PageState } from './core/store/page/page.state';\n\nexport interface User {\n firstName: string;\n lastName: string;\n}\n\ninterface AppOptions extends GlobalConfig {\n theme?: string;\n header?: boolean;\n homeUrl?: string;\n logoTooltip?: string;\n}\n\n/**\n * App component\n */\n@Component({\n selector: 'ccf-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AppComponent implements OnDestroy, OnInit {\n /** False until the initial registration modal is closed */\n registrationStarted = false;\n\n /** Disables changes in block position */\n disablePositionChange = false;\n\n registrationExpanded = false;\n\n get isLightTheme(): boolean {\n return this.theming.getTheme().endsWith('light');\n }\n\n readonly theme$ = this.globalConfig.getOption('theme');\n readonly themeMode$ = new ReplaySubject(1);\n\n readonly header$ = this.globalConfig.getOption('header');\n readonly homeUrl$ = this.globalConfig.getOption('homeUrl');\n readonly logoTooltip$ = this.globalConfig.getOption('logoTooltip');\n\n theme: string;\n\n homeUrl: string;\n\n logoTooltip: string;\n\n /** All subscriptions managed by the container. */\n private readonly subscriptions = new Subscription();\n\n constructor(\n readonly model: ModelState, readonly page: PageState,\n readonly consentService: ConsentService, readonly snackbar: MatSnackBar, readonly theming: ThemingService,\n el: ElementRef, injector: Injector, private readonly globalConfig: GlobalConfigState, cdr: ChangeDetectorRef\n ) {\n theming.initialize(el, injector);\n this.subscriptions.add(\n page.registrationStarted$.subscribe((registrationStarted) => {\n this.registrationStarted = registrationStarted;\n })\n );\n this.theme$.subscribe((theme: string) => {\n this.theme = theme;\n });\n this.globalConfig.getOption('homeUrl').subscribe((url: string) => {\n this.homeUrl = url;\n });\n this.globalConfig.getOption('logoTooltip').subscribe((tooltip: string) => {\n this.logoTooltip = tooltip;\n });\n\n combineLatest([this.theme$, this.themeMode$]).subscribe(\n ([theme, mode]) => {\n this.theming.setTheme(`${theme}-theme-${mode}`);\n cdr.markForCheck();\n }\n );\n }\n\n ngOnInit(): void {\n const snackBar = this.snackbar.openFromComponent(TrackingPopupComponent, {\n data: {\n preClose: () => {\n snackBar.dismiss();\n }\n },\n duration: this.consentService.consent === 'not-set' ? Infinity : 3000\n });\n\n this.themeMode$.next('light');\n\n this.theming.setTheme(`${this.theme}-theme-light`);\n }\n\n /**\n * Toggles scheme between light and dark mode\n */\n toggleScheme(): void {\n this.themeMode$.next(this.isLightTheme ? 'dark' : 'light');\n }\n\n registrationToggle(event: boolean): void {\n this.registrationExpanded = event;\n if (!this.registrationExpanded) {\n this.disablePositionChange = false;\n }\n }\n\n /**\n * Shifts block position when certain keys are pressed\n *\n * @param target The keyboard event\n */\n @HostListener('document:keydown', ['$event'])\n handleKey(target: KeyboardEvent): void {\n const oldPosition = this.model.snapshot.position;\n if (this.disablePositionChange || !this.registrationStarted) {\n return;\n }\n target.preventDefault();\n const delta = target.repeat ? 1.0 : 0.5;\n let newPosition = oldPosition;\n switch (target.key) {\n case 'q':\n newPosition = { ...oldPosition, z: oldPosition.z + delta };\n break;\n case 'e':\n newPosition = { ...oldPosition, z: oldPosition.z - delta };\n break;\n case 'w':\n newPosition = { ...oldPosition, y: oldPosition.y + delta };\n break;\n case 's':\n newPosition = { ...oldPosition, y: oldPosition.y - delta };\n break;\n case 'a':\n newPosition = { ...oldPosition, x: oldPosition.x - delta };\n break;\n case 'd':\n newPosition = { ...oldPosition, x: oldPosition.x + delta };\n break;\n default:\n break;\n }\n this.model.setPosition(newPosition);\n }\n\n /**\n * Disables block position change if an input element is clicked\n *\n * @param target The element clicked\n */\n @HostListener('document:mousedown', ['$event.target'])\n handleClick(target: HTMLElement): void {\n const disableWhenClicked = ['mat-mdc-input-element', 'form-input-label'];\n for (const className of disableWhenClicked) {\n if (target.className.includes(className)) {\n this.disablePositionChange = true;\n return;\n }\n }\n this.disablePositionChange = false;\n }\n\n /**\n * Cleans up all subscriptions.\n */\n ngOnDestroy(): void {\n this.subscriptions.unsubscribe();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/UserName.html":{"url":"interfaces/UserName.html","title":"interface - UserName","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n UserName\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts\n \n\n\n \n Description\n \n \n User name data\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n firstName\n \n \n \n \n lastName\n \n \n \n \n middleName\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User's first name\n\n \n \n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User's last name\n\n \n \n \n \n \n \n \n \n \n middleName\n \n \n \n \n \n \n \n \n middleName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User's middle name\n\n \n \n \n \n \n \n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { UntypedFormControl, Validators } from '@angular/forms';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * User name data\n */\nexport interface UserName {\n /**\n * User's first name\n */\n firstName: string;\n\n /**\n * User's middle name\n */\n middleName: string;\n\n /**\n * User's last name\n */\n lastName: string;\n}\n\n/**\n * Component for inputting the researcher's name\n */\n@Component({\n selector: 'ccf-name-input',\n templateUrl: './name-input.component.html',\n styleUrls: ['./name-input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class NameInputComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-name-input';\n\n /**\n * Used to validate the first name input field.\n */\n firstNameValidator = new UntypedFormControl('', [Validators.required]);\n\n /**\n * Used to validate the last name input field.\n */\n lastNameValidator = new UntypedFormControl('', [Validators.required]);\n\n /**\n * Used to validate the middle name input field.\n */\n middleNameValidator = new UntypedFormControl('', [Validators.required]);\n\n\n /**\n * Current user name\n */\n @Input()\n get name(): UserName {\n return this._name;\n }\n\n set name(value: UserName) {\n this._name = value;\n this.firstNameValidator.setValue(value?.firstName || '');\n this.lastNameValidator.setValue(value?.lastName || '');\n this.middleNameValidator.setValue(value?.middleName || '');\n }\n\n private _name: UserName = {\n firstName: '',\n middleName: '',\n lastName: ''\n };\n\n /**\n * Emits a UserName object\n */\n @Output() readonly nameChange = new EventEmitter();\n\n /**\n * Creates an instance of name input component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Updates username with a new entry and emits the UserName object\n *\n * @param input InputEvent from the input element which contains the new value\n * @param key firstName or lastName\n */\n updateName(input: InputEvent, key: string): void {\n const inputTarget = input.target as HTMLInputElement;\n this.name = { ...this.name, [key]: inputTarget.value };\n this.ga.event('name_updated', 'name_input', key);\n this.nameChange.emit(this.name);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VideoModalComponent.html":{"url":"components/VideoModalComponent.html","title":"component - VideoModalComponent","body":"\n \n\n\n\n\n\n Components\n \n VideoModalComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts\n\n\n\n \n Description\n \n \n Component for displaying a youtube video inside of an angular material modal.\n\n \n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-video-modal\n \n\n\n\n \n styleUrls\n ./video-modal.component.scss\n \n\n\n\n \n templateUrl\n ./video-modal.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n Public\n data\n \n \n Public\n dialogRef\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n close\n \n \n loadYoutubePlayerAPI\n \n \n ngOnInit\n \n \n \n \n\n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(renderer2: Renderer2, dialogRef: MatDialogRef, data, document: Document)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:16\n \n \n\n \n \n Creates an instance of video modal component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n renderer2\n \n \n Renderer2\n \n \n \n No\n \n \n \n \n dialogRef\n \n \n MatDialogRef\n \n \n \n No\n \n \n \n \n data\n \n \n \n \n \n No\n \n \n \n \n document\n \n \n Document\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-video-modal\"\n\n \n \n \n \n Default value : 'ccf-video-modal'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:16\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n close\n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:47\n \n \n\n\n \n \n Closes the video modal component\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n loadYoutubePlayerAPI\n \n \n \n \n \n \nloadYoutubePlayerAPI()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:38\n \n \n\n\n \n \n loads the IFrame Player API code asynchronously from YouTube.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:31\n \n \n\n\n \n \n load the youtube player api in on init\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-video-modal'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:16\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n \n \n \n \n \n \n \n Public\n data\n \n \n \n \n \n \n Decorators : \n \n \n @Inject(MAT_DIALOG_DATA)\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n dialogRef\n \n \n \n \n \n \n Type : MatDialogRef\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts:23\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, OnInit, HostBinding, Inject, Renderer2, ChangeDetectionStrategy } from '@angular/core';\nimport { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';\nimport { DOCUMENT } from '@angular/common';\n\n/**\n * Component for displaying a youtube video inside of an angular material modal.\n */\n@Component({\n selector: 'ccf-video-modal',\n templateUrl: './video-modal.component.html',\n styleUrls: ['./video-modal.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class VideoModalComponent implements OnInit {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-video-modal';\n\n /**\n * Creates an instance of video modal component.\n */\n constructor(\n private renderer2: Renderer2,\n public dialogRef: MatDialogRef,\n @Inject(MAT_DIALOG_DATA) public data: unknown,\n @Inject(DOCUMENT) private document: Document\n ) { }\n\n /**\n * load the youtube player api in on init\n */\n ngOnInit(): void {\n this.loadYoutubePlayerAPI();\n }\n\n /**\n * loads the IFrame Player API code asynchronously from YouTube.\n */\n loadYoutubePlayerAPI(): void {\n const script = this.renderer2.createElement('script') as HTMLScriptElement;\n script.src = 'https://www.youtube.com/iframe_api';\n this.renderer2.appendChild(this.document.body, script);\n }\n\n /**\n * Closes the video modal component\n */\n close(): void {\n this.dialogRef.close();\n }\n}\n\n \n\n \n \n \n clear\n \n \n \n \n \n \n\n\n \n\n \n \n ./video-modal.component.scss\n \n ::ng-deep {\n .mat-dialog-container {\n padding: 0;\n }\n\n .mat-dialog-content {\n display: block;\n margin: auto;\n padding: 0;\n max-height: 65vh;\n overflow: auto;\n width: fit-content;\n }\n}\n\n:host {\n .video-modal.wrapper {\n width: fit-content;\n\n .container {\n position: relative;\n\n .content {\n padding: 0.5rem;\n padding-top: 3rem;\n width: fit-content;\n border-radius: .5rem;\n }\n\n .close-icon {\n cursor: pointer;\n position: absolute;\n right: 0rem;\n font-size: 2.5rem;\n width: 2.5rem;\n height: 2.5rem;\n transition: .5s color;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' clear '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'VideoModalComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VideoModalLauncherComponent.html":{"url":"components/VideoModalLauncherComponent.html","title":"component - VideoModalLauncherComponent","body":"\n \n\n\n\n\n\n Components\n \n VideoModalLauncherComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts\n\n\n\n \n Description\n \n \n Component for launching an angular material modal.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-video-modal-launcher\n \n\n\n\n \n styleUrls\n ./video-modal-launcher.component.scss\n \n\n\n\n \n templateUrl\n ./video-modal-launcher.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n launchVideoModal\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n visible\n \n \n \n \n\n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog)\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:22\n \n \n\n \n \n Creates an instance of video modal launcher component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n visible\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:22\n \n \n \n \n Input used to toggle the launcher on and off.\n\n \n \n \n \n\n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-video-modal-launcher\"\n\n \n \n \n \n Default value : 'ccf-video-modal-launcher'\n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:17\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n launchVideoModal\n \n \n \n \n \n \nlaunchVideoModal()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:32\n \n \n\n\n \n \n Launches the video modal component.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-video-modal-launcher'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts:17\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\nimport { MatDialog } from '@angular/material/dialog';\n\nimport { VideoModalComponent } from '../video-modal/video-modal.component';\n\n/**\n * Component for launching an angular material modal.\n */\n@Component({\n selector: 'ccf-video-modal-launcher',\n templateUrl: './video-modal-launcher.component.html',\n styleUrls: ['./video-modal-launcher.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class VideoModalLauncherComponent {\n /** HTML class name */\n @HostBinding('class') readonly clsName = 'ccf-video-modal-launcher';\n\n /**\n * Input used to toggle the launcher on and off.\n */\n @Input() visible = true;\n\n /**\n * Creates an instance of video modal launcher component.\n */\n constructor(private readonly dialog: MatDialog) { }\n\n /**\n * Launches the video modal component.\n */\n launchVideoModal(): void {\n this.dialog.open(VideoModalComponent, {\n width: '46rem',\n data: {}\n });\n }\n}\n\n \n\n \n \n WATCH\n \"How to use the HuBMAP Registration User Interface\"\n\n\n play_circle_outline\n\n \n\n \n \n ./video-modal-launcher.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n align-items: center;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n z-index: 1;\n\n .video-description {\n margin-bottom: 1.5rem;\n text-align: center;\n width: 30rem;\n\n .title {\n margin-bottom: 1rem;\n }\n }\n\n .play-icon-button {\n cursor: pointer;\n font-size: 5rem;\n width: 5rem;\n }\n}\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' WATCH \"How to use the HuBMAP Registration User Interface\" play_circle_outline'\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'VideoModalLauncherComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/VideoModalLauncherModule.html":{"url":"modules/VideoModalLauncherModule.html","title":"module - VideoModalLauncherModule","body":"\n \n\n\n\n\n Modules\n VideoModalLauncherModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_VideoModalLauncherModule\n\n\n\ncluster_VideoModalLauncherModule_declarations\n\n\n\ncluster_VideoModalLauncherModule_exports\n\n\n\n\nVideoModalLauncherComponent\n\nVideoModalLauncherComponent\n\n\n\nVideoModalLauncherModule\n\nVideoModalLauncherModule\n\nVideoModalLauncherModule -->\n\nVideoModalLauncherComponent->VideoModalLauncherModule\n\n\n\n\n\nVideoModalLauncherComponent \n\nVideoModalLauncherComponent \n\nVideoModalLauncherComponent -->\n\nVideoModalLauncherModule->VideoModalLauncherComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n VideoModalLauncherComponent\n \n \n \n \n Exports\n \n \n VideoModalLauncherComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { VideoModalLauncherComponent } from './video-modal-launcher.component';\nimport { MatIconModule } from '@angular/material/icon';\n\n@NgModule({\n declarations: [ VideoModalLauncherComponent ],\n imports: [\n CommonModule,\n MatIconModule\n ],\n exports: [ VideoModalLauncherComponent ]\n})\nexport class VideoModalLauncherModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/VideoModalModule.html":{"url":"modules/VideoModalModule.html","title":"module - VideoModalModule","body":"\n \n\n\n\n\n Modules\n VideoModalModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_VideoModalModule\n\n\n\ncluster_VideoModalModule_declarations\n\n\n\ncluster_VideoModalModule_exports\n\n\n\n\nVideoModalComponent\n\nVideoModalComponent\n\n\n\nVideoModalModule\n\nVideoModalModule\n\nVideoModalModule -->\n\nVideoModalComponent->VideoModalModule\n\n\n\n\n\nVideoModalComponent \n\nVideoModalComponent \n\nVideoModalComponent -->\n\nVideoModalModule->VideoModalComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n VideoModalComponent\n \n \n \n \n Exports\n \n \n VideoModalComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { VideoModalComponent } from './video-modal.component';\nimport { YouTubePlayerModule } from '@angular/youtube-player';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { MatIconModule } from '@angular/material/icon';\n\n@NgModule({\n declarations: [ VideoModalComponent ],\n imports: [\n CommonModule,\n YouTubePlayerModule,\n MatIconModule,\n MatDialogModule\n ],\n exports: [ VideoModalComponent ]\n})\nexport class VideoModalModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/VisibilityItem.html":{"url":"interfaces/VisibilityItem.html","title":"interface - VisibilityItem","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n VisibilityItem\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/models/visibility-item.ts\n \n\n\n \n Description\n \n \n Interface for visibility item data\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n id\n \n \n \n \n name\n \n \n \n Optional\n \n opacity\n \n \n \n Optional\n \n tooltip\n \n \n \n \n visible\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n \n \n \n \n id: string | number\n\n \n \n\n\n \n \n Type : string | number\n\n \n \n\n\n\n\n\n \n \n Id of the item\n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the item\n\n \n \n \n \n \n \n \n \n \n opacity\n \n \n \n \n \n \n \n \n opacity: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Opacity value\n\n \n \n \n \n \n \n \n \n \n tooltip\n \n \n \n \n \n \n \n \n tooltip: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Tooltip text to be displayed in the stage\n\n \n \n \n \n \n \n \n \n \n visible\n \n \n \n \n \n \n \n \n visible: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Whether the item is currently highlighted\n\n \n \n \n \n \n \n\n\n \n export interface VisibilityItem {\n /**\n * Id of the item\n */\n id: string | number;\n\n /**\n * Name of the item\n */\n name: string;\n\n /**\n * Whether the item is currently highlighted\n */\n visible: boolean;\n\n /**\n * Opacity value\n */\n opacity?: number;\n\n /**\n * Tooltip text to be displayed in the stage\n */\n tooltip?: string;\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VisibilityMenuComponent.html":{"url":"components/VisibilityMenuComponent.html","title":"component - VisibilityMenuComponent","body":"\n \n\n\n\n\n\n Components\n \n VisibilityMenuComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts\n\n\n\n \n Description\n \n \n Menu for displaying visibility options\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-visibility-menu\n \n\n\n\n \n styleUrls\n ./visibility-menu.component.scss\n \n\n\n\n \n templateUrl\n ./visibility-menu.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getId\n \n \n mouseOut\n \n \n mouseOver\n \n \n resetItem\n \n \n setAllOpacity\n \n \n toggleVisibility\n \n \n updateOpacity\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n items\n \n \n selection\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n hover\n \n \n itemsChange\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:41\n \n \n\n \n \n Creates an instance of visibility menu component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n items\n \n \n \n \n Type : VisibilityItem[]\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:26\n \n \n \n \n Items to be displayed in the visibility menu\n\n \n \n \n \n \n \n \n \n \n selection\n \n \n \n \n Type : VisibilityItem | undefined\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:31\n \n \n \n \n The currently selected item\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n hover\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:36\n \n \n \n \n Emits the currently hovered item\n\n \n \n \n \n \n \n \n \n \n itemsChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:41\n \n \n \n \n Emits whenever there is a change to one or more items.\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-visibility-menu\"\n\n \n \n \n \n Default value : 'ccf-visibility-menu'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getId\n \n \n \n \n \n \ngetId(_index: number, item: VisibilityItem)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:140\n \n \n\n\n \n \n Returns the id of an item\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n _index\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n item\n \n VisibilityItem\n \n\n \n No\n \n\n\n \n The item to get an id for\n\n \n \n \n \n \n \n Returns : string | number\n\n \n \n id Id of the item\n\n \n \n \n \n \n \n \n \n \n \n \n mouseOut\n \n \n \n \n \n \nmouseOut()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:80\n \n \n\n\n \n \n Clears current selection and emits undefined in response to mouse out\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n mouseOver\n \n \n \n \n \n \nmouseOver(item: VisibilityItem)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:70\n \n \n\n\n \n \n Changes current selection to hovered over item and emits the item\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n item\n \n VisibilityItem\n \n\n \n No\n \n\n\n \n Menu item\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n resetItem\n \n \n \n \n \n \nresetItem()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:108\n \n \n\n\n \n \n Resets item to opacity 20 and visible\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n setAllOpacity\n \n \n \n \n \n \nsetAllOpacity(value: number)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:127\n \n \n\n\n \n \n Sets all items to the same opacity and makes them visible\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n number\n \n\n \n No\n \n\n\n \n Updated opacity value\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleVisibility\n \n \n \n \n \n \ntoggleVisibility(item: VisibilityItem)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:55\n \n \n\n\n \n \n Toggles visibility of an item; opacity is reverted to the previous value if visibility toggled back on\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n item\n \n VisibilityItem\n \n\n \n No\n \n\n\n \n Menu item\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateOpacity\n \n \n \n \n \n \nupdateOpacity(value: number | undefined)\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:90\n \n \n\n\n \n \n Updates opacity of the currently selected item (if one is selected) and emits the new items\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n value\n \n number | undefined\n \n\n \n No\n \n\n\n \n Updated opacity value\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-visibility-menu'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts:21\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\nimport { VisibilityItem } from '../../../core/models/visibility-item';\n\n\n/**\n * Menu for displaying visibility options\n */\n@Component({\n selector: 'ccf-visibility-menu',\n templateUrl: './visibility-menu.component.html',\n styleUrls: ['./visibility-menu.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class VisibilityMenuComponent {\n\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-visibility-menu';\n\n /**\n * Items to be displayed in the visibility menu\n */\n @Input() items: VisibilityItem[];\n\n /**\n * The currently selected item\n */\n @Input() selection: VisibilityItem | undefined;\n\n /**\n * Emits the currently hovered item\n */\n @Output() readonly hover = new EventEmitter();\n\n /**\n * Emits whenever there is a change to one or more items.\n */\n @Output() readonly itemsChange = new EventEmitter();\n\n /**\n * Creates an instance of visibility menu component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Toggles visibility of an item; opacity is reverted to the previous value if visibility toggled back on\n *\n * @param item Menu item\n */\n toggleVisibility(item: VisibilityItem): void {\n item = { ...item, visible: !item.visible };\n if (this.selection && item.id === this.selection.id) {\n this.selection = { ...this.selection, visible: item.visible };\n }\n\n this.ga.event('visibility_toggled', 'visibility_menu', '' + item.id, +item.visible);\n this.updateOpacity(item.opacity);\n }\n\n /**\n * Changes current selection to hovered over item and emits the item\n *\n * @param item Menu item\n */\n mouseOver(item: VisibilityItem): void {\n this.selection = item === this.selection ? undefined : item;\n this.hover.emit(item);\n }\n\n /**\n * Clears current selection and emits undefined in response to mouse out\n *\n * @param item Menu item\n */\n mouseOut(): void {\n this.selection = undefined;\n this.hover.emit(undefined);\n }\n\n /**\n * Updates opacity of the currently selected item (if one is selected) and emits the new items\n *\n * @param value Updated opacity value\n */\n updateOpacity(value: number | undefined): void {\n if (!this.selection) {\n return;\n }\n const updatedSelection = { ...this.selection, opacity: value };\n this.selection = updatedSelection;\n if (updatedSelection.id === 'all') {\n this.setAllOpacity(updatedSelection.opacity as number);\n } else {\n this.items = this.items.map(item => item.id === updatedSelection.id ? updatedSelection : item);\n this.ga.event('opacity_update', 'visibility_menu', '' + updatedSelection.id, updatedSelection.opacity);\n }\n this.itemsChange.emit(this.items);\n }\n\n /**\n * Resets item to opacity 20 and visible\n */\n resetItem(): void {\n if (this.selection) {\n const updatedSelection = { ...this.selection, opacity: 20, visible: true };\n this.selection = updatedSelection;\n if (this.selection.id === 'all') {\n this.setAllOpacity(updatedSelection.opacity);\n } else {\n this.items = this.items.map(item => item.id === updatedSelection.id ? updatedSelection : item);\n this.ga.event('item_reset', 'visibility_menu', '' + updatedSelection.id);\n }\n this.itemsChange.emit(this.items);\n }\n }\n\n /**\n * Sets all items to the same opacity and makes them visible\n *\n * @param value Updated opacity value\n */\n setAllOpacity(value: number): void {\n this.items = this.items.map(i => ({ ...i, opacity: value, visible: true }));\n this.ga.event('all_items_opacity_update', 'visibility_menu', undefined, value);\n this.itemsChange.emit(this.items);\n }\n\n /**\n * Returns the id of an item\n *\n * @param index Index of item in items array\n * @param item The item to get an id for\n * @returns id Id of the item\n */\n getId(_index: number, item: VisibilityItem): string | number {\n return item.id;\n }\n}\n\n \n\n \n refresh\n\n\n \n {{ item.name }}\n\n \n \n \n \n\n\n \n\n \n \n ./visibility-menu.component.scss\n \n :host {\n display: flex;\n flex-direction: column;\n margin-right: 0;\n margin-left: 0;\n max-height: 40vh;\n overflow-y: auto;\n scrollbar-width: thin;\n\n .icon {\n border-radius: 0.25rem;\n }\n\n .reset {\n transform: scaleX(-1);\n cursor: pointer;\n transition: .6s;\n position: absolute;\n top: 3rem;\n\n &:hover {\n border-radius: 2px;\n }\n }\n\n .item-entry {\n display: flex;\n height: 2.25rem;\n align-items: center;\n flex-shrink: 0;\n position: relative;\n\n .opacity {\n cursor: pointer;\n }\n\n .opacity-icon {\n z-index: 1;\n transition: .6s;\n\n &:hover {\n border-radius: 2px;\n }\n }\n\n .item-name {\n user-select: none;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-left: 0.5rem;\n opacity: 1;\n transition-duration: 0.4s;\n transition-timing-function: ease-in-out;\n transition-property: opacity;\n max-width: calc(100% - 2.5rem);\n\n &.hidden {\n opacity: 0;\n }\n }\n\n .slider {\n width: calc(100% - 2rem);\n transition-duration: 0.3s;\n transition-timing-function: ease-in-out;\n transition-property: opacity;\n left: 2rem;\n position: absolute;\n opacity: 1;\n\n &.hidden {\n opacity: 0;\n transition-duration: 0.1s;\n transition-timing-function: ease-in-out;\n transition-property: opacity;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = 'refresh {{ item.name }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'VisibilityMenuComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/VisibilityMenuModule.html":{"url":"modules/VisibilityMenuModule.html","title":"module - VisibilityMenuModule","body":"\n \n\n\n\n\n Modules\n VisibilityMenuModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_VisibilityMenuModule\n\n\n\ncluster_VisibilityMenuModule_declarations\n\n\n\ncluster_VisibilityMenuModule_exports\n\n\n\n\nVisibilityMenuComponent\n\nVisibilityMenuComponent\n\n\n\nVisibilityMenuModule\n\nVisibilityMenuModule\n\nVisibilityMenuModule -->\n\nVisibilityMenuComponent->VisibilityMenuModule\n\n\n\n\n\nVisibilityMenuComponent \n\nVisibilityMenuComponent \n\nVisibilityMenuComponent -->\n\nVisibilityMenuModule->VisibilityMenuComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n VisibilityMenuComponent\n \n \n \n \n Exports\n \n \n VisibilityMenuComponent\n \n \n \n \n \n\n\n \n\n\n \n import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { OpacitySliderModule } from 'ccf-shared';\nimport { MatRippleModule } from '@angular/material/core';\n\nimport { VisibilityMenuComponent } from './visibility-menu.component';\n\n\n@NgModule({\n imports: [CommonModule, MatIconModule, MatRippleModule, OpacitySliderModule],\n declarations: [VisibilityMenuComponent],\n exports: [VisibilityMenuComponent]\n})\nexport class VisibilityMenuModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VisibilityToggleComponent.html":{"url":"components/VisibilityToggleComponent.html","title":"component - VisibilityToggleComponent","body":"\n \n\n\n\n\n\n Components\n \n VisibilityToggleComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts\n\n\n\n \n Description\n \n \n Component for easily adding a visibility toggle with customizable label and\npre set up emitter.\n\n \n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n ccf-visibility-toggle\n \n\n\n\n \n styleUrls\n ./visibility-toggle.component.scss\n \n\n\n\n \n templateUrl\n ./visibility-toggle.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n toggleVisibility\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n disabled\n \n \n toggleLabel\n \n \n visible\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n visibilityChanged\n \n \n \n \n\n \n \n HostBindings\n \n \n \n \n \n \n class\n \n \n \n \n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(ga: GoogleAnalyticsService)\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:40\n \n \n\n \n \n Creates an instance of visibility toggle component.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n ga\n \n \n GoogleAnalyticsService\n \n \n \n No\n \n \n \n Analytics service\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n disabled\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:34\n \n \n \n \n Whether or not the slider is disabled\n\n \n \n \n \n \n \n \n \n \n toggleLabel\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:29\n \n \n \n \n Input that allows the label to be set from outside the component,\nmaking it more reusable.\n\n \n \n \n \n \n \n \n \n \n visible\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:23\n \n \n \n \n Keeps track of the current visibility state of the toggle.\n\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n visibilityChanged\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:40\n \n \n \n \n Outputs the new visibility state whenever toggleVisibility()\nchanges it.\n\n \n \n \n \n\n \n HostBindings \n \n \n \n \n \n class\n \n \n \n \n \n \n Type : \"ccf-visibility-toggle\"\n\n \n \n \n \n Default value : 'ccf-visibility-toggle'\n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n toggleVisibility\n \n \n \n \n \n \ntoggleVisibility()\n \n \n\n\n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:52\n \n \n\n\n \n \n Toggles visibility and emits the new value.\n\n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n clsName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ccf-visibility-toggle'\n \n \n \n \n Decorators : \n \n \n @HostBinding('class')\n \n \n \n \n \n Defined in projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts:18\n \n \n\n \n \n HTML class name\n\n \n \n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\n\n/**\n * Component for easily adding a visibility toggle with customizable label and\n * pre set up emitter.\n */\n@Component({\n selector: 'ccf-visibility-toggle',\n templateUrl: './visibility-toggle.component.html',\n styleUrls: ['./visibility-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class VisibilityToggleComponent {\n /**\n * HTML class name\n */\n @HostBinding('class') readonly clsName = 'ccf-visibility-toggle';\n\n /**\n * Keeps track of the current visibility state of the toggle.\n */\n @Input() visible = false;\n\n /**\n * Input that allows the label to be set from outside the component,\n * making it more reusable.\n */\n @Input() toggleLabel = '';\n\n /**\n * Whether or not the slider is disabled\n */\n @Input() disabled = false;\n\n /**\n * Outputs the new visibility state whenever toggleVisibility()\n * changes it.\n */\n @Output() readonly visibilityChanged = new EventEmitter();\n\n /**\n * Creates an instance of visibility toggle component.\n *\n * @param ga Analytics service\n */\n constructor(private readonly ga: GoogleAnalyticsService) { }\n\n /**\n * Toggles visibility and emits the new value.\n */\n toggleVisibility(): void {\n this.visible = !this.visible;\n\n this.ga.event('visibility_toggled', 'visibility_toggle', '' + this.visible);\n this.visibilityChanged.emit(this.visible);\n }\n}\n\n \n\n \n \n \n \n \n done\n \n\n {{ toggleLabel }}\n \n\n\n \n\n \n \n ./visibility-toggle.component.scss\n \n :host {\n height: 3rem;\n display: flex;\n align-items: center;\n\n ::ng-deep .mat-mdc-chip {\n padding: 0 !important;\n\n &.disabled {\n cursor: not-allowed !important;\n pointer-events: none;\n }\n\n .mdc-evolution-chip__action--primary {\n padding: 0;\n cursor: pointer;\n }\n\n .mdc-evolution-chip__text-label {\n display: flex;\n align-items: center;\n font-size: 14px;\n }\n }\n\n .toggle-div {\n width: 100%;\n display: flex;\n justify-content: center;\n padding-top: 1.5rem;\n\n .toggle-wrapper {\n -webkit-user-select: none;\n -moz-user-select: none;\n cursor: pointer;\n border-width: 0.075rem;\n border-style: solid;\n height: 2.25rem;\n border-radius: 1.5rem;\n transition: background-color 0.2s ease-in-out;\n\n .icon-background {\n border-radius: 1.5rem;\n height: 2.06rem;\n width: 2.06rem;\n display: flex;\n align-items: center;\n justify-content: center;\n\n .icon {\n transition: .6s;\n position: absolute;\n &.block {\n width: 1.125rem;\n }\n &.hidden {\n opacity: 0;\n }\n }\n }\n\n .toggle-label {\n font-weight: bold;\n margin-left: 0.5rem;\n padding-right: 1.25rem;\n padding-left: 0.25rem;\n }\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' done {{ toggleLabel }} '\n var COMPONENTS = [{'name': 'AppComponent', 'selector': 'ccf-root'},{'name': 'AppWebComponent', 'selector': 'ccf-root-wc'},{'name': 'BlockSizeInputComponent', 'selector': 'ccf-block-size-input'},{'name': 'ContainerComponent', 'selector': 'ccf-drawer-container'},{'name': 'ContentComponent', 'selector': 'ccf-content'},{'name': 'ContentComponent', 'selector': 'ccf-drawer-content'},{'name': 'DetailsLabelComponent', 'selector': 'ccf-details-label'},{'name': 'DrawerComponent', 'selector': 'ccf-drawer'},{'name': 'ExtractionSetDropdownComponent', 'selector': 'ccf-extraction-set-dropdown'},{'name': 'HeaderComponent', 'selector': 'ccf-header'},{'name': 'JsonFileReaderComponent', 'selector': 'ccf-json-file-reader'},{'name': 'LabeledSlideToggleComponent', 'selector': 'ccf-labeled-slide-toggle'},{'name': 'LeftSidebarComponent', 'selector': 'ccf-left-sidebar'},{'name': 'NameInputComponent', 'selector': 'ccf-name-input'},{'name': 'RegistrationContentComponent', 'selector': 'ccf-registration-content'},{'name': 'RegistrationMetadataComponent', 'selector': 'ccf-registration-metadata'},{'name': 'RegistrationModalComponent', 'selector': 'ccf-registration-modal'},{'name': 'ReviewButtonComponent', 'selector': 'ccf-review-button'},{'name': 'ReviewModalComponent', 'selector': 'ccf-review-modal'},{'name': 'RightSidebarComponent', 'selector': 'ccf-right-sidebar'},{'name': 'RotationSliderComponent', 'selector': 'ccf-rotation-slider'},{'name': 'SlicesInputComponent', 'selector': 'ccf-slices-input'},{'name': 'StageNavComponent', 'selector': 'ccf-stage-nav'},{'name': 'TagListComponent', 'selector': 'ccf-tag-list'},{'name': 'TagSearchComponent', 'selector': 'ccf-tag-search'},{'name': 'ToggleButtonComponent', 'selector': 'ccf-drawer-toggle-button'},{'name': 'VideoModalComponent', 'selector': 'ccf-video-modal'},{'name': 'VideoModalLauncherComponent', 'selector': 'ccf-video-modal-launcher'},{'name': 'VisibilityMenuComponent', 'selector': 'ccf-visibility-menu'},{'name': 'VisibilityToggleComponent', 'selector': 'ccf-visibility-toggle'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'VisibilityToggleComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/VisibilityToggleModule.html":{"url":"modules/VisibilityToggleModule.html","title":"module - VisibilityToggleModule","body":"\n \n\n\n\n\n Modules\n VisibilityToggleModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_VisibilityToggleModule\n\n\n\ncluster_VisibilityToggleModule_exports\n\n\n\ncluster_VisibilityToggleModule_declarations\n\n\n\n\nVisibilityToggleComponent\n\nVisibilityToggleComponent\n\n\n\nVisibilityToggleModule\n\nVisibilityToggleModule\n\nVisibilityToggleModule -->\n\nVisibilityToggleComponent->VisibilityToggleModule\n\n\n\n\n\nVisibilityToggleComponent \n\nVisibilityToggleComponent \n\nVisibilityToggleComponent -->\n\nVisibilityToggleModule->VisibilityToggleComponent \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.module.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n VisibilityToggleComponent\n \n \n \n \n Exports\n \n \n VisibilityToggleComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { VisibilityToggleComponent } from './visibility-toggle.component';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatChipsModule } from '@angular/material/chips';\n\n@NgModule({\n declarations: [VisibilityToggleComponent],\n imports: [\n CommonModule,\n MatIconModule,\n MatChipsModule\n ],\n exports: [ VisibilityToggleComponent ]\n})\nexport class VisibilityToggleModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/XYZTriplet.html":{"url":"interfaces/XYZTriplet.html","title":"interface - XYZTriplet","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n XYZTriplet\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n\n\n \n Description\n \n \n A object with x, y, and z channels of the same type.\n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n x\n \n \n \n \n \n \n \n \n x: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n X channel\n\n \n \n \n \n \n \n \n \n \n y\n \n \n \n \n \n \n \n \n y: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n Y channel\n\n \n \n \n \n \n \n \n \n \n z\n \n \n \n \n \n \n \n \n z: T\n\n \n \n\n\n \n \n Type : T\n\n \n \n\n\n\n\n\n \n \n Z channel\n\n \n \n \n \n \n \n\n\n \n import { Computed, DataAction, StateRepository } from '@angular-ru/ngxs/decorators';\nimport { NgxsImmutableDataRepository } from '@angular-ru/ngxs/repositories';\nimport { Injectable, Injector } from '@angular/core';\nimport { State } from '@ngxs/store';\nimport { ALL_ORGANS, GlobalConfigState, OrganInfo } from 'ccf-shared';\nimport { filterNulls } from 'ccf-shared/rxjs-ext/operators';\nimport { sortBy } from 'lodash';\nimport { GoogleAnalyticsService } from 'ngx-google-analytics';\nimport { EMPTY, Observable } from 'rxjs';\nimport { delay, distinctUntilChanged, filter, map, skipUntil, switchMap, tap, throttleTime } from 'rxjs/operators';\n\nimport { ExtractionSet } from '../../models/extraction-set';\nimport { VisibilityItem } from '../../models/visibility-item';\nimport { GlobalConfig, OrganConfig } from '../../services/config/config';\nimport { PageState } from '../page/page.state';\nimport { ReferenceDataState } from '../reference-data/reference-data.state';\n\n\n/* eslint-disable @typescript-eslint/member-ordering */\n\n/** A object with x, y, and z channels of the same type. */\nexport interface XYZTriplet {\n /** X channel */\n x: T;\n /** Y channel */\n y: T;\n /** Z channel */\n z: T;\n}\n\n/** Slices configuration */\nexport interface SlicesConfig {\n /** Thickness of slice */\n thickness: number;\n /** Number of slices per block */\n numSlices: number;\n}\n\n/** Model view type */\nexport type ViewType = 'register' | '3d';\n\n/** Side which the model is viewed from */\nexport type ViewSide = 'left' | 'right' | 'anterior' | 'posterior';\n\n/** Data contained in the stage state. */\nexport interface ModelStateModel {\n /** Model identifier */\n id: string;\n /** Model label */\n label: string;\n /** Organ name */\n organ: OrganInfo;\n /** Reference Organ IRI */\n organIri?: string;\n /** Reference Organ Dimensions */\n organDimensions: XYZTriplet;\n /** Sex if applicable */\n sex?: 'male' | 'female';\n /** Side if applicable */\n side?: 'left' | 'right';\n /** Block size */\n blockSize: XYZTriplet;\n /** Model rotation */\n rotation: XYZTriplet;\n /** Model position */\n position: XYZTriplet;\n /** Slice configuration */\n slicesConfig: SlicesConfig;\n /** View type */\n viewType: ViewType;\n /** View side */\n viewSide: ViewSide;\n /** Whether previous registration blocks are visible */\n showPrevious: boolean;\n /** Possible extraction sites */\n extractionSites: VisibilityItem[];\n /** Anatomical structures for the organ */\n anatomicalStructures: VisibilityItem[];\n /** Extraction sets */\n extractionSets: ExtractionSet[];\n}\n\n/**\n * All organs to be displayed\n */\nexport const RUI_ORGANS = ALL_ORGANS;\n\n/**\n * Data for the main 3d model display\n */\n@StateRepository()\n@State({\n name: 'model',\n defaults: {\n id: '',\n label: '',\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n organ: { src: '', name: '' } as OrganInfo,\n organIri: '',\n organDimensions: { x: 90, y: 90, z: 90 },\n sex: 'male',\n blockSize: { x: 10, y: 10, z: 10 },\n rotation: { x: 0, y: 0, z: 0 },\n position: { x: 0, y: 0, z: 0 },\n slicesConfig: { thickness: NaN, numSlices: NaN },\n viewType: 'register',\n viewSide: 'anterior',\n showPrevious: false,\n extractionSites: [],\n anatomicalStructures: [],\n extractionSets: []\n }\n})\n@Injectable()\nexport class ModelState extends NgxsImmutableDataRepository {\n /** Identifier observable */\n readonly id$ = this.state$.pipe(map(x => x?.id));\n /** Block size observable */\n readonly blockSize$ = this.state$.pipe(map(x => x?.blockSize));\n /** Rotation observable */\n readonly rotation$ = this.state$.pipe(map(x => x?.rotation));\n /** Position observable */\n readonly position$ = this.state$.pipe(map(x => x?.position));\n /** Slice configuration observable */\n readonly slicesConfig$ = this.state$.pipe(map(x => x?.slicesConfig));\n /** View type observable */\n readonly viewType$ = this.state$.pipe(map(x => x?.viewType));\n /** View side observable */\n readonly viewSide$ = this.state$.pipe(map(x => x?.viewSide));\n /** Organ observable */\n readonly organ$ = this.state$.pipe(map(x => x?.organ));\n /** Organ IRI observable */\n readonly organIri$ = this.state$.pipe(map(x => x?.organIri));\n /** Organ IRI observable */\n readonly organDimensions$ = this.state$.pipe(map(x => x?.organDimensions));\n /** Sex observable */\n readonly sex$ = this.state$.pipe(map(x => x?.sex));\n /** Side observable */\n readonly side$ = this.state$.pipe(map(x => x?.side));\n /** Show previous observable */\n readonly showPrevious$ = this.state$.pipe(map(x => x?.showPrevious));\n /** Extraction sites observable */\n readonly extractionSites$ = this.state$.pipe(map(x => x?.extractionSites));\n /** Anatomical structures observable */\n readonly anatomicalStructures$ = this.state$.pipe(map(x => x?.anatomicalStructures));\n /** Extraction sets observable */\n readonly extractionSets$ = this.state$.pipe(map(x => x?.extractionSets));\n\n @Computed()\n get modelChanged$(): Observable {\n const ignoredKeys = ['viewType', 'viewSide', 'showPrevious'];\n const keys = Object.keys(this.initialState)\n .filter(key => !ignoredKeys.includes(key));\n\n return this.state$.pipe(\n throttleTime(0, undefined, { leading: false, trailing: true }),\n distinctUntilChanged((v1, v2) => {\n for (const key of keys) {\n if (v1[key] !== v2[key]) {\n return false;\n }\n }\n\n return true;\n }),\n map(() => undefined)\n );\n }\n\n /** Reference to the reference data state */\n private referenceData: ReferenceDataState;\n\n private page: PageState;\n\n /**\n * Creates an instance of model state.\n *\n * @param injector Injector service used to lazy load reference data state\n */\n constructor(\n private readonly ga: GoogleAnalyticsService,\n private readonly injector: Injector,\n private readonly globalConfig: GlobalConfigState\n ) {\n super();\n }\n\n /**\n * Initializes this state service.\n */\n ngxsOnInit(): void {\n super.ngxsOnInit();\n\n this.referenceData = this.injector.get(ReferenceDataState);\n this.page = this.injector.get(PageState);\n\n this.referenceData.state$.subscribe(() => this.onReferenceDataChange());\n }\n\n idMatches(ontologyId?: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n ontologyId && o.id === ontologyId ? (o.side ? o.side === organSide : true) : false\n );\n }\n\n nameMatches(organName: string, organSide?: string): OrganInfo | undefined {\n return ALL_ORGANS.find((o) =>\n o.side ? o.organ.toLowerCase() === organName && o.side === organSide : o.organ.toLowerCase() === organName\n );\n }\n\n /**\n * Updates the block size\n *\n * @param blockSize The new block size values\n */\n @DataAction()\n setBlockSize(blockSize: XYZTriplet): void {\n this.ctx.patchState({ blockSize });\n }\n\n /**\n * Updates the rotation\n *\n * @param rotation The new rotation values\n */\n @DataAction()\n setRotation(rotation: XYZTriplet): void {\n this.ctx.patchState({ rotation });\n }\n\n /**\n * Updates the position\n *\n * @param position The new position values\n */\n @DataAction()\n setPosition(position: XYZTriplet): void {\n this.ga.event('placement', `${this.snapshot.organ?.name}_placement`, `${position.x.toFixed(1)}_${position.y.toFixed(1)}_${position.z.toFixed(1)}`);\n this.ctx.patchState({ position });\n }\n\n /**\n * Updates the slice configuration\n *\n * @param slicesConfig The new slice configuration\n */\n @DataAction()\n setSlicesConfig(slicesConfig: SlicesConfig): void {\n this.ctx.patchState({ slicesConfig });\n }\n\n /**\n * Updates the view type\n *\n * @param viewType the new view type\n */\n @DataAction()\n setViewType(viewType: ViewType): void {\n this.ctx.patchState({ viewType });\n }\n\n /**\n * Updates the view side\n *\n * @param viewSide The side to view\n */\n @DataAction()\n setViewSide(viewSide: ViewSide): void {\n this.ctx.patchState({ viewSide });\n }\n\n @Computed()\n get defaultPosition(): XYZTriplet {\n const dims = this.snapshot.organDimensions;\n const block = this.snapshot.blockSize;\n return { x: dims.x + 2 * block.x, y: dims.y / 2, z: dims.z / 2 };\n }\n\n /**\n * Updates the organ\n *\n * @param organ Name of the organ\n */\n @DataAction()\n setOrgan(organ: OrganInfo): void {\n if (organ) {\n this.ga.event('organ_select', 'organ', organ.name);\n this.ctx.patchState({ organ });\n if (organ.side) {\n this.ctx.patchState({ side: organ.side });\n } else {\n this.ctx.patchState({ side: undefined });\n }\n this.onOrganIriChange();\n }\n }\n\n /**\n * Sets position and rotation to default\n */\n @DataAction()\n setOrganDefaults(): void {\n this.ctx.patchState({\n position: this.defaultPosition,\n rotation: { x: 0, y: 0, z: 0 }\n });\n }\n\n /**\n * Updates the sex\n *\n * @param [sex] The new sex\n */\n @DataAction()\n setSex(sex?: 'male' | 'female'): void {\n this.ctx.patchState({ sex });\n this.onOrganIriChange();\n }\n\n /**\n * Updates the side\n *\n * @param [side] The new side\n */\n @DataAction()\n setSide(side?: 'left' | 'right'): void {\n this.ctx.patchState({ side });\n this.onOrganIriChange();\n }\n\n /**\n * Updates show previous\n *\n * @param showPrevious Whether to show\n */\n @DataAction()\n setShowPrevious(showPrevious: boolean): void {\n this.ctx.patchState({ showPrevious });\n }\n\n /**\n * Updates extraction sites\n *\n * @param extractionSites New array of items\n */\n @DataAction()\n setExtractionSites(extractionSites: VisibilityItem[]): void {\n this.ctx.patchState({ extractionSites });\n }\n\n /**\n * Updates anatomical structures\n *\n * @param anatomicalStructures New array of items\n */\n @DataAction()\n setAnatomicalStructures(anatomicalStructures: VisibilityItem[]): void {\n this.ctx.patchState({ anatomicalStructures });\n }\n\n /**\n * Updates extraction sets\n *\n * @param extractionSets New array of extraction sets\n */\n @DataAction()\n setExtractionSets(extractionSets: ExtractionSet[]): void {\n this.ctx.patchState({ extractionSets });\n }\n\n /**\n * Toggles registration blocks visibility and handles anatomical structures\n * opacity changes accordingly\n *\n * @param visible the visible state to pass along to setShowPrevious()\n * @param previousItems visibilityItems to set anatomical structures\n */\n toggleRegistrationBlocksVisibility(visible: boolean, previousItems: VisibilityItem[]): void {\n this.setShowPrevious(visible);\n\n if (!visible) {\n this.setAnatomicalStructures(previousItems);\n } else {\n const newStructures = previousItems.map(structure => ({\n ...structure, opacity: Math.min(20, structure.opacity ?? 20)\n }));\n this.setAnatomicalStructures(newStructures);\n }\n }\n\n private onOrganIriChange(): void {\n const organIri = this.referenceData.getReferenceOrganIri(\n this.snapshot.organ?.organ || '', this.snapshot.sex, this.snapshot.side, this.snapshot.organ\n );\n const organDimensions: XYZTriplet = { x: 100, y: 100, z: 100 };\n\n if (this.snapshot.organ?.sex) {\n this.ctx.patchState({ sex: this.snapshot.organ?.sex });\n }\n\n if (organIri) {\n const db = this.referenceData.snapshot;\n const asLookup: { [id: string]: VisibilityItem } = {};\n for (const entity of (db.anatomicalStructures[organIri] || [])) {\n const iri = entity.representation_of ?? entity['@id'];\n if (!asLookup[iri]) {\n asLookup[iri] = {\n id: entity.representation_of ?? entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 20,\n tooltip: entity.comment\n };\n }\n }\n this.ctx.patchState({ anatomicalStructures: [{ id: 'all', name: 'all anatomical structures', opacity: 20, visible: true }, ...Object.values(asLookup)] });\n\n const sets: ExtractionSet[] = (db.extractionSets[organIri] || []).map((set) => ({\n name: set.label,\n sites: [{ id: 'all', name: 'all landmarks', visible: true, opacity: 0 }].concat(sortBy(set.extractionSites.map((entity) => ({\n id: entity['@id'],\n name: entity.label!,\n visible: true,\n opacity: 0,\n tooltip: entity.comment\n })), 'name'))\n }));\n this.ctx.patchState({ extractionSets: sets });\n this.ctx.patchState({ extractionSites: sets.length > 0 ? sets[0].sites : [] });\n\n const spatialEntity = db.organSpatialEntities[organIri];\n organDimensions.x = spatialEntity.x_dimension;\n organDimensions.y = spatialEntity.y_dimension;\n organDimensions.z = spatialEntity.z_dimension;\n }\n\n this.ctx.patchState({ organIri, organDimensions });\n }\n\n private onReferenceDataChange(): void {\n this.globalConfig.getOption('organ').pipe(\n filterNulls(),\n delay(0),\n switchMap(organ => this.onOrganChange(organ))\n ).subscribe();\n\n this.modelChanged$.pipe(\n skipUntil(this.page.registrationStarted$.pipe(\n filter(started => started),\n ))\n ).subscribe(() => this.page.setHasChanges());\n }\n\n private onOrganChange(organ: string | OrganConfig): Observable {\n let organInfo: OrganInfo | undefined;\n let organSex: 'male' | 'female';\n if (typeof organ === 'string') {\n const organData = this.referenceData.getOrganData(organ);\n organSex = organData?.sex?.toLowerCase() as 'male' | 'female';\n organInfo = organData?.organ;\n } else {\n const organName = organ.name.toLowerCase();\n const organSide = organ.side;\n const ontologyId = organ.ontologyId;\n organSex = organ.sex?.toLowerCase() as 'male' | 'female';\n // check for an id match\n organInfo = this.idMatches(ontologyId, organSide);\n // if no id matches, check for a name match\n if (!organInfo) {\n organInfo = this.nameMatches(organName, organSide);\n }\n }\n\n if (organInfo) {\n this.ctx.patchState({\n organ: organInfo,\n sex: organSex,\n side: organInfo?.side?.toLowerCase() as 'left' | 'right'\n });\n return this.referenceData.state$.pipe(\n tap(() => this.onOrganIriChange())\n );\n }\n\n return EMPTY;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"changelog.html":{"url":"changelog.html","title":"getting-started - changelog","body":"\n \n\nChangelog\nChangelog for the Human Reference Atlas (HRA) User Interfaces\n3.8.1 - 2023-11-17\nAdded in 3.8.1\n\nImproved keyboard controls in the RUI\n\n3.8.0 - 2023-11-16\nAdded in 3.8.0\n\nEUI Quality of Life Improvements. See milestone 6\nRUI Quality of Life Improvements. See milestone 5\nA lot of minor UI and bug fixes in preparation for HRA 2.0\nUpdated dependencies including, update to Angular 16\n\n3.7.2 - 2023-07-12\nAdded in 3.7.2\n\nClient side cache has been updated to be more sensitive to configuration changes. Fixes hra-registrations#1\n\n3.7.0 - 2023-06-15\nAdded in 3.7.0\n\nUpdated to CCF.OWL v2.2.0 which indexes the Human Reference Atlas (HRA) 5th Release (v1.4) for use in the CCF UIs and CCF-API.\nAdded CCF-API usage notebooks for python and javascript\n\n3.6.0 - 2022-10-15\nAdded in 3.6.0.\n\nUpdated to CCF.OWL v2.1.0 which indexes the Human Reference Atlas (HRA) 4th Release (v1.3) for use in the CCF UIs and CCF-API. Note that some terms have changed in the ontology. As such, some SPARQL queries may need to be updated. All CCF-API calls have been updated to support the new terms.\n\n3.5.0 - 2022-09-27\nAdded in 3.5.0\n\nUpdate to CCF.OWL v1.9.4\nUpdate placement for KPMP rui locations\nSwitch to HuBMAP v3 search-api\nPick right organ when loading rui locations from a file in the RUI\n\n3.4.0 - 2022-07-01\nAdded in 3.4.0\n\nMajor feature added: Spatial Search! This includes an expanded API plus a user interface for dynamically generating spatial searches.\n\nKnown Issues in 3.4.0\n\nThere are some minor visual descrepancies when viewing the spatial search 3D scene and the results. However, blocks which are highlighted will be selected if the spatial search is added to your overall search filters.\n\n3.3.0 - 2022-06-17\nAdded in 3.3.0\n\nAdded support for the latest CCF Ontology v1.9.0 which adds Placenta, Spinal Cord, new Landmarks for reference organs, and a host of data updates.\nAdded a SPARQL route to the CCF-API for flexible querying of the Ontology and linked data. See the /v1/sparql docs for more information.\nClean up and bug fixes\n\n3.2.0 - 2022-04-14\nAdded in 3.2.0\n\nMajor CCF Database speed improvements! 95% reduction in load times!\nMinor graphical fixes\n\n3.1.1 - 2022-04-12\nAdded in 3.1.1\n\nExpanded RUI web component options\nAdded support for warming up the CCF database via the CCF-API so that the EUI can prevent timeouts\n\n3.1.0 - 2022-04-07\nAdded in 3.1.0\n\nAdded support for the latest CCF Ontology v1.8.0 which adds cell types\nAdded feature to search for tissue blocks by cell type\nAdded API feature to dynamically generate GTEx rui_locations.jsonld\nAdded logging of organ and block position changes to the RUI\nAdded an expanded organ selector that makes selecting organs much easier with the larger number of reference organs we have now\nNow generating programming libraries for the CCF-API in Python, TypeScript, TypeScript (Angular), and JavaScript. We will be publishing them to appropriate package managers soon.\nImproved performance of the CCF-API\nNew theming options and toggle for the CCF EUI/RUI\nAdded new themes for SenNet, GTEx, and a default theme\nAdded compodoc generated code documentation to production and staging builds\nBug fixes and minor improvements\n\n3.0.0 - 2022-01-27\nAdded in 3.0.0\n\nAdded support for the latest CCF Ontology v1.7.0\nBug fixes and code cleanup\n\n3.0.0 BETA - 2021-12-17\nAdded in 3.0.0 BETA\n\nAdded reference organs and ASCT+B tables from the v1.1 CCF Release\nLinks: CCF Ontology v1.7 BETA, CCF Release v1.1\n\n\n\nKnown issues in 3.0.0 BETA\n\nPreviously registered tissues may appear slightly off. We are working to rectify this before making it a production release.\n\n2.5.0 - 2021-12-17\nAdded in 2.5.0\n\nCCF-API OpenAPI Spec and implementation. Next version will connect the EUI to this as it's backend.\nAdded the CCF Body UI Web Component for integrating the 3D scene deeply in webpages (including the HuBMAP data portal).\nThe organ-info Web Component can now take an option to highlight specific blocks in the scene. Currently only highlights by providers, but age, sex, and BMI will be added in the next version.\nBug fixes and Quality of Life improvements\n\n2.4.0 - 2021-12-10\nAdded in 2.4.0\n\nRUI shows a confirmation dialog when a user attempts to leave without finishing registration\nAdded GTEx data to EUI\nRUI Common Extraction Sites are now known as Landmarks\nOrgan info now highlights the block selected on click\nUpdated RUI YouTube Demo link\nBug fixes and Quality of Life improvements\n\n2.3.1 - 2021-09-13\nAdded in 2.3.1\n\nAdded support for paired organs to be refernced by their parent (ala Kidney + Left/Right Kidney)\n\n2.3.0 - 2021-09-10\nAdded in 2.3.0\n\nGreatly improved CCF Database performance. This improves the performance in both organ-info and EUI.\nImproved styling of organ-info\n\n2.2.0 - 2021-09-10\nAdded in 2.2.0\n\nAdded an organ-info web component for displaying reference organs and associated data in a simple panel display. The hubmap portal will be using this soon for organ pages.\nEMBEDDING.md instructions have been updated for organ-info embedding.\n\n2.1.0 - 2021-07-30\nAdded in EUI / RUI 2.1.0\n\nBetter support for embedding EUI/RUI in different containers, see EMBEDDING.md for updated instructions.\nConfiguration updates:\nConfiguration of EUI/RUI via webcomponent properties (vs globalConfig)\nOptional use of ontology id to select reference organs in the RUI\nRemoved embedded and tutorial mode configurations from the RUI config\nAbility to load data sources in the eui via external configuration\nAdded cancelRegistration callback to rui external configuration\n\n\nSet dark/light theme based on user/OS preferences\nUpdate HuBMAP search processing to conform to new field names\nCode cleanup, shared utilities, etc.\nTelemetry dialog box fixes to avoid unnecessary reloads\nRUI gizmo rotates in sync with the reference organ in 3D preview view\nRUI now uses an orthographic view when in registration views\n\n2.0.0 - 2021-07-16\nAdded in EUI / RUI 2.0.0\n\nRUI and EUI are now basic web-components, see EMBEDDING.md\nAdded advanced google analytics tracking/telemetry\nLinked donor card and tissue block hovering\nUpdated dependencies, including upgrading to Angular 12\nMinor UI and Bug fixes\nUpdated demo video links\nOrgan carousel will respond to container width and show only full icons\nEUI: clicking refresh and selecting body on partonomy resets the body view\n\nBreaking changes in EUI / RUI 2.0.0\n\nEmbedding the EUI and RUI must now be done via web-components. The most significant change is the element is no longer called ccf-root but is instead called ccf-eui or ccf-rui depending on the UI being embedded.\n\n1.7.0 - 2021-05-21\nAdded in EUI / RUI 1.7.0\n\nAdded a startup modal to the RUI which simplifies the initial setup for a new registration\nAdded 8 new reference organs, bringing us to 13 Reference Organs!\nAdded SPARC Registrations to the EUI\nAdded a tissue section visualization to the results list in the EUI\n\n1.6.0 - 2021-04-09\nAdded in RUI 1.6.0\n\nAdded SOP information to the About section\n\nAdded in EUI 1.6.0\n\nAdded color assignment/selection to both 3d scene and list results\nBug fixes, code cleanup, and optimization\n\nKnown issues in 1.6.0\n\nThe 3d scene is a little slow. To be able to interact, unselect reference organs to reduce scene complexity.\nTissue samples may be a little off in the 3D scene. This will be fixed in a future release. Data is still accurate.\n\n1.5.0 - 2021-03-26\nAdded in RUI 1.5.0\n\nMinor styling updates\n\nAdded in EUI 1.5.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features not fully integrated. This should be resolved in the next release scheduled for April 9th. You can view the results of this sprint on staging.\n\nUpdated styling to better fit the user interface spec\nAdded a new results pane which structures data into Donor->Tissue Blocks (+Datasets)->Tissue Samples (+Datasets)\nAdded a link viewer that allows us to display donors, samples, and datasets in a frame within the application\nAdded UFL thumbnails\nUpdated and optimized the ccf-database for the new results structure and future integrations\nTied organ carousel to the 3D scene. Turning off an organ removes the organ and related tissues from the 3D scene.\nTurned off anatomical structure opacity adjustment until it can be fully integrated\n\n1.4.0 - 2021-03-12\nAdded in RUI 1.4.0\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec\n\nAdded in EUI 1.4.0\nNOTE: EUI will not be pushed to production during this cycle as there are some features partly integrated. This should be resolved in the next release scheduled for March 26th. You can view the results of this sprint on staging.\n\nUpdated library dependencies, including to Angular 11\nUpdated styling to better fit the user interface spec and match RUI styling\nUpdated the Info Dialog to match the RUI look and feel\nUpdated the data processing to improve efficiency and generate data in the form needed for the v1.5.0 spec\nAdded a reference organ selector, also used in the RUI, to turn off/on reference organs on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\nAdded a technology filter\nAdded a control to set Opacities of individual organs/anatomical structures on the stage. UI is implemented, but still needs hooked up to the 3d Stage.\n\n1.3.5 - 2021-02-26\nAdded in RUI 1.3.5\n\nUpdated with a new round of User Interface improvements\nAdded the ability to upload previous registrations created using the standalone version of the RUI tool\nOrgans now have transparency applied automatically\nSolved a major memory leak and performance issue with the 3D reference organ interface. You should notice a sizable speed and reliability increase.\nRUI location numeric data is now rounded to 3 digits\nSwitched to using GitHub Actions over TravisCI for our CI/CD workflows\n\nAdded in EUI 1.3.5\n\nRemoved CCF's internal image-viewer in favor of the image-viewer on the HuBMAP Data Portal\n\nEUI 1.2.0 / RUI 1.0 FINAL - 2020-10-30\nAdded in EUI 1.2.0 / RUI 1.0 FINAL\n\nBug fixes and improvements\nUpdated embedding API in collaboration with the IEC\nUpdated EUI codebase to be in sync with code changes made for the RUI\nAdded KPMP data to the EUI\n\nKnown Issues in EUI 1.2.0 / RUI 1.0 FINAL\n\nIt is still possible that a 3d organ may fail to load. If this happens, just refresh and try again.\nEUI has not been updated with the latest organ set. This will be added in December with its scheduled refresh.\n\nRUI 1.0 BETA - 2020-10-16\nAdded in RUI 1.0 BETA\n\nCreated the first version of the RUI 1.0. This version is a BETA and works in standalone mode only. The next version will include full support and integration into the HuBMAP Ingestion Portal.\n10 Reference Organs are available to choose from (a combination of 4 organs, 2 sexes, and one organ with 2 sides [kidney])\nImplemented automatic tagging of data via collisions with anatomical structures\nRUI Location data is in standard JSON-LD format linked via the CCF Ontology and related ontologies\nImplemented extraction sites display to help guide placement of tissues\n\nKnown Issues in RUI 1.0 BETA\n\nWhile support for embedding is implemented, more testing and collaboration with IEC is required before it is made fully available. Initial embedding documentation is available here.\nWhen adjusting transparency via the left-hand Anatomical Structures menu or Show Previous Registrations option, the transparency effect is not very good. This will be addressed before the RUI 1.0 production release.\nSometimes the 3d organ fails to load when clicking through reference organs quickly (and other side cases). If this happens, just refresh and try again.\n\n1.1.0 - 2020-07-31\nAdded in 1.1.0\n\nUpgraded to latest Vitessce Image Viewer and started showing processed TIFF images coming directly from the HuBMAP infrastructure\nProcessed CODEX and 10x datasets are shown in the HuBMAP Portal's visualization tool\nAdded a limited set of TIFF image thumbnails, with more to come\nAdded two qualitative color schemes for colorizing images in the image viewer\nBug fixes/performance optimizations\n\n1.0.0-rc.1 - 2020-06-22\n\n:warning: WARNING: This version is a release candidate. Some minor updates will likely happen between now and the official HuBMAP Data Release 1 in July.\n\nAdded in 1.0.0-rc.1\n\nBody UI interactions\nImage Viewer Integration\nPartonomy linkage to search / Body UI\nNow fully integrated into the HuBMAP Portal\n\nKnown Issues in 1.0.0-rc.1\n\nImage Viewer is using a placeholder .tiff until more .tiff images can be loaded from the IEC\n\n1.0.0-alpha.3 - 2019-05-08\nAdded in 1.0.0-alpha.3\n\nHooked up the interface to real data (not shown online as the data is not public yet)\nAdded the Tissue Browser on the right\nAdded the initial (Tissue) Image Viewer popup. Currently shows metadata, but no images yet.\nAdded an initial 3D Body. Tissues cuboids currently not displayed, but a test cuboid is shown.\nDocumentation (>90%) and testing coverage improved further\n\n1.0.0-alpha.2 - 2019-03-27\nAdded in 1.0.0-alpha.2\n\nIncreased documentation and testing coverage across the board\nAdded fullscreen button\nBug fixes and optimizations\n\n1.0.0-alpha.1 - 2019-03-06\nAdded in 1.0.0-alpha.1\n\nStarted the process of implementing the 1.0.0 UI spec\nSpec Doc\nUser Stories\n\n\nSetup the base project scaffolding for the new version\nAdded CCF Partonomy (CCF-P) search and tree display\nAdded a filter for filter tissues\n\n0.6.0 - 2019-11-08\nAdded in 0.6.0\n\nThe CCF API project was started with an initial OpenAPI Schema, documentation, and code for spinning up a mock data server. This codifies the CCF data and metadata standards defined by MC-IU and will be used by the CCF EUI and RUI.\nIn preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.\nUpdated navigation to directly jump to the tissue browser when a user selects an item from the search box\nUpgraded dependencies, including upgrades to Angular 8\nTesting and bug fixes\nMinor UI updates\nChanged download icon color\nChanged the background color for the search\nMoved the Technologies filter above ontology\nAdditional styles for details button\n\n\n\n0.5.0 - 2019-05-24\nAdded in 0.5.0\n\nDisplay of the CCF ontology, integrated with search\nSemantic search by ontology, results are presented at all levels\nTissue overlays showing regions of interest\nData download links to direct users to https://sampledata.hubmapconsortium.org\nData documentation (95% coverage) and testing (85% coverage)\n\n0.2.0 - 2019-05-03\nAdded in 0.2.0\n\nSprint 2 release of the CCF-UI!\nA search interface was added to query data by age, sex, technology and TMC. Ontological search will be implemented in the next sprint.\nBody, Organ, and Tissue views now respond to updates to the search on the fly\nAppropriate metadata is now displayed in the Body, Organ, Tissue, and Cell views\n\n0.1.0 - 2019-04-12\nAdded in 0.1.0\n\nSprint 1 release of the CCF-UI!\nSetup the base project scaffolding\nAdded a sample database that includes initial data provided by VU\nAdded Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level\nStay tuned! More features coming in Sprint 2 (starts next week!) and Sprint 3\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n projects/ccf-rui/src/app/app-web-component.component.ts\n \n component\n AppWebComponent\n \n 0 %\n (0/17)\n \n \n \n \n \n projects/ccf-rui/src/app/app-web-component.component.ts\n \n function\n parseOrgan\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/app.component.ts\n \n component\n AppComponent\n \n 45 %\n (10/22)\n \n \n \n \n \n projects/ccf-rui/src/app/app.component.ts\n \n interface\n AppOptions\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-rui/src/app/app.component.ts\n \n interface\n User\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n interface\n Tag\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n interface\n TagSearchResult\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/documentation.ts\n \n interface\n DocumentationContent\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/extraction-set.ts\n \n interface\n ExtractionSet\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/meta-data.ts\n \n interface\n MetaDataField\n \n 0 %\n (0/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/models/visibility-item.ts\n \n interface\n VisibilityItem\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n interface\n GlobalConfig\n \n 0 %\n (0/16)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n interface\n OrganConfig\n \n 0 %\n (0/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n function\n globalConfigFactory\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n variable\n GLOBAL_CONFIG\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n variable\n ruiConfig\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/theming/theming.service.ts\n \n injectable\n ThemingService\n \n 83 %\n (10/12)\n \n \n \n \n \n projects/ccf-rui/src/app/core/services/theming/theming.service.ts\n \n variable\n DEFAULT_THEME\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts\n \n injectable\n AnatomicalStructureTagState\n \n 58 %\n (7/12)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/anatomical-structure-tags/anatomical-structure-tags.state.ts\n \n interface\n AnatomicalStructureTagStateModel\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/icon-registry/default-icons.ts\n \n interface\n DefaultIconDefinition\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/icon-registry/default-icons.ts\n \n variable\n DEFAULT_ICONS\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n injectable\n IconRegistryState\n \n 85 %\n (6/7)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/icon-registry/icon-registry.state.ts\n \n interface\n IconDefinition\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n injectable\n ModelState\n \n 85 %\n (35/41)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n interface\n ModelStateModel\n \n 100 %\n (18/18)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n interface\n SlicesConfig\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n interface\n XYZTriplet\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n variable\n RUI_ORGANS\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n injectable\n PageState\n \n 55 %\n (11/20)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n interface\n PageStateModel\n \n 33 %\n (3/9)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/page/page.state.ts\n \n interface\n Person\n \n 20 %\n (1/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n injectable\n ReferenceDataState\n \n 50 %\n (4/8)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n interface\n OrganData\n \n 0 %\n (0/4)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n interface\n ReferenceDataStateModel\n \n 0 %\n (0/8)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n function\n applySpatialPlacement\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/registration/registration.state.ts\n \n injectable\n RegistrationState\n \n 85 %\n (17/20)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/registration/registration.state.ts\n \n interface\n RegistrationStateModel\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n injectable\n SceneState\n \n 44 %\n (4/9)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n interface\n SceneStateModel\n \n 50 %\n (1/2)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n function\n getNodeBbox\n \n 0 %\n (0/1)\n \n \n \n \n \n projects/ccf-rui/src/app/core/store/store.module.ts\n \n variable\n ROOT_STATES\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/content/content.component.ts\n \n component\n ContentComponent\n \n 76 %\n (13/17)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts\n \n component\n StageNavComponent\n \n 100 %\n (17/17)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/content/video-modal/video-modal-launcher/video-modal-launcher.component.ts\n \n component\n VideoModalLauncherComponent\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/content/video-modal/video-modal/video-modal.component.ts\n \n component\n VideoModalComponent\n \n 77 %\n (7/9)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/header/header.component.ts\n \n component\n HeaderComponent\n \n 66 %\n (4/6)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/left-sidebar/left-sidebar.component.ts\n \n component\n LeftSidebarComponent\n \n 75 %\n (6/8)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/registration-modal/registration-content/registration-content.component.ts\n \n component\n RegistrationContentComponent\n \n 100 %\n (20/20)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/registration-modal/registration-modal/registration-modal.component.ts\n \n component\n RegistrationModalComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/review/review-button/review-button.component.ts\n \n component\n ReviewButtonComponent\n \n 100 %\n (15/15)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts\n \n component\n ReviewModalComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/review/review-modal/review-modal.component.ts\n \n interface\n ReviewModalData\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/modules/right-sidebar/right-sidebar.component.ts\n \n component\n RightSidebarComponent\n \n 83 %\n (5/6)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n component\n BlockSizeInputComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n interface\n BlockSize\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n variable\n DEFAULT_BLOCK_SIZE\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/details-label/details-label.component.ts\n \n component\n DetailsLabelComponent\n \n 100 %\n (5/5)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts\n \n component\n ContainerComponent\n \n 100 %\n (13/13)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts\n \n function\n throwDuplicateDrawersError\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/content/content.component.ts\n \n component\n ContentComponent\n \n 100 %\n (18/18)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n component\n DrawerComponent\n \n 95 %\n (42/44)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n class\n InitializationState\n \n 100 %\n (7/7)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n variable\n EXPAND_COLLAPSE_PARAMS_DEFAULT\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n interface\n ContentContainerChanged\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerContainersChanged\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerInitialized\n \n 100 %\n (2/2)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n interface\n DrawerToggled\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n variable\n MessageService\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/toggle-button/toggle-button.component.ts\n \n component\n ToggleButtonComponent\n \n 100 %\n (12/12)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/extraction-set-dropdown/extraction-set-dropdown.component.ts\n \n component\n ExtractionSetDropdownComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/json-file-reader/json-file-reader.component.ts\n \n component\n JsonFileReaderComponent\n \n 88 %\n (8/9)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/labeled-slide-toggle/labeled-slide-toggle.component.ts\n \n component\n LabeledSlideToggleComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts\n \n component\n NameInputComponent\n \n 90 %\n (10/11)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/name-input/name-input.component.ts\n \n interface\n UserName\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/registration-metadata/registration-metadata.component.ts\n \n component\n RegistrationMetadataComponent\n \n 100 %\n (12/12)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n component\n RotationSliderComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n interface\n Rotation\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n variable\n DEFAULT_ROTATION\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n component\n SlicesInputComponent\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n interface\n SlicesConfig\n \n 100 %\n (3/3)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n variable\n DEFAULT_SLICES_CONFIG\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-list/tag-list.component.ts\n \n component\n TagListComponent\n \n 90 %\n (9/10)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n component\n TagSearchComponent\n \n 100 %\n (29/29)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n variable\n DEFAULT_SEARCH_LIMIT\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n variable\n DEFAULT_SEARCH_THROTTLE\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n variable\n EMPTY_RESULT\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/visibility-menu/visibility-menu.component.ts\n \n component\n VisibilityMenuComponent\n \n 100 %\n (15/15)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/visibility-toggle/visibility-toggle.component.ts\n \n component\n VisibilityToggleComponent\n \n 100 %\n (9/9)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n class\n MessageChannel\n \n 100 %\n (8/8)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n injectable\n MessageService\n \n 100 %\n (6/6)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n interface\n Message\n \n 100 %\n (4/4)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n interface\n MessageServiceConfig\n \n 100 %\n (2/2)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n variable\n MESSAGE_SERVICE_CONFIG\n \n 100 %\n (1/1)\n \n \n \n \n \n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n variable\n MESSAGE_SERVICE_DEFAULT_CONFIG\n \n 100 %\n (1/1)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular-ru/cdk : 14.10.1\n \n @angular-ru/common : 15.313.0\n \n @angular-ru/ngxs : 14.1.4\n \n @angular-slider/ngx-slider : ^2.0.4\n \n @angular/animations : ^16.1.5\n \n @angular/cdk : ^16.1.5\n \n @angular/common : ^16.1.5\n \n @angular/compiler : ^16.1.5\n \n @angular/core : ^16.1.6\n \n @angular/elements : ^16.1.6\n \n @angular/forms : ^16.1.5\n \n @angular/material : ^16.1.5\n \n @angular/platform-browser : ^16.1.5\n \n @angular/platform-browser-dynamic : ^16.1.5\n \n @angular/router : ^16.1.5\n \n @angular/youtube-player : ^16.1.5\n \n @comunica/query-sparql-rdfjs : ^2.8.1\n \n @deck.gl/core : ~8.8.20\n \n @deck.gl/geo-layers : ~8.8.20\n \n @deck.gl/layers : ~8.8.20\n \n @deck.gl/mesh-layers : ~8.8.20\n \n @loaders.gl/core : ~3.2.10\n \n @loaders.gl/draco : ~3.2.10\n \n @loaders.gl/gltf : ~3.2.10\n \n @luma.gl/core : ~8.5.16\n \n @math.gl/core : ~3.6.3\n \n @math.gl/culling : ~3.5.7\n \n @ngxs-labs/dispatch-decorator : ^5.0.0\n \n @ngxs/logger-plugin : ^3.8.1\n \n @ngxs/storage-plugin : ^3.8.1\n \n @ngxs/store : ^3.8.1\n \n @rdfjs/data-model : ^2.0.1\n \n @webcomponents/webcomponentsjs : ^2.8.0\n \n bind-decorator : ^1.0.11\n \n body-parser : ^1.20.2\n \n cannon-es : ^0.20.0\n \n comlink : ^4.4.1\n \n concat : ^1.0.3\n \n cors : ^2.8.5\n \n css-element-queries : ^1.2.3\n \n document-register-element : ^1.14.10\n \n dotenv : ^16.3.1\n \n express : ^4.18.2\n \n file-saver : ^2.0.5\n \n fs-extra : ^11.1.1\n \n graphology : ^0.20.0\n \n graphology-shortest-path : ^1.4.1\n \n helmet : ^7.0.0\n \n hex-rgb : ^5.0.0\n \n idb-keyval : ^6.2.1\n \n jsonld : ^8.2.0\n \n lodash : ^4.17.21\n \n lru-cache : ^10.0.0\n \n n3 : ^1.17.0\n \n ngx-google-analytics : ^14.0.1\n \n ngx-markdown : ^16.0.0\n \n ngx-slider-v2 : ^16.0.2\n \n node-fetch : ^3.3.2\n \n object-hash : ^3.0.0\n \n qs : ^6.11.2\n \n rdf-literal : ^1.3.1\n \n rdfxml-streaming-parser : ^1.4.0\n \n readable-stream : ^4.4.2\n \n rxjs : ^7.8.1\n \n stream-browserify : ^3.0.0\n \n swiper : ^8.0.6\n \n ts-cacheable : ^1.0.9\n \n tslib : ^2.6.1\n \n uuid : ^9.0.0\n \n zone.js : ~0.13.1\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n applySpatialPlacement   (projects/.../reference-data.state.ts)\n \n \n getNodeBbox   (projects/.../scene.state.ts)\n \n \n globalConfigFactory   (projects/.../config.ts)\n \n \n parseOrgan   (projects/.../app-web-component.component.ts)\n \n \n throwDuplicateDrawersError   (projects/.../container.component.ts)\n \n \n \n \n \n \n\n\n projects/ccf-rui/src/app/core/store/reference-data/reference-data.state.ts\n \n \n \n \n \n \n \n applySpatialPlacement\n \n \n \n \n \n \napplySpatialPlacement(tx: Matrix4, placement: Immutable)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tx\n \n Matrix4\n \n\n \n No\n \n\n\n \n \n placement\n \n Immutable\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Matrix4\n\n \n \n \n \n \n \n \n \n projects/ccf-rui/src/app/core/store/scene/scene.state.ts\n \n \n \n \n \n \n \n getNodeBbox\n \n \n \n \n \n \ngetNodeBbox(model: SpatialSceneNode)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n model\n \n SpatialSceneNode\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : AABB\n\n \n \n \n \n \n \n \n \n projects/ccf-rui/src/app/core/services/config/config.ts\n \n \n \n \n \n \n \n globalConfigFactory\n \n \n \n \n \n \nglobalConfigFactory(globals: GlobalsService)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n globals\n \n GlobalsService\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : GlobalConfig\n\n \n \n \n \n \n \n \n \n projects/ccf-rui/src/app/app-web-component.component.ts\n \n \n \n \n \n \n \n parseOrgan\n \n \n \n \n \n \nparseOrgan(value)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n value\n\n \n No\n \n\n\n \n \n \n \n \n Returns : string | Organ\n\n \n \n \n \n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/container/container.component.ts\n \n \n \n \n \n \n \n throwDuplicateDrawersError\n \n \n \n \n \n \nthrowDuplicateDrawersError(position)\n \n \n\n\n\n\n \n \n Helper function for creating drawer errors.\n\n\n \n Parameters :\n \n \n \n \n Name\n Optional\n Description\n \n \n \n \n position\n\n \n No\n \n\n\n \n The position of the drawer.\n\n \n \n \n \n \n \n Returns : never\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nHuman Reference Atlas (HRA) - User Interfaces\n\n\n\n\n\n\n\nThis repository is a monorepo (multiple projects in one repository) containing the software to build the EUI, RUI, and Organ-Info.\nWebsite Links\n\nHRA Exploration User Interface (EUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app\nProduction: https://portal.hubmapconsortium.org/ccf-eui\nProduction (alt): https://hubmapconsortium.github.io/ccf-ui/\nStaging: https://hubmap-ccf-ui.netlify.app/\nOld Version 0.6.0: https://old--hubmap-ccf-ui.netlify.app\n\n\nHRA Registration User Interface (RUI)\n:star2: 4.0 BETA: https://beta--hubmap-ccf-ui.netlify.app/rui/\nProduction: https://hubmapconsortium.github.io/ccf-ui/rui/\nStaging: https://hubmap-ccf-ui.netlify.app/rui/\n\n\nHRA Organ Info Component (Organ-Info)\nProduction: https://hubmapconsortium.github.io/ccf-ui/organ-info/\nStaging: https://hubmap-ccf-ui.netlify.app/organ-info/\n\n\nHRA API\nProduction: https://apps.humanatlas.io/hra-api/\nStaging: https://apps.humanatlas.io/hra-api--staging/\nOpenAPI Specification: ccf-api-spec.yaml\n\n\nHRA API Client Libraries:\nJavaScript: @ccf-openapi/js-client\nTypeScript: @ccf-openapi/ts-client\nAngular 12+: @ccf-openapi/ng-client\nPython 3.6+: ccf-openapi\n\n\nHRA API Sample Notebooks/Vignettes:\nPython 3.6+:\nBasic Usage: ccf-api-usage.ipynb\nUse case walkthrough: ccf-api-usecase.ipynb\n\n\nJavaScript:\nBasic Usage: https://observablehq.com/@cns-iu/ccf-api-documentation-javascript\nUse case walkthrough: https://observablehq.com/@cns-iu/ccf-api-usecase-javascript\n\n\n\n\n\nBackground and More Information\nFor more information about the Human Reference Atlas (HRA) and the Common Coordinate Framework (CCF), see the HuBMAP HRA Portal at https://humanatlas.io.\nChange Log\nSee the ChangeLog for the latest developments.\nCredits\nThis software is developed by the Cyberinfrastructure for Network Science Center at Indiana University. It is funded by NIH Award OT2OD026671.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nMIT License\nCopyright (c) 2019 HuBMAP Consortium\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n BlockSizeInputModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ConfigModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n ContentModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n CoreModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DetailsLabelModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n DrawerModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ExtractionSetDropdownModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n HeaderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n JsonFileReaderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n LabeledSlideToggleModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n LeftSidebarModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n NameInputModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RegistrationContentModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RegistrationMetadataModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RegistrationModalModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ReviewButtonModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ReviewModalModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RightSidebarModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n RotationSliderModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SlicesInputModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StageNavModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n StoreModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n TagListModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TagSearchModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n ThemingModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n VideoModalLauncherModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n VideoModalModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n VisibilityMenuModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n VisibilityToggleModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_BlockSizeInputModule\n\n\n\ncluster_BlockSizeInputModule_declarations\n\n\n\ncluster_BlockSizeInputModule_exports\n\n\n\ncluster_ContentModule\n\n\n\ncluster_ContentModule_declarations\n\n\n\ncluster_ContentModule_imports\n\n\n\ncluster_ContentModule_exports\n\n\n\ncluster_CoreModule\n\n\n\ncluster_CoreModule_imports\n\n\n\ncluster_DetailsLabelModule\n\n\n\ncluster_DetailsLabelModule_declarations\n\n\n\ncluster_DetailsLabelModule_exports\n\n\n\ncluster_DrawerModule\n\n\n\ncluster_DrawerModule_declarations\n\n\n\ncluster_DrawerModule_exports\n\n\n\ncluster_ExtractionSetDropdownModule\n\n\n\ncluster_ExtractionSetDropdownModule_declarations\n\n\n\ncluster_ExtractionSetDropdownModule_exports\n\n\n\ncluster_HeaderModule\n\n\n\ncluster_HeaderModule_declarations\n\n\n\ncluster_HeaderModule_exports\n\n\n\ncluster_JsonFileReaderModule\n\n\n\ncluster_JsonFileReaderModule_declarations\n\n\n\ncluster_JsonFileReaderModule_exports\n\n\n\ncluster_LabeledSlideToggleModule\n\n\n\ncluster_LabeledSlideToggleModule_declarations\n\n\n\ncluster_LabeledSlideToggleModule_exports\n\n\n\ncluster_LeftSidebarModule\n\n\n\ncluster_LeftSidebarModule_declarations\n\n\n\ncluster_LeftSidebarModule_imports\n\n\n\ncluster_LeftSidebarModule_exports\n\n\n\ncluster_NameInputModule\n\n\n\ncluster_NameInputModule_declarations\n\n\n\ncluster_NameInputModule_exports\n\n\n\ncluster_RegistrationContentModule\n\n\n\ncluster_RegistrationContentModule_declarations\n\n\n\ncluster_RegistrationContentModule_imports\n\n\n\ncluster_RegistrationContentModule_exports\n\n\n\ncluster_RegistrationMetadataModule\n\n\n\ncluster_RegistrationMetadataModule_declarations\n\n\n\ncluster_RegistrationMetadataModule_exports\n\n\n\ncluster_RegistrationModalModule\n\n\n\ncluster_RegistrationModalModule_declarations\n\n\n\ncluster_RegistrationModalModule_exports\n\n\n\ncluster_ReviewButtonModule\n\n\n\ncluster_ReviewButtonModule_declarations\n\n\n\ncluster_ReviewButtonModule_imports\n\n\n\ncluster_ReviewButtonModule_exports\n\n\n\ncluster_ReviewModalModule\n\n\n\ncluster_ReviewModalModule_declarations\n\n\n\ncluster_ReviewModalModule_exports\n\n\n\ncluster_RightSidebarModule\n\n\n\ncluster_RightSidebarModule_declarations\n\n\n\ncluster_RightSidebarModule_imports\n\n\n\ncluster_RightSidebarModule_exports\n\n\n\ncluster_RotationSliderModule\n\n\n\ncluster_RotationSliderModule_declarations\n\n\n\ncluster_RotationSliderModule_exports\n\n\n\ncluster_SlicesInputModule\n\n\n\ncluster_SlicesInputModule_declarations\n\n\n\ncluster_SlicesInputModule_exports\n\n\n\ncluster_StageNavModule\n\n\n\ncluster_StageNavModule_declarations\n\n\n\ncluster_StageNavModule_exports\n\n\n\ncluster_TagListModule\n\n\n\ncluster_TagListModule_declarations\n\n\n\ncluster_TagListModule_exports\n\n\n\ncluster_TagSearchModule\n\n\n\ncluster_TagSearchModule_declarations\n\n\n\ncluster_TagSearchModule_exports\n\n\n\ncluster_ThemingModule\n\n\n\ncluster_ThemingModule_providers\n\n\n\ncluster_VideoModalLauncherModule\n\n\n\ncluster_VideoModalLauncherModule_declarations\n\n\n\ncluster_VideoModalLauncherModule_exports\n\n\n\ncluster_VideoModalModule\n\n\n\ncluster_VideoModalModule_declarations\n\n\n\ncluster_VideoModalModule_exports\n\n\n\ncluster_VisibilityMenuModule\n\n\n\ncluster_VisibilityMenuModule_declarations\n\n\n\ncluster_VisibilityMenuModule_exports\n\n\n\ncluster_VisibilityToggleModule\n\n\n\ncluster_VisibilityToggleModule_declarations\n\n\n\ncluster_VisibilityToggleModule_exports\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppWebComponent\n\nAppWebComponent\n\nAppModule -->\n\nAppWebComponent->AppModule\n\n\n\n\n\nContentModule\n\nContentModule\n\nAppModule -->\n\nContentModule->AppModule\n\n\n\n\n\nContentComponent \n\nContentComponent \n\nContentComponent -->\n\nContentModule->ContentComponent \n\n\n\n\n\nCoreModule\n\nCoreModule\n\nAppModule -->\n\nCoreModule->AppModule\n\n\n\n\n\nDrawerModule\n\nDrawerModule\n\nAppModule -->\n\nDrawerModule->AppModule\n\n\n\n\n\nContainerComponent \n\nContainerComponent \n\nContainerComponent -->\n\nDrawerModule->ContainerComponent \n\n\n\n\n\nDrawerComponent \n\nDrawerComponent \n\nDrawerComponent -->\n\nDrawerModule->DrawerComponent \n\n\n\n\n\nToggleButtonComponent \n\nToggleButtonComponent \n\nToggleButtonComponent -->\n\nDrawerModule->ToggleButtonComponent \n\n\n\n\n\nHeaderModule\n\nHeaderModule\n\nAppModule -->\n\nHeaderModule->AppModule\n\n\n\n\n\nHeaderComponent \n\nHeaderComponent \n\nHeaderComponent -->\n\nHeaderModule->HeaderComponent \n\n\n\n\n\nLeftSidebarModule\n\nLeftSidebarModule\n\nAppModule -->\n\nLeftSidebarModule->AppModule\n\n\n\n\n\nLeftSidebarComponent \n\nLeftSidebarComponent \n\nLeftSidebarComponent -->\n\nLeftSidebarModule->LeftSidebarComponent \n\n\n\n\n\nRegistrationModalModule\n\nRegistrationModalModule\n\nAppModule -->\n\nRegistrationModalModule->AppModule\n\n\n\n\n\nRegistrationModalComponent \n\nRegistrationModalComponent \n\nRegistrationModalComponent -->\n\nRegistrationModalModule->RegistrationModalComponent \n\n\n\n\n\nRightSidebarModule\n\nRightSidebarModule\n\nAppModule -->\n\nRightSidebarModule->AppModule\n\n\n\n\n\nRightSidebarComponent \n\nRightSidebarComponent \n\nRightSidebarComponent -->\n\nRightSidebarModule->RightSidebarComponent \n\n\n\n\n\nBlockSizeInputComponent\n\nBlockSizeInputComponent\n\n\n\nBlockSizeInputModule\n\nBlockSizeInputModule\n\nBlockSizeInputModule -->\n\nBlockSizeInputComponent->BlockSizeInputModule\n\n\n\nRightSidebarModule -->\n\nBlockSizeInputModule->RightSidebarModule\n\n\n\n\n\nBlockSizeInputComponent \n\nBlockSizeInputComponent \n\nBlockSizeInputComponent -->\n\nBlockSizeInputModule->BlockSizeInputComponent \n\n\n\n\n\nContentComponent\n\nContentComponent\n\nContentModule -->\n\nContentComponent->ContentModule\n\n\n\nDrawerModule -->\n\nContentComponent->DrawerModule\n\n\n\n\n\nStageNavModule\n\nStageNavModule\n\nContentModule -->\n\nStageNavModule->ContentModule\n\n\n\n\n\nStageNavComponent \n\nStageNavComponent \n\nStageNavComponent -->\n\nStageNavModule->StageNavComponent \n\n\n\n\n\nVideoModalLauncherModule\n\nVideoModalLauncherModule\n\nContentModule -->\n\nVideoModalLauncherModule->ContentModule\n\n\n\n\n\nVideoModalLauncherComponent \n\nVideoModalLauncherComponent \n\nVideoModalLauncherComponent -->\n\nVideoModalLauncherModule->VideoModalLauncherComponent \n\n\n\n\n\nConfigModule\n\nConfigModule\n\nCoreModule -->\n\nConfigModule->CoreModule\n\n\n\n\n\nStoreModule\n\nStoreModule\n\nCoreModule -->\n\nStoreModule->CoreModule\n\n\n\n\n\nThemingModule\n\nThemingModule\n\nCoreModule -->\n\nThemingModule->CoreModule\n\n\n\n\n\nDetailsLabelComponent\n\nDetailsLabelComponent\n\n\n\nDetailsLabelModule\n\nDetailsLabelModule\n\nDetailsLabelModule -->\n\nDetailsLabelComponent->DetailsLabelModule\n\n\n\n\n\nDetailsLabelComponent \n\nDetailsLabelComponent \n\nDetailsLabelComponent -->\n\nDetailsLabelModule->DetailsLabelComponent \n\n\n\n\n\nContainerComponent\n\nContainerComponent\n\nDrawerModule -->\n\nContainerComponent->DrawerModule\n\n\n\n\n\nDrawerComponent\n\nDrawerComponent\n\nDrawerModule -->\n\nDrawerComponent->DrawerModule\n\n\n\n\n\nToggleButtonComponent\n\nToggleButtonComponent\n\nDrawerModule -->\n\nToggleButtonComponent->DrawerModule\n\n\n\n\n\nExtractionSetDropdownComponent\n\nExtractionSetDropdownComponent\n\n\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule\n\nExtractionSetDropdownModule -->\n\nExtractionSetDropdownComponent->ExtractionSetDropdownModule\n\n\n\nLeftSidebarModule -->\n\nExtractionSetDropdownModule->LeftSidebarModule\n\n\n\n\n\nExtractionSetDropdownComponent \n\nExtractionSetDropdownComponent \n\nExtractionSetDropdownComponent -->\n\nExtractionSetDropdownModule->ExtractionSetDropdownComponent \n\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\nHeaderModule -->\n\nHeaderComponent->HeaderModule\n\n\n\n\n\nJsonFileReaderComponent\n\nJsonFileReaderComponent\n\n\n\nJsonFileReaderModule\n\nJsonFileReaderModule\n\nJsonFileReaderModule -->\n\nJsonFileReaderComponent->JsonFileReaderModule\n\n\n\n\n\nJsonFileReaderComponent \n\nJsonFileReaderComponent \n\nJsonFileReaderComponent -->\n\nJsonFileReaderModule->JsonFileReaderComponent \n\n\n\n\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule\n\nRegistrationMetadataModule -->\n\nJsonFileReaderModule->RegistrationMetadataModule\n\n\n\n\n\nLabeledSlideToggleComponent\n\nLabeledSlideToggleComponent\n\n\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule\n\nLabeledSlideToggleModule -->\n\nLabeledSlideToggleComponent->LabeledSlideToggleModule\n\n\n\nStageNavModule -->\n\nLabeledSlideToggleModule->StageNavModule\n\n\n\n\n\nLabeledSlideToggleComponent \n\nLabeledSlideToggleComponent \n\nLabeledSlideToggleComponent -->\n\nLabeledSlideToggleModule->LabeledSlideToggleComponent \n\n\n\n\n\nLeftSidebarComponent\n\nLeftSidebarComponent\n\nLeftSidebarModule -->\n\nLeftSidebarComponent->LeftSidebarModule\n\n\n\n\n\nNameInputModule\n\nNameInputModule\n\nLeftSidebarModule -->\n\nNameInputModule->LeftSidebarModule\n\n\n\n\n\nNameInputComponent \n\nNameInputComponent \n\nNameInputComponent -->\n\nNameInputModule->NameInputComponent \n\n\n\nRegistrationMetadataModule -->\n\nNameInputModule->RegistrationMetadataModule\n\n\n\n\n\nVisibilityMenuModule\n\nVisibilityMenuModule\n\nLeftSidebarModule -->\n\nVisibilityMenuModule->LeftSidebarModule\n\n\n\n\n\nVisibilityMenuComponent \n\nVisibilityMenuComponent \n\nVisibilityMenuComponent -->\n\nVisibilityMenuModule->VisibilityMenuComponent \n\n\n\n\n\nVisibilityToggleModule\n\nVisibilityToggleModule\n\nLeftSidebarModule -->\n\nVisibilityToggleModule->LeftSidebarModule\n\n\n\nLeftSidebarModule -->\n\nVisibilityToggleModule->LeftSidebarModule\n\n\n\n\n\nVisibilityToggleComponent \n\nVisibilityToggleComponent \n\nVisibilityToggleComponent -->\n\nVisibilityToggleModule->VisibilityToggleComponent \n\n\n\n\n\nNameInputComponent\n\nNameInputComponent\n\nNameInputModule -->\n\nNameInputComponent->NameInputModule\n\n\n\n\n\nRegistrationContentComponent\n\nRegistrationContentComponent\n\n\n\nRegistrationContentModule\n\nRegistrationContentModule\n\nRegistrationContentModule -->\n\nRegistrationContentComponent->RegistrationContentModule\n\n\n\nRegistrationModalModule -->\n\nRegistrationContentModule->RegistrationModalModule\n\n\n\n\n\nRegistrationContentComponent \n\nRegistrationContentComponent \n\nRegistrationContentComponent -->\n\nRegistrationContentModule->RegistrationContentComponent \n\n\n\nRightSidebarModule -->\n\nRegistrationMetadataModule->RightSidebarModule\n\n\n\nRegistrationContentModule -->\n\nRegistrationMetadataModule->RegistrationContentModule\n\n\n\n\n\nRegistrationMetadataComponent \n\nRegistrationMetadataComponent \n\nRegistrationMetadataComponent -->\n\nRegistrationMetadataModule->RegistrationMetadataComponent \n\n\n\n\n\nRegistrationMetadataComponent\n\nRegistrationMetadataComponent\n\nRegistrationMetadataModule -->\n\nRegistrationMetadataComponent->RegistrationMetadataModule\n\n\n\n\n\nRegistrationModalComponent\n\nRegistrationModalComponent\n\nRegistrationModalModule -->\n\nRegistrationModalComponent->RegistrationModalModule\n\n\n\n\n\nReviewButtonComponent\n\nReviewButtonComponent\n\n\n\nReviewButtonModule\n\nReviewButtonModule\n\nReviewButtonModule -->\n\nReviewButtonComponent->ReviewButtonModule\n\n\n\nRightSidebarModule -->\n\nReviewButtonModule->RightSidebarModule\n\n\n\n\n\nReviewButtonComponent \n\nReviewButtonComponent \n\nReviewButtonComponent -->\n\nReviewButtonModule->ReviewButtonComponent \n\n\n\n\n\nReviewModalModule\n\nReviewModalModule\n\nReviewButtonModule -->\n\nReviewModalModule->ReviewButtonModule\n\n\n\n\n\nReviewModalComponent \n\nReviewModalComponent \n\nReviewModalComponent -->\n\nReviewModalModule->ReviewModalComponent \n\n\n\n\n\nReviewModalComponent\n\nReviewModalComponent\n\nReviewModalModule -->\n\nReviewModalComponent->ReviewModalModule\n\n\n\n\n\nRightSidebarComponent\n\nRightSidebarComponent\n\nRightSidebarModule -->\n\nRightSidebarComponent->RightSidebarModule\n\n\n\n\n\nRotationSliderModule\n\nRotationSliderModule\n\nRightSidebarModule -->\n\nRotationSliderModule->RightSidebarModule\n\n\n\n\n\nRotationSliderComponent \n\nRotationSliderComponent \n\nRotationSliderComponent -->\n\nRotationSliderModule->RotationSliderComponent \n\n\n\n\n\nSlicesInputModule\n\nSlicesInputModule\n\nRightSidebarModule -->\n\nSlicesInputModule->RightSidebarModule\n\n\n\n\n\nSlicesInputComponent \n\nSlicesInputComponent \n\nSlicesInputComponent -->\n\nSlicesInputModule->SlicesInputComponent \n\n\n\n\n\nTagListModule\n\nTagListModule\n\nRightSidebarModule -->\n\nTagListModule->RightSidebarModule\n\n\n\n\n\nTagListComponent \n\nTagListComponent \n\nTagListComponent -->\n\nTagListModule->TagListComponent \n\n\n\n\n\nTagSearchModule\n\nTagSearchModule\n\nRightSidebarModule -->\n\nTagSearchModule->RightSidebarModule\n\n\n\n\n\nTagSearchComponent \n\nTagSearchComponent \n\nTagSearchComponent -->\n\nTagSearchModule->TagSearchComponent \n\n\n\n\n\nRotationSliderComponent\n\nRotationSliderComponent\n\nRotationSliderModule -->\n\nRotationSliderComponent->RotationSliderModule\n\n\n\n\n\nSlicesInputComponent\n\nSlicesInputComponent\n\nSlicesInputModule -->\n\nSlicesInputComponent->SlicesInputModule\n\n\n\n\n\nStageNavComponent\n\nStageNavComponent\n\nStageNavModule -->\n\nStageNavComponent->StageNavModule\n\n\n\n\n\nTagListComponent\n\nTagListComponent\n\nTagListModule -->\n\nTagListComponent->TagListModule\n\n\n\n\n\nTagSearchComponent\n\nTagSearchComponent\n\nTagSearchModule -->\n\nTagSearchComponent->TagSearchModule\n\n\n\n\n\nThemingService\n\nThemingService\n\nThemingModule -->\n\nThemingService->ThemingModule\n\n\n\n\n\nVideoModalLauncherComponent\n\nVideoModalLauncherComponent\n\nVideoModalLauncherModule -->\n\nVideoModalLauncherComponent->VideoModalLauncherModule\n\n\n\n\n\nVideoModalComponent\n\nVideoModalComponent\n\n\n\nVideoModalModule\n\nVideoModalModule\n\nVideoModalModule -->\n\nVideoModalComponent->VideoModalModule\n\n\n\n\n\nVideoModalComponent \n\nVideoModalComponent \n\nVideoModalComponent -->\n\nVideoModalModule->VideoModalComponent \n\n\n\n\n\nVisibilityMenuComponent\n\nVisibilityMenuComponent\n\nVisibilityMenuModule -->\n\nVisibilityMenuComponent->VisibilityMenuModule\n\n\n\n\n\nVisibilityToggleComponent\n\nVisibilityToggleComponent\n\nVisibilityToggleModule -->\n\nVisibilityToggleComponent->VisibilityToggleModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 30 Modules\n \n \n \n \n \n \n \n \n 30 Components\n \n \n \n \n \n \n \n 9 Injectables\n \n \n \n \n \n \n \n 2 Classes\n \n \n \n \n \n \n \n 33 Interfaces\n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 3.7.2\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n CancelRegistrationCallback   (projects/.../app-web-component.component.ts)\n \n \n ContainerPayload   (projects/.../messages.ts)\n \n \n DrawerPayload   (projects/.../messages.ts)\n \n \n ExpandedState   (projects/.../drawer.component.ts)\n \n \n ExpandedState2   (projects/.../drawer.component.ts)\n \n \n FetchPreviousRegistrationsCallback   (projects/.../app-web-component.component.ts)\n \n \n Message   (projects/.../messages.ts)\n \n \n MessageChannel   (projects/.../messages.ts)\n \n \n MessageService   (projects/.../messages.ts)\n \n \n MetaData   (projects/.../meta-data.ts)\n \n \n OpenedState   (projects/.../drawer.component.ts)\n \n \n Organ   (projects/.../app-web-component.component.ts)\n \n \n Payload   (projects/.../messages.ts)\n \n \n RegistrationCallback   (projects/.../app-web-component.component.ts)\n \n \n Side   (projects/.../stage-nav.component.ts)\n \n \n TagId   (projects/.../anatomical-structure-tag.ts)\n \n \n User   (projects/.../app-web-component.component.ts)\n \n \n ViewSide   (projects/.../model.state.ts)\n \n \n ViewType   (projects/.../model.state.ts)\n \n \n \n \n \n \n\n\n projects/ccf-rui/src/app/app-web-component.component.ts\n \n \n \n \n \n \n CancelRegistrationCallback\n \n \n \n \n function\n\n \n \n \n \n \n \n \n \n \n FetchPreviousRegistrationsCallback\n \n \n \n \n function\n\n \n \n \n \n \n \n \n \n \n Organ\n \n \n \n \n NonNullable<>\n\n \n \n \n \n \n \n \n \n \n RegistrationCallback\n \n \n \n \n function\n\n \n \n \n \n \n \n \n \n \n User\n \n \n \n \n NonNullable<>\n\n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n \n \n \n \n \n ContainerPayload\n \n \n \n \n Payload types for messages sent from the drawer container.\n\n \n \n \n \n ContentContainerChanged | DrawerContainersChanged\n\n \n \n \n \n \n \n \n \n \n DrawerPayload\n \n \n \n \n Payload types for messages sent from the drawers.\n\n \n \n \n \n DrawerToggled | DrawerInitialized\n\n \n \n \n \n \n \n \n \n \n Message\n \n \n \n \n Specific message type.\n\n \n \n \n \n GenericMessage\n\n \n \n \n \n \n \n \n \n \n MessageChannel\n \n \n \n \n Specific channel type.\n\n \n \n \n \n GenericMessageChannel\n\n \n \n \n \n \n \n \n \n \n MessageService\n \n \n \n \n Specific service type.\n\n \n \n \n \n GenericMessageService\n\n \n \n \n \n \n \n \n \n \n Payload\n \n \n \n \n Combined payload type for all drawer sub components.\n\n \n \n \n \n ContainerPayload | DrawerPayload\n\n \n \n \n \n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n \n \n \n \n \n ExpandedState\n \n \n \n \n Expanded/collapsed state.\n\n \n \n \n \n \"open\" | \"open-instant\" | \"closed\"\n\n \n \n \n \n \n \n \n \n \n ExpandedState2\n \n \n \n \n Expanded state relative to an opposite drawer.\n\n \n \n \n \n \"collapsed\" | \"half\" | \"extended\" | \"full\"\n\n \n \n \n \n \n \n \n \n \n OpenedState\n \n \n \n \n Opened/closed state.\n\n \n \n \n \n \"open\" | \"open-instant\" | \"closed\"\n\n \n \n \n \n projects/ccf-rui/src/app/core/models/meta-data.ts\n \n \n \n \n \n \n MetaData\n \n \n \n \n MetaDataField[]\n\n \n \n \n \n projects/ccf-rui/src/app/modules/content/stage-nav/stage-nav.component.ts\n \n \n \n \n \n \n Side\n \n \n \n \n Valid values for side.\n\n \n \n \n \n \"left\" | \"right\" | \"anterior\" | \"posterior\" | \"3D\"\n\n \n \n \n \n projects/ccf-rui/src/app/core/models/anatomical-structure-tag.ts\n \n \n \n \n \n \n TagId\n \n \n \n \n Type for tag identifiers\n\n \n \n \n \n string | number\n\n \n \n \n \n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n \n \n \n \n \n ViewSide\n \n \n \n \n Side which the model is viewed from\n\n \n \n \n \n \"left\" | \"right\" | \"anterior\" | \"posterior\"\n\n \n \n \n \n \n \n \n \n \n ViewType\n \n \n \n \n Model view type\n\n \n \n \n \n \"register\" | \"3d\"\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n DEFAULT_BLOCK_SIZE   (projects/.../block-size-input.component.ts)\n \n \n DEFAULT_ICONS   (projects/.../default-icons.ts)\n \n \n DEFAULT_ROTATION   (projects/.../rotation-slider.component.ts)\n \n \n DEFAULT_SEARCH_LIMIT   (projects/.../tag-search.component.ts)\n \n \n DEFAULT_SEARCH_THROTTLE   (projects/.../tag-search.component.ts)\n \n \n DEFAULT_SLICES_CONFIG   (projects/.../slices-input.component.ts)\n \n \n DEFAULT_THEME   (projects/.../theming.service.ts)\n \n \n EMPTY_RESULT   (projects/.../tag-search.component.ts)\n \n \n EXPAND_COLLAPSE_PARAMS_DEFAULT   (projects/.../drawer.component.ts)\n \n \n GLOBAL_CONFIG   (projects/.../config.ts)\n \n \n MESSAGE_SERVICE_CONFIG   (projects/.../message.service.ts)\n \n \n MESSAGE_SERVICE_DEFAULT_CONFIG   (projects/.../message.service.ts)\n \n \n MessageService   (projects/.../messages.ts)\n \n \n ROOT_STATES   (projects/.../store.module.ts)\n \n \n RUI_ORGANS   (projects/.../model.state.ts)\n \n \n ruiConfig   (projects/.../config.ts)\n \n \n \n \n \n \n\n\n projects/ccf-rui/src/app/shared/components/block-size-input/block-size-input.component.ts\n \n \n \n \n \n \n \n DEFAULT_BLOCK_SIZE\n \n \n \n \n \n \n Type : BlockSize\n\n \n \n \n \n Default value : {\n x: 10,\n y: 10,\n z: 10\n}\n \n \n\n \n \n Defaults for block sizes.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/store/icon-registry/default-icons.ts\n \n \n \n \n \n \n \n DEFAULT_ICONS\n \n \n \n \n \n \n Type : DefaultIconDefinition[]\n\n \n \n \n \n Default value : [\n // Reference Organs\n { name: 'bladder', namespace: 'app', url: 'assets/icons/organs/ico-organs-bladder.svg' },\n { name: 'blood', namespace: 'app', url: 'assets/icons/organs/ico-organs-blood.svg' },\n { name: 'bone-marrow', namespace: 'app', url: 'assets/icons/organs/ico-organs-bone-marrow.svg' },\n { name: 'brain', namespace: 'app', url: 'assets/icons/organs/ico-organs-brain.svg' },\n { name: 'eye', namespace: 'app', url: 'assets/icons/organs/ico-organs-eye.svg' },\n { name: 'fallopian-tube-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-left.svg' },\n { name: 'fallopian-tube-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-fallopian-tube-right.svg' },\n { name: 'heart', namespace: 'app', url: 'assets/icons/organs/ico-organs-heart.svg' },\n { name: 'kidney-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-left.svg' },\n { name: 'kidney-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney-right.svg' },\n { name: 'kidney', namespace: 'app', url: 'assets/icons/organs/ico-organs-kidney.svg' },\n { name: 'knee', namespace: 'app', url: 'assets/icons/organs/ico-organs-knee.svg' },\n { name: 'large-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-large-intestine.svg' },\n { name: 'larynx', namespace: 'app', url: 'assets/icons/organs/ico-organs-larynx.svg' },\n { name: 'liver', namespace: 'app', url: 'assets/icons/organs/ico-organs-liver.svg' },\n { name: 'lung-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-left.svg' },\n { name: 'lung-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung-right.svg' },\n { name: 'lung', namespace: 'app', url: 'assets/icons/organs/ico-organs-lung.svg' },\n { name: 'lymph-nodes', namespace: 'app', url: 'assets/icons/organs/ico-organs-lymph-nodes.svg' },\n { name: 'main-bronchus', namespace: 'app', url: 'assets/icons/organs/ico-organs-extrapulmonary bronchus.svg' },\n { name: 'mammary-gland', namespace: 'app', url: 'assets/icons/organs/ico-organs-breast.svg' },\n { name: 'neuron', namespace: 'app', url: 'assets/icons/organs/ico-organs-neuron.svg' },\n { name: 'ovaries', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovaries.svg' },\n { name: 'ovary-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-left.svg' },\n { name: 'ovary-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ovary-right.svg' },\n { name: 'palatine-tonsil', namespace: 'app', url: 'assets/icons/organs/ico-organs-palatine tonsil.svg' },\n { name: 'pancreas', namespace: 'app', url: 'assets/icons/organs/ico-organs-pancreas.svg' },\n { name: 'pelvis-f', namespace: 'app', url: 'assets/icons/organs/ico-organs-pelvis-f.svg' },\n { name: 'placenta', namespace: 'app', url: 'assets/icons/organs/ico-organs-placenta.svg' },\n { name: 'prostate', namespace: 'app', url: 'assets/icons/organs/ico-organs-prostate.svg' },\n { name: 'skin', namespace: 'app', url: 'assets/icons/organs/ico-organs-skin.svg' },\n { name: 'small-intestine', namespace: 'app', url: 'assets/icons/organs/ico-organs-small intestine.svg' },\n { name: 'spinal-cord', namespace: 'app', url: 'assets/icons/organs/ico-organs-spinal-cord.svg' },\n { name: 'spleen', namespace: 'app', url: 'assets/icons/organs/ico-organs-spleen.svg' },\n { name: 'stomach', namespace: 'app', url: 'assets/icons/organs/ico-organs-stomach.svg' },\n { name: 'thymus', namespace: 'app', url: 'assets/icons/organs/ico-organs-thymus.svg' },\n { name: 'trachea', namespace: 'app', url: 'assets/icons/organs/ico-organs-trachea.svg' },\n { name: 'ureter-left', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-left.svg' },\n { name: 'ureter-right', namespace: 'app', url: 'assets/icons/organs/ico-organs-ureter-right.svg' },\n { name: 'uterus', namespace: 'app', url: 'assets/icons/organs/ico-organs-uterus.svg' },\n { name: 'vasculature-thick', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thick.svg' },\n { name: 'vasculature-thin', namespace: 'app', url: 'assets/icons/organs/ico-organs-vasculature-thin.svg' },\n\n { name: 'opacity', namespace: 'app', url: 'assets/icons/opacity-24px.svg' },\n { name: 'visibility_on', namespace: 'app', url: 'assets/icons/visibility-on-24px.svg' },\n { name: 'visibility_off', namespace: 'app', url: 'assets/icons/visibility-off-24px.svg' },\n { name: 'visibility_off_cube', namespace: 'app', url: 'assets/icons/ico-cube.svg' }\n]\n \n \n\n \n \n Icons registered at startup.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/rotation-slider/rotation-slider.component.ts\n \n \n \n \n \n \n \n DEFAULT_ROTATION\n \n \n \n \n \n \n Type : Rotation\n\n \n \n \n \n Default value : {\n x: 0,\n y: 0,\n z: 0\n}\n \n \n\n \n \n Default values for rotation.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/tag-search/tag-search.component.ts\n \n \n \n \n \n \n \n DEFAULT_SEARCH_LIMIT\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 5\n \n \n\n \n \n Default search results limit\n\n \n \n\n \n \n \n \n \n \n \n \n DEFAULT_SEARCH_THROTTLE\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 100\n \n \n\n \n \n Default search throttle time in ms\n\n \n \n\n \n \n \n \n \n \n \n \n EMPTY_RESULT\n \n \n \n \n \n \n Type : TagSearchResult\n\n \n \n \n \n Default value : { totalCount: 0, results: [] }\n \n \n\n \n \n Empty search result object\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/slices-input/slices-input.component.ts\n \n \n \n \n \n \n \n DEFAULT_SLICES_CONFIG\n \n \n \n \n \n \n Type : SlicesConfig\n\n \n \n \n \n Default value : {\n thickness: NaN,\n numSlices: NaN\n}\n \n \n\n \n \n Default values for slices config.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/services/theming/theming.service.ts\n \n \n \n \n \n \n \n DEFAULT_THEME\n \n \n \n \n \n \n Default value : new InjectionToken('Default theme class')\n \n \n\n \n \n Token for specifying the default theme class.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/drawer/drawer/drawer.component.ts\n \n \n \n \n \n \n \n EXPAND_COLLAPSE_PARAMS_DEFAULT\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n params: {\n width: 0,\n margin: 0,\n margin2: 0\n }\n}\n \n \n\n \n \n Default animation parameters.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/services/config/config.ts\n \n \n \n \n \n \n \n GLOBAL_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'Global configuration object'\n)\n \n \n\n\n \n \n \n \n \n \n \n \n ruiConfig\n \n \n \n \n \n \n Type : GlobalConfig\n\n \n \n\n\n \n \n\n projects/ccf-rui/src/app/shared/services/message/message.service.ts\n \n \n \n \n \n \n \n MESSAGE_SERVICE_CONFIG\n \n \n \n \n \n \n Default value : new InjectionToken(\n 'Message service configuration',\n {\n providedIn: 'root',\n factory: () => MESSAGE_SERVICE_DEFAULT_CONFIG\n }\n)\n \n \n\n \n \n Token for specifying the message service configuration.\n\n \n \n\n \n \n \n \n \n \n \n \n MESSAGE_SERVICE_DEFAULT_CONFIG\n \n \n \n \n \n \n Type : MessageServiceConfig\n\n \n \n \n \n Default value : {\n isolated: true\n}\n \n \n\n \n \n Default message service configuration.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/shared/components/drawer/messages.ts\n \n \n \n \n \n \n \n MessageService\n \n \n \n \n \n \n Default value : GenericMessageService\n \n \n\n \n \n Reference to the service class.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/store/store.module.ts\n \n \n \n \n \n \n \n ROOT_STATES\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n GlobalConfigState,\n IconRegistryState,\n PageState,\n ModelState,\n AnatomicalStructureTagState,\n ReferenceDataState,\n RegistrationState,\n SceneState\n]\n \n \n\n \n \n States shared across the entire app.\n\n \n \n\n \n \n\n projects/ccf-rui/src/app/core/store/model/model.state.ts\n \n \n \n \n \n \n \n RUI_ORGANS\n \n \n \n \n \n \n Default value : ALL_ORGANS\n \n \n\n \n \n All organs to be displayed\n\n \n \n\n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} } diff --git a/docs/ccf-rui/modules/DetailsLabelModule.html b/docs/ccf-rui/modules/DetailsLabelModule.html index 068042cbc..6c37e5633 100644 --- a/docs/ccf-rui/modules/DetailsLabelModule.html +++ b/docs/ccf-rui/modules/DetailsLabelModule.html @@ -66,14 +66,14 @@ cluster_DetailsLabelModule - -cluster_DetailsLabelModule_declarations - - cluster_DetailsLabelModule_exports + +cluster_DetailsLabelModule_declarations + + DetailsLabelComponent diff --git a/docs/ccf-rui/modules/DetailsLabelModule/dependencies.svg b/docs/ccf-rui/modules/DetailsLabelModule/dependencies.svg index e5718094b..6c853148a 100644 --- a/docs/ccf-rui/modules/DetailsLabelModule/dependencies.svg +++ b/docs/ccf-rui/modules/DetailsLabelModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_DetailsLabelModule - -cluster_DetailsLabelModule_declarations - - cluster_DetailsLabelModule_exports + +cluster_DetailsLabelModule_declarations + + DetailsLabelComponent diff --git a/docs/ccf-rui/modules/DrawerModule.html b/docs/ccf-rui/modules/DrawerModule.html index fd88587d8..be176934d 100644 --- a/docs/ccf-rui/modules/DrawerModule.html +++ b/docs/ccf-rui/modules/DrawerModule.html @@ -66,14 +66,14 @@ cluster_DrawerModule - -cluster_DrawerModule_exports - - cluster_DrawerModule_declarations + +cluster_DrawerModule_exports + + ContainerComponent diff --git a/docs/ccf-rui/modules/DrawerModule/dependencies.svg b/docs/ccf-rui/modules/DrawerModule/dependencies.svg index 29c36b455..bc2677c73 100644 --- a/docs/ccf-rui/modules/DrawerModule/dependencies.svg +++ b/docs/ccf-rui/modules/DrawerModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_DrawerModule - -cluster_DrawerModule_exports - - cluster_DrawerModule_declarations + +cluster_DrawerModule_exports + + ContainerComponent diff --git a/docs/ccf-rui/modules/ExtractionSetDropdownModule.html b/docs/ccf-rui/modules/ExtractionSetDropdownModule.html index 42aa780d2..2fb53d321 100644 --- a/docs/ccf-rui/modules/ExtractionSetDropdownModule.html +++ b/docs/ccf-rui/modules/ExtractionSetDropdownModule.html @@ -66,14 +66,14 @@ cluster_ExtractionSetDropdownModule - -cluster_ExtractionSetDropdownModule_declarations - - cluster_ExtractionSetDropdownModule_exports + +cluster_ExtractionSetDropdownModule_declarations + + ExtractionSetDropdownComponent diff --git a/docs/ccf-rui/modules/ExtractionSetDropdownModule/dependencies.svg b/docs/ccf-rui/modules/ExtractionSetDropdownModule/dependencies.svg index d6aa20510..63fb9773e 100644 --- a/docs/ccf-rui/modules/ExtractionSetDropdownModule/dependencies.svg +++ b/docs/ccf-rui/modules/ExtractionSetDropdownModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_ExtractionSetDropdownModule - -cluster_ExtractionSetDropdownModule_declarations - - cluster_ExtractionSetDropdownModule_exports + +cluster_ExtractionSetDropdownModule_declarations + + ExtractionSetDropdownComponent diff --git a/docs/ccf-rui/modules/HeaderModule.html b/docs/ccf-rui/modules/HeaderModule.html index 9775c8dbe..b35b0c6f8 100644 --- a/docs/ccf-rui/modules/HeaderModule.html +++ b/docs/ccf-rui/modules/HeaderModule.html @@ -66,14 +66,14 @@ cluster_HeaderModule - -cluster_HeaderModule_exports - - cluster_HeaderModule_declarations + +cluster_HeaderModule_exports + + HeaderComponent diff --git a/docs/ccf-rui/modules/HeaderModule/dependencies.svg b/docs/ccf-rui/modules/HeaderModule/dependencies.svg index d810f833b..af302f396 100644 --- a/docs/ccf-rui/modules/HeaderModule/dependencies.svg +++ b/docs/ccf-rui/modules/HeaderModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_HeaderModule - -cluster_HeaderModule_exports - - cluster_HeaderModule_declarations + +cluster_HeaderModule_exports + + HeaderComponent diff --git a/docs/ccf-rui/modules/JsonFileReaderModule.html b/docs/ccf-rui/modules/JsonFileReaderModule.html index 0d67c65f0..85ebbc17a 100644 --- a/docs/ccf-rui/modules/JsonFileReaderModule.html +++ b/docs/ccf-rui/modules/JsonFileReaderModule.html @@ -66,14 +66,14 @@ cluster_JsonFileReaderModule - -cluster_JsonFileReaderModule_declarations - - cluster_JsonFileReaderModule_exports + +cluster_JsonFileReaderModule_declarations + + JsonFileReaderComponent diff --git a/docs/ccf-rui/modules/JsonFileReaderModule/dependencies.svg b/docs/ccf-rui/modules/JsonFileReaderModule/dependencies.svg index 79b8ec9a5..cbcc6267c 100644 --- a/docs/ccf-rui/modules/JsonFileReaderModule/dependencies.svg +++ b/docs/ccf-rui/modules/JsonFileReaderModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_JsonFileReaderModule - -cluster_JsonFileReaderModule_declarations - - cluster_JsonFileReaderModule_exports + +cluster_JsonFileReaderModule_declarations + + JsonFileReaderComponent diff --git a/docs/ccf-rui/modules/LeftSidebarModule.html b/docs/ccf-rui/modules/LeftSidebarModule.html index 504321b83..e45460254 100644 --- a/docs/ccf-rui/modules/LeftSidebarModule.html +++ b/docs/ccf-rui/modules/LeftSidebarModule.html @@ -66,10 +66,6 @@ cluster_LeftSidebarModule - -cluster_LeftSidebarModule_exports - - cluster_LeftSidebarModule_declarations @@ -78,6 +74,10 @@ cluster_LeftSidebarModule_imports + +cluster_LeftSidebarModule_exports + + LeftSidebarComponent diff --git a/docs/ccf-rui/modules/LeftSidebarModule/dependencies.svg b/docs/ccf-rui/modules/LeftSidebarModule/dependencies.svg index 696f8ae69..9e159802e 100644 --- a/docs/ccf-rui/modules/LeftSidebarModule/dependencies.svg +++ b/docs/ccf-rui/modules/LeftSidebarModule/dependencies.svg @@ -24,10 +24,6 @@ cluster_LeftSidebarModule - -cluster_LeftSidebarModule_exports - - cluster_LeftSidebarModule_declarations @@ -36,6 +32,10 @@ cluster_LeftSidebarModule_imports + +cluster_LeftSidebarModule_exports + + LeftSidebarComponent diff --git a/docs/ccf-rui/modules/RegistrationContentModule.html b/docs/ccf-rui/modules/RegistrationContentModule.html index 1c6f846a7..6a8a3ccac 100644 --- a/docs/ccf-rui/modules/RegistrationContentModule.html +++ b/docs/ccf-rui/modules/RegistrationContentModule.html @@ -70,14 +70,14 @@ cluster_RegistrationContentModule_declarations - -cluster_RegistrationContentModule_imports - - cluster_RegistrationContentModule_exports + +cluster_RegistrationContentModule_imports + + RegistrationContentComponent diff --git a/docs/ccf-rui/modules/RegistrationContentModule/dependencies.svg b/docs/ccf-rui/modules/RegistrationContentModule/dependencies.svg index a23512ff7..20000818c 100644 --- a/docs/ccf-rui/modules/RegistrationContentModule/dependencies.svg +++ b/docs/ccf-rui/modules/RegistrationContentModule/dependencies.svg @@ -28,14 +28,14 @@ cluster_RegistrationContentModule_declarations - -cluster_RegistrationContentModule_imports - - cluster_RegistrationContentModule_exports + +cluster_RegistrationContentModule_imports + + RegistrationContentComponent diff --git a/docs/ccf-rui/modules/RegistrationMetadataModule.html b/docs/ccf-rui/modules/RegistrationMetadataModule.html index 4875ba390..de166bbc2 100644 --- a/docs/ccf-rui/modules/RegistrationMetadataModule.html +++ b/docs/ccf-rui/modules/RegistrationMetadataModule.html @@ -70,14 +70,14 @@ cluster_RegistrationMetadataModule_declarations - -cluster_RegistrationMetadataModule_exports - - cluster_RegistrationMetadataModule_imports + +cluster_RegistrationMetadataModule_exports + + RegistrationMetadataComponent diff --git a/docs/ccf-rui/modules/RegistrationMetadataModule/dependencies.svg b/docs/ccf-rui/modules/RegistrationMetadataModule/dependencies.svg index 6f4e7e109..fc74f0da4 100644 --- a/docs/ccf-rui/modules/RegistrationMetadataModule/dependencies.svg +++ b/docs/ccf-rui/modules/RegistrationMetadataModule/dependencies.svg @@ -28,14 +28,14 @@ cluster_RegistrationMetadataModule_declarations - -cluster_RegistrationMetadataModule_exports - - cluster_RegistrationMetadataModule_imports + +cluster_RegistrationMetadataModule_exports + + RegistrationMetadataComponent diff --git a/docs/ccf-rui/modules/RegistrationModalModule.html b/docs/ccf-rui/modules/RegistrationModalModule.html index b9a7a5706..aaaab4aa9 100644 --- a/docs/ccf-rui/modules/RegistrationModalModule.html +++ b/docs/ccf-rui/modules/RegistrationModalModule.html @@ -66,6 +66,10 @@ cluster_RegistrationModalModule + +cluster_RegistrationModalModule_exports + + cluster_RegistrationModalModule_declarations @@ -74,10 +78,6 @@ cluster_RegistrationModalModule_imports - -cluster_RegistrationModalModule_exports - - RegistrationModalComponent diff --git a/docs/ccf-rui/modules/RegistrationModalModule/dependencies.svg b/docs/ccf-rui/modules/RegistrationModalModule/dependencies.svg index fc905af28..246a02085 100644 --- a/docs/ccf-rui/modules/RegistrationModalModule/dependencies.svg +++ b/docs/ccf-rui/modules/RegistrationModalModule/dependencies.svg @@ -24,6 +24,10 @@ cluster_RegistrationModalModule + +cluster_RegistrationModalModule_exports + + cluster_RegistrationModalModule_declarations @@ -32,10 +36,6 @@ cluster_RegistrationModalModule_imports - -cluster_RegistrationModalModule_exports - - RegistrationModalComponent diff --git a/docs/ccf-rui/modules/ReviewButtonModule.html b/docs/ccf-rui/modules/ReviewButtonModule.html index a16a8d7e5..d418d7c93 100644 --- a/docs/ccf-rui/modules/ReviewButtonModule.html +++ b/docs/ccf-rui/modules/ReviewButtonModule.html @@ -66,23 +66,23 @@ cluster_ReviewButtonModule - -cluster_ReviewButtonModule_declarations - + +cluster_ReviewButtonModule_imports + cluster_ReviewButtonModule_exports - -cluster_ReviewButtonModule_imports - + +cluster_ReviewButtonModule_declarations + ReviewButtonComponent - -ReviewButtonComponent + +ReviewButtonComponent @@ -93,8 +93,8 @@ ReviewButtonComponent->ReviewButtonModule - - + + @@ -111,14 +111,14 @@ ReviewModalModule - -ReviewModalModule + +ReviewModalModule ReviewModalModule->ReviewButtonModule - - + + diff --git a/docs/ccf-rui/modules/ReviewButtonModule/dependencies.svg b/docs/ccf-rui/modules/ReviewButtonModule/dependencies.svg index 6858d441d..00d07a730 100644 --- a/docs/ccf-rui/modules/ReviewButtonModule/dependencies.svg +++ b/docs/ccf-rui/modules/ReviewButtonModule/dependencies.svg @@ -24,23 +24,23 @@ cluster_ReviewButtonModule - -cluster_ReviewButtonModule_declarations - + +cluster_ReviewButtonModule_imports + cluster_ReviewButtonModule_exports - -cluster_ReviewButtonModule_imports - + +cluster_ReviewButtonModule_declarations + ReviewButtonComponent - -ReviewButtonComponent + +ReviewButtonComponent @@ -51,8 +51,8 @@ ReviewButtonComponent->ReviewButtonModule - - + + @@ -69,14 +69,14 @@ ReviewModalModule - -ReviewModalModule + +ReviewModalModule ReviewModalModule->ReviewButtonModule - - + + diff --git a/docs/ccf-rui/modules/ReviewModalModule.html b/docs/ccf-rui/modules/ReviewModalModule.html index e8777430b..a800de5cb 100644 --- a/docs/ccf-rui/modules/ReviewModalModule.html +++ b/docs/ccf-rui/modules/ReviewModalModule.html @@ -66,14 +66,14 @@ cluster_ReviewModalModule - -cluster_ReviewModalModule_declarations - - cluster_ReviewModalModule_exports + +cluster_ReviewModalModule_declarations + + ReviewModalComponent diff --git a/docs/ccf-rui/modules/ReviewModalModule/dependencies.svg b/docs/ccf-rui/modules/ReviewModalModule/dependencies.svg index 160ff1a6a..8cc6bf0b2 100644 --- a/docs/ccf-rui/modules/ReviewModalModule/dependencies.svg +++ b/docs/ccf-rui/modules/ReviewModalModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_ReviewModalModule - -cluster_ReviewModalModule_declarations - - cluster_ReviewModalModule_exports + +cluster_ReviewModalModule_declarations + + ReviewModalComponent diff --git a/docs/ccf-rui/modules/RightSidebarModule.html b/docs/ccf-rui/modules/RightSidebarModule.html index f81dfb38b..3c7dcda3c 100644 --- a/docs/ccf-rui/modules/RightSidebarModule.html +++ b/docs/ccf-rui/modules/RightSidebarModule.html @@ -68,129 +68,129 @@ cluster_RightSidebarModule_exports - - - -cluster_RightSidebarModule_declarations - + cluster_RightSidebarModule_imports - + + + +cluster_RightSidebarModule_declarations + RightSidebarComponent - -RightSidebarComponent + +RightSidebarComponent RightSidebarModule - -RightSidebarModule + +RightSidebarModule RightSidebarComponent->RightSidebarModule - - + + RightSidebarComponent - -RightSidebarComponent + +RightSidebarComponent RightSidebarModule->RightSidebarComponent - - + + BlockSizeInputModule - -BlockSizeInputModule + +BlockSizeInputModule BlockSizeInputModule->RightSidebarModule - - + + RegistrationMetadataModule - -RegistrationMetadataModule + +RegistrationMetadataModule RegistrationMetadataModule->RightSidebarModule - - + + ReviewButtonModule - -ReviewButtonModule + +ReviewButtonModule ReviewButtonModule->RightSidebarModule - - + + RotationSliderModule - -RotationSliderModule + +RotationSliderModule RotationSliderModule->RightSidebarModule - - + + SlicesInputModule - -SlicesInputModule + +SlicesInputModule SlicesInputModule->RightSidebarModule - - + + TagListModule - -TagListModule + +TagListModule TagListModule->RightSidebarModule - - + + TagSearchModule - -TagSearchModule + +TagSearchModule TagSearchModule->RightSidebarModule - - + + diff --git a/docs/ccf-rui/modules/RightSidebarModule/dependencies.svg b/docs/ccf-rui/modules/RightSidebarModule/dependencies.svg index fef781717..683b21b7d 100644 --- a/docs/ccf-rui/modules/RightSidebarModule/dependencies.svg +++ b/docs/ccf-rui/modules/RightSidebarModule/dependencies.svg @@ -26,129 +26,129 @@ cluster_RightSidebarModule_exports - - - -cluster_RightSidebarModule_declarations - + cluster_RightSidebarModule_imports - + + + +cluster_RightSidebarModule_declarations + RightSidebarComponent - -RightSidebarComponent + +RightSidebarComponent RightSidebarModule - -RightSidebarModule + +RightSidebarModule RightSidebarComponent->RightSidebarModule - - + + RightSidebarComponent - -RightSidebarComponent + +RightSidebarComponent RightSidebarModule->RightSidebarComponent - - + + BlockSizeInputModule - -BlockSizeInputModule + +BlockSizeInputModule BlockSizeInputModule->RightSidebarModule - - + + RegistrationMetadataModule - -RegistrationMetadataModule + +RegistrationMetadataModule RegistrationMetadataModule->RightSidebarModule - - + + ReviewButtonModule - -ReviewButtonModule + +ReviewButtonModule ReviewButtonModule->RightSidebarModule - - + + RotationSliderModule - -RotationSliderModule + +RotationSliderModule RotationSliderModule->RightSidebarModule - - + + SlicesInputModule - -SlicesInputModule + +SlicesInputModule SlicesInputModule->RightSidebarModule - - + + TagListModule - -TagListModule + +TagListModule TagListModule->RightSidebarModule - - + + TagSearchModule - -TagSearchModule + +TagSearchModule TagSearchModule->RightSidebarModule - - + + diff --git a/docs/ccf-rui/modules/SlicesInputModule.html b/docs/ccf-rui/modules/SlicesInputModule.html index 87168d758..0d5a1555b 100644 --- a/docs/ccf-rui/modules/SlicesInputModule.html +++ b/docs/ccf-rui/modules/SlicesInputModule.html @@ -66,14 +66,14 @@ cluster_SlicesInputModule - -cluster_SlicesInputModule_declarations - - cluster_SlicesInputModule_exports + +cluster_SlicesInputModule_declarations + + SlicesInputComponent diff --git a/docs/ccf-rui/modules/SlicesInputModule/dependencies.svg b/docs/ccf-rui/modules/SlicesInputModule/dependencies.svg index e0903ef55..8ac4cecf8 100644 --- a/docs/ccf-rui/modules/SlicesInputModule/dependencies.svg +++ b/docs/ccf-rui/modules/SlicesInputModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_SlicesInputModule - -cluster_SlicesInputModule_declarations - - cluster_SlicesInputModule_exports + +cluster_SlicesInputModule_declarations + + SlicesInputComponent diff --git a/docs/ccf-rui/modules/StageNavModule.html b/docs/ccf-rui/modules/StageNavModule.html index 271911add..df7d41890 100644 --- a/docs/ccf-rui/modules/StageNavModule.html +++ b/docs/ccf-rui/modules/StageNavModule.html @@ -66,59 +66,59 @@ cluster_StageNavModule + +cluster_StageNavModule_declarations + + cluster_StageNavModule_imports - + cluster_StageNavModule_exports - - - -cluster_StageNavModule_declarations - + StageNavComponent - -StageNavComponent + +StageNavComponent StageNavModule - -StageNavModule + +StageNavModule StageNavComponent->StageNavModule - - + + StageNavComponent - -StageNavComponent + +StageNavComponent StageNavModule->StageNavComponent - - + + LabeledSlideToggleModule - -LabeledSlideToggleModule + +LabeledSlideToggleModule LabeledSlideToggleModule->StageNavModule - - + + diff --git a/docs/ccf-rui/modules/StageNavModule/dependencies.svg b/docs/ccf-rui/modules/StageNavModule/dependencies.svg index d3d8f4f99..23559544a 100644 --- a/docs/ccf-rui/modules/StageNavModule/dependencies.svg +++ b/docs/ccf-rui/modules/StageNavModule/dependencies.svg @@ -24,59 +24,59 @@ cluster_StageNavModule + +cluster_StageNavModule_declarations + + cluster_StageNavModule_imports - + cluster_StageNavModule_exports - - - -cluster_StageNavModule_declarations - + StageNavComponent - -StageNavComponent + +StageNavComponent StageNavModule - -StageNavModule + +StageNavModule StageNavComponent->StageNavModule - - + + StageNavComponent - -StageNavComponent + +StageNavComponent StageNavModule->StageNavComponent - - + + LabeledSlideToggleModule - -LabeledSlideToggleModule + +LabeledSlideToggleModule LabeledSlideToggleModule->StageNavModule - - + + diff --git a/docs/ccf-rui/modules/TagListModule.html b/docs/ccf-rui/modules/TagListModule.html index 871b90d2a..5e7016e23 100644 --- a/docs/ccf-rui/modules/TagListModule.html +++ b/docs/ccf-rui/modules/TagListModule.html @@ -66,14 +66,14 @@ cluster_TagListModule - -cluster_TagListModule_declarations - - cluster_TagListModule_exports + +cluster_TagListModule_declarations + + TagListComponent diff --git a/docs/ccf-rui/modules/TagListModule/dependencies.svg b/docs/ccf-rui/modules/TagListModule/dependencies.svg index b34a8cb0d..b0675bffe 100644 --- a/docs/ccf-rui/modules/TagListModule/dependencies.svg +++ b/docs/ccf-rui/modules/TagListModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_TagListModule - -cluster_TagListModule_declarations - - cluster_TagListModule_exports + +cluster_TagListModule_declarations + + TagListComponent diff --git a/docs/ccf-rui/modules/VisibilityToggleModule.html b/docs/ccf-rui/modules/VisibilityToggleModule.html index 23c51bd4c..2f6b9cc66 100644 --- a/docs/ccf-rui/modules/VisibilityToggleModule.html +++ b/docs/ccf-rui/modules/VisibilityToggleModule.html @@ -66,14 +66,14 @@ cluster_VisibilityToggleModule - -cluster_VisibilityToggleModule_declarations - - cluster_VisibilityToggleModule_exports + +cluster_VisibilityToggleModule_declarations + + VisibilityToggleComponent diff --git a/docs/ccf-rui/modules/VisibilityToggleModule/dependencies.svg b/docs/ccf-rui/modules/VisibilityToggleModule/dependencies.svg index 0d94e2bf2..bed7789c6 100644 --- a/docs/ccf-rui/modules/VisibilityToggleModule/dependencies.svg +++ b/docs/ccf-rui/modules/VisibilityToggleModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_VisibilityToggleModule - -cluster_VisibilityToggleModule_declarations - - cluster_VisibilityToggleModule_exports + +cluster_VisibilityToggleModule_declarations + + VisibilityToggleComponent